html {
  scroll-padding-top: 150px;
}

.pdp {
  .reviews {
    padding-left: 0;
    padding-right: 0;
  }
}

.pdp__grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: grid;
  gap: 24px;
  margin-top: 20px;
}


.product-title {
  h3 {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 64rem) {
  html {
    scroll-padding-top: 210px;
  }

  .pdp__grid {
    gap: 56px;
    grid-template-columns: minmax(100px, 52vh) 1fr;
    margin: 32px 0 0;
  }
}

@media screen and (min-width: 80rem) {
  .pdp__grid {
    grid-template-columns: 1fr 480px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 64rem) {
  .pdp__info-container {
    margin: 0;
    padding: 0;
  }
}

.pdp__divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin: var(--top-spacing, 16px) 0 0;
}

@media screen and (min-width: 64rem) {
  .pdp__details-upper .container {
    padding: 0;
  }
}

.pdp__cart-button-wrapper {}

@media screen and (min-width: 64rem) {
  .pdp__cart-button-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-template-columns: 1fr 48px;
  }
}

.pdp__product-long-description {
  margin: 40px 0 0;
}

.pdp #smartwishlist {
  height: auto;
  margin: 0;
}

.pdp #smartwishlist #bookmarkit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--color-main-2);
  border-radius: 8px;
  color: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  padding: 14px !important;
}

@media screen and (min-width: 64rem) {
  .pdp #smartwishlist #bookmarkit {
    background-color: transparent;
    border: 1px solid var(--color-main-1);
    height: 48px !important;
  }

  .pdp #smartwishlist #bookmarkit:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none'%3E%3Cpath d='M12.014 22h-.028a.504.504 0 0 1-.306-.105c-.294-.223-7.239-5.52-9.797-9.988l-.01-.018A6.859 6.859 0 0 1 1 8.525C1 4.927 3.737 2 7.101 2 9.05 2 10.858 2.99 12 4.634 13.142 2.99 14.95 2 16.899 2 20.263 2 23 4.927 23 8.525a6.86 6.86 0 0 1-.883 3.382c-2.558 4.468-9.503 9.765-9.797 9.988a.501.501 0 0 1-.306.105ZM2.797 11.33c2.164 3.764 7.846 8.348 9.203 9.412 1.358-1.065 7.04-5.648 9.204-9.412a5.662 5.662 0 0 0 .736-2.806c0-2.972-2.262-5.39-5.04-5.39-1.85 0-3.55 1.081-4.433 2.822a.526.526 0 0 1-.466.296.526.526 0 0 1-.467-.296c-.884-1.74-2.582-2.822-4.432-2.822-2.78 0-5.04 2.418-5.04 5.39a5.66 5.66 0 0 0 .735 2.806Z' fill='%23006937'/%3E%3C/svg%3E");
    display: block;
    height: 23px;
    width: 23px;
  }
}

.pdp #smartwishlist #bookmarkit:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M8.01 14h-.02a.376.376 0 0 1-.223-.073c-.214-.157-5.264-3.864-7.125-6.992l-.007-.013A4.66 4.66 0 0 1 0 4.567C0 2.05 1.99 0 4.437 0 5.854 0 7.17.693 8 1.844A4.396 4.396 0 0 1 11.563 0C14.009 0 16 2.049 16 4.567a4.662 4.662 0 0 1-.642 2.368c-1.86 3.128-6.911 6.835-7.125 6.992A.374.374 0 0 1 8.01 14ZM1.307 6.53C2.88 9.166 7.013 12.374 8 13.12c.987-.745 5.12-3.953 6.694-6.588l.005-.009a3.85 3.85 0 0 0 .53-1.955c0-2.08-1.645-3.773-3.666-3.773-1.345 0-2.58.757-3.224 1.975A.384.384 0 0 1 8 2.977a.384.384 0 0 1-.339-.208C7.018 1.551 5.783.794 4.438.794 2.416.794.772 2.487.772 4.567a3.847 3.847 0 0 0 .535 1.964Z' fill='%23000'/%3E%3C/svg%3E");
  display: block;
  height: 44px;
  width: 16px;
}

.pdp #smartwishlist #bookmarkit[status="bookmarked"] {
  background-color: var(--color-main-1) !important;
  color: #fff !important;
}

.pdp #smartwishlist #bookmarkit[status="bookmarked"]:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 23' fill='%23fff'%3E%3Cpath d='M12.014 22h-.028a.504.504 0 0 1-.306-.105c-.294-.223-7.239-5.52-9.797-9.988l-.01-.018A6.859 6.859 0 0 1 1 8.525C1 4.927 3.737 2 7.101 2 9.05 2 10.858 2.99 12 4.634 13.142 2.99 14.95 2 16.899 2 20.263 2 23 4.927 23 8.525a6.86 6.86 0 0 1-.883 3.382c-2.558 4.468-9.503 9.765-9.797 9.988a.501.501 0 0 1-.306.105ZM2.797 11.33c2.164 3.764 7.846 8.348 9.203 9.412 1.358-1.065 7.04-5.648 9.204-9.412a5.662 5.662 0 0 0 .736-2.806c0-2.972-2.262-5.39-5.04-5.39-1.85 0-3.55 1.081-4.433 2.822a.526.526 0 0 1-.466.296.526.526 0 0 1-.467-.296c-.884-1.74-2.582-2.822-4.432-2.822-2.78 0-5.04 2.418-5.04 5.39a5.66 5.66 0 0 0 .735 2.806Z'/%3E%3C/svg%3E");
}

.pdp #smartwishlist #sw_wishlist_label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media screen and (min-width: 64rem) {
  .pdp #smartwishlist #sw_wishlist_label {
    display: none;
  }
}

.pdp #smartwishlist #wishlist_icon {
  display: none;
}

.product-card {
  height: 100%;
  position: relative;
}

.product-card,
.product-card>a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-card>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 16px;
}

@media screen and (min-width: 64rem) {
  .product-card>a:hover .product-card__badges {
    opacity: 0;
  }
}

.product-card__image {
  -webkit-box-flex: 0;
  aspect-ratio: var(--image-aspect-ratio);
  border-radius: 8px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.product-card__image>.image-snippet {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-card__image>.image-snippet:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
  visibility: hidden;
}

@media screen and (min-width: 64rem) {
  .product-card__image:hover>.image-snippet:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
}

.product-card__badges {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  left: 6px;
  position: absolute;
  top: 6px;
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
  z-index: 2;
}

@media (min-width: 48rem) {
  .product-card__badges {
    gap: 16px;
    left: 12px;
    top: 12px;
  }
}

.product-card__wishlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 44px;
  justify-content: center;
  margin: 0 !important;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 44px;
}

