.gridwall-pad {
  position: relative;
  min-height: 1px;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 8px;
  padding-right: 8px;
}

.product-card {
  width: 50%;
  display: inline-block;
}

.product-card figure {
  margin: 0;
}

@media (min-width: 1400px) {
  .product-card {
    width: 33.33333333333333%;
    display: inline-block;
  }
}

.product-card__hero-image {
  width: "100%";
  height: "auto";
  max-width: "100%";
}

.product-card .product-card__body {
  position: relative;
  margin-bottom: 18px;
  max-width: 592px;
}

.product-card .product-card__link-overlay {
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.product-card .product-card__img-link-overlay {
  display: block;
  z-index: 1;
  position: relative;
}

.product-card .product-card__customize-overlay [class$="__badge"] svg {
  width: 55%;
  transform: translate(-45%, -56%);
}

.product-card .product-card__customize-overlay [class$="__content"] {
  height: 40px;
  line-height: 40px;
  padding: 0 14px 0 40px;
  border-radius: 40px;
  margin: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.product-card .product-card__hero-image,
.product-card.product-card-ad picture {
  width: 100%;
  background: #f5f5f5;
}

.product-card.product-card-ad picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-card__info {
  position: relative;
  padding: 8px 0 2px 0;
  min-height: 40px;
  font-size: 16px;
}

@media (min-width: 960px) {
  .product-card .product-card__info.has--percent-off {
    min-height: 220px;
  }
}

.product-card
  .product-card__info.for--product.disable-animations
  .product-card__animation_wrapper {
  animation: none;
}

.product-card
  .product-card__info.for--product
  .product-card__animation_wrapper {
  animation: animation-16aoq79 0.25s;
  animation-fill-mode: both;
}

.product-card
  .product-card__info.has--message
  .product-card__animation_wrapper {
  animation: animation-36bued 0.25s;
  animation-fill-mode: both;
}

@media (max-width: 959px) {
  .product-card:not(.product-card-ad) .product-card__info {
    padding: 8px 12px 16px 12px;
    min-height: 0;
  }
  .product-card:not(.product-card-ad) .product-card__info * {
    line-height: 24px !important;
  }
  .product-card:not(.product-card-ad) .product-card__body {
    margin-bottom: 1px;
  }
}

.product-card .product-card__info .product_msg_info {
  display: inline-block;
}

.product-card .product-card__info .product_msg_info.is--hidden {
  display: none;
}

@media (max-width: 959px) {
  .product-card .product-card__info .product_msg_info {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
}

.product-card .product-card__title {
  color: #111111;
  font-size: 16px;
  text-transform:capitalize;
}

.product-card .product-card__subtitle {
  color: #757575;
  font-size: 16px;
}

.product-card .product-card__colorway-btn {
  background: none;
  padding: 0;
}

.product-card .product-card__messaging {
  font-size: 16px;
  font-weight: 500;
}

.product-card .product-card__messaging.accent--color {
  color: #fa5400;
}

.product-card .product-card__count-wrapper {
  padding-bottom: 4px;
}

.product-card .product-card__count-wrapper .product-card__count-item {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 959px) {
  .product-card .product-card__count-wrapper {
    display: none;
  }
}

.product-card .product-card__count-wrapper.show--all {
  line-height: 1.5em;
}

.product-card .product-card__count-wrapper.show--all.is--hovering {
  display: inline-block;
  height: 50px;
}

.product-card .product-card__product-count {
  font-size: 16px;
  /*    color: #757575;*/
}

@media (max-width: 959px) {
  .product-card .product-card__product-count {
    margin-bottom: 18px;
  }
}

.product-card .product-card__colorways {
  display: block;
  padding-top: 0;
  /*font-size: 0;*/
  position: relative;
  z-index: 2;
  color: #757575;
}

.product-card .product-card__colorways-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-card .product-card__colorways-thumbs .colorway {
  width: 36px;
}

.product-card .product-card__colorways-nby-icon {
  margin-left: 3px;
  margin-top: 7px;
  width: 23px;
}

.product-card .product-card__colorways-more {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 36px;
  padding-left: 4px;
  vertical-align: middle;
}

@media (max-width: 959px) {
  .product-card .product-card__colorways-more {
    font-size: 14px;
    color: #757575;
  }
}

.product-card .product-card__price-wrapper {
  vertical-align: top;
  text-align: left;
  width: 100%;
}

.product-card .product-card__price-wrapper .is--striked-out {
  color: #757575;
}

.product-card .product-card__price-wrapper .product-price__wrapper__MAP {
  display: block;
}

.product-card
  .product-card__price-wrapper
  .product-price__wrapper__MAP
  .is--current-price {
  padding-right: 5px;
}

.product-card .product-card__price-wrapper .product-price__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-card
  .product-card__price-wrapper
  .product-price__wrapper
  .is--current-price {
  padding-right: 5px;
}

@media (max-width: 959px) {
  .product-card .product-card__price-wrapper {
    padding-top: 12px;
  }
}

.product-card .product-card__price {
  font-size: 16px;
  padding-right: 16px;
}

@media (max-width: 959px) {
  .product-card .product-card__price {
    font-size: 14px;
  }
}

.product-card .product-card__titles {
  line-height: 1.5em;
}

.product-card.is--loading .product-card__hero-image {
  background-color: #dedede;
}

.product-card.is--loading .product-card__hero-image img {
  opacity: 0;
}

/* from product-wall.css */

.product-card {
  box-sizing: border-box;
  text-align: left;
  display: block;
}

.product-card .hero-image-container {
  background: #efefef;
}

.product-card .product-card__title,
.product-card__product-count,
.product-card .product-price {
  /*    line-height: 1.5 !important;*/
  /*    font-size: 16px;*/
  font-weight: 500;
}

.product-card .product-card__title,
.product-card .product-card__messaging {
  margin-bottom: 2px;
}

.product-card__product-count {
  color: var(--color-gray);
  font-weight: 400;
}

@media (min-width: 960px) {
  .product-card .product-card__info .product_msg_info {
    display: flex;
    justify-content: space-between;
  }

  .product-card .product-price {
    line-height: 1.5em;
  }
}

.product-card .product-card__price-wrapper,
.product-card .product-card__count-wrapper {
  padding-top: 0px;
}

.product-card .product-card__info .product_msg_info .product-price__wrapper {
  margin-right: 16px;
}

.product-card .product-card__colorways-thumbs {
  display: flex;
  align-items: center;
}

.product-card .product-card__colorways-thumbs .colorway {
  width: 36px;
  position: relative;
  display: inline-block;
  background: rgb(245, 245, 245);
  margin-right: 6px;
}

.product-card .product-card__colorways-thumbs .colorway:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: opacity 150ms ease;
}

.product-card .product-card__colorways-thumbs .colorway.current:after {
  opacity: 1;
}

.product-card .product-card__colorways-thumbs .more-count {
  color: var(--color-gray);
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
}

@media (min-width: 1024px) {
  .product-card .product-card__colorways-thumbs .more-count {
    font-size: 16px;
    margin-left: 7px;
  }
}

/*@media(min-width:1440px) {
    .product-card .product-card__colorways-thumbs .colorway {
        width: 60px;
    }
    .product-card .product-card__colorways-thumbs .more-count {
        margin-left: 20px;
    }
}*/

.product-card .image-loader img {
  width: 100%;
  display: block;
  /*    opacity: 0;*/
  transition: opacity 0.25s ease 0s;
}

.product-card .product-card__colorways {
  position: absolute;
  top: 14px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: visibility 0s linear 300ms, opacity 200ms ease,
    transform 200ms ease;
}

.product-card.has-messaging .product-card__colorways {
  top: 34px;
}

@media (min-width: 960px) {
  .product-grid .product-card.has-multiple:hover .product-card__colorways {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: visibility 0s linear 0s, opacity 200ms ease,
      transform 200ms ease;
  }
  .product-grid .product-card.has-multiple:hover .hide-hover {
    opacity: 0;
  }
}

@media (max-width: 959px) {
  .product-card .star {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 19px;
  }
  .product-card .prod-callout {
    top: 8px;
    right: 8px;
    font-size: 14px;
    padding: 0 4px;
    height: 22px;
    line-height: 24px;
  }
  .product-card .prod-callout.new {
    padding: 0 5px;
  }
}

.product-card-ad .wall-image-loader {
  padding: 8px;
}

.product-card.product-card-ad .product-card__info {
  min-height: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
}

.product-card.product-card-ad .product-card__link-overlay {
  z-index: 2;
}

.product-card.product-card-ad .product-card__info .product_msg_info {
  display: block;
}

.product-card.product-card-ad .product-card__info .product_msg_info .btn {
  margin-top: 12px;
}

.product-card.product-card-ad .product-card__info .product_msg_info .title {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 6px;
}

@media (min-width: 1300px) {
  .product-card.product-card-ad .product-card__info .product_msg_info .title {
    font-size: 48px;
  }
}

@media (min-width: 1600px) {
  .product-card.product-card-ad .product-card__info .product_msg_info .title {
    font-size: 56px;
  }
}
