@charset "UTF-8";
.product-card {
  background-color: #fff;
  font-size: 16px;
  position: relative;
}
.product-card .stamped-badge-caption {
  color: #707070;
  font-size: 9px;
}
.product-card:hover .product-card_compare {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.product-card:hover .product-card__button--wrapper {
  bottom: 100%;
  height: auto;
  opacity: 1;
  overflow: visible;
  top: auto;
  transition: all 0.3s ease, z-index 1.5s ease;
  z-index: 3;
}
@media (min-width: 1025px) {
  .product-card:hover .product-card__switchImage .product-card__img {
    opacity: 0;
    visibility: hidden;
  }
  .product-card:hover .product-card__switchImage .product-card__img--2 {
    opacity: 1;
    visibility: visible;
  }
}
.halo-section-background-gray .product-card {
  background-color: #efefef;
}
.product-card--2 {
  display: table;
  width: 100%;
}
.product-card--2 .product-card__image {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
.product-card--2 .product-card__content {
  display: table-cell;
  padding: 0 0 0 15px;
  vertical-align: top;
  width: calc(100% - 80px);
}
.product-card--2 .product-card__title--variant {
  padding-right: 0;
}
.product-card--2 .product-card__variant--item label {
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.product-card--2 .product-card__variant--item--last a {
  height: 16px;
  line-height: 16px;
}
.product-card--2 .product-card__button {
  bottom: auto;
  display: block;
  left: auto;
  margin-top: 20px;
  position: relative;
  right: auto;
  top: auto;
  width: 120px;
}
@media (min-width: 551px) {
  .product-card--2 .product-card__image {
    width: 90px;
  }
  .product-card--2 .product-card__content {
    width: calc(100% - 90px);
  }
}
@media (min-width: 1025px) {
  .product-card--2 .product-card__image {
    width: 100px;
  }
  .product-card--2 .product-card__content {
    padding: 8px 0 0 20px;
    width: calc(100% - 100px);
  }
}
.product-card--3 {
  width: auto;
}
.product-card--3 .product-card_wishlist {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.product-card--3 .product-card__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.product-card--3 .product-card__button--wrapper {
  bottom: auto;
  display: block;
  height: auto;
  left: auto;
  margin-top: 20px;
  opacity: 1;
  overflow: visible;
  position: relative;
  right: auto;
  top: auto;
  visibility: visible;
}
.product-card--4 {
  display: table;
  width: 280px;
}
.product-card--4 .product-card__content--wrapper,
.product-card--4 .product-card__image {
  display: table-cell;
  vertical-align: top;
}
.product-card--4 .product-card__image {
  width: 80px;
}
.product-card--4 .product-card__content {
  padding: 0;
}
.product-card--4 .product-card__content--wrapper {
  padding: 10px;
  width: calc(100% - 80px);
}
.product-card--4 .product-card__button--wrapper {
  display: none;
}
.product-card--4 .product-card__variant {
  margin-bottom: 0;
}
.product-card--4 .product-card__variant + .product-card__variant {
  display: none;
}
@media (min-width: 768px) {
  .product-card--4 {
    display: block;
    width: 215px;
  }
  .product-card--4 .product-card__content--wrapper,
  .product-card--4 .product-card__image {
    display: block;
    padding: 0;
    width: 100%;
  }
  .product-card--4 .product-card__content {
    padding: 15px 20px;
  }
  .product-card--4 .product-card__button--wrapper {
    bottom: 100%;
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    top: auto;
    z-index: 3;
  }
  .product-card--4 .product-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .product-card--4 .product-card__variant {
    margin-bottom: 18px;
  }
  .product-card--4 .product-card__variant + .product-card__variant {
    display: block;
    margin-bottom: 0;
  }
}
.product_badges {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 5;
}
.product_badges .badge {
  background-color: #264f76;
  border-radius: 20px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 15px 6px;
}
.product_badges .new-badge {
  color: #fff;
  margin-bottom: 5px;
}
.product_badges .soldOut-badge {
  background-color: #c6c6c6;
  color: #fff;
}
.product_badges .sale-badge {
  background-color: #f08584;
  color: #fff;
}
.product_badges [data-label-sale] {
  text-transform: lowercase;
}
.product-card__image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .product-card__image:hover .product-card_quickview {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .product-card__image:hover .product-card__button {
    bottom: 0;
  }
}
.product-card__link {
  display: block;
  position: relative;
}
.product-card__slider {
  background: #efefef;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 100%;
}
.product-card__slider img {
  left: 0;
  position: static;
  top: 0;
  transform: translateY(0);
  width: 100%;
}
.product-card__link img {
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 100%;
}
.product-card__link .placeholder-svg {
  left: 0;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-card__link .product-card__img {
  display: inline-block;
}
.product-card__link .product-card__img--2 {
  display: none;
}
.product-card__link:before {
  content: "";
  display: block;
  padding-bottom: 125%;
}
@media (min-width: 1025px) {
  .product-card__switchImage .product-card__img {
    display: inline-block;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
  }
  .product-card__switchImage .product-card__img--2 {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.product-card__content,
.product-card__content--wrapper {
  position: relative;
  z-index: 2;
}
.product-card__content {
  background-color: #efefef;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
  padding: 15px 8px 10px;
}
.product-card__content .stamped-product-reviews-badge.stamped-main-badge {
  line-height: 1 !important;
}
.product-card__content
  .stamped-product-reviews-badge.stamped-main-badge
  .stamped-badge-caption {
  display: none !important;
}
@media screen and (min-width: 990px) {
  .product-card__content
    .stamped-product-reviews-badge.stamped-main-badge
    i.stamped-fa:before {
    font-size: 19.5px;
  }
}
.halo-section-background-gray .product-card__content {
  background-color: #efefef;
}
@media (min-width: 1025px) {
  .product-card__content {
    padding-top: 11px;
  }
}
.product-card__vendor,
.product-edit__vendor {
  color: #787878;
  display: block;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.product-card__vendor a,
.product-edit__vendor a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
}
.product-card__title,
.product-edit__title {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 26px;
}
.product-card__title a,
.product-edit__title a {
  color: inherit;
  display: -webkit-box;
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.product-card__title:hover,
.product-edit__title:hover {
  color: #000;
}
.product-card__title--variant {
  position: relative;
}
.product-card__reviews {
  display: block;
  line-height: 1;
  margin: 0 0 13px;
  min-height: 17px;
  position: relative;
}
.product-card__reviews .spr-badge-caption {
  display: none;
}
#collection .product-card__reviews {
  margin-bottom: 2px;
}
.product-card__error-message {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.product-card__description {
  display: none;
}
.spr-icon {
  margin-right: 2px;
}
.spr-icon.spr-icon-star,
.spr-icon.spr-icon-star-empty {
  font-size: 18px !important;
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.spr-icon.spr-icon-star-empty:before,
.spr-icon.spr-icon-star:before {
  content: "★";
  font-size: 15px !important;
  height: 12px;
  line-height: 12px;
  width: 12px;
}
.spr-icon-star {
  color: #ffc50a;
}
.spr-icon-star-empty {
  color: #e4e4e4;
  opacity: 1 !important;
}
.spr-icon-star-empty.spr-icon-star-hover:before {
  content: "★" !important;
}
.spr-form-review-rating a {
  line-height: 1;
}
.product-card__price {
  line-height: 1;
  position: relative;
  visibility: visible;
}
.product-card__price .price-item {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.product-card__price .price-item + .price-item {
  margin-left: 2px;
}
.product-card__price.price--on-sale .price-item--regular {
  color: #969696;
  text-decoration: line-through;
}
.product-card__price.price--on-sale .price-item--sale {
  color: #e13f3f;
}
.product-card_compare,
.product-card_compare input {
  display: none;
}
.product-card_compare input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
.product-card_compare input:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.product-card_compare label {
  color: #787878;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.product-card_compare label:before {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 13px;
}
.product-card_compare label:after {
  background: hsla(0, 0%, 100%, 0);
  border: 2px solid #000;
  border-right: none;
  border-top: none;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  transition: all 0.1s;
  width: 9px;
}
.product-card_compare label > span {
  position: relative;
}
.product-card_compare label > span:before {
  background-color: #787878;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
}
.product-card_compare label:hover > span:before {
  width: 100%;
}
.product-card_compare.compare-added input + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
@media (min-width: 1025px) {
  .product-card_compare {
    display: block;
    line-height: 1;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
  }
  .product-card_compare,
  .product-card_compare:before {
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
  }
  .product-card_compare:before {
    background-color: #787878;
    bottom: -4px;
    content: "";
    display: inline-block;
    height: 1px;
    left: auto;
    width: calc(100% - 21px);
  }
  .product-card_compare:hover:before {
    opacity: 1;
  }
}
.product-card__variant {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-bottom: 18px;
}
.product-card__variant:last-child {
  float: right;
  margin-bottom: 0;
}
.product-card__variant__label {
  color: #191919;
  display: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.product-card__variant--size {
  font-size: 12px;
  text-transform: uppercase;
}
.product-card__variant--item {
  display: inline-block;
  font-size: 0;
  margin-right: 8px;
  vertical-align: top;
}
.product-card__variant--item--last {
  font-size: 16px;
}
.product-card__variant--item label {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  margin: 0;
  pointer-events: auto;
  width: 16px;
}
.product-card__variant--item label.active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}
.product-card__variant--item.white label {
  border: 1px solid #dadada;
}
.product-card__variant--item--last a {
  color: #787878;
  height: 22px;
  line-height: 22px;
}
.product-card__button--wrapper {
  bottom: 100%;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  z-index: 3;
}
.product-card__button--wrapper.is-open {
  bottom: 100%;
  height: auto;
  opacity: 1;
  overflow: visible;
  z-index: 3;
}
@media (min-width: 1025px) {
  .product-card__button--wrapper {
    bottom: auto;
    height: 45px;
    opacity: 1;
    overflow: hidden;
    top: -45px;
    transition: all 0.3s ease, z-index 0s ease;
    z-index: 1;
  }
}
.product-card_wishlist {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 30px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
  width: 30px;
}
.product-card_wishlist.wishlist-added,
.product-card_wishlist.wishlist-added .icon,
.product-card_wishlist.wishlist-added .text {
  background-color: #242424;
}
.product-card_wishlist .text {
  background-color: #fff;
  border-radius: 15px;
  display: none;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px 0 15px;
  position: absolute;
  right: calc(100% - 25px);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  white-space: nowrap;
  width: 0;
}
.product-card_wishlist .icon {
  background-color: #fff;
  height: 20px;
  line-height: 20px;
  position: relative;
  vertical-align: top;
  width: 20px;
  z-index: 5;
}
@media (min-width: 1025px) {
  .product-card_wishlist .text {
    display: inline-block;
  }
  .product-card_wishlist:hover .text {
    opacity: 1;
    transition: all 0s ease;
    visibility: visible;
    width: auto;
  }
}
.product-card_quickview {
  display: none;
}
@media (min-width: 1025px) {
  .product-card_quickview {
    background-color: hsla(0, 0%, 100%, 0.8);
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
}
.product-card__button {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.product-card__btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-align: center;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
.product-card__btn span {
  position: relative;
}
.product-card__btn .icon:not(.icon-spinner) {
  height: 11px;
  left: -20px;
  position: absolute;
  top: 3px;
  width: 11px;
}
.product-card__btn [data-loader] {
  height: 20px;
  width: 20px;
}
.product-card__btn [data-loader]:not(.hide) + [data-add-to-cart-text] {
  display: none;
}
.product-card__btn [data-add-to-cart-text].hide + [data-loader] {
  display: inline-block !important;
}
.product-card__btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.product-card__btn.product-card__btn-soldOut {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
@media (min-width: 1025px) {
  .product-card__btn {
    padding: 10px;
  }
}
.product-card__btn--plus > span {
  position: relative;
}
.product-card__btn--plus > span:before {
  height: 1px;
  right: calc(100% + 8px);
  top: 8px;
  width: 11px;
}
.product-card__btn--plus > span:after,
.product-card__btn--plus > span:before {
  background-color: #fff;
  content: "";
  display: block;
  line-height: 22px;
  position: absolute;
}
.product-card__btn--plus > span:after {
  height: 11px;
  right: calc(100% + 13px);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.product-card__variant--popup {
  background-color: hsla(0, 0%, 100%, 0.902);
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% - 40px);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 5;
}
.is-open .product-card__variant--popup {
  height: calc(100% + 56px);
  opacity: 1;
  overflow: visible;
}
.product-card__variant--popup .close {
  color: #fff;
  float: none;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  opacity: 1;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
@media (min-width: 1025px) {
  .product-card__variant--popup {
    top: calc(100% - 44px);
  }
  .is-open .product-card__variant--popup {
    height: calc(100% + 60px);
  }
  .product-card__variant--popup .close {
    line-height: 42px;
  }
}
.product-card__variant--popup--content {
  display: inline-block;
  max-height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.product-card__variant--popup--content .product-card__button2 {
  display: block;
  transition: all 0.3s ease;
  z-index: 6;
}
.product-card__variant--popup--content .product-form__variants {
  width: 100%;
}
.product-card__Select {
  background-color: #fff;
  display: block;
  height: 100px;
  overflow: auto;
  padding: 10px 0 0;
  width: 100%;
}
.product-card__Select::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.product-card__Select::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 5px;
  width: 5px;
}
.product-card__Select::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
}
.product-card__Select a {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  padding: 5px 10px;
}
.product-card__Select .active {
  background-color: #f5f5f5;
}
.product-card__Select [disabled="disabled"] {
  opacity: 0.5;
  pointer-events: none;
}
.product-card__Select .text {
  padding-right: 10px;
  text-align: left;
}
.collection-grid-item__overlay {
  display: block;
  position: relative;
}
.collection-grid-item__overlay:before {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.collection-grid-item__title {
  color: #000;
}
.collection-grid-item__product {
  color: #787878;
}
@media (max-width: 767px) {
  .product-card__price .price-item {
    font-size: 10px;
    line-height: 12px;
  }
  .product-card__title,
  .product-edit__title {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 4px;
  }
}
