/** Shopify CDN: Minification failed

Line 952:2 "with" is not a known CSS property
Line 1601:20 Unexpected "{"
Line 1674:0 Unexpected "}"

**/
/* =================================================================
Table of Contents

- General
    - Navigation/Megamenus
    - Footer
- Homepage
    - Hero Section
    - Blog Section
- Single Page
- Mobile Styles

================================================================= */

h6.subtitle.removethis {
    display: none;
}

.badge-wishlist.justwish {
    justify-content: flex-end;
}

.account-usps:hover {
    background-color: #f8f8f8;
}

.account-usps {
    transition: .2s;
}

.usp-text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.account-usps {
    position: relative;
}

.account-usps .usp-icon {
    height: 20px;
    width: 20px;
}

fieldset .form__label {
    font-size: 14px;
    color: #6d6d6d;
}

div#productAddPopout .product-form__submit {
    gap: 8px;
    width: fit-content !important;
    margin: 0;
    gap: 24px;
}

#productAddPopout .quant-buy .product-form__input, #productAddPopout .quant-header {
display: none !important;
}

.product-dekstop-gallery .prodgallbadges .image-badge img {
    width: 128px;
    display: block;
}

.product-dekstop-gallery, .product-mobile-gallery {
position: relative;
}

.prodgallbadges {
z-index: 2;
}
.prodgallbadges {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

.cart__dynamic-checkout-buttons {
    display: none;
}

cart-note.cart__note.field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

div#char-count {
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

/* =========================================================
Product Popout
========================================================= */
.add-to-cart__popout svg path {
    stroke: #fff;
}

.add-to-cart__popout svg {
    transform: rotate(270deg);
}

div#productAddPopout .product-form__submit {
    gap: 8px;
}

.add-to-cart__popout a.btn.grey {
    margin-top: 0;
    display: flex;
    gap: 8px;
}

.product-title__popout h3.h6 {
    margin-top: 0;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    color: var(--green-900);
    margin-bottom: 4px;
}

#productAddPopout {
    position: fixed;
    left: 64px;
    right: 64px;
    bottom: 64px;
    background-color: var(--green-300);
    z-index: 9;
    border-radius: 4px;
    border: 1px solid var(--green-400);
    -webkit-box-shadow: 23px 25px 10px 0 rgba(0, 0, 0, 0.00), 15px 16px 9px 0 rgba(0, 0, 0, 0.01), 8px 9px 7px 0 rgba(0, 0, 0, 0.03), 4px 4px 6px 0 rgba(0, 0, 0, 0.04), 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 23px 25px 10px 0 rgba(0, 0, 0, 0.00), 15px 16px 9px 0 rgba(0, 0, 0, 0.01), 8px 9px 7px 0 rgba(0, 0, 0, 0.03), 4px 4px 6px 0 rgba(0, 0, 0, 0.04), 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 23px 25px 10px 0 rgba(0, 0, 0, 0.00), 15px 16px 9px 0 rgba(0, 0, 0, 0.01), 8px 9px 7px 0 rgba(0, 0, 0, 0.03), 4px 4px 6px 0 rgba(0, 0, 0, 0.04), 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    padding: 12px;
}


#productAddPopout .product__pickup-availabilities {
    display:none;
}

  .product-wrap__popout {
    max-width:var(--max-width);
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:var(--gutter-xs);
  }

#productAddPopout.hiddenAdd { /* Use your actual div's ID or another selector as needed */
  transform: translateY(0);
  pointer-events: auto;
  transition: transform .3s ease-in-out;
  
}

#productAddPopout {
  transform: translateY(200%);
  pointer-events: none;
  transition: transform .3s ease-in-out;
  
}

  .product-image__popout {
    width:75px;
    height:75px;
  }

  .product-image__popout img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
  }

  .add-to-cart__popout {
    margin-left:auto;
  }

  #SortBy, #SortBy option {
  padding: 8px 12px;
}

@media only screen and (max-width: 1171px) {
#productAddPopout {
  display:none;
}
}

@media screen and (max-width: 749px) {
  .ufe-fbt label.fbt-chk-wrap.ufe-checkbox {
    right: 10px !important;
    top: 10px !important;
}

.variant-button-wrapper {
    width: 100% !important;
}
.allvariantswrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}
}

fieldset.js.product-form__input.product-form__input--pill {
    max-width: 100%;
}

.variant-button-wrapper label {
    margin-right: 0 !important;
}

.variant-button-wrapper {
    position: relative;
      width: 24%;
}

span.variant-badge {
    position: absolute;
    background-color: var(--green-200);
    z-index: 1;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    line-height: 130%;
    top: -5px;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    text-align: center;
}

.allvariantswrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    column-gap: 8px;
    row-gap: 16px;
}

.regios-dopp-generic-product-info .price__sale .price-item--regular {
    font-size: 18px !important;
    color: #B0B0B0;
    font-weight: 400;
}

span.variant-value {
    color: #6D6D6D !important;
}

variant-selects span.regular-price, span.sale-price {
    font-weight: 600;
}

variant-selects span.pricedivider {
    color: #E7E7E7;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: transparent !important;
    border: 1.5px solid var(--shade-900) !important;
}

.product-form__input--pill input[type=radio]+label {
    border: 1px solid #E7E7E7!important;
    color: #3B3B3B!important;
    border-radius: 4px!important;
    padding: 16px 22px!important;
    font-size: 12px!important;
    line-height: 130%!important;
    letter-spacing: 0!important;
  width: 100%;
}

.mobile-facets__wrapper {
    grid-column: 1 / -1;
    grid-row: 1;
}

.mobile-facets__label .icon-checkmark {
    top: 2.1rem!important;
    left: 2.9rem!important;
}

.mobile-facets__label svg.square-checkbox {
    border: 2px solid #000;
    border-radius: 4px;
  height: 20px!important;
    width: 20px!important;
}

@media screen and (max-width: 989px) {
    .active-facets {
        margin: 20px 0 !important;
    gap: 8px;
}
}

.mobile-facets__summary .svg-wrapper svg {
      height: 20px!important;
    width: 20px!important;
}

.mobile-facets__summary .svg-wrapper {
    margin-left: auto;
    height: 20px!important;
    width: 20px!important;
  position: relative!important;
}


h2.mobile-facets__heading.medium-hide.large-up-hide {
    font-size: 16px;
    font-weight: 500;
}

.menu-opening .mobile-facets__inner {
    border-left: 0;
}

.mobile-facets__header {
    background-color: #f8f7f2;
    text-align: left !important;
}

select#SortBy-mobile {
    height: fit-content;
}

facet-remove.mobile-facets__clear-wrapper {
    background-color: var(--shade-900);
    border-radius: 4px;
}

