/** Shopify CDN: Minification failed

Line 543:1 Expected identifier but found "."
Line 858:2 Expected identifier but found bad string token
Line 858:4 Unterminated string token
Line 2324:0 Unexpected "{"

**/
/* Use this file to add custom css to the theme. */

.badges-wrapper span {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04rem;
  font-size: 10px;
  line-height: 1.2;
  z-index: 3;
  clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0 100%, 0 0);
  padding: 3px 13px 3px 9px;
  border-radius: 3px 0 0 3px;
  background: var(--bgColor, #000);
}

.product-item .badges-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.product__primary-left {
  position: relative;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button {
  border: 1px solid black;
  padding: 6.5px;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button .variant-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  vertical-align: middle;
  margin-bottom: 8px;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button .variant-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button .price {
  align-items: center;
  line-height: 1.1;
  font-weight: 600;
  font-size: 14px;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button .variant-card__soldout {
  line-height: 1;
  font-size: 12px;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button .variant-card__price {
  line-height: 1.1;
  display: flex;
  justify-content: center;
}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button.selected {
  border-color: #24443f;
  border: 3px solid #24443f;

}

.main-product-section .dynamic-variant-input-wrap button.product__variant-card.dynamic-variant-button.is-soldout {
  opacity: 0.59;
  text-decoration: line-through;
}

.t4s-pack-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 8px;
  color: #222;
  text-transform: capitalize;
}

.product__primary-left .badges-wrapper {
  position: absolute;
  z-index: 2;
  left: 110px;
}

.quick-cart .quick-cart__wrapper {
  z-index: 999999;
}

html:not(.no-js):not(.prefers-reduced-motion) .shoppable-pop-up .quick-cart.animation.animation--quick-cart .quick-cart__wrapper.active .animation--quick-cart-items>*,
html:not(.no-js):not(.prefers-reduced-motion) .shoppable-pop-up .quick-cart.animation.animation--quick-cart .quick-cart__wrapper.active .animation--quick-cart-footer {
  transform: unset;
  opacity: 1;
}

.featured-collection-slider.section {
  position: revert;
}

@media(min-width:992px) {
  .article__image.article__image--image-aspect-custom .article__image-container {
    height: 350px;
  }
}

@media (max-width:991px) {
  .article__image.article__image--image-aspect-custom .article__image-container {
    height: 400px;
  }
}

@media (max-width:768px) {
  .badges-wrapper span {
    font-size: 10px;
    margin: 5px 0;
  }
}

@media (max-width:959px) {
  .product__primary-left .badges-wrapper {
    left: 34px;
    z-index: 2;
  }
}

@media (max-width:767px) {
  .product__primary-left .badges-wrapper {
    left: 23px;
    z-index: 2;
  }

  .article__image.article__image--image-aspect-original.article__image--top {
    margin-bottom: 0;
  }

  .article__header,
  .article .article__header {
    margin-top: 30px;
  }
}

.product-item__media div#epr-product-collection-review {
  display: none !important;
}

.product-item__media div#epr-product-collection-review span {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  color: #fff;
}

.product-item__media:has(.active) div#epr-product-collection-review {
  top: 5px;
  right: 5px;
  bottom: unset;
  left: unset;
}

.product-page-rating {
  font-weight: 700;
}

#epr-product-title-review,
#epr-product-collection-review {
  display: none;
}

.offer-slider-wrapper .desktop-only {
  display: block;
}

.offer-slider-wrapper .mobile-only {
  display: none;
}

.offer-slide {
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.offer-slide:hover {
  transform: scale(1.02);
  opacity: 0.9;
}

.offer-slide.adding {
  opacity: 0.6;
  pointer-events: none;
}

.offer-slider-wrapper .swiper-button-prev:after,
.offer-slider-wrapper .swiper-button-next:after {
  display: none;
}

.offer-slider-wrapper .swiper-button-prev,
.offer-slider-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  color: #000;
  margin: auto 0;
  min-width: 1px;
  min-height: 1px;
  -webkit-animation: 1s t4s-ani-fadeIn;
  animation: 1s t4s-ani-fadeIn;
  z-index: 3;
  border: 1px solid;
  border-radius: 50%;
  background: #00000000;
  backdrop-filter: blur(4px);
  transform: translateY(-50%);
}

.offer-slider-wrapper .swiper-button-prev svg,
.offer-slider-wrapper .swiper-button-next svg {
  width: 14px;
  height: 16px;
}

.offer-slider-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-slider-wrapper .offer-img {
  height: 100%;
}

.offer-slider-wrapper .offer-slider .swiper-wrapper .offer-slide {
  height: auto;
}

.offer-slider-wrapper .swiper-pagination-bullet-active {
  background: var(--accent-color-darken);
}

body:has(.cart-offers-popup[aria-hidden=false]) .cart-coupon-section .cart-view-all-offers {
  display: none;
}

body:has(.cart-offers-popup[aria-hidden=false]) .quick-cart {
  display: none;
}

body div#cart-offers-popup {
  background: var(--color-overlay);
}

@media screen and (max-width: 768px) {
  .offer-slider-wrapper .desktop-only {
    display: none;
  }

  .offer-slider-wrapper .mobile-only {
    display: block;
  }
}

.quick-cart .quick-cart__form>.quick-cart__items {
  padding-bottom: 191px;
}

@media (max-width: 749px) {
  .quick-cart .quick-cart__form>.quick-cart__items {
    padding-bottom: 182px;
  }
}