@media (min-width: 48rem) {
  .product-card__wishlist {
    right: 6px;
    top: 6px;
  }
}

@media (min-width: 64rem) {
  .product-card__wishlist {
    right: 8px;
    top: 8px;
  }
}

.product-card__wishlist-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath d='M22.012 30h-.023a.419.419 0 0 1-.25-.084c-.242-.178-5.923-4.416-8.017-7.99l-.008-.015A5.392 5.392 0 0 1 13 19.22c0-2.878 2.24-5.22 4.992-5.22 1.594 0 3.074.792 4.008 2.107.934-1.315 2.414-2.107 4.008-2.107C28.76 14 31 16.342 31 19.22c0 .95-.247 1.881-.714 2.691l-.008.015c-2.093 3.574-7.775 7.812-8.016 7.99a.416.416 0 0 1-.25.084Zm-7.542-8.536c1.77 3.011 6.42 6.678 7.53 7.53 1.11-.852 5.76-4.519 7.53-7.53l.006-.01c.39-.672.596-1.444.596-2.234 0-2.378-1.85-4.312-4.124-4.312-1.513 0-2.903.864-3.626 2.257a.432.432 0 0 1-.382.237.432.432 0 0 1-.381-.237c-.723-1.393-2.113-2.257-3.627-2.257-2.274 0-4.124 1.934-4.124 4.312 0 .79.207 1.562.596 2.234l.006.01Z' fill='%23006937'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.product-card__wishlist-icon:before {
  display: none;
}

.product-card__wishlist-icon-added {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath d='M22.012 30h-.023a.419.419 0 0 1-.25-.084c-.242-.178-5.923-4.416-8.017-7.99l-.008-.015A5.392 5.392 0 0 1 13 19.22c0-2.878 2.24-5.22 4.992-5.22 1.594 0 3.074.792 4.008 2.107.934-1.315 2.414-2.107 4.008-2.107C28.76 14 31 16.342 31 19.22c0 .95-.247 1.881-.714 2.691l-.008.015c-2.093 3.574-7.775 7.812-8.016 7.99a.416.416 0 0 1-.25.084Zm-7.542-8.536c1.77 3.011 6.42 6.678 7.53 7.53 1.11-.852 5.76-4.519 7.53-7.53l.006-.01c.39-.672.596-1.444.596-2.234 0-2.378-1.85-4.312-4.124-4.312-1.513 0-2.903.864-3.626 2.257a.432.432 0 0 1-.382.237.432.432 0 0 1-.381-.237c-.723-1.393-2.113-2.257-3.627-2.257-2.274 0-4.124 1.934-4.124 4.312a4.451 4.451 0 0 0 .602 2.244Z' fill='%23006937'/%3E%3Cpath d='M14.47 21.464c1.77 3.011 6.42 6.678 7.53 7.53 1.11-.852 5.76-4.519 7.53-7.53l.006-.01c.39-.672.596-1.444.596-2.234 0-2.378-1.85-4.312-4.124-4.312-1.513 0-2.903.864-3.626 2.257a.432.432 0 0 1-.382.237.432.432 0 0 1-.381-.237c-.723-1.393-2.113-2.257-3.627-2.257-2.274 0-4.124 1.934-4.124 4.312a4.451 4.451 0 0 0 .602 2.244Z' fill='%23006937'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.product-card__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 16px;
}

@media screen and (min-width: 64rem) {
  .product-card__info {
    margin: 0 0 24px;
  }
}

.product-card__description {
  font-size: 0.875rem;
  letter-spacing: 0.015rem;
  line-height: 1.125rem;
  margin: 0 0 10px;
}