facet-remove.mobile-facets__clear-wrapper a {
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

.mobile-facets__footer button.button.button--primary {
    background-color: var(--green-300);
    color: var(--green-950);
    font-weight: 500;
    font-size: 14px;
}

.mobile-facets__footer button.button.button--primary::before, 
.mobile-facets__footer button.button.button--primary::after {
    content: none !important;
}

button.mobile-facets__close-button.link.link--text.focus-inset svg.icon.icon-arrow path {
    stroke: #000;
}

button.mobile-facets__close-button.link.link--text.focus-inset svg.icon.icon-arrow, span.mobile-facets__arrow svg {
    height: 20px;
    width: 20px;
}

span.mobile-facets__arrow svg path {
    stroke: #000;
}

span.mobile-facets__open-label.button-label.medium-hide.large-up-hide {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

div#cart-notification-product::-webkit-scrollbar {
  width: .3em;
}
 
div#cart-notification-product::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
 
div#cart-notification-product::-webkit-scrollbar-thumb {
  background-color: #A9C480;
  outline: 1px solid #A9C480;
}

a#cart-notification-button, form#cart-notification-form {
    width: 50%;
  margin-top: 0;
}

.cart-notification__links .button:before, 
.cart-notification__links .button:after {
  content: none;
}

.cart-notification .cart-item {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.cart-notification .cart-item:not(:first-of-type) {
    border-top: 1px solid #e7e7e7;
    padding-top: 16px;
    margin-top: 16px;
}

div#cart-notification-product {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    height: 300px;
    overflow-y: scroll;
}

div#shopify-section-cart-notification-product {
    width: 100%;
}

.cart-notification__links {
    padding: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}

h3.cart-notification-product__name.h6 {
    font-family: var(--font-body-family);
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}


.cart-notification-product_image img {
    width: 100%;
    height: auto;
  display: block;
}

div#cart-notification-product {
    gap: 8px;
}

.cart-notification-product-info {
  width: 70%;
}

.cart-notification-product_image {
    width: 30%;
      border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (min-width: 750px) {
    .cart-notification {
        max-width: 430px !important;
    }
}

h2.cart-notification__heading.caption-large.text-body {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 500;
    line-height: 140%;
}

.cart-notification__header .free-shipping-bar {
    width: 100%;
  margin-bottom: 0px;
}

.cart-notification__header .free-shipping-message {
    font-size: 12px !important;
    margin-top: 0;
    color: #3b3b3b;
    font-weight: 400 !important;
}

.cart-notification__heading {
    padding-bottom: 16px;
}

.cart-notification__header .modal__close-button.link {
    height: fit-content;
    width: fit-content;
}

.cn-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.cart-notification__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    background-color: #F8F7F2;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px;
}

span.from-label {
    font-size: 12px;
    font-weight: 400;
}

span.before-price {
    text-decoration: line-through;
    opacity: .9;
    font-weight: 300;
    padding-left: 6px;
}

.header__icon--menu {
    padding-bottom: 8px;
}

.app-section .page-width {
  padding:0;
  max-width:100%;
}

.article-template__back {
    display: none !important;
}

.shipping-info p {
    text-align: right;
    font-size: 13px;
    line-height: 130%;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.shipping-info a {
    color: #121212bf;
}

.shipping-info {
    margin-top:10px
}

.product-form__submit .price__sale * {
    color: #fff !important;
}

@media screen and (min-width: 990px) {
    .search-modal__form {
        max-width: 100% !important;
    }
}

.shopify-policy__title h1 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 70px;
}

.shopify-policy__container {
    max-width: 800px;
  padding-bottom: 80px;
}

:root {
  /* ---------------- 
  Typography
  ---------------- */
  --font-heading-family: avenir-lt-pro, sans-serif;
  --font-body-family: "Inter", sans-serif;

  /* ---------------- 
  Colours 
  ---------------- */
  /* Shades */
  --shade-50:  #FCFCFA;
  --shade-100: #E7E7E7;
  --shade-200: #D1D1D1;
  --shade-300: #B0B0B0;
  --shade-400: #888888;
  --shade-500: #6D6D6D;
  --shade-600: #5D5D5D;
  --shade-700: #4F4F4F;
  --shade-800: #454545;
  --shade-900: #3B3B3B;
  --shade-950: #262626;

  --white: #FFFFFF;
  --black: #000000;

  /* Greens */
  --green-50:  #F4F7EE;
  --green-100: #E6EED9;
  --green-200: #D0DFB7;
  --green-300: #A9C480;
  --green-400: #95B467;
  --green-500: #77984A;
  --green-600: #5C7838;
  --green-700: #485D2E;
  --green-800: #3B4B29;
  --green-900: #3B3B3B;
  --green-950: #192211;

  /* Other / Misc */
  --sleep-better-bg: #5A8CDA;
  --total-destress-bg: #9BD5CB;
  --real-calm-bg: #AC95DB;
  --energy-high-bg: #FD9370;
  --muscle-ease-bg: #CC7F9E;
  --mind-clear-bg: #A0DAE8;
  --find-focus-bg: #52A980;
  --restore-balance-bg: #F5B4C3;
  --breath-deep-bg: #6CB0C9;
  --true-comfort-bg: #878BB5;
  --inner-harmony-bg: #90B7BD;
  --shine-bright-bg: #DE8798;
  --creative-space-bg: #FF6F69;
  --happy-vibes-bg: #ffc658;
   --wellbeing-blends-bg: #A9B0D6; 
}

.faq-answer img {
    height: 30px;
    width: auto !important;
}

/* Women's Health */
span.solution-badge.womens-health {
  background: var(--restore-balance-bg);
  color: #222;
}

/* Skin & Hair */
span.solution-badge.skin-hair {
  background:#f4c27a; /* placeholder warm beige */
  color:#222;
}

/* Essential Oils */
span.solution-badge.essential-oils {
  background:#7acfa6; /* placeholder herbal green */
  color:#fff;
}

/* Fitness */
span.solution-badge.fitness {
  background:var(--energy-high-bg);
  color:#222;
}

/* Seasonal */
span.solution-badge.seasonal {
  background:#ff9d5c; /* placeholder autumn orange */
  color:#222;
}

/* Brain & Gut Health */
span.solution-badge.brain-gut-health {
  background:#9e8bd0; /* placeholder purple */
  color:#fff;
}

/* Family Health */
span.solution-badge.family-health {
  background:#77b9d6; /* placeholder teal/blue */
  color:#fff;
}

/* Home */
span.solution-badge.home {
  background:#c4c4c4; /* placeholder neutral grey */
  color:#222;
}


/* Sleep Better */
span.solution-badge.sleep,
span.solution-badge.sleep-better{
  background:#5a8cda;
  color:#fff;
}

/* Total De-Stress */
span.solution-badge.stress-relaxation,
span.solution-badge.total-destress{
  background:#9bd5cb;
  color:#112;
}

/* Happy Vibes */
span.solution-badge.happy-vibes{
  background:#ffc658;
  color:#222;
}