/* NEW PDP PAGE */

.new-pdp-template .product-section .ups_label_slider {
  margin-bottom: 15px;
}

.new-pdp-template .ups_label_slider .ups_label {
  padding: 5px 10px;
  font-size: 14px !important;
}

.new-pdp-template .product__details .product__title {
  line-height: 1.25;
  font-weight: 600;
}

.new-pdp-template .product__price-and-ratings {
  margin: 0;
  padding: 0 0 10px;
}

.new-pdp-template .product__price-and-ratings .main-price-prd {
  font-family: Lora, serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;

}

.new-pdp-template .product__price-and-ratings s.main-compare-price {
  font-family: Lora, serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  text-decoration: line-through;

}

.new-pdp-template .product__price-and-ratings .product__price {
  font-size: 20px;
  gap: 8px;
}

.new-pdp-template .product__meta .product__policies {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.new-pdp-template .product__meta .product__policies svg {
  margin-right: 10px;
}

.new-pdp-template .template-product .main-product-section .pack-selector button.pack-card {
  border: 1.5px solid #e8e4df;
  border-radius: 10px;
  padding: 10px 10px 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-pdp-template .main-product-section .pack-selector button.pack-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  /* box-shadow: 0px 0px 0px 1px #1C1917; */
  border-radius: 8px;
}

.new-pdp-template .pack-selector button.pack-card .price-container {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
  gap: 8px !important;
  line-height: 1.1;

}

.new-pdp-template .pack-selector button.pack-card .title {

  margin-bottom: 10px !important;

}
.new-pdp-template .pack-selector button.pack-card .subheading {

  margin-top: 6px !important;

}
.new-pdp-template .main-product-section .pack-selector button.pack-card.selected {

  border-radius: 8px;
  border: 1px solid #769791;
  background: #C6EAE24D;
  /* box-shadow: 0px 0px 0px 1px #1C1917; */

}

.new-pdp-template .main-product-section .pack-selector button.pack-card .price {
  color: #1C1917;
}

.new-pdp-template .product__block.product__block--medium {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  margin: 0;
}

.new-pdp-template .product-form__cart-submit {

  height: 56px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background-color: #24443F !important;
  color: #ffffff !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, opacity 0.2s ease !important;
  margin-top: 12px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.new-pdp-template .accordion__inner {
  border-bottom: none !important;
  border-top: 1px solid #E7E5E4 !important;
}

.new-pdp-template .helio-embed-wrapper[data-helio-embed] {
  pointer-events: auto !important;
  display: none;
}


.new-pdp-template .accordion h3.ff-heading.fs-heading-5-base {
  color: #1C1917;
  /* font-family: Lora; */
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 36px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.accordion__inner[data-open="true"] {
  position: relative;
  overflow: hidden;
}

.accordion__inner[data-open="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  pointer-events: none;
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px);
}

.new-pdp-template .quantity-input {
  background: #F8F8F8;
  border: 1.5px solid #D3D1C7;
  border-radius: 6px;
  height: 56px;
}

.new-pdp-template .product__label-wrapper {
  margin: 0;
  font-weight: 700;
  color: #2C2C2A;
}

.new-pdp-template .product__label-wrapper .product__label {
  font-size: 14px;
}

.new-pdp-template .quantity-input {
  border: 1.5px solid #E6E6E6;
  border-radius: 6px;
}

.new-pdp-template .quantity-input__button {
  min-width: 30px;
  background: #F8F8F8;
}

.new-pdp-template .quantity-input input {
  font-size: 16px;
  width: 70px;
}

.new-pdp-template .product-form__cart-submit {
  font-size: 16px !important;
  padding: 12px !important;
}

.new-pdp-template .product__price-and-ratings .product__price .product__discount {
  padding: 4px 10px;
  font-size: 12px !important;
  font-weight: 600;
  background-color: #B2B01A;
  border-radius: 16777200px;
  color: #fff;
  text-transform: capitalize;

}

.new-pdp-template .footer__group-content .new-footer-logo {
  position: relative;
  display: block;
  /* margin-bottom: 15px; */
}

/* .new-pdp-templatespan.tag-text {
  display: none;
} */

.product-subtitle-spec-block {
  border-bottom: 0.5px solid #E7E5E4;
  padding-bottom: 15px;
}

.new-pdp-template .ups_label_slider {
  max-width: 100%;
  display: flex;
  display: none !important;
}

..new-pdp-template .main-product-section .pack-selector button.pack-card {
  border: 1px solid #E7E5E4;
  border-radius: 8px;
  padding: 10px 10px 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 1px #1C1917;

}

.new-pdp-template span.tag-text {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: fit-content;
  font-size: 13px;
  padding: 2px 6px;
  line-height: normal;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 4px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.new-pdp-template span.tag-text.first {
  background: #212324;
  color: #fff;
}

.new-pdp-template span.tag-text.second {
  background: #cf921f;
  color: #fff;
}

.new-pdp-template .main-product-section .pack-selector button.pack-card {
  position: relative;
}

p.quick-cart__footer-tax-note.ff-body.fs-body-65.t-subdued {
  font-size: smaller;
}


/*  NEW CART DRAWER */
.quick-cart__wrapper .quick-cart__item-remove {
  /* display:none; */
}

.quick-cart-div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.quick-cart__item {
  padding: 16px 0;
}

.express-checkout-title {
  margin-top: 16px;
}

.product-item__hover-container {
  display: none !important;
}

button.quick-cart__submit.btn.btn--full.btn--primary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;

  color: #ffffff !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  border: none !important;
  background: #24443F !important;
}

button.quick-cart__submit.btn.btn--full.btn--primary:hover {
  opacity: 0.88;

}

button.quick-cart__submit.btn.btn--full.btn--primary:after,
button.quick-cart__submit.btn.btn--full.btn--primary:before {
  display: none !important;
}

.btn.btn--primary:before {

  background: #24443F !important;

}

.quick-cart__item-details {
  margin-left: 5px;
}

.quick-cart__item-price-wrapper.fs-body-75 {
  margin-top: 4px;
}

.quick-cart__item-bottom {
  margin-top: 0;
}

.quick-cart__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity-input {
  height: 32px;
  BORDER-RADIUS: 20px;
}

button.quantity-input__button {
  background-color: #58794159;
  color: black;
  FONT-WEIGHT: 600;
}

.quick-cart__item-top button.quantity-input__button {
  background-color: transparent;
  color: black;
  FONT-WEIGHT: 600;
}

.quick-cart__items .quick-cart__item-image {

  margin-right: 16px;
}

.quick-cart__items h4.quick-cart__item-title.fs-product-card-title {
  margin-bottom: 6px;
}

.quick-cart__item-image .image__inner.sd {
  border: 1px solid #ededed;
  border-radius: 6px;
}

.quick-cart__item-image .image__inner.sd img {
  padding: 6px;
  border-radius: 6px;
}

.quick-cart__item-top .quantity-input {
  height: 32px;
  BORDER-RADIUS: 6px;
}

a {}

.quick-cart__item .quick-cart__item-title a {
  font-weight: 600;
  height: 42px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.quick-cart__item span.quick-cart__item-price {

  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  color: #141414;
}

span.quick-cart__item-price {
  font-size: 15px;
  font-weight: 600;
}

.quick-cart__item-image {
  width: 85px;
}

.free-shipping-bar.free-shipping-bar--loaded {
  margin-top: 5px;
}

.quick-cart__container .quick-cart__footer.animation--quick-cart-footer {
  position: absolute;
  padding: 0 20px;
  box-shadow: 0px -4px 15px 0px #00000005;
}

.quick-cart__wrapper .quick-cart__header {
  padding-bottom: 10px;
}

.cart-product-grid {
  margin: 0 0 5px;
  /* box-shadow: 0 0 5px 1px #cccccc87; */
  border-radius: 10px;
  position: relative;
}

.cart-product-grid .product-item__meta {
  background: white;
  padding: 0 10px 10px !important;

  border-radius: 10px;
  /* border: 1px solid #d9d9d9 !important; */
  border-top: none !important;
}

.cart-product-grid .product-item__media {
  background-color: #ffffff !important;
}

.ugc-slide-wrapper .video-card-wrapper .content-wrapper {

  margin-bottom: 0px;
  padding: 20px 10px;
}

.collection-banner__inner .collection-banner__description-toggle svg {
  width: 12px;
  height: 12px;
}

.collection-banner__inner .collection-banner__description-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: capitalize;
  margin: auto;
}

section#shopify-section-template--20760914821318__rich_text_6qMEaF {
  padding-top: 42px;
}

.collection-banner__description-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.cart-product-grid .section-header {
  text-align: left;
  justify-content: left;
}

.cart-product-grid .section-header {
  text-align: left;
  justify-content: left;
  margin-bottom: 12px;
}

.product-item__rating-val {

  line-height: normal;
}

.quick-cart__wrapper .product-item__image-link .image__inner.sd {
  background: transparent !important;
}



.cart-product-grid h2.section-header__title {

  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;

}

span.bg-image {
  width: initial;
  left: 0;
  pointer-events: none;
  right: 0;
}

span.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  pointer-events: none;
  ';

}