.product-card__price,
.product-card__title {
  color: var(--color-main-3);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.product-card__title {
  margin: 0 0 8px;
}

.product-card__price {
  margin: auto 0 0;
}

.product-card__reviews {
  line-height: 1;
  margin: 0 0 12px;
}

@media screen and (min-width: 64rem) {
  .product-card__reviews {
    margin: 0 0 16px;
  }
}

.product-card__reviews .ruk_rating_snippet {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffb800 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.product-card__reviews .ruk_rating_snippet i {
  font-size: 10px;
  line-height: 12px;
}

.product-card__reviews .ruk_rating_snippet .ruk-rating-snippet-count {
  bottom: -1px;
  line-height: 1;
  word-spacing: -3.6px;
}

.product-card .fa {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.product-card .fa:after,
.product-card .fa:before {
  content: none;
}

.product-card .fa-heart {
  background-image: url(icon-wishlist-added.svg);
}

.product-card .fa-heart-o {
  background-image: url(icon-wishlist.svg);
}

.product-card__quick-add {
  margin-top: auto;
}

.infinite-scroll .product-card .product-card__info {
  height: 110px;
}

.infinite-scroll .product-card .product-card__quick-add {
  height: 42px;
}

.product-card .product-price-snippet p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-main-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.0625rem;
}

.product-card .product-price-snippet s {
  color: #72716f;
}

.product-card .price-variation {
  color: var(--color-error);
}

.product-card .loading-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-card .loading-icon svg {
  height: 30px;
}

.product-card__step {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.product-card__step-number {
  color: var(--color-main-1);
  font: 700 40px/48px adobe-garamond-pro;
  opacity: 0.4;
}

.product-card__step-content {
  background: var(--color-main-6);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  line-height: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.product-description-snippet {
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 64rem) {
  .product-description-snippet {
    margin-bottom: 100px;
  }
}

.product-description-snippet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 64rem) {
  .product-description-snippet .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.product-description-snippet .product-description__description-container,
.product-description-snippet .product-description__specs {
  width: 100%;
}

@media screen and (min-width: 64rem) {

  .product-description-snippet .product-description__description-container,
  .product-description-snippet .product-description__specs {
    width: 50%;
  }

  .product-description-snippet .product-description__description-container {
    height: 100%;
    padding-right: 130px;
    position: sticky;
    top: 150px;
  }
}

.product-description-snippet .product-description__description-container .rte {
  color: var(--color-font-1);
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0175rem;
  line-height: 1.5rem;
  line-height: 27px;
  margin-bottom: 24px;
}

#__next .sc-dvogsP .product-description-snippet .product-description__description-container h2,
#__next .sc-dvogsP .product-description-snippet .product-description__description-container h3,
#__next .sc-jWEIYm .product-description-snippet .product-description__description-container h2,
#__next .wYR .product-description-snippet .product-description__description-container h2,
#__next .wYR .product-description-snippet .product-description__description-container h3,
.product-description-snippet .product-description__description-container #__next .sc-dvogsP h2,
.product-description-snippet .product-description__description-container #__next .sc-dvogsP h3,
.product-description-snippet .product-description__description-container #__next .sc-jWEIYm h2,
.product-description-snippet .product-description__description-container #__next .wYR h2,
.product-description-snippet .product-description__description-container #__next .wYR h3,
.product-description-snippet .product-description__description-container .heading-3 {
  margin-bottom: 17px;
}

@media screen and (min-width: 64rem) {

  #__next .sc-dvogsP .product-description-snippet .product-description__description-container h2,
  #__next .sc-dvogsP .product-description-snippet .product-description__description-container h3,
  #__next .sc-jWEIYm .product-description-snippet .product-description__description-container h2,
  #__next .wYR .product-description-snippet .product-description__description-container h2,
  #__next .wYR .product-description-snippet .product-description__description-container h3,
  .product-description-snippet .product-description__description-container #__next .sc-dvogsP h2,
  .product-description-snippet .product-description__description-container #__next .sc-dvogsP h3,
  .product-description-snippet .product-description__description-container #__next .sc-jWEIYm h2,
  .product-description-snippet .product-description__description-container #__next .wYR h2,
  .product-description-snippet .product-description__description-container #__next .wYR h3,
  .product-description-snippet .product-description__description-container .heading-3 {
    margin-bottom: 24px;
  }
}

.product-details-price-snippet {
  color: #959595;
}

.product-details-price-snippet s {
  margin-left: 8px;
  opacity: 0.6;
}

.product-form__submission-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: var(--primary-color);
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.product-form__submit-btn {
  min-width: 150px;
  padding: 16px 0;
  text-align: center;
  width: 100%;

  #prod_total,
  #prod_quant {
    font-weight: 900;
  }

  #prod_total {
    margin-left: -3px;
  }
}

.product-form__submit-btn:after {
  content: unset;
}

.product-form__quantity-btn {
  cursor: pointer;
  display: grid;
  padding: 16px;
  place-items: center;
}

.option-form__quantity-btn {
  cursor: pointer;
  display: grid;
  place-items: center;
}

.option-form__quantity-btn svg {
  height: 16px;
  width: 16px;
}

.acompanamiento-form__quantity-btn {
  cursor: pointer;
  display: grid;
  padding: 16px;
  place-items: center;
}

.acompanamiento-form__quantity-btn svg {
  height: 16px;
  width: 16px;
}

.product-form__quantity-btn svg {
  height: 16px;
  width: 16px;
}

.product-form__quantity-btn--plus {
  border-left: 1px solid rgba(var(--rgb-main-2), 0.2);
}

.product-form__quantity-btn--minus {
  border-right: 1px solid rgba(var(--rgb-main-2), 0.2);
}

.product-form__notify-btn {
  min-width: 240px;
  padding: 16px;
  width: 100% !important;
}

.product-form__black-btn {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .product-media-list__images img {
    display: block !important;
    width: 100% !important;
    height: 45vh !important;
    min-height: auto !important;
    object-fit: fill !important;
  }
}

@media screen and (max-width: 63.9375rem) {

  #product-image-slider .glide__bullets,
  #product-media-slider .glide__bullets {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 36px;
    position: absolute;
    right: 36px;
  }

  #product-image-slider .glide__bullet,
  #product-media-slider .glide__bullet {
    background: #f2f2f2;
    height: 3px;
    width: 40px;
  }

  #product-image-slider .glide__bullet--active,
  #product-media-slider .glide__bullet--active {
    background: var(--color-main-2);
  }
}

@media screen and (min-width: 64rem) {

  #product-image-slider .glide__slide,
  #product-media-slider .glide__slide {
    height: auto;
    padding: 0 24px 24px 0;
    width: 50%;
  }

  #product-image-slider .glide__slide img,
  #product-media-slider .glide__slide img {
    cursor: pointer;
  }

  #product-image-slider .glide__slides,
  #product-media-slider .glide__slides {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
  }
}