/* Real Calm */
span.solution-badge.real-calm{
  background:#ac95db;
  color:#222;
}

/* Energy High */
span.solution-badge.energy,
span.solution-badge.energy-high{
  background:#fd9370;
  color:#222;
}

/* Muscle Ease */
span.solution-badge.muscle-ease{
  background:#cc7f9e;
  color:#222;
}

/* Mind Clear */
span.solution-badge.mind-clear{
  background:#a0dae8;
  color:#112;
}

/* Find Focus */
span.solution-badge.find-focus{
  background:#52a980;
  color:#fff;
}

/* Restore Balance */
span.solution-badge.restore-balance{
  background:#f5b4c3;
  color:#222;
}

/* Breathe Deep */
span.solution-badge.breathe-deep{
  background:#6cb0c9;
  color:#112;
}

/* True Comfort */
span.solution-badge.true-comfort{
  background:#878bb5;
  color:#111;
}

/* Inner Harmony */
span.solution-badge.inner-harmony{
  background:#90b7bd;
  color:#112;
}

/* Shine Bright */
span.solution-badge.shine-bright{
  background:#de8798;
  color:#222;
}

/* Creative Space */
span.solution-badge.creative-space{
  background:#ff6f69;
  color:#222;
}

/* Optional: Gold Foil look for special cases */
span.solution-badge.gold-foil{
  background:
    linear-gradient(135deg, #b18a2c 0%, #f5e3a2 30%, #caa63a 45%, #f0d78a 60%, #b98522 100%);
  color:#111;
  border:1px solid rgba(0,0,0,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(0,0,0,.08);
}


/* =================================================================
GENERAL
================================================================= */

/* Global Swiper Styles */
  .swiper-nav-arrows-enabled {
    padding-inline: 20px;
  }
  
  .swiper-nav-arrows-enabled .swiper-button-next, .swiper-nav-arrows-enabled .swiper-button-prev {
    background-color: var(--green-300);
    border-radius: 4px;
    height: 36px !important;
    width: 36px !important;
    top: 30%;
}

.swiper-button-next svg, .swiper-button-prev svg {
    height: 16px;
    width: 16px;
}
  
  .swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-button-disabled {
  opacity:0 !important;
}

  @media only screen and (max-width: 1041px) {
    .swiper-nav-arrows-enabled .swiper-button-next, .swiper-nav-arrows-enabled .swiper-button-prev {
      display:none;
    }
  }

/* Misc */

.account-usps.last .account-usp-inner {
    border-bottom: 0px !important;
}

@media screen and (max-width: 749px) {
.menu-drawer__navigation li:last-of-type a {
    border-bottom: 0px !important;
}
.product-mobile-gallery .prodgallbadges .image-badge img {
    width: 64px;
    display: block;
}
  
  button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large svg.chevron-icon {
    transform: rotate(270deg);
  height:20px;
  width:20px;
}
  
  button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large span {
    display: flex;
    align-items: center;
    gap: 8px;
}
  
  .innertextt {
    display: flex;
    align-items: center;
    gap: 8px;
}
  a.accountlink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
  
  .community-wrapper, .signin-wrapper {
    padding: 16px;
    border-top: 1px solid #E7E7E7;
  position: relative;
}
  button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    padding: 16px;
    justify-content: space-between;
    align-items: center;
}
  
  form#HeaderCountryMobileForm {
    width: 100%;
}
  .article-template__social-sharing {
    margin-top: 20px;
    padding: 0;
}
  .all-share-buttons {
    justify-content: flex-start;
}
  .article-template__social-sharing, .tags-date {
    width: 100% !important;
}
  .share-inner {
    align-items: flex-start;
    flex-direction: column;
}
  .header-wrapper--border-bottom {
    border-bottom: 0px !important;
}
  .country-selector__overlay {
        display: none;
    }
}

@media screen and (max-width: 989px) {
header-drawer {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header__icon span {
    width: 20px;
}
  .header__icons {
    padding-right: 0;
}
  .account-close-btn {
    right: 5px !important;
}
  
  .account-info-container {
    position: fixed !important;
    top: 135px !important; /* adjust based on your header height */
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    transform: none !important;
    border-radius: 0 !important;
    z-index: 10000 !important;
  }

  .account-container.active .account-info-container {
    transform: none; /* prevent drop animation breaking position */
  }
}



.useful-links-link {
    padding: 16px;
    border-top: 1px solid #E7E7E7;
}

.useful-links-link a {
    font-size: 14px;
    line-height: 140%;
    text-decoration: none;
    color: #3b3b3b;
  with: 100%;
  display: block;
}

.account-additional-links h4 {
    font-size: 12px;
    padding: 16px;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 130%;
}

.usp-text p {
    color: #6D6D6D;
    font-size: 12px;
    line-height: 130%;
    margin: 0 !important;
}

.usp-text h3 {
    margin: 0;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 140%;
}

.account-usp-inner {
    padding: 16px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-button-wrapper {
    padding: 16px;
    border-bottom: 1px solid #E7E7E7;
}

.login-button-wrapper a {
    width: 100%;
    text-align: center !important;
    display: block;
    background-color: #3B3B3B;
    border-radius: 4px;
    color: #FCFCFA;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 140%;
}

.account-container {
  position: relative;
  cursor: pointer;
}

/* Base state */
.account-info-container {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px); /* initial state: slightly above */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  background-color: #FCFCFA;
  border: 1px solid #E7E7E7;
  max-width: 480px;
  width: 300px;
  border-radius: 4px;
  box-shadow:
    301px 41px 85px 0px rgba(0, 0, 0, 0.00),
    193px 26px 78px 0px rgba(0, 0, 0, 0.01),
    108px 15px 66px 0px rgba(0, 0, 0, 0.05),
    48px 7px 49px 0px rgba(0, 0, 0, 0.09),
    12px 2px 27px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
  cursor: default;
}

/* Active state */
.account-container.active .account-info-container {
  opacity: 1;
  transform: translateX(-50%) translateY(10px); /* final state: slightly below */
  pointer-events: auto;
}

/* Close button */
.account-close-btn {
    position: absolute;
    top: -12px;
    right: -11px;
    background: transparent;
    border: none;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    border-radius: 90px;
    background-color: #fff;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subitems-footer a {
    width: fit-content;
}

.section-header-section a, 
.subitems-footer a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.section-header-section a::after, 
.subitems-footer a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.section-header-section a:hover::after, 
.subitems-footer a:hover::after {
  transform: scaleX(1);
}

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}

.community-container {
    position: relative;
}

a.commlink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    width: 20px;
}

.yotpo-bold-layout.yotpo-main-reviews-widget .card-container, 
.yotpo-layout-header-wrapper {
    background-color: #F8F7F2 !important;
}

.yotpo-bold-layout.yotpo-main-reviews-widget {
  --secondary-font-family: var(--font-body-family) !important;
}

