:root{--green: #1B4332;--green-dark: #102B20;--gold: #C9A227;--gold-light: #E6CC7A;--pearl: #F7F5F0;--white: #FFFFFF;--ink: #1A1A1A;--ink-soft: #5C5C58;--line: #E4E1D8;--radius: 4px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--ink);background:var(--pearl);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:600;letter-spacing:.01em;color:var(--green-dark)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}.eyebrow{font-family:Inter,sans-serif;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 32px}.utility-bar{background:var(--green-dark);color:var(--pearl);font-size:.78rem;letter-spacing:.06em;text-align:center;padding:9px 0;line-height:1.3}header.site-header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.nav-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 32px;max-width:1200px;margin:0 auto}.logo-mark{grid-column:2;justify-self:center;display:inline-flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0}.logo-mark img{height:46px;width:auto;display:block}.logo-mark span{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;letter-spacing:.14em;color:var(--green-dark)}.nav-links{grid-column:1;justify-self:start;display:flex;gap:36px;align-items:center}.nav-links button.nav-link{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;background:none;border:none;cursor:pointer;color:var(--ink-soft);padding:6px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;font-family:Inter,sans-serif}.nav-links button.nav-link:hover,.nav-links button.nav-link.active{color:var(--green-dark);border-bottom-color:var(--gold)}.nav-icons{grid-column:3;justify-self:end;display:flex;gap:18px;align-items:center}.nav-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:none;border:none;border-radius:50%;color:var(--green-dark);cursor:pointer;transition:background .2s,color .2s;position:relative;padding:0}.nav-icon-btn:hover{background:var(--pearl);color:var(--gold)}.nav-icon-btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cart-badge:after{content:attr(data-count);position:absolute;top:1px;right:1px;background:var(--gold);color:var(--green-dark);font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;line-height:1}.cart-badge:not([data-count]):after,.cart-badge[data-count="0"]:after{display:none}.nav-toggle,.nav-close,.page{display:none}.page.active{display:block}.ekl-hero-slideshow{position:relative;min-height:560px;height:calc(100vh - 173px);max-height:880px;overflow:hidden;background:var(--green-dark);color:var(--white)}.ekl-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;animation-duration:22s;animation-iteration-count:infinite;animation-timing-function:linear}.ekl-slide:nth-child(1){animation-name:eklSlide1}.ekl-slide:nth-child(2){animation-name:eklSlide2}.ekl-slide:nth-child(3){animation-name:eklSlide3}.ekl-slide:nth-child(4){animation-name:eklSlide4}.ekl-slide picture{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ekl-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.ekl-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(95deg,#1b43327a,#1b433257 30%,#1b43321f 55%,#1b433205 72%)}.ekl-slide-content{position:relative;z-index:2;max-width:620px;padding:0 32px;margin:0 auto;width:100%;max-width:1320px}.ekl-slide-content>*{max-width:560px}.ekl-eyebrow{margin:0 0 14px;font-family:Inter,sans-serif;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-light)}.ekl-slide h1{margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.1;font-weight:600;color:var(--white)}.ekl-slide h1 em{display:inline-block;font-style:italic;font-weight:400;color:var(--gold-light)}.ekl-slide p{margin:0;font-family:Inter,sans-serif;font-size:1.02rem;line-height:1.65;color:#eaf0ec}.ekl-slide-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.ekl-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.ekl-btn:hover{transform:translateY(-2px)}.ekl-btn-primary{background:var(--gold);color:var(--green-dark)}.ekl-btn-primary:hover{background:var(--gold-light);box-shadow:0 10px 24px -10px #c9a227a6}.ekl-btn-secondary{background:transparent;border-color:#fff9;color:var(--white)}.ekl-btn-secondary:hover{border-color:var(--white);box-shadow:0 10px 24px -14px #ffffff4d}.ekl-dots{position:absolute;bottom:22px;right:32px;z-index:3;display:flex;gap:10px}.ekl-dot{width:9px;height:9px;border-radius:50%;border:1.5px solid rgba(255,255,255,.6);background:transparent;cursor:default;padding:0}.ekl-dot.is-active{background:var(--gold);border-color:var(--gold)}@keyframes eklSlide1{0%{opacity:0}3%{opacity:1}29%{opacity:1}32%{opacity:0}to{opacity:0}}@keyframes eklSlide2{0%{opacity:0}32%{opacity:0}35%{opacity:1}51%{opacity:1}54%{opacity:0}to{opacity:0}}@keyframes eklSlide3{0%{opacity:0}54%{opacity:0}57%{opacity:1}74%{opacity:1}77%{opacity:0}to{opacity:0}}@keyframes eklSlide4{0%{opacity:0}77%{opacity:0}80%{opacity:1}97%{opacity:1}to{opacity:0}}.ekl-slide picture{animation-duration:22s;animation-iteration-count:infinite;animation-timing-function:linear;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.ekl-slide-bg{will-change:transform;transform:translateZ(0);backface-visibility:hidden}.ekl-slide:nth-child(1) picture{animation-name:eklZoom1;object-position:center center}.ekl-slide:nth-child(1) .ekl-slide-overlay{background:linear-gradient(95deg,rgba(13,38,20,.2) 0%,rgba(13,38,20,.1) 34%,rgba(13,38,20,.02) 58%,transparent 76%)}.ekl-slide:nth-child(1) .ekl-slide-content{justify-content:center;padding-bottom:0}.ekl-slide:nth-child(2) picture{animation-name:eklZoom2;transform-origin:center 20%}.ekl-slide:nth-child(3) picture{animation-name:eklZoom3;object-position:center 15%}.ekl-slide:nth-child(4) picture{animation-name:eklZoom4;object-position:center 25%}@media(min-width:981px){.ekl-slide:nth-child(1) .ekl-slide-content{max-width:none;padding-left:32px;padding-right:32px}.ekl-slide:nth-child(1) .ekl-slide-content>*{max-width:300px}.ekl-slide:nth-child(1) h1{font-size:clamp(2.05rem,3.3vw,2.75rem)}.ekl-slide:nth-child(1) p:not(.ekl-eyebrow){display:none}.ekl-slide:nth-child(1) .ekl-slide-actions{flex-direction:column;align-items:flex-start;gap:10px;margin-top:18px}}@keyframes eklPanRight{0%{transform:scale(1.02)}31.82%{transform:scale(1.05)}to{transform:scale(1.05)}}@keyframes eklZoom1{0%{transform:scale(1)}32%{transform:scale(1.08)}to{transform:scale(1.08)}}@keyframes eklZoom2{0%,32%{transform:scale(1.08)}55%{transform:scale(1)}to{transform:scale(1)}}@keyframes eklZoom3{0%,55%{transform:scale(1)}77%{transform:scale(1.08)}to{transform:scale(1.08)}}@keyframes eklZoom4{0%,77%{transform:scale(1.08)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.ekl-slide{animation:none;opacity:0}.ekl-slide:first-child{opacity:1;position:relative}.ekl-slide-bg{animation:none!important;transform:none!important}}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .25s ease,border-color .25s ease,color .25s ease;font-family:Inter,sans-serif;position:relative;will-change:transform}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-gold{background:var(--gold);color:var(--green-dark);box-shadow:0 1px #0000000d}.btn-gold:hover{background:var(--gold-light);box-shadow:0 10px 24px -10px #c9a227a6}.btn-outline{background:transparent;border-color:#f7f5f066;color:var(--pearl)}.btn-outline:hover{border-color:var(--pearl);box-shadow:0 10px 24px -14px #f7f5f066}.btn-outline-dark{background:transparent;border-color:var(--green-dark);color:var(--green-dark)}.btn-outline-dark:hover{background:var(--green-dark);color:var(--pearl);box-shadow:0 10px 24px -14px #102b2080}.marquee-banner{background:var(--pearl);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;padding:16px 0}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 20s linear infinite}.marquee-banner:hover .marquee-track{animation-play-state:paused}.marquee-group{display:flex;align-items:center;flex-shrink:0}.marquee-item{display:flex;align-items:center;gap:28px;padding:0 28px;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--green-dark);letter-spacing:.03em;white-space:nowrap}.marquee-item .marquee-icon{font-size:1rem;color:var(--gold)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}.btn,.nav-icon-btn,.pd-gallery-arrow,.product-card,.card-add{transition:none}}.trust-strip{background:var(--white);border-bottom:1px solid var(--line)}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding:22px 0}.trust-row>div{font-size:.76rem;letter-spacing:.05em;color:var(--ink-soft);border-right:1px solid var(--line);padding:0 16px}.trust-row>div:last-child{border-right:none}.trust-row strong{display:block;font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--green-dark);font-weight:600;margin-bottom:2px}.section{padding:88px 0}.section.alt{background:var(--white)}.section-head{text-align:center;max-width:620px;margin:0 auto 56px}.section-head h2{font-size:2.4rem;margin:14px 0}.section-head p{color:var(--ink-soft);font-size:1rem}.routine-strip{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.routine-row{display:grid;grid-template-columns:220px 1fr 240px 190px;align-items:center;gap:28px;padding:36px 0;border-bottom:1px solid var(--line);transition:background .2s}.routine-row:hover{background:var(--pearl)}.routine-row .routine-img{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.routine-row .routine-img img{width:86%;height:86%;object-fit:contain}.routine-row .routine-copy .routine-tag{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:10px}.routine-row .routine-copy h3{font-size:1.7rem;margin-bottom:8px}.routine-row .routine-copy p{color:var(--ink-soft);font-size:.92rem;max-width:520px}.routine-row .routine-facts{border-left:1px solid var(--line);padding-left:32px;font-size:.82rem;color:var(--ink-soft)}.routine-row .routine-facts .price{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--green-dark);font-weight:600;display:block;margin-bottom:6px}.routine-row .routine-actions{text-align:right}.routine-row .routine-actions .btn{padding:16px 26px}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split img{border-radius:var(--radius);width:100%;height:auto;display:block}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-copy h2{font-size:2.2rem;margin:14px 0 18px}.split-copy p{color:var(--ink-soft);margin-bottom:24px}.split-copy ul{list-style:none;margin-bottom:28px}.split-copy li{display:flex;gap:12px;align-items:flex-start;font-size:.92rem;color:var(--ink-soft);margin-bottom:10px}.split-copy li:before{content:"\2014";color:var(--gold);font-weight:700;flex-shrink:0}.story-section{background:var(--green-dark);color:var(--pearl);padding:96px 0;position:relative;overflow:hidden}.story-section:before{content:"";position:absolute;top:-180px;right:-180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.18),transparent 70%);pointer-events:none}.story-intro{max-width:780px;margin:0 auto 56px;text-align:center;position:relative;z-index:1}.story-intro .eyebrow{color:var(--gold-light)}.story-intro h2{font-size:2.6rem;color:var(--white);margin:16px 0 0;line-height:1.25}.story-intro h2 em{font-style:italic;color:var(--gold-light)}.story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px;max-width:1000px;margin:0 auto;position:relative;z-index:1}.story-grid>div{border-left:1px solid rgba(247,245,240,.18);padding-left:28px}.story-grid .story-num{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:var(--gold-light);font-weight:600;line-height:1;margin-bottom:14px}.story-grid h3{color:var(--white);font-size:1.25rem;margin-bottom:10px}.story-grid p{font-size:.9rem;color:#c9d3cc;line-height:1.65}.newsletter{background:var(--pearl);text-align:center;padding:64px 0;border-bottom:1px solid var(--line)}.newsletter h3{font-size:1.7rem;margin-bottom:8px}.newsletter p{color:var(--ink-soft);margin-bottom:24px;font-size:.92rem}.newsletter form{display:flex;justify-content:center;gap:0;width:100%;max-width:520px;margin:0 auto}.newsletter input[type=email]{flex:1;min-width:0;padding:14px 18px;border:1px solid var(--line);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-family:Inter,sans-serif;font-size:.88rem;background:var(--white)}.newsletter input[type=email]:focus{outline:1px solid var(--gold)}.newsletter button{border-radius:0 var(--radius) var(--radius) 0}footer.site-footer{background:var(--green-dark);color:#c9d3cc;padding:64px 0 28px;font-size:.86rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer-grid h4{color:var(--pearl);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-family:Inter,sans-serif;font-weight:600}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:10px}.footer-grid a:hover{color:var(--gold-light)}.footer-logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px;text-align:center}.footer-logo img{height:56px;width:auto;display:block}.footer-logo span{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;letter-spacing:.16em;color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;font-size:.76rem;color:#8fa396}.footer-bottom .fda-note{max-width:640px}.catalog-hero{background:var(--white);border-bottom:1px solid var(--line);padding:20px 0 16px;text-align:center}.catalog-hero h1{font-size:1.68rem;margin:6px 0 0}.catalog-hero p{color:var(--ink-soft);max-width:540px;margin:0 auto;font-size:.88rem}.catalog-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:.82rem;color:var(--ink-soft)}.catalog-filters{display:flex;gap:24px}.catalog-filters button{background:none;border:none;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);cursor:pointer;font-family:Inter,sans-serif;padding-bottom:4px;border-bottom:2px solid transparent}.catalog-filters button.active{color:var(--green-dark);border-bottom-color:var(--gold);font-weight:600}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:22px 0 56px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 18px 40px -22px #1b433259;transform:translateY(-3px)}.product-card .card-media{height:clamp(260px,24vw,320px);background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card .card-media img{width:100%;height:100%;object-fit:contain}.product-card .card-badge{position:absolute;top:14px;left:14px;background:var(--green-dark);color:var(--pearl);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:2px;font-weight:600}.product-card .card-body{padding:16px 18px 18px}.product-card .card-cat{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:8px}.product-card h3{font-size:1.24rem;margin-bottom:10px}.product-card h3 a{color:var(--green-dark);transition:color .2s}.product-card h3 a:hover{color:var(--gold)}.product-card .card-desc,.product-card .card-facts{display:none}.product-card .card-facts li{font-size:.82rem;color:var(--ink-soft);display:flex;gap:10px;align-items:flex-start}.product-card .card-facts li:before{content:"\2014";color:var(--gold);font-weight:700;flex-shrink:0}.product-card .card-facts li strong{color:var(--green-dark);font-weight:600;white-space:nowrap}.product-card details.card-more{display:none}.product-card details.card-more summary{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--gold);cursor:pointer;list-style:none}.product-card details.card-more summary::-webkit-details-marker{display:none}.product-card details.card-more summary:after{content:" +"}.product-card details.card-more[open] summary:after{content:" \2013"}.product-card details.card-more p{font-size:.82rem;color:var(--ink-soft);margin-top:8px}.product-card .card-legal{display:none}.product-card .card-footer{display:flex;justify-content:space-between;align-items:center}.product-card .card-price{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--green-dark)}.product-card .card-add{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--green-dark);border:1px solid var(--green-dark);background:transparent;padding:9px 16px;border-radius:var(--radius);cursor:pointer;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .25s ease,color .25s ease;font-family:Inter,sans-serif}.product-card .card-add:hover{background:var(--green-dark);color:var(--pearl);transform:translateY(-2px);box-shadow:0 10px 24px -14px #102b2080}.contact-hero{display:none}.contact-grid{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(420px,1.15fr);gap:34px;align-items:stretch;padding:38px 0 52px}.contact-info{background:linear-gradient(145deg,#f8f5eef5,#ffffffb8);border:1px solid rgba(201,168,76,.26);border-radius:18px;padding:34px 34px 28px;box-shadow:0 18px 44px -34px #102b2061}.contact-info h2{font-size:clamp(1.55rem,2.4vw,2.05rem);margin:12px 0 14px;line-height:.98}.contact-info>p:not(.eyebrow){color:var(--ink-soft);margin-bottom:22px;max-width:440px;font-size:.92rem;line-height:1.65}.contact-detail{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid rgba(16,43,32,.12)}.contact-detail:last-child{border-bottom:0;padding-bottom:0}.contact-detail .icon{width:34px;height:34px;border-radius:50%;background:var(--green-dark);border:1px solid rgba(201,168,76,.38);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--gold);flex-shrink:0;box-shadow:0 8px 18px -14px #102b2099}.contact-detail strong{display:block;color:var(--green-dark);font-size:.88rem;margin-bottom:3px}.contact-detail span{font-size:.84rem;color:var(--ink-soft)}.contact-form-card{background:#ffffffe6;border:1px solid rgba(16,43,32,.14);border-radius:18px;padding:34px;min-width:0;box-shadow:0 18px 48px -36px #102b2057}.contact-form-eyebrow{margin-bottom:10px}.contact-form-card h3{font-size:clamp(1.38rem,2vw,1.7rem);margin-bottom:8px;line-height:1.05}.contact-form-card>p{color:var(--ink-soft);font-size:.86rem;margin-bottom:22px;line-height:1.55}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.form-group{display:flex;flex-direction:column;gap:6px;min-width:0}.form-group.full{grid-column:1 / -1}.form-group label{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;min-width:0;padding:12px 14px;border:1px solid rgba(16,43,32,.16);border-radius:10px;font-family:Inter,sans-serif;font-size:.88rem;background:var(--pearl);resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:1px solid var(--gold);background:var(--white)}.contact-form-card .btn{width:100%;justify-content:center;margin-top:8px}.faq-strip{background:var(--white);border-top:1px solid var(--line);padding:80px 0}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);padding:22px 0}.faq-item summary{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--green-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary:after{content:"+";font-size:1.4rem;color:var(--gold);font-family:Inter,sans-serif;font-weight:400}.faq-item[open] summary:after{content:"\2013"}.faq-item p{color:var(--ink-soft);font-size:.9rem;margin-top:12px;max-width:640px}.pd-breadcrumb{background:var(--white);border-bottom:1px solid var(--line);padding:18px 0;font-size:.76rem;color:var(--ink-soft)}.pd-breadcrumb a{color:var(--ink-soft)}.pd-breadcrumb a:hover{color:var(--green-dark)}.pd-breadcrumb span.current{color:var(--green-dark);font-weight:500}.pd-hero{background:var(--white);padding:56px 0 0}.pd-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.pd-gallery{display:flex;gap:18px}.pd-gallery-main{aspect-ratio:1 / 1;background:transparent;border:1px solid var(--line);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:1;min-width:0;min-height:440px}.pd-gallery-main img{width:100%;height:100%;object-fit:contain;display:block}.pd-gallery-thumbs-col{display:flex;flex-direction:column;align-items:center;gap:10px;order:-1}.pd-gallery-arrow{width:36px;height:28px;border:1px solid var(--line);background:var(--white);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--green-dark);font-size:.85rem;transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .2s,color .2s;flex-shrink:0}.pd-gallery-arrow:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.pd-gallery-arrow:active{transform:translateY(0)}.pd-gallery-arrow:disabled{opacity:.35;cursor:default;transform:none}.pd-gallery-thumbs{overflow:hidden;height:388px;flex-shrink:0}.pd-gallery-thumbs-inner{display:flex;flex-direction:column;gap:12px;transition:transform .35s cubic-bezier(.22,1,.36,1)}.pd-gallery-thumbs .pd-thumb{width:88px;height:88px;background:var(--pearl);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;overflow:hidden;transition:border-color .2s;flex-shrink:0;padding:0}.pd-gallery-thumbs .pd-thumb.is-active{border-color:var(--gold)}.pd-gallery-thumbs .pd-thumb{position:relative}.pd-gallery-thumbs .pd-thumb img{width:100%;height:100%;object-fit:contain;display:block}.pd-info .pd-cat{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:10px}.pd-info h1{font-size:2.6rem;margin-bottom:10px;line-height:1.1}.pd-info .pd-price{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:600;color:var(--green-dark);margin-bottom:18px}.pd-info .pd-lead{color:var(--ink-soft);font-size:.96rem;margin-bottom:22px;max-width:480px}.pd-benefits{list-style:none;margin-bottom:26px;display:flex;flex-direction:column;gap:10px}.pd-benefits li{display:flex;gap:12px;align-items:flex-start;font-size:.9rem;color:var(--ink)}.pd-benefits li:before{content:"\2713";color:var(--gold);font-weight:700;flex-shrink:0;width:18px;height:18px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;margin-top:1px}.pd-buy{border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:22px}.pd-buy-row{display:flex;gap:12px;margin-bottom:14px}.pd-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius)}.pd-qty button{width:40px;height:48px;background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--green-dark);font-family:Inter,sans-serif}.pd-qty input{width:44px;height:48px;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-size:.95rem;font-family:Inter,sans-serif}.pd-buy .btn{flex:1;justify-content:center;height:48px}.pd-buy-now{width:100%;height:48px;justify-content:center}.pd-assurance{display:flex;gap:20px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line);font-size:.78rem;color:var(--ink-soft)}.pd-assurance span{display:flex;align-items:center;gap:6px}.pd-accordions details{border-bottom:1px solid var(--line);padding:16px 0}.pd-accordions details:first-child{border-top:1px solid var(--line)}.pd-accordions summary{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--green-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.pd-accordions summary::-webkit-details-marker{display:none}.pd-accordions summary:after{content:"+";font-size:1.3rem;color:var(--gold);font-family:Inter,sans-serif;font-weight:400}.pd-accordions details[open] summary:after{content:"\2013"}.pd-accordions .pd-accordion-body{margin-top:12px;font-size:.9rem;color:var(--ink-soft)}.pd-accordions .pd-facts-table{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.pd-accordions .pd-facts-table>div{display:flex;justify-content:space-between;gap:12px;font-size:.86rem;padding:6px 0;border-bottom:1px solid var(--line)}.pd-accordions .pd-facts-table strong{color:var(--green-dark);font-weight:600}.pd-accordions .pd-facts-table em{font-style:normal;color:var(--ink-soft);font-size:.78rem}.pd-legal{font-size:.74rem;color:var(--ink-soft);opacity:.85;margin-top:20px;line-height:1.6}.pd-infographic-section{background:var(--white);padding:64px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pd-infographic-section .container{max-width:920px}.pd-infographic-section img{width:100%;border-radius:var(--radius);box-shadow:0 24px 60px -30px #102b2059}.pd-features{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.pd-feature{text-align:center}.pd-feature .pd-feature-icon{width:52px;height:52px;border-radius:50%;background:var(--pearl);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 16px;color:var(--gold)}.pd-feature h3{font-size:1.15rem;margin-bottom:6px}.pd-feature p{font-size:.84rem;color:var(--ink-soft)}.pd-compare{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}.pd-compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center}.pd-compare-row+.pd-compare-row{border-top:1px solid var(--line)}.pd-compare-row>div{padding:16px 20px;font-size:.88rem}.pd-compare-row.pd-compare-head{background:var(--green-dark);color:var(--pearl)}.pd-compare-row.pd-compare-head>div:first-child{color:var(--pearl)}.pd-compare-row.pd-compare-head>div{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;text-align:center;color:var(--pearl)}.pd-compare-row.pd-compare-head>div:first-child{text-align:left}.pd-compare-row>div:nth-child(2),.pd-compare-row>div:nth-child(3){text-align:center}.pd-compare-row .pd-x{color:var(--ink-soft);opacity:.5}.pd-compare-row .pd-check{color:var(--gold);font-weight:700}.pd-compare-row>div:first-child{color:var(--green-dark);font-weight:500}.pd-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}@media(max-width:1150px){.routine-row{grid-template-columns:180px 1fr 200px 175px;gap:20px}}@media(max-width:980px){.ekl-hero-slideshow{height:clamp(560px,136vw,660px);min-height:560px;max-height:none;overflow:hidden;background:#0f3f2b}.ekl-slide{flex-direction:column;align-items:stretch;height:100%;overflow:hidden;background:#0f3f2b;animation:none;opacity:0;z-index:1;transition:opacity .7s ease}.ekl-slide.is-active{opacity:1;z-index:2}.ekl-slide picture{position:relative;inset:auto;width:100%;max-width:100%;height:clamp(260px,74.42vw,330px);margin-left:0;transform:none;flex-shrink:0;overflow:hidden;background:#0f3f2b}@keyframes eklMobilePan1{0%{transform:none;object-position:center top}31.82%{transform:none;object-position:center top}to{transform:none;object-position:center top}}@keyframes eklMobilePan2{0%{transform:none;object-position:center top}to{transform:none;object-position:center top}}@keyframes eklMobilePan3{0%,54.55%{transform:none;object-position:center top}77.27%{transform:none;object-position:center top}to{transform:none;object-position:center top}}@keyframes eklMobilePan4{0%{transform:none;object-position:center top}31.82%{transform:none;object-position:center top}to{transform:none;object-position:center top}}.ekl-slide .ekl-slide-bg{width:100%;height:100%;object-fit:cover;background:#0f3f2b;padding:0}.ekl-slide:nth-child(1) .ekl-slide-bg{animation-name:eklMobilePan1;object-position:center center}.ekl-slide:nth-child(2) .ekl-slide-bg{animation-name:eklMobilePan2;object-position:center 20%}.ekl-slide:nth-child(2) picture{transform-origin:center center}.ekl-slide:nth-child(3) .ekl-slide-bg{animation-name:eklMobilePan3;object-position:center center}.ekl-slide:nth-child(4) .ekl-slide-bg{animation-name:eklMobilePan4;object-position:center 0%}.ekl-slide:nth-child(2) .ekl-slide-bg{object-fit:contain;background:#0f3f2b}.ekl-dots{top:calc(clamp(260px,74.42vw,330px) - 30px);bottom:auto;right:12px}.ekl-slide-overlay{display:none}.ekl-slide-content{flex:1 1 auto;width:100%;max-width:100%;margin-left:0;transform:none;padding:22px 24px 30px;background:#0f3f2b;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.ekl-slide-content>*{max-width:none}.ekl-slide-content>p:not(.ekl-eyebrow){display:none}.ekl-eyebrow{margin-bottom:8px;font-size:.7rem;line-height:1.45}.ekl-slide h1{font-size:clamp(1.75rem,4.5vw,2.2rem);line-height:1.08;margin-bottom:14px}.ekl-slide-actions{flex-direction:column;gap:10px;margin-top:0;align-items:center;width:100%}.ekl-slide-actions .ekl-btn{width:min(calc(100% - 12px),318px);min-height:48px;justify-content:center}.ekl-slide-content{text-align:center;align-items:center}.ekl-slide-actions{align-items:center}.split-copy{text-align:center}.split-copy ul{display:flex;flex-direction:column;align-items:center}.split-copy li{justify-content:center}.split-copy .btn{width:100%;justify-content:center}.trust-row,.routine-copy,.routine-copy .routine-tag{text-align:center}.faq-item summary{text-align:left}.catalog-hero,.catalog-bar{text-align:center}.catalog-filters{justify-content:center}.product-card .card-body{text-align:center}.product-card .card-footer{justify-content:center;gap:16px}.product-card .card-facts li{justify-content:center}.contact-info{text-align:center}.contact-detail{flex-direction:column;align-items:center;text-align:center}.contact-hero,.pd-cat,.pd-info h1,.pd-info .pd-price,.pd-info .pd-lead{text-align:center}.pd-benefits{align-items:center}.pd-benefits li{justify-content:center}.pd-buy{text-align:center}.pd-buy-row{justify-content:center}.pd-assurance{justify-content:center;flex-wrap:wrap;text-align:center}.pd-feature,.pd-breadcrumb{text-align:center}.btn,.ekl-btn{justify-content:center}.story-grid{grid-template-columns:1fr;gap:32px}.story-intro h2{font-size:2rem}.trust-row{grid-template-columns:repeat(2,1fr)}.trust-row>div:nth-child(2){border-right:none}.split{grid-template-columns:1fr;gap:32px}.split.reverse{direction:ltr}.routine-row{grid-template-columns:1fr;gap:20px;text-align:center}.routine-row .routine-img{max-width:200px;margin:0 auto}.routine-row .routine-actions{text-align:center}.routine-row .routine-actions .btn{width:100%}.routine-row .routine-facts{border-left:none;padding-left:0;border-top:1px solid var(--line);padding-top:16px;text-align:center}.routine-row .routine-copy p{max-width:none}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{text-align:center}.footer-grid>div{display:flex;flex-direction:column;align-items:center}.footer-bottom{justify-content:center;text-align:center;flex-direction:column;align-items:center}.contact-grid,.form-row{grid-template-columns:1fr}.logo-mark img{height:36px}.logo-mark span{font-size:1.15rem}.nav-row{padding:14px 20px;position:relative}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:28px;z-index:200;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.nav-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links button.nav-link{font-size:1.1rem}.nav-toggle{grid-column:1;justify-self:start;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:none;border:none;cursor:pointer;color:var(--green-dark)}.nav-toggle svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round}.nav-close{display:none;position:absolute;top:24px;right:24px;width:34px;height:34px;background:none;border:none;cursor:pointer;color:var(--green-dark);z-index:210}.nav-links.is-open~.nav-close,.nav-close.is-visible{display:inline-flex;align-items:center;justify-content:center}.nav-close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round}.pd-hero-grid{grid-template-columns:minmax(0,1fr);gap:32px}.pd-info h1{font-size:2.1rem}.pd-features{grid-template-columns:repeat(2,1fr)}.pd-related-grid{grid-template-columns:1fr}.pd-compare-row{grid-template-columns:1.6fr 1fr 1fr}.pd-gallery{flex-direction:column}.pd-gallery-main{min-height:0}.pd-gallery-thumbs-col{flex-direction:row;order:1;justify-content:center;min-width:0;width:100%}.pd-gallery-arrow{display:inline-flex;width:30px;height:58px;flex:0 0 30px;font-size:0}.pd-gallery-arrow[data-pd-arrow=up]:before{content:"<";font-size:1.1rem;line-height:1}.pd-gallery-arrow[data-pd-arrow=down]:before{content:">";font-size:1.1rem;line-height:1}.pd-gallery-thumbs{height:auto;width:100%;max-width:280px;overflow-x:auto;overflow-y:hidden;flex-shrink:1;min-width:0;padding-bottom:4px;scroll-behavior:smooth;scrollbar-width:none}.pd-gallery-thumbs::-webkit-scrollbar{display:none}.pd-gallery-thumbs-inner{flex-direction:row;gap:8px;transform:none!important;justify-content:flex-start}.pd-gallery-thumbs .pd-thumb{width:64px;height:64px;flex:0 0 64px}}@media(max-width:600px){.ekl-slide h1{font-size:1.6rem}.ekl-eyebrow{font-size:.62rem;letter-spacing:.11em}.utility-bar{padding:8px 16px;font-size:.62rem;letter-spacing:0;line-height:1.25}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 10px;max-width:none;width:100%;position:relative}.nav-toggle{flex:0 0 34px}.logo-mark{position:absolute;left:50%;transform:translate(-50%);min-width:0;gap:0}.logo-mark img{height:32px}.logo-mark span{display:none}.nav-icons{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;justify-content:flex-end;gap:3px;min-width:96px}.nav-icon-btn{width:30px;height:30px}.nav-icon-btn svg{width:18px;height:18px}.product-grid,.footer-grid{grid-template-columns:1fr}.container{padding:0 20px}.section{padding:56px 0}.pd-features{grid-template-columns:1fr 1fr}.pd-compare-row{grid-template-columns:1.4fr 1fr 1fr;font-size:.78rem}.pd-compare-row>div{padding:12px 10px}.catalog-bar{flex-direction:column;align-items:flex-start;gap:14px}.catalog-filters{flex-wrap:wrap;gap:10px 16px}.catalog-filters button{white-space:nowrap}#catalog-count{font-size:.76rem}.split-copy h2{font-size:1.6rem}}@media(max-width:375px){.ekl-slide h1{font-size:1.45rem}.ekl-slide-content{padding:16px 20px 24px}}.simple-page{min-height:58vh;padding:92px 0;background:var(--pearl)}#page-account .simple-page{min-height:0;padding:64px 0 70px}.simple-page-inner{max-width:840px}.simple-page h1,.checkout-card h1{font-size:clamp(2.8rem,7vw,5rem);line-height:.95;margin:12px 0 18px}#page-account .simple-page h1{font-size:clamp(2.5rem,5.8vw,4.35rem);max-width:660px}.simple-page p{color:var(--ink-soft);font-size:1.02rem}.simple-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.search-panel{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:28px}.search-panel input{min-height:52px;border:1px solid var(--line);background:var(--white);padding:0 18px;font:inherit}.search-results{margin-top:24px;display:grid;gap:12px}.search-result{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid var(--line);background:var(--white)}.cart-page-list{display:grid;gap:14px;margin-top:34px}.cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--line);background:var(--white)}.cart-line img{width:82px;height:82px;object-fit:contain;background:#fff;border:1px solid var(--line)}.cart-line h3{font-family:Inter,sans-serif;font-size:.95rem;letter-spacing:0;margin-bottom:4px}.cart-line p{font-size:.82rem;margin:0}.cart-line-controls{display:flex;align-items:center;gap:8px;margin-top:8px}.cart-line-controls button,.cart-remove{border:1px solid var(--line);background:var(--pearl);color:var(--green-dark);width:34px;height:34px;cursor:pointer;font-weight:700}.cart-remove{font-size:0;display:inline-flex;align-items:center;justify-content:center}.cart-remove svg{width:16px;height:16px;fill:currentColor;pointer-events:none}.cart-line-controls span{min-width:26px;text-align:center;font-weight:600}.cart-line-price{font-weight:700;color:var(--green-dark);white-space:nowrap}.cart-empty{padding:28px;border:1px solid var(--line);background:var(--white);text-align:center}.cart-page-summary{margin-top:18px;padding:20px;background:#f1ebdd;border:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.cart-page-summary p{margin-top:4px;font-size:.86rem}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:28px;align-items:start}.checkout-card{background:var(--white);border:1px solid var(--line);padding:34px}.checkout-card h2{font-size:2.2rem;margin-bottom:14px}.cart-page-list.compact .cart-line{grid-template-columns:64px 1fr auto;padding:12px}.cart-page-list.compact .cart-line img{width:64px;height:64px}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#102b206b;opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:500}.cart-drawer{position:fixed;top:0;right:0;width:min(430px,100vw);height:100vh;background:var(--white);z-index:501;transform:translate(100%);transition:transform .28s cubic-bezier(.22,1,.36,1);display:grid;grid-template-rows:auto 1fr auto;box-shadow:-22px 0 50px #102b202e}body.cart-open .cart-backdrop{opacity:1;pointer-events:auto}body.cart-open .cart-drawer{transform:translate(0)}.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--line)}.cart-drawer-head h2{font-size:2.1rem}.cart-close{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--green-dark);font-size:1.5rem;cursor:pointer}.cart-drawer-body{overflow-y:auto;padding:18px}.cart-drawer-body .cart-line{grid-template-columns:72px 1fr auto;padding:12px 0;border-width:0 0 1px}.cart-drawer-body .cart-line img{width:72px;height:72px}.cart-drawer-foot{border-top:1px solid var(--line);padding:20px 24px 24px;display:grid;gap:12px}.cart-total-row{display:flex;justify-content:space-between;align-items:center;color:var(--green-dark);font-weight:700;font-size:1.05rem}.cart-drawer-foot p{color:var(--ink-soft);font-size:.82rem}body.cart-open{overflow:hidden}@media(max-width:900px){.checkout-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:72px 1fr}.cart-line-price{grid-column:2}}@media(max-width:600px){.simple-page{padding:62px 0}.search-panel{grid-template-columns:1fr}.cart-page-summary{align-items:flex-start;flex-direction:column}.cart-drawer{width:100vw}}.catalog-hero{padding:16px 0 12px}.catalog-hero p,#catalog-count{display:none}.catalog-bar{padding:12px 0}.product-grid{gap:28px;padding-top:18px}#page-catalog .product-card .card-media{height:clamp(240px,22vw,300px)}#page-catalog .product-card .card-body{padding:14px 18px 16px}#page-catalog .product-card .card-cat{margin-bottom:6px}#page-catalog .product-card h3{margin-bottom:10px}#page-account .simple-page,#page-search .simple-page{min-height:calc(100svh - 520px);padding:clamp(46px,6vw,72px) 0;display:flex;align-items:center}#page-account .simple-page-inner,#page-search .simple-page-inner{max-width:760px}#page-account .simple-page h1,#page-search .simple-page h1{font-size:clamp(2.45rem,5.6vw,4.2rem)}#page-search .search-panel{max-width:720px}@media(max-width:760px){.catalog-hero{padding:14px 0 10px}.product-grid{padding-top:16px}#page-account .simple-page,#page-search .simple-page{min-height:auto;padding:38px 0 34px}}body.is-compact-flow .simple-page{min-height:calc(100svh - 310px);padding:clamp(34px,5vh,54px) 0 clamp(32px,4vh,48px);display:flex;align-items:center}body.is-compact-flow #page-cart .simple-page,body.is-compact-flow #page-account .simple-page,body.is-compact-flow #page-checkout .simple-page{min-height:calc(100svh - 300px)}body.is-compact-flow .simple-page-inner{max-width:760px}body.is-compact-flow .simple-page h1,body.is-compact-flow .checkout-card h1{font-size:clamp(2.25rem,4.6vw,3.65rem);line-height:1.02;letter-spacing:-.018em;margin:8px 0 16px}body.is-compact-flow #page-account .simple-page h1{font-size:clamp(2.15rem,4.4vw,3.45rem);max-width:560px}body.is-compact-flow .simple-page p{font-size:.95rem;line-height:1.65}body.is-compact-flow .simple-actions{margin-top:22px;gap:10px}body.is-compact-flow .cart-page-list{margin-top:22px;gap:12px}body.is-compact-flow .cart-line{grid-template-columns:68px 1fr auto;gap:16px;padding:12px 14px}body.is-compact-flow .cart-line img{width:68px;height:68px}body.is-compact-flow .cart-line h3{font-size:.9rem;margin-bottom:2px}body.is-compact-flow .cart-line p{font-size:.78rem}body.is-compact-flow .cart-line-controls{margin-top:8px}body.is-compact-flow .cart-line-controls button,body.is-compact-flow .cart-remove{width:30px;height:30px}body.is-compact-flow .cart-page-summary{margin-top:14px;padding:16px 18px}body.is-compact-flow .checkout-grid{gap:20px}body.is-compact-flow .checkout-card{padding:26px}body.is-compact-flow .checkout-card h2{font-size:1.65rem;margin-bottom:10px}body.is-compact-flow footer.site-footer{padding:34px 0 18px;font-size:.78rem}body.is-compact-flow .footer-grid{gap:28px;margin-bottom:26px}body.is-compact-flow .footer-grid h4{font-size:.7rem;margin-bottom:12px;letter-spacing:.15em}body.is-compact-flow .footer-grid li{margin-bottom:7px}body.is-compact-flow .footer-logo{gap:6px;margin-bottom:12px}body.is-compact-flow .footer-logo img{height:44px}body.is-compact-flow .footer-logo span{font-size:1.18rem}body.is-compact-flow .footer-bottom{padding-top:14px;gap:10px;font-size:.64rem}@media(max-width:760px){body.is-compact-flow .simple-page{min-height:auto;padding:30px 0}body.is-compact-flow .simple-page h1,body.is-compact-flow .checkout-card h1{font-size:clamp(2rem,10vw,2.7rem)}body.is-compact-flow .cart-line{grid-template-columns:62px 1fr}body.is-compact-flow .cart-line-price{grid-column:2}body.is-compact-flow .cart-page-summary{gap:8px}body.is-compact-flow footer.site-footer{padding:30px 0 18px}body.is-compact-flow .footer-grid{gap:22px;margin-bottom:22px}}html,body{max-width:100%;overflow-x:hidden}.site-header,.utility-bar,.page,.ekl-hero-slideshow,.marquee-banner,.site-footer{width:100%;max-width:100%}@media(max-width:980px){header.site-header{width:100%}.nav-row{width:100%;max-width:none;min-height:64px;padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.nav-toggle,.nav-icons{z-index:160}.nav-toggle{color:var(--green-dark)}.nav-links{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100svh;padding:96px 24px 44px;background:#fffffffa;border:0;box-shadow:0 20px 60px #102b2029;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;z-index:1000;transform:translate3d(-100%,0,0);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s ease,opacity .22s ease,visibility 0s linear .28s}.nav-links.is-open{transform:translateZ(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .28s ease,opacity .22s ease,visibility 0s}.nav-links button.nav-link{width:min(280px,82vw);padding:15px 0;font-size:.86rem;letter-spacing:.16em;text-align:center;border-bottom:1px solid var(--line)}.nav-links button.nav-link.active{color:var(--green-dark);border-bottom-color:var(--gold)}.nav-links.is-open .nav-close{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:22px;right:max(18px,env(safe-area-inset-right));z-index:1010}body.nav-open{overflow:hidden}.container{width:100%;max-width:100%;padding-left:clamp(18px,5vw,32px);padding-right:clamp(18px,5vw,32px)}.ekl-hero-slideshow,.ekl-slide,.ekl-slide picture,.ekl-slide .ekl-slide-bg,.marquee-banner{width:100%;max-width:100%}.ekl-slide-content{padding-left:max(22px,env(safe-area-inset-left));padding-right:max(22px,env(safe-area-inset-right))}.section{overflow:hidden}}@media(max-width:600px){.utility-bar{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.nav-row{min-height:58px;padding-top:10px;padding-bottom:10px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.nav-toggle{flex:0 0 32px;width:32px;height:32px}.nav-icons{right:max(10px,env(safe-area-inset-right));min-width:90px;gap:2px}.logo-mark img{height:30px}.container{padding-left:18px;padding-right:18px}.ekl-hero-slideshow{border-left:0;border-right:0}.ekl-slide picture{height:clamp(245px,69vw,315px)}.ekl-dots{right:max(10px,env(safe-area-inset-right));top:calc(clamp(245px,69vw,315px) - 28px)}.marquee-track,.trust-row,.product-grid,.footer-grid{max-width:100%}#page-catalog .product-grid{gap:20px}#page-catalog .product-card{max-width:100%}}@media(min-width:981px){#page-catalog .product-grid{row-gap:32px;padding-top:18px}#page-catalog .product-grid .product-card:nth-child(n+3){margin-top:max(112px,calc(100svh - 620px))}}@media(max-width:980px){body{width:100%;position:relative}.utility-bar{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.site-header{left:0;right:0}.nav-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center}.logo-mark{grid-column:2;justify-self:center;max-width:min(44vw,220px);overflow:hidden}.logo-mark span{white-space:nowrap}.nav-icons{grid-column:3;justify-self:end;gap:6px}.nav-icon-btn{flex:0 0 auto}.section,.catalog-hero,.catalog-bar,.simple-page,.pd-section,.story-section,.newsletter-section{max-width:100%}.product-grid,.pd-related-grid,.trust-row,.footer-grid,.routine-row,.split,.checkout-grid,.contact-grid{width:100%;min-width:0}.product-card,.cart-line,.checkout-card,.pd-info,.pd-gallery,.split-copy,.split-media{min-width:0}.product-card{overflow:hidden}.catalog-filters{max-width:100%}}@media(min-width:601px)and (max-width:980px){.container{padding-left:clamp(28px,5vw,44px);padding-right:clamp(28px,5vw,44px)}.product-grid{gap:24px}.nav-row{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}}@media(max-width:600px){.container{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.nav-row{grid-template-columns:36px minmax(0,1fr) 96px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.nav-icons{position:static;transform:none;min-width:0;justify-content:flex-end}.logo-mark{position:static;transform:none;width:auto}.logo-mark img{height:31px}.catalog-filters{width:100%;justify-content:center}.catalog-filters button{min-height:38px}#page-catalog .product-card .card-body{padding-left:16px;padding-right:16px}}.ekl-reviews-section{background:radial-gradient(circle at 12% 0%,rgba(201,162,39,.12),transparent 32%),linear-gradient(180deg,var(--white) 0%,var(--pearl) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:86px 0;overflow:hidden}.ekl-reviews-head{max-width:720px;margin:0 auto 30px;text-align:center}.ekl-reviews-head h2{font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin:14px 0 12px}.ekl-reviews-head p:not(.eyebrow){color:var(--ink-soft);font-size:.98rem;max-width:620px;margin:0 auto}.ekl-review-summary{width:min(760px,100%);margin:0 auto 34px;padding:18px 24px;border:1px solid rgba(201,162,39,.34);background:#ffffffb8;display:flex;align-items:center;justify-content:center;gap:18px;text-align:left;box-shadow:0 16px 40px #102b200f}.ekl-review-summary p{color:var(--ink-soft);font-size:.9rem;margin:0}.ekl-review-summary strong{color:var(--green-dark)}.ekl-review-stars,.ekl-review-card-stars{color:var(--gold);letter-spacing:.08em;line-height:1;white-space:nowrap}.ekl-review-stars{font-size:1.05rem}.ekl-review-action{text-align:center;margin:-12px auto 34px}.ekl-review-cta{min-width:210px;justify-content:center}.ekl-review-action p{max-width:520px;margin:12px auto 0;font-size:.78rem;line-height:1.6;color:var(--ink-soft)}.ekl-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ekl-review-card{position:relative;background:#ffffffd1;border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px 28px;min-height:245px;box-shadow:0 18px 42px #102b2014}.ekl-review-card:before{content:"";position:absolute;top:0;left:28px;right:28px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.ekl-review-card.is-featured{background:var(--green-dark);border-color:#c9a22761;color:var(--pearl)}.ekl-review-card h3{font-family:Cormorant Garamond,serif;font-size:1.55rem;line-height:1.14;margin:18px 0 12px;color:var(--green-dark)}.ekl-review-card.is-featured h3{color:var(--white)}.ekl-review-card p{color:var(--ink-soft);font-size:.92rem;line-height:1.65;margin-bottom:22px}.ekl-review-card.is-featured p{color:#f7f5f0d1}.ekl-review-card span{display:block;margin-top:auto;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700}@media(max-width:980px){.ekl-reviews-section{padding:68px 0}.ekl-review-grid{grid-template-columns:1fr;gap:18px}.ekl-review-card{min-height:0;text-align:center}.ekl-review-summary{flex-direction:column;text-align:center;gap:10px}}@media(max-width:600px){.ekl-reviews-section{padding:56px 0}.ekl-reviews-head{margin-bottom:22px}.ekl-reviews-head h2{font-size:2rem}.ekl-review-summary{padding:16px 18px}.ekl-review-card{padding:26px 22px 24px}}.ekl-reviews-section{padding:72px 0}.ekl-reviews-head h2{max-width:760px;margin-left:auto;margin-right:auto;font-size:clamp(2rem,3.2vw,2.55rem);line-height:1.08}.ekl-review-grid{align-items:stretch}.ekl-review-card{box-shadow:0 14px 34px #102b2012}#page-search .simple-page,#page-account .simple-page,#page-cart .simple-page,#page-checkout .simple-page{min-height:calc(100vh - 285px);padding:54px 0 58px}#page-search .simple-page-inner,#page-account .simple-page-inner,#page-cart .simple-page-inner{max-width:760px}#page-search .simple-page h1,#page-account .simple-page h1,#page-cart .simple-page h1,#page-checkout .checkout-card h1{font-size:clamp(2rem,3.2vw,2.75rem)!important;line-height:1.08!important;margin:8px 0 12px!important;max-width:720px}#page-search .simple-page p,#page-account .simple-page p,#page-cart .simple-page p,#page-checkout .checkout-card p{font-size:.92rem;line-height:1.65}#page-search .simple-actions,#page-account .simple-actions,#page-cart .simple-actions,#page-checkout .simple-actions{margin-top:20px;gap:10px}#page-account .simple-actions .btn,#page-cart .simple-actions .btn,#page-checkout .simple-actions .btn,.search-panel .btn{min-height:48px;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.search-panel{margin-top:22px}.search-panel input{min-height:48px;font-size:.92rem}.search-result{border-radius:2px;padding:14px 16px}.cart-page-list{margin-top:24px;gap:12px}.cart-line{grid-template-columns:72px 1fr auto;padding:13px 14px;gap:14px}.cart-line img{width:72px;height:72px}.cart-line h3{font-size:.9rem}.cart-line p{font-size:.78rem}.cart-page-summary{margin-top:14px;padding:16px 18px}.cart-page-summary p{font-size:.76rem}.checkout-grid{gap:20px}.checkout-card{padding:28px}.checkout-card h2{font-size:1.55rem}.cart-backdrop{background:#0a261c7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer{width:min(410px,100vw);background:var(--pearl);box-shadow:-26px 0 58px #0a261c3d}.cart-drawer-head{background:var(--green-dark);color:var(--white);padding:18px 20px;border-bottom:1px solid rgba(201,162,39,.28)}.cart-drawer-head h2{font-size:1.55rem;letter-spacing:.02em;color:var(--white)}.cart-close{border-color:#ffffff59;background:#ffffff14;color:var(--white)}.cart-drawer-body{padding:16px}.cart-drawer-body .cart-line{background:var(--white);border:1px solid var(--line);border-radius:2px;grid-template-columns:62px 1fr auto;padding:12px;margin-bottom:10px}.cart-drawer-body .cart-line img{width:62px;height:62px}.cart-drawer-body .cart-line-controls button,.cart-drawer-body .cart-remove,.cart-line-controls button,.cart-remove{background:var(--white);border-color:#0a261c2e}.cart-drawer-foot{background:var(--white);padding:18px 20px 20px;border-top:1px solid var(--line)}.cart-drawer-foot .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center}.cart-empty{background:var(--white);border:1px solid var(--line);padding:34px 24px;border-radius:2px}.cart-empty h3{font-size:1.25rem;line-height:1.1;margin-bottom:8px}.cart-empty p{font-size:.88rem}.shopify-payment-button,.shopify-payment-button__button,.additional-checkout-buttons,.cart__dynamic-checkout-buttons{border-radius:2px!important}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{min-height:48px!important;font-size:.82rem!important;letter-spacing:.12em!important;text-transform:uppercase!important}.pd-gallery-thumbs-col{align-self:stretch}.pd-gallery-thumbs{height:min(420px,388px)}.pd-gallery-arrow{flex:0 0 auto}@media(min-width:901px){#page-catalog .product-grid{row-gap:28px!important;column-gap:28px!important}#page-catalog .product-grid .product-card:nth-child(n+3){margin-top:0!important}}@media(max-width:1024px){html,body{max-width:100%;overflow-x:hidden}.utility-bar,.site-header .nav-row{padding-left:12px;padding-right:12px}.ekl-hero-slideshow,.ekl-slide,.ekl-slide picture,.ekl-slide-bg{max-width:100%}.container{width:min(100% - 28px,var(--container))}.pd-layout{gap:22px}}@media(max-width:980px){.pd-gallery-thumbs-col{width:100%;flex-direction:row;align-items:center}.pd-gallery-thumbs{width:min(100%,430px);height:auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.pd-gallery-thumbs-inner{flex-direction:row;transform:none!important}.pd-gallery-thumbs .pd-thumb{scroll-snap-align:start}}@media(max-width:600px){#page-search .simple-page,#page-account .simple-page,#page-cart .simple-page,#page-checkout .simple-page{padding:42px 0 46px;min-height:0}#page-search .simple-page h1,#page-account .simple-page h1,#page-cart .simple-page h1,#page-checkout .checkout-card h1{font-size:2rem!important}#page-account .simple-actions,#page-cart .simple-actions,#page-checkout .simple-actions{width:100%}#page-account .simple-actions .btn,#page-cart .simple-actions .btn,#page-checkout .simple-actions .btn{flex:1 1 100%}.cart-line{grid-template-columns:62px 1fr;gap:12px}.cart-line img{width:62px;height:62px}.cart-line-price{grid-column:2;justify-self:start}.cart-drawer-body .cart-line{grid-template-columns:56px 1fr}.cart-drawer-body .cart-line img{width:56px;height:56px}.cart-drawer-body .cart-line-price{grid-column:2}.ekl-reviews-section{padding:48px 0}.ekl-reviews-head h2{font-size:1.82rem}}.pd-review-teaser{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;max-width:520px;margin:4px 0 20px;padding:12px 14px;border:1px solid rgba(201,162,39,.28);background:#ffffffbd;box-shadow:0 12px 28px #102b200d}.pd-review-teaser-rating{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--green-dark);font-size:.76rem}.pd-review-teaser-rating span{color:var(--gold);letter-spacing:.08em;line-height:1;font-size:.86rem}.pd-review-teaser-rating strong{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.pd-review-teaser a{color:var(--green-dark);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.pd-reviews-panel{margin:24px 0 18px;padding:22px;border:1px solid rgba(201,162,39,.28);background:radial-gradient(circle at 95% 0%,rgba(201,162,39,.1),transparent 34%),#ffffffb8;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.pd-reviews-panel .eyebrow{margin-bottom:8px}.pd-reviews-panel h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.08;color:var(--green-dark);margin:0 0 8px}.pd-reviews-panel p:not(.eyebrow){color:var(--ink-soft);font-size:.88rem;line-height:1.62;margin:0}.pd-reviews-panel .btn{justify-content:center;min-width:160px}.form-success,.form-errors{margin:0 0 18px;padding:12px 14px;border:1px solid rgba(201,162,39,.32);background:#ffffffb8;color:var(--green-dark);font-size:.88rem;line-height:1.5}.form-errors{border-color:#87372a52}@media(max-width:720px){.pd-review-teaser{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.pd-review-teaser-rating{width:100%;justify-content:space-between}.pd-reviews-panel{grid-template-columns:1fr;text-align:left;padding:20px 18px}.pd-reviews-panel .btn{width:100%}}@media(min-width:981px){#page-catalog .catalog-hero{padding:12px 0 8px!important}#page-catalog .catalog-hero h1{font-size:clamp(1.45rem,2.1vw,1.95rem)!important;margin:4px 0 0!important}#page-catalog .catalog-bar{padding:10px 0!important}#page-catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:start!important;gap:clamp(18px,1.8vw,26px)!important;padding:16px 0 32px!important}#page-catalog .product-card{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important}#page-catalog .product-card .card-media{height:clamp(205px,20vw,255px)!important}#page-catalog .product-card .card-body{padding:12px 14px 14px!important;display:flex!important;flex-direction:column!important;gap:0!important}#page-catalog .product-card .card-cat{font-size:.62rem!important;line-height:1.35!important;margin-bottom:5px!important;min-height:0!important}#page-catalog .product-card h3{font-size:clamp(1.04rem,1.45vw,1.18rem)!important;line-height:1.08!important;margin-bottom:9px!important}#page-catalog .product-card .card-footer{margin-top:0!important;gap:12px!important}#page-catalog .product-card .card-price{font-size:1.08rem!important}#page-catalog .product-card .card-add{padding:8px 12px!important;font-size:.66rem!important;white-space:nowrap!important}}@media(min-width:761px)and (max-width:980px){#page-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:18px!important}#page-catalog .product-card{height:auto!important}#page-catalog .product-card .card-media{height:clamp(210px,32vw,270px)!important}}@media(max-width:980px){.ekl-slide:nth-child(2) picture{background:transparent!important}.ekl-slide:nth-child(2) .ekl-slide-bg{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}}.cart-drawer.is-empty{background:var(--cream)}.cart-drawer.is-empty .cart-drawer-head{background:var(--cream);color:var(--green);border-bottom:1px solid rgba(10,38,28,.12);padding:18px 22px}.cart-drawer.is-empty .cart-drawer-head h2{display:none}.cart-drawer.is-empty .cart-close{margin-left:auto;border-color:#0a261c2e;background:#ffffff8c;color:var(--green)}.cart-drawer.is-empty .cart-drawer-body{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:28px 22px}.cart-drawer.is-empty .cart-drawer-foot{display:none}.cart-empty-premium{width:min(100%,320px);background:transparent;border:0;padding:0;text-align:center;box-shadow:none}.cart-empty-premium .eyebrow{color:var(--gold);font-size:.64rem;margin-bottom:10px}.cart-empty-premium h3{color:var(--green);font-size:clamp(1.45rem,5vw,1.9rem);line-height:1.05;margin-bottom:10px}.cart-empty-premium p:not(.eyebrow){color:#0a261cbd;font-size:.9rem;line-height:1.6;margin:0 auto 22px;max-width:280px}.cart-empty-premium .btn-green{width:min(100%,240px);min-height:48px;background:var(--green);border-color:var(--green);color:var(--white)}.cart-empty-premium .btn-green:hover{background:#08261c;border-color:#08261c}:root{--cream: #F7F5F0}.ekl-localization{display:inline-flex;align-items:center;height:34px}.ekl-localization-form{display:inline-flex;align-items:center}.ekl-currency-select{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:var(--green-dark);font-family:Inter,sans-serif;font-size:.82rem;letter-spacing:.04em;line-height:1;cursor:pointer;padding:8px 18px 8px 2px;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 10px) 50%,calc(100% - 6px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.ekl-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#102b2057;opacity:0;pointer-events:none;z-index:250;transition:opacity .2s ease}body.search-modal-open .ekl-modal-backdrop,body.account-popover-open .ekl-modal-backdrop{opacity:1;pointer-events:auto}.ekl-search-modal{position:fixed;top:92px;left:50%;transform:translate(-50%) translateY(8px);width:min(92vw,660px);z-index:260;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.ekl-search-modal[aria-hidden=false]{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.ekl-search-card,.ekl-account-popover{background:var(--white);border:1px solid rgba(16,43,32,.08);border-radius:14px;box-shadow:0 18px 55px #102b202e;overflow:hidden}.ekl-search-head{display:grid;grid-template-columns:20px 1fr 34px;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--line)}.ekl-search-head svg{width:18px;height:18px;stroke:var(--green-dark);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ekl-search-head input{border:0;outline:0;background:transparent;color:var(--green-dark);font-family:Inter,sans-serif;font-size:1rem;width:100%}.ekl-utility-close{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--green-dark);cursor:pointer;font-size:1.55rem;line-height:1}.ekl-utility-close:hover{background:var(--pearl)}.ekl-search-content{padding:16px 18px 22px}.ekl-search-label{font-family:Inter,sans-serif;font-size:.85rem;color:var(--green-dark);margin-bottom:10px}.ekl-search-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ekl-search-product{display:block;text-align:left;border:0;background:transparent;cursor:pointer;color:var(--green-dark);font-family:Inter,sans-serif}.ekl-search-img{display:grid;place-items:center;aspect-ratio:1 / 1;background:#fbfaf7;border:1px solid rgba(16,43,32,.06);margin-bottom:10px;overflow:hidden}.ekl-search-img img{width:78%;height:78%;object-fit:contain;transition:transform .2s ease}.ekl-search-product:hover .ekl-search-img img{transform:scale(1.04)}.ekl-search-title{display:block;font-size:.88rem;line-height:1.3;margin-bottom:2px}.ekl-search-price{display:block;color:var(--ink-soft);font-size:.84rem}.ekl-search-empty{grid-column:1 / -1;padding:18px;border:1px solid var(--line);background:var(--pearl);color:var(--green-dark);text-align:center}.ekl-account-popover{position:fixed;top:82px;right:max(18px,calc((100vw - 1200px)/2 + 24px));width:min(92vw,360px);z-index:265;padding:22px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.ekl-account-popover[aria-hidden=false]{opacity:1;pointer-events:auto;transform:translateY(0)}.ekl-account-close{position:absolute;top:12px;right:12px;background:var(--pearl)}.ekl-account-popover h2{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.3;color:var(--green-dark);padding-right:40px;margin-bottom:18px}.ekl-shop-pay-btn{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;background:var(--green-dark);color:var(--white);font-weight:700;letter-spacing:.02em}.ekl-shop-pay-btn:hover{background:var(--green)}.ekl-account-divider{display:flex;align-items:center;gap:12px;color:var(--ink-soft);font-size:.78rem;margin:14px 0}.ekl-account-divider:before,.ekl-account-divider:after{content:"";height:1px;background:var(--line);flex:1}.ekl-account-email{min-height:50px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:var(--ink-soft);margin-bottom:16px;background:var(--white)}.ekl-account-email:hover{border-color:var(--gold)}.ekl-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ekl-account-actions a{min-height:48px;border:1px solid var(--line);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--green-dark);background:#fff;font-size:.92rem}.ekl-account-actions svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.search-result{grid-template-columns:58px 1fr auto!important;align-items:center}.search-result img{width:58px;height:58px;object-fit:contain;background:var(--white);border:1px solid var(--line)}@media(max-width:760px){.nav-icons{gap:8px}.ekl-localization{display:none}.ekl-search-modal{top:74px;width:calc(100vw - 24px)}.ekl-search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ekl-search-content{padding:14px 12px 18px}.ekl-search-title,.ekl-search-price{font-size:.72rem}.ekl-account-popover{top:76px;right:12px;width:calc(100vw - 24px)}}.site-footer.site-footer-simple{background:var(--green-dark);color:var(--pearl);padding:22px 0 12px;border-top:1px solid rgba(255,255,255,.08)}.footer-simple-container{max-width:1240px}.footer-simple-top{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(320px,1fr);align-items:end;gap:40px;padding-bottom:14px}.footer-newsletter-copy .eyebrow{color:var(--gold-light);margin-bottom:4px;font-size:.54rem}.footer-newsletter-copy h3{color:var(--white);font-family:Inter,sans-serif;font-size:clamp(.9rem,1.15vw,1.05rem);line-height:1.2;letter-spacing:-.02em;margin-bottom:4px}.footer-newsletter-copy p{color:#f7f5f0c2;font-size:.72rem;line-height:1.45;max-width:520px}.footer-newsletter-form{display:flex;align-items:center;width:100%;min-height:38px;border:1px solid rgba(247,245,240,.34);border-radius:999px;background:#ffffff0f;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.footer-newsletter-form input[type=email]{flex:1;min-width:0;height:38px;border:0;background:transparent;color:var(--white);padding:0 18px;font-family:Inter,sans-serif;font-size:.76rem}.footer-newsletter-form input[type=email]::placeholder{color:#f7f5f0ad}.footer-newsletter-form input[type=email]:focus{outline:none}.footer-newsletter-form:focus-within{border-color:var(--gold-light);box-shadow:0 0 0 1px #e6cc7a52}.footer-newsletter-form button{width:42px;height:38px;border:0;background:transparent;color:var(--gold-light);cursor:pointer;font-size:1.25rem;line-height:1;display:grid;place-items:center;transition:color .2s ease,transform .2s ease}.footer-newsletter-form button:hover{color:var(--white);transform:translate(2px)}.footer-simple-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:10px;display:flex;justify-content:space-between;align-items:center;gap:18px;color:#f7f5f0ad;font-size:.64rem}.footer-shop-link{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--gold-light);font-family:Inter,sans-serif;font-size:.64rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;padding:0;white-space:nowrap}.footer-shop-link:hover{color:var(--white)}.footer-policies{position:relative;min-width:160px;text-align:right}.footer-policies summary{list-style:none;cursor:pointer;color:#f7f5f0cc;transition:color .2s ease}.footer-policies summary::-webkit-details-marker{display:none}.footer-policies summary:hover,.footer-policies[open] summary{color:var(--gold-light)}.footer-policy-menu{position:absolute;right:0;bottom:calc(100% + 12px);width:210px;list-style:none;padding:12px;background:var(--pearl);color:var(--green-dark);border:1px solid rgba(16,43,32,.12);border-radius:12px;box-shadow:0 14px 34px #0000002e;text-align:left;z-index:20}.footer-policy-menu li+li{margin-top:2px}.footer-policy-menu a{display:block;padding:9px 10px;border-radius:8px;font-size:.82rem;color:var(--green-dark)}.footer-policy-menu a:hover{background:#c9a22721;color:var(--green-dark)}.footer-fda-note{margin-top:8px;max-width:980px;color:#f7f5f075;font-size:.54rem;line-height:1.3}@media(max-width:760px){.site-footer.site-footer-simple{padding:22px 0 14px}.footer-simple-top{grid-template-columns:1fr;gap:18px;padding-bottom:18px}.footer-newsletter-copy,.footer-simple-bottom,.footer-fda-note{text-align:center}.footer-newsletter-copy p{margin:0 auto}.footer-newsletter-form{min-height:50px}.footer-newsletter-form input[type=email],.footer-newsletter-form button{height:50px}.footer-simple-bottom{flex-direction:column;align-items:center;gap:14px}.footer-policies{text-align:center}.footer-policy-menu{left:50%;right:auto;transform:translate(-50%)}}.site-footer.site-footer-simple .footer-simple-container{padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}.site-footer.site-footer-simple .footer-newsletter-form{max-width:560px;justify-self:end}.site-footer.site-footer-simple .footer-simple-bottom{display:grid;grid-template-columns:1fr auto 1fr}.site-footer.site-footer-simple .footer-shop-link{justify-self:center}.site-footer.site-footer-simple .footer-policies{justify-self:end}@media(max-width:760px){.site-footer.site-footer-simple .footer-newsletter-form{max-width:100%;justify-self:stretch}.site-footer.site-footer-simple .footer-simple-bottom{display:flex}}.footer-simple-actions{display:grid;justify-items:end;gap:8px}.footer-simple-actions .footer-shop-link{justify-self:end;margin-right:10px;font-size:.62rem;letter-spacing:.18em}.site-footer.site-footer-simple .footer-simple-bottom{grid-template-columns:1fr auto}.site-footer.site-footer-simple .footer-policies{grid-column:2}.footer-newsletter-copy p{font-size:.66rem;line-height:1.35}@media(max-width:760px){.footer-simple-actions{justify-items:center}.footer-simple-actions .footer-shop-link{justify-self:center;margin-right:0}}#page-catalog .catalog-bar{display:flex;align-items:center;justify-content:space-between;gap:18px}#page-catalog .catalog-shopify-facets{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-left:auto;position:relative;z-index:5}#page-catalog .catalog-facet{position:relative}#page-catalog .catalog-facet summary{list-style:none;cursor:pointer;color:var(--ink-soft);font-size:.86rem;letter-spacing:.04em;font-weight:600;padding:6px 0}#page-catalog .catalog-facet summary::-webkit-details-marker{display:none}#page-catalog .catalog-facet summary:after{content:"\2304";font-size:.78rem;margin-left:6px;color:var(--green)}#page-catalog .catalog-facet[open] summary:after{content:"\2303"}#page-catalog .catalog-facet-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:150px;background:#fff;border:1px solid rgba(26,61,43,.12);border-radius:14px;box-shadow:0 16px 36px #0000001f;padding:13px 14px;color:var(--ink)}#page-catalog .catalog-facet-panel label{display:flex;align-items:center;gap:8px;font-size:.84rem;line-height:1.7;white-space:nowrap}#page-catalog .catalog-facet-panel input[type=checkbox]{width:15px;height:15px;accent-color:var(--green)}#page-catalog .catalog-facet-price .catalog-facet-panel{min-width:270px}#page-catalog .price-range-row{display:flex;align-items:center;gap:10px}#page-catalog .price-range-row label{border:1px solid rgba(26,61,43,.14);border-radius:8px;padding:8px 10px;min-width:96px;display:flex;justify-content:space-between;gap:8px;color:var(--ink-soft)}#page-catalog .price-range-row input{width:56px;border:0;outline:none;text-align:right;font:inherit;color:var(--ink);background:transparent}#page-catalog .price-to,#page-catalog .price-help{color:var(--ink-soft);font-size:.82rem}#page-catalog .price-help{margin:10px 0 0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:780px){#page-catalog .catalog-bar{align-items:flex-start;gap:12px}#page-catalog .catalog-shopify-facets{width:100%;justify-content:flex-start;margin-left:0;gap:16px}#page-catalog .catalog-facet-panel{left:0;right:auto}}@media(max-width:760px){.contact-grid{grid-template-columns:1fr;gap:18px;padding:24px 0 34px}.contact-info,.contact-form-card{padding:24px 20px;border-radius:16px}.contact-info h2{font-size:1.55rem}.contact-form-card h3{font-size:1.38rem}.form-row{grid-template-columns:1fr;gap:14px}}#page-catalog .catalog-facet-sort .catalog-facet-panel{min-width:190px;padding:10px}#page-catalog .catalog-sort-panel button{width:100%;display:block;border:0;background:transparent;color:var(--ink-soft);text-align:left;padding:9px 10px;border-radius:9px;font:inherit;font-size:.84rem;cursor:pointer}#page-catalog .catalog-sort-panel button:hover,#page-catalog .catalog-sort-panel button.active{color:var(--green);background:#c9a84c1c}#page-catalog .catalog-sort-panel button.active:before{content:"\2713";margin-right:8px;color:var(--gold);font-weight:700}@media(max-width:780px){#page-catalog .catalog-shopify-facets{row-gap:8px}#page-catalog .catalog-facet-sort .catalog-facet-panel{min-width:190px}}.site-footer.site-footer-simple .footer-simple-top{grid-template-columns:minmax(360px,1fr) minmax(420px,.95fr);align-items:center;gap:clamp(34px,7vw,96px);padding-bottom:14px}.site-footer.site-footer-simple .footer-newsletter-copy .eyebrow{font-size:.72rem;letter-spacing:.13em;margin-bottom:8px}.site-footer.site-footer-simple .footer-newsletter-copy h3{font-size:clamp(1.45rem,2.35vw,2.15rem);line-height:1.05;margin-bottom:6px}.site-footer.site-footer-simple .footer-newsletter-copy p{font-size:clamp(.68rem,.85vw,.82rem);line-height:1.32;max-width:560px}.site-footer.site-footer-simple .footer-simple-actions{display:block;justify-self:end;width:min(100%,560px)}.site-footer.site-footer-simple .footer-newsletter-form{max-width:none;width:100%;justify-self:auto}.site-footer.site-footer-simple .footer-simple-bottom{display:flex;justify-content:space-between;align-items:center;gap:22px;font-size:.78rem}.site-footer.site-footer-simple .footer-fda-note{font-size:.68rem;line-height:1.35}@media(max-width:900px){.site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr;gap:16px;text-align:center}.site-footer.site-footer-simple .footer-simple-actions{justify-self:stretch;width:100%}.site-footer.site-footer-simple .footer-simple-bottom{flex-direction:column;text-align:center}}.utility-bar{position:sticky;top:0;z-index:120}header.site-header{position:sticky;top:30px;z-index:119}#page-catalog>.container{padding-top:22px}#page-catalog .catalog-hero{display:none!important}#page-catalog .catalog-bar{margin-bottom:8px!important;padding:0 0 12px!important;border-bottom:1px solid var(--line)}@media(min-width:981px){#page-catalog .product-grid{padding-top:18px!important;padding-bottom:38px!important;gap:clamp(22px,2.2vw,32px)!important}#page-catalog .product-card .card-media{height:clamp(250px,22vw,320px)!important}#page-catalog .product-card .card-body{padding:16px 18px 18px!important}#page-catalog .product-card h3{font-size:clamp(1.1rem,1.5vw,1.28rem)!important}}.catalog-filters button[aria-disabled=true]{opacity:.72}#page-contact{min-height:calc(100svh - 104px);display:flex;flex-direction:column}#page-contact .contact-grid{flex:1;align-items:center;padding-top:clamp(22px,3vh,34px);padding-bottom:clamp(22px,3vh,34px);gap:clamp(26px,4vw,46px)}#page-contact .contact-info,#page-contact .contact-form-card{padding:clamp(18px,2.2vw,26px)}#page-contact .contact-info h2{font-size:clamp(1.65rem,2.5vw,2.2rem);margin-bottom:12px}#page-contact .contact-info>p:not(.eyebrow){font-size:.9rem;line-height:1.55;margin-bottom:18px}#page-contact .contact-form-card h3{font-size:clamp(1.45rem,2.1vw,1.95rem);margin-bottom:8px}#page-contact .contact-form-card>p:not(.eyebrow){font-size:.88rem;line-height:1.45;margin-bottom:16px}#page-contact .form-row{gap:14px;margin-bottom:12px}#page-contact .form-group label{font-size:.66rem;margin-bottom:6px}#page-contact input,#page-contact select{min-height:38px;padding:9px 12px}#page-contact textarea{min-height:94px;padding:11px 12px}#page-contact .btn{min-height:42px;padding:11px 20px}.site-footer.site-footer-simple .footer-newsletter-copy h3{font-size:clamp(1.42rem,2vw,2rem);letter-spacing:-.03em}.site-footer.site-footer-simple .footer-newsletter-copy p{font-size:.62rem;line-height:1.35;max-width:440px}@media(max-width:980px){.utility-bar{position:sticky;top:0}header.site-header{top:28px}#page-catalog>.container{padding-top:16px}#page-catalog .catalog-bar{gap:12px}#page-contact .contact-grid{align-items:stretch}}@media(max-width:760px){header.site-header{top:25px}#page-contact .contact-grid{padding-top:18px;padding-bottom:18px}}@media(min-width:1200px){#page-catalog .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}#page-catalog .product-card .card-media{height:clamp(245px,18vw,310px)!important}}@media(min-width:981px)and (max-width:1199px){#page-catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}#page-catalog .product-card{display:flex;flex-direction:column}#page-catalog .product-card .card-media img{transform:scale(.98);transition:transform .28s ease}#page-catalog .product-card:hover .card-media img{transform:scale(1.035)}.ekl-fly-cart-image{border-radius:14px;background:#ffffffb8;will-change:transform,opacity}.cart-badge.cart-pulse{animation:eklCartPulse .42s cubic-bezier(.22,1,.36,1)}@keyframes eklCartPulse{0%{transform:scale(1)}45%{transform:scale(1.18)}to{transform:scale(1)}}main .newsletter-section,main .newsletter,main .routine-list-signup,#page-catalog .newsletter-section,#page-home .newsletter-section,#page-search .newsletter-section,#page-account .newsletter-section,#page-cart .newsletter-section,#page-checkout .newsletter-section{display:none!important}#page-contact{min-height:auto!important}#page-contact .contact-grid{max-width:1120px;min-height:0!important;padding-top:clamp(14px,2vh,24px)!important;padding-bottom:clamp(14px,2vh,22px)!important;gap:clamp(18px,2.8vw,34px)!important;align-items:center!important}#page-contact .contact-info,#page-contact .contact-form-card{border-radius:16px!important;padding:clamp(16px,1.8vw,22px)!important;box-shadow:0 14px 34px -30px #102b2061!important}#page-contact .contact-info .eyebrow,#page-contact .contact-form-eyebrow{font-size:.66rem!important;letter-spacing:.18em!important;margin-bottom:6px!important}#page-contact .contact-info h2{font-size:clamp(1.42rem,2vw,1.78rem)!important;line-height:1!important;margin:6px 0 8px!important}#page-contact .contact-info>p:not(.eyebrow){font-size:.82rem!important;line-height:1.42!important;margin-bottom:10px!important;max-width:420px!important}#page-contact .contact-detail{gap:10px!important;padding:8px 0!important}#page-contact .contact-detail .icon{width:28px!important;height:28px!important;font-size:.74rem!important}#page-contact .contact-detail strong{font-size:.78rem!important;margin-bottom:1px!important}#page-contact .contact-detail span{font-size:.76rem!important}#page-contact .contact-form-card h3{font-size:clamp(1.3rem,1.7vw,1.58rem)!important;line-height:1.02!important;margin:4px 0 6px!important}#page-contact .contact-form-card>p:not(.eyebrow){font-size:.8rem!important;line-height:1.38!important;margin-bottom:10px!important}#page-contact .form-row{gap:10px!important;margin-bottom:8px!important}#page-contact .form-group{gap:4px!important}#page-contact .form-group label{font-size:.6rem!important;letter-spacing:.14em!important;margin-bottom:2px!important}#page-contact input,#page-contact select{min-height:32px!important;padding:7px 10px!important;border-radius:8px!important;font-size:.78rem!important}#page-contact textarea{min-height:72px!important;padding:8px 10px!important;border-radius:8px!important;font-size:.78rem!important}#page-contact .btn{min-height:36px!important;padding:9px 18px!important;font-size:.7rem!important}@media(min-width:981px)and (max-height:850px){#page-contact .contact-grid{padding-top:10px!important;padding-bottom:10px!important}#page-contact .contact-info,#page-contact .contact-form-card{padding:14px 18px!important}#page-contact .contact-info h2{font-size:1.38rem!important}#page-contact .contact-form-card h3{font-size:1.28rem!important}#page-contact .contact-info>p:not(.eyebrow),#page-contact .contact-form-card>p:not(.eyebrow){font-size:.76rem!important;line-height:1.32!important}#page-contact .contact-detail{padding:6px 0!important}#page-contact textarea{min-height:58px!important}}@media(max-width:980px){#page-contact .contact-grid{grid-template-columns:1fr!important;padding-top:16px!important;padding-bottom:18px!important}}.site-footer.site-footer-simple{padding:24px 0 14px}.site-footer.site-footer-simple .footer-simple-top{grid-template-columns:minmax(320px,.9fr) minmax(360px,.9fr);align-items:center;gap:clamp(28px,5vw,72px);padding-bottom:16px}.site-footer.site-footer-simple .footer-newsletter-copy .eyebrow{font-size:.62rem;letter-spacing:.18em;color:var(--gold-light);opacity:.95;margin-bottom:6px}.site-footer.site-footer-simple .footer-newsletter-copy h3{font-family:Playfair Display,serif;font-size:clamp(1.2rem,1.7vw,1.6rem);line-height:1.05;color:var(--white);letter-spacing:.01em;margin-bottom:6px}.site-footer.site-footer-simple .footer-newsletter-copy p{max-width:460px;font-size:.7rem;line-height:1.45;color:#f7f5f0b8}.site-footer.site-footer-simple .footer-simple-actions{justify-items:end;align-self:center}.site-footer.site-footer-simple .footer-newsletter-form{max-width:500px;min-height:42px;border-color:#e6cc7a73;background:#ffffff0b}.site-footer.site-footer-simple .footer-newsletter-form input[type=email]{height:42px;font-size:.78rem;padding-left:20px}.site-footer.site-footer-simple .footer-newsletter-form button{height:42px;width:48px;font-size:1.35rem}.site-footer.site-footer-simple .footer-simple-bottom{border-top-color:#e6cc7a2e;padding-top:11px;color:#f7f5f0a8;font-size:.68rem}.site-footer.site-footer-simple .footer-policies summary{color:#f7f5f0bd;font-size:.68rem}.site-footer.site-footer-simple .footer-fda-note{margin-top:9px;font-size:.56rem;color:#f7f5f06b}@media(max-width:760px){.site-footer.site-footer-simple{padding:24px 0 16px}.site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr;gap:14px;text-align:center}.site-footer.site-footer-simple .footer-newsletter-copy p{max-width:320px;margin-left:auto;margin-right:auto}.site-footer.site-footer-simple .footer-simple-actions,.site-footer.site-footer-simple .footer-newsletter-form{justify-self:stretch;justify-items:stretch;max-width:100%}}.ekl-offer-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}.ekl-offer-popup[aria-hidden=false]{display:flex}.ekl-offer-card{position:relative;width:min(1120px,calc(100vw - 32px));aspect-ratio:1672 / 941;max-height:calc(100vh - 34px);border-radius:24px;overflow:hidden;background-image:url(eklaviv_10off_popup.png);background-size:cover;background-position:center;box-shadow:0 28px 80px #00000047}.ekl-offer-close{position:absolute;top:4.2%;right:3.2%;width:42px;height:42px;border:0;border-radius:999px;background:#ffffffd1;color:#0b3423;font-size:34px;line-height:1;cursor:pointer;z-index:3}.ekl-offer-form{position:absolute;left:4.85%;top:59.1%;width:35%;z-index:2}.ekl-offer-form input{width:100%;height:clamp(42px,5.6vw,72px);border:1px solid #c99f45;border-radius:10px;background:#fffffff5;color:#0c3325;font:500 clamp(14px,1.4vw,20px)/1.2 var(--font-body, inherit);padding:0 clamp(18px,3.5vw,72px);outline:none;box-shadow:0 8px 22px #092b1d14}.ekl-offer-form button{width:100%;height:clamp(48px,6.4vw,86px);margin-top:clamp(14px,2vw,26px);border:2px solid #c9a84c;border-radius:10px;background:linear-gradient(135deg,#06351f,#0e4a32);color:#d9b65a;font:800 clamp(14px,1.6vw,24px)/1 var(--font-body, inherit);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 28px #0323172e}.ekl-offer-message{margin:10px 0 0;color:#0c3325;font-size:13px;font-weight:700}.ekl-offer-screen-reader-copy{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.ekl-offer-open{overflow:hidden}@media(max-width:740px){.ekl-offer-popup{padding:12px}.ekl-offer-card{width:min(94vw,430px);aspect-ratio:auto;min-height:620px;border-radius:18px;background-size:cover;background-position:42% center}.ekl-offer-close{top:12px;right:12px;width:38px;height:38px;font-size:30px}.ekl-offer-form{left:7.2%;right:7.2%;top:auto;bottom:14.5%;width:auto}.ekl-offer-form input,.ekl-offer-form button{height:50px;font-size:14px;border-radius:9px}.ekl-offer-form input{padding:0 18px}.ekl-offer-form button{margin-top:12px;letter-spacing:.09em}}.ekl-offer-popup{display:none!important}.utility-bar{position:sticky;top:0;z-index:1200}header.site-header{position:sticky;top:29px;z-index:1199;box-shadow:0 1px #0a302214}#page-contact.active{min-height:calc(100vh - 92px);padding:44px 0 18px;background:var(--cream)}#page-contact.active+.site-footer,body[data-active-page=contact] .site-footer{margin-top:0}#page-contact .contact-grid{min-height:auto;align-items:center;padding-top:0;padding-bottom:0;gap:clamp(24px,3vw,34px)}#page-contact .contact-info,#page-contact .contact-form-card{margin-top:0}#page-contact .contact-info{padding:clamp(24px,2.8vw,32px)}#page-contact .contact-info h2{margin-bottom:10px}#page-contact .contact-info>p:not(.eyebrow){margin-bottom:18px;line-height:1.5}#page-contact .contact-detail{padding:12px 0}#page-contact .contact-form-card{padding:clamp(24px,2.8vw,32px)}#page-contact .contact-form-card>p{margin-bottom:16px}#page-contact .form-row{gap:12px;margin-bottom:12px}#page-contact .form-group input,#page-contact .form-group select{min-height:38px}#page-contact textarea{min-height:86px}#page-contact .contact-form-card .btn{min-height:42px}@media(max-width:980px){header.site-header{top:28px}#page-contact.active{min-height:auto;padding:28px 0 16px}#page-contact .contact-grid{align-items:stretch;gap:18px}}@media(max-width:640px){header.site-header{top:36px}#page-contact .contact-info,#page-contact .contact-form-card{padding:20px}}html,body{min-height:100%}body{background:var(--green-dark)}.page.active{background:var(--cream)}#page-catalog:not(.active),#page-contact:not(.active){display:none!important}#page-catalog.active{min-height:calc(100vh - 242px);padding-bottom:clamp(24px,4vh,44px)}body[data-active-page=contact] #page-contact.active{min-height:calc(100vh - 248px);display:flex;align-items:center;padding:clamp(14px,2vh,24px) 0;box-sizing:border-box}body[data-active-page=contact] #page-contact .contact-grid{width:100%;margin-top:0;margin-bottom:0}body[data-active-page=contact] .site-footer.site-footer-simple{margin-top:0!important}@media(max-width:980px){body[data-active-page=contact] #page-contact.active,#page-catalog.active{min-height:auto}}html,body{min-height:100%;margin:0!important;padding:0!important;background:var(--green-dark)!important}body:after,html:after{display:none!important;content:none!important}.page{margin-bottom:0!important}.page.active{min-height:calc(var(--eklaviv-vh, 100vh) - var(--eklaviv-header-h, 92px) - var(--eklaviv-footer-h, 150px))!important;box-sizing:border-box}#page-contact.active{display:flex!important;align-items:center;padding-top:clamp(12px,2vh,22px)!important;padding-bottom:clamp(12px,2vh,22px)!important}#page-catalog.active{padding-bottom:clamp(18px,3vh,34px)!important}.site-footer.site-footer-simple{margin:0!important;border-bottom:0!important;padding-bottom:0!important;background:var(--green-dark)!important}.site-footer.site-footer-simple .footer-simple-container{padding-bottom:12px!important}.site-footer.site-footer-simple+*,.site-footer.site-footer-simple~*:not(script):not(style){margin-top:0!important;padding-top:0!important}@supports (height: 100dvh){.page.active{min-height:calc(var(--eklaviv-vh, 100dvh) - var(--eklaviv-header-h, 92px) - var(--eklaviv-footer-h, 150px))!important}}@media(max-width:980px){.page.active,#page-contact.active{min-height:auto!important}.site-footer.site-footer-simple{padding-bottom:0!important}.site-footer.site-footer-simple .footer-simple-container{padding-bottom:14px!important}}:root{--ekl-utility-h: 30px;--ekl-header-h: 66px}html,body{margin:0!important;padding:0!important;min-height:100%;background:var(--green-dark, #0b3b2a)!important}.utility-bar{position:sticky!important;top:0!important;z-index:9998!important;height:var(--ekl-utility-h)!important;min-height:var(--ekl-utility-h)!important;display:flex!important;align-items:center!important;justify-content:center!important}header.site-header{position:sticky!important;top:var(--ekl-utility-h)!important;z-index:9997!important;height:var(--ekl-header-h)!important;min-height:var(--ekl-header-h)!important;background:#fffffffa!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}header.site-header .nav-row{height:var(--ekl-header-h)!important;min-height:var(--ekl-header-h)!important}.page{background:var(--cream, #f7f3ea)}.page.active{min-height:calc(100vh - var(--ekl-utility-h) - var(--ekl-header-h) - 174px)!important}.site-footer.site-footer-simple{margin:0!important;border:0!important;background:var(--green-dark, #0b3b2a)!important}.site-footer.site-footer-simple .footer-simple-container{margin-bottom:0!important;padding-bottom:14px!important}.site-footer.site-footer-simple+*,.site-footer.site-footer-simple~*:not(script):not(style){display:none!important}#page-catalog.active{padding-top:28px!important;padding-bottom:48px!important}#page-catalog .container{max-width:1180px!important}#page-catalog .catalog-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;margin-bottom:24px!important}#page-catalog .catalog-filters,#page-catalog .catalog-shopify-facets{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:22px!important}#page-catalog .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:34px!important;align-items:stretch!important;width:100%!important}#page-catalog .product-card{width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}#page-catalog .product-card[style*="display: none"]{display:none!important}#page-catalog .product-card .card-media{height:300px!important;min-height:300px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important}#page-catalog .product-card .card-media img{max-width:82%!important;max-height:245px!important;object-fit:contain!important}#page-catalog .product-card .card-body{min-height:176px!important;padding:18px 20px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;flex:1 1 auto!important}#page-catalog .product-card .card-cat{min-height:32px!important;margin-bottom:6px!important;line-height:1.25!important}#page-catalog .product-card h3{min-height:48px!important;margin-bottom:10px!important;line-height:1.1!important}#page-catalog .product-card .card-desc,#page-catalog .product-card .card-facts,#page-catalog .product-card .card-more,#page-catalog .product-card .card-legal{display:none!important}#page-catalog .product-card .card-footer{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}#page-catalog .product-card .card-add{white-space:nowrap!important}body[data-active-page=contact] #page-catalog,body[data-active-page=catalog] #page-contact{display:none!important}#page-contact.active{display:flex!important;align-items:center!important;padding:28px 0 30px!important;min-height:calc(100vh - var(--ekl-utility-h) - var(--ekl-header-h) - 174px)!important}#page-contact .contact-grid{width:100%!important;max-width:1160px!important;display:grid!important;grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr)!important;gap:32px!important;align-items:center!important}#page-contact .contact-info,#page-contact .contact-form-card{margin:0!important}#page-contact .contact-form-card textarea{min-height:108px!important}@media(max-width:980px){:root{--ekl-utility-h: 26px;--ekl-header-h: 58px}.ekl-slide:nth-child(2) picture{height:clamp(300px,78vw,390px)!important;background:#f7f3ea!important}.ekl-slide:nth-child(2) .ekl-slide-bg{object-fit:cover!important;object-position:42% 38%!important;width:100%!important;height:100%!important}.ekl-slide:nth-child(2) .ekl-slide-content{padding-top:18px!important}#page-catalog .catalog-bar{flex-direction:column!important;align-items:stretch!important;gap:14px!important}#page-catalog .catalog-filters,#page-catalog .catalog-shopify-facets{justify-content:center!important}#page-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important}#page-contact.active{align-items:flex-start!important}#page-contact .contact-grid{grid-template-columns:1fr!important;gap:22px!important}}@media(max-width:640px){#page-catalog .product-grid{grid-template-columns:1fr!important;gap:18px!important}#page-catalog .product-card .card-media{height:250px!important;min-height:250px!important}#page-catalog .product-card .card-body{min-height:156px!important}.ekl-slide:nth-child(2) picture{height:clamp(280px,72vw,340px)!important}.ekl-slide:nth-child(2) .ekl-slide-bg{object-position:43% 40%!important}}.ekl-offer-teaser{position:fixed;top:calc(var(--eklaviv-header-h, 94px) + 12px);left:50%;transform:translate(-50%) translateY(-6px);z-index:1300;width:104px;height:104px;border:1px solid rgba(201,168,76,.78);border-radius:999px;background:#faf7eff5;color:#123b2a;box-shadow:0 14px 34px #0d2a1e29;cursor:pointer;display:grid;place-items:center;gap:2px;text-align:center;font-family:var(--font-heading, Georgia, serif);font-size:16px;line-height:1.1;transition:opacity .35s ease,transform .35s ease,box-shadow .2s ease}.ekl-offer-teaser[hidden]{display:none!important}.ekl-offer-teaser.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.ekl-offer-teaser:hover{box-shadow:0 18px 42px #0d2a1e3d;transform:translate(-50%) translateY(-2px)}.ekl-offer-teaser strong{color:#b9912e;font-size:22px;font-weight:700}.ekl-offer-flower{color:#d17aa6;font-size:16px;line-height:1}.ekl-offer-arrow{color:#123b2a;font-size:18px;line-height:1}.ekl-offer-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center;padding:18px}.ekl-offer-popup[aria-hidden=true]{display:none!important}.ekl-offer-popup[aria-hidden=false]{display:flex!important}.ekl-offer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#02171094;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ekl-offer-card{position:relative;width:min(1120px,calc(100vw - 32px));aspect-ratio:1677 / 938;max-height:calc(100vh - 34px);border-radius:24px;overflow:hidden;background-image:url(eklaviv_10off_popup.png);background-size:cover;background-position:center;box-shadow:0 28px 80px #00000047}.ekl-offer-close{position:absolute;top:3.4%;right:3%;width:46px;height:46px;border:0;border-radius:999px;background:#ffffffeb;color:#0b3423;font-size:36px;line-height:42px;cursor:pointer;z-index:5;display:grid;place-items:center;box-shadow:0 8px 20px #0000001f}.ekl-offer-close:hover{background:#fff}.ekl-offer-form{position:absolute;left:6.35%;top:57.6%;width:33.6%;z-index:4}.ekl-offer-form input{width:100%;height:clamp(42px,4.15vw,58px);border:1px solid #c99f45;border-radius:8px;background:#fffffff0;color:#0c3325;font:500 clamp(14px,1.1vw,18px)/1.2 var(--font-body, inherit);padding:0 clamp(16px,2.1vw,34px);outline:none;box-shadow:0 8px 22px #092b1d14}.ekl-offer-form input:focus{border-color:#0c3b2a;box-shadow:0 0 0 3px #c9a84c3d}.ekl-offer-form button{width:100%;height:clamp(44px,4.55vw,64px);margin-top:clamp(12px,1.25vw,18px);border:2px solid #c9a84c;border-radius:8px;background:linear-gradient(135deg,#06351f,#0e4a32);color:#d9b65a;font:800 clamp(13px,1.2vw,18px)/1 var(--font-body, inherit);letter-spacing:.13em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 28px #0323172e}.ekl-offer-form button:hover{filter:brightness(1.06)}.ekl-offer-message{margin:8px 0 0;color:#0c3325;font-size:13px;font-weight:700;background:#ffffffc7;border-radius:8px;padding:6px 8px}body.ekl-offer-open{overflow:hidden!important}@media(max-width:740px){.ekl-offer-teaser{top:calc(var(--eklaviv-header-h, 78px) + 8px);width:82px;height:82px;font-size:13px}.ekl-offer-teaser strong{font-size:18px}.ekl-offer-popup{padding:12px}.ekl-offer-card{width:min(94vw,430px);aspect-ratio:1677 / 938;min-height:0;border-radius:18px;background-size:cover;background-position:center}.ekl-offer-close{top:10px;right:10px;width:38px;height:38px;font-size:30px;line-height:34px}.ekl-offer-form{left:6.5%;top:58%;width:35%}.ekl-offer-form input,.ekl-offer-form button{height:34px;font-size:10px;border-radius:6px}.ekl-offer-form input{padding:0 10px}.ekl-offer-form button{margin-top:7px;letter-spacing:.08em}}.ekl-offer-card:before{content:"";position:absolute;top:2.25%;right:2.15%;width:70px;height:70px;border-radius:999px;background:#faf7effa;z-index:5;pointer-events:none;box-shadow:0 6px 18px #0f2b1f14}.ekl-offer-close{z-index:6!important;background:#faf7effa!important}.pd-buy [data-cart-add],.product-card [data-cart-add]{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,opacity .18s ease}.pd-buy [data-cart-add]:active,.product-card [data-cart-add]:active{transform:translateY(1px) scale(.985)}.pd-buy [data-cart-add].is-adding,.product-card [data-cart-add].is-adding{opacity:.82;filter:brightness(.96);pointer-events:none}.pd-buy [data-cart-add].is-added,.product-card [data-cart-add].is-added{box-shadow:0 0 0 3px #c9a84c3d,0 12px 24px #082f201f}@media(max-width:740px){.ekl-offer-card:before{top:8px;right:8px;width:50px;height:50px}}@media(min-width:981px){body:has(#page-catalog.active){min-height:100vh!important;overflow-x:hidden!important;background:var(--green-dark)!important}body:has(#page-catalog.active) .site-footer.site-footer-simple{padding-top:18px!important;padding-bottom:8px!important;margin-bottom:0!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-simple-container{padding-top:0!important;padding-bottom:0!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-simple-top{padding-bottom:10px!important;gap:clamp(28px,5vw,74px)!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-copy .eyebrow{margin-bottom:5px!important;font-size:.64rem!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-copy h3{font-size:clamp(1.25rem,1.8vw,1.65rem)!important;margin-bottom:4px!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-copy p{font-size:.68rem!important;line-height:1.22!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-form{min-height:42px!important;height:42px!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-form input[type=email],body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-newsletter-form button{min-height:42px!important;height:42px!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-simple-bottom{padding-top:10px!important;font-size:.68rem!important;line-height:1.2!important}body:has(#page-catalog.active) .site-footer.site-footer-simple .footer-fda-note{margin-top:7px!important;font-size:.58rem!important;line-height:1.2!important}#page-catalog.active{min-height:auto!important;padding-bottom:0!important;margin-bottom:0!important}#page-catalog.active>.container{padding-top:18px!important;padding-bottom:42px!important}#page-catalog.active .catalog-bar{padding:0 0 10px!important;margin-bottom:0!important}#page-catalog.active .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(20px,2vw,28px)!important;padding:16px 0 18px!important;align-items:stretch!important}#page-catalog.active .product-card{min-height:420px!important;max-height:420px!important;height:420px!important;display:flex!important;flex-direction:column!important}#page-catalog.active .product-card .card-media{height:245px!important;min-height:245px!important}#page-catalog.active .product-card .card-body{flex:1!important;padding:12px 16px 14px!important;display:flex!important;flex-direction:column!important}#page-catalog.active .product-card .card-cat{font-size:.62rem!important;line-height:1.25!important;margin-bottom:6px!important;min-height:31px!important}#page-catalog.active .product-card h3{font-size:1.12rem!important;line-height:1.08!important;min-height:39px!important;margin-bottom:auto!important}#page-catalog.active .product-card .card-footer{margin-top:auto!important;min-height:42px!important;align-items:center!important}#page-catalog.active .product-card .card-add{padding:8px 13px!important;min-height:34px!important}}@media(min-width:981px)and (max-height:820px){#page-catalog.active>.container{padding-top:14px!important;padding-bottom:30px!important}#page-catalog.active .product-grid{padding-top:12px!important;padding-bottom:12px!important}#page-catalog.active .product-card{min-height:390px!important;max-height:390px!important;height:390px!important}#page-catalog.active .product-card .card-media{height:218px!important;min-height:218px!important}}.cart-drawer:not(.is-empty){width:min(430px,100vw)!important;background:#fff!important;color:#0a261c!important;display:flex!important;flex-direction:column!important;box-shadow:-18px 0 38px #0a261c2e!important}.cart-drawer:not(.is-empty) .cart-drawer-head{background:#fff!important;color:#0a261c!important;padding:18px 22px 14px!important;border-bottom:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.cart-drawer:not(.is-empty) .cart-drawer-head h2{color:#0a261c!important;font-family:var(--font-sans)!important;font-size:1.55rem!important;font-weight:700!important;letter-spacing:0!important;margin:0!important}.cart-drawer:not(.is-empty) .cart-close{width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:#0a261c!important;font-size:30px!important;line-height:1!important}.cart-drawer:not(.is-empty) .cart-drawer-body{flex:1 1 auto!important;padding:0 20px 20px!important;overflow-y:auto!important}.cart-drawer:not(.is-empty) .cart-line-shopify,.cart-drawer:not(.is-empty) .cart-line{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:0 0 22px!important}.cart-drawer:not(.is-empty) .cart-line img{width:54px!important;height:54px!important;object-fit:contain!important;border-radius:0!important;background:#f7f5f0!important}.cart-line-main{min-width:0!important}.cart-line-top{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important}.cart-drawer:not(.is-empty) .cart-line h3{font-family:var(--font-sans)!important;font-size:1rem!important;line-height:1.25!important;font-weight:500!important;margin:0 0 4px!important;color:#101010!important}.cart-drawer:not(.is-empty) .cart-line p,.cart-line-unit{display:block!important;font-size:.9rem!important;line-height:1.3!important;color:#111!important;margin:0!important}.cart-drawer:not(.is-empty) .cart-line-price{position:static!important;margin:0!important;font-family:var(--font-sans)!important;font-size:.98rem!important;font-weight:500!important;color:#101010!important;white-space:nowrap!important}.cart-drawer:not(.is-empty) .cart-line-controls{display:flex!important;align-items:center!important;gap:14px!important;margin-top:16px!important}.cart-qty-stepper{display:inline-grid!important;grid-template-columns:42px 42px 42px!important;height:38px!important;border:1px solid #dedbd4!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important}.cart-qty-stepper button,.cart-drawer:not(.is-empty) .cart-line-controls button:not(.cart-remove){width:42px!important;height:38px!important;border:0!important;background:#fff!important;color:#111!important;font-size:18px!important;line-height:1!important;cursor:pointer!important}.cart-qty-stepper span{display:grid!important;place-items:center!important;font-size:.95rem!important;color:#111!important}.cart-drawer:not(.is-empty) .cart-remove{width:32px!important;height:32px!important;border:0!important;background:transparent!important;color:#111!important;padding:5px!important;cursor:pointer!important}.cart-drawer:not(.is-empty) .cart-remove svg{width:18px!important;height:18px!important;fill:currentColor!important;pointer-events:none!important}.cart-drawer:not(.is-empty) .cart-drawer-foot{flex:0 0 auto!important;background:#fff!important;padding:0 20px 20px!important;border-top:1px solid #eee!important}.cart-discount-row{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;min-height:46px!important;padding:0!important;border:0!important;border-bottom:1px solid #eee!important;background:transparent!important;color:#111!important;font-size:.94rem!important;cursor:pointer!important}.cart-estimated-row{display:flex!important;justify-content:space-between!important;align-items:baseline!important;margin:20px 0 8px!important;color:#111!important;font-size:1rem!important}.cart-estimated-row strong,.cart-estimated-row [data-cart-drawer-total]{font-family:var(--font-sans)!important;color:#111!important;font-size:1rem!important;font-weight:500!important}.cart-installments,.cart-tax-note{color:#111!important;font-size:.85rem!important;line-height:1.45!important;margin:0 0 10px!important}.cart-installments strong{color:#5a31f4!important}.cart-installments strong span{background:#5a31f4!important;color:#fff!important;border-radius:3px!important;padding:0 2px!important;font-size:.72em!important}.cart-installments a{color:#111!important;text-decoration:underline!important}.cart-checkout-btn{width:100%!important;min-height:54px!important;border-radius:10px!important;background:#000!important;border:1px solid #000!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:var(--font-sans)!important;font-size:1rem!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important;margin:18px 0 10px!important}.cart-wallet-buttons{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.wallet-btn{min-height:52px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-family:var(--font-sans)!important;font-weight:700!important;font-size:1.25rem!important;letter-spacing:-.03em!important}.wallet-shop{background:#5a31f4!important;color:#fff!important}.wallet-paypal{background:#ffc439!important;color:#003087!important}.wallet-gpay{background:#000!important;color:#fff!important;font-size:1rem!important}.wallet-gpay span{color:#4285f4!important;margin-right:4px!important;font-weight:800!important}@media(max-width:480px){.cart-drawer:not(.is-empty){width:100vw!important}}.cart-backdrop,body.cart-open .cart-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important}.cart-drawer,body.cart-open .cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;z-index:2147483001!important;transform:translate(0)!important;isolation:isolate!important}body:not(.cart-open) .cart-drawer{transform:translate(100%)!important}body.cart-open .site-header,body.cart-open .utility-bar,body.cart-open .ekl-offer-teaser,body.cart-open .ekl-offer-popup,body.cart-open .ekl-modal-backdrop,body.cart-open .ekl-search-modal,body.cart-open .ekl-account-popover{z-index:10!important}body.cart-open .cart-drawer *,body.cart-open .cart-drawer-foot,body.cart-open .cart-drawer-body,body.cart-open .cart-drawer-head{position:relative;z-index:1}#page-catalog .product-card[hidden]{display:none!important}.ekl-offer-teaser{z-index:10020!important;width:98px!important;height:98px!important;padding:10px 8px 8px!important}.ekl-offer-leaf{display:block!important;color:#0f7a35!important;font-size:18px!important;line-height:1!important;margin-bottom:1px!important;text-shadow:0 1px 0 rgba(201,168,76,.45)!important}.ekl-offer-copy{display:block!important;color:#123b2a!important;font-size:13px!important;line-height:1.05!important}.ekl-offer-copy strong{display:block!important;color:#b9912e!important;font-size:18px!important;line-height:1!important;margin-top:1px!important}.ekl-offer-arrow{margin-top:1px!important}.ekl-offer-flower{display:none!important}.ekl-offer-card:not(.is-ready) .ekl-offer-form{opacity:0!important;visibility:hidden!important}.ekl-offer-card.is-ready .ekl-offer-form{opacity:1!important;visibility:visible!important;transition:opacity .18s ease!important}.ekl-offer-card:before{top:2.2%!important;right:2.1%!important;width:72px!important;height:72px!important;background:#faf7effc!important;z-index:5!important}.ekl-offer-close{top:3.1%!important;right:2.85%!important;z-index:6!important}@media(max-width:740px){.ekl-offer-teaser{width:84px!important;height:84px!important;font-size:12px!important}.ekl-offer-leaf{font-size:15px!important}.ekl-offer-copy{font-size:12px!important}.ekl-offer-copy strong{font-size:16px!important}}#page-catalog .product-card.is-filtered-out,#page-catalog .product-card[hidden]{display:none!important}@media(min-width:981px){body[data-active-page=catalog]{background:var(--green-dark)!important}body[data-active-page=catalog] #page-catalog.active{background:var(--pearl)!important;margin:0!important;padding:0!important}body[data-active-page=catalog] #page-catalog.active>.container{min-height:calc(100vh - 264px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding-top:clamp(18px,3vh,34px)!important;padding-bottom:clamp(18px,3vh,34px)!important}body[data-active-page=catalog] #page-catalog .catalog-bar{flex:0 0 auto!important;padding:0 0 14px!important;margin:0 0 clamp(18px,3vh,30px)!important}body[data-active-page=catalog] #page-catalog .product-grid{flex:0 0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(22px,2.2vw,34px)!important;padding:0!important;align-items:stretch!important}body[data-active-page=catalog] #page-catalog .product-card{display:flex!important;flex-direction:column!important;height:clamp(400px,46vh,430px)!important;min-height:400px!important;max-height:430px!important;border-radius:6px!important}body[data-active-page=catalog] #page-catalog .product-card.is-filtered-out,body[data-active-page=catalog] #page-catalog .product-card[hidden]{display:none!important}body[data-active-page=catalog] #page-catalog .product-card .card-media{height:clamp(220px,25vh,245px)!important;min-height:clamp(220px,25vh,245px)!important}body[data-active-page=catalog] #page-catalog .product-card .card-media img{width:100%!important;height:100%!important;object-fit:contain!important;padding:10px!important}body[data-active-page=catalog] #page-catalog .product-card .card-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;padding:14px 16px 15px!important}body[data-active-page=catalog] #page-catalog .product-card .card-cat{min-height:30px!important;font-size:.62rem!important;line-height:1.22!important;margin-bottom:6px!important}body[data-active-page=catalog] #page-catalog .product-card h3{min-height:42px!important;font-size:1.15rem!important;line-height:1.05!important;margin-bottom:auto!important}body[data-active-page=catalog] #page-catalog .product-card .card-footer{margin-top:auto!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}body[data-active-page=catalog] .site-footer.site-footer-simple{padding:24px 0 14px!important;margin:0!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-container{padding-top:0!important;padding-bottom:0!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-top{grid-template-columns:minmax(320px,.9fr) minmax(360px,.9fr)!important;align-items:center!important;gap:clamp(28px,5vw,72px)!important;padding-bottom:16px!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-copy h3{font-size:clamp(1.2rem,1.7vw,1.6rem)!important;margin-bottom:6px!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-copy p{font-size:.7rem!important;line-height:1.45!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form input[type=email],body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form button{min-height:42px!important;height:42px!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-bottom{padding-top:11px!important;font-size:.68rem!important}body[data-active-page=catalog] .site-footer.site-footer-simple .footer-fda-note{margin-top:9px!important;font-size:.56rem!important}}#page-catalog .card-add,[data-cart-add]{position:relative!important;overflow:hidden!important;transform:translateZ(0)}#page-catalog .card-add:after,[data-cart-add]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#c9a84c2e;transform:translate(-105%);transition:transform .42s cubic-bezier(.22,1,.36,1);pointer-events:none}#page-catalog .card-add.is-adding,[data-cart-add].is-adding{background:var(--green-dark)!important;color:var(--pearl)!important;box-shadow:0 10px 26px -18px #102b20b3!important}#page-catalog .card-add.is-adding:after,[data-cart-add].is-adding:after{transform:translate(0)}#page-catalog .card-add.is-added,[data-cart-add].is-added{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--green-dark)!important;transform:translateY(-1px) scale(1.025)!important}@media(max-width:980px){body[data-active-page=catalog] #page-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){body[data-active-page=catalog] #page-catalog .product-grid{grid-template-columns:1fr!important}}.cart-remove,.cart-drawer:not(.is-empty) .cart-remove{display:inline-grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:999px!important;color:#0a261c!important;background:transparent!important;transition:background-color .18s ease,color .18s ease,transform .18s ease!important;touch-action:manipulation!important}.cart-remove:hover,.cart-remove:focus-visible,.cart-drawer:not(.is-empty) .cart-remove:hover,.cart-drawer:not(.is-empty) .cart-remove:focus-visible{background:#0a261c14!important;color:#0a261c!important;transform:translateY(-1px)!important;outline:none!important}.cart-remove svg,.cart-drawer:not(.is-empty) .cart-remove svg{width:19px!important;height:19px!important;fill:currentColor!important;pointer-events:none!important}body[data-active-page=home] #page-home .ekl-hero-slideshow,#page-home.active .ekl-hero-slideshow{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;border-left:0!important;border-right:0!important}body[data-active-page=home] #page-home .ekl-slide,body[data-active-page=home] #page-home .ekl-slide picture,body[data-active-page=home] #page-home .ekl-slide-bg,#page-home.active .ekl-slide,#page-home.active .ekl-slide picture,#page-home.active .ekl-slide-bg{width:100vw!important;max-width:100vw!important;left:0!important;right:0!important}body[data-active-page=home] #page-home .ekl-slide-bg,#page-home.active .ekl-slide-bg{object-fit:cover!important}body[data-active-page=home] #page-home .marquee-banner,#page-home.active .marquee-banner{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:18px 0!important;border-left:0!important;border-right:0!important}body[data-active-page=home] #page-home .marquee-item,#page-home.active .marquee-item{font-size:1.24rem!important;padding-left:34px!important;padding-right:34px!important}body[data-active-page=home] #page-home .marquee-icon,#page-home.active .marquee-icon{font-size:1.08rem!important}#page-cart.active{background:#fffaf0!important}#page-cart .ekl-cart-page{min-height:calc(100vh - 126px)!important;padding:clamp(30px,4vw,58px) 0 clamp(42px,5vw,72px)!important;background:linear-gradient(90deg,#fffaf0,#fffdf8 58%,#f6f2ea 58% 100%)!important}#page-cart .ekl-cart-container{width:min(1240px,calc(100% - 40px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:clamp(34px,5vw,72px)!important;align-items:start!important}#page-cart .ekl-cart-title-row{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;margin:0 0 28px!important}#page-cart .ekl-cart-title-row .eyebrow{color:#c9a84c!important;margin-bottom:8px!important}#page-cart .ekl-cart-title-row h1{margin:0!important;color:#0b3324!important;font-size:clamp(2rem,4vw,3.5rem)!important;line-height:.95!important}#page-cart .ekl-cart-continue{border:1px solid rgba(10,38,28,.35)!important;background:transparent!important;color:#0b3324!important;padding:12px 16px!important;border-radius:999px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important}#page-cart .ekl-cart-page-list{display:flex!important;flex-direction:column!important;gap:0!important;min-height:250px!important}#page-cart .cart-line{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:24px!important;align-items:center!important;padding:24px 0!important;border:0!important;border-bottom:1px solid rgba(10,38,28,.12)!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}#page-cart .cart-line img{width:112px!important;height:112px!important;object-fit:contain!important;background:#f8f5ee!important;border-radius:2px!important}#page-cart .cart-line-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important;align-items:start!important}#page-cart .cart-line h3{font-family:var(--font-sans)!important;font-size:1.05rem!important;line-height:1.3!important;color:#10291f!important;margin:0 0 5px!important;font-weight:600!important}#page-cart .cart-line p,#page-cart .cart-line-unit{font-size:.95rem!important;color:#0a261cb8!important;margin:0!important}#page-cart .cart-line-price{font-family:var(--font-sans)!important;color:#10291f!important;font-size:1rem!important;font-weight:600!important;white-space:nowrap!important}#page-cart .cart-line-controls{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;margin-top:20px!important}#page-cart .cart-qty-stepper{display:inline-grid!important;grid-template-columns:46px 46px 46px!important;height:42px!important;border:1px solid rgba(10,38,28,.16)!important;border-radius:6px!important;background:#fff!important;overflow:hidden!important}#page-cart .cart-qty-stepper button{width:46px!important;height:42px!important;background:#fff!important;border:0!important;color:#0b3324!important;font-size:18px!important;cursor:pointer!important}#page-cart .cart-qty-stepper span{display:grid!important;place-items:center!important;color:#0b3324!important;font-weight:600!important}#page-cart .cart-remove{width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:#0b3324!important;cursor:pointer!important;padding:6px!important}#page-cart .cart-remove svg{width:18px!important;height:18px!important;fill:currentColor!important}#page-cart .ekl-cart-summary{position:sticky!important;top:112px!important;background:#f6f2ea!important;border:1px solid rgba(10,38,28,.08)!important;border-radius:0!important;padding:32px 30px!important;box-shadow:0 18px 40px #0a261c14!important}#page-cart .ekl-cart-summary .cart-discount-row{min-height:48px!important;border-bottom:1px solid rgba(10,38,28,.14)!important}#page-cart .ekl-cart-summary .cart-estimated-row{margin:22px 0 12px!important}#page-cart .ekl-cart-summary .cart-checkout-btn{border-radius:10px!important;min-height:56px!important;margin:24px 0 12px!important}#page-cart .ekl-cart-wallet-vertical .wallet-btn{min-height:56px!important;border-radius:10px!important}#page-cart .ekl-cart-recommendations{margin-top:clamp(44px,7vw,80px)!important}#page-cart .ekl-cart-recommendations h2{font-family:var(--font-sans)!important;color:#10291f!important;font-size:clamp(1.3rem,2vw,1.75rem)!important;margin:0 0 20px!important}#page-cart .ekl-cart-recs-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}#page-cart .ekl-cart-rec{border:1px solid rgba(10,38,28,.08)!important;background:#fff!important;padding:0 0 14px!important;text-align:left!important;cursor:pointer!important;border-radius:6px!important;overflow:hidden!important}#page-cart .ekl-cart-rec img{width:100%!important;height:210px!important;object-fit:contain!important;background:#faf8f2!important;display:block!important}#page-cart .ekl-cart-rec span{display:block!important;padding:14px 14px 0!important;color:#0b3324!important;font-weight:700!important}#page-cart .cart-empty-premium{width:100%!important;min-height:260px!important;display:grid!important;place-items:center!important;text-align:center!important;background:#fffdf8!important;border:1px solid rgba(10,38,28,.09)!important;border-radius:10px!important;padding:36px!important}@media(max-width:920px){#page-cart .ekl-cart-page{background:#fffaf0!important}#page-cart .ekl-cart-container{grid-template-columns:1fr!important}#page-cart .ekl-cart-summary{position:static!important}}@media(max-width:640px){#page-cart .cart-line{grid-template-columns:82px minmax(0,1fr)!important;gap:14px!important}#page-cart .cart-line img{width:82px!important;height:82px!important}#page-cart .cart-line-top{grid-template-columns:1fr!important}#page-cart .cart-line-controls{justify-content:flex-start!important}#page-cart .ekl-cart-recs-grid{grid-template-columns:1fr!important}}:root{--ekl-utility-height: 28px;--ekl-header-height: 66px;--ekl-fixed-header-total: calc(var(--ekl-utility-height) + var(--ekl-header-height))}html,body{scroll-padding-top:var(--ekl-fixed-header-total)!important}body{padding-top:var(--ekl-fixed-header-total)!important}.utility-bar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;min-height:var(--ekl-utility-height)!important;z-index:9000!important}header.site-header,.site-header{position:fixed!important;top:var(--ekl-utility-height)!important;left:0!important;right:0!important;width:100%!important;min-height:var(--ekl-header-height)!important;z-index:8999!important;background:var(--white)!important}.ekl-modal-backdrop,.ekl-search-modal,.ekl-account-popover{z-index:9100!important}.ekl-offer-teaser{z-index:8900!important}.ekl-offer-popup{z-index:10000!important}.cart-backdrop,.cart-drawer,[data-cart-drawer]{z-index:11000!important}@media(max-width:760px){:root{--ekl-utility-height: 25px;--ekl-header-height: 58px}}.ekl-offer-card{background-image:url(eklaviv_10off_popup.png)!important}.ekl-offer-card:not(.is-ready) .ekl-offer-form{opacity:0!important;pointer-events:none!important}.ekl-offer-card.is-ready .ekl-offer-form{opacity:1!important;pointer-events:auto!important;transition:opacity .18s ease}.ekl-offer-card:not(.is-ready) .ekl-offer-close{opacity:0!important;pointer-events:none!important}.ekl-offer-card.is-ready .ekl-offer-close{opacity:1!important}.ekl-offer-form{left:6.35%!important;top:58.35%!important;width:33.65%!important}.ekl-offer-form input{background:#fffffff5!important}@media(max-width:740px){.ekl-offer-form{left:6.2%!important;top:58.6%!important;width:36.2%!important}}.site-footer.site-footer-simple{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 18% 8%,rgba(247,229,170,.18) 0%,rgba(247,229,170,.08) 24%,transparent 48%),radial-gradient(circle at 92% 0%,rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 28%,transparent 52%),linear-gradient(180deg,#113a2a 0%,var(--green-dark) 100%)}.site-footer.site-footer-simple:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background:linear-gradient(110deg,transparent 0%,rgba(247,229,170,.08) 42%,rgba(255,255,255,.06) 50%,transparent 62%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 38%);opacity:.9}.site-footer.site-footer-simple:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(230,204,122,.55),transparent);pointer-events:none}.site-footer.site-footer-simple .footer-simple-container{position:relative;z-index:1}.utility-bar{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important}.ekl-offer-teaser,.ekl-offer-popup{display:none!important;visibility:hidden!important;pointer-events:none!important}body.ekl-offer-open{overflow:auto!important}header.site-header{position:sticky!important;top:0!important;z-index:1200!important}body,.eklaviv-shell{padding-top:0!important}.page-section,#page-home,#page-catalog,#page-contact,#page-cart,#page-account,#page-search,.product-page{scroll-margin-top:var(--eklaviv-header-h, 72px)}.hero,.products-hero,#page-catalog.active,#page-contact.active,.product-page.active,#page-cart.active,#page-account.active,#page-search.active{padding-top:clamp(18px,2.2vw,34px)}@media(max-width:768px){header.site-header{top:0!important}.hero,.products-hero,#page-catalog.active,#page-contact.active,.product-page.active,#page-cart.active,#page-account.active,#page-search.active{padding-top:clamp(14px,4vw,24px)}}#page-cart.active{background:#fff!important}#page-cart .ekl-cart-page{min-height:calc(100vh - var(--eklaviv-header-h, 72px))!important;padding:clamp(28px,3.8vw,54px) 0 clamp(48px,5vw,76px)!important;background:linear-gradient(90deg,#fff 0% 68%,#f7f5ef 68% 100%)!important}#page-cart .ekl-cart-container{width:min(1280px,calc(100% - 44px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;gap:clamp(34px,5vw,70px)!important;align-items:start!important}#page-cart .ekl-cart-title-row{margin:0 0 22px!important;align-items:center!important}#page-cart .ekl-cart-title-row h1{font-family:var(--font-sans)!important;font-size:clamp(1.7rem,2.4vw,2.15rem)!important;line-height:1.1!important;letter-spacing:-.03em!important;color:#141414!important;display:inline-flex!important;align-items:center!important;gap:10px!important}#page-cart .ekl-cart-count-bubble{min-width:28px!important;height:28px!important;border-radius:999px!important;background:#ecece8!important;color:#474747!important;display:inline-grid!important;place-items:center!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:0!important}#page-cart .ekl-cart-continue{border:0!important;background:transparent!important;border-radius:0!important;padding:0!important;text-decoration:underline!important;text-underline-offset:4px!important;text-transform:none!important;letter-spacing:0!important;font-size:.95rem!important;font-weight:600!important;color:#0b3324!important}#page-cart .ekl-cart-page-list{min-height:360px!important;border-top:0!important}#page-cart .cart-line{grid-template-columns:118px minmax(0,1fr)!important;padding:26px 0!important;border-bottom:1px solid rgba(20,20,20,.1)!important}#page-cart .cart-line img{width:118px!important;height:118px!important;background:#f7f7f5!important;border-radius:0!important}#page-cart .cart-line-top{grid-template-columns:minmax(0,1fr) minmax(80px,auto)!important}#page-cart .cart-line h3{font-family:var(--font-sans)!important;font-size:1.08rem!important;font-weight:500!important;color:#111!important}#page-cart .cart-line p,#page-cart .cart-line-unit{font-size:.98rem!important;color:#313131!important}#page-cart .cart-line-price{color:#111!important;font-size:1rem!important;font-weight:500!important}#page-cart .cart-line-controls{justify-content:center!important;margin-top:18px!important}#page-cart .cart-qty-stepper{height:44px!important;grid-template-columns:46px 46px 46px!important;border:1px solid #d9d9d4!important;border-radius:4px!important;background:#fff!important}#page-cart .cart-qty-stepper button{color:#111!important;font-size:20px!important}#page-cart .cart-remove{color:#151515!important;width:36px!important;height:36px!important}#page-cart .ekl-cart-summary{position:sticky!important;top:calc(var(--eklaviv-header-h, 72px) + 24px)!important;background:#f7f7f4!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:34px 30px 32px!important}#page-cart .ekl-cart-summary .cart-discount-row{height:58px!important;border-top:1px solid rgba(20,20,20,.12)!important;border-bottom:1px solid rgba(20,20,20,.12)!important;color:#111!important}#page-cart .ekl-cart-summary .cart-estimated-row{margin:24px 0 14px!important;color:#111!important}#page-cart .ekl-cart-summary .cart-estimated-row span,#page-cart .ekl-cart-summary .cart-estimated-row strong{font-size:1rem!important}#page-cart .cart-installments,#page-cart .cart-tax-note{font-size:.88rem!important;color:#222!important}#page-cart .cart-checkout-btn{width:100%!important;background:#000!important;color:#fff!important;border-radius:10px!important;min-height:56px!important;display:grid!important;place-items:center!important;font-family:var(--font-sans)!important;font-size:1rem!important;font-weight:700!important;margin:24px 0 12px!important}#page-cart .ekl-cart-wallet-vertical .wallet-btn{width:100%!important;min-height:56px!important;border-radius:10px!important;font-size:1.15rem!important}#page-cart .ekl-cart-recommendations{margin-top:clamp(48px,7vw,86px)!important}#page-cart .ekl-cart-recommendations h2{color:#171717!important}#page-cart .ekl-cart-rec{background:#f7f7f4!important;border:0!important;box-shadow:none!important}#page-cart .ekl-cart-rec img{height:230px!important;background:#f7f7f4!important}@media(max-width:920px){#page-cart .ekl-cart-page{background:#fff!important}#page-cart .ekl-cart-container{grid-template-columns:1fr!important}#page-cart .ekl-cart-summary{position:static!important}}.ekl-offer-teaser,.ekl-offer-popup,[data-offer-teaser],[data-offer-popup]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media(min-width:981px){#page-home.active .ekl-hero-slideshow{height:calc(100svh - var(--eklaviv-header-h, 72px) - 64px)!important;min-height:0!important;max-height:none!important}#page-home.active .marquee-banner{min-height:64px!important;padding-top:18px!important;padding-bottom:18px!important;display:flex!important;align-items:center!important;border-bottom:1px solid var(--line)!important}#page-home.active .marquee-track{align-items:center!important}}@media(max-width:640px){#page-home.active .ekl-slide:nth-child(2) picture{height:clamp(250px,66.5vw,320px)!important;background:#f7f5f0!important}#page-home.active .ekl-slide:nth-child(2) .ekl-slide-bg{object-fit:contain!important;object-position:center center!important;background:#f7f5f0!important}#page-home.active .ekl-slide:nth-child(2) .ekl-slide-content{padding-top:22px!important}#page-home.active .ekl-dots{top:calc(clamp(250px,66.5vw,320px) - 30px)!important}}.cart-backdrop,.cart-drawer{display:none!important}body.cart-open{overflow:auto!important}#page-cart.active{display:block!important;background:#fff!important}#page-cart .ekl-cart-page{min-height:calc(100svh - var(--eklaviv-header-h, 72px))!important;padding:clamp(32px,4vw,56px) 0 clamp(58px,6vw,90px)!important;background:linear-gradient(90deg,#fff 0% 69%,#f7f5ef 69% 100%)!important}#page-cart .ekl-cart-container{width:min(1320px,calc(100% - 48px))!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,410px)!important;gap:clamp(42px,5.5vw,86px)!important;align-items:start!important}#page-cart .ekl-cart-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important}#page-cart .ekl-cart-title-row h1{font-family:Inter,sans-serif!important;font-size:clamp(1.65rem,2.4vw,2.15rem)!important;line-height:1.1!important;letter-spacing:-.03em!important;color:#151515!important;display:inline-flex!important;align-items:center!important;gap:10px!important}#page-cart .ekl-cart-page-list{min-height:330px!important;margin-top:0!important}#page-cart .cart-line{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;gap:22px!important;align-items:start!important;padding:24px 0!important;border:0!important;border-bottom:1px solid rgba(16,43,32,.12)!important;background:transparent!important}#page-cart .cart-line img{width:116px!important;height:116px!important;object-fit:contain!important;background:#f7f7f4!important;border:0!important}#page-cart .cart-line-main{min-width:0!important}#page-cart .cart-line-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:20px!important;align-items:start!important}#page-cart .cart-line h3{font-family:Inter,sans-serif!important;font-size:1.04rem!important;font-weight:500!important;letter-spacing:0!important;color:#111!important;margin:0 0 4px!important}#page-cart .cart-line-unit,#page-cart .cart-line p{display:block!important;font-size:.94rem!important;color:#333!important}#page-cart .cart-line-price{font-size:.98rem!important;font-weight:500!important;color:#111!important;white-space:nowrap!important}#page-cart .cart-line-controls{display:flex!important;align-items:center!important;gap:14px!important;margin-top:18px!important}#page-cart .cart-qty-stepper{display:grid!important;grid-template-columns:44px 44px 44px!important;height:42px!important;border:1px solid #d8d8d2!important;border-radius:4px!important;background:#fff!important;overflow:hidden!important}#page-cart .cart-qty-stepper button{width:auto!important;height:auto!important;border:0!important;background:#fff!important;color:#111!important;font-size:19px!important;font-weight:500!important}#page-cart .cart-qty-stepper span{min-width:0!important;display:grid!important;place-items:center!important;font-size:.98rem!important;font-weight:500!important;color:#111!important}#page-cart .cart-remove{width:36px!important;height:36px!important;border:0!important;background:transparent!important;color:#111!important;padding:0!important}#page-cart .cart-remove svg{width:18px!important;height:18px!important}#page-cart .ekl-cart-summary{position:sticky!important;top:calc(var(--eklaviv-header-h, 72px) + 24px)!important;background:#f7f7f4!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:36px 30px 34px!important}#page-cart .ekl-cart-summary .cart-discount-row{height:58px!important;width:100%!important;border:0!important;border-top:1px solid rgba(16,43,32,.14)!important;border-bottom:1px solid rgba(16,43,32,.14)!important;background:transparent!important;color:#111!important;font-size:.95rem!important}#page-cart .cart-estimated-row{margin:24px 0 14px!important;color:#111!important;font-size:1rem!important}#page-cart .cart-installments,#page-cart .cart-tax-note{color:#222!important;font-size:.87rem!important;line-height:1.5!important}#page-cart .cart-checkout-btn{width:100%!important;min-height:56px!important;margin:24px 0 12px!important;border-radius:10px!important;background:#000!important;color:#fff!important;display:grid!important;place-items:center!important;font-family:Inter,sans-serif!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}#page-cart .ekl-cart-wallet-vertical{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}#page-cart .ekl-cart-wallet-vertical .wallet-btn{width:100%!important;min-height:56px!important;border-radius:10px!important}@media(max-width:920px){#page-cart .ekl-cart-page{background:#fff!important}#page-cart .ekl-cart-container{grid-template-columns:1fr!important;width:min(100% - 28px,720px)!important;gap:24px!important}#page-cart .ekl-cart-summary{position:static!important}#page-cart .cart-line{grid-template-columns:86px minmax(0,1fr)!important;gap:16px!important}#page-cart .cart-line img{width:86px!important;height:86px!important}#page-cart .cart-line-top{grid-template-columns:1fr!important;gap:4px!important}#page-cart .cart-line-price{justify-self:start!important}}body.cart-open{overflow:hidden!important}body.cart-open .cart-backdrop{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99980!important;background:#071a126b!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.cart-backdrop{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;z-index:99990!important;transform:translate(104%)!important;transition:transform .28s ease!important;visibility:hidden!important;pointer-events:none!important;display:flex!important;flex-direction:column!important}body.cart-open .cart-drawer,.cart-drawer[aria-hidden=false]{transform:translate(0)!important;visibility:visible!important;pointer-events:auto!important}.cart-drawer-body{flex:1 1 auto!important;overflow-y:auto!important}.cart-drawer-foot{flex:0 0 auto!important}.cart-drawer.is-empty{background:var(--cream, #f7f3ea)!important}.cart-drawer.is-empty .cart-drawer-head{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-height:58px!important;background:var(--cream, #f7f3ea)!important}.cart-drawer.is-empty .cart-drawer-body{display:flex!important;align-items:center!important;justify-content:center!important;min-height:0!important;padding:30px 22px!important}.cart-empty-premium{display:block!important;text-align:center!important;color:var(--green-dark, #092b1f)!important}.cart-empty-premium .eyebrow{color:var(--gold, #c9a84c)!important;font-weight:800!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-size:.72rem!important;margin-bottom:10px!important}.cart-empty-premium h3{font-family:var(--font-heading, Georgia, serif)!important;color:var(--green-dark, #092b1f)!important;font-size:clamp(1.6rem,5vw,2.15rem)!important;margin:0 0 10px!important}.cart-empty-premium p:not(.eyebrow){max-width:280px!important;margin:0 auto 22px!important;line-height:1.55!important}.cart-empty-premium .btn{min-width:210px!important;background:var(--green, #123b2a)!important;color:#fff!important}.nav-icon-btn.cart-badge{border-radius:999px!important;position:relative!important}.nav-icon-btn.cart-badge svg{stroke:var(--green-dark, #092b1f)!important;stroke-width:1.8!important}.nav-icon-btn.cart-badge:hover{color:var(--green-dark, #092b1f)!important;background:#c9a84c1f!important;box-shadow:0 0 0 1px #c9a84c59 inset!important}.cart-badge:after{top:-4px!important;right:-5px!important;width:17px!important;height:17px!important;background:linear-gradient(135deg,#d6b333,#b88b20)!important;color:var(--green-dark, #092b1f)!important;border:1.5px solid #fff!important;box-shadow:0 3px 9px #092b1f38!important}.cart-badge:before{content:"";position:absolute;width:8px;height:8px;left:5px;top:4px;border-radius:8px 0;border:1.4px solid var(--gold, #c9a84c);transform:rotate(-28deg);opacity:.85;pointer-events:none}.site-footer.site-footer-simple{display:block!important;width:100%!important;margin:0!important;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.12),transparent 32%),var(--green-dark, #092b1f)!important;color:#ffffffe0!important}.site-footer.site-footer-simple .footer-simple-container{max-width:1180px!important;margin:0 auto!important}body[data-active-page] .site-footer.site-footer-simple{margin-top:0!important}:root{--ekl-final-header-h: var(--eklaviv-header-h, 74px);--ekl-final-footer-h: var(--eklaviv-footer-h, 178px)}html,body{background:var(--green-dark, #092b1f)!important;margin:0!important;padding:0!important}.page{margin:0!important;background:var(--pearl, #f7f3ea)!important}.page.active{display:block!important;min-height:calc(var(--eklaviv-vh, 100vh) - var(--ekl-final-header-h) - var(--ekl-final-footer-h))!important;box-sizing:border-box!important}#page-catalog.active,#page-contact.active,#page-cart.active,#page-search.active,#page-account.active,#page-checkout.active{display:flex!important;flex-direction:column!important;justify-content:center!important;padding-top:clamp(18px,3vh,34px)!important;padding-bottom:clamp(18px,3vh,34px)!important}#page-catalog.active>.container,#page-contact.active>.container,#page-cart.active>.container,#page-search.active>.container,#page-account.active>.container,#page-checkout.active>.container{width:min(100% - 32px,1180px)!important;margin-left:auto!important;margin-right:auto!important}body[data-active-page=catalog] #page-catalog.active>.container{min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:clamp(18px,3vh,28px)!important;padding-top:0!important;padding-bottom:0!important}body[data-active-page=catalog] #page-catalog .catalog-bar{margin:0!important;padding:0 0 14px!important}body[data-active-page=catalog] #page-catalog .product-grid{margin:0!important}body[data-active-page=contact] #page-contact.active,body[data-active-page=cart] #page-cart.active{align-items:stretch!important}body[data-active-page=contact] #page-contact .contact-grid,body[data-active-page=cart] #page-cart .ekl-cart-container{margin-top:0!important;margin-bottom:0!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple,body[data-active-page=catalog] .site-footer.site-footer-simple,body[data-active-page=contact] .site-footer.site-footer-simple,body[data-active-page=cart] .site-footer.site-footer-simple,body[data-active-page=search] .site-footer.site-footer-simple,body[data-active-page=account] .site-footer.site-footer-simple,body[data-active-page=checkout] .site-footer.site-footer-simple{display:block!important;width:100%!important;margin:0!important;padding:34px 0 18px!important;border:0!important;border-bottom:0!important;background:radial-gradient(circle at 14% 14%,rgba(255,255,255,.13),transparent 34%),linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important;color:#ffffffe6!important;overflow:hidden!important;box-sizing:border-box!important}.site-footer.site-footer-simple .footer-simple-container,body[data-active-page] .site-footer.site-footer-simple .footer-simple-container,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-container,body[data-active-page=contact] .site-footer.site-footer-simple .footer-simple-container,body[data-active-page=cart] .site-footer.site-footer-simple .footer-simple-container{width:min(100% - 32px,1180px)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important}.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-top,body[data-active-page=contact] .site-footer.site-footer-simple .footer-simple-top,body[data-active-page=cart] .site-footer.site-footer-simple .footer-simple-top{display:grid!important;grid-template-columns:minmax(300px,.95fr) minmax(360px,1fr)!important;align-items:center!important;gap:clamp(38px,7vw,96px)!important;padding:0 0 22px!important;border-bottom:1px solid rgba(255,255,255,.13)!important}.site-footer.site-footer-simple .footer-newsletter-copy .eyebrow,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy .eyebrow{margin:0 0 8px!important;font-size:.7rem!important;letter-spacing:.2em!important;line-height:1.2!important;color:var(--gold, #c9a84c)!important}.site-footer.site-footer-simple .footer-newsletter-copy h3,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy h3,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-copy h3{margin:0 0 8px!important;font-family:var(--font-heading, Georgia, serif)!important;font-size:clamp(1.55rem,2.2vw,2rem)!important;line-height:1.05!important;color:#fff!important}.site-footer.site-footer-simple .footer-newsletter-copy p,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy p,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-copy p{margin:0!important;max-width:520px!important;font-size:.83rem!important;line-height:1.45!important;color:#ffffffc2!important}.site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form{width:100%!important;min-height:50px!important;height:50px!important;border-radius:999px!important;border:1px solid rgba(201,168,76,.65)!important;background:#ffffff0a!important}.site-footer.site-footer-simple .footer-newsletter-form input[type=email],.site-footer.site-footer-simple .footer-newsletter-form button,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form input[type=email],body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form button,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form input[type=email],body[data-active-page=catalog] .site-footer.site-footer-simple .footer-newsletter-form button{min-height:50px!important;height:50px!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;padding:16px 0 0!important;margin:0!important;font-size:.78rem!important;line-height:1.4!important;color:#ffffffb8!important}.site-footer.site-footer-simple .footer-fda-note,body[data-active-page] .site-footer.site-footer-simple .footer-fda-note,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-fda-note{margin:13px 0 0!important;font-size:.66rem!important;line-height:1.45!important;color:#ffffff80!important}@media(max-width:980px){.page.active{min-height:auto!important}#page-catalog.active,#page-contact.active,#page-cart.active,#page-search.active,#page-account.active,#page-checkout.active{display:block!important;padding-top:24px!important;padding-bottom:28px!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple,body[data-active-page=catalog] .site-footer.site-footer-simple{padding:30px 0 18px!important}.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr!important;gap:20px!important;text-align:left!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page=catalog] .site-footer.site-footer-simple .footer-simple-bottom{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}}@media(min-width:981px){body[data-active-page=catalog] #page-catalog.active{padding-top:24px!important;padding-bottom:0!important}body[data-active-page=catalog] #page-catalog.active>.container{gap:14px!important;justify-content:flex-start!important}body[data-active-page=catalog] #page-catalog.active .catalog-bar{padding-bottom:10px!important}body[data-active-page=catalog] #page-catalog.active .product-grid{padding:14px 0 0!important;gap:34px!important;align-items:stretch!important}body[data-active-page=catalog] #page-catalog.active .product-card{min-height:485px!important;height:485px!important;max-height:none!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-media{height:292px!important;min-height:292px!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-media img{max-height:250px!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-body{min-height:193px!important;padding:15px 18px 16px!important}}@media(min-width:981px){body[data-active-page=catalog] #page-catalog.active{min-height:calc(100svh - 252px)!important;padding-bottom:0!important}body[data-active-page=catalog] #page-catalog.active>.container{min-height:calc(100svh - 252px)!important;display:flex!important;flex-direction:column!important}body[data-active-page=catalog] #page-catalog.active .product-grid{flex:1 1 auto!important;align-content:start!important;padding-bottom:clamp(72px,10vh,128px)!important}}html,body{background:var(--pearl)!important}.site-footer.site-footer-simple{background:linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important}:root{--ekl-footer-lock-h: 178px;--ekl-header-lock-h: 64px}html,body{background:var(--pearl, #f7f3ea)!important}.page.active{min-height:calc(100svh - var(--ekl-header-lock-h) - var(--ekl-footer-lock-h))!important;box-sizing:border-box!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple,body[data-active-page=home] .site-footer.site-footer-simple,body[data-active-page=catalog] .site-footer.site-footer-simple,body[data-active-page=contact] .site-footer.site-footer-simple,body[data-active-page=cart] .site-footer.site-footer-simple,body[data-active-page=search] .site-footer.site-footer-simple,body[data-active-page=account] .site-footer.site-footer-simple,body[data-active-page=checkout] .site-footer.site-footer-simple{height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:24px 0 14px!important;overflow:visible!important;background:linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important;box-sizing:border-box!important}.site-footer.site-footer-simple .footer-simple-container,body[data-active-page] .site-footer.site-footer-simple .footer-simple-container{width:min(100% - 32px,1180px)!important;max-width:1180px!important;margin:0 auto!important;padding:0!important;min-height:0!important;height:auto!important}.site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form{height:42px!important;min-height:42px!important;max-width:500px!important}body[data-active-page=catalog] #page-catalog.active,body[data-active-page=contact] #page-contact.active,body[data-active-page=cart] #page-cart.active,body[data-active-page=search] #page-search.active,body[data-active-page=account] #page-account.active,body[data-active-page=checkout] #page-checkout.active{min-height:calc(100svh - var(--ekl-header-lock-h) - var(--ekl-footer-lock-h))!important;padding-bottom:clamp(20px,3vh,36px)!important}body[data-active-page=catalog] #page-catalog.active>.container{min-height:auto!important;justify-content:flex-start!important}body[data-active-page=catalog] #page-catalog.active .product-grid{flex:0 0 auto!important;padding-bottom:0!important}@media(max-width:980px){:root{--ekl-footer-lock-h: 246px;--ekl-header-lock-h: 58px}.page.active,body[data-active-page=catalog] #page-catalog.active,body[data-active-page=contact] #page-contact.active,body[data-active-page=cart] #page-cart.active,body[data-active-page=search] #page-search.active,body[data-active-page=account] #page-account.active,body[data-active-page=checkout] #page-checkout.active{min-height:auto!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple{padding:24px 0 16px!important}.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr!important;gap:14px!important;text-align:center!important}.site-footer.site-footer-simple .footer-simple-actions,.site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page] .site-footer.site-footer-simple .footer-simple-actions,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form{justify-self:stretch!important;max-width:100%!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:8px!important}}html,body,.eklaviv-shell{background:var(--pearl, #f7f3ea)!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple,body[data-active-page=home] .site-footer.site-footer-simple,body[data-active-page=catalog] .site-footer.site-footer-simple,body[data-active-page=contact] .site-footer.site-footer-simple,body[data-active-page=cart] .site-footer.site-footer-simple,body[data-active-page=search] .site-footer.site-footer-simple,body[data-active-page=account] .site-footer.site-footer-simple,body[data-active-page=checkout] .site-footer.site-footer-simple{height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:24px 0 14px!important;overflow:visible!important;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.12),transparent 32%),var(--green-dark, #092b1f)!important}.site-footer.site-footer-simple .footer-simple-container,body[data-active-page] .site-footer.site-footer-simple .footer-simple-container{width:min(100% - 32px,1180px)!important;max-width:1180px!important;min-height:0!important;height:auto!important;margin:0 auto!important;padding:0!important}.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{display:grid!important;grid-template-columns:minmax(300px,.95fr) minmax(360px,1fr)!important;align-items:center!important;gap:clamp(34px,6vw,84px)!important;padding:0 0 14px!important;border-bottom:1px solid rgba(255,255,255,.13)!important}.site-footer.site-footer-simple .footer-newsletter-copy .eyebrow,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy .eyebrow{margin:0 0 6px!important;font-size:.62rem!important;line-height:1.15!important}.site-footer.site-footer-simple .footer-newsletter-copy h3,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy h3{margin:0 0 6px!important;font-size:clamp(1.22rem,1.75vw,1.62rem)!important;line-height:1.05!important}.site-footer.site-footer-simple .footer-newsletter-copy p,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy p{margin:0!important;max-width:480px!important;font-size:.7rem!important;line-height:1.42!important}.site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form{width:100%!important;max-width:500px!important;height:42px!important;min-height:42px!important}.site-footer.site-footer-simple .footer-newsletter-form input[type=email],.site-footer.site-footer-simple .footer-newsletter-form button,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form input[type=email],body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form button{height:42px!important;min-height:42px!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{padding:10px 0 0!important;margin:0!important;font-size:.68rem!important;line-height:1.35!important}.site-footer.site-footer-simple .footer-fda-note,body[data-active-page] .site-footer.site-footer-simple .footer-fda-note{margin:8px 0 0!important;font-size:.56rem!important;line-height:1.35!important}@media(min-width:981px){body[data-active-page=catalog]{background:var(--pearl, #f7f3ea)!important}body[data-active-page=catalog] #page-catalog.active{min-height:auto!important;padding-top:clamp(22px,3vh,34px)!important;padding-bottom:24px!important;background:var(--pearl, #f7f3ea)!important}body[data-active-page=catalog] #page-catalog.active>.container{min-height:auto!important;display:block!important;padding-top:0!important;padding-bottom:0!important}body[data-active-page=catalog] #page-catalog.active .catalog-bar{margin-bottom:clamp(18px,2.6vh,28px)!important;padding-bottom:12px!important}body[data-active-page=catalog] #page-catalog.active .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(24px,2.35vw,36px)!important;padding:0!important;align-items:stretch!important}body[data-active-page=catalog] #page-catalog.active .product-card{height:clamp(520px,57vh,580px)!important;min-height:520px!important;max-height:580px!important;display:flex!important;flex-direction:column!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-media{height:clamp(330px,37vh,390px)!important;min-height:clamp(330px,37vh,390px)!important;flex:0 0 auto!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-media img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;padding:clamp(12px,1.7vw,22px)!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-body{flex:1 1 auto!important;min-height:0!important;padding:14px 18px 16px!important;display:flex!important;flex-direction:column!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-cat{min-height:26px!important;margin-bottom:6px!important;font-size:.62rem!important;line-height:1.18!important}body[data-active-page=catalog] #page-catalog.active .product-card h3{min-height:34px!important;margin-bottom:8px!important;font-size:clamp(1.08rem,1.2vw,1.24rem)!important;line-height:1.08!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-footer{margin-top:auto!important;padding-top:6px!important}}@media(max-width:980px){.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr!important;gap:14px!important;text-align:center!important}.site-footer.site-footer-simple .footer-newsletter-form,body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-form{max-width:100%!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:8px!important}}html body,html body .eklaviv-shell{background:var(--pearl, #f7f3ea)!important}html body .page.active,html body[data-active-page] .page.active,html body[data-active-page=catalog] #page-catalog.active,html body[data-active-page=home] #page-home.active,html body[data-active-page=contact] #page-contact.active,html body[data-active-page=cart] #page-cart.active,html body[data-active-page=search] #page-search.active,html body[data-active-page=account] #page-account.active,html body[data-active-page=checkout] #page-checkout.active{min-height:auto!important}html body .site-footer.site-footer-simple,html body[data-active-page] .site-footer.site-footer-simple,html body[data-active-page=home] .site-footer.site-footer-simple,html body[data-active-page=catalog] .site-footer.site-footer-simple,html body[data-active-page=contact] .site-footer.site-footer-simple,html body[data-active-page=cart] .site-footer.site-footer-simple,html body[data-active-page=search] .site-footer.site-footer-simple,html body[data-active-page=account] .site-footer.site-footer-simple,html body[data-active-page=checkout] .site-footer.site-footer-simple{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;padding:22px 0 14px!important;margin:0!important;overflow:visible!important;background:radial-gradient(circle at 18% 16%,rgba(245,232,184,.14),transparent 34%),linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important}html body .site-footer.site-footer-simple .footer-simple-container,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-container{height:auto!important;min-height:0!important;padding:0!important}html body .site-footer.site-footer-simple .footer-simple-top,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{padding:0 0 12px!important}html body .site-footer.site-footer-simple .footer-simple-bottom,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{padding:9px 0 0!important}html body .site-footer.site-footer-simple .footer-fda-note,html body[data-active-page] .site-footer.site-footer-simple .footer-fda-note{margin:7px 0 0!important}@media(min-width:981px){html body[data-active-page=catalog] #page-catalog.active{padding-bottom:28px!important}html body[data-active-page=catalog] #page-catalog.active .product-grid{padding-bottom:0!important}html body[data-active-page=catalog] #page-catalog.active .product-card{height:clamp(520px,58vh,590px)!important;min-height:520px!important;max-height:590px!important}html body[data-active-page=catalog] #page-catalog.active .product-card .card-media,html body[data-active-page=catalog] #page-catalog.active .product-card .catalog-product-gallery{height:clamp(335px,38vh,405px)!important;min-height:clamp(335px,38vh,405px)!important}html body[data-active-page=catalog] #page-catalog.active .product-card .card-body{padding:12px 18px 15px!important}}.catalog-product-gallery{position:relative!important;overflow:hidden!important;background:#fff!important}.catalog-gallery-stage{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important}.catalog-product-gallery .catalog-gallery-image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:clamp(16px,2vw,30px)!important;opacity:0!important;transform:translate(10px) scale(.98)!important;transition:opacity .28s ease,transform .32s ease!important}.catalog-product-gallery .catalog-gallery-image.active{opacity:1!important;transform:translate(0) scale(1)!important}.catalog-gallery-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:32px!important;height:32px!important;border-radius:999px!important;border:1px solid rgba(10,50,36,.18)!important;background:#ffffffdb!important;color:var(--green-dark, #092b1f)!important;font-size:1.18rem!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important;opacity:.78!important;transition:opacity .2s ease,background .2s ease,transform .2s ease!important}.catalog-gallery-nav:hover{opacity:1!important;background:#fff!important;transform:translateY(-50%) scale(1.04)!important}.catalog-gallery-prev{left:12px!important}.catalog-gallery-next{right:12px!important}.catalog-gallery-dots{position:absolute!important;left:50%!important;bottom:12px!important;transform:translate(-50%)!important;z-index:5!important;display:flex!important;gap:6px!important}.catalog-gallery-dots span{width:6px!important;height:6px!important;border-radius:999px!important;background:#0a322438!important}.catalog-gallery-dots span.active{background:var(--gold, #c9a84c)!important}@media(hover:hover){.catalog-gallery-nav{opacity:0!important}.product-card:hover .catalog-gallery-nav{opacity:.85!important}.product-card:hover .catalog-gallery-nav:hover{opacity:1!important}}@media(max-width:980px){.catalog-product-gallery .catalog-gallery-image{padding:18px!important}}:root{--ekl-real-header-h: 62px;--ekl-real-footer-h: 156px}html,body,.eklaviv-shell{min-height:100svh!important;background:var(--pearl, #f7f3ea)!important}body{margin:0!important;padding:0!important}.eklaviv-shell{display:flex!important;flex-direction:column!important}.page{flex:0 0 auto!important;margin:0!important}.page.active{flex:1 0 auto!important;min-height:calc(100svh - var(--ekl-real-header-h) - var(--ekl-real-footer-h))!important;background:var(--pearl, #f7f3ea)!important;box-sizing:border-box!important}.site-footer.site-footer-simple,body[data-active-page] .site-footer.site-footer-simple{flex:0 0 auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:22px 0 14px!important;overflow:visible!important;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.12),transparent 32%),linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important}.site-footer.site-footer-simple .footer-simple-container,body[data-active-page] .site-footer.site-footer-simple .footer-simple-container{min-height:0!important;height:auto!important;padding:0!important}.site-footer.site-footer-simple .footer-simple-top,body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{padding:0 0 12px!important}.site-footer.site-footer-simple .footer-simple-bottom,body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{padding:9px 0 0!important}.site-footer.site-footer-simple .footer-fda-note,body[data-active-page] .site-footer.site-footer-simple .footer-fda-note{margin:7px 0 0!important}@media(min-width:981px){body[data-active-page=catalog] #page-catalog.active{min-height:calc(100svh - var(--ekl-real-header-h) - var(--ekl-real-footer-h))!important;padding-top:26px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}body[data-active-page=catalog] #page-catalog.active>.container{width:min(100% - 48px,var(--container, 1180px))!important}body[data-active-page=catalog] #page-catalog.active .catalog-bar{margin-bottom:18px!important}body[data-active-page=catalog] #page-catalog.active .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;padding:0!important;align-items:stretch!important}body[data-active-page=catalog] #page-catalog.active .product-card{height:clamp(500px,56vh,570px)!important;min-height:500px!important;max-height:570px!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-media,body[data-active-page=catalog] #page-catalog.active .product-card .catalog-product-gallery{height:clamp(320px,37vh,390px)!important;min-height:clamp(320px,37vh,390px)!important}body[data-active-page=catalog] #page-catalog.active .product-card .card-body{padding:12px 18px 14px!important}}@media(min-width:981px){body[data-active-page=contact] #page-contact.active,body[data-active-page=cart] #page-cart.active,body[data-active-page=search] #page-search.active,body[data-active-page=account] #page-account.active,body[data-active-page=checkout] #page-checkout.active{min-height:calc(100svh - var(--ekl-real-header-h) - var(--ekl-real-footer-h))!important;padding-top:28px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}}#page-catalog .catalog-product-gallery{display:grid!important;place-items:center!important;background:#fff!important}#page-catalog .catalog-gallery-stage{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;place-items:center!important}#page-catalog .catalog-product-gallery .catalog-gallery-image{object-fit:contain!important;object-position:center center!important;padding:clamp(18px,2.1vw,28px)!important}html{background:var(--pearl, #f7f3ea)!important}body{min-height:100svh!important;margin:0!important;background:var(--pearl, #f7f3ea)!important;display:flex!important;flex-direction:column!important}body>.page,.page{flex:0 0 auto!important;margin:0!important}.page:not(.active){display:none!important}html body .page.active,html body[data-active-page] .page.active{flex:1 0 auto!important;min-height:0!important;display:block!important;background:var(--pearl, #f7f3ea)!important;box-sizing:border-box!important}html body .site-footer.site-footer-simple,html body[data-active-page] .site-footer.site-footer-simple{flex:0 0 auto!important;display:block!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:22px 0 14px!important;overflow:visible!important;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.1),transparent 32%),linear-gradient(135deg,#092b1f,#0d3a29 58%,#092b1f)!important}html body[data-active-page=catalog] #page-catalog.active,html body[data-active-page=contact] #page-contact.active,html body[data-active-page=cart] #page-cart.active,html body[data-active-page=search] #page-search.active,html body[data-active-page=account] #page-account.active,html body[data-active-page=checkout] #page-checkout.active{min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding-top:clamp(24px,4vh,46px)!important;padding-bottom:clamp(28px,4vh,50px)!important}@media(min-width:981px){html body[data-active-page=catalog] #page-catalog.active>.container{width:min(100% - 48px,1180px)!important;margin:0 auto!important}html body[data-active-page=catalog] #page-catalog.active .catalog-bar{margin-bottom:clamp(16px,2.4vh,26px)!important}html body[data-active-page=catalog] #page-catalog.active .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(22px,2.2vw,32px)!important;padding:0!important;align-items:stretch!important}html body[data-active-page=catalog] #page-catalog.active .product-card{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important}html body[data-active-page=catalog] #page-catalog.active .product-card .card-media,html body[data-active-page=catalog] #page-catalog.active .product-card .catalog-product-gallery{height:clamp(240px,22vw,300px)!important;min-height:clamp(240px,22vw,300px)!important;flex:0 0 auto!important}html body[data-active-page=catalog] #page-catalog.active .product-card .card-body{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;padding:14px 18px 16px!important}html body[data-active-page=catalog] #page-catalog.active .product-card .card-footer{margin-top:auto!important;padding-top:8px!important}}@media(max-width:980px){html body[data-active-page=catalog] #page-catalog.active,html body[data-active-page=contact] #page-contact.active,html body[data-active-page=cart] #page-cart.active,html body[data-active-page=search] #page-search.active,html body[data-active-page=account] #page-account.active,html body[data-active-page=checkout] #page-checkout.active{display:block!important;justify-content:flex-start!important;padding-top:22px!important;padding-bottom:26px!important}}html body[data-active-page=catalog] #page-catalog .product-card .card-media,html body[data-active-page=catalog] #page-catalog .product-card .catalog-product-gallery{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;position:relative!important}html body[data-active-page=catalog] #page-catalog .product-card .catalog-gallery-stage{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important}html body[data-active-page=catalog] #page-catalog .product-card .card-media img,html body[data-active-page=catalog] #page-catalog .product-card .catalog-gallery-image{position:absolute!important;left:0!important;right:0!important;top:0!important;bottom:0!important;width:100%!important;height:100%!important;margin:0 auto!important;object-fit:contain!important;object-position:center center!important}@media(min-width:981px){html body[data-active-page=contact] #page-contact.active{justify-content:center!important;padding-top:clamp(8px,1.4vh,16px)!important;padding-bottom:clamp(8px,1.4vh,16px)!important}html body[data-active-page=contact] #page-contact .contact-grid{gap:24px!important;padding:0!important;align-items:stretch!important}html body[data-active-page=contact] #page-contact .contact-info{padding:16px 24px 14px!important}html body[data-active-page=contact] #page-contact .contact-info h2{font-size:clamp(1.4rem,2vw,1.8rem)!important;margin:8px 0!important}html body[data-active-page=contact] #page-contact .contact-info>p:not(.eyebrow){margin-bottom:12px!important;font-size:.86rem!important;line-height:1.5!important}html body[data-active-page=contact] #page-contact .contact-detail{padding:6px 0!important}html body[data-active-page=contact] #page-contact .contact-form-card{padding:15px 20px!important}html body[data-active-page=contact] #page-contact .contact-form-card h3{font-size:clamp(1.25rem,1.7vw,1.5rem)!important;margin-bottom:6px!important}html body[data-active-page=contact] #page-contact .contact-form-card>p{margin-bottom:8px!important;font-size:.8rem!important;line-height:1.4!important}html body[data-active-page=contact] #page-contact .contact-form-card .form-row{margin-bottom:8px!important;gap:12px!important}html body[data-active-page=contact] #page-contact .contact-form-card .form-group{gap:4px!important}html body[data-active-page=contact] #page-contact .contact-form-card input,html body[data-active-page=contact] #page-contact .contact-form-card select{padding:7px 12px!important}html body[data-active-page=contact] #page-contact .contact-form-card textarea{padding:9px 12px!important;min-height:0!important;height:54px!important;resize:none!important}html body[data-active-page=contact] #page-contact .contact-form-card .btn{margin-top:2px!important;height:42px!important;min-height:42px!important}}html body .site-footer.site-footer-simple .footer-simple-top,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{border-bottom:0!important}html body .site-footer.site-footer-simple .footer-simple-bottom,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom,html body .site-footer.site-footer-simple,html body[data-active-page] .site-footer.site-footer-simple{border-top:0!important}html body[data-active-page=contact] #page-contact .contact-grid{display:block!important;width:100%!important;max-width:640px!important;margin-left:auto!important;margin-right:auto!important;gap:0!important}html body[data-active-page=contact] #page-contact .contact-info{display:none!important}html body[data-active-page=contact] #page-contact .contact-form-card{width:100%!important;max-width:640px!important;margin:0 auto!important}@media(min-width:981px){html body[data-active-page=contact] #page-contact.active{justify-content:center!important}}@media(min-width:981px){html body[data-active-page=contact] #page-contact .contact-grid{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;justify-content:stretch!important}html body[data-active-page=contact] #page-contact .contact-form-card,html body[data-active-page=contact] #page-contact .contact-form-card form{display:flex!important;flex-direction:column!important;flex:1 1 auto!important}html body[data-active-page=contact] #page-contact .contact-form-card .form-row:has(textarea){flex:1 1 auto!important;margin-bottom:14px!important}html body[data-active-page=contact] #page-contact .contact-form-card .form-row:has(textarea) .form-group,html body[data-active-page=contact] #page-contact .contact-form-card .form-row:has(textarea) .form-group.full{flex:1 1 auto!important;display:flex!important;flex-direction:column!important}html body[data-active-page=contact] #page-contact .contact-form-card textarea{flex:1 1 auto!important;height:auto!important;min-height:120px!important;resize:none!important}}html body .cart-badge:after,html body[data-active-page] .cart-badge:after{top:-4px!important;left:-5px!important;right:auto!important}html,body{overflow-x:clip!important;max-width:100%!important}@media(max-width:980px){.ekl-hero-slideshow,.marquee-banner,.story-section,.routine-section,.faq-strip,.pd-highlight,.ekl-section{max-width:100vw!important;overflow-x:hidden!important}#page-home>*{max-width:100%!important}#page-catalog>*{max-width:100%!important}#page-contact>*{max-width:100%!important}}@media(max-width:980px){html body .site-footer.site-footer-simple{text-align:center!important}html body .site-footer .footer-simple-top{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:18px!important}html body .site-footer .footer-simple-bottom{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px!important}html body .site-footer .footer-newsletter{align-items:center!important;text-align:center!important;width:100%!important}html body .site-footer .footer-newsletter form{justify-content:center!important}html body .site-footer .footer-links{justify-content:center!important;flex-wrap:wrap!important;text-align:center!important}html body .site-footer .footer-copy{text-align:center!important}}@media(max-width:760px){html body .site-footer.site-footer-simple .footer-simple-top,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-top{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:16px!important}html body .site-footer.site-footer-simple .footer-newsletter-copy,html body[data-active-page] .site-footer.site-footer-simple .footer-newsletter-copy{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}html body .site-footer.site-footer-simple .footer-newsletter-copy p{margin-left:auto!important;margin-right:auto!important;max-width:300px!important}html body .site-footer.site-footer-simple .footer-simple-bottom,html body[data-active-page] .site-footer.site-footer-simple .footer-simple-bottom{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important}}.footer-shop-link{background:none!important;border:none!important;padding:0!important;margin:0!important;color:#f7f5f0bf!important;font-size:.78rem!important;font-family:Inter,sans-serif!important;letter-spacing:.04em!important;cursor:pointer!important;text-decoration:none!important;transition:color .18s!important;display:inline-block!important}.footer-shop-link:hover{color:var(--gold-light, #e6cc7a)!important;text-decoration:underline!important}.footer-bottom-group{display:flex!important;align-items:center!important;gap:6px!important}.footer-bottom-group .footer-shop-link{padding-right:6px!important;border-right:1px solid rgba(247,245,240,.2)!important;line-height:1!important}.cart-badge:not([data-count]):before,.cart-badge[data-count="0"]:before{display:none!important}html{overflow-x:visible!important;overflow-y:visible!important}body{overflow-x:hidden!important;overflow-y:visible!important;overscroll-behavior-x:none!important}#page-home,#page-catalog,#page-product,#page-contact,#page-cart,#page-search,#page-account{overflow-x:hidden!important;max-width:100vw!important}.card-sold-out-badge{position:absolute;top:12px;left:12px;background:#092b1fd1;color:#f7f3ea;font-size:.68rem;font-family:Inter,sans-serif;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;pointer-events:none;z-index:4}.product-card[data-availability=out] [data-cart-add]{opacity:.55!important;cursor:not-allowed!important;background:var(--ink-soft, #666)!important;border-color:transparent!important}body[data-active-page] .page.active{min-height:0!important}
/*# sourceMappingURL=/cdn/shop/t/49/assets/styles.css.map */