.section-header {
  /* padding-top: 15px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  justify-content: center;
}

.swiper.cart-product-swiper.product-grid.grid.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
  margin: 0;
}

.cart-product-grid span.star_with_rating_or_total_reviews {
  display: none !important;
}

.cart-product-grid .product-item__hover-action-wrap {
  display: none;
}

.cart-product-grid .product-item__inner {
  background: white;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}

span.product-item__subtitle {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.quick-cart__items.animation--quick-cart-items {
  /* max-height: 715px;    */
  /* adjust as needed */
  max-height: 100%;
  overflow-y: auto;
  /* enables vertical scrolling */
  overflow-x: hidden;
  /* optional: prevents horizontal scroll */
}

.cart-product-grid img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  border: 0 none;
  display: block;
  height: auto;
  max-width: 100%;
}

.cart-product-grid .product-item__price {
  margin: 0;
}

.cart-product-grid .product-item__text {
  margin: 5px auto 8px;
}

.cart-product-grid .fs-product-card-title a {
  height: 40px;
  font-size: 14px;
}

.cart-product-grid .product-item__price .t-subdued {
  display: none;
}

.quick-cart__container {
  padding: 16px 0 16px 16px !important;
}

.quick-cart__header {
  margin-right: 16px !important;
}

.quick-cart__items > * {
  margin-right: 16px;
}

.quick-cart__items > .cart-product-grid {
  margin-right: 0 !important;
}

.cart-product-grid .section-header {
  padding-right: 16px !important;
}

.cart-product-grid .cart-product-swiper {
  width: 100% !important;
  margin-right: 0 !important;
}

.announcement-bar__item .announcement-bar__item-inner {
  padding-top: 4.5px;
}