.yotpo-head {
    justify-content: center !important;
}

.yotpo-bold-layout .yotpo-headline {
font-size: 30px !important;
    color: #3b3b3b !important;
}

h3.yotpo-review-title.yotpo-review-bold-title {
    font-size: 22px!important;
    line-height: 26px!important;;
}

button#yotpo-main-widget-btn {
    background-color: #a9c480 !important;
    border-radius: 4px !important;
    color: #000 !important;
}

.section-header-section p:not(:last-of-type) {
  margin-bottom: 15px;
}

.solutions-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

a.solutions-wrapper {
    text-decoration: none;
}

span.solution-more {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
}

body {
  background-color: var(--shade-50);
  line-height: 140%;
  color: var(--shade-500)
}

.global-inner-section {
  padding: 48px 64px;
max-width: 1600px;
margin: auto;
}

.swiper-pagination .swiper-pagination-bullet {
background: var(--shade-200);
opacity: 1;
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
height: 9px;
width: 9px;
}

.swiper-pagination .swiper-pagination-bullet-active {
background: var(--green-300) !important;
}

@media only screen and (max-width: 749px) {
.global-inner-section {
padding: 48px 16px !important;
}
}

/* =================================================================
Buttons
================================================================= */
a.btn {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  margin-top: 24px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  transition: .3s;
}

a.btn.green {
  background-color: var(--green-300);
  color: var(--green-950);
}

a.btn.lightgreen {
  background-color: var(--green-200);
  color: var(--green-950);
}

a.btn.grey {
  background-color: var(--shade-900);
  color: var(--shade-50);
}

a.btn.white {
  background-color: var(--shade-50);
  color: var(--shade-900);
}

/* ====== Hovers ====== */

a.btn.green:hover {
  background-color: var(--green-200);
  color: var(--green-950);
}

a.btn.lightgreen:hover {
  background-color: var(--green-300);
  color: var(--green-950);
}

a.btn.grey:hover, .esw-inner button#Subscribe:hover {
  background-color: #626262;
  color: var(--shade-50);
}

a.btn.white:hover {
  background-color: #e5e5e4;
  color: var(--shade-900);
}

/* ====== Navigation/Megamenus ====== */

.cart-count-bubble {
    bottom: 2.5rem;
    left: 2.7rem;
}

small.copyright__content, .copyright-section {
    font-size: 12px !important;
}

.copyright-section a {
  color: var(--shade-500);
  text-decoration: none;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-heading-family);
  color: var(--shade-900);
}

.cta-block:hover img {
    transform: scale(1.05);
}

.cta-block {
  border-radius: 4px;
}

.cta-block img {
    transition: .4s;
  border-radius: 4px;
  height: 100%;
}

.cta-block {
    overflow: hidden;
}

.header__icons {
    align-items: center;
}

.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select {
    padding-right: 16px;
}

.cart-container, 
.account-container, 
.wishlist-container {
    margin-left: 16px;
}

.header__icon--cart {
    margin-right: 0 !important;
}

.header__icon, 
.header__icon--cart .icon {
    padding: 0;
}

.header__icon .svg-wrapper {
    width: 22px;
    height: 22px;
}

.account-text p {
    color: #888;
    font-size: 12px;
    margin: 0px;
  line-height: 130%;
}

.account-text h5 {
    margin: 0;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 140%;
}

.account-container, 
.cart-container, 
.community-container, 
.wishlist-container {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #E7E7E7;
    padding-left: 16px;
    height: 42px;
}

.wishlist-container,
.cart-container {
  padding-left:0;
}

.wishlist-container a,
.cart-container a {
  padding-inline:16px;
}

.wishlist-container a svg {
  display:block;
}

.cart-container {
  margin-left:0;
}

.header-localization:not(.menu-drawer__localization) localization-form:only-child .localization-form__select>span {
    display: flex !important;
    gap: 5px;
    padding-right: 5px;
}


button.disclosure__button svg {
    width: 22px;
    height: 22px;
}

.header__icon svg {
    height: 20px;
    width: 20px;
}

.product-block h5 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-body-family);
    line-height: 140%;
    margin-bottom: 14px;
  font-size: 14px;
}

.prod-card-media img {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}

.prod-card-info h4 {
    color: var(--shade-900);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 8px;
      font-family: var(--font-body-family);
    margin-bottom: 8px;
}

.prod-card-media img {
    display: block;
    width: 100%;
}

a.card-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.product-card-menu-wrapper {
    position: relative;
}

.price-variants {
    text-align: center;
    color: var(--shade-900);
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

span.price-compare {
    opacity: .6;
}

span.fromtext {
    font-size: 12px;
}

span.card-price {
    font-weight: 600;
}

.menu-footer {
    border-top: 1px solid #E7E7E7;
}

.menu-footer-inner {
    max-width: var(--page-width);
    margin: auto;
    padding: 16px 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-cta {
    display: flex;
    gap: 8px;
}

.submenu-inner {
    background-color: #F8F7F2;
    box-shadow: 0px 8px 20px #0000000f;
}

.footer-cta a.btn {
    margin-top: 0;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* ====== Mobile Header Styles ====== */

@media only screen and (max-width: 989px) {
  summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    width: 3.4rem;
}
.wishlisticonnobile {
    height: 20px;
}
.header-menu-wrapper {
    display: none;
}
  .community-container {
    display: none;
}
  .wishlist-container {
    display: none;
}
  .account-container .account-text {
    display: none;
}
  a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: block !important;
}
  .header {
    padding: 2px 16px 8px 16px!important;
}
  .cart-container {
    border: 0 !important;
    padding-left: 0 !important;
}
  .account-container {
    border: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
  header-drawer {
    margin-left: 0 !important;
}
}

form#contact_form input,form#ContactForm input, form#ContactForm select {
    padding: 8px 0 0 0px !important;
    height: fit-content !important;
    color: #000;
  background-color: transparent !important;
}

form#contact_form input:placeholder, form#ContactForm:placeholder {
    color: #000 !important;
  opacity: 1 !important;
}

/* ====== Footer ====== */

.esw-inner button#Subscribe {
    position: relative;
    width: 100%;
    background-color: #3B3B3B;
    padding: 12px 20px;
    border-radius: 4px;
    margin-top: 8px;
    color: #FCFCFA;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  transition: .3s;
}

.esw-inner input::placeholder, 
.contact-form-section input::placeholder, 
.field__input:-webkit-autofill~.field__label, 
textarea#ContactForm-body::placeholder, 
.popup-inner input::placeholder {
    color: #888 !important;
    opacity: 1 !important;
    font-size: 14px;
    line-height: 140%;
}

.esw-inner label.field__label, 
.contact-form-section label.field__label, 
.popup-inner label.field__label {
    position: relative;
    top: 0;
    left: 0;
  margin-bottom: 0px !important;
    font-size: 14px;
    line-height: 140%;
}

