@font-face{font-family:"Milanesa Serif";src:url("../fonts/MilanesaSerif-Bold.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
:root{--green:#394f35;--green-deep:#2f462e;--mint:#73c6ad;--mint-light:#baf4df;--grey:#edeeee;--grey-2:#d9d9d9;--text-grey:#8b8888;--white:#fff;--serif:"Milanesa Serif",Georgia,serif;--sans:Montserrat,Arial,sans-serif;--container:1104px;--wide:1310px;--header-h:140px;--radius:30px;--shadow:0 24px 80px rgba(43,70,47,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--green);font-family:var(--sans);font-size:16px;line-height:1.45;overflow-x:hidden}
body.no-scroll{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
.skip-link{position:fixed;left:16px;top:-100px;z-index:9999;background:#fff;padding:12px 18px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.section-space{padding:84px 24px}
.section-heading{text-align:center;max-width:980px;margin:0 auto 58px}
.section-heading h2,.about-copy h2,.cta-copy h2{font-family:var(--serif);font-weight:400;color:var(--green);line-height:.95;margin:0;font-size:clamp(46px,4.3vw,62px);letter-spacing:-.02em}
.section-heading p{margin:18px 0 0;color:#989595;font-size:18px;font-weight:400}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}
.reveal.is-visible{opacity:1;transform:none}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;width:100%;height:var(--header-h);background:#fff;transition:box-shadow .3s ease}
.site-header.is-sticky{box-shadow:0 8px 35px rgba(33,61,38,.08)}
.header-inner{height:140px;max-width:1324px;margin:0 auto;display:grid;grid-template-columns:80px 1fr 144px 1fr 170px;align-items:center;gap:10px;padding:0 0}
.brand-logo{width:122px;height:83px;justify-self:center;display:flex;align-items:center;justify-content:center}
.brand-logo img{width:122px;height:83px;object-fit:contain}
.desktop-nav{display:flex;gap:70px;align-items:center;font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:.01em}
.nav-left{justify-content:flex-end;padding-right:58px}.nav-right{justify-content:flex-start;padding-left:58px}
.desktop-nav a{position:relative;padding:10px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;bottom:3px;width:100%;height:1.5px;background:var(--green);transform:scaleX(0);transform-origin:right;transition:transform .35s ease}
.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}
.round-icon{position:relative;width:62px;height:62px;border:none;border-radius:50%;background:#f0f0f0;display:grid;place-items:center;cursor:pointer;transition:background .3s ease,transform .3s ease,color .3s ease}
.round-icon:hover{background:var(--mint);transform:translateY(-2px)}
.round-icon svg{width:28px;height:28px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-actions{display:flex;justify-content:flex-end;gap:22px;align-items:center}
.muk-cart-count{position:absolute;right:-2px;top:-2px;display:grid;place-items:center;min-width:21px;height:21px;border-radius:99px;background:var(--mint);color:var(--green-deep);font-size:11px;font-weight:700;padding:0 5px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.mobile-menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent;padding:0;cursor:pointer}.mobile-menu-toggle span{display:block;width:27px;height:2px;background:var(--green);margin:7px auto;transition:.3s}
.mobile-nav{display:none}

/* Hero */
.hero-section{height:810px;background:#bdf5df;position:relative;overflow:hidden}
.hero-slider,.hero-slides,.hero-slide{height:100%}
.hero-slides{position:relative}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s ease,visibility .85s ease}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.hero-background{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-copy{position:absolute;z-index:4;left:max(11.7vw,90px);top:216px;width:500px;color:var(--green)}
.hero-eyebrow{font-size:31px;line-height:1.25;text-transform:uppercase;font-weight:500;margin:0 0 38px;max-width:490px}
.hero-copy h1{font-family:var(--serif);font-size:77px;font-weight:400;line-height:.86;text-transform:uppercase;margin:0 0 42px;max-width:500px;letter-spacing:-.025em}
.split-button{display:inline-grid;grid-template-columns:200px 56px;min-height:56px;overflow:hidden;background:#fff;color:var(--green);text-transform:uppercase;letter-spacing:.1em;font-size:16px;font-weight:500;position:relative}
.split-button span{display:grid;place-items:center}.split-button .button-arrow{background:var(--mint);color:#fff;font-size:31px;transition:transform .35s ease,background .35s ease}
.split-button:before{content:"";position:absolute;inset:0;background:var(--green);transform:translateX(-101%);transition:transform .45s cubic-bezier(.7,0,.2,1)}
.split-button:hover:before{transform:translateX(0)}
.split-button:hover>span:first-child{color:#fff;z-index:2}.split-button:hover .button-arrow{transform:rotate(45deg);background:#58b99d;z-index:2}
.hero-dots{position:absolute;z-index:10;left:50%;bottom:38px;transform:translateX(-50%);display:flex;gap:16px}
.hero-dot{width:63px;height:7px;border:0;padding:0;background:rgba(255,255,255,.85);cursor:pointer;transition:background .3s,transform .3s}
.hero-dot.is-active{background:var(--green);transform:scaleX(1.1)}

/* Marquee */
.delivery-marquee{height:119px;background:var(--green);overflow:hidden;display:flex;align-items:center;color:#fff}
.delivery-track{display:flex;align-items:center;min-width:max-content;animation:marquee-left 26s linear infinite}
.delivery-marquee:hover .delivery-track{animation-play-state:paused}
.delivery-item{display:flex;align-items:center;gap:13px;width:290px;justify-content:center;text-transform:uppercase;font-size:20px;font-weight:700;white-space:nowrap}
.delivery-item svg{width:37px;height:29px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@keyframes marquee-left{to{transform:translateX(-50%)}}

/* About */
.about-section{padding-top:167px;padding-bottom:76px}
.about-card{max-width:1105px;min-height:650px;margin:auto;display:grid;grid-template-columns:440px 1fr;background:var(--grey);border-radius:50px;overflow:hidden}
.about-image-wrap{height:650px;border-radius:50px;overflow:hidden;background:#d7d7d7}
.about-image-wrap img{width:100%;height:100%;object-fit:cover}
.about-copy{padding:66px 62px 44px 76px;display:flex;flex-direction:column}
.about-copy h2{font-size:54px;margin-bottom:30px}
.about-copy p{color:#929090;font-size:15.5px;line-height:1.28;margin:0 0 20px;max-width:505px}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin-top:auto}
.stat strong{font-family:var(--serif);font-size:78px;font-weight:400;line-height:.9;display:block;color:var(--green)}
.stat span{display:block;color:#a39f9f;font-size:18px;margin-top:8px}

/* Products */
.products-section{padding-top:86px;padding-bottom:91px;position:relative}
.products-section .section-heading{margin-bottom:58px}
.carousel-controls{max-width:1310px;margin:0 auto 37px;display:flex;justify-content:flex-end;gap:24px}
.carousel-controls button{width:58px;height:63px;border:0;background:#f0f1f1;font-size:54px;line-height:1;color:var(--green);cursor:pointer;transition:background .3s,transform .3s}
.carousel-controls button:hover{background:var(--mint);transform:translateY(-2px)}
.product-carousel{max-width:1310px;margin:auto;overflow:hidden;scroll-behavior:smooth}
.product-track{display:flex;gap:70px;transition:transform .65s cubic-bezier(.2,.8,.2,1);will-change:transform}
.product-card{position:relative;flex:0 0 380px;min-height:585px;border:4px solid var(--green);border-radius:32px;background:#fff;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}
.product-card:hover{transform:translateY(-9px);box-shadow:0 24px 50px rgba(38,67,42,.15)}
.wishlist-button{position:absolute;z-index:4;right:25px;top:25px;width:38px;height:38px;border:0;background:transparent;padding:0;cursor:pointer}
.wishlist-button svg{width:100%;height:100%;fill:none;stroke:var(--green);stroke-width:1.5}.wishlist-button.is-active svg{fill:var(--mint);stroke:var(--mint)}
.product-image{display:flex;align-items:center;justify-content:center;height:410px;padding:24px 35px 5px;background:radial-gradient(circle at 55% 70%,rgba(231,231,231,.8),transparent 42%)}
.product-image img{height:390px;width:auto;max-width:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.035) rotate(-1deg)}
.product-info{padding:14px 28px 25px}
.product-info h3{font-size:24px;font-weight:500;margin:0 0 9px;line-height:1.2}.product-price{font-size:32px;font-weight:700;margin-bottom:15px}
.product-actions{display:flex;align-items:center;justify-content:space-between}
.buy-button{min-width:153px;height:48px;background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:12px;transition:background .3s,transform .3s}.buy-button:hover{background:var(--mint);transform:translateY(-2px)}
.cart-icon-button{width:46px;height:46px;border:0;background:transparent;cursor:pointer;display:grid;place-items:center}.cart-icon-button svg{width:36px;height:36px;fill:none;stroke:var(--green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pill-button{display:flex;width:189px;height:52px;border-radius:99px;background:var(--mint);color:#fff;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:.09em;font-size:15px;margin:73px auto 0;transition:background .3s,transform .3s,box-shadow .3s}.pill-button:hover{background:var(--green);transform:translateY(-3px);box-shadow:0 12px 30px rgba(57,79,53,.22)}

/* Before after */
.before-after-section{padding-top:58px;padding-bottom:106px}
.comparison{position:relative;max-width:1244px;height:844px;margin:auto;border-radius:70px;overflow:hidden;background:#ddd;user-select:none;touch-action:none}
.comparison-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.comparison-after-wrap{position:absolute;inset:0;width:50%;overflow:hidden}
.comparison-after{width:1244px;max-width:none}
.comparison-label{position:absolute;top:48%;transform:translateY(-50%);font-family:var(--serif);font-size:64px;color:var(--green);z-index:4;text-shadow:0 1px rgba(255,255,255,.25)}
.comparison-label-before{left:16%}.comparison-label-after{right:16%}
.comparison-handle{position:absolute;z-index:6;left:50%;top:0;bottom:0;width:62px;transform:translateX(-50%);border:0;background:transparent;cursor:ew-resize;padding:0}
.handle-line{position:absolute;left:50%;top:0;bottom:0;width:11px;transform:translateX(-50%);background:#f2f0f0}.handle-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#fff;color:var(--green);font-size:27px;box-shadow:0 8px 28px rgba(0,0,0,.18)}

/* Why */
.why-section{padding-top:91px;padding-bottom:116px}
.why-section .section-heading{margin-bottom:80px}
.why-grid{max-width:1070px;margin:auto;display:grid;grid-template-columns:300px 1fr 300px;gap:45px;align-items:center}
.why-side{display:flex;flex-direction:column;gap:62px}.why-item{position:relative}.why-item h3{font-size:20px;text-transform:uppercase;margin:12px 0 8px;font-weight:700}.why-item p{font-size:15px;color:#999696;line-height:1.35;margin:0}.why-icon{display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:var(--mint);color:#fff;font-size:31px;transition:transform .35s,background .35s}.why-item:hover .why-icon{transform:rotate(8deg) scale(1.06);background:var(--green)}
.why-right{text-align:right}.why-right .why-icon{margin-left:auto}
.why-center{display:flex;justify-content:center}.logo-rings{width:402px;height:402px;border-radius:50%;background:#d6dbd5;border:25px solid #bac3b9;display:grid;place-items:center;box-shadow:inset 0 0 0 24px #eef0ed}.logo-rings img{width:303px;height:303px;border-radius:50%;object-fit:cover}

/* Match */
.match-section{padding-top:103px;padding-bottom:112px}.match-section .section-heading{margin-bottom:67px}
.match-grid{max-width:1338px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:25px}
.match-card{position:relative;border:3px solid var(--green);border-radius:25px;overflow:hidden;height:577px;background:#fff;transition:transform .4s ease,box-shadow .4s ease}
.match-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.match-card span{position:absolute;left:20px;right:20px;bottom:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);padding:13px 10px;text-align:center;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:14px;transform:translateY(130%);transition:transform .4s ease}
.match-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(40,69,43,.14)}.match-card:hover img{transform:scale(1.045)}.match-card:hover span{transform:translateY(0)}

/* Reviews */
.reviews-section{padding-top:85px;padding-bottom:98px}.reviews-section .section-heading{margin-bottom:90px}
.reviews-carousel{max-width:1347px;margin:auto;overflow:hidden}
.reviews-track{display:flex;gap:52px;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.review-card{flex:0 0 298px;border:3px solid #dedede;border-radius:15px;overflow:hidden;background:#fff;transition:border-color .3s,transform .3s}.review-card:hover{border-color:var(--green);transform:translateY(-7px)}
.review-card img{width:100%;height:270px;object-fit:cover;background:#d9d9d9}.review-body{padding:30px 22px 28px;min-height:200px}.stars{color:var(--mint);font-size:25px;letter-spacing:2px}.review-body h3{font-size:17px;margin:12px 0 13px;text-transform:uppercase}.review-body p{font-size:13px;line-height:1.35;color:#918f8f;margin:0}
.review-dots{display:flex;justify-content:center;gap:16px;margin-top:45px}.review-dots button{width:52px;height:7px;border:0;background:#d8d8d8;padding:0;cursor:pointer}.review-dots button.is-active{background:var(--mint)}

/* Benefit map */
.benefit-map-section{padding-top:68px;padding-bottom:92px}
.benefit-map{max-width:1100px;height:525px;margin:auto;border-radius:48px;background:var(--green);position:relative;color:#fff;overflow:hidden}
.benefit-center-image{position:absolute;width:285px;height:360px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:36px;overflow:hidden}.benefit-center-image img{width:100%;height:100%;object-fit:cover}
.benefit-callout{position:absolute;width:375px;font-size:17px;letter-spacing:.01em}.benefit-callout i{display:block;height:3px;background:var(--mint);position:relative;margin-top:13px}.benefit-callout i:before,.benefit-callout i:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:var(--mint);top:50%;transform:translateY(-50%)}.benefit-callout i:before{left:31%}.benefit-callout i:after{right:-1px}
.callout-one{left:70px;top:183px}.callout-two{left:125px;top:345px}.callout-three{right:78px;top:105px;text-align:right}.callout-four{right:122px;top:265px;text-align:right}
.callout-three i:before,.callout-four i:before{left:-1px}.callout-three i:after,.callout-four i:after{right:31%}

/* FAQ */
.faq-section{padding-top:101px;padding-bottom:113px}.faq-section .section-heading{margin-bottom:80px}
.faq-list{max-width:1103px;margin:auto;display:flex;flex-direction:column;gap:31px}
.faq-item{background:var(--grey);border-radius:25px;overflow:hidden;transition:background .3s}.faq-item.is-open{background:#e7f2ec}
.faq-item button{width:100%;min-height:94px;border:0;background:transparent;padding:25px 64px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:23px;cursor:pointer}.faq-item button svg{width:27px;height:27px;fill:none;stroke:var(--green);stroke-width:2;transition:transform .35s}.faq-item.is-open button svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .45s ease}.faq-answer p{padding:0 64px 30px;margin:0;color:#777;font-size:16px;line-height:1.6}

/* CTA */
.cta-section{padding-top:86px;padding-bottom:155px}.cta-card{max-width:1102px;height:455px;margin:auto;border-radius:39px;background:var(--green);display:grid;grid-template-columns:667px 435px;overflow:hidden}
.cta-copy{padding:82px 70px 60px 120px}.cta-copy h2{font-size:58px;color:#fff;max-width:490px}.cta-copy p{color:#aeb9ab;font-size:18px;max-width:480px;margin:22px 0 45px;line-height:1.25}.cta-image{height:455px;background:#ddd;border-radius:39px;overflow:hidden}.cta-image img{width:100%;height:100%;object-fit:cover}

/* Footer */
.site-footer{background:var(--green);color:#fff;min-height:494px;padding:104px 24px 20px}.footer-inner{max-width:1168px;margin:auto;display:grid;grid-template-columns:300px 120px 220px 300px;justify-content:space-between;gap:42px}
.footer-brand img{width:160px;height:auto;margin-bottom:50px}.footer-brand h3,.footer-column h3{font-size:18px;margin:0 0 20px;font-weight:700}.social-links{display:flex;gap:12px}.social-links a{width:42px;height:42px;border:2px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;transition:background .3s,border-color .3s,transform .3s}.social-links a:hover{background:var(--mint);border-color:var(--mint);transform:translateY(-3px)}.social-links svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.7}.social-links a:nth-child(2) svg,.social-links a:nth-child(3) svg{fill:#fff;stroke:none}
.footer-column{display:flex;flex-direction:column;align-items:flex-start}.footer-column a,.footer-column p{font-size:14px;color:#d3d9d1;margin:0 0 11px}.footer-column>a:hover,.footer-contact a:hover{color:var(--mint)}.footer-contact strong{color:#fff}.copyright{text-align:center;color:#d1d7cf;font-size:11px;margin-top:88px}

/* Search and cart */
.search-overlay{position:fixed;z-index:3000;inset:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);display:flex;align-items:flex-start;justify-content:center;padding:16vh 24px 40px;opacity:0;visibility:hidden;transition:.35s}.search-overlay.is-open{opacity:1;visibility:visible}.overlay-close{position:absolute;right:42px;top:30px;border:0;background:transparent;font-size:52px;cursor:pointer;color:var(--green)}
.product-search-form{width:min(900px,100%)}.product-search-form label{display:block;font-family:var(--serif);font-size:58px;text-align:center;margin-bottom:40px}.search-field-wrap{display:flex;border-bottom:2px solid var(--green);padding:12px 0}.search-field-wrap input{flex:1;border:0;outline:0;background:transparent;font-size:24px;color:var(--green)}.search-field-wrap button{width:55px;height:55px;border:0;background:var(--green);display:grid;place-items:center;cursor:pointer}.search-field-wrap svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2}.search-suggestions{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px;color:#999}.search-suggestions a{color:var(--green);font-weight:600}
.drawer-backdrop{position:fixed;z-index:2500;inset:0;background:rgba(20,35,22,.45);opacity:0;visibility:hidden;transition:.35s}.drawer-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:2600;right:0;top:0;width:min(460px,100%);height:100vh;background:#fff;transform:translateX(102%);transition:transform .45s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.15)}.cart-drawer.is-open{transform:none}.cart-drawer-header{height:100px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.cart-drawer-header h2{font-family:var(--serif);font-size:40px;font-weight:400}.cart-close{border:0;background:transparent;font-size:42px;cursor:pointer}.cart-drawer-body{flex:1;overflow:auto;padding:26px 30px}.cart-drawer-footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px 30px 30px;border-top:1px solid #eee}.button{height:50px;display:grid;place-items:center;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.07em}.button-outline{border:2px solid var(--green)}.button-primary{background:var(--green);color:#fff}.demo-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.demo-cart-item img{width:80px;height:90px;object-fit:contain}.demo-cart-item h4{margin:0 0 7px;font-size:15px}.demo-cart-item p{margin:0;color:#777;font-size:13px}.remove-demo-item{border:0;background:transparent;font-size:22px;cursor:pointer}.empty-demo-cart{text-align:center;color:#888;margin-top:60px}

/* Default pages */
.default-page{min-height:60vh;padding:80px 24px}.page-shell{max-width:1100px;margin:auto}.page-shell h1{font-family:var(--serif);font-size:60px}

@media(max-width:1200px){
:root{--container:92vw;--wide:92vw}
.header-inner{padding:0 30px;grid-template-columns:68px 1fr 125px 1fr 160px}.desktop-nav{gap:34px}.nav-left{padding-right:25px}.nav-right{padding-left:25px}.hero-copy{left:8vw}.about-card{grid-template-columns:40% 60%}.about-copy{padding-left:50px}.product-track{gap:34px}.product-card{flex-basis:355px}.match-grid{grid-template-columns:repeat(5,260px);overflow-x:auto;padding-bottom:10px}.why-grid{grid-template-columns:260px 1fr 260px;gap:20px}.footer-inner{grid-template-columns:260px 120px 210px 270px;gap:25px}.cta-card{grid-template-columns:60% 40%}.cta-copy{padding-left:70px}
}
@media(max-width:900px){
:root{--header-h:92px}.site-header,.header-inner{height:92px}.header-inner{grid-template-columns:52px 1fr auto;padding:0 18px}.desktop-nav{display:none}.brand-logo{width:92px;height:68px}.brand-logo img{width:92px;height:68px}.header-actions{gap:9px}.header-actions .round-icon{width:48px;height:48px}.header-actions .round-icon svg{width:23px;height:23px}.search-open{width:48px;height:48px}.mobile-menu-toggle{display:block}.mobile-nav{position:absolute;left:0;right:0;top:92px;background:#fff;display:flex;flex-direction:column;padding:10px 24px 25px;gap:0;box-shadow:0 20px 40px rgba(0,0,0,.08);transform:scaleY(0);transform-origin:top;opacity:0;visibility:hidden;transition:.3s}.mobile-nav.is-open{transform:scaleY(1);opacity:1;visibility:visible}.mobile-nav a{padding:15px 0;border-bottom:1px solid #eee;text-transform:uppercase;font-size:14px}
.hero-section{height:690px}.hero-background{object-position:66% center}.hero-copy{left:7vw;top:115px;width:410px}.hero-eyebrow{font-size:21px;max-width:380px;margin-bottom:24px}.hero-copy h1{font-size:58px;max-width:390px}.hero-dots{bottom:26px}.hero-dot{width:42px;height:5px}.delivery-marquee{height:90px}.delivery-item{width:240px;font-size:16px}
.section-space{padding-left:22px;padding-right:22px}.about-section{padding-top:90px}.about-card{grid-template-columns:1fr;max-width:690px}.about-image-wrap{height:450px}.about-copy{padding:55px}.product-card{flex-basis:330px}.comparison{height:650px}.comparison-after{width:calc(100vw - 44px)}.comparison-label{font-size:48px}.why-grid{grid-template-columns:1fr;max-width:700px}.why-side{display:grid;grid-template-columns:1fr 1fr;order:2;text-align:left}.why-right{text-align:left}.why-right .why-icon{margin-left:0}.why-center{order:1}.match-grid{display:flex;overflow-x:auto}.match-card{flex:0 0 260px;height:480px}.review-card{flex-basis:290px}.benefit-map{height:700px}.benefit-center-image{width:245px;height:310px}.benefit-callout{width:280px}.callout-one{left:35px;top:100px}.callout-two{left:35px;top:540px}.callout-three{right:35px;top:100px}.callout-four{right:35px;top:540px}.cta-card{height:auto;grid-template-columns:1fr}.cta-copy{padding:60px}.cta-image{height:400px}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.copyright{margin-top:50px}
}
@media(max-width:620px){
.header-inner{grid-template-columns:48px 1fr auto}.header-actions .round-icon:first-child{display:none}.header-actions{gap:5px}.brand-logo{width:80px}.brand-logo img{width:80px}.hero-section{height:720px}.hero-background{object-fit:cover;object-position:70% center}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(196,248,229,.95) 0%,rgba(196,248,229,.76) 44%,rgba(196,248,229,0) 76%)}.hero-copy{left:28px;right:28px;top:105px;width:auto}.hero-eyebrow{font-size:17px;max-width:280px}.hero-copy h1{font-size:47px;max-width:300px;margin-bottom:34px}.split-button{grid-template-columns:155px 52px;font-size:13px}.hero-dots{gap:8px}.hero-dot{width:30px}.delivery-item{width:210px;font-size:14px}
.section-heading{margin-bottom:40px}.section-heading h2,.about-copy h2,.cta-copy h2{font-size:43px}.section-heading p{font-size:14px}.about-section{padding-top:70px}.about-card{border-radius:30px}.about-image-wrap{height:330px;border-radius:30px}.about-copy{padding:38px 28px}.about-copy p{font-size:14px}.about-stats{gap:15px}.stat strong{font-size:52px}.stat span{font-size:13px}.carousel-controls{margin-bottom:25px}.product-card{flex-basis:286px;min-height:520px;border-width:3px}.product-image{height:350px}.product-image img{height:330px}.product-info h3{font-size:20px}.product-price{font-size:27px}.product-track{gap:20px}.pill-button{margin-top:45px}.comparison{height:520px;border-radius:36px}.comparison-after{width:calc(100vw - 44px)}.comparison-label{font-size:36px;top:52%}.comparison-label-before{left:10%}.comparison-label-after{right:10%}.why-section{padding-top:60px}.logo-rings{width:300px;height:300px;border-width:19px;box-shadow:inset 0 0 0 17px #eef0ed}.logo-rings img{width:220px;height:220px}.why-side{grid-template-columns:1fr;gap:34px}.why-icon{width:62px;height:62px}.match-card{flex-basis:230px;height:420px}.reviews-track{gap:22px}.review-card{flex-basis:265px}.benefit-map{height:760px;border-radius:32px}.benefit-center-image{width:190px;height:250px}.benefit-callout{width:210px;font-size:13px}.callout-one{left:18px;top:100px}.callout-three{right:18px;top:100px}.callout-two{left:18px;top:600px}.callout-four{right:18px;top:600px}.faq-item button{min-height:78px;padding:20px 25px;font-size:16px}.faq-answer p{padding:0 25px 25px;font-size:14px}.cta-section{padding-bottom:90px}.cta-copy{padding:45px 28px}.cta-copy p{font-size:15px}.cta-image{height:320px}.site-footer{padding-top:70px}.footer-inner{grid-template-columns:1fr;gap:35px}.footer-brand{grid-column:auto}.footer-brand img{margin-bottom:28px}.copyright{text-align:left}.product-search-form label{font-size:43px}.search-field-wrap input{font-size:17px}.overlay-close{right:20px;top:15px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}


/* Approved design refinements */

:root{--serif:"Milanesa Serif",Georgia,serif}
.section-heading h2,.about-copy h2,.cta-copy h2,.hero-copy h1,.product-search-form label,.cart-drawer-header h2,.page-shell h1{font-family:var(--serif);font-weight:700}
.hero-slider{isolation:isolate}.hero-slide{transition:opacity .65s ease,visibility .65s ease}.hero-copy{animation:none}.hero-slide.is-active .hero-copy{animation:hero-copy-in .65s cubic-bezier(.22,.7,.25,1) both}@keyframes hero-copy-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
/* Professional, restrained button motion */
.split-button{border:1px solid rgba(57,79,53,.18);box-shadow:0 8px 24px rgba(35,63,38,.10);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;border-radius:2px}
.split-button:before{display:none}.split-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(35,63,38,.16);background:#fbfdfb}.split-button:hover>span:first-child{color:var(--green)}.split-button .button-arrow{transition:transform .25s ease,background .25s ease}.split-button:hover .button-arrow{transform:translateX(3px);background:var(--green)}
.round-icon:hover,.carousel-controls button:hover,.buy-button:hover,.pill-button:hover,.social-links a:hover{transform:translateY(-2px)}
.buy-button:hover{background:#466144}.pill-button:hover{box-shadow:0 10px 24px rgba(57,79,53,.18)}
/* Brand claim ticker */
.delivery-marquee{height:92px}.delivery-track{animation-duration:28s}.delivery-item{width:auto;min-width:250px;padding:0 34px;gap:16px;font-size:17px;letter-spacing:.055em}.delivery-item svg{display:none}.marquee-dot{width:13px;height:13px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(115,198,173,.12);flex:0 0 auto}
/* Compact products */
.product-carousel{max-width:1280px}.product-track{gap:26px}.product-card{flex:0 0 286px;min-height:472px;border-width:3px;border-radius:24px}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(38,67,42,.13)}.wishlist-button{right:18px;top:18px;width:31px;height:31px}.product-image{height:310px;padding:18px 24px 0}.product-image img{height:292px}.product-info{padding:12px 20px 20px}.product-info h3{font-size:19px;margin-bottom:7px}.product-price{font-size:25px;margin-bottom:12px}.buy-button{min-width:126px;height:42px;font-size:12px;gap:9px}.cart-icon-button{width:39px;height:39px}.cart-icon-button svg{width:29px;height:29px}.carousel-controls{max-width:1280px;margin-bottom:26px}.carousel-controls button{width:48px;height:50px;font-size:42px}.pill-button{margin-top:52px}
/* Why choose */
.why-grid{max-width:1110px;grid-template-columns:280px 1fr 280px;gap:38px}.why-side{gap:52px}.why-item h3{font-size:18px;margin-top:15px}.why-item p{font-size:14px;line-height:1.5}.why-icon{width:76px;height:76px;background:var(--mint);overflow:hidden;padding:17px}.why-icon img{width:100%;height:100%;object-fit:contain;filter:invert(1);opacity:.98}.why-item:hover .why-icon{transform:translateY(-3px);background:var(--green)}.logo-rings{width:365px;height:365px;border-width:22px;box-shadow:inset 0 0 0 21px #eef0ed}.logo-rings img{width:274px;height:274px}
/* Reviews */
.reviews-track{gap:28px;transition:transform .7s cubic-bezier(.22,.7,.25,1)}.review-card{flex-basis:290px}.review-card:hover{transform:translateY(-4px)}.review-dots{gap:10px;margin-top:38px}.review-dots button{width:36px;height:6px;border-radius:99px;transition:width .25s ease,background .25s ease}.review-dots button.is-active{width:68px}
/* Single image placeholder in green section */
.benefit-map{height:520px;padding:46px;display:grid;place-items:center}.benefit-image-placeholder{width:100%;height:100%;border-radius:30px;background:linear-gradient(135deg,#d7dbd7,#eef0ed);border:1px solid rgba(255,255,255,.32);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--green);box-shadow:inset 0 0 0 1px rgba(57,79,53,.06)}.placeholder-leaf{width:68px;height:68px;border-radius:50%;background:var(--mint);color:#fff;display:grid;place-items:center;font-size:30px;margin-bottom:18px}.benefit-image-placeholder strong{font-family:var(--serif);font-size:34px}.benefit-image-placeholder>span:last-child{font-size:14px;color:#7f887d;margin-top:8px}
/* Stronger CTA button contrast */
.cta-copy .split-button{background:#fff;color:var(--green);border-color:#fff;box-shadow:0 12px 30px rgba(10,28,13,.24)}.cta-copy .split-button .button-arrow{background:var(--mint);color:#fff}.cta-copy .split-button:hover{background:#f4faf6;box-shadow:0 17px 38px rgba(10,28,13,.31)}.cta-copy .split-button:hover .button-arrow{background:#203a23}
@media(max-width:1200px){.product-card{flex-basis:276px}.why-grid{grid-template-columns:250px 1fr 250px}.logo-rings{width:330px;height:330px}.logo-rings img{width:245px;height:245px}}
@media(max-width:900px){.delivery-item{min-width:220px;padding:0 24px;font-size:15px}.product-card{flex-basis:270px}.why-grid{grid-template-columns:1fr}.why-side{display:grid;grid-template-columns:1fr 1fr}.why-center{grid-row:1}.why-left{grid-row:2}.why-right{grid-row:3}.why-right{text-align:left}.why-right .why-icon{margin-left:0}.benefit-map{height:470px;padding:28px}.benefit-image-placeholder strong{font-size:29px}}
@media(max-width:620px){.delivery-marquee{height:78px}.delivery-item{min-width:196px;padding:0 18px;font-size:12px}.marquee-dot{width:10px;height:10px}.product-card{flex-basis:244px;min-height:426px}.product-image{height:275px}.product-image img{height:257px}.product-info h3{font-size:17px}.product-price{font-size:22px}.buy-button{min-width:112px;height:39px;font-size:11px}.why-side{grid-template-columns:1fr}.why-icon{width:66px;height:66px;padding:15px}.logo-rings{width:286px;height:286px;border-width:17px;box-shadow:inset 0 0 0 16px #eef0ed}.logo-rings img{width:215px;height:215px}.benefit-map{height:390px;padding:18px;border-radius:28px}.benefit-image-placeholder{border-radius:21px;padding:25px}.benefit-image-placeholder strong{font-size:25px}.benefit-image-placeholder>span:last-child{font-size:12px}.review-card{flex-basis:258px}}


/* Card hover clipping and exact MUK center emblem fixes */
.product-carousel,
.reviews-carousel{
  padding-top:18px;
  margin-top:-18px;
}
.match-grid{
  padding-top:18px;
  margin-top:-18px;
}
.product-track,
.reviews-track,
.match-grid{
  align-items:stretch;
}
.product-card,
.match-card,
.review-card{
  transform-origin:center center;
  will-change:transform;
}
.product-card:hover,
.match-card:hover,
.review-card:hover{
  transform:translateY(-5px);
}
.logo-rings{
  width:min(402px,100%);
  height:auto;
  aspect-ratio:1;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  display:grid;
  place-items:center;
}
.logo-rings img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:0;
}
@media(max-width:620px){
  .product-carousel,
  .reviews-carousel,
  .match-grid{
    padding-top:14px;
    margin-top:-14px;
  }
  .logo-rings{
    width:min(300px,86vw);
  }
}

:root{--muk-green:#304f34;--muk-deep:#213b27;--muk-mint:#75c4ad;--muk-cream:#f8f7f0;--muk-soft:#eef3ed;--muk-border:#d8e1d5;--muk-text:#1d2e21;--muk-muted:#718074}
html{scroll-behavior:smooth}.static-preview a{text-decoration:none}.page-main{min-height:62vh}.page-hero{padding:150px 5% 72px;background:linear-gradient(135deg,#edf6f0,#faf8ef);text-align:center}.page-hero .eyebrow{display:inline-block;color:var(--muk-green);font-weight:700;text-transform:uppercase;letter-spacing:.13em;font-size:12px;margin-bottom:15px}.page-hero h1{font-family:"Milanesa Serif",serif;color:var(--muk-green);font-size:clamp(44px,7vw,88px);line-height:.98;margin:0 auto 18px}.page-hero p{max-width:740px;margin:0 auto;color:var(--muk-muted);font-size:16px;line-height:1.8}.content-section{padding:80px 5%}.content-shell{max-width:1240px;margin:0 auto}.content-narrow{max-width:850px;margin:0 auto}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--muk-muted);margin-bottom:24px}.breadcrumb a{color:var(--muk-green)}
.shop-toolbar{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;margin-bottom:32px}.shop-search,.shop-select,.form-control{width:100%;border:1px solid var(--muk-border);border-radius:14px;background:#fff;padding:14px 16px;font:inherit;color:var(--muk-text);outline:none;transition:border .2s,box-shadow .2s}.shop-search:focus,.shop-select:focus,.form-control:focus{border-color:var(--muk-mint);box-shadow:0 0 0 4px rgba(117,196,173,.16)}.shop-categories{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 30px}.filter-chip{border:1px solid var(--muk-border);background:#fff;color:var(--muk-green);padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:600;transition:.25s}.filter-chip:hover,.filter-chip.is-active{background:var(--muk-green);color:#fff;border-color:var(--muk-green)}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.shop-grid .product-card{width:auto;min-width:0;margin-top:12px}.shop-empty{grid-column:1/-1;padding:50px;text-align:center;background:var(--muk-soft);border-radius:22px;color:var(--muk-muted)}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;align-items:start}.product-gallery{position:sticky;top:120px}.product-main-image{min-height:600px;border:1px solid var(--muk-border);border-radius:32px;background:linear-gradient(160deg,#f3f8f4,#fff);display:grid;place-items:center;overflow:hidden}.product-main-image img{max-height:520px;max-width:76%;object-fit:contain}.product-thumbs{display:flex;gap:12px;margin-top:14px}.product-thumb{width:82px;height:82px;border:1px solid var(--muk-border);border-radius:16px;background:#fff;display:grid;place-items:center;cursor:pointer}.product-thumb.is-active{border-color:var(--muk-green);box-shadow:0 0 0 2px rgba(48,79,52,.12)}.product-thumb img{max-height:70px}.product-summary .product-kicker{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--muk-mint)}.product-summary h1{font-family:"Milanesa Serif",serif;font-size:clamp(44px,5vw,72px);line-height:1;color:var(--muk-green);margin:10px 0 14px}.rating-row{display:flex;gap:10px;align-items:center;color:#c99b3e;font-size:14px}.rating-row span:last-child{color:var(--muk-muted)}.detail-price{font-size:26px;font-weight:700;color:var(--muk-green);margin:20px 0}.product-short{color:var(--muk-muted);line-height:1.8}.benefit-list{display:grid;gap:10px;margin:24px 0;padding:0;list-style:none}.benefit-list li{display:flex;gap:10px;align-items:flex-start;color:var(--muk-text)}.benefit-list li:before{content:'✓';width:22px;height:22px;border-radius:50%;background:var(--muk-soft);color:var(--muk-green);display:grid;place-items:center;font-weight:700;font-size:12px;flex:0 0 22px}.purchase-row{display:flex;gap:12px;margin-top:26px}.qty-control{display:flex;border:1px solid var(--muk-border);border-radius:14px;overflow:hidden;background:#fff}.qty-control button,.qty-control input{width:44px;height:50px;border:0;background:#fff;text-align:center;font:inherit}.qty-control button{cursor:pointer;font-size:20px}.product-primary{flex:1;border:0;border-radius:14px;background:var(--muk-green);color:#fff;padding:0 24px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s}.product-primary:hover{background:#24422b;transform:translateY(-2px)}.product-meta{border-top:1px solid var(--muk-border);margin-top:28px;padding-top:20px;display:grid;gap:8px;color:var(--muk-muted);font-size:13px}.product-tabs{margin-top:65px}.tab-buttons{display:flex;border-bottom:1px solid var(--muk-border);gap:28px}.tab-button{border:0;background:none;padding:14px 0;font-weight:700;color:var(--muk-muted);cursor:pointer;border-bottom:2px solid transparent}.tab-button.is-active{color:var(--muk-green);border-color:var(--muk-green)}.tab-panel{display:none;padding:28px 0;color:var(--muk-muted);line-height:1.8}.tab-panel.is-active{display:block}.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.ingredient-card{background:var(--muk-soft);border-radius:18px;padding:22px}.ingredient-card h4{color:var(--muk-green);margin:0 0 8px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.story-media{min-height:500px;border-radius:30px;background:linear-gradient(145deg,#dfeee6,#f7f4e7);display:grid;place-items:center;overflow:hidden}.story-media img{width:100%;height:100%;object-fit:cover}.story-copy h2,.section-title{font-family:"Milanesa Serif",serif;color:var(--muk-green);font-size:clamp(38px,5vw,64px);line-height:1.03;margin:0 0 20px}.story-copy p,.legal-copy p,.legal-copy li{color:var(--muk-muted);line-height:1.85}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:42px}.value-card{padding:30px 24px;border:1px solid var(--muk-border);border-radius:24px;background:#fff;transition:.25s}.value-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(35,70,42,.1)}.value-card .value-icon{width:52px;height:52px;border-radius:50%;background:var(--muk-soft);display:grid;place-items:center;color:var(--muk-green);font-size:22px}.value-card h3{color:var(--muk-green);margin:18px 0 9px}.value-card p{color:var(--muk-muted);line-height:1.7;font-size:14px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px}.contact-card,.form-card{border:1px solid var(--muk-border);border-radius:28px;padding:38px;background:#fff}.contact-method{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--muk-border)}.contact-method:last-child{border:0}.contact-method strong{display:block;color:var(--muk-green);margin-bottom:5px}.contact-method a,.contact-method span{color:var(--muk-muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:grid;gap:8px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:600;color:var(--muk-green);font-size:13px}.form-control textarea,textarea.form-control{min-height:150px;resize:vertical}.submit-button{border:0;border-radius:14px;background:var(--muk-green);color:#fff;padding:15px 24px;font-weight:700;cursor:pointer;transition:.25s}.submit-button:hover{background:#24422b;transform:translateY(-2px)}.form-notice{display:none;margin-top:14px;padding:13px 15px;border-radius:12px;background:#e9f6ec;color:var(--muk-green)}.form-notice.is-visible{display:block}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.guide-card{border:1px solid var(--muk-border);border-radius:24px;overflow:hidden;background:#fff}.guide-image{height:220px;background:linear-gradient(140deg,#e4f1e8,#f7f3e8);display:grid;place-items:center;color:var(--muk-green);font-family:"Milanesa Serif";font-size:38px}.guide-body{padding:25px}.guide-body h3{color:var(--muk-green);font-size:20px}.guide-body p{color:var(--muk-muted);line-height:1.7}.guide-body a{color:var(--muk-green);font-weight:700}
.faq-page-list{max-width:900px;margin:0 auto}.legal-copy h2{font-family:"Milanesa Serif";color:var(--muk-green);font-size:34px;margin:42px 0 12px}.legal-copy h3{color:var(--muk-green);margin-top:30px}.legal-copy ul{padding-left:20px}.legal-updated{background:var(--muk-soft);border-radius:15px;padding:16px 18px;color:var(--muk-muted);font-size:13px}
.cart-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:34px}.cart-list{display:grid;gap:15px}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:18px;align-items:center;border:1px solid var(--muk-border);border-radius:20px;padding:15px;background:#fff}.cart-row img{width:90px;height:100px;object-fit:contain;border-radius:14px;background:var(--muk-soft)}.cart-row h3{color:var(--muk-green);font-size:17px;margin:0 0 7px}.cart-row .remove-cart{border:0;background:none;color:#a25b5b;cursor:pointer}.cart-summary{border:1px solid var(--muk-border);border-radius:24px;padding:28px;background:#fff;height:max-content;position:sticky;top:120px}.summary-line{display:flex;justify-content:space-between;padding:11px 0;color:var(--muk-muted)}.summary-line.total{border-top:1px solid var(--muk-border);margin-top:10px;padding-top:18px;color:var(--muk-green);font-size:20px;font-weight:700}.checkout-button{display:block;text-align:center;background:var(--muk-green);color:#fff;border-radius:14px;padding:15px;margin-top:18px;font-weight:700}.empty-cart-page{text-align:center;padding:70px 20px;border:1px dashed var(--muk-border);border-radius:24px}.empty-cart-page h2{font-family:"Milanesa Serif";color:var(--muk-green);font-size:42px}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px}.checkout-section{border:1px solid var(--muk-border);border-radius:24px;padding:30px;background:#fff;margin-bottom:22px}.checkout-section h2{color:var(--muk-green);font-size:21px;margin-top:0}.radio-card{display:flex;gap:12px;padding:15px;border:1px solid var(--muk-border);border-radius:14px;margin:10px 0;cursor:pointer}.radio-card:has(input:checked){border-color:var(--muk-green);background:var(--muk-soft)}
.account-shell{display:grid;grid-template-columns:260px 1fr;gap:35px}.account-nav{display:grid;gap:8px;height:max-content}.account-nav button{border:1px solid var(--muk-border);background:#fff;color:var(--muk-green);border-radius:13px;padding:13px 16px;text-align:left;font-weight:600;cursor:pointer}.account-nav button.is-active{background:var(--muk-green);color:#fff}.account-panel{display:none}.account-panel.is-active{display:block}.account-card{border:1px solid var(--muk-border);border-radius:24px;padding:30px;background:#fff}.order-card{border:1px solid var(--muk-border);border-radius:16px;padding:18px;margin-top:12px}.order-status{display:inline-flex;background:#e9f6ec;color:var(--muk-green);padding:5px 9px;border-radius:99px;font-size:12px;font-weight:700}
.order-success{text-align:center;max-width:760px;margin:0 auto;border:1px solid var(--muk-border);border-radius:30px;padding:60px 35px;background:#fff}.success-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--muk-green);color:#fff;font-size:38px;margin:0 auto 22px}.order-success h1{font-family:"Milanesa Serif";color:var(--muk-green);font-size:54px;margin:0 0 14px}.order-details{margin:28px auto;text-align:left;background:var(--muk-soft);border-radius:18px;padding:22px;max-width:500px}
.site-notice{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);opacity:0;z-index:9999;background:var(--muk-deep);color:#fff;padding:13px 20px;border-radius:999px;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:.25s;pointer-events:none}.site-notice.is-visible{opacity:1;transform:translate(-50%,0)}.product-count{font-size:13px;color:var(--muk-muted)}
@media(max-width:1050px){.shop-grid{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid{gap:35px}.product-main-image{min-height:500px}}
@media(max-width:800px){.page-hero{padding-top:120px}.shop-toolbar{grid-template-columns:1fr}.shop-grid{grid-template-columns:repeat(2,1fr)}.product-detail-grid,.story-grid,.contact-grid,.cart-layout,.checkout-grid{grid-template-columns:1fr}.product-gallery,.cart-summary{position:static}.product-main-image{min-height:420px}.values-grid,.guide-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.account-shell{grid-template-columns:1fr}.account-nav{grid-template-columns:repeat(2,1fr)}.ingredients-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:80px 1fr auto}.cart-row .cart-line-total{grid-column:2/4}}
@media(max-width:520px){.content-section{padding:58px 20px}.page-hero{padding-left:20px;padding-right:20px}.shop-grid{grid-template-columns:1fr}.product-main-image{min-height:360px}.purchase-row{flex-wrap:wrap}.product-primary{height:50px;flex-basis:100%}.values-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:70px 1fr}.cart-row .qty-control,.cart-row .cart-line-total{grid-column:2}.account-nav{grid-template-columns:1fr}.order-success{padding:40px 20px}.order-success h1{font-size:42px}}

.mini-cart-row{display:grid;grid-template-columns:58px 1fr 28px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.mini-cart-row img{width:58px;height:68px;object-fit:contain;background:var(--muk-soft);border-radius:10px}.mini-cart-row strong{display:block;color:var(--muk-green);font-size:13px}.mini-cart-row span{display:block;color:var(--muk-muted);font-size:12px;margin-top:4px}.mini-cart-row button{border:0;background:transparent;font-size:22px;color:#8e5c5c;cursor:pointer}.copyright a{color:inherit}.wishlist-button.is-active svg{fill:var(--green);stroke:var(--green)}

/* WordPress and WooCommerce launch styles */
.custom-logo{max-height:76px;width:auto}.woocommerce .woocommerce-breadcrumb{color:var(--muk-muted);margin-bottom:28px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--muk-border);border-radius:24px;padding:16px;background:#fff;transition:.25s;overflow:visible}.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(35,70,42,.1)}.woocommerce ul.products li.product img{border-radius:18px;background:var(--muk-soft);margin:0 0 16px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--muk-green);font-size:16px!important}.woocommerce ul.products li.product .price{color:var(--muk-green)!important;font-weight:700}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--muk-green)!important;color:#fff!important;border-radius:12px!important;padding:13px 17px!important}.woocommerce a.button:hover,.woocommerce button.button:hover{background:#24422b!important}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:55px}.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{width:auto!important;float:none!important}.woocommerce div.product .product_title{font-family:var(--serif);font-size:58px;color:var(--muk-green);line-height:1}.woocommerce div.product p.price{color:var(--muk-green)!important;font-size:25px}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related{grid-column:1/-1}.woocommerce table.shop_table{border-radius:18px;border-color:var(--muk-border)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--muk-border);border-radius:12px;padding:13px;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation{width:25%}.woocommerce-account .woocommerce-MyAccount-content{width:70%}.woocommerce-message,.woocommerce-info{border-top-color:var(--muk-green);background:var(--muk-soft)}.woocommerce-message:before,.woocommerce-info:before{color:var(--muk-green)}.woocommerce-mini-cart-item{display:grid!important;grid-template-columns:60px 1fr 25px;gap:12px;align-items:center;padding:12px 0!important}.woocommerce-mini-cart-item img{width:60px!important;height:68px!important;object-fit:contain}.woocommerce-mini-cart__total{display:flex;justify-content:space-between}.woocommerce-mini-cart__buttons{display:none}.contact-card .value-icon{flex:0 0 auto}
@media(max-width:900px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.woocommerce div.product{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:25px}}
@media(max-width:520px){.woocommerce ul.products{grid-template-columns:1fr}.woocommerce div.product .product_title{font-size:44px}}


/* MUK launch refinements: restored typography, page icons, tracking and WhatsApp support */
:root{--serif:"Milanesa Serif",Georgia,serif;--sans:Montserrat,Arial,sans-serif}
body{font-family:var(--sans)}
h1,h2,.section-heading h2,.about-copy h2,.cta-copy h2,.page-hero h1,.story-copy h2,.section-title,.product-summary h1,.guide-image,.legal-copy h2,.empty-cart-page h2,.order-success h1,.cart-drawer-header h2,.product-search-form label{font-family:var(--serif)!important;font-weight:400!important}

/* Refined button style based on the earlier approved version */
.split-button{border:1px solid rgba(48,79,52,.18);box-shadow:0 10px 24px rgba(48,79,52,.08);transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}
.split-button:before{display:none!important}
.split-button:hover{background:var(--green);color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(48,79,52,.16)}
.split-button:hover>span:first-child{color:#fff}.split-button:hover .button-arrow{transform:none!important;background:#5bb99d}
.legacy-button{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.075em;font-weight:700;font-size:13px;border:1px solid var(--green);transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}
.legacy-button:hover{background:#fff;color:var(--green);transform:translateY(-2px);box-shadow:0 12px 26px rgba(48,79,52,.13)}
.legacy-button .legacy-arrow{font-size:16px;line-height:1}
.story-copy .legacy-button{margin-top:14px;width:max-content;align-self:flex-start}

/* About values */
.value-card{display:flex;flex-direction:column;align-items:flex-start;min-height:245px}
.value-card .value-icon{width:64px;height:64px;padding:14px;overflow:hidden;flex:0 0 64px}
.value-card .value-icon img{width:100%;height:100%;object-fit:contain;filter:invert(27%) sepia(13%) saturate(1220%) hue-rotate(76deg) brightness(91%) contrast(86%)}
.value-card h3{margin-top:20px}

/* Contact details */
.contact-method{align-items:center}
.contact-method-icon{width:46px;height:46px;border-radius:50%;background:var(--muk-soft,#eef3ed);display:grid;place-items:center;flex:0 0 46px;padding:12px}
.contact-method-icon img{width:100%;height:100%;object-fit:contain;filter:invert(27%) sepia(13%) saturate(1220%) hue-rotate(76deg) brightness(91%) contrast(86%)}
.contact-method>div:last-child{min-width:0}.contact-method a,.contact-method span{overflow-wrap:anywhere}
.footer-location{line-height:1.55}

/* Customer order tracking */
.order-card{padding:22px}.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.order-card-summary p{margin:8px 0 0;color:var(--muk-muted,#718074)}
.order-delivery-estimate{font-size:13px;color:var(--muk-muted,#718074);text-align:right}.order-delivery-estimate strong{display:block;color:var(--muk-green,#304f34);font-size:14px;margin-bottom:3px}
.order-tracker{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin-top:26px;padding-top:3px}
.order-tracker:before{content:"";position:absolute;left:8%;right:8%;top:18px;height:3px;background:#dbe4da;border-radius:99px}
.order-tracker-progress{position:absolute;left:8%;top:18px;height:3px;background:var(--muk-mint,#75c4ad);border-radius:99px;transition:width .5s ease}
.tracker-step{position:relative;z-index:1;text-align:center;padding:0 5px;color:#8a958b;font-size:11px;line-height:1.35}
.tracker-dot{width:34px;height:34px;border-radius:50%;margin:0 auto 9px;background:#eef3ed;border:3px solid #fff;box-shadow:0 0 0 1px #d8e1d5;display:grid;place-items:center;font-size:13px;font-weight:700}
.tracker-step.is-complete,.tracker-step.is-current{color:var(--muk-green,#304f34);font-weight:600}.tracker-step.is-complete .tracker-dot,.tracker-step.is-current .tracker-dot{background:var(--muk-mint,#75c4ad);color:#fff;box-shadow:0 0 0 1px var(--muk-mint,#75c4ad)}
.tracker-step.is-current .tracker-dot{box-shadow:0 0 0 5px rgba(117,196,173,.18)}
.order-tracking-note{margin:18px 0 0;padding:12px 14px;background:#f4f7f3;border-radius:12px;color:var(--muk-muted,#718074);font-size:12px;line-height:1.55}
.woocommerce-order-tracker{margin:0 0 34px;padding:26px;border:1px solid var(--muk-border,#d8e1d5);border-radius:22px;background:#fff}.woocommerce-order-tracker h2{margin:0 0 6px;color:var(--muk-green,#304f34);font-size:30px}.woocommerce-order-tracker .tracking-meta{margin:0 0 20px;color:var(--muk-muted,#718074)}

/* WhatsApp support */
.whatsapp-support{position:fixed;right:24px;bottom:24px;z-index:2400;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.whatsapp-launch{width:62px;height:62px;border:0;border-radius:50%;background:#25D366;display:grid;place-items:center;padding:15px;cursor:pointer;box-shadow:0 16px 38px rgba(20,94,53,.28);transition:transform .25s ease,box-shadow .25s ease}
.whatsapp-launch:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 42px rgba(20,94,53,.34)}.whatsapp-launch img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}
.whatsapp-chat-card{width:min(340px,calc(100vw - 40px));background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(26,58,31,.22);border:1px solid rgba(48,79,52,.12);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.97);transform-origin:bottom right;transition:.25s ease}
.whatsapp-support.is-open .whatsapp-chat-card{opacity:1;visibility:visible;transform:none}
.whatsapp-chat-head{display:flex;align-items:center;gap:12px;padding:17px 18px;background:var(--green);color:#fff}.whatsapp-chat-head img{width:34px;height:34px;filter:brightness(0) invert(1)}.whatsapp-chat-head strong{display:block}.whatsapp-chat-head span{display:block;font-size:11px;color:#dce9dd;margin-top:2px}.whatsapp-chat-close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}
.whatsapp-chat-body{padding:18px}.whatsapp-chat-body p{margin:0 0 14px;color:#657266;font-size:13px;line-height:1.65}.whatsapp-chat-link{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:12px;background:#25D366;color:#fff;font-weight:700;font-size:13px;transition:background .2s,transform .2s}.whatsapp-chat-link:hover{background:#1fba59;transform:translateY(-1px)}

@media(max-width:700px){.order-card-header{display:block}.order-delivery-estimate{text-align:left;margin-top:12px}.order-tracker{grid-template-columns:repeat(5,minmax(64px,1fr));overflow-x:auto;padding-bottom:8px}.order-tracker:before,.order-tracker-progress{left:35px;right:auto;width:calc(100% - 70px)}.whatsapp-support{right:16px;bottom:16px}.whatsapp-launch{width:56px;height:56px}.value-card{min-height:auto}}
.order-mini-track{display:flex;align-items:center;gap:4px;min-width:100px}.order-mini-track span{width:16px;height:5px;border-radius:99px;background:#dce5db}.order-mini-track span.is-active{background:var(--muk-mint,#75c4ad)}.order-mini-label{display:block;margin-top:6px;color:var(--muk-muted,#718074);font-size:11px}


/* V4: aligned Buy Now product CTAs */
.product-info{
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  min-height:142px;
}
.product-info h3{
  min-height:46px;
  display:flex;
  align-items:flex-start;
}
.product-actions{
  width:100%;
  margin-top:auto;
  gap:12px;
  align-items:center;
  justify-content:space-between;
}
.buy-button{
  box-sizing:border-box;
  flex:1 1 auto;
  min-width:0;
  max-width:170px;
  height:44px;
  padding:0 18px;
  border:2px solid var(--green);
  border-radius:2px;
  background:var(--green);
  color:#fff;
  line-height:1;
  white-space:nowrap;
  text-align:center;
  box-shadow:none;
  transform:none;
  transition:background-color .24s ease,color .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease;
}
.buy-button:hover,
.buy-button:focus-visible{
  background:var(--mint);
  color:var(--green);
  border-color:var(--green);
  outline:none;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(38,67,42,.13);
}
.buy-button span{transition:transform .24s ease}
.buy-button:hover span,.buy-button:focus-visible span{transform:translate(2px,-2px)}
.cart-icon-button{flex:0 0 auto}

/* WooCommerce product grids use the same aligned CTA treatment. */
.woocommerce ul.products li.product{
  display:flex;
  flex-direction:column;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:48px}
.woocommerce ul.products li.product .price{margin-bottom:14px}
.woocommerce ul.products li.product .button{
  margin-top:auto;
  min-height:44px;
  padding:0 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--green);
  border-radius:2px;
  background:var(--green);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:12px;
  font-weight:700;
  transition:background-color .24s ease,color .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible{
  background:var(--mint);
  color:var(--green);
  border-color:var(--green);
  outline:none;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(38,67,42,.13);
}
@media(max-width:620px){
  .product-info{min-height:130px}
  .product-info h3{min-height:41px}
  .buy-button{height:40px;padding:0 13px;font-size:11px}
  .product-actions{gap:8px}
}


/* Image replacement update */
.match-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,opacity .35s ease;}
.match-card .match-default{opacity:1;}
.match-card .match-hover{opacity:0;}
.match-card:hover .match-default{opacity:0;transform:scale(1.03);}
.match-card:hover .match-hover{opacity:1;transform:scale(1.045);}
.match-card span{z-index:2;}
.benefit-image-placeholder{padding:0 !important;overflow:hidden;}
.benefit-showcase-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;}


/* Final image and slider corrections */
.hero-slide{transition:opacity .75s ease,visibility .75s ease}
.hero-slide .split-button{--hero-accent:#6cc6a8;--hero-dark:#315537}
.hero-jojoba .split-button{--hero-accent:#76c6aa;--hero-dark:#2d5d45}
.hero-hair-food .split-button{--hero-accent:#d1ad50;--hero-dark:#70541d}
.hero-rosemary .split-button{--hero-accent:#8b7bbd;--hero-dark:#4c386e}
.hero-onion .split-button{--hero-accent:#c57a82;--hero-dark:#6d2f38}
.hero-argan .split-button{--hero-accent:#c69b48;--hero-dark:#6a4b18}
.hero-slide .split-button .button-arrow{background:var(--hero-accent)!important}
.hero-slide .split-button:hover{background:var(--hero-accent)!important;border-color:var(--hero-dark)!important;color:var(--hero-dark)!important}
.hero-slide .split-button:hover>span:first-child{color:var(--hero-dark)!important}
.hero-slide .split-button:hover .button-arrow{background:var(--hero-dark)!important;color:#fff!important}
.product-card{background:#e9e9e9!important}
.product-image{position:relative;background:#e9e9e9!important;overflow:hidden}
.product-image img{position:absolute;inset:0;margin:auto!important;width:100%!important;height:100%!important;object-fit:contain!important;transition:opacity .4s ease,transform .5s ease!important}
.product-image .product-default-image{opacity:1;z-index:1}
.product-image .product-hover-image{opacity:0;z-index:2}
.product-card:hover .product-image .product-default-image{opacity:0;transform:scale(1.02)!important}
.product-card:hover .product-image .product-hover-image{opacity:1;transform:scale(1.035)!important}
.product-info{background:#e9e9e9}
.match-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .38s ease,transform .5s ease}
.match-card .match-default{opacity:1;z-index:1}
.match-card .match-hover{opacity:0;z-index:2}
.match-card:hover .match-default{opacity:0!important;transform:scale(1.02)!important}
.match-card:hover .match-hover{opacity:1!important;transform:scale(1.04)!important}
.match-card span{z-index:3}
.cta-copy .split-button{background:#fff!important;color:var(--green)!important;border-color:#fff!important}
.cta-copy .split-button>span:first-child{color:var(--green)!important;position:relative;z-index:3}
.cta-copy .split-button:hover{background:#c7eadc!important;border-color:#203a23!important;color:#203a23!important}
.cta-copy .split-button:hover>span:first-child{color:#203a23!important}
.cta-copy .split-button:hover .button-arrow{background:#203a23!important;color:#fff!important}
.woocommerce ul.products li.product{background:#e9e9e9!important}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block;position:relative}
.woocommerce ul.products li.product .muk-loop-image-wrap{position:relative;display:block;aspect-ratio:1/1.1;overflow:hidden;border-radius:18px;background:#e9e9e9}
.woocommerce ul.products li.product .muk-loop-image-wrap img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;transition:opacity .4s ease,transform .5s ease}
.woocommerce ul.products li.product .muk-loop-hover{opacity:0}
.woocommerce ul.products li.product:hover .muk-loop-default{opacity:0;transform:scale(1.02)}
.woocommerce ul.products li.product:hover .muk-loop-hover{opacity:1;transform:scale(1.035)}


/* Hero copy alignment matched to final Figma reference */
.hero-copy{width:560px;top:128px;color:#384830}
.hero-eyebrow{font-family:var(--sans);font-size:30px;line-height:1.16;font-weight:500;letter-spacing:0;text-transform:uppercase;margin:0 0 18px;max-width:none}
.hero-eyebrow span,.hero-copy h1 span{display:block}
.hero-copy h1{font-family:var(--serif);font-size:82px;font-weight:700;line-height:.82;letter-spacing:-.018em;text-transform:uppercase;margin:0 0 28px;max-width:none}
.hero-hair-food .hero-copy{left:10%;top:19%;color:#fff}
.hero-rosemary .hero-copy{left:21.5%;top:15.5%;color:#181850}
.hero-onion .hero-copy{left:10.5%;top:15.5%;color:#482860}
.hero-jojoba .hero-copy{left:4.7%;top:8%;color:#384830}
.hero-argan .hero-copy{left:14.5%;top:14%;color:#584020}
.hero-hair-food .hero-eyebrow{font-size:28px}
.hero-argan .hero-eyebrow{font-size:25px}
.hero-argan .hero-copy h1{font-size:76px}
.hero-slide .split-button{margin-top:0}

/* Keep the complete match-card surface hoverable, including its bottom edge */
.match-section{position:relative;z-index:3}
.match-grid{position:relative;z-index:3;padding-bottom:24px}
.match-card{display:block;isolation:isolate;cursor:pointer;z-index:1}
.match-card img,.match-card span{pointer-events:none}
.match-card .match-default{opacity:1!important;z-index:1}
.match-card .match-hover{opacity:0!important;z-index:2}
.match-card:hover .match-default,.match-card:focus-visible .match-default{opacity:0!important;transform:scale(1.02)!important}
.match-card:hover .match-hover,.match-card:focus-visible .match-hover{opacity:1!important;transform:scale(1.04)!important}
.match-card:hover span,.match-card:focus-visible span{transform:translateY(0)!important}

@media(max-width:1200px){
  .hero-copy{top:115px;width:440px}
  .hero-eyebrow{font-size:21px;margin-bottom:16px}
  .hero-copy h1{font-size:58px;margin-bottom:24px}
  .hero-hair-food .hero-copy,.hero-rosemary .hero-copy,.hero-onion .hero-copy,.hero-jojoba .hero-copy,.hero-argan .hero-copy{left:7vw;top:115px}
  .hero-argan .hero-eyebrow{font-size:21px}.hero-argan .hero-copy h1{font-size:58px}
}
@media(max-width:760px){
  .hero-copy,.hero-hair-food .hero-copy,.hero-rosemary .hero-copy,.hero-onion .hero-copy,.hero-jojoba .hero-copy,.hero-argan .hero-copy{left:28px;right:28px;top:92px;width:auto}
  .hero-eyebrow,.hero-hair-food .hero-eyebrow,.hero-argan .hero-eyebrow{font-size:17px;line-height:1.18;margin-bottom:14px}
  .hero-copy h1,.hero-argan .hero-copy h1{font-size:47px;line-height:.86;margin-bottom:25px}
}

/* Final hero alignment correction: keep every slide on the same left grid */
@media(min-width:1201px){
  .hero-copy,
  .hero-hair-food .hero-copy,
  .hero-rosemary .hero-copy,
  .hero-onion .hero-copy,
  .hero-jojoba .hero-copy,
  .hero-argan .hero-copy{
    left:8vw;
    top:128px;
    width:560px;
  }
  .hero-eyebrow,
  .hero-hair-food .hero-eyebrow,
  .hero-argan .hero-eyebrow{
    font-size:30px;
  }
  .hero-copy h1,
  .hero-argan .hero-copy h1{
    font-size:82px;
  }
}


/* Wishlist header, drawer and botanical interaction effects */
.header-inner{position:relative}
.wishlist-open{position:absolute;left:76px;top:50%;transform:translateY(-50%);z-index:3}
.wishlist-open:hover{transform:translateY(calc(-50% - 2px))}
.wishlist-open svg{fill:none;stroke:var(--green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wishlist-open.has-items svg,.wishlist-open[aria-expanded="true"] svg{fill:rgba(115,198,173,.34)}
.muk-wishlist-count{position:absolute;right:-3px;top:-3px;display:grid;place-items:center;min-width:21px;height:21px;border-radius:99px;background:var(--mint);color:var(--green-deep);font-size:11px;font-weight:700;padding:0 5px;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.muk-wishlist-count.is-empty{opacity:.72}

.wishlist-backdrop{position:fixed;z-index:2500;inset:0;background:rgba(20,35,22,.45);opacity:0;visibility:hidden;transition:.35s}
.wishlist-backdrop.is-open{opacity:1;visibility:visible}
.wishlist-drawer{position:fixed;z-index:2600;left:0;top:0;width:min(460px,100%);height:100vh;background:#fff;transform:translateX(-102%);transition:transform .45s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:20px 0 60px rgba(0,0,0,.15)}
.wishlist-drawer.is-open{transform:none}
.wishlist-drawer-header{height:100px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}
.wishlist-drawer-header h2{font-family:var(--serif)!important;font-size:40px;font-weight:400!important;margin:0}
.wishlist-close{border:0;background:transparent;font-size:42px;line-height:1;cursor:pointer;color:var(--green)}
.wishlist-drawer-body{flex:1;overflow:auto;padding:26px 30px}
.wishlist-drawer-footer{padding:20px 30px 30px;border-top:1px solid #eee}
.wishlist-drawer-footer .button{width:100%}
.empty-wishlist{text-align:center;color:#888;margin-top:60px}
.wishlist-drawer-item{display:grid;grid-template-columns:78px 1fr 28px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}
.wishlist-item-image{width:78px;height:88px;border-radius:12px;background:#e9e9e9;display:grid;place-items:center;overflow:hidden}
.wishlist-item-image img{width:100%;height:100%;object-fit:contain}
.wishlist-image-fallback{font-size:29px;color:var(--mint)}
.wishlist-item-copy strong{display:block;font-size:14px;color:var(--green);text-transform:capitalize}
.wishlist-item-copy span{display:block;font-size:13px;color:#7f7d7d;margin-top:6px}
.wishlist-remove{border:0;background:transparent;font-size:25px;color:#8e5c5c;cursor:pointer}

.wishlist-button,.cart-icon-button,.muk-loop-cart-icon{overflow:visible!important;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}
.wishlist-button:hover{transform:scale(1.08)}
.cart-icon-button:hover,.muk-loop-cart-icon:hover{transform:translateY(-2px) scale(1.06);background:rgba(115,198,173,.2);border-radius:50%}
.wishlist-button.is-celebrating,.cart-icon-button.is-celebrating,.muk-loop-cart-icon.is-celebrating{animation:muk-button-pop .72s cubic-bezier(.2,.85,.3,1)}
@keyframes muk-button-pop{0%,100%{transform:scale(1)}30%{transform:scale(.86)}58%{transform:scale(1.2)}78%{transform:scale(.98)}}

.botanical-burst{position:fixed;z-index:99999;width:1px;height:1px;pointer-events:none}
.botanical-particle{position:absolute;left:0;top:0;display:block;font-family:Georgia,serif;font-weight:700;line-height:1;opacity:0;animation:muk-botanical-burst .88s cubic-bezier(.17,.8,.27,1) var(--burst-delay) forwards}
.botanical-burst-wishlist .is-heart{font-size:17px;color:#4b6745}
.botanical-burst-wishlist .is-leaf{font-size:19px;color:#73c6ad}
.botanical-burst-wishlist .is-spark{font-size:13px;color:#b3a25a}
.botanical-burst-cart .is-leaf{font-size:20px;color:#4f7948}
.botanical-burst-cart .is-spark{font-size:14px;color:#73c6ad}
@keyframes muk-botanical-burst{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.15) rotate(0deg)}
  18%{opacity:1}
  72%{opacity:1}
  100%{opacity:0;transform:translate(calc(-50% + var(--burst-x)),calc(-50% + var(--burst-y))) scale(1.08) rotate(var(--burst-rotate))}
}

.woocommerce ul.products li.product{position:relative}
.woocommerce ul.products li.product .muk-loop-wishlist{position:absolute;z-index:8;right:17px;top:17px;width:34px;height:34px}
.woocommerce ul.products li.product .muk-loop-cart-icon{display:inline-grid;place-items:center;width:42px;height:42px;margin-left:9px;vertical-align:middle;color:var(--green);background:transparent;border:0}
.woocommerce ul.products li.product .muk-loop-cart-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:900px){
  .wishlist-open{left:72px;width:48px;height:48px}
  .wishlist-open svg{width:23px;height:23px}
}
@media(max-width:620px){
  .wishlist-open{left:57px;width:43px;height:43px}
  .wishlist-open svg{width:21px;height:21px}
  .muk-wishlist-count{min-width:18px;height:18px;font-size:9px}
  .wishlist-drawer-header{height:88px;padding:0 22px}
  .wishlist-drawer-header h2{font-size:34px}
  .wishlist-drawer-body{padding:20px 22px}
  .wishlist-drawer-footer{padding:18px 22px 24px}
}



/* Mobile responsive usability improvements - locked desktop preserved */
@media (max-width: 760px){
  :root{--header-h:72px}
  .site-header,.header-inner{height:72px}
  .section-space{padding:72px 20px}
  .header-inner{grid-template-columns:1fr;position:relative;padding:0 14px}
  .desktop-nav,.header-inner>.search-open{display:none!important}
  .brand-logo{width:90px;height:58px;margin:0 auto}
  .brand-logo img{width:90px;height:58px}
  .wishlist-open{left:auto;right:102px;top:50%;width:42px;height:42px;display:grid;place-items:center;transform:translateY(-50%)}
  .wishlist-open:hover{transform:translateY(calc(-50% - 2px))}
  .wishlist-open svg{width:21px;height:21px}
  .muk-wishlist-count{min-width:18px;height:18px;font-size:9px}
  .header-actions{position:absolute;right:10px;top:50%;transform:translateY(-50%);gap:6px}
  .header-actions .round-icon:first-child{display:none!important}
  .header-actions .round-icon{width:42px;height:42px}
  .header-actions .round-icon svg{width:20px;height:20px}
  .mobile-menu-toggle{display:block;width:42px;height:42px}
  .mobile-nav{top:72px;padding:8px 20px 20px;max-height:calc(100svh - 72px);overflow-y:auto;border-top:1px solid rgba(57,79,53,.08)}
  .mobile-nav a,.mobile-nav .mobile-nav-search{display:block;width:100%;padding:15px 0;border:0;border-bottom:1px solid #eee;background:transparent;text-align:left;text-transform:uppercase;font-size:13px;letter-spacing:.08em;color:var(--green);font-weight:600;cursor:pointer}

  .hero-section{height:auto;min-height:calc(100svh - 72px)}
  .hero-slider,.hero-slides,.hero-slide{min-height:calc(100svh - 72px)}
  .hero-slide{display:flex;align-items:flex-start;justify-content:center}
  .hero-slide picture{position:absolute;inset:0;display:block}
  .hero-background{width:100%;height:100%;object-fit:cover;object-position:center bottom}
  .hero-slide:after{display:none!important}
  .hero-copy,.hero-hair-food .hero-copy,.hero-rosemary .hero-copy,.hero-onion .hero-copy,.hero-jojoba .hero-copy,.hero-argan .hero-copy{left:20px;right:20px;top:48px;width:auto;display:flex;flex-direction:column;align-items:center;text-align:center}
  .hero-eyebrow,.hero-hair-food .hero-eyebrow,.hero-argan .hero-eyebrow{margin:0 auto 12px;max-width:320px;font-size:14px;line-height:1.25;letter-spacing:.03em;text-align:center}
  .hero-copy h1,.hero-argan .hero-copy h1{margin:0 auto 24px;max-width:320px;font-size:clamp(42px,12vw,54px);line-height:.94;text-align:center}
  .hero-slide .split-button{margin:0 auto;grid-template-columns:140px 48px;min-height:46px;font-size:12px}
  .hero-dots{left:50%;right:auto;bottom:20px;transform:translateX(-50%);justify-content:center;gap:8px}
  .hero-dot{width:24px}
  .hero-jojoba .hero-copy{color:#384830}
  .hero-jojoba .split-button .button-arrow{background:#55d0b3!important}
  .hero-hair-food .hero-copy{color:#fff}
  .hero-hair-food .split-button .button-arrow{background:#d1ad50!important}
  .hero-rosemary .hero-copy{color:#28245e}
  .hero-rosemary .split-button .button-arrow{background:#8f81da!important}
  .hero-onion .hero-copy{color:#4d315d}
  .hero-onion .split-button .button-arrow{background:#c86a73!important}
  .hero-argan .hero-copy{color:#5b4823}
  .hero-argan .split-button .button-arrow{background:#d2ad54!important}

  .delivery-marquee{height:64px}
  .delivery-item{min-width:165px;padding:0 14px;font-size:12px}
  .section-heading{margin-bottom:32px}
  .section-heading h2,.about-copy h2,.cta-copy h2{font-size:40px}
  .section-heading p{font-size:14px;margin-top:12px}

  .about-card{grid-template-columns:1fr;border-radius:28px;max-width:100%}
  .about-image-wrap{height:300px;border-radius:28px 28px 0 0}
  .about-copy{padding:32px 22px}
  .about-copy p{font-size:14px}
  .about-stats{gap:14px}
  .stat strong{font-size:42px}

  .product-controls{display:none!important}
  .product-carousel{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -20px;padding:0 0 8px}
  .product-carousel::-webkit-scrollbar{display:none}
  .product-track{width:max-content;gap:16px;padding:0 20px 10px;transform:none!important}
  .product-card{flex:0 0 min(84vw,294px);scroll-snap-align:start;min-height:438px;background:#e9e9e9}
  .product-image{height:268px;padding:16px 18px 0}
  .product-image img{height:248px}
  .product-info{padding:12px 16px 16px}
  .product-info h3{font-size:18px}
  .product-price{font-size:24px}
  .product-actions{display:flex;align-items:center;gap:10px}
  .buy-button{flex:1;min-width:0}
  .pill-button{width:calc(100% - 40px);display:flex;justify-content:center;margin:24px auto 0}

  .comparison{height:470px;border-radius:28px}
  .comparison-image{object-position:center}
  .comparison-label{top:auto;bottom:24px;font-size:30px}
  .comparison-label-before{left:18px}
  .comparison-label-after{right:18px}
  .comparison-handle .handle-circle{width:56px;height:56px}

  .why-grid{max-width:100%;grid-template-columns:1fr;gap:28px}
  .why-center{order:1}
  .why-side{order:2;display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .why-item{text-align:center}
  .why-icon{margin:0 auto}
  .why-right,.why-right .why-icon{text-align:center;margin-left:auto}

  .match-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding:0 20px 10px;margin:0 -20px}
  .match-grid::-webkit-scrollbar{display:none}
  .match-card{flex:0 0 min(80vw,290px);height:390px;scroll-snap-align:start}
  .match-card span{left:14px;right:14px;bottom:14px}
  .match-card.is-revealed .match-default{opacity:0!important;transform:scale(1.02)!important}
  .match-card.is-revealed .match-hover{opacity:1!important;transform:scale(1.04)!important}
  .match-card.is-revealed span{transform:translateY(0)!important}

  .reviews-track{gap:16px}
  .review-card{flex:0 0 min(82vw,320px)}
  .review-card img{height:200px;object-fit:cover}

  .benefit-map{height:auto;padding:16px;border-radius:24px}
  .benefit-image-placeholder{min-height:250px;border-radius:20px;overflow:hidden}

  .faq-item button{min-height:72px;padding:18px 20px;font-size:15px}
  .faq-answer p{padding:0 20px 22px;font-size:14px}

  .cta-card{grid-template-columns:1fr;height:auto}
  .cta-copy{text-align:center;padding:34px 22px}
  .cta-copy p{font-size:15px}
  .cta-copy .split-button{margin:12px auto 0}
  .cta-image{height:260px}

  .site-footer{padding-top:60px}
  .footer-inner{grid-template-columns:1fr;gap:26px}
  .footer-brand{grid-column:auto;text-align:center}
  .footer-brand img{margin:0 auto 20px}
  .copyright{text-align:center;margin-top:28px;font-size:13px}

  .product-search-form label{font-size:34px}
  .search-field-wrap input{font-size:16px}
}

@media (max-width: 560px){
  .why-side{grid-template-columns:1fr}
  .match-card{flex-basis:min(84vw,300px);height:370px}
  .product-card{flex-basis:min(86vw,296px)}
  .comparison{height:440px}
  .comparison-label{font-size:26px}
}

/* Mobile-only hero colour and CTA order refinements */
@media (max-width: 760px){
  .hero-copy,
  .hero-hair-food .hero-copy,
  .hero-rosemary .hero-copy,
  .hero-onion .hero-copy,
  .hero-jojoba .hero-copy,
  .hero-argan .hero-copy{
    color:#fff!important;
    text-shadow:0 2px 12px rgba(20,25,20,.28);
  }
  .hero-eyebrow,
  .hero-copy h1{
    color:#fff!important;
  }
  .hero-slide .split-button{
    text-shadow:none;
  }
  .cta-card{
    display:flex;
    flex-direction:column;
  }
  .cta-image{
    order:1;
    width:100%;
    height:300px;
    border-radius:28px 28px 0 0;
  }
  .cta-copy{
    order:2;
    width:100%;
    border-radius:0 0 28px 28px;
  }
}
@media (max-width: 480px){
  .cta-image{height:270px}
}


/* Final mobile interaction and layout corrections */
@media (max-width:760px){
  /* Mobile header: search on left, logo centred, cart/menu on right, wishlist inside menu. */
  .header-inner>.search-open{
    display:grid!important;
    place-items:center;
    position:absolute;
    left:10px;
    top:50%;
    width:42px;
    height:42px;
    transform:translateY(-50%);
    z-index:5;
  }
  .header-inner>.search-open:hover{transform:translateY(calc(-50% - 2px))}
  .header-wishlist-open{display:none!important}
  .mobile-nav .mobile-wishlist-open{
    display:flex;
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    z-index:auto;
    width:100%;
    min-height:52px;
    padding:15px 0;
    align-items:center;
    justify-content:space-between;
    border:0;
    border-bottom:1px solid #eee;
    background:transparent;
    color:var(--green);
    text-align:left;
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
    letter-spacing:.08em;
    cursor:pointer;
  }
  .mobile-nav .mobile-wishlist-open:hover{transform:none}
  .mobile-nav .mobile-wishlist-open .muk-wishlist-count{
    position:static;
    min-width:24px;
    height:24px;
    font-size:11px;
  }

  /* About: centred copy and a taller, lower-positioned crop so every bottle remains visible. */
  .about-copy{text-align:center}
  .about-copy h2,.about-copy p{margin-left:auto;margin-right:auto}
  .about-stats{justify-content:center}
  .about-image-wrap{height:440px!important}
  .about-image-wrap img{object-fit:cover!important;object-position:center 70%!important}

  /* Native swipe carousels with narrower cards and no clipped product imagery. */
  .product-carousel,.match-grid{
    margin-left:0!important;
    margin-right:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scroll-behavior:smooth;
    scroll-padding-inline:12px;
    overscroll-behavior-x:contain;
    touch-action:pan-x pan-y;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    cursor:grab;
  }
  .product-carousel:active,.match-grid:active{cursor:grabbing}
  .product-track{padding-left:4px!important;padding-right:4px!important;transition:none!important;transform:none!important;will-change:auto!important}
  .product-card{
    flex:0 0 clamp(252px,76vw,278px)!important;
    scroll-snap-align:center;
    scroll-snap-stop:normal;
  }
  .product-image{height:258px!important;overflow:hidden!important}
  .product-image img{
    inset:11px 14px!important;
    width:calc(100% - 28px)!important;
    height:calc(100% - 22px)!important;
    max-width:none!important;
    pointer-events:none;
    -webkit-user-drag:none;
  }
  .product-card:not(.mobile-alt) .product-default-image{opacity:1!important;transform:scale(1)!important}
  .product-card:not(.mobile-alt) .product-hover-image{opacity:0!important;transform:scale(1.015)!important}
  .product-card.mobile-alt .product-default-image{opacity:0!important;transform:scale(1.015)!important}
  .product-card.mobile-alt .product-hover-image{opacity:1!important;transform:scale(1)!important}

  .match-grid{padding-left:4px!important;padding-right:4px!important;gap:14px!important}
  .match-card{
    flex:0 0 clamp(250px,76vw,282px)!important;
    height:380px!important;
    scroll-snap-align:center;
    scroll-snap-stop:normal;
  }
  .match-card img{pointer-events:none;-webkit-user-drag:none}
  .match-card:not(.mobile-alt) .match-default{opacity:1!important;transform:scale(1)!important}
  .match-card:not(.mobile-alt) .match-hover{opacity:0!important;transform:scale(1.02)!important}
  .match-card:not(.mobile-alt) span{transform:translateY(130%)!important;opacity:0!important}
  .match-card.mobile-alt .match-default{opacity:0!important;transform:scale(1.02)!important}
  .match-card.mobile-alt .match-hover{opacity:1!important;transform:scale(1)!important}
  .match-card.mobile-alt span{transform:translateY(0)!important;opacity:1!important}

  /* Before/after: one centred label at a time and a larger, smoother touch target. */
  .comparison{touch-action:pan-y;user-select:none;-webkit-user-select:none;cursor:ew-resize}
  .comparison.is-dragging{cursor:grabbing}
  .comparison-label{
    left:50%!important;
    right:auto!important;
    bottom:22px!important;
    transform:translateX(-50%)!important;
    opacity:0!important;
    transition:opacity .2s ease!important;
    text-align:center;
    pointer-events:none;
  }
  .comparison-label.is-visible{opacity:1!important}
  .comparison-handle{width:82px!important;touch-action:none}
  .comparison-handle .handle-circle{width:60px!important;height:60px!important}
}

@media (max-width:480px){
  .about-image-wrap{height:420px!important}
  .product-card{flex-basis:74vw!important}
  .match-card{flex-basis:74vw!important;height:360px!important}
}


/* Mobile product grid and compact hero refinements — desktop remains locked */
@media (max-width:760px){
  /* Keep the product name prominent, while making the shared “Hair Oil” line 50% smaller. */
  .hero-copy h1 span:last-child,
  .hero-argan .hero-copy h1 span:last-child{
    font-size:.5em!important;
    line-height:1.08!important;
    margin-top:.18em;
    letter-spacing:.01em;
  }
  /* Make the mobile hero CTA approximately 20% smaller. */
  .hero-slide .split-button{
    grid-template-columns:112px 40px!important;
    min-height:38px!important;
    font-size:10.5px!important;
  }
  .hero-slide .split-button .button-arrow{font-size:22px!important}

  /* Remove the circular centre logo on mobile so the four benefits follow directly. */
  .why-center{display:none!important}
  .why-grid{gap:18px!important}
  .why-side{
    order:initial!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
  }
  .why-item{min-width:0}

  /* Two-column product grid inspired by the supplied mobile reference. */
  .products-section .product-carousel{
    overflow:visible!important;
    margin:0!important;
    padding:0!important;
    scroll-snap-type:none!important;
    touch-action:auto!important;
    cursor:default!important;
  }
  .products-section .product-track{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
    width:100%!important;
    padding:0!important;
    transform:none!important;
  }
  .products-section .product-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    min-height:0!important;
    border-width:2px!important;
    border-radius:18px!important;
    scroll-snap-align:none!important;
    overflow:visible!important;
  }
  .products-section .product-image{
    height:210px!important;
    padding:10px 8px 0!important;
    overflow:hidden!important;
    border-radius:16px 16px 0 0!important;
  }
  .products-section .product-image img{
    inset:8px!important;
    width:calc(100% - 16px)!important;
    height:calc(100% - 16px)!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .products-section .wishlist-button{
    top:10px!important;
    right:10px!important;
    width:30px!important;
    height:30px!important;
  }
  .products-section .product-info{padding:10px 10px 12px!important}
  .products-section .product-info h3{
    min-height:42px;
    margin:0 0 7px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .products-section .product-price{
    margin-bottom:10px!important;
    font-size:19px!important;
    line-height:1.1!important;
  }
  .products-section .product-actions{gap:6px!important}
  .products-section .buy-button{
    min-width:0!important;
    height:37px!important;
    padding:0 7px!important;
    font-size:9.5px!important;
    letter-spacing:.06em!important;
  }
  .products-section .cart-icon-button{
    width:37px!important;
    height:37px!important;
    flex:0 0 37px!important;
    border-radius:50%!important;
    position:relative;
    z-index:8;
    touch-action:manipulation;
  }
  .products-section .cart-icon-button svg{width:25px!important;height:25px!important}
  .products-section .pill-button{margin-top:30px!important}
}

@media (max-width:390px){
  .products-section .product-track{gap:14px 9px!important}
  .products-section .product-image{height:188px!important}
  .products-section .product-info h3{font-size:13px!important}
  .products-section .product-price{font-size:17px!important}
  .products-section .buy-button{font-size:8.8px!important}
}


/* Final product-image cleanup and verified review metadata */
.review-author-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 5px}
.review-author-line h3{margin:0!important;font-size:15px!important;line-height:1.25;text-transform:none!important;color:#171717;font-weight:700}
.review-verified{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:2px 9px;border:1px solid #252525;border-radius:999px;background:#fff;color:#252525;font-size:10px;font-weight:500;line-height:1;letter-spacing:0;text-transform:none}
.review-date{display:block;margin:0 0 12px;color:#999;font-size:12px;line-height:1.2}
.review-body .stars{margin:0 0 10px}

@media (max-width:760px){
  /* Keep the two-column card edge clean and crop the empty outer area from trolley images. */
  .products-section .product-track{align-items:stretch!important}
  .products-section .product-card{
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    background:#e9e9e9!important;
    box-shadow:none!important;
    outline:0!important;
  }
  .products-section .product-card:hover{transform:none!important;box-shadow:none!important}
  .products-section .product-image{
    position:relative!important;
    overflow:hidden!important;
    background:#e9e9e9!important;
    border:0!important;
    box-shadow:none!important;
  }
  .products-section .product-info{
    position:relative;
    z-index:4;
    flex:1;
    display:flex;
    flex-direction:column;
    background:#e9e9e9!important;
    border:0!important;
    box-shadow:none!important;
  }
  .products-section .product-actions{margin-top:auto}
  .products-section .product-image .product-hover-image{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center 44%!important;
    transform:scale(1.18)!important;
  }
  .products-section .product-card:not(.mobile-alt) .product-hover-image{
    opacity:0!important;
    transform:scale(1.18)!important;
  }
  .products-section .product-card.mobile-alt .product-hover-image{
    opacity:1!important;
    transform:scale(1.18)!important;
  }
  .products-section .product-card,
  .products-section .product-image,
  .products-section .product-info{background-clip:padding-box!important}

  .review-author-line{gap:7px}
  .review-author-line h3{font-size:14px!important}
  .review-verified{min-height:22px;padding:2px 8px;font-size:9px}
  .review-date{font-size:11px;margin-bottom:10px}
}

/* Shop archive cards matched to the approved homepage product-card design */
.woocommerce ul.products li.product.muk-shop-product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:auto!important;
  min-width:0!important;
  min-height:472px!important;
  margin:0!important;
  padding:0!important;
  border:3px solid var(--green)!important;
  border-radius:24px!important;
  background:#e9e9e9!important;
  overflow:hidden!important;
  box-shadow:none!important;
  transition:transform .35s ease,box-shadow .35s ease!important;
}
.woocommerce ul.products li.product.muk-shop-product-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 18px 38px rgba(38,67,42,.13)!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .wishlist-button{
  right:18px!important;
  top:18px!important;
  width:31px!important;
  height:31px!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-image{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:310px!important;
  padding:18px 24px 0!important;
  margin:0!important;
  background:#e9e9e9!important;
  overflow:hidden!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-image img{
  position:absolute!important;
  inset:0!important;
  margin:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  transition:opacity .4s ease,transform .5s ease!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-default-image{opacity:1!important;z-index:1}
.woocommerce ul.products li.product.muk-shop-product-card .product-hover-image{opacity:0!important;z-index:2}
.woocommerce ul.products li.product.muk-shop-product-card:hover .product-default-image{opacity:0!important;transform:scale(1.02)!important}
.woocommerce ul.products li.product.muk-shop-product-card:hover .product-hover-image{opacity:1!important;transform:scale(1.035)!important}
.woocommerce ul.products li.product.muk-shop-product-card .product-info{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  padding:12px 20px 20px!important;
  background:#e9e9e9!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-info h3{
  min-height:46px!important;
  margin:0 0 7px!important;
  color:var(--green)!important;
  font-size:19px!important;
  font-weight:500!important;
  line-height:1.2!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-price{
  margin:0 0 12px!important;
  color:var(--green)!important;
  font-size:25px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .product-price del{opacity:.55;font-size:.72em}
.woocommerce ul.products li.product.muk-shop-product-card .product-price ins{text-decoration:none}
.woocommerce ul.products li.product.muk-shop-product-card .product-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:auto!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .buy-button{
  flex:1!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:0 14px!important;
  border:2px solid var(--green)!important;
  border-radius:2px!important;
  background:var(--green)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .buy-button:hover,
.woocommerce ul.products li.product.muk-shop-product-card .buy-button:focus-visible{
  background:var(--mint)!important;
  color:var(--green)!important;
  border-color:var(--green)!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .cart-icon-button{
  flex:0 0 39px!important;
  width:39px!important;
  height:39px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  color:var(--green)!important;
}
.woocommerce ul.products li.product.muk-shop-product-card .cart-icon-button svg{width:29px!important;height:29px!important}

@media(max-width:760px){
  .woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card{
    min-height:0!important;
    border-width:2px!important;
    border-radius:18px!important;
    transform:none!important;
    box-shadow:none!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .product-image{
    height:210px!important;
    padding:10px 8px 0!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .product-info{padding:10px 10px 12px!important}
  .woocommerce ul.products li.product.muk-shop-product-card .product-info h3{
    min-height:42px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .product-price{
    margin-bottom:10px!important;
    font-size:19px!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .buy-button{
    height:37px!important;
    padding:0 7px!important;
    font-size:9.5px!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .cart-icon-button{
    flex-basis:37px!important;
    width:37px!important;
    height:37px!important;
  }
  .woocommerce ul.products li.product.muk-shop-product-card .cart-icon-button svg{width:25px!important;height:25px!important}
}
@media(max-width:390px){
  .woocommerce ul.products{gap:14px 9px!important}
  .woocommerce ul.products li.product.muk-shop-product-card .product-image{height:188px!important}
  .woocommerce ul.products li.product.muk-shop-product-card .product-info h3{font-size:13px!important}
  .woocommerce ul.products li.product.muk-shop-product-card .product-price{font-size:17px!important}
  .woocommerce ul.products li.product.muk-shop-product-card .buy-button{font-size:8.8px!important}
}


/* Shop page side spacing */
.woocommerce-page main#main-content {
  padding-left: 28px;
  padding-right: 28px;
}

.woocommerce-page ul.products {
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .woocommerce-page main#main-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Fix WooCommerce shop layout spacing */
.woocommerce-page #primary,
.woocommerce-page #main {
    width: 100%;
    min-height: 500px;
}

.woocommerce-page .site-main {
    padding-bottom: 80px;
}

.woocommerce-page ul.products {
    margin-bottom: 80px !important;
}

.woocommerce-page footer {
    margin-top: 80px;
}

/* Product card breathing space */
.woocommerce-page ul.products li.product {
    margin-bottom: 50px !important;
}

/* WooCommerce shop top spacing fix */

.woocommerce-page .woocommerce-breadcrumb {
    margin-bottom: 20px !important;
}

.woocommerce-page .woocommerce-notices-wrapper {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.woocommerce-page .woocommerce-result-count {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-page .page-title {
    margin-bottom: 20px !important;
}

/* Shop page left right spacing */

.woocommerce-page .site-main,
.woocommerce-page main {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .woocommerce-page .site-main,
    .woocommerce-page main {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Align shop heading and result text */
.woocommerce-page .page-title,
.woocommerce-page .woocommerce-result-count {
    margin-left: 0 !important;
}

/* Shop title slight left spacing */
.woocommerce-page .page-title {
    margin-left: 120px !important;
}

/* Result text same alignment */
.woocommerce-page .woocommerce-result-count {
    margin-left: 120px !important;
}

@media (max-width: 768px) {
    .woocommerce-page .page-title,
    .woocommerce-page .woocommerce-result-count {
        margin-left: 16px !important;
    }
}