.announcement-bar__item-inner p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 200 !important;
}

.quick-cart__container .cart-coupon-input {
  z-index: 1 !important;
}

/* .quick-cart .quick-cart__form>.quick-cart__items {
    padding-bottom: 50% !important;
} */
/* ================= MOBILE ================= */
.cart-product-grid span.product-item__subtitle {
  display: none !important;
}

@media (max-width: 767px) {

  .collection-banner-custom img{
    height:75% !important;
  }

  .btn.btn--text-link.quick-cart__item-remove {
    /* display: none; */
  }

  .ugc-slide-wrapper .video-card-wrapper .content-wrapper {
    margin-bottom: 8px;
    padding: 0px 8px;
  }

  .skincare-journal-template--20760915181766__skincare_journal_qjGNGb__aspect-ratio-box--square {
    padding-top: 78% !important;
  }

  .new-pdp-template .sealsubs-target-element .sls-purchase-options-label {
    padding: 15px 0 6px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #000 !important;
  }

  .new-pdp-template .main-product-section .pack-selector {
    grid-template-columns: repeat(3, 1fr);
  }

  .new-pdp-template .product-thumbnails__items {
    overflow-x: auto;
    width: 100% !important;
    padding-bottom: 10px;
  }

  .new-pdp-template .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    height: 30px;
    top: 0;
    width: auto !important;
  }

  .announcement-bar__item-inner p {
    font-size: 14px;
  }

  section#shopify-section-template--20760914821318__rich_text_6qMEaF {
    padding-top: 24px;
  }
}

@media (min-width: 1108px) {
  .new-pdp-template .product-form__cart-submit {

    margin-top: -67px !important;
    width: 73% !important;
    float: right !important;

  }
}