.product-media-list {
  display: grid;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

@media screen and (min-width: 48rem) {
  .product-media-list {
    /* margin: 0 -40px;*/
  }
}

@media screen and (min-width: 64rem) {
  .product-media-list {
    gap: 12px;
    grid-template-columns: 80px 1fr;
    margin: 0;
    position: sticky;
    //top: calc(var(--header-height-dt) + 32px);
    top: 52px;
  }
}

@media screen and (min-width: 80rem) {
  .product-media-list {
    grid-template-columns: 100px 1fr;
  }
}

.product-media-list__iframe {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.product-media-list__thumbs {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  min-width: 0;
  order: 0;


  .title-references {
    font-weight: 700;
    text-transform: unset;
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--primary-color);
  }
}

@media screen and (min-width: 64rem) {
  .product-media-list__thumbs {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.product-media-list__thumbs .swiper {
  max-height: 100%;
}

.product-media-list__thumbs .swiper-slide {
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  width: 70px;
  margin-right: 20px;
}

@media screen and (min-width: 64rem) {
  .product-media-list__thumbs .swiper-slide {
 
  }
}

.product-media-list__thumbs .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.product-media-list__thumbs .swiper-button-next,
.product-media-list__thumbs .swiper-button-prev {
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  display: grid;
  height: 100%;
  opacity: 0.9;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}

@media screen and (min-width: 64rem) {

  .product-media-list__thumbs .swiper-button-next,
  .product-media-list__thumbs .swiper-button-prev {
    border-radius: 4px;
    bottom: 132px;
    height: 32px;
    top: unset;
    width: 100%;
  }
}

.product-media-list__thumbs .swiper-button-next:after,
.product-media-list__thumbs .swiper-button-prev:after {
  content: none;
}

@media screen and (min-width: 64rem) {
  .product-media-list__thumbs .swiper-button-next {
    border-radius: 4px 4px 0 0;
    bottom: 0;
  }

  .product-media-list__thumbs .swiper-button-next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .product-media-list__thumbs .swiper-button-prev {
    border-radius: 4px 4px 0 0;
    bottom: unset;
    top: 0;
  }

  .product-media-list__thumbs .swiper-button-prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.product-media-list__images {
  min-width: 300px;
  position: relative;
  width: 80%;
}

.product-media-list__images .swiper-slide {
  margin: 0;
  max-width: 100%;
  position: relative;
}

@media screen and (min-width: 64rem) {
  .product-media-list__images .swiper-slide {
    overflow: hidden;
  }
}

.product-media-list__images img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.product-media-list__badges {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 0 0 12px;
  width: calc(100% - 24px);
}

.product-media-list__badges .product-roundel {
  height: 80px;
  width: 80px;
}

.product-image-zoom-container {
  background: #fff;
  display: none;
  left: 50%;
  padding: 42px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.product-image-zoom-container .btn-close {
  cursor: pointer;
  position: absolute;
  right: 54px;
  top: 54px;
}

.product-image-zoom-container .product-image--thumbnails {
  margin-top: 16px;
}

.product-image-zoom-container .product-image--thumbnail,
.product-image-zoom-container .product-image--thumbnails {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.product-image-zoom-container .product-image--thumbnail {
  border: 2px solid transparent;
  cursor: pointer;
  height: 78px;
  margin-right: 14px;
  padding: 3px;
  width: 78px;
}

.product-image-zoom-container .product-image--thumbnail.active {
  border: 2px solid var(--color-main-4);
}

.product-image-zoom-container [data-main-product-image-wrapper] {
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
  max-width: 100%;
  outline: none;
  width: 100%;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zoomed="true"] {
  cursor: -webkit-grab;
  cursor: grab;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zooming="in"],
.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zooming="out"] {
  cursor: none;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zooming="out"] {
  -webkit-transition:
    -webkit-transform 0.2s linear,
    -webkit-transform-origin 0s 0.2s;
  transition:
    -webkit-transform 0.2s linear,
    -webkit-transform-origin 0s 0.2s;
  transition:
    transform 0.2s linear,
    transform-origin 0s 0.2s;
  transition:
    transform 0.2s linear,
    transform-origin 0s 0.2s,
    -webkit-transform 0.2s linear,
    -webkit-transform-origin 0s 0.2s;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zooming="in"] {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
}

.product-image-zoom-container [data-main-product-image-wrapper] [data-main-product-image][data-zoomed="true"]+.zoom-toggle {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}

.product-image-zoom-container [data-main-product-image-wrapper][data-dragging="true"] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.product-image-zoom-container [data-main-product-image-wrapper][data-dragging="true"]:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.product-image-zoom-container [data-main-product-image-wrapper] .zoom-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 17px;
  width: 35px;
}

.modal-visible.modal-product-image-zoom .product-image-zoom-container {
  display: block;
  z-index: 10000;
}

.product-short-description {
  margin: 0 0 24px;
  position: relative;
}

.product-short-description__truncate {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-mask-composite: xor;
  mask-composite: xor;
  -webkit-mask-image:
    -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0, #000)),
    -webkit-gradient(linear, right top, left top, color-stop(70%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(0deg, #000 0, #000 0), linear-gradient(270deg, #000 70%, transparent);
  mask-image:
    -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0, #000)),
    -webkit-gradient(linear, right top, left top, color-stop(70%, #000), to(transparent));
  mask-image: linear-gradient(0deg, #000 0, #000 0), linear-gradient(270deg, #000 70%, transparent);
  -webkit-mask-position:
    100% 100%,
    100% 100%;
  mask-position:
    100% 100%,
    100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size:
    100% 100%,
    120px 20px;
  mask-size:
    100% 100%,
    120px 20px;
}

.product-short-description__read-more {
  bottom: 1px;
  position: absolute;
  right: 1ch;
}

.product-short-description__read-more:after {
  bottom: 0;
}

.product-short-description p {
  margin: 0;
}

.product-short-description p:first-letter {
  text-transform: uppercase;
}

.product-title h1 {
  margin: 24px 0 12px;
}

.product-roundel {
  height: 48px;
  width: 48px;
}

@media (min-width: 48rem) {
  .product-roundel {
    height: 60px;
    width: 60px;
  }
}

.product-upsells-snippet {
  border: 1px solid rgba(var(--rgb-main-3), 0.15);
  margin-bottom: 16px;
  padding: 16px;
}

@media screen and (min-width: 64rem) {
  .product-upsells-snippet {
    margin-bottom: 24px;
    padding: 20px;
  }
}

.product-upsells-snippet .heading-5,
.product-upsells-snippet .product-upsells__item {
  margin-bottom: 12px;
}

.product-upsells-snippet .product-upsells__item:last-of-type {
  margin-bottom: 0;
}

.product-upsells-snippet .product-upsells__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-upsells-snippet .product-upsells__item__image {
  height: 64px;
  margin-right: 12px;
  min-width: 64px;
}

.product-upsells-snippet .product-upsells__item__description {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.product-upsells-snippet .product-upsells__item__title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.875rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 64rem) {
  .product-upsells-snippet .product-upsells__item__title {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.product-upsells-snippet .product-upsells__item__price {
  color: #959595;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin-bottom: 0;
}

@media screen and (min-width: 64rem) {
  .product-upsells-snippet .product-upsells__item__price {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
}

.product-upsells-snippet .product-upsells__item__btn-container {
  min-width: 80px;
}

@media screen and (min-width: 64rem) {
  .product-upsells-snippet .product-upsells__item__btn-container {
    min-width: 90px;
  }
}

.product-upsells-snippet .product-upsells__item__btn-container .btn {
  padding: 13px;
  width: 100%;
}

@media screen and (max-width: 47.9375rem) {
  .product-upsells-snippet .product-upsells__item__btn-container .btn {
    font-size: 0.75rem;
  }
}

.product-upsells-snippet .product-upsells__item-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  margin-top: 12px;
}

.product-upsells-snippet .product-upsells__item-selection .select-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin-bottom: 0;
  margin-right: 12px;
}

.product-upsells-snippet .product-upsells__item-selection .btn {
  font-size: 0.75rem;
  margin: 0;
  width: 80px;
}

@media screen and (min-width: 64rem) {
  .product-upsells-snippet .product-upsells__item-selection .btn {
    font-size: 0.875rem;
    width: 90px;
  }
}

.product-vendor-snippet {
  margin-bottom: 16px;
}

.product-vendor-snippet .subdued {
  opacity: 0.6;
}

.product-video-snippet .content-and-video-section {
  margin-bottom: 16px;
}

@media screen and (min-width: 64rem) {
  .product-video-snippet .content-and-video-section {
    margin-bottom: 32px;
  }
}

.product-title h1 {
  margin: 24px 0 12px;
}

.pdp .product-price-snippet .price-variation {
  font-weight: 500;
}

.pdp .product-price-snippet__old-price {
  margin: 0 12px 0 0;
  opacity: 0.5;
}

.pdp .product-price-snippet__discounted-price {
  color: var(--color-error);
}

.pdp .product-price-snippet__price {
  font-weight: 500;
  font-size: 1.125rem;

  a {
    font-weight: 500;
    font-size: 1.125rem;
    color: #000;
    text-decoration: none;
  }
}

.pdp .product-price-snippet {
  margin: 0 0 46px;
  display: flex;
  justify-content: space-between;

  .text-body2 {
    p {
      color: var(--primary-color);
      font-weight: 700;

      a {
        color: var(--primary-color);
        text-decoration: underline !important;
      }
    }
  }
}

#clearpay {
  display: block;
  margin: 44px 0 28px;
}

.product-giftwrap .minicart-gift-wrap {
  margin: 0;
}

.inline-upsell {
  margin: 40px 0 0;
}

.inline-upsell__product {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(var(--rgb-main-3), 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 16px;
}

@media screen and (min-width: 64rem) {
  .inline-upsell__product {
    padding: 6px 16px 6px 6px;
  }
}

.inline-upsell__featured-image .image-snippet {
  height: 80px;
  width: 80px;
}

.inline-upsell__content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

@media screen and (min-width: 64rem) {
  .inline-upsell__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
  }
}

.inline-upsell__title {
  margin: 0;
  text-align: left;
  width: 100%;
}

.inline-upsell__add-to-cart {
  min-width: 136px;
  width: 100%;
}

.inline-upsell__discount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 8px 0 0;
}

.product-limited-offer-message {
  background-color: var(--background-color, #ebf3ef);
  border-radius: 99px;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 64rem) {
  .product-limited-offer-message {
    padding: 12px;
  }
}

.product-limited-offer-message__label {
  margin: 0;
}

.product-review-widget {
  display: block;
  margin: 24px 0 0;
}

.product-review-widget__rating {
  pointer-events: none;
}

.product-sizes {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.product-sizes__variant-label {
  margin: 0 12px 0 0;
}

.product-sizes__item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 500;
  padding: 10px 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 333ms ease-in-out;
  transition: background-color 333ms ease-in-out;
}

.product-sizes__item--active {
  background-color: var(--color-main-2);
  border-color: #000;
}

.product-sizes__item--inactive {
  overflow: hidden;
  position: relative;
}

.product-sizes__item--inactive:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 999px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
}

.product-sizes__item:hover {
  background-color: var(--color-main-2);
}

.product-sizes-gift-card {
  gap: 10px;
}

.product-sizes-gift-card__variant-label {
  margin: 0 30px 0 0;
}

.product-sizes-gift-card__item {
  padding: 8px 16px;
}

.product-stock-level {
  display: grid;
  margin: 24px 0 12px;
  place-items: flex-start;
}

.product-stock-level__stock-message {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0;
}

.product-stock-level__stock-message:before {
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}

.product-stock-level__stock-message--in-stock {
  color: var(--color-success);
}

.product-stock-level__stock-message--in-stock:before {
  background-color: var(--color-success);
}

.product-stock-level__stock-message--low-stock {
  color: var(--color-warning);
}

.product-stock-level__stock-message--low-stock:before {
  background-color: var(--color-warning);
}

.product-stock-level__stock-message--out-of-stock {
  color: var(--color-error);
}

.product-stock-level__stock-message--out-of-stock:before {
  background-color: var(--color-error);
}

.product-stock-level__label {
  color: #000;
}

.product-usp-list {
  display: grid;
  gap: 10px;
  margin: 32px 0 0;
}

.product-usp-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.product-details__markdown-container .product-usp-list__item h3,
.product-usp-list__item .label,
.product-usp-list__item .product-details__markdown-container h3 {
  margin: 0;
}

.product-usp-list__item img,
.product-usp-list__item svg {
  height: 18px;
  width: 18px;
}

.product-info-block {
  margin: 40px 0 0;
}

@media screen and (min-width: 64rem) {
  .product-info-block {
    margin: 48px 0 0;
  }
}

.product-info-block__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.product-info-block__chip {
  background-color: var(--color-main-2);
  border-radius: 99px;
  margin: 0;
  padding: 8px 16px;
}

.product-breakdown {
  margin: 40px 0 0;
}

.product-breakdown__list {
  display: grid;
  gap: 16px;
}

.product-breakdown__item {
  display: grid;
  gap: 8px;
}

@media screen and (min-width: 64rem) {
  .product-breakdown__item-details {
    display: grid;
    gap: 24px;
    grid-template-columns: 40% 1fr;
  }
}

.product-breakdown__title {
  margin: 0;
}

.product-breakdown__ingredients {
  text-transform: capitalize;
}

.product-breakdown__ingredients-link {
  display: inline-block;
}

.product-details__certifications-container {
  margin: 40px auto 0;
}

.product-details__certification-logo {
  mix-blend-mode: multiply;
}

.product-details__certifications {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  row-gap: 26px;
}

@media screen and (min-width: 64rem) {
  .product-details__certifications {
    border-top: 1px solid rgba(var(--rgb-main-3), 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0 0;
    place-content: center;
  }
}

.product-details__certification-title {
  line-height: 150%;
  margin: 0;
  text-align: center;
}

.product-details__certification {
  -webkit-box-flex: 0;
  display: grid;
  -ms-flex: 0 0 calc(33.33333% - 12px);
  flex: 0 0 calc(33.33333% - 12px);
  gap: 16px;
  place-items: center;
}

@media screen and (min-width: 48rem) {
  .product-details__certification {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 12px);
    flex: 0 0 calc(25% - 12px);
  }
}

@media screen and (min-width: 64rem) {
  .product-details__certification {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.66667% - 12px);
    flex: 0 0 calc(16.66667% - 12px);
  }
}

.product-details__markdown-container {
  gap: 0;
}

.product-details__markdown-container h2 {
  margin: 0 0 32px;
}

.product-details__markdown-container h4 {
  margin: 0 0 24px;
}

.product-details__markdown-container ul {
  display: grid;
  gap: 8px;
}

.product-details__markdown-container ul--split {
  grid-template-columns: 1fr 1fr;
}

.product-details__markdown-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.product-details__markdown-container li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' fill='none'%3E%3Cpath d='M8.597 15.082C9.925 12.98 15.156 7.245 19 5c-3.805 4.102-8.085 8.918-10.383 13-1.229-1.898-2.2-4.898-4.617-5.449 2.259-.918 3.19.918 4.597 2.53Z' fill='%23006937'/%3E%3C/svg%3E") no-repeat 50%;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}

.product-details__markdown-container a {
  cursor: pointer;
  font-weight: 400;
  position: relative;
}

.product-details__markdown-container a:after {
  background-color: var(--color-main-1);
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: height 333ms ease-in-out;
  transition: height 333ms ease-in-out;
  width: 100%;
}

.product-details__markdown-container a:hover:after {
  height: 2px;
  -webkit-transition: height 333ms ease-in-out;
  transition: height 333ms ease-in-out;
}

.product-details__markdown-container a[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.product-chips__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.product-chips__chip {
  background-color: #fff;
  border-radius: 99px;
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
}

.product-ingredients__ingredient-breakdown {
  display: grid;
  gap: 24px;
}

.product-ingredients__headings {
  margin: 0 0 12px;
}

.product-ingredients__subheadings {
  margin: 0 0 8px;
}

.product-ingredients__never-use-list {
  margin: 32px 0 0;
}

.product-ingredients__ingredient-heading {
  margin: 0 0 24px;
}

.product-how-to-use {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-how-to-use__ordered-list {
  display: grid;
  gap: 28px;
}

.product-how-to-use__ordered-list-label {
  background-color: var(--color-main-6);
  display: inline-block;
  padding: 6px 10px;
  text-transform: uppercase;
}

.product-how-to-use .rte a {
  color: var(--color-main-1);
}

.product-how-to-use__markdown ol,
.product-how-to-use__markdown ol li,
.product-how-to-use__markdown ul,
.product-how-to-use__markdown ul li {
  list-style: disc;
}

.product-packaging__content {
  text-align: left;
}

.sticky-atc-banner {
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  padding: 12px 24px;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 333ms ease-in-out;
  transition: opacity 333ms ease-in-out;
  -webkit-transition: -webkit-transform 333ms ease-in-out;
  transition: -webkit-transform 333ms ease-in-out;
  transition: transform 333ms ease-in-out;
  transition:
    transform 333ms ease-in-out,
    -webkit-transform 333ms ease-in-out;
  width: 100%;
  z-index: 50;
}

@media screen and (min-width: 64rem) {
  .sticky-atc-banner {
    padding: 8px 24px;
  }
}

.sticky-atc-banner--show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media screen and (min-width: 64rem) {
  .sticky-atc-banner__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.sticky-atc-banner__details {
  display: none;
}

@media screen and (min-width: 48rem) {
  .sticky-atc-banner__details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.sticky-atc-banner__price {
  margin: 0 0 0 auto;
}

.sticky-atc-banner__title {
  margin: 0;
}

.sticky-atc-banner__featured-image {
  border-radius: 8px;
  margin: 0 24px 0 0;
  overflow: hidden;
}

.sticky-atc-banner__product-form {
  width: 100%;
}

.sticky-atc-banner__product-form .product-form__submission-container {
  margin: 0;
}

@media screen and (min-width: 64rem) {
  .sticky-atc-banner__product-form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.sticky-atc-banner__edit {
  opacity: 0.6;
}

.sticky-atc-banner__edit .link {
  margin: 0 12px 0 0;
}

.sticky-atc-banner__edit .link:after {
  background-color: #000;
}

.product-review-nugget {
  display: none;
  margin: 24px 0 0;
  text-align: center;
}

.product-review-nugget--mobile {
  background-color: var(--color-main-2);
  display: block;
  margin: 40px 0 0;
  padding: 24px 16px;
}

.product-review-nugget--mobile .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__inner {
  padding: 0 !important;
}

@media screen and (min-width: 64rem) {
  .product-review-nugget--mobile {
    display: none;
  }

  .product-review-nugget--desktop {
    display: block;
  }

  .product-review-nugget--desktop .NuggetsWidget__inner {
    background-color: unset !important;
  }
}

.product-review-nugget__heading {
  margin: 0 0 8px;
}

@media screen and (min-width: 64rem) {
  .product-review-nugget__heading {
    margin: 0;
  }
}

.product-review-nugget .NuggetsWidget__inner {
  background-color: unset;
  background-image: unset !important;
  display: grid;
  gap: 8px;
  place-items: center;
  text-align: center !important;
}

.product-review-nugget .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading .R-TextHeading:not(.NuggetsWidget__quotationMark) {
  text-align: center;
}

.product-review-nugget .NuggetsWidget-prefix .R-flex-middle-xxs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-review-nugget .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__list .NuggetsWidget__item .NuggetsWidget__meta .NuggetsWidget__meta__text .meta__text__authorName {
  font-weight: 700;
  text-transform: uppercase;
}

.product-review-nugget .NuggetsWidget-prefix * {
  font-size: 14px;
}

.product-review-nugget .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__footer .R-IconButton:first-child {
  display: none;
}

.product-review-nugget .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__heading {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

@media screen and (min-width: 64rem) {
  .product-review-nugget .NuggetsWidget-prefix .NuggetsWidget .NuggetsWidget__inner {
    padding-bottom: 0;
  }
}

.product-review-nugget .NuggetsWidget-prefix * {
  font-style: italic;
}

.pdp #smartwishlist {
  height: auto;
  margin: 0;
}

.pdp #smartwishlist #bookmarkit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--color-main-2);
  border-radius: 8px;
  color: #000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  padding: 14px !important;
}

@media screen and (min-width: 64rem) {
  .pdp #smartwishlist #bookmarkit {
    background-color: transparent;
    border: 1px solid var(--color-main-1);
    height: 48px !important;
  }

  .pdp #smartwishlist #bookmarkit:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none'%3E%3Cpath d='M12.014 22h-.028a.504.504 0 0 1-.306-.105c-.294-.223-7.239-5.52-9.797-9.988l-.01-.018A6.859 6.859 0 0 1 1 8.525C1 4.927 3.737 2 7.101 2 9.05 2 10.858 2.99 12 4.634 13.142 2.99 14.95 2 16.899 2 20.263 2 23 4.927 23 8.525a6.86 6.86 0 0 1-.883 3.382c-2.558 4.468-9.503 9.765-9.797 9.988a.501.501 0 0 1-.306.105ZM2.797 11.33c2.164 3.764 7.846 8.348 9.203 9.412 1.358-1.065 7.04-5.648 9.204-9.412a5.662 5.662 0 0 0 .736-2.806c0-2.972-2.262-5.39-5.04-5.39-1.85 0-3.55 1.081-4.433 2.822a.526.526 0 0 1-.466.296.526.526 0 0 1-.467-.296c-.884-1.74-2.582-2.822-4.432-2.822-2.78 0-5.04 2.418-5.04 5.39a5.66 5.66 0 0 0 .735 2.806Z' fill='%23006937'/%3E%3C/svg%3E");
    display: block;
    height: 23px;
    width: 23px;
  }
}

.pdp #smartwishlist #bookmarkit:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14' fill='none'%3E%3Cpath d='M8.01 14h-.02a.376.376 0 0 1-.223-.073c-.214-.157-5.264-3.864-7.125-6.992l-.007-.013A4.66 4.66 0 0 1 0 4.567C0 2.05 1.99 0 4.437 0 5.854 0 7.17.693 8 1.844A4.396 4.396 0 0 1 11.563 0C14.009 0 16 2.049 16 4.567a4.662 4.662 0 0 1-.642 2.368c-1.86 3.128-6.911 6.835-7.125 6.992A.374.374 0 0 1 8.01 14ZM1.307 6.53C2.88 9.166 7.013 12.374 8 13.12c.987-.745 5.12-3.953 6.694-6.588l.005-.009a3.85 3.85 0 0 0 .53-1.955c0-2.08-1.645-3.773-3.666-3.773-1.345 0-2.58.757-3.224 1.975A.384.384 0 0 1 8 2.977a.384.384 0 0 1-.339-.208C7.018 1.551 5.783.794 4.438.794 2.416.794.772 2.487.772 4.567a3.847 3.847 0 0 0 .535 1.964Z' fill='%23000'/%3E%3C/svg%3E");
  display: block;
  height: 44px;
  width: 16px;
}

.pdp #smartwishlist #bookmarkit[status="bookmarked"] {
  background-color: var(--color-main-1) !important;
  color: #fff !important;
}

.pdp #smartwishlist #bookmarkit[status="bookmarked"]:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 23' fill='%23fff'%3E%3Cpath d='M12.014 22h-.028a.504.504 0 0 1-.306-.105c-.294-.223-7.239-5.52-9.797-9.988l-.01-.018A6.859 6.859 0 0 1 1 8.525C1 4.927 3.737 2 7.101 2 9.05 2 10.858 2.99 12 4.634 13.142 2.99 14.95 2 16.899 2 20.263 2 23 4.927 23 8.525a6.86 6.86 0 0 1-.883 3.382c-2.558 4.468-9.503 9.765-9.797 9.988a.501.501 0 0 1-.306.105ZM2.797 11.33c2.164 3.764 7.846 8.348 9.203 9.412 1.358-1.065 7.04-5.648 9.204-9.412a5.662 5.662 0 0 0 .736-2.806c0-2.972-2.262-5.39-5.04-5.39-1.85 0-3.55 1.081-4.433 2.822a.526.526 0 0 1-.466.296.526.526 0 0 1-.467-.296c-.884-1.74-2.582-2.822-4.432-2.822-2.78 0-5.04 2.418-5.04 5.39a5.66 5.66 0 0 0 .735 2.806Z'/%3E%3C/svg%3E");
}

.pdp #smartwishlist #sw_wishlist_label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media screen and (min-width: 64rem) {
  .pdp #smartwishlist #sw_wishlist_label {
    display: none;
  }
}

.pdp #smartwishlist #wishlist_icon {
  display: none;
}

.checkbox-wrapper input[type="checkbox"] {
  display: block;
  height: 24px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 24px;
}

.checkbox-wrapper label {
  margin-bottom: 0;
}

.swiper-button {
  z-index: 999;
}

.image-snippet {
  position: relative;
  width: 100%;
}

.image-snippet__fill:after {
  content: "";
}

@media screen and (max-width: 63.9375rem) {
  .image-snippet__fill--mobile {
    aspect-ratio: var(--aspect-ratio-mobile);
  }
}

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .image-snippet__fill--tablet {
    aspect-ratio: var(--aspect-ratio-tablet);
  }
}

@media screen and (min-width: 80rem) {
  .image-snippet__fill--desktop {
    aspect-ratio: var(--aspect-ratio);
  }
}

.image-snippet__img {
  display: block;
}

@media screen and (max-width: 63.9375rem) {

  .image-snippet__img--desktop,
  .image-snippet__img--tablet {
    display: none;
  }
}

@media screen and (min-width: 64rem) and (max-width: 79.9375rem) {

  .image-snippet__img--desktop,
  .image-snippet__img--mobile {
    display: none;
  }
}

@media screen and (min-width: 80rem) {

  .image-snippet__img--mobile,
  .image-snippet__img--tablet {
    display: none;
  }
}

.image-snippet__img--fill {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;

}

.image-full-width-snippet img,
.image-full-width-snippet picture {
  display: block;
}

.image-full-width-snippet .prevent-lazy-load-pop:not(.loaded) {
  width: 100%;
}

.main_template_product {
  p {
    color: #6b6f74;
    font-weight: 300;
  }

  .product-short-description {
    .product-short-description__truncate {
      -webkit-line-clamp: inherit;
      -webkit-box-orient: inherit;
      display: block;
      -webkit-mask-composite: inherit;
      mask-composite: inherit;
    }

    .product-short-description__read-more {
      display: none;
    }
  }

  #smartwishlist {
    display: none;
  }

  .reviews {
    overflow: hidden;
    margin-top: 40px;

    h2 {
      color: #e12927;
      font-weight: 900;
    }
  }
}

#sw_wishlist_label {
  display: none;
}

.productdetail-abccomco {
  .product-price-snippet__price {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-dark2);

    a {
      font-size: 24px;
      font-weight: 800;
      color: var(--color-dark2);
      text-decoration: none;
    }

    .text_price {
      font-size: 14px;
      font-weight: 700;
      color: var(--primary-color);
    }

    .precio {
      font-size: 20px;
      font-weight: 700;
      color: var(--primary-color);
    }

  }
}

