/** Shopify CDN: Minification failed

Line 16:16 Expected identifier but found "{"
Line 16:17 Unexpected "{"
Line 16:26 Expected ":"
Line 16:52 Expected identifier but found "{"
Line 16:53 Unexpected "{"
Line 16:62 Expected ":"
Line 16:85 Expected identifier but found "{"
Line 16:86 Unexpected "{"
Line 16:95 Expected ":"
Line 16:114 Expected identifier but found "{"
... and 9 more hidden warnings

**/
:root{--primary:{{settings.primary_color}};--accent:{{settings.accent_color}};--dark:{{settings.dark_color}};--bg:{{settings.background_color}};--text:{{settings.text_color}};--muted:#6d726e;--line:#e6e4df;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.page-width{width:min(1440px,calc(100% - 8vw));margin:auto}
.site-header{height:92px;background:#030504;color:#fff;position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{height:92px;display:flex;align-items:center}.brand{display:flex;align-items:center;min-width:270px}.brand-logo{display:block;width:auto;max-width:{{settings.logo_width}}px;height:auto;max-height:58px}.brand-wordmark{font-size:25px;font-weight:900;letter-spacing:-1px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:44px;flex:1;height:100%}.nav-link{height:100%;display:flex;align-items:center;position:relative;font-size:14px;font-weight:900;letter-spacing:.2px;text-transform:uppercase}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:12px;height:2px;background:var(--primary);transform:scaleX(0);transition:.2s}.nav-link:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:18px;min-width:270px;justify-content:flex-end}.icon-btn{font-size:23px;line-height:1;color:#fff}.cart-btn{width:54px;height:54px;border:1.5px solid var(--primary);border-radius:50%;display:grid;place-items:center;position:relative}.cart-icon{font-size:22px;line-height:1;filter:grayscale(1) brightness(0) invert(1)}.cart-count{position:absolute;right:-3px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--primary);font-size:10px;font-weight:900;display:grid;place-items:center}.mobile-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}.mobile-nav{padding:12px 0 20px;border-top:1px solid #222;background:#030504}.mobile-nav a{display:block;padding:12px 0;font-weight:900;text-transform:uppercase}
.hero{height:640px;position:relative;overflow:hidden;color:#fff;background:var(--dark)}.hero--medium{height:560px}.hero-img,.hero-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-placeholder{background:radial-gradient(circle at 70% 55%,rgba(90,53,145,.35),transparent 30%),linear-gradient(110deg,#050509 0%,#0a0912 48%,#171126 100%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,4,.97) 0%,rgba(3,5,4,.86) 36%,rgba(3,5,4,.42) 62%,rgba(3,5,4,.08) 100%)}.hero-glow{position:absolute;width:620px;height:620px;right:8%;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(112,63,184,.25),transparent 68%);filter:blur(20px)}.hero-content{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding-bottom:8px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:900;color:var(--primary);margin:0 0 20px;text-transform:uppercase}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(56px,6vw,88px);line-height:.98;letter-spacing:-3px;max-width:760px;margin:0 0 26px}.hero-copy{font-size:18px;line-height:1.65;max-width:600px;color:#e7e7e7;margin-bottom:30px}.button{display:inline-flex;width:max-content;align-items:center;gap:24px;padding:17px 27px;border-radius:9px;background:var(--primary);color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.button:hover{filter:brightness(1.08)}
.collections-section{padding:34px 0 28px;background:#fff}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.collection-card{min-height:116px;border-radius:18px;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:18px;padding:20px 24px;overflow:hidden;position:relative}.collection-card--1{background:linear-gradient(110deg,#f7eee0,#fff9f2)}.collection-card--2{background:linear-gradient(110deg,#f9e8eb,#fff5f6)}.collection-card--3{background:linear-gradient(110deg,#e9f1ec,#f7fbf8)}.collection-card--4{background:linear-gradient(110deg,#f0eafa,#faf8ff)}.collection-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 50%,rgba(255,255,255,.65),transparent 50%);pointer-events:none}.collection-card-media{width:62px;height:62px;display:grid;place-items:center;flex:none;position:relative;z-index:1}.collection-card-media img{max-width:62px;max-height:62px;object-fit:contain}.collection-card-media span{font-family:Georgia,serif;font-size:42px;color:var(--primary)}.collection-card-copy{position:relative;z-index:1}.collection-card h3{font-size:15px;margin:0 0 9px;font-weight:900}.collection-card span{font-size:14px;color:#4d514e}.collection-card b{font-size:18px;margin-left:5px}
.products-section{padding:62px 0 100px;background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{font-family:Georgia,Times New Roman,serif;font-size:50px;letter-spacing:-1.5px;margin:0}.eyebrow--light{margin-bottom:12px}.outline{display:inline-flex;align-items:center;gap:12px;border:1.5px solid var(--primary);color:var(--primary);padding:13px 18px;border-radius:10px;font-weight:900;font-size:12px;letter-spacing:.2px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{display:block}.product-media{aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#efede7;position:relative}.product-media img,.product-media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.product-card:hover .product-media img{transform:scale(1.035)}.product-arrow{position:absolute;right:14px;bottom:14px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;font-size:20px;opacity:0;transform:translateY(5px);transition:.25s}.product-card:hover .product-arrow{opacity:1;transform:none}.product-info{padding:14px 4px 0}.product-info h3{font-size:16px;margin:0 0 7px}.product-info strong{font-size:15px}.product-placeholder .product-media svg{padding:30px}
.footer{background:var(--dark);color:#fff;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer h2{font-family:Georgia,serif;font-size:30px;margin-top:0}.footer h4{font-size:12px;letter-spacing:1.5px;color:var(--primary)}.footer a{display:block;margin:10px 0;color:#ddd}.footer p{max-width:400px;color:#bbc2bc;line-height:1.6}.bottom{border-top:1px solid #253029;margin-top:45px;padding-top:18px;color:#aeb7ae;font-size:12px}.product-page{padding:70px 0 100px;display:grid;grid-template-columns:1.2fr .8fr;gap:55px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery img{width:100%;border-radius:14px}.details{position:sticky;top:25px;height:max-content}.details h1,.collection-page h1,.cart-page h1{font-family:Georgia,serif;font-size:52px;line-height:1;margin:0 0 18px}.big-price{font-size:22px;font-weight:800;margin-bottom:25px}.description{line-height:1.7;margin-bottom:28px}.collection-page,.cart-page{padding:70px 0 100px}.collection-page h1,.cart-page h1{margin-bottom:35px}.cart-row{display:grid;grid-template-columns:100px 1fr 80px;gap:20px;align-items:center;border-bottom:1px solid #ddd;padding:18px 0}.cart-row img{width:100px;border-radius:8px}.cart-total{display:flex;justify-content:space-between;padding:25px 0;font-size:20px}
@media(max-width:1100px){.brand,.header-actions{min-width:210px}.desktop-nav{gap:22px}.nav-link{font-size:12px}.collection-grid,.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-header,.header-inner{height:76px}.brand,.header-actions{min-width:auto}.brand-wordmark{font-size:21px}.desktop-nav{display:none}.header-actions{margin-left:auto}.mobile-toggle{display:block}.cart-btn{width:48px;height:48px}.hero{height:600px}.hero-content{padding-top:30px}.hero h1{font-size:48px;letter-spacing:-2px}.hero-copy{font-size:16px}.hero-overlay{background:linear-gradient(90deg,rgba(3,5,4,.94),rgba(3,5,4,.65) 75%,rgba(3,5,4,.4))}.collections-section{padding-top:22px}.collection-grid,.product-grid{grid-template-columns:1fr 1fr}.section-head{align-items:flex-start;flex-direction:column;gap:18px}.section-head h2{font-size:42px}.product-page{grid-template-columns:1fr}.details{position:static}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.page-width{width:calc(100% - 32px)}.collection-grid,.product-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-copy{max-width:100%}.footer-grid{grid-template-columns:1fr}.icon-btn{display:none}}
/* V2 collection polish */
.collection-card-copy{min-width:0}.collection-card-copy small{display:block;margin-top:4px;font-size:11px;color:#777;letter-spacing:.2px}.collection-card-media img{width:62px;height:62px;object-fit:contain}.collection-card--1 .collection-card-media{width:70px}.collection-card--4 .collection-card-media{width:70px}

/* V3 — match the green WyZiMahjong reference */
:root{--primary:#8fa57b;--accent:#d8b7a8;--dark:#06110b;--bg:#f6f2e9;--text:#11140f}
.site-header{height:94px;background:#020402;border-bottom:1px solid rgba(143,165,123,.18)}
.header-inner{height:94px}
.brand{min-width:330px}
.brand-logo{max-width:290px;max-height:68px}
.desktop-nav{gap:34px}
.nav-link{font-size:13px;letter-spacing:.35px}
.nav-link:after{background:var(--primary);height:2px;bottom:14px}
.header-actions{min-width:180px;gap:24px}
.icon-btn,.cart-link{width:30px;height:30px;display:grid;place-items:center;color:#fff;position:relative}
.icon-btn svg,.cart-link svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.cart-link{width:38px;height:38px}
.cart-link svg{width:30px;height:30px}
.cart-count{right:-7px;top:-7px;min-width:23px;height:23px;background:var(--primary);color:#07100a;font-size:11px;border:2px solid #020402}

.hero{height:640px;background:#06110b}
.hero-overlay{background:linear-gradient(90deg,rgba(3,12,7,.70) 0%,rgba(3,12,7,.56) 34%,rgba(3,12,7,.25) 60%,rgba(3,12,7,.04) 100%)}
.hero-glow{width:720px;height:720px;right:4%;background:radial-gradient(circle,rgba(115,145,91,.13),transparent 68%);filter:blur(14px)}
.hero-content{padding-bottom:10px}
.eyebrow{color:#9caf88;margin-bottom:22px}
.hero h1{font-size:clamp(58px,5.8vw,86px);max-width:720px;line-height:.98;margin-bottom:26px}
.hero-heading-accent{color:#9caf88}
.hero-copy{font-size:18px;line-height:1.62;max-width:560px;color:#f0f0eb;margin-bottom:30px}
.button.button--hero{background:#8fa57b;color:#10170f;border:1px solid rgba(255,255,255,.08);padding:17px 28px;border-radius:9px;box-shadow:0 12px 28px rgba(0,0,0,.26)}
.button.button--hero:hover{background:#a2b58e;filter:none}

.collections-section{padding:30px 0 30px;background:#f6f2e9}
.collection-grid{gap:20px}
.collection-card{height:116px;min-height:116px;border-radius:15px;padding:17px 22px;gap:20px;border:1px solid rgba(41,53,39,.12);box-shadow:0 2px 10px rgba(36,42,34,.03)}
.collection-card--1{background:linear-gradient(110deg,#f3ead9 0%,#fffaf0 100%)}
.collection-card--2{background:linear-gradient(110deg,#f7e5e5 0%,#fff4f3 100%)}
.collection-card--3{background:linear-gradient(110deg,#e7eee8 0%,#f7fbf7 100%)}
.collection-card--4{background:linear-gradient(110deg,#eee7f6 0%,#faf6ff 100%)}
.collection-card:after{content:"";position:absolute;right:-18px;top:-12px;width:120px;height:145px;opacity:.16;background:radial-gradient(circle,transparent 30%,rgba(83,105,70,.28) 31%,transparent 33%);transform:rotate(18deg);pointer-events:none}
.collection-card-media{width:76px;height:76px}
.collection-card-media img{max-width:76px;max-height:76px;width:76px;height:76px}
.collection-card--1 .collection-card-media,.collection-card--4 .collection-card-media{width:82px}
.collection-card h3{font-size:15px;margin-bottom:7px;letter-spacing:.1px}
.collection-card span{font-size:13px;color:#333832}
.collection-card b{font-size:16px;margin-left:5px}
.collection-card-copy small{font-size:11px;color:#666c63;margin-top:5px}

@media(max-width:1200px){.brand{min-width:275px}.desktop-nav{gap:22px}.nav-link{font-size:11px}.header-actions{min-width:150px;gap:17px}}
@media(max-width:900px){.brand{min-width:250px}.brand-logo{max-width:245px}.desktop-nav{gap:16px}.nav-link{font-size:10px}.header-actions{min-width:130px}.collection-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-header,.header-inner{height:78px}.brand{min-width:auto}.brand-logo{max-width:220px;max-height:56px}.desktop-nav{display:none}.header-actions{margin-left:auto;min-width:auto}.icon-btn svg,.cart-link svg{width:26px;height:26px}.hero{height:600px}.hero-overlay{background:linear-gradient(90deg,rgba(3,12,7,.78),rgba(3,12,7,.54) 72%,rgba(3,12,7,.35))}.hero h1{font-size:48px}.collection-grid{grid-template-columns:1fr}.collection-card{height:112px}}

/* V4 — editable navigation + reference-accurate collection cards */
.collection-card{background:var(--card-bg)!important}
.collection-card:before{content:"";position:absolute;inset:0;background-image:var(--card-decor);background-repeat:no-repeat;background-position:right center;background-size:180px 135px;opacity:.9;pointer-events:none;z-index:0}
.collection-card:after{display:none}
.collection-card-copy,.collection-card-media{z-index:2}
.collection-card-media{margin-left:0}
.collection-card-copy small{display:block}
@media(min-width:1201px){.desktop-nav{gap:31px}.nav-link{font-size:13px}.header-actions{min-width:205px;gap:23px}.icon-btn svg,.cart-link svg{width:30px;height:30px}.cart-link{width:40px;height:40px}.cart-count{min-width:23px;height:23px}}

/* V5 — premium product page + legal area */
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.product-page{padding:58px 0 110px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);gap:72px;align-items:start}
.product-gallery-wrap{display:grid;grid-template-columns:82px minmax(0,1fr);gap:18px;align-items:start;position:sticky;top:28px}
.product-gallery{min-width:0}.product-image-card{background:#eeeae1;border:1px solid rgba(27,42,30,.09);border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:520px}.product-image-card img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain}.product-image-card.is-hidden{display:none}.product-image-placeholder svg{width:100%;height:100%;padding:80px}
.product-thumbs{display:flex;flex-direction:column;gap:12px}.product-thumb{padding:0;border:1px solid #ddd8ce;background:#f6f2e9;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:1}.product-thumb img{width:100%;height:100%;display:block;object-fit:cover}.product-thumb.is-active{border:2px solid var(--primary)}
.details{position:sticky;top:30px;height:max-content;padding:10px 0 0}.details .eyebrow{margin-bottom:15px}.details h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.2vw,66px);line-height:.99;letter-spacing:-2.2px;margin:0 0 17px;max-width:690px}.product-rating-row{display:flex;align-items:center;gap:10px;color:#697068;font-size:13px;margin-bottom:17px}.stars{letter-spacing:2px;color:#718566;font-size:14px}.big-price{font-size:25px;font-weight:900;letter-spacing:-.3px;margin:0 0 8px}.stock-note{display:flex;align-items:center;gap:8px;font-size:12px;color:#5e6a5e;margin-bottom:25px}.stock-note span{width:8px;height:8px;border-radius:50%;background:#8fa57b;box-shadow:0 0 0 4px rgba(143,165,123,.13)}
.product-form{margin-top:4px}.product-options{display:grid;gap:20px;margin-bottom:24px}.product-option{border:0;padding:0;margin:0}.product-option legend{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.option-values{display:flex;flex-wrap:wrap;gap:9px}.option-value{position:relative}.option-value input{position:absolute;opacity:0;pointer-events:none}.option-value span{display:block;border:1px solid #d5d4cc;background:#fffdf8;border-radius:8px;padding:11px 15px;font-size:13px;cursor:pointer}.option-value input:checked+span{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:#f2f6ee}
.purchase-row{display:grid;grid-template-columns:125px 1fr;gap:12px}.quantity-box{height:56px;border:1px solid #cfcfc7;border-radius:10px;background:#fff;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;overflow:hidden}.quantity-box button{height:100%;border:0;background:transparent;font-size:22px;color:#252a25;cursor:pointer}.quantity-box input{height:100%;width:100%;border:0;text-align:center;background:transparent;font-size:15px;font-weight:800;outline:0}.product-add{width:100%;justify-content:center;height:56px;border-radius:10px;background:#8fa57b;color:#10170f;box-shadow:0 12px 25px rgba(59,76,52,.16)}.product-add span{font-size:18px;margin-left:auto}.product-add:disabled{opacity:.5}.dynamic-checkout{margin-top:10px}.dynamic-checkout .shopify-payment-button__button{min-height:54px!important;border-radius:10px!important;font-weight:900!important;font-size:13px!important}.purchase-benefits{margin:24px 0 10px;border-top:1px solid #dddcd5;border-bottom:1px solid #dddcd5}.purchase-benefits>div{display:flex;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid #e5e3dc}.purchase-benefits>div:last-child{border-bottom:0}.benefit-icon{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#edf2e9;color:#5f7757;font-weight:900;flex:none}.purchase-benefits strong{display:block;font-size:13px;margin-bottom:3px}.purchase-benefits small{display:block;font-size:11px;color:#70766f}.product-accordions{margin-top:8px}.product-accordions details{border-bottom:1px solid #dddcd5}.product-accordions summary{list-style:none;cursor:pointer;padding:18px 2px;font-size:13px;font-weight:900;display:flex;justify-content:space-between}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{font-size:18px;font-weight:400;transition:.2s}.product-accordions details[open] summary span{transform:rotate(45deg)}.accordion-content{padding:0 2px 20px;font-size:13px;line-height:1.75;color:#454a45}.accordion-content p{margin:0 0 12px}.accordion-content p:last-child{margin-bottom:0}
.legal-page{padding:75px 0 120px}.legal-page h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,78px);letter-spacing:-2.5px;line-height:1;margin:0 0 20px}.legal-intro{max-width:700px;color:#626960;line-height:1.7;font-size:17px;margin-bottom:45px}.legal-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.legal-card{background:#fff;border:1px solid #deddd5;border-radius:18px;padding:30px;box-shadow:0 5px 20px rgba(24,31,25,.035)}.legal-number{display:inline-flex;color:#718565;font-size:11px;font-weight:900;letter-spacing:1.5px;margin-bottom:18px}.legal-card h2{font-family:Georgia,Times New Roman,serif;font-size:32px;margin:0 0 22px}.legal-body{font-size:14px;line-height:1.8;color:#4e544e}.legal-body p{margin:0 0 10px}.legal-body a{color:#536c4c;text-decoration:underline;text-underline-offset:3px}.legal-links a{display:flex;justify-content:space-between;align-items:center;padding:17px 0;border-top:1px solid #e3e2dc;font-size:14px;font-weight:800}.legal-links a:first-child{border-top:0}.legal-links b{font-size:18px;font-weight:400}.legal-note{margin-top:22px;padding:20px 22px;border-radius:14px;background:#edf2e9;border:1px solid rgba(111,134,98,.18);color:#4d5b4b;font-size:12px;line-height:1.65}.legal-note em{font-style:normal;font-weight:800}
.footer .bottom{display:flex;justify-content:space-between;gap:20px}
@media(max-width:1000px){.product-page{grid-template-columns:1fr;gap:40px}.product-gallery-wrap{position:static}.details{position:static}.legal-grid{grid-template-columns:1fr}.product-image-card{min-height:420px}}
@media(max-width:760px){.product-page{padding:35px 0 75px}.product-gallery-wrap{display:block}.product-thumbs{flex-direction:row;overflow:auto;margin-top:10px}.product-thumb{width:66px;flex:0 0 66px}.product-image-card{min-height:340px;border-radius:16px}.details h1{font-size:44px}.purchase-row{grid-template-columns:105px 1fr}.legal-page{padding:50px 0 80px}.legal-card{padding:24px}.footer .bottom{flex-direction:column}}


/* V7.1 — small-shop essentials: cart, collection, free shipping */
.free-shipping-note{display:inline-flex;align-items:center;gap:8px;margin:0 0 22px;padding:9px 12px;border-radius:999px;background:#edf2e9;color:#4f6848;font-size:11px;font-weight:900;letter-spacing:.7px}
.cart-shipping-banner{display:flex;align-items:center;gap:12px;margin:0 0 28px;padding:14px 16px;border:1px solid rgba(111,134,98,.22);border-radius:12px;background:#edf2e9;color:#4f5f4b;font-size:12px}
.cart-shipping-banner strong{font-size:11px;letter-spacing:1px}
.cart-items{border-top:1px solid #dddcd5}
.cart-row{display:grid;grid-template-columns:110px minmax(0,1fr) 105px auto;gap:22px;align-items:center;padding:22px 0;border-bottom:1px solid #dddcd5}
.cart-image{width:110px;height:110px;background:#f3f0e8;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-image img{width:100%;height:100%;object-fit:cover}
.cart-item-info h3{font-size:16px;margin:0 0 7px}.cart-item-info h3 a{color:inherit;text-decoration:none}.cart-variant,.cart-unit-price{margin:0 0 5px;color:#6c726b;font-size:12px}.cart-line-price{margin:8px 0 0;font-weight:900;font-size:14px}.cart-line-price s{font-weight:500;color:#8a8e88;margin-right:6px}
.cart-quantity{display:grid;gap:6px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.cart-quantity input{width:100%;height:46px;border:1px solid #cfcfc7;border-radius:9px;text-align:center;font-weight:800;background:#fff}
.cart-remove{font-size:11px;color:#777d76;text-decoration:underline;text-underline-offset:3px;align-self:end;margin-bottom:12px}.cart-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0}.cart-actions .outline{border:1px solid #9aa196;background:transparent;padding:12px 16px;border-radius:8px;font-weight:900;font-size:11px;cursor:pointer}.text-link{font-size:12px;color:#52694d}.cart-summary{margin-left:auto;max-width:430px;border-top:1px solid #22291f;padding-top:20px}.cart-summary>div{display:flex;justify-content:space-between;gap:20px;font-size:15px}.cart-summary>div strong{font-size:19px}.cart-summary p{font-size:11px;line-height:1.6;color:#71776f;margin:12px 0 18px}.cart-summary .button{width:100%;justify-content:center}.empty-collection{text-align:center;padding:80px 20px}.empty-collection h2{font-family:Georgia,Times New Roman,serif;font-size:38px}.empty-collection p{color:#6c726b;margin-bottom:24px}
.collection-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 30px;color:#6c726b;font-size:12px}.collection-sort{display:flex;align-items:center;gap:8px}.collection-sort label{font-weight:800}.collection-sort select{border:1px solid #d2d1c8;border-radius:8px;background:#fff;padding:10px 32px 10px 10px;font-size:12px}.product small{display:block;margin-top:7px;font-size:10px;letter-spacing:.7px;color:#62755c;font-weight:900}.product-price s{color:#888d86;font-weight:500;margin-right:5px}.product-price strong{font-size:inherit}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin:45px 0 20px;font-size:12px}.pagination a{color:#4f674a;font-weight:900}.hero-shipping{display:inline-block;margin:18px 0 4px;padding:9px 13px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;font-size:10px;font-weight:900;letter-spacing:1px;background:rgba(0,0,0,.18)}.section-shipping{display:block;margin-top:7px;color:#8fa57b;font-size:10px;font-weight:900;letter-spacing:1px}.product-info small{display:block;margin-top:5px;color:#718565;font-size:9px;font-weight:900;letter-spacing:.7px}.footer-shipping{margin-top:15px!important;font-size:11px!important;line-height:1.6}.footer-shipping strong{color:#8fa57b;font-size:10px;letter-spacing:.8px}
@media(max-width:760px){.cart-shipping-banner{align-items:flex-start;flex-direction:column;gap:4px}.cart-row{grid-template-columns:78px minmax(0,1fr);gap:12px}.cart-image{width:78px;height:78px}.cart-quantity{grid-column:2;display:flex;align-items:center;gap:8px}.cart-quantity span{display:none}.cart-quantity input{width:90px;height:40px}.cart-remove{grid-column:2;align-self:auto;margin:0}.cart-actions{align-items:flex-start;flex-direction:column}.cart-summary{max-width:none}.collection-topbar{align-items:flex-start;flex-direction:column}.collection-sort{width:100%}.collection-sort select{flex:1}}

/* V7.2 — side cart drawer */
.cart-link{appearance:none;background:transparent;border:0;padding:0;cursor:pointer}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:90;backdrop-filter:blur(2px)}
.cart-drawer{position:fixed;z-index:100;top:0;right:0;width:min(430px,100vw);height:100dvh;background:#fffdf8;color:#171c17;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .28s ease;display:flex;flex-direction:column}
.cart-drawer.is-open{transform:translateX(0)}
.cart-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding:28px 26px 18px;border-bottom:1px solid #e1dfd7}
.cart-drawer-eyebrow{margin:0 0 5px;color:#718565;font-size:10px;font-weight:900;letter-spacing:1.4px}
.cart-drawer-head h2{font-family:Georgia,Times New Roman,serif;font-size:32px;line-height:1;margin:0}
.cart-drawer-close{border:0;background:transparent;font-size:31px;line-height:1;color:#20251f;cursor:pointer;padding:0 0 0 15px}
.cart-drawer-shipping{margin:18px 20px 6px;padding:12px 14px;border-radius:10px;background:#edf2e9;color:#50634b;display:grid;gap:3px;font-size:11px}
.cart-drawer-shipping strong{font-size:10px;letter-spacing:.8px}
.cart-drawer-body{flex:1;overflow:auto;padding:4px 20px 20px}
.drawer-item{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid #e5e3dc}
.drawer-item-image{width:82px;height:82px;border-radius:10px;overflow:hidden;background:#f1eee6;display:flex;align-items:center;justify-content:center}
.drawer-item-image img{width:100%;height:100%;object-fit:cover}
.drawer-item-info{min-width:0;display:flex;flex-direction:column}
.drawer-item-title{font-size:13px;font-weight:900;line-height:1.3;color:inherit;text-decoration:none}
.drawer-item-variant{margin-top:4px;color:#747a72;font-size:10px}
.drawer-item-price{margin-top:7px;font-size:12px;font-weight:900}
.drawer-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px}
.drawer-qty{height:31px;border:1px solid #d1d0c8;border-radius:7px;display:grid;grid-template-columns:28px 30px 28px;align-items:center;overflow:hidden;background:#fff}
.drawer-qty button{height:100%;border:0;background:transparent;cursor:pointer;font-size:16px;color:#242923}
.drawer-qty span{text-align:center;font-size:11px;font-weight:900}
.drawer-remove{border:0;background:transparent;color:#7b8079;text-decoration:underline;text-underline-offset:3px;font-size:10px;cursor:pointer;padding:0}
.cart-drawer-empty{text-align:center;padding:55px 10px;color:#697068;font-size:13px}
.cart-drawer-empty .button{margin-top:15px}
.cart-drawer-footer{padding:18px 20px 22px;border-top:1px solid #dcdad2;background:#fffdf8;box-shadow:0 -8px 20px rgba(0,0,0,.04)}
.cart-drawer-footer[hidden]{display:none}
.drawer-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:14px}
.drawer-subtotal strong{font-size:19px}
.cart-drawer-footer p{font-size:10px;line-height:1.55;color:#737870;margin:9px 0 14px}
.drawer-checkout{width:100%;justify-content:center}
.drawer-view-cart{display:block;text-align:center;margin-top:11px;color:#596b55;font-size:10px;text-decoration:underline;text-underline-offset:3px}
.footer-brand{display:inline-block;margin-bottom:15px}
.footer-brand img{display:block;width:auto;max-width:230px;max-height:58px}
@media(max-width:760px){.cart-drawer{width:100vw}.cart-drawer-head{padding:24px 20px 16px}.cart-drawer-body{padding-left:16px;padding-right:16px}.cart-drawer-footer{padding-left:16px;padding-right:16px}}


/* V7.3 — cleaner collection grid + remove search from footer */
.collection-page{padding:72px 0 110px}
.collection-page .eyebrow.dark{margin-bottom:14px;color:#8fa57b;letter-spacing:2px;font-size:11px;font-weight:900}
.collection-page h1{font-size:clamp(48px,6vw,76px);letter-spacing:-2.5px;margin:0 0 26px}
.collection-topbar{padding:15px 0 24px;border-top:1px solid #deddd5;border-bottom:1px solid #deddd5;margin-bottom:34px;color:#657064}
.collection-topbar>span{font-size:11px;font-weight:800;letter-spacing:.2px}
.collection-sort{gap:10px}
.collection-sort label{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#72786f}
.collection-sort select{min-width:150px;height:40px;border:1px solid #d1d0c7;border-radius:9px;background:#fffdf8;padding:0 34px 0 12px;color:#222820;font-size:12px}
.collection-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}
.collection-page .product{display:block;color:inherit;text-decoration:none;min-width:0}
.collection-page .product-img{aspect-ratio:1.12/1;border:1px solid #dfddd4;border-radius:18px;background:#f3f0e8;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;position:relative}
.collection-page .product-img img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}
.collection-page .product:hover .product-img img{transform:scale(1.025)}
.collection-page .product h3{font-size:15px;line-height:1.35;margin:14px 4px 7px;font-weight:800;color:#20251f}
.collection-page .product>strong,.collection-page .product .product-price{display:block;margin:0 4px;color:#20251f;font-size:14px;font-weight:900}
.collection-page .product small{margin:7px 4px 0;display:inline-flex;padding:5px 8px;border-radius:999px;background:#edf2e9;color:#60745a;font-size:9px;letter-spacing:.8px}
.collection-page .product-price s{color:#8a8e88;margin-right:5px;font-weight:500}
.collection-page .pagination{margin-top:54px;padding-top:22px;border-top:1px solid #deddd5}
@media(max-width:1100px){.collection-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.collection-page{padding:48px 0 80px}.collection-page h1{font-size:46px}.collection-topbar{align-items:flex-start;gap:14px}.collection-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.collection-page .product h3{font-size:13px;margin-left:2px;margin-right:2px}.collection-page .product>strong,.collection-page .product .product-price{margin-left:2px;margin-right:2px}.collection-page .product small{margin-left:2px}.collection-page .product-img{border-radius:13px}}
@media(max-width:520px){.collection-page .product-grid{grid-template-columns:1fr}.collection-page .product-img{aspect-ratio:1.2/1}}