@media (max-width: 768px) {

  .new-pdp-template .product__media-container.above-mobile {
    display: block !important;
    width: 100%;
    margin-top: 10px;
  }

  .new-pdp-template .product-thumbnails {
    display: block !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .new-pdp-template .product-thumbnails__viewport {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100%;
  }

  .new-pdp-template .product-thumbnails__items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    width: max-content;
  }

  .new-pdp-template .product-thumbnails__item {
    flex: 0 0 auto;
    width: 75px;
    margin-top: 0 !important;
  }

  .new-pdp-template .product-thumbnails__item-image {
    width: 70px !important;
    height: 70px !important;
    display: block !important;
    overflow: hidden;
    border-radius: 6px;
  }

  .new-pdp-template .product-thumbnails__item-image.aspect-ratio--square {
    padding-bottom: 0 !important;
  }

  .new-pdp-template .product-thumbnails__item-image .image,
  .new-pdp-template .product-thumbnails__item-image .image__inner {
    width: 100% !important;
    height: 100% !important;
  }

  .new-pdp-template .product-thumbnails__item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block !important;
  }

  .new-pdp-template .product-thumbnails__item-link {
    display: block;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 2px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .new-pdp-template .product-thumbnails__item-link.active {
    border: 1px solid #2D4C47;
  }

  .new-pdp-template .product-thumbnails .scroll-button,
  .new-pdp-template .scroll-sentinal {
    display: none !important;
  }

  .new-pdp-template .product-thumbnails {
    writing-mode: horizontal-tb !important;
  }

  .new-pdp-template .product-thumbnails::-webkit-scrollbar {
    height: 5px;
  }

  .new-pdp-template .product-thumbnails::-webkit-scrollbar-track {
    background: #eee;
  }

  .new-pdp-template .product-thumbnails::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .new-pdp-template .product-thumbnails::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .new-pdp-template .product__media-container.below-mobile {
    margin-bottom: 10px;
  }

  .new-pdp-template .main-product-section .pack-selector {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* PAGINATION */

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: 10px !important;
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 7px;
    margin: 0 !important;
    border-radius: 20px;
    background: #d9d9d9;
    opacity: 1;
    transition: .3s ease;
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination-bullet:hover {
    background: #888;
    transform: scale(1.2);
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination-bullet-active {
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: #587941;
    transform: scale(1.05);
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 56px;
    height: 7px;
    border-radius: 20px;
    background: #2D4C47;
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination-bullet-active {
    animation: dashGrow 0.35s ease forwards;
  }

  @keyframes dashGrow {
    0% {
      width: 6px;
      height: 6px;
      border-radius: 50%;
    }

    100% {
      width: 22px;
      height: 4px;
      border-radius: 10px;
    }
  }

  .new-pdp-template .product__media-container.below-mobile .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.6;
  }

  .new-pdp-templatefooter .footer.section {
    padding-top: 5px;
  }

  .quick-cart__footer-inner {
    padding-bottom: 5px;
  }


  .cart-coupon-dropdown summary::-webkit-details-marker {
    display: none;
  }

  .cart-coupon-dropdown summary {
    list-style: none;
  }




  .express-checkout-title {
    margin-top: 20px;
  }

  /* .cart-coupon-dropdown[open] .coupon-toggle-icon::before {
  content: "–";
} */
  details summary::-webkit-details-marker {
    display: none;
  }

  .cart-express-checkout .wallet-cart-grid .wallet-cart-button-container:nth-child(n+4) {
    display: none !important;
  }

  .cart-product-grid h2.section-header__title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .quick-cart__container {
    padding: 8px 0 8px 8px !important;
  }

  .quick-cart__wrapper {
    padding-left: 25px;
  }

  .quick-cart__header {
    margin-right: 8px !important;
  }

  .quick-cart__items > * {
    margin-right: 8px;
  }

  .quick-cart__items > .cart-product-grid {
    margin-right: 0 !important;
  }

  .cart-product-grid .section-header {
    padding-right: 8px !important;
  }
}

.section.section--divider-solid:before {
  box-shadow: none;
  border-top: 1px solid var(--color-border);
}

.section.section--divider-solid {
  position: relative;
}

/* ==========================================================================
   PLP (Product List Page) Premium Redesign Styles
   ========================================================================== */

/* 1. Image Container (Grey Rounded Card) */
.product-item__media {
  background-color: #f5f5f5 !important;
  border-radius: 8px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  border: none !important;
  margin-bottom: 12px !important;
  transition: opacity 0.25s ease-in-out;
}

.product-item__media:hover {
  opacity: 0.95;
}

/* Center and fit the image properly with padding */
.product-item__image-link {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  box-sizing: border-box !important;
}

.product-item__image-link .image__inner.sd {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.product-item__media img.image__img,
.product-item__media .image__img,
.product-item__media img {

  mix-blend-mode: multiply;
}


/* Ensure the theme's aspect ratio wrapper fills the container */
.product-item__media .image {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
  /* Override native padding-bottom aspect ratio */
}


.product-item__media .image__inner {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.product-item__media img.image__img,
.product-item__media .image__img,
.product-item__media img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  border-radius: 0 !important;
}

/* Hide loox reviews and extra badges on top of the image */
.product-item__media .loox-rating,
.product-item__media .loox-rating-badge,
.product-item__media [class*="loox"],
.product-item__media [class*="rating-badge"] {
  display: none !important;
}

/* 2. Rating & Units Sold Row */
.product-item__rating-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.product-item__stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1px !important;
}

.product-item__stars svg,
.product-item__stars .icon {
  width: 14px !important;
  height: 14px !important;
  fill: #FE9A00 !important;
  /* Star filled color */
  color: #FE9A00 !important;
  stroke: none !important;
}

.product-item__rating-val {
  font-weight: 700 !important;
  color: #111111 !important;
}

.product-item__sold-count {
  font-weight: 700 !important;
  color: #4A5565 !important;
  margin-left: 2px !important;
}

/* 3. Text & Layout (Left Aligned) */
.product-item__meta {
  text-align: left !important;
  padding: 0 !important;
}

.product-item__text {
  text-align: left !important;
  padding: 0 !important;
}

.quick-cart__wrapper .product-item__product-title.product-item__title-serif a {
  font-size: 14px !important;
  height: 40px !important;
  min-height: 40px !important;
}

/* 4. Elegant Serif Product Title */
.product-item__product-title.product-item__title-serif a {
  font-family: "Lora" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  line-height: 1.35 !important;
  height: auto !important;
  min-height: 44px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-decoration: none !important;
  margin: 0 0 6px 0 !important;
}

/* 5. Subtitle (Uppercase Category/Type) */
.product-item__subtitle {
  display: block !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #767676 !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

/* 6. Clean Price Styling (Left Aligned) */
.product-item__price {
  font-family: var(--font-body), sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 8px 0 0px 0 !important;
  text-align: left !important;
}

.product-item__price .sale,
.product-item__price .product-item__price {
  font-weight: 700 !important;
  color: #111111 !important;
}

.product-item__price .t-subdued {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #767676 !important;
  text-decoration: line-through !important;
  margin-left: 8px !important;
}

.product-item__price .displayed-discount {
  display: none !important;
  /* Hide old discount badges */
}

/* 7. Rust-Red "+ ADD TO BAG" CTA Button */
.product-item__inner .btn--atc-premium {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background-color: #24443F !important;
  /* Premium Rust-Red background */
  color: #ffffff !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, opacity 0.2s ease !important;
  margin-top: 12px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  height: 48px;
}

.product-item__inner .btn--atc-premium:hover {
  background-color: #2b524cff !important;
  /* Darker red-rust on hover */
  color: #ffffff !important;
}

.product-item__inner .btn--atc-premium[disabled] {
  background-color: #e5e5e5 !important;
  color: #888888 !important;
  cursor: not-allowed !important;
}

span.faq-pill-item {
  background-color: #EDF8F6;
  color: #2D3B2F;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 100px;

  cursor: pointer;

  border: 1px solid #E4E4E4;

  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #000000;
}

a.faq-pill-btn {
  background: #24443F;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  color: #F2F2F4;

  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 100px;
  align-items: center;
  display: flex;
}

.faq-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 12px;
}

h4.faq-pills-heading {

  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  COLOR: #1C1917;
}

/* 8. Pagination Override */
.pagination {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.pagination__list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pagination__item {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pagination__navigation-button {
  border: none !important;
  background: transparent !important;
  color: #444444 !important;
  font-family: var(--font-body), sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 12px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s ease;
  min-width: 32px !important;
  height: 32px !important;
}

/* Active Page number highlighed as reddish-brown square */
.pagination__item--active .pagination__navigation-button {
  background-color: #24443F !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  padding: 0 !important;
}


.pagination__item--disabled .pagination__navigation-button {
  color: #cccccc !important;
  cursor: not-allowed !important;
}

.pagination__navigation-button:hover:not([disabled]) {
  color: #24443F !important;
}

.pagination__item--active .pagination__navigation-button:hover {
  color: #ffffff !important;
}

.pagination__footer {
  font-family: var(--font-body), sans-serif !important;
  font-size: 13px !important;
  color: #767676 !important;
  margin-top: 16px !important;
}

.quick-cart__item-discounts {
  display: block;
  /* or inline-block */
  max-width: 320px;
  /* adjust as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 9. Mobile Responsive adjustments */
@media (max-width: 767px) {
  .quick-cart__item-discounts {
    max-width: 240px;
    /* adjust as needed */
  }

  .product-item__media {
    /* padding: 10px !important; */
    margin-bottom: 8px !important;
  }

  .product-item__product-title.product-item__title-serif a {
    font-size: 14px !important;
    min-height: 38px !important;
  }

  .product-item__subtitle {
    font-size: 10px !important;
    margin-bottom: 4px !important;
  }

  .product-item__rating-row {
    font-size: 11px !important;
    gap: 4px !important;
    margin-bottom: 6px !important;
  }

  .product-item__stars svg,
  .product-item__stars .icon {
    width: 12px !important;
    height: 12px !important;
  }

  .product-item__price {
    font-size: 15px !important;
    margin: 4px 0 8px 0 !important;
  }

  .product-item__inner .btn--atc-premium {
    font-size: 11px !important;
    padding: 10px 12px !important;
    margin-top: 8px !important;
  }

  .pagination__navigation-button {
    font-size: 13px !important;
    padding: 6px 8px !important;
    min-width: 28px !important;
    height: 28px !important;
  }

  .pagination__list {
    gap: 4px !important;
  }

  .collection-faq-section {
    padding: 16px;
  }
}

.quick-cart__heading span {
  font-size: 14px;
  margin: 0px 8px;
  font-weight: 100;
}

.quick-cart__wrapper .quick-cart__header {

  border-bottom: 1px solid lightgrey !important;
}


.cart-product-grid .swiper-button-prev {
  position: absolute;
  top: 20px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #24443F;
  right: 46px;
  left: auto;
  color: #24443F;
  height: 26px;
  width: 26px;
}

.cart-product-grid .swiper-button-next {
  top: 20px;
  z-index: 1;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #24443F;
  color: #24443F;
}

.cart-product-grid .swiper-button-next:after,
.cart-product-grid .swiper-button-prev:after {
  display: none;
}

.quick-cart__total-dropdown[open] .dropdown-arrow svg {
  transform: rotate(180deg);
}

.header__links.header__links-primary>ul>li>[data-link] {
  COLOR: #3E0700;

  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;

}

.product-highlights-block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: inherit;
}

/* Pills Row Styling */
.highlights-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.badge-img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 40px;
  height: 40px;
}

p.pack-selector-heading {
  font-family: Lora, serif;
  font-weight: 600;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.45px;
  border-top: 0.5px solid #E7E5E4;
  padding-top: 16px;
}

.new-pdp-template .pack-selector {

  border-bottom: 0.5px solid #E7E5E4;
  padding-bottom: 16px;
}

.highlight-pill-tag {
  background-color: #ABCEC7;
  color: #1A3E38;
  padding: 6px 14px;
  border-radius: 8px;

  font-weight: 500;




  font-size: 14px;

  line-height: 20px;
  letter-spacing: -0.15px;
  color: #053731;

  border-radius: 8px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}

/* Bullets List Styling */
.highlights-bullets-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.highlight-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.highlight-check-icon {
  color: #053731;
  /* Dark slate green check circle */
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  /* margin-top: 2px; */
}

.highlight-check-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.highlight-bullet-text {
  margin: 0;

  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0px;
  color: #2D2D2C;
}

/* Small Responsive adjustment if needed */
@media screen and (max-width: 780px) {
  .highlight-pill-tag {
    font-size: 12px;
    padding: 5px 12px;
  }

  .highlight-bullet-text {
    font-size: 12px;
    line-height: normal;
  }

  .product-highlights-block {
    margin-bottom: 0px;
  }

  .lower-part {
    min-width: 96% !important;
    margin: auto !important;
  }

  .things-to-know-container {
    text-align: center;
  }

  .things-to-know-item {

    justify-content: center;
    align-items: center !important;
  }

  h2.recommended-products__heading.ff-heading.fs-heading-3-base.section-introduction__heading {
    text-align: left;
  }

  .recommended-products button.carousel__navigation-button.carousel__navigation-button--back.swiper-button-disabled {
    /* display: none; */
  }

  .new-pdp-template .product__price-and-ratings .main-price-prd {

    font-size: 20px;

    line-height: normal;
    letter-spacing: 0%;
  }

  .new-pdp-template .product__price-and-ratings s.main-compare-price {

    font-size: 16px;
    line-height: normal;
  }

  .product-badge-icons-wrapper {
    gap: 10px;
    border-bottom: 0.5px solid #E7E5E4;
    border-top: 0.5px solid #E7E5E4;
    padding: 10px 0px;
  }

  .product-highlights-block {

    border-bottom: 0.5px solid #E7E5E4;
    padding-bottom: 20px;
  }

  .new-pdp-template .product-form__cart-submit {
    height: 48px;
  }

  .new-pdp-template .quantity-input {
    height: 48px;
  }
    .quick-cart__item .quantity-input {
    height: 35px;
  }
   .quick-cart__item .quantity-input input {
    width: 40px;
   }
}

.badge-tooltip {
  display: none !important;
}

.new-pdp-template .recommended-products .carousel__navigation-buttons {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  position: absolute;
  top: 20px;
  right: 26px;
}

.new-pdp-template .product__description .metafield-rich_text_field {
  padding: 0;
  margin: 0 !important;
}

.new-pdp-template .recommended-products .carousel__navigation-buttons .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #8E1F00;
  border-radius: 100%;
  padding: 10px;
}

/* .slideshow--image-aspect-original .slideshow-navigation__dot-loader {
  width: 55px;
    height: 7px;
    border-radius: 20px;
    background: #2D4C47;
    animation: none !important;
    border: none !important;
} */
.slideshow--image-aspect-original .slideshow-navigation__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-foreground);
  border-radius: 100%;
  transition: background-color .2s ease;
  width: 10px;
  height: 7px;
  margin: 0 !important;
  border-radius: 20px;
  background: #d9d9d9;
  opacity: 1;
  transition: .3s ease;
}

