/** Shopify CDN: Minification failed

Line 483:3 Unexpected "{"
Line 483:4 Expected identifier but found "%"
Line 488:2 Unexpected "{"
Line 488:3 Expected identifier but found "%"

**/

  /* --- BASE STYLES --- */
  .about-page {
   
    color: #1c1c1c;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  
  .about-page * {
    box-sizing: border-box;
  }

  .about-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
  }

  /* PREMIUM SERIF FONT FOR MAIN HEADINGS */
  .about-page h1, 
  .about-page h2 {
    font-family: "Playfair Display", "Georgia", serif;
    font-weight: 400;
    color: #1c1c1c;
    letter-spacing: -0.5px;
  }

  /* --- HERO SECTION --- */
  .hero-section {
    min-height: 75vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
  }

  .hero-overlay {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .hero-content {
    max-width: 580px; 
    text-align: left;
  }

  .hero-content h1 {
    font-size: 32px; 
    line-height: 1.25;
    margin-bottom: 24px;
  }

  .hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 90%;
  }

  /* --- EVOLUTION SECTION --- */
  .evolution-section {
    background: #fbfaf8; 
    padding: 120px 0;
  }

  .evolution-wrapper {
    display: flex;
    gap: 80px; 
    align-items: flex-start;
  }

  .evo-left {
    width: 35%;
    position: sticky;
    top: 120px;
  }

  .evo-left h2 {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .evo-left p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }

  .evo-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 48px; 
  }



  /* Global Conclusion at the very bottom */
  .evo-conclusion {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #1c1c1c;
  }

  /* --- PROOF & CART (SPLIT SECTIONS) --- */
  .split-section {
    padding: 120px 0;
  }

  .split-section.bg-beige {
    background: #f6f3ed; 
  }

  .split-wrapper {
    display: flex;
    gap: 80px;
    align-items: center; 
  }

  .split-wrapper.reverse {
    flex-direction: row-reverse;
  }

  .split-img {
    width: 50%;
    flex-shrink: 0;
  }

  .split-img img {
    width: 100%;
    height: auto;
    border-radius: 8px; 
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); 
  }

  .split-text {
    width: 50%;
  }

  .split-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .split-text p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .link-blue {
    display: inline-block;
    color: #004fb3; 
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s ease;
  }
  
  .link-green {
    display: inline-block;
    color: #1a472a; 
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s ease;
  }

  .link-blue:hover, .link-green:hover {
    opacity: 0.7;
  }

  /* --- CLARITY SECTION --- */
  .clarity-section {
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .clarity-overlay {
    background: rgba(0, 0, 0, 0.45); 
    padding: 140px 0;
    width: 100%;
  }



  .clarity-content h2 {
    color: #ffffff;
    font-size: 46px;
    line-height:40px;
    letter-spacing: -0.72px;
     font-family: "Space Grotesk", sans-serif;
  }

  .clarity-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .btn-outline {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px 36px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .btn-outline:hover {
    background: #ffffff;
    color: #1c1c1c;
  }

   .expert-insights-section {
    width: 100%;
    overflow: hidden; 
    padding: 100px 0px;
  }

  .expert-title {
    font-size: 46px;
    line-height: 52px;
    font-weight: 400;
    color: #47331B;
    margin-bottom: 16px;
    letter-spacing: -0.72px;
  }
  .expert-subtitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #47331B;
    font-weight: 400;
  }

  .expert-insights-section {
    width: 100%;
    overflow: hidden; 
  }

  .expert-title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
  }
  .expert-subtitle {
    font-size: 16px;
    color: #555;
    font-weight: 400;
  }

  /* WRAPPER FIX: Padding applied dynamically via JS here */
  .expert-slider-wrapper {
    width: 100%;
    margin-top: 56px;
    box-sizing: border-box; /* Ensures padding doesn't cause overflow */
  }
  
  .expert-slider {
    display: flex;
    gap: 0px; 
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 40px; 
  }
  .expert-slider::-webkit-scrollbar {
    display: none;
  }

  .expert-card {
    flex: 0 0 248px; 
    height: 580px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    scroll-snap-align: start;
    background-color: #d8d8d8;
    margin-right: 17px; 
  }

  .expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .expert-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.9) 100%);
    padding: 30px 20px 20px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 65%; 
  }

  .expert-quote {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .expert-job {
    font-size: 11px;
    font-style: italic;
    color: #d1d1d1;
    margin-bottom: 2px;
    display: block;
  }
  .expert-name {
    font-size: 14px;
    font-weight: 600;
  }

  /* Dots */
  .expert-dots {
    display: flex;
    gap: 9px;
    align-items: center;
  }
  .expert-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #CFC4B8;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .expert-dots .dot.active {
    background-color: #2F6C40; 
    width: 12px;
    height: 12px;
  }
  .expert-arrow{
    padding-right: 76px;
  }

  /* Buttons */
  .slider-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid #CFC4B8;
    color: #CFC4B8; 
  }

    .slider-btn svg{
      width: 18px;
      height: 18px;
      
    }
  
  .slider-btn:hover {
    background-color: #2F6C40; 
    border-color: #2F6C40; 
    color: #ffffff; 
  }

  .product-grid {
    --product-grid-gap: 50px;
  }

  @media (max-width: 768px) {
    .expert-card {
      flex: 0 0 80vw;
      height: 400px;
    }
    .expert-title { font-size: 26px; }
  }
  /* --- MOBILE RESPONSIVE --- */
  @media(max-width: 991px) {
    .evolution-wrapper,
    .split-wrapper,
    .split-wrapper.reverse {
      flex-direction: column;
      gap: 50px;
    }

    .evo-left, .evo-right, .split-img, .split-text {
      width: 100%;
    }

    .evo-left {
      position: relative;
      top: 0;
    }
    
    .hero-content h1 {
      font-size: 34px;
    }
  }

  @media(max-width: 768px) {
    .hero-section {
      min-height: 60vh;
      justify-content: center;
      padding: 60px 0;
    }

    .hero-content {
      padding: 24px;
      background: rgba(255,255,255,0.9); 
      border-radius: 8px;
    }

    .evolution-section,
    .split-section,
    .clarity-overlay {
      padding: 70px 0;
    }

    .timeline-item {
      flex-direction: column;
      gap: 12px;
    }
    
    .timeline-badge {
      flex: 0 0 auto;
      display: inline-block;
      margin-top: 0;
    }

    .hero-content h1,
    .evo-left h2,
    .split-text h2,
    .clarity-content h2 {
      font-size: 28px;
    }
    
    .evo-conclusion {
      margin-top: 20px;
      padding-top: 20px;
    }
  }



  /* product card styling */
   {% if request.visual_preview_mode %}
    product-card[data-product-transition] {
      width: 100%;
      min-width: 100%;
    }
  {% endif %}

  /* --- FIGMA PRODUCT CARD STYLES --- */
  .figma-card-inner {
    display: flex;
    flex-direction: column;
    font-family: inherit;
    height: 100%;
    width: 100%;
    position: relative;
    background: transparent;
  }
  
  /* 1. Image Section */
  .figma-image-link {
    text-decoration: none;
    display: block;
    margin-bottom: 23px;
    z-index: 2;
  }
  
  .figma-image-wrapper {
    position: relative;
    background-color: #E8E1D5; /* Matches the beige background */
    border-radius: 16px; /* Smoother rounded corners */
    padding: 0px;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .figma-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply; /* Blends white jar backgrounds */
    transition: transform 0.3s ease;
  }
  .product-grid--template--21455665594614__main[product-grid-view='zoom-out'] {
        --product-grid-columns-desktop: repeat(3, minmax(6.25rem, 1fr)) !important;
  }
  
  .figma-image-wrapper:hover img {
    transform: scale(1.03);
  }
  
  /* Badges */
  .figma-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    line-height: 1;
    z-index: 2;
  }
  
  /* 2. Text Content Section */
  .figma-card-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .figma-title {
    font-size: 18px;
    font-weight: 500;
    color: #47331B;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2D7CA;
    letter-spacing: -0.72px;
  }
  
 .figma-subtitle {
    font-size: 14px;
    color: #615040;
    line-height: 22px;
    min-height: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2D7CA;
    padding-right: 10px;
    height: 60px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  /* 3. Pricing & Form Section */
  .figma-add-to-cart-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px; /* Space after the subtitle divider */
    position: relative;
    z-index: 5;
  }
  
  .figma-price-variant-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
        min-height: 41px;
  }
  
  .figma-price-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .figma-compare-price {
    font-size: 12px;
    color: #A19483;
    text-decoration: line-through;
    line-height: 1;
     font-family: "Space Grotesk", sans-serif;
  }
  
  .figma-current-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .figma-price {
   font-size: 20px;
    font-weight: 500;
    color: #2F6C40;
    line-height: 26px;
  }
  
  .figma-save-badge {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #A19483;
    color: #A19483;
    padding: 3px 8px;
    border-radius: 25px;
    background: transparent;
  }
  
  /* Variant Dropdown */
  .figma-variant-selector {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #615040;
    cursor: pointer;
    outline: none;
    text-align: right;
    padding: 0 4px 4px 0;
    appearance: auto;
  }
  
  /* Buttons - Outline and Solid options */
  .figma-add-button {
    width: 100%;
    padding: 10px;
    border-radius: 40px; /* Fully rounded pill */
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
  }

  .figma-filter-header h2 {
    font-size: 22px;
    line-height: 25.67px;
    font-weight: 500;
    color: #282828;
    margin: 0;
    letter-spacing: -0.4px;
}

  /* Default to Outline (Like the Honey card) */
  .figma-add-button-outline {
    border: 1px solid #2F6C40;
    background: transparent;
    color: #2F6C40;
}
  .figma-add-button-outline:hover:not(:disabled) {
    background: #2E603B;
    color: #FFF;
  }

  /* Solid Style (Like the Ghee card) */
  .figma-add-button-solid {
    border: 1px solid #2E603B;
    background: #2E603B;
    color: #FFF;
  }
  .figma-add-button-solid:hover:not(:disabled) {
    background: #234d2e;
    border-color: #234d2e;
  }
  
  .figma-add-button:disabled {
    border-color: #EAEAEA;
    background: transparent;
    color: #999;
    cursor: not-allowed;
  }

    .product-card__placeholder-image svg {
    height: 100%;
  }

  .product-card__content slideshow-component {
    --cursor: pointer;
  }

  .product-information .product-media {
   
    border-radius: 16px;
    overflow: hidden;
}
 .product-information slideshow-controls{
justify-content: center;
}
.jdgm-preview-badge .jdgm-star{
  color: #D1A246 !important;
}
.product-information__grid h1{
  font-size: 32px !important;
    font-weight: 500!important;
    line-height: 35.2px!important;
    letter-spacing: -0.72px!important;
    font-family: "Space Grotesk", sans-serif;
}
.product-information__grid .layout-panel-flex{
  display: block !important;
  position: relative;
}
.product__subtitle{
  font-size: 16px;
    font-weight: 500;
    line-height: 27.73px;
    font-family: "Space Grotesk", sans-serif;
        position: absolute;
    top: 36px;
}
.product-information__grid .layout-panel-flex .spacing-style{
  padding-bottom: 24px
}