.algolia__filters-content {
  .dropdownlabel {
    .title-acompanamientos {
      margin: 24px 0 27px;
      color: var(--color-enlace);
    }
  }

  .asterisk {
    color: var(--color-enlace);
  }

  .required {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.2800000011920929px;
  }

  .dropdownkk {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;

    .ais-facet--header {
      font-size: 14px;
      font-weight: 900;
      color: var(--color-text-dark);
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 10px;
      border-radius: 4px;

      .asterisk {
        color: var(--color-enlace);
      }

      .required {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        letter-spacing: 0.2800000011920929px;
        color: var(--color-enlace);
      }

      .dropdownicon {
        font-size: 18px;
        padding: 0 10px;
      }

      .dropdowniconred {
        font-size: 18px;
        padding: 0 10px;
        color: var(--color-enlace);
      }
    }

    .error {
      color: var(--color-enlace);
    }

    .ais-facet-dropdown-container {
      display: none;

      &.active {
        display: block;
      }

      .ais-RefinementList-list {
        li {
          .opcion {
            display: flex;
            align-items: center;
            gap: 20px;
            accent-color: var(--color-enlace);

            .default-option {
              padding: 4px;
            }

            img {
              width: 43px;
              height: 43px;
            }

            input[type="checkbox"] {
              accent-color: var(--color-enlace);
            }
          }

          label {
            display: flex;
            gap: 15px;
          }
        }
      }
    }
  }

  .ais-RefinementList-list {
    overflow: auto;
    scrollbar-width: thin;
    max-height: 45vh;

    .ais-RefinementList-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      opacity: 0.5;

      .fs {
        display: flex;
        gap: 12px;
        align-items: center;

        .checkbox {
          width: 20px;
          height: 20px;
          border: 1px solid grey;
          background: white;
          border-radius: 4px;
          box-shadow: inset 0 0 0 2px white;
        }

        img {
          width: 110px;
          height: 68px;
          object-fit: fill;
        }

        label {
          flex: 1;
        }
      }

      .sc {
        display: flex;
        gap: 10px;
        align-items: center;
        border: 1px solid #d1d1d1;
      }

      &.active {
        opacity: 1;

        .fs {
          .checkbox {
            background: #e12927;
          }
        }
      }
    }

    .actions {
      display: flex;
      align-items: center;
      gap: 34px;
    }
  }
}