.slideshow-navigation__dot.slideshow-navigation__dot--active:after {
  display: none;
}

.product-item__rating-row {

  height: 21px;
}

.slideshow--image-aspect-original .slideshow-navigation__navigation-button--previous {
  transform: rotate(90deg);
  /* display: none; */
  z-index: 1;
}

.slideshow--image-aspect-original button.slideshow-navigation__navigation-button.slideshow-navigation__navigation-button--next {
  /* display: none; */
  z-index: 1;
}

.slideshow--image-aspect-original .slideshow-navigation__inner .icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.slideshow--image-aspect-original .slideshow-navigation__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  margin: auto;
}

.slideshow--image-aspect-original .slideshow-navigation__dot {

  padding: 0px;
  width: 100%;
}

span.icon-button__icon.account {
  margin-left: 15px;
  margin-bottom: 3px;
}

.slideshow-navigation {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.header__logo {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 780px) {
  .drawer-menu__item {
    font-size: 12px !important;
    color: #3E0700 !important;
  }

  .header__logo {
    margin-bottom: 5px !important;
  }

  .slideshow--image-aspect-original .slideshow-navigation__inner {

    max-width: 56%;
  }

  .new-pdp-template .pack-selector button.pack-card .price-container {

    gap: 4px !important;
    line-height: 1.1;
  }
}

/* Custom Desktop PDP Gallery: Horizontal thumbnails below the main image */
@media (min-width: 769px) {
  .new-pdp-template .product__media-container[data-gallery-style="thumbnails"] {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 20px !important;
  }

  .new-pdp-template .product__media-container[data-gallery-style="thumbnails"] .product__media {
    width: 100% !important;
  }

  .faq-pills-left-wrapper {
    margin-top: 36px;
  }

  .new-pdp-template .product-thumbnails {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    padding: 0 0px !important;
    /* Space for chevron buttons on the sides */
    box-sizing: border-box !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__viewport {
    max-height: none !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    /* Hide scrollbar for Firefox */
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__viewport::-webkit-scrollbar {
    display: none !important;
    /* Hide scrollbar for Chrome/Safari */
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: max-content !important;
    padding: 0 !important;
    margin: 0 auto !important;
    /* Center if items fit, otherwise align left for normal scroll */
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item {
    flex: 0 0 auto !important;
    width: 75px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item-image {
    width: 70px !important;
    height: 70px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item-image.aspect-ratio--square {
    padding-bottom: 0 !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item-link {
    display: block !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    padding: 2px !important;
  }

  .new-pdp-template .product-thumbnails .product-thumbnails__item-link.active {
    border-color: #3c9342 !important;
    box-shadow: 0 0 0 1px #3c9342 !important;
  }

  /* Chevron Scroll Buttons Centering */
  .new-pdp-template .product-thumbnails .scroll-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    color: #666 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    transition: all 0.2s ease !important;
  }

  .new-pdp-template .product-thumbnails .scroll-button:hover {
    background: #f5f5f5 !important;
    border-color: #999 !important;
  }

  .new-pdp-template .product-thumbnails .scroll-button[data-position="start"] {
    left: 0 !important;
  }

  .new-pdp-template .product-thumbnails .scroll-button[data-position="end"] {
    right: 0 !important;
  }

  .new-pdp-template .product-thumbnails[data-at-start="true"] .scroll-button[data-position="start"],
  .new-pdp-template .product-thumbnails[data-at-end="true"] .scroll-button[data-position="end"] {
    pointer-events: none !important;
    opacity: 0 !important;
  }
}

.new-pdp-template .product-form__cart-submit {
  font-size: 16px !important;
  padding: 12px !important;
  margin-top: -67px !important;
  /* width: 59% !important; */
  width: calc(100% - 137px) !important;
  float: inline-end;
}

.recommended-products .product-item__price .product-item__price {
  font-weight: 700 !important;
  color: #111111 !important;
  margin: 0px !important;
}

.new-pdp-template .product__primary-left {
  position: relative;
  /* width: 50%; */
  width: 100% !important;
  overflow: hidden;
}

.quick-cart__item-details .quantity-input__button .icon {
  width: 12px;
  height: 12px;
  color: #6A7282;
}

.faq-pills-left-wrapper {
  display: none;
}

.product__block--product-header {
  margin-bottom: 6px !important;

}

.new-pdp-page-template svg.rc-plans-dropdown__icon,
.new-pdp-template svg.rc-plans-dropdown__icon {
  right: 16px !important;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-purchase-option__selector),
.new-pdp-template recharge-subscription-widget::part(rc-purchase-option__selector) {

  font-weight: 600 !important;
  font-style: SemiBold;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 20px !important;
  letter-spacing: -0.15px !important;
  text-transform: capitalize;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-purchase-option__prices),
.new-pdp-template recharge-subscription-widget::part(rc-purchase-option__prices) {
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #1C1917 !important;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-purchase-option__original-price),
.new-pdp-template recharge-subscription-widget::part(rc-purchase-option__original-price),
{
color: #969594 !important;
text-decoration: line-through !important;
font-weight: 500 !important;
font-size: 14px !important;

line-height: 20px;
letter-spacing: -0.15px;
text-decoration: line-through;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-purchase-option__label),
.new-pdp-template recharge-subscription-widget::part(rc-purchase-option__label) {

  padding: 0px !important;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-plans-select),
.new-pdp-template recharge-subscription-widget::part(rc-plans-select) {
  width: 93% !important;

  margin-left: 40px !important;
}

.new-pdp-page-template recharge-subscription-widget::part(rc-purchase-option__sub-container),
.new-pdp-template recharge-subscription-widget::part(rc-purchase-option__sub-container) {
  padding-bottom: 0px !important;
  padding-left: 40px !important;
}


@media screen and (min-width: 990px) {

  .new-pdp-template .product__primary {
    display: flex;
    align-items: flex-start;
  }

  .new-pdp-template .product__primary-left {
    position: sticky !important;
    top: 90px;
    align-self: flex-start;
    height: fit-content;
  }

}

.new-pdp-template .product-form__cart-submit:hover {
  opacity: 0.88;
}

.new-pdp-template .gravity-button {
  border-radius: 8px !important;
}

.new-pdp-template button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border-radius: 8px !important;
}

.new-pdp-template .product-form__shop-pay {
  background: transparent;
  padding-left: 0px;
  padding-top: 0px;
  border-bottom: 0.5px solid #E7E5E4;
  padding-bottom: 20px;
}

.new-pdp-template more-payment-options-link {
  display: none;
}

.new-pdp-template .product-form__controls-group--submit {
  margin-top: 12px;
  margin-bottom: 18px;

}

.new-pdp-template input.fbt-block__checkbox {
  width: unset !important;
}


@media (min-width: 960px) {
  .new-pdp-template .product {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}

@media (min-width: 960px) {
  .new-pdp-template .product {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
}

@media (min-width: 480px) {
  .new-pdp-template .rich-text__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.new-pdp-template .rich-text {
  background: #fff8f6;
}

.new-pdp-template .rich-text strong {
  Font-size: 16px;
}

.new-pdp-template .rich-text a {
  color: #6d5a54;
  Font-size: 20px;
}

.new-pdp-template h2.recommended-products__heading.ff-heading.fs-heading-3-base.section-introduction__heading {
  color: #1C1917;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -0.45px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 750px) {
  .new-pdp-template h2.recommended-products__heading.ff-heading.fs-heading-3-base.section-introduction__heading {

    font-size: 20px;

  }
}

.new-pdp-template .recommended-products {
  padding-bottom: 32px;
}

.new-pdp-template .carousel__navigation-button {
  display: flex;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #2d4c47;
  background: #ffffff;
  color: #24443f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.18s ease, border-color 0.18s ease;
  padding: 0;
}

.new-pdp-template .carousel__navigation-button svg {
  width: 16px;
  height: 16px;
}

.new-pdp-template .jm-review-widget[data-v-7a993789] {
  padding: 0 !important;
}

.new-pdp-template svg.jm-medals__medal {

  display: none !important;
}

p.jm-text.jm-text--align-center.jm-review-widget-header__title {
  font-size: 24px !important;
  font-family: 'Lora' !important;
}

.jm-review-widget .jm-verified-badge {
  background-color: #24443f !important;
  color: white !important;
}

.jm-review-widget .jm-verified-badge p.jm-text {
  color: #fff !important;
}

@media (max-width: 719px) {
  .section-breadcrumbs .section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .new-pdp-template .recommended-products .carousel__navigation-buttons {

    top: 14px;
    right: 26px;
    top: 14px;
    right: 20px;
    width: 100%;
    justify-content: space-between;
    left: 26px;
    max-width: 90%;
  }

  .new-pdp-template .product__details.product__primary-right {
    padding-bottom: 0px !important;
  }

  .new-pdp-template .carousel__navigation-button {

    width: 24px;
    height: 24px;
  }

  .new-pdp-template .rich-text a {

    Font-size: 16px;
  }

  .new-pdp-template .product-form__cart-submit {
    margin-top: -59.5px !important;
  }

  .new-pdp-template .product-form__cart-submit {
    margin-top: -59.5px !important;
  }

  .section-template--20972992790726__promise_blocks_gqtXzC-padding {
    padding-top: 32px !important;
  }

  #shopify-section-template--20972992790726__17757354421f97e791 .section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .new-pdp-template .recommended-products {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .new-pdp-template .rich-text {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .template-collection .rich-text {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.new-pdp-template span.product-item__subtitle {

  height: 27px;
}

.accordion__label[aria-expanded="true"] .accordion__label-icons {
  transform: rotate(180deg);
}


.accordion__label-icons {
  transition: transform 0.3s ease;
}

.new-pdp-template div#accordion-content-description {
  max-height: 8.5em;
  line-height: 1.5;
  overflow-y: auto;
}

/* Prevent iOS Safari auto-zoom on input focus */
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  select,
  textarea,
  .quick-search__input,
  .input,
  #search,
  [data-input] {
    font-size: 16px !important;
  }
}