/** Shopify CDN: Minification failed

Line 507:25 Expected identifier but found bad string token
Line 507:27 Unterminated string token

**/
/* 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: #587941;
    border: 3px solid  #3c9342;
    
}
.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 {
    position: absolute;
    top: 5px;
    right: 5px; 
    z-index: 3;
    background: #5879418a;
    display: flex;
    border-radius: 30px;
    padding: 2px 5px;
     
}

.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-page-template .product-section .ups_label_slider {
  margin-bottom: 15px;
}

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

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

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

.new-pdp-page-template .product__price-and-ratings .main-price-prd {
  font-size: 24px;
  letter-spacing: -0.01em;
}

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

.new-pdp-page-template .product__meta .product__policies {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}

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

.new-pdp-page-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-page-template .main-product-section .pack-selector button.pack-card.selected {
  border-color: #3c9342;
  border: 3px solid #3c9342;
}

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

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

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

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

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

.new-pdp-page-template .quantity-input__button {
  min-width: 50px;
  background: #F1EFE8;
}

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

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

.new-pdp-page-template .product__price-and-ratings .product__price .product__discount {
  padding: 5px 10px;
  font-size: 14px !important;
  background-color: #EAF3DE;
  border-radius: 12px;
}

.new-pdp-page-template .footer__group-content .new-footer-logo {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.new-pdp-page-template .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-page-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-page-template span.tag-text.first {
   background: #212324;
    color: #fff;
}
.new-pdp-page-template span.tag-text.second {
   background: #cf921f;
    color: #fff;
}
.new-pdp-page-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__item {
    padding: 10px 0;
}

.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;
}

a {}

.quick-cart__item .quick-cart__item-title a {
  font-weight: 600;
    height: 35px;
}

span.quick-cart__item-price {
    font-size: 12px;
}

.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;
}
.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 h2.section-header__title {
    font-size: 22px;
    font-weight: 600;
}
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;
}
.quick-cart__items.animation--quick-cart-items {
  max-height: 650px;   /* adjust as needed */
  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: 12px;
}
.announcement-bar__item .announcement-bar__item-inner{
  padding-top: 4px;
}
.quick-cart__container .cart-coupon-input {
  z-index: 1 !important;
}
/* .quick-cart .quick-cart__form>.quick-cart__items {
    padding-bottom: 50% !important;
} */
/* ================= MOBILE ================= */

@media (max-width: 767px) {

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

.new-pdp-page-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-page-template .main-product-section .pack-selector {
  grid-template-columns: repeat(3, 1fr);
}

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

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

@media (max-width: 768px) {

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

.new-pdp-page-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-page-template .product-thumbnails__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* PAGINATION */

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

.new-pdp-page-template .product__media-container.below-mobile .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #bbb;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.4s ease;
  transform: scale(1);
}

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

.new-pdp-page-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-page-template .product__media-container.below-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #587941;
}

.new-pdp-page-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-page-template .product__media-container.below-mobile .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.6;
}

.new-pdp-page-template footer .footer.section {
    padding-top: 5px;
}
.quick-cart__footer-inner {
    padding-bottom: 5px;
}
.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 !important;
    }
    .quick-cart__wrapper{
      padding-left: 25px;
    }
}