.info_product {
  p {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 26px;
  }

  .list_element {
    margin-bottom: 60px;

    li {
      margin-bottom: 6px;

      input[type="radio"] {
        display: none;
      }

      label.custom-radio {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        gap: 31px;
        color: var(--primary-color);
      }

      label.custom-radio span {
        width: 18px;
        height: 18px;
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        display: inline-block;
        position: relative;
        transition: border-color 0.3s ease;
      }

      input[type="radio"]:checked+label.custom-radio span::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background-color: var(--primary-color);
        border-radius: 50%;
      }

      input[type="radio"]:checked+label.custom-radio span {
        border-color: var(--primary-color);
      }

    }
  }
}

.btn_add_bolsa {
  display: flex;
  align-items: center;
  gap: 13px;
}

.iswiper {
  .container-review {
    width: auto !important;
    height: auto !important;
  }
}

.h100 {
  height: 100% !important;
}

.collapse-general {
  margin-top: 63px;

  .accordion {
    width: 100%;
  }

  .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);

    &:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
  }

  input[type="checkbox"] {
    display: none;
  }

  .accordion-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5px;
    cursor: pointer;

    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;

  }

  .accordion-label:hover {
    background: #eef4fa;
  }

  .accordion-label::after {
    content: '+';
    font-size: 20px;
    color: #003366;
    transition: transform 0.3s ease;
  }

  input:checked+.accordion-label::after {
    content: '-';
  }


  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;

    .accordion-content-inner {
      padding: 5px;

      ul {

        li {
          list-style: inside !important;
        }

        color: var(--primary-color);
      }

      p {
        color: var(--primary-color);
        font-family: "Public Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
      }
    }
  }

  input:checked~.accordion-content {
    max-height: 300px;
  }

}