.esw-inner .field, 
.contact-form-section .field, 
.popup-inner .field {
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 5px;
  padding: 8px;
}

.esw-inner .field__input:focus~.field__label, 
.esw-inner .field__input:not(:placeholder-shown)~.field__label, 
.contact-form-section .field__input:focus~.field__label, 
.contact-form-section .field__input:not(:placeholder-shown)~.field__label, 
.popup-inner .field__input:focus~.field__label, 
.popup-inner .field__input:not(:placeholder-shown)~.field__label {
    left: 0 !important;
    top: 0 !important;
    font-size: 14px !important;
}

.esw-inner .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after, 
.contact-form-section .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after, 
.esw-inner .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after, 
.popup-inner .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none !important;
}

.esw-inner input, 
.contact-form-section input, 
select#ContactForm-subject, 
.popup-inner input, {
    background-color: transparent !important;
    padding: 8px 0 0 0 !important;
    height: fit-content !important;
  font-size: 14px !important;
    color: #888888;
}

 .text-area {
   background-color: transparent !important;
       padding: 8px 0 0 0 !important;
  font-size: 14px !important;
    color: #888888;
 }

@media only screen and (max-width: 749px) {
  .footer-container {
    padding: 0 12px 12px 12px !important;
}
  
  .menu-drawer__menu-item>.svg-wrapper {
    width: 20px !important;
    right: 1.5rem !important;
}
  
  li.shopalllink a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3b3b3b !important;
}
  
  .menu-drawer__inner-submenu li a {
      font-size: 12px;
    font-weight: 400;
    color: #121212;
}

  
} .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 5.2rem;
    font-size: 12px;
    font-weight: 400;
    color: #121212;
}
  
  li.submen-name {
    padding: 16px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 500;
}
  
  button.menu-drawer__close-button.link.link--text.focus-inset {
    padding: 16px;
    background-color: #F8F7F2;
    border-bottom: 1px solid #D1D1D1;
}
  
  .menu-drawer__navigation .list-menu__item svg.icon.icon-arrow path {
    stroke: #000;
}
  
  .menu-drawer__navigation .list-menu__item {
    border-bottom: 1px solid #E7E7E7;
    padding: 16px;
    font-size: 12px;
    line-height: 140%;
}
  
  .menu-drawer__navigation {
    padding-top: 0px !important;
  }
}

/* ====== Mobile Footer Styles ====== */

@media only screen and (max-width: 749px) {
    .main-footer {
    flex-direction: column;
}
}

@media only screen and (max-width: 749px) {
.main-footer {
    gap: 16px !important;
    flex-direction: column !important;
}
  .section-header-section h2, .section-header-section h1 {
    font-size: 26px !important;
  }
  .footer-menus {
    display: grid !important;
    gap: 16px !important;
    width: 100% !important;
    padding-right: 0px !important;
    grid-template-columns: repeat(2, 1fr);
}
  .footermenu {
    width: 100% !important;
}
  .lower-footer {
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 24px;
}
}

.go-back-up h5 {
    color: var(--shade-900);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 16px;
}

.go-back-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.list-social {
    column-gap: 8px;
  display: flex;
}

.list-social__link {
    border: 1px solid var(--shade-200);
    border-radius: 4px;
  padding: 8px !important;
  height: 38px;
}

h5.socials-header {
    margin-bottom: 16px;
    margin-top: 0;
    text-transform: uppercase;
    color: var(--shade-900);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-family: var(--font-body-family);
}

.footermenu ul li a {
    padding: 0;
    line-height: 140%;
    color: var(--shade-500);
}

.footermenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footermenu h5 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
  font-family: var(--font-body-family);
}

.logo-contact-info .contact:first-of-type {
    margin-bottom: 16px;
}

.logo-contact-info .contact p {
  margin: 0px;
}

.logo-contact-info .contact {
    display: flex;
    gap: 8px;
    align-items: center;
}

.logo-contact-info .contact a {
    color: var(--shade-500);
    text-decoration: none;
    font-size: 14px;
}

.logo-contact-info h5 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body-family);
}

.footermenu {
    width: 25%;
}

.footer-menus {
    display: flex;
    gap: 24px;
    width: 65%;
    padding-right: 63px;
}

.main-footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  padding-top:32px;
}

.footer-socials {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
  align-items: center;
}

html {
  scroll-behavior: smooth;
}

button#myBtn {
    padding: 0;
    margin: 0 !important;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.lower-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding-top:32px;
}

ul.list.list-payment {
    display: flex;
    gap: 4px;
    margin: 0;
    align-items: center;
}

ul.list.list-payment li {
    display: flex;
}

svg.icon.icon--full-color {
    width: 23px;
    height: 16px;
}

ul.list.list-payment {
    list-style: none;
    padding: 0;
}

.full-footer-container {
    background-color: #F8F7F2;
}

.footer-container {
    padding: 0 24px 64px 24px;
    max-width: 1600px;
    margin: auto;
}

/* =================================================================
HOMEPAGE
================================================================= */

/* ====== General Buttons ====== */

a.btn {
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    margin-top: 24px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
}
  
  a.btn.green {
    background-color: var(--green-300);
    color: var(--green-950);
}

  a.btn.grey {
    background-color: var(--shade-900);
    color: var(--shade-50);
}

  a.btn.white {
    background-color: var(--shade-50);
    color: var(--shade-900);
}

/* ====== Blog Page ====== */

  @media only screen and (min-width: 750px) {
    .main-blog.page-width {
    padding-left: 64px;
    padding-right: 64px;
}
    a.product-card-link svg, .product-form__submit svg {
    display: none !important;
}
  }

/* ====== Article Cards ====== */

.articletags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-excerpt {
    text-align: left;
    margin-top: 16px;
    font-size: 14px;
    line-height: 140%;
}

.article-info-wrapper h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 20px;
}

.article-media img {
    width: 100%;
    border-radius: 4px;
    height: 240px;
    object-fit: cover;
  display: block;
}

a.articlelink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.article-media {
  position: relative;
}

.tag-date {
    display: flex;
    justify-content: space-between;
  gap: 8px;
      align-items: flex-start;
}

span.article-date {
    color: var(--shade-900);
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: right;
}

span.articletag {
    color: var(--shade-900);
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
    background: #9BD5CB;
    border-radius: 4px;
    padding: 4px 7px;
  text-transform: capitalize;
}

span.read-time-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--green-100);
    border-radius: 24px;
    padding: 4px 8px;
    color: var(--shade-900);
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
}

.article-info-wrapper {
    margin-top: 20px;
}

/* ====== Product Cards ====== */

.product-card-media { position: relative; overflow: hidden; }
.product-card-media .prodimage {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity .3s ease, transform .4s ease;
  border-radius: 4px;
}
.product-card-media .prodimage.primary { position: relative; z-index: 1; }
.product-card-media .prodimage.secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.product-card-media.has-second:hover .prodimage.primary { opacity: 0; }
.product-card-media.has-second:hover .prodimage.secondary { opacity: 1; }