.product-information__grid .jdgm-prev-badge__text{
  font-size: 14px;
    font-weight: 500;
    margin-left: 7px;
    font-family: "Space Grotesk", sans-serif;
}
.product-information__grid P{
  margin-top: 12px !important;
    padding-top: 12px;
    border-top: 1px solid #00000026;
    color: #282828 !important;
    font-size: 14px;
    font-weight: 400;
}
.product-information__grid ul{
  border-bottom: 1px solid #00000026;
   margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px;
}
.product-information__grid li{
 margin-top: 0px;
    padding-top: 0px;
    color: #282828 !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.variant-option__button-label__text {
    pointer-events: none;
    text-align: start;
    text-wrap: auto;
    z-index: 2;
    font-size: 18px;
    display: flex;
    flex-direction: column;
}
.variant-picker__form legend{
  display: none;
}

@media (max-width: 991px){
  .cart-items-component {
    padding-top: 190px;
}
.resource-list--grid {
    display: flex;
    flex-wrap: wrap;
}
.resource-list__item {
    height: auto;
    width: 49%;
}
}
  @media screen and (max-width: 749px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }
    .product-information .product-media {
    border-radius: 0px;
   
}

  }

    @media screen and (max-width: 749px) {
   .resource-list__item {
    height: auto;
    width: 100%;
}
    .resource-list--grid {
      
        gap: 24px;
    }
    .shopify-section:not(.header-section) :is(.section, .cart-summary) {
   
    padding-top: 0px;
}
.cart-page__summary {
    margin-top: 5px !important;
}
  }

  