@media screen and (max-width:1024px) {

  .product-media-list__thumbs {
    width: 80%;
  }

}

@media screen and (max-width: 576px) {
  .btn_add_bolsa {
    flex-wrap: wrap;
    justify-content: center;
  }
}

// Featured Products Carousel Styles
.reviews.products {
  margin-top: 60px;
  padding: 40px 0;

  h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
  }

  .swiper-multi-reviews {
    position: relative;
    padding: 0 50px;

    .swiper-wrapper {
      align-items: stretch;
    }

    .swiper-slide {
      height: auto;

      .product-card {
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

        &:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          border-color: var(--primary-color);
        }

        &__image {
          position: relative;
          width: 100%;
          height: 200px;
          overflow: hidden;

          a {
            display: block;
            width: 100%;
            height: 100%;
          }

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;

            &.product-image-hover {
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              transition: opacity 0.3s ease;
            }
          }

          &:hover {
            img.product-image {
              transform: scale(1.05);
            }

            img.product-image-hover {
              opacity: 1;
            }
          }

          .no-image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            color: #999;
            font-size: 14px;
          }
        }

        &__content {
          padding: 20px;
          display: flex;
          flex-direction: column;
          flex: 1;
        }

        &__title {
          font-size: 16px;
          font-weight: 600;
          color: var(--primary-color);
          margin-bottom: 8px;
          line-height: 1.4;

          a {
            color: inherit;
            text-decoration: none;

            &:hover {
              color: var(--primary-color);
            }
          }
        }

        &__description {
          font-size: 14px;
          color: #666;
          margin-bottom: 12px;
          line-height: 1.5;
          flex: 1;
        }

        &__price {
          margin-bottom: 15px;

          .price {
            font-size: 18px;
            font-weight: 700;
            color: var(--primary-color);
          }

          .price-request {
            font-size: 14px;
            color: #888;
            font-style: italic;

            a {
              font-size: 14px;
              color: #888;
              font-style: italic;
              text-decoration: none;
            }
          }
        }

        &__actions {
          display: flex;
          gap: 10px;

          .btn {
            flex: 1;
            padding: 10px 15px;
            font-size: 14px;
            border-radius: 6px;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid;

            &--primary {
              background: var(--primary-color);
              color: white;
              border-color: var(--primary-color);

              &:hover {
                background: darken(var(--primary-color), 10%);
                transform: translateY(-2px);
              }
            }

            &--secondary {
              background: transparent;
              color: var(--primary-color);
              border-color: var(--primary-color);

              &:hover {
                background: var(--primary-color);
                color: white;
              }
            }
          }
        }

        &__wishlist {
          position: absolute;
          top: 10px;
          right: 10px;
          background: rgba(255, 255, 255, 0.9);
          border: none;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: all 0.3s ease;

          &:hover {
            background: var(--primary-color);
            color: white;
          }

          &.active {
            background: var(--primary-color);
            color: white;
          }
        }
      }
    }

    .swiper-pagination {
      bottom: -40px;

      .swiper-pagination-bullet {
        background: var(--primary-color);
        opacity: 0.3;

        &-active {
          opacity: 1;
        }
      }
    }

    .swiper-button-next,
    .swiper-button-prev {
      background: white;
      border: 2px solid var(--primary-color);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      color: var(--primary-color);
      font-weight: bold;
      transition: all 0.3s ease;

      &:after {
        font-size: 18px;
        font-weight: 900;
      }

      &:hover {
        background: var(--primary-color);
        color: white;
        transform: scale(1.1);
      }
    }

    .swiper-button-next {
      right: 10px;
    }

    .swiper-button-prev {
      left: 10px;
    }
  }
}

// Mobile responsive adjustments
@media (max-width: 768px) {
  .reviews.products {
    .swiper-multi-reviews {
      padding: 0 20px;

      .swiper-button-next,
      .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;

        &:after {
          font-size: 14px;
        }
      }

      .swiper-button-next {
        right: 5px;
      }

      .swiper-button-prev {
        left: 5px;
      }
    }
  }
}

// Badge de tipo de producto en página de detalle (ABC-406)
.product-price-snippet {
  .product-type-badge {
    margin-top: 0.75rem;

    .badge {
      display: inline-block;
      font-size: 0.875rem;
      padding: 0.5rem 0.75rem;
      font-weight: 500;
      border-radius: 4px;
      line-height: 1.2;

      i {
        font-size: 0.8rem;
        margin-right: 0.3rem;
      }

      &.bg-success {
        background-color: #28a745 !important;
        color: #ffffff !important;
      }

      &.bg-warning {
        background-color: #ffc107 !important;
        color: #212529 !important;

        &.text-dark {
          color: #212529 !important;
        }
      }
    }
  }
}