/* keep badges and link above the images */
.product-card-badges { position: absolute; inset: 10px; z-index: 3; }
a.medialink { position: absolute; inset: 0; z-index: 4; }


.title-reviews h4 {
    color: var(--shade-900);
    font-family: var(--font-body-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.swiper-pagination.fc {
    position: relative;
    margin-top: 32px;
}
.product-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%; /* Ensures it fills slide */
  position: relative;
} 

a.medialink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.product-card-media img {
    transition: .5s;
}

.product-card-media {
  overflow: hidden;
}

/* Wraps image and details, no changes needed to media */
.product-card-media {
  position: relative;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
}

.product-card-wrapper .product-card-media img.prodimage {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* Details section — fills remaining height */
.product-card-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 18px;
  height:auto;
}

.desc-view {
   /* display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 120px;
    justify-content: space-between;*/
  margin-top:auto;
}

.view-product {
  margin-top: auto;
}

.view-product {
    margin-top: 24px;
}

/* Button styling */
.view-product a {
  background-color: var(--shade-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--shade-50);
  border-radius: 4px;
  padding: 14px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  transition: .3s;
}

.view-product a:hover {
    background-color: #656565;
}

/* Badges */
.product-card-wrapper .image-badge img {
  width: 55px;
  height: 55px;
}

.product-card-badges {
  position: absolute;
  width: calc(100% - 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49.5%);
  height: calc(100% - 21px);
}

.prod-card-badge-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.text-badge {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.text-badge .custombadge {
  background-color: var(--green-200);
  border-radius: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--shade-900);
  font-weight: 500;
}

/* Text + spacing */
.badge-wishlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-reviews {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    align-content: space-between;
    align-items: flex-start;
}

button.popup-close {
    color: #000;
}

.titlerev-rev {
    display: flex;
    align-items: center;
    gap: 4px;
}

.yotpo-widget-campaign-widget .yotpo-tile {
    justify-content: flex-end !important;
    padding-bottom: 20px !important;
}

.desktop-localization-wrapper {
    display: none !important;
}

.menu-drawer__localization.header-localization {
    display: none;
}

.product-subtitle-reviews span.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    height: 25px;
    padding-top: 1px !important;
}

.product-card-wrapper p.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
    color: #3b3b3b;
    padding-top: 0 !important;
    font-size: 14px !important;
    margin-right: 0 !important;
}

.product-card-wrapper svg.star-container {
    display: none !important;
}

.yotpo-sr-vertical-border {
    display: none !important;
}

p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    gap: 3px;
}

p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score:before {
    content: url(/cdn/shop/files/star-outlined_0a2ace48-4b59-4983-abb1-6de685b0b8c2.svg?v=1758010874);
    padding-top: 1px;
}

.form__message {
    display: block;
    line-height: 1.2;
}

.form__message a {
    color:#3b3b3b;
}

p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    font-size: 14px !important;
    padding-top: 0 !important;
    margin-right: 0px !important;
}

.product-card-wrapper .title-reviews .yotpo-widget-instance {
    height: 26px;
}

.title-reviews div#yotpo-reviews-star-ratings-widget {
    margin-bottom: 0 !important;
}

.product-card-wrapper .yotpo-sr-bottom-line-summary {
    align-items: center !important;
}

.title-reviews h4,
.title-reviews p {
  margin: 0;
  text-align: left;
}

.short-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}

/* Optional: Equal card height in a grid layout */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
  gap: 24px;
}

/* =================================================================
Collection Page
================================================================= */

div#FacetsWrapperDesktop::-webkit-scrollbar {
  width: .3em;
}
 
div#FacetsWrapperDesktop::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
 
div#FacetsWrapperDesktop::-webkit-scrollbar-thumb {
  background-color: #A9C480;
  outline: 1px solid #A9C480;
}

div#FacetsWrapperDesktop {
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}

.facet-filters__field span.svg-wrapper svg, .facet-filters__field span.svg-wrapper {
    height: 20px !important;
    width: 20px !important;
}

  .facet-filters__field span.svg-wrapper {
    top: 0;
  }
  
  .seo-desc {
    margin-top: 24px;
    text-align: center;
    color: #6D6D6D;
}

.pagination__list>li {
    max-width: fit-content !important;
}

.pagination__list>li:not(:last-child) {
    margin-right: 8px !important;
}

a.pagination__item.pagination__item--prev.pagination__item-arrow, 
a.pagination__item.pagination__item--next.pagination__item-arrow {
    background: var(--shade-900);
    color: #fff;
}

a.pagination__item.pagination__item--prev.pagination__item-arrow svg path, 
a.pagination__item.pagination__item--next.pagination__item-arrow svg path {
        stroke: #fff;
}

a.pagination__item.pagination__item--prev.pagination__item-arrow svg, 
a.pagination__item.pagination__item--next.pagination__item-arrow svg {
        height: 20px;
    width: 20px;
}

.pagination__item--current:after, .pagination__item:hover:after {
  content: none !important;
}

.pagination__list .pagination__item {
    border-radius: 4px;
    height: 36px;
    width: 36px;
    text-decoration: none !important;
  font-size: 16px;
}

.pagination__list .light {
  opacity: 1;
}

.pagination__list a.pagination__item.pagination__item--current {
      background-color: var(--green-300);
    color: #000;
}

.facets__price .field-currency {
    display: none;
}

.facets__disclosure-vertical .field__input:focus~.field__label {
    left: 1.5rem !important;
    top: 0.6rem !important;
    font-size: 10px !important;
}

.facets__price .field__label {
    font-size: 14px !important;
  top: calc(1.2rem + var(--inputs-border-width)) !important;
}

price-range.facets__price {
    padding-top: 16px !important;
}

.facets__display-vertical {
  padding-bottom: 0px !important;
}

.facets-vertical .facets__summary svg.icon.icon-caret {
    height: 20px;
    width: 20px;
    top: 0;
}

.facets__heading--vertical {
    font-size: 16px !important;
    font-weight: 600;
}

.facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper {
    align-items: center !important;
}

a.active-facets__button-remove.underlined-link {
    gap: 6px;
    text-decoration: none;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
  display: flex;
    align-items: center;
}

.facets-vertical .active-facets-vertical-filter {
    padding: 16px;
}

.active-facets__button {
    padding: 0 !important;
}

.activefilterswrapper {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  padding: 0px 16px 16px 16px;
}

.active-facets facet-remove:only-child {
    display: block !important;
}

facet-remove:not(.active-facets__button-wrapper) {
    margin-right: 0px;
    margin-bottom: 0px;
}

p.facets-selected-message {
    width: 100%;
    margin-bottom: 16px;
    color: var(--green-900);
    border-top: 1px solid #DFDCD9;
    padding: 16px 16px 0px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
      margin-top: 0;
}

.facets__summary span:first-of-type {
      font-weight: 600;
    font-size: 14px;
  color: var(--green-900);
    line-height: 140%;
}

.facets-vertical .active-facets facet-remove:last-of-type {
        margin-bottom: 0 !important;
    }

.facets-vertical .active-facets__button, .active-facets__button {
        margin: 0px !important;
    }

.active-facets__button--light .active-facets__button-inner {
    box-shadow: none !important;
    background-color: #D0DFB7;
    color: #344126;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    padding: 2px 10px;
}

svg.square-checkbox rect {
    stroke: none;
}

span.facet-checkbox__text {
    font-size: 14px;
    color: #383838;
    font-weight: 400;
}

.facet-checkbox>input[type=checkbox]:checked~.square-checkbox {
    background-color: #A9C480 !important;
  border-color: #A9C480 !important;
}

.facet-checkbox .svg-wrapper {
    left: .5rem !important;
    width: 10px !important;
    height: 12px !important;
    top: 14px !important;
}

svg.icon.icon-checkmark {
    color: #3B3B3B;
    stroke-width: 1px;
    stroke: #3B3B3B;
}

.facet-checkbox>svg {
    border: 2.5px solid #3B3B3B;
    border-radius: 4px;
    height: 20px;
    width: 20px;
}

  .breadcrumbs-wrapper {
    margin-top: 30px !important;
  }
a.product-card-link svg path, .product-form__submit svg path {
    stroke: #fff;
}

@media only screen and (max-width: 749px) {
  .product-form__submit {
    flex-direction: row-reverse;
}
  .viewprodtext {
    display: none !important;
}
  .breadcrumbs-wrapper {
    padding: 0 16px;
}
  .product-count {
    display: none;
}
  .facets-vertical .active-facets facet-remove:last-of-type {
    display: none !important;
}
  .mobile-facets__disclosure {
    width: 100% !important;
}
  .mobile-facets__open-wrapper {
    width: 100%;
}
  .mobile-facets__open {
    min-width: 100% !important;
    background-color: #A9C480;
    border-radius: 4px;
    padding: 12px 20px !important;
}
  .mobile-facets__open {
    justify-content: center;
}
      .facets-container {
        column-gap: 0rem !important;
    }
  .coll-content {
    padding: 0 16px !important;
}
  h1 {
    font-size: 30px !important;
  }
}

.pricewrapper-card .regios-dopp-description {
    display: none !important;
}

.breadcrumbs-inner {
    color: #3B3B3B;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 130%;
}

.breadcrumbs-inner a {
  color: #6D6D6D !important;
  text-decoration: none;
}

.pricewrapper-card * {
    color: #fff !important;
}

.quant-buy .badge.price__badge-sale {
    display: none;
}

.product-title__popout .price.price--on-sale {
    display: none;
}

span.badge.price__badge-sale {
    padding: 5px 12px;
    line-height: normal;
    background-color: #d0dfb7;
    color: #3b3b3b;
    font-weight: 600;
    margin-left:8px;
}

@media only screen and (min-width: 750px) {
 span.addtext {
    display: none;
}

product-recommendations {
    padding-left: 64px !important;
    padding-right: 64px !important;
}
  .breadcrumbs-wrapper {
    max-width: 1600px;
    margin: auto;
    padding: 0 64px;
}
  
  .facets__form-vertical {
        width: 100% !important;
    }
  .facets-vertical .facets-wrapper {
        min-width: 330px;
    max-width: 330px;
    }
  .product-count-vertical {
        margin-left: 0 !important;
    }
  .facets-vertical-form {
        justify-content: space-between !important;
        flex-direction: row-reverse;
    }
  .facets-vertical {
    padding: 0 64px;
}
  facet-filters-form.facets.facets-vertical-sort {
    padding: 0px !important;
  }
  .facets__disclosure-vertical {
    padding: 16px;
}

.facets-vertical .facets__summary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.active-facets.active-facets-desktop {
    padding: 0px;
}

.facets-container {
    background-color: #F8F7F2 !important;
    position: sticky;
    top: 140px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
}
  .facets-container {
    padding-top: 0 !important;
}
      .facets__heading--vertical {
        margin: 0 !important;
    }
}

.collection  .product-grid li.grid__item {
    min-width: 100% !important;
}

/* =================================================================
Product Page
================================================================= */

/* ====== Solution Badges ====== */

span.solution-badge {
    font-size: 12px;
    color: #ffffff;
    line-height: 130%;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    background: var(--shade-800);
    display: block;
    width: fit-content;
    color: var(--shade-900);
  text-transform: capitalize;
}

span.solution-badge.default-solution {
  color: var(--shade-50);
}

span.solution-badge.sleep-better {
  color: var(--shade-50);
  background: var(--sleep-better-bg);
}

span.solution-badge.total-destress {
  background: var(--total-destress-bg);
}

span.solution-badge.real-calm {
  color: var(--shade-50);
  background: var(--real-calm-bg);
}

span.solution-badge.energy-high {
  background: var(--energy-high-bg);
}

span.solution-badge.muslce-ease {
  background: var(--muscle-ease-bg);
}

span.solution-badge.mind-clear {
  background: var(--mind-clear-bg);
}

span.solution-badge.find-focus {
  background: var(--find-focus-bg);
}

span.solution-badge.restore-balance {
  background: var(--restore-balance-bg);
}

span.solution-badge.breath-deep {
  background: var(--breath-deep-bg);
}

span.solution-badge.true-comfort {
  background: var(--true-comfort-bg);
}

span.solution-badge.inner-harmony {
  background: var(--inner-harmony-bg);
}

span.solution-badge.shine-bright {
  background: var(--shine-bright-bg);
}

span.solution-badge.creative-space {
  background: var(--creative-space-bg);
}

span.solution-badge.happy-vibes {
  background: var(--happy-vibes-bg);
}

span.solution-badge.wellbeing-blends {
  background: var(--wellbeing-blends-bg);
  color: #fff;
}

.view-product.soldout {
    opacity: .5;
}

.helpful-single {
    width: fit-content;
    border-radius: 24px;
    background-color: var(--green-200);
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    color: var(--shade-900);
  font-weight: 500;
}

.helpful-for-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  flex-wrap: wrap;
}

.helpful-for-wrapper span {
    color: var(--shade-900);
    font-size: 14px;
    font-weight: 400;
}

.product-form__buttons {
    max-width: 100% !important;
}

.quant-buy {
    display: flex;
    gap: 8px;
    align-items: center;
}

.quant-buy .product-form__input {
        width: 20% !important;
    max-width: 20%;
}

.quant-buy .product-form__quantity .form__label {
    margin-bottom: 0;
}

.product-form__submit {
    width: 80% !important;
}

.quantity__rules {
    margin-top: 0;
}

/* ====== Section Header ====== */

  .header-heading-small {
    font-size: 30px;
  }
  .header-heading-large {
    font-size: 40px;
  }
  .header-heading-xlarge {
    font-size: 50px;
    font-weight: 700 !important;
  }
                   
  .section-header-section {
    padding-bottom: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .section-header-section h2, .section-header-section h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 100%;
  }

.section-header-section a {
    margin-top: 24px;
}

.section-header-section p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0px;
    max-width: 750px;
    font-weight: 350;
}

.header-section-text p a:after {
  content: none !important;
}

td.cart-item__details .price-meta.caption, td.cart-item__details .cart-item__discounted-prices {
    display: none;
}

.cart-item__details>* {
    max-width: 42rem !important;
}

.bundle-component__note.caption {
    font-size: 10px;
    display: none;
}

.price-meta.caption span {
    background-color: var(--green-200);
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--shade-900);
    margin-top: 10px;
    font-weight: 600;
}

.price-meta.caption {
    margin-top: 10px;
}

.header-section-text p a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.section-header-section a.cta {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: var(--shade-950);
    text-decoration: none;
    font-weight: 500;
    line-height: 140%;
}

h6.subtitle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 8px;
}

s.cart-item__old-price.product-option, 
s.cart-item__old-price.price.price--end  {
    text-decoration: none !important;
}

s.cart-item__old-price.price.price--end span.rrptext {
    padding-right: 3px;
}

s.cart-item__old-price.price.price--end {
    display: flex;
    justify-content: flex-end;
    gap: 2px;
}

span.rrpprice {
    text-decoration: line-through;
}

/* =================================================================
Cart
================================================================= */

.faqs-intro a {
    color: #6d6d6d;
}

span.bundle-component__qty {
    padding-left: 5px;
}

ul.bundle-components .bundle-component__meta, ul.bundle-components .bundle-component__meta a {
    text-decoration: none;
    font-size: 12px;
    color: #3b3b3b;
}

li.bundle-component img {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
li.bundle-component {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

ul.bundle-components {
    list-style: none;
    padding-left: 0;
}

 @media screen and (max-width: 749px) {
    .cart-items thead tr {
        margin-bottom: 1rem !important;
    }
  td.cart-item__quantity {
    padding-top: 0 !important;
}
  .cart-item__quantity-wrapper {
    align-items: flex-start !important;
}
  .cart-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px;
    margin-bottom: 24px !important;
}
  div#main-cart-items {
    padding-bottom: 10px;
}
  .footerupsell .popTitle {
    padding-bottom: 20px !important;
}
  .footerupsell .o2o.ufe-offer .upsellBody {
        flex-direction: row;
    }
  .footerupsell .ufe-offer.o2o .upsellWrapper.ufe-normal .upsellImg {
    width: 30% !important;
}
  .footerupsell .ufe-offer.o2o .upsellWrapper.ufe-normal .upsellContent {
    width: 70% !important;
    padding: 0;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 15px;
}
  .footerupsell .o2o .upsellContent {
         border-radius: 0 !important;
    }
  .footerupsell .ufe-offer.o2o .upsellTitle {
        text-align: left !important;
    }
  .footerupsell .o2o .upsellImg span {
        height: 113px;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
    }
  .upsellWrapper.ufe-normal {
    padding: 16px !important;
}
  .cart-footer-checkout .free-shipping-bar {
    width: 100%;
}
  .cart__blocks {
    margin-top: 24px !important;
}
}

.cart__footer-wrapper .free-shipping-bar {
    margin-top: 15px;
    margin-bottom: 0;
}

.cart-footer-checkout, .footerupsell {
    width: 50%;
}

.page-width.cartfooter {
    display: flex;
    gap: 50px;
}

.cart__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

  @media only screen and (min-width: 750px) {
    .product-mobile-gallery {
      display: none !important;
    }
  }

  @media only screen and (max-width: 749px) {
    .product-dekstop-gallery {
      display: none !important;
    }
    
    .title-wrapper-with-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
    .cart-item td {
border: 0px !important;
  }
        .cart-items thead tr {
        margin-bottom: 1rem;
    }
    .cart-item__quantity-wrapper {
    align-items: flex-start;
}
    td.cart-item__quantity {
    padding-top: 0px;
}
    .totals {
    justify-content: flex-end !important;
    align-items: flex-end !important;
}
    .cart__footer>*+* {
    align-items: flex-end !important;
}
.cart__ctas {
    text-align: right !important;
}
    .cart__footer {
    gap: 24px !important;
}
    .product__info-wrapper h1.h1 {
    font-size: 20px !important;
}
    .points-klarna-wrapper {
    flex-direction: column !important;
}
    .klarna-wrapper, .points-wrapper {
      width: 100% !important;
    }
    .ufe-offer.m2m {
    height: fit-content !important;
      flex-direction: column !important;
}
    .ufeWrapper, .upsellPrice.ufe-price.ufe-total-price.ufe-full-center {
    width: 100% !important;
}
    .upsellPrice.ufe-price.ufe-total-price.ufe-full-center {
    padding-bottom: 80px;
}
    .ufe-footer {
    width: 100% !important;
}
  }

.free-shipping-bar {
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.free-shipping-message {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.progress-bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.progress-bar {
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background-color: #a3d68c;
  width: 0%;
  transition: width 0.4s ease-in-out;
}

.progress-bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}

div#cart-notification {
    padding: 0;
}
.cart-notification__close {
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.notif-head {
    padding: 16px;
    background-color: #F8F7F2;
    border-bottom: 1px solid #E7E7E7;
}

notification__links {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px 16px;
}

.dropicon {
    height: 20px;
    width: 20px;
    background-color: #E6EED9;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.klarna-wrapper, .points-wrapper {
    width: 100%;
}

.points-klarna-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px;
}

.pointsinner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    gap: 8px;
    color: #3b3b3b;
    font-weight: 500;
}

.product-form__submit {
    margin-bottom: 1rem;
    background-color: #3B3B3B;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-form__submit .price__container {
    margin-bottom: 0px !important;
    color: #fff;
}

.product-form__submit {
    margin-bottom: 1rem;
    padding: 0 12px;
}

.pb-inner {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 130%;
    color: #3b3b3b;
    font-weight: 500;
}

legend.form__label {
    display: flex;
    gap: 6px;
    align-items: center;
}

.pb-inner a {
    text-decoration: none;
  color: #6D6D6D;
}

.prod-breadcrumbs {
    margin-bottom: 20px;
}

.swiper.mySwiper2.maingall.swiper-initialized.swiper-horizontal {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

.product-mobile-gallery {
    margin-bottom: 30px;
}

.swiper-pagination.mpg {
    border-radius: 90px;
    position: relative;
    bottom: 20px;
    height: fit-content;
    top: 0;
    margin-top: 10px;
}

div#predictive-search-results-groups-wrapper {
    flex-direction: column;
}
