:root{--bg:#f2f0e6;--ink:#15251a;--muted:#5e6d60;--brand-accent:#214d35;--brand-accent-deep:#163725;--brand-mint:#cfe8d6;--brand-mint-deep:#a9d4b6;--brand-soft:#dfe8d7;--surface:#fbfaf4;--surface-strong:#f3efe2;--line:#d7dccf;--footer:#173726;--keyboard-offset:0px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--ink);background:radial-gradient(circle at 0 0,#cfe8d633,#0000 28%),radial-gradient(circle at 100% 0,#214d351c,#0000 30%),linear-gradient(#f8f6ef 0%,#edf1e6 52%,#f3f0e6 100%);font-family:Poppins,sans-serif}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1 0 auto;min-height:calc(100vh - 160px)}.app-open-banner{z-index:25;color:#f8fbf7;background:linear-gradient(90deg,#163725f5,#214d35f0);justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:none;position:sticky;top:0;box-shadow:0 14px 30px #112a1c2e}.app-open-banner__copy{gap:2px;display:grid}.app-open-banner__copy strong{font-size:15px;font-weight:600}.app-open-banner__copy span{color:#f8fbf7d1;font-size:13px}.app-open-banner__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.app-open-banner__button,.app-open-banner__dismiss{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.app-open-banner__button--primary{color:#173725;background:#f3f8f1}.app-open-banner__button--secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e}.app-open-banner__dismiss{color:#f8fbf7e6;background:0 0;padding-left:8px;padding-right:8px}button,input,textarea,select{font:inherit}.container{width:100%;max-width:none;margin:0 auto;padding-left:24px;padding-right:24px}.deferred-content{content-visibility:auto;contain-intrinsic-size:auto 720px}.deferred-content[data-content-size="520"]{contain-intrinsic-size:auto 520px}.deferred-content[data-content-size="680"]{contain-intrinsic-size:auto 680px}.deferred-content[data-content-size="860"]{contain-intrinsic-size:auto 860px}.deferred-content[data-content-size="1200"]{contain-intrinsic-size:auto 1200px}.top-ribbon{text-align:center;background:linear-gradient(90deg, var(--brand-accent-deep), var(--brand-accent), #2f6a49);color:#fff;letter-spacing:.06em;text-transform:uppercase;padding:10px 12px;font-size:13px;font-weight:500}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf4eb;border-bottom:1px solid #214d3514;transition:transform .22s,box-shadow .22s;position:sticky;top:0;box-shadow:0 16px 36px #15251a0f}.site-header.nav-hidden{box-shadow:none;transform:translateY(calc(-100% - 1px))}.nav-wrap{grid-template-columns:auto 1fr auto;align-items:center;min-height:92px;padding-left:64px;padding-right:64px;display:grid}.brand{color:var(--brand-accent);align-items:center;text-decoration:none;display:inline-flex}.brand-logo{flex-shrink:0;justify-content:center;align-items:center;width:170px;height:64px;display:inline-flex}.brand-logo img{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:64px;display:block}.main-nav{justify-content:center;align-items:center;gap:34px;min-height:92px;display:flex}.main-nav a{min-height:92px;color:var(--brand-accent-deep);align-items:center;padding:0;font-family:Playfair Display,serif;font-size:16px;font-weight:400;text-decoration:none;display:inline-flex;position:relative}.main-nav a:after{content:"";transform-origin:50%;background:currentColor;height:1px;transition:transform .16s;position:absolute;bottom:28px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header-icons{justify-content:flex-end;align-items:center;gap:18px;min-width:auto;display:flex;overflow:visible}.icon-btn{width:40px;height:40px;color:var(--brand-accent-deep);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex;position:relative}.icon-btn:hover{color:var(--brand-accent);transform:translateY(-1px)}.icon-btn i,.icon-btn svg{line-height:1;display:block}.search-btn,.heart-btn,.cart-icon-btn{font-size:24px}.heart-btn.has-items{color:#771937}.heart-btn.has-items svg,.heart-btn.has-items svg *{fill:#771937!important;stroke:#771937!important}.cart-icon-btn svg{width:24px;height:24px}.icon-btn em{color:#8e2f4a;text-align:center;background:#f0b5c4;border:1px solid #b0002029;border-radius:999px;min-width:18px;padding:0 5px;font-size:10px;font-style:normal;line-height:18px;position:absolute;top:-3px;right:-5px;box-shadow:0 8px 16px #b000201f}.cart-icon-btn em{color:#1f5e49;background:#cdeee1;border:1px solid #317e6033;box-shadow:0 8px 18px #317e6024}.search-pop-wrap{background:#fbfaf4f0;border-top:1px solid #214d3514;border-bottom:1px solid #214d3514;padding:14px 0}.search-pop-input{border:1px solid var(--line);background:#fff;border-radius:999px;outline:none;width:100%;height:44px;padding:0 18px;font-size:14px;box-shadow:inset 0 1px #214d350a}.hero-section{width:100%;padding-top:0}.hero-image{width:100%;min-height:72vh;box-shadow:none;border-radius:0;position:relative;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:72vh;min-height:600px;display:block}.hero-overlay{color:#fff;background:linear-gradient(100deg,#100e0c9e,#14110e42 42%,#1814100a 70%);flex-direction:column;justify-content:center;padding:7% 6%;display:flex;position:absolute;inset:0}.hero-kicker{text-transform:uppercase;letter-spacing:.16em;color:#fff7ede0;margin:0;font-size:11px}.hero-overlay h1{max-width:620px;margin:12px 0 22px;font-family:Playfair Display,serif;font-size:clamp(36px,5vw,78px);line-height:1.04}.hero-subcopy{color:#fff7ede6;max-width:640px;margin:0 0 24px;font-size:16px;line-height:1.8}.hero-actions{gap:14px;display:flex}.btn{border-radius:999px;padding:11px 28px;font-size:14px;text-decoration:none;transition:transform .16s,background .16s,color .16s}.btn:hover{transform:translateY(-1px)}.btn-light{background:linear-gradient(135deg, var(--brand-mint), var(--brand-mint-deep));color:var(--brand-accent-deep);box-shadow:0 14px 28px #a9d4b647}.btn-outline-light{color:#fff;background:#ffffff0d;border:1px solid #ffffffb8}.about-section{padding:80px 0 34px}.about-section-fullbleed,.about-showcase-fullbleed{width:100%}.about-section-fullbleed .about-section-inner,.about-showcase-fullbleed .about-showcase-inner{width:min(100%,100vw - 32px);max-width:none}.about-grid-intro{grid-template-columns:1fr 1fr;align-items:center;gap:54px;width:min(100%,1440px);margin:0 auto;display:grid}.about-grid-intro h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);line-height:1.1}.about-copy{gap:18px;display:grid}.about-copy p{color:#4f5d52;max-width:520px;margin:0;line-height:1.9}.stats{gap:44px;margin-top:32px;display:flex}.stats strong{font-family:Playfair Display,serif;font-size:44px;display:block}.stats span{color:#5c6a5f}.about-showcase-section{background:linear-gradient(#fafbf5eb,#eff5e9e0),radial-gradient(circle at 100% 0,#cfe8d638,#0000 30%);border:1px solid #214d350f;border-radius:34px;max-width:none;margin:56px auto 34px;padding:34px 24px 26px;position:relative;box-shadow:0 24px 48px #1637250f}.about-showcase-fullbleed{max-width:none}.about-showcase-section:after{content:"";filter:blur(14px);pointer-events:none;background:linear-gradient(#dce8d64d,#f2f0e600);height:56px;position:absolute;bottom:-28px;left:8%;right:8%}.about-showcase-head{text-align:center;max-width:640px;margin:0 auto 34px}.about-showcase-head h2,.about-showcase-head h3{margin:0 0 14px;font-family:Playfair Display,serif;font-size:clamp(34px,4vw,52px);line-height:1.1}.about-showcase-head p{color:#4b4b4b;max-width:560px;margin:0 auto;font-size:15px;line-height:1.8}.about-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center;gap:24px;display:grid}.about-showcase-card{border-radius:24px;transition:transform .28s,box-shadow .28s;position:relative;overflow:hidden;box-shadow:0 18px 40px #1637251f}.about-showcase-card:hover{transform:translateY(-6px);box-shadow:0 24px 58px #1637252e}.about-showcase-card img{object-fit:cover;width:100%;height:520px;transition:transform .32s;display:block}.about-showcase-card:hover img{transform:scale(1.04)}.about-showcase-caption{color:#fff;background:linear-gradient(#1031205c,#0d2719eb);padding:28px 20px;font-family:Playfair Display,serif;font-size:20px;font-weight:500;line-height:1.2;position:absolute;bottom:0;left:0;right:0}.products-section{background:linear-gradient(#edf1e6 0%,#e4ecde 100%);margin-top:42px;padding:62px 0 70px;position:relative;overflow:hidden}.products-section:before{content:"";pointer-events:none;background:linear-gradient(#f2f0e600,#dfe8d78f 48%,#edf1e6fa);height:70px;position:absolute;top:-34px;left:0;right:0}.products-section:after{content:"";filter:blur(16px);pointer-events:none;background:linear-gradient(#e4ecde1a,#cfe8d647 45%,#f2f0e600);height:72px;position:absolute;bottom:-36px;left:0;right:0}.products-light{background:radial-gradient(circle at 0 0,#cfe8d633,#0000 28%),linear-gradient(#f2f4eb 0%,#e8eee1 48%,#e3ecdc 100%);margin-top:12px}.products-section-fullbleed{width:100%}.products-section-fullbleed .products-section-inner{width:min(100%,100vw - 32px);max-width:none}.shop-section-filter-bar{flex-wrap:wrap;justify-content:center;gap:18px;margin:22px 0 34px;display:flex}.shop-section-filter-chip{color:#425445;cursor:pointer;background:#f3f4ee;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 22px;font-size:13px;font-weight:700;transition:transform .18s,border-color .18s,box-shadow .18s,background-color .18s;display:inline-flex}.shop-section-filter-chip:hover,.shop-section-filter-chip.active{transform:translateY(-1px);box-shadow:0 10px 22px #16372514}.dark-head{color:#202020}.section-head{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.section-head h3{margin:0;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,40px)}.sort-control{color:#304032;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.sort-dropdown{min-width:208px;display:inline-flex;position:relative}.sort-dropdown-trigger{color:#173725;cursor:pointer;background:#ffffffe6;border:1px solid #214d351f;border-radius:999px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:48px;padding:0 18px;font-size:15px;font-weight:500;transition:border-color .16s,box-shadow .16s,background .16s;display:flex;box-shadow:0 10px 24px #1637250d}.sort-dropdown-trigger:hover,.sort-dropdown.open .sort-dropdown-trigger{background:#fffdf9;border-color:#214d3533}.sort-dropdown-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #214d3514,0 10px 24px #1637250d}.sort-dropdown-arrow{border-bottom:2px solid #294a35;border-right:2px solid #294a35;width:10px;height:10px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.sort-dropdown.open .sort-dropdown-arrow{transform:translateY(2px)rotate(-135deg)}.sort-dropdown-menu{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf9fa;border:1px solid #214d351a;border-radius:18px;padding:10px;position:absolute;top:calc(100% + 12px);left:0;right:0;box-shadow:0 20px 38px #1637251f}.sort-dropdown-option{color:#203224;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;padding:12px 14px;font-size:15px;font-weight:500;transition:background .16s,color .16s,transform .16s}.sort-dropdown-option:hover{background:#e1ebdbcc;transform:translate(2px)}.sort-dropdown-option.active{color:#173725;background:linear-gradient(135deg,#e6efdd,#dce7d1)}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px;display:grid}.wishlist-section{padding-top:54px}.wishlist-head{align-items:end}.wishlist-intro{color:#566658;max-width:560px;margin:12px 0 0;line-height:1.75}.wishlist-signin-card{background:#fffc;border:1px solid #214d3514;border-radius:22px;max-width:520px;padding:28px 30px;box-shadow:0 14px 30px #1637250d}.wishlist-signin-card h4{color:#173725;margin:0 0 10px;font-family:Playfair Display,serif;font-size:28px}.wishlist-signin-card p{color:#566658;margin:0 0 18px;line-height:1.7}.wishlist-signin-link{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:600;text-decoration:none;display:inline-flex}.wishlist-empty{margin-top:18px}.about-showcase-card a{color:inherit;text-decoration:none;display:block}.curation-section{padding-top:50px}.curation-hero{grid-template-columns:minmax(0,.88fr) minmax(320px,.92fr);align-items:stretch;gap:28px;margin-bottom:34px;display:grid}.curation-hero-copy{flex-direction:column;justify-content:center;padding:30px 10px 30px 0;display:flex}.curation-hero-copy h1{margin:0 0 14px;font-family:Playfair Display,serif;font-size:clamp(34px,5vw,62px);line-height:1.04}.curation-hero-copy p:last-child{color:#566658;max-width:54ch;margin:0;line-height:1.8}.curation-hero-image-wrap{border:1px solid #214d3514;border-radius:28px;overflow:hidden;box-shadow:0 18px 38px #16372514}.curation-hero-image-wrap img{object-fit:cover;width:100%;height:100%;min-height:360px;display:block}.curation-empty-message{text-align:center;justify-items:center;gap:18px;max-width:760px;margin:0 auto;display:grid}.cart-products-list{gap:18px;display:grid}.cart-checkout-bar{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#f7f9f5fa,#fffffff5);border:1px solid #214d351a;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:40px;padding:22px 26px;display:grid;position:sticky;bottom:18px;box-shadow:0 18px 36px #16372514}.cart-checkout-summary{gap:6px;display:grid}.cart-checkout-summary.compact{grid-template-columns:repeat(3,minmax(120px,max-content));grid-template-areas:"subtotal shipping total""note note total";align-items:end;gap:10px 26px;min-width:0}.cart-checkout-summary span{color:#5b6b60;font-size:14px}.cart-checkout-summary strong{color:#173725;font-size:24px}.cart-checkout-compact-meta,.cart-checkout-btn-mobile{display:none}.cart-checkout-bill-line{gap:4px;display:grid}.cart-checkout-summary.compact>.cart-checkout-bill-line:first-of-type{grid-area:subtotal}.cart-checkout-summary.compact>.cart-checkout-bill-line:nth-of-type(2){grid-area:shipping}.cart-checkout-summary.compact>.cart-checkout-bill-line.total{border-left:1px solid #214d351f;grid-area:total;align-self:stretch;padding-left:22px}.cart-checkout-bill-line strong{font-size:16px}.cart-free-shipping-note{color:#2f8f4e;margin:0;font-size:13px;font-weight:700}.cart-checkout-summary.compact>.cart-free-shipping-note{color:#2f8f4e;grid-area:note;padding:10px 14px 0 0;font-size:12px;line-height:1.45}.cart-checkout-bill-line.total strong{font-size:24px}.cart-checkout-btn{letter-spacing:.06em;border-radius:18px;min-width:172px;max-width:172px;height:56px;min-height:56px;margin-bottom:0;margin-left:auto;padding:0 24px;font-size:14px}.cart-checkout-panel{box-shadow:none;background:0 0;border:0;border-radius:28px;margin-top:28px;padding:28px 8px 32px}.cart-checkout-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.cart-checkout-head h4{margin:8px 0 0;font-family:Playfair Display,serif;font-size:34px;line-height:1.08}.cart-checkout-close{min-height:40px;color:var(--brand-accent-deep);cursor:pointer;background:#fffffff0;border:1px solid #214d3524;border-radius:999px;padding:0 16px}.cart-checkout-layout{grid-template-columns:minmax(0,1.4fr) minmax(300px,.86fr);align-items:start;gap:24px;display:grid}.cart-address-column{gap:18px;display:grid}.cart-address-list{gap:14px;display:grid}.cart-address-card{text-align:left;color:#274032;cursor:pointer;background:#fffffff0;border:1px solid #214d351a;border-radius:20px;gap:5px;width:100%;padding:18px 20px;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}.cart-address-card:hover,.cart-address-card.active{border-color:#b0002047;transform:translateY(-1px);box-shadow:0 14px 26px #b0002014}.cart-address-card.active{border-color:#f0b5c4f2}.cart-address-card strong{font-size:16px}.cart-address-card span{color:#5c695f;font-size:14px;line-height:1.6}.cart-address-empty{background:#ffffffad;border:1px dashed #214d3529;border-radius:20px;justify-items:start;gap:12px;padding:22px;display:grid}.cart-address-empty p{color:#566658;margin:0}.cart-address-form{background:#ffffffeb;border:1px solid #214d351a;border-radius:22px;gap:14px;padding:20px;display:grid}.cart-address-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.cart-address-form-grid input{color:#1f3529;box-sizing:border-box;background:#fffffffa;border:1px solid #214d351f;border-radius:14px;width:100%;min-height:46px;padding:0 14px}.cart-address-form-grid input:focus{border-color:#214d3542;outline:none}.cart-address-form-wide{grid-column:1/-1}.cart-address-form-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.cart-add-address-btn{min-width:170px}.cart-manage-address-link{color:var(--brand-accent-deep);font-weight:600;text-decoration:none}.cart-order-summary-card{background:#fffffff5;border:1px solid #214d3514;border-radius:28px;gap:14px;padding:24px;display:grid;box-shadow:0 18px 34px #1637250f}.cart-summary-row{color:#536459;justify-content:space-between;align-items:center;gap:16px;display:flex}.cart-summary-row strong{color:#173725}.cart-order-summary-card .cart-free-shipping-note{margin:-6px 0 2px}.cart-summary-row.total{border-top:1px solid #214d351a;margin-top:4px;padding-top:12px;font-size:16px}.cart-summary-row.total strong{font-size:24px}.cart-payment-actions{gap:12px;margin-top:10px;display:grid}.cart-payment-btn{width:100%}.cart-checkout-message{color:#8c2d49;margin:4px 0 0;font-size:14px;line-height:1.6}.cart-checkout-message.success{color:#2d6a43}.cart-applied-coupon{background:#ebf6eeeb;border:1px solid #214d3524;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.cart-applied-coupon strong{color:#1d4f31;letter-spacing:.04em;font-size:14px}.cart-applied-coupon span{color:#5c6f61;font-size:13px}.cart-applied-coupon small{color:#3f5f49;font-size:12px;font-weight:600}.cart-discount-input-wrap{gap:8px;margin:12px 0;display:flex}.cart-discount-input{color:#173725;border:1px solid #214d3533;border-radius:8px;flex:1;padding:10px 14px;font-size:14px}.cart-discount-input::placeholder{color:#95a39a}.cart-discount-btn{color:#173725;cursor:pointer;background:#f5f5f5;border:1px solid #214d351a;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.cart-discount-btn:hover{background:#efefef;border-color:#214d3533}.cart-summary-row.discount{color:#0d5a31}.cart-summary-row.discount span{gap:3px;display:grid}.cart-summary-row.discount small{color:#5b7a66;font-size:12px;font-weight:500}.cart-summary-row.discount strong{color:#0d5a31;font-weight:600}.cart-product-card img{border-radius:12px;width:108px;height:108px}.product-card{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;padding:0;transition:transform .22s;display:flex;overflow:visible}.product-card img,.skeleton-image{object-fit:cover;width:100%;height:430px;display:block}.product-card>a,.product-card-media{box-shadow:none;background:#f8f5ee;border:none;border-radius:14px;transition:transform .24s,box-shadow .24s;display:block;position:relative;overflow:hidden}.product-card img{transform-origin:50%;transition:transform .32s,filter .32s}.product-card:hover{transform:translateY(-4px)}.product-card:hover .product-card-media,.product-card:hover>a{box-shadow:0 18px 34px #1637251f}.product-card:hover img{filter:saturate(1.03);transform:scale(1.06)}.product-body{text-align:center;flex-direction:column;flex:1;padding:12px 0 0;display:flex}.product-badge{z-index:1;color:#fff;letter-spacing:.04em;min-height:38px;box-shadow:none;border-radius:0 0 12px;align-items:center;gap:6px;padding:0 18px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:0;left:0}.product-badge-standard,.product-badge-featured{background:#3e7b55}.product-badge-sale{background:#6e9b2b}.product-badge-price{background:#bd6a4b}.product-badge-mark{display:none}.product-name{color:#121916;min-height:0;margin:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:clamp(18px,1.35vw,30px);font-weight:500;line-height:1.32;text-decoration:none;display:inline-block}.product-attribute-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.product-attribute-chip{color:#1f4a34;background:#edf2e3;border:1px solid #0000;border-radius:14px;align-items:center;min-height:40px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.product-attribute-chip-sage{color:#1f4a34;background:#fdf0c6;border-color:#fdea74a4}.product-attribute-chip-mist{color:#1f4a34;background:#dfeef3;border-color:#4e768529}.product-attribute-chip-blush{color:#1f4a34;background:#f6e3e8;border-color:#925c6a29}.product-attribute-chip-sand{color:#1f4a34;background:#f2dfcf;border-color:#a86d522e}.product-attribute-chip-stone{color:#1f4a34;background:#ded3be;border-color:#716c622e}.product-attribute-chip-leaf{color:#1f4a34;background:#d8e9dd;border-color:#4378562e}.product-prices{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:14px;font-size:16px;display:flex}.old-price{color:#8b928a;order:2;text-decoration:line-through}.new-price{color:var(--brand-accent-deep);font-size:16px;font-weight:500}.bag-btn{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;width:100%;height:52px;box-shadow:none;border:none;border-radius:14px;margin-top:18px;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:700}.product-rating-chip{z-index:1;color:#243126;background:#fffffff0;border-radius:6px;align-items:center;gap:5px;min-height:26px;padding:0 8px;font-size:12px;font-weight:500;display:inline-flex;position:absolute;bottom:14px;left:14px}.product-rating-chip:before{content:"★";color:#18a84b;font-size:12px}.product-rating-sep{color:#707d71}.product-card-actions{grid-template-columns:1fr;place-items:stretch center;gap:12px;margin-top:auto;padding-top:18px;display:grid}.product-card-actions.split{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch}.product-card-actions-custom{width:100%}.product-card-square{border-radius:0;padding:0}.product-card-square .product-card-media,.product-card-square>a{aspect-ratio:1;border-radius:14px}.product-card-square img{aspect-ratio:1;object-fit:cover;width:100%;height:100%}.product-card-square .product-body{padding:12px 0 0}.product-card-square .product-name{min-height:0;font-size:18px;line-height:1.24}.product-card-square .product-attribute-row{gap:8px;margin-top:10px}.product-card-square .product-attribute-chip{min-height:30px;padding:0 10px;font-size:12px}.product-card-square .product-prices{gap:8px;margin-top:12px}.product-card-square .new-price{font-size:16px}.bag-btn-compact,.wishlist-card-btn{letter-spacing:.03em;text-transform:uppercase;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:46px;min-height:46px;margin-top:0;font-size:13px;display:inline-flex}.bag-btn.active,.bag-btn:hover{box-shadow:0 12px 24px #15462f2e}.bag-btn.active{background:linear-gradient(135deg,#325f46,#497b5f)}.wishlist-card-btn{color:#b00020;cursor:pointer;white-space:nowrap;background:#fff3f6f0;border:1px solid #b0002033;width:100%;font-weight:700;box-shadow:0 10px 22px #b000201a}.product-card-actions .bag-btn,.product-card-actions .wishlist-card-btn{min-width:0}.product-card-actions.split .bag-btn,.product-card-actions.split .wishlist-card-btn{width:100%;height:46px;min-height:46px;margin-top:0}.product-card-actions.split .bag-btn{letter-spacing:.03em;justify-content:center;align-items:center;gap:8px;font-size:13px;display:inline-flex}.product-card-actions-double{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.product-card-actions-double .bag-btn,.product-card-actions-double .buy-now-btn{width:100%}.product-card-actions-double{align-items:stretch;gap:12px;width:100%;max-width:none;margin-left:0;margin-right:0}.wishlist-card-btn:hover,.detail-wishlist-btn.active,.wishlist-card-btn.active{color:#9b001c;background:#ffebf0fa;border-color:#b0002057}.buy-now-btn{height:44px;min-height:44px;color:var(--brand-accent-deep);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffffa;border:1px solid #214d3524;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:0;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 10px 22px #214d351a}.product-card-actions-double .bag-btn{justify-self:stretch;height:44px;min-height:44px;margin-top:0;padding:0 14px}.product-card-actions-double .buy-now-btn{justify-self:stretch;margin-top:0;padding:0 14px}.buy-now-btn:hover{color:#224a34;background:#f7faf7fa;border-color:#214d3538;box-shadow:0 12px 24px #214d351f}.cart-payment-btn-light{color:var(--brand-accent-deep);background:#fff;border-color:#214d352e}.reviews-section{margin-top:18px;padding:94px 0 26px;position:relative}.reviews-section:before{content:"";filter:blur(10px);pointer-events:none;background:linear-gradient(#cfe8d647,#f3f0e600);height:78px;position:absolute;top:0;left:6%;right:6%}.reviews-head{text-align:center;margin-bottom:34px}.reviews-head h2{margin:0 0 16px;font-family:Playfair Display,serif;font-size:clamp(34px,4vw,56px)}.reviews-head p{color:#566359;max-width:430px;margin:0 auto;font-size:15px;line-height:1.7}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.review-card{background:linear-gradient(#f5efe3 0%,#eef1e7 100%);border:1px solid #214d3514;border-radius:24px;min-height:0;padding:34px 34px 30px;box-shadow:0 16px 34px #16372514}.review-stars{color:var(--brand-accent);letter-spacing:.08em;margin-bottom:28px;font-size:22px}.review-card p{color:#425245;max-width:470px;margin:0;font-size:18px;line-height:1.65}.review-person{align-items:center;gap:16px;margin-top:70px;display:flex}.review-person img{object-fit:cover;border-radius:999px;width:48px;height:48px}.review-person strong{font-size:16px;display:block}.review-person span{color:#69766a;font-size:15px}.about-page{gap:30px;padding:54px 48px 30px;display:grid}.about-story-hero{grid-template-columns:minmax(0,1.15fr) minmax(300px,.72fr);align-items:stretch;gap:24px;display:grid}.about-story-copy,.about-story-panel,.about-story-card,.about-custodian-card,.about-philosophy-card,.about-why-rootsi{background:linear-gradient(#ffffffe0,#f5f3ebeb),radial-gradient(circle at 100% 0,#cfe8d633,#0000 34%);border:1px solid #214d3514;box-shadow:0 22px 42px #1637250f}.about-story-copy{border-radius:34px;padding:34px 36px 38px}.about-story-kicker,.about-card-kicker{color:#6b7b6d;letter-spacing:.18em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700}.about-story-copy h1,.about-page h2{margin:0;font-family:Playfair Display,serif;line-height:1.04}.about-story-copy h1{max-width:12ch;font-size:clamp(38px,5.4vw,68px)}.about-story-lead{color:#4e5e50;max-width:60ch;margin:22px 0 0;font-size:16px;line-height:1.9}.about-story-panel{border-radius:30px;align-content:start;gap:16px;padding:30px 28px;display:grid}.about-story-panel span{color:#173725;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:700}.about-story-panel p{color:#4f5f52;margin:0;line-height:1.9}.about-hero{object-fit:cover;border-radius:28px;width:100%;min-height:360px;margin:0;display:block;box-shadow:0 24px 44px #16372514}.about-story-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:24px;display:grid}.about-story-card{border-radius:28px;padding:30px 30px 28px}.about-story-card-feature{background:linear-gradient(#f6f9f1f0,#eff5e9eb),radial-gradient(circle at 0 0,#cfe8d63d,#0000 30%)}.about-story-card h2{font-size:clamp(30px,4vw,44px)}.about-story-card h3,.about-custodian-card h3,.about-philosophy-card h3{color:#173725;margin:0;font-family:Playfair Display,serif}.about-story-card h3{font-size:clamp(28px,3vw,38px);line-height:1.12}.about-story-card p,.about-custodian-card p,.about-philosophy-card p,.about-why-copy p{color:#4f5f52;margin:16px 0 0;font-size:15px;line-height:1.85}.about-custodians,.about-philosophy{gap:20px;display:grid}.about-section-head{gap:8px;display:grid}.about-section-head h2,.about-why-copy h2{font-size:clamp(32px,4.2vw,48px)}.about-custodian-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.about-custodian-card{border-radius:24px;padding:26px 22px}.about-custodian-card strong{color:#2f6845;letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:13px;font-weight:700;display:block}.about-philosophy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.about-philosophy-card{border-radius:24px;padding:24px 24px 22px}.about-philosophy-card h3{font-size:28px}.about-why-rootsi{border-radius:30px;padding:34px 36px}.about-why-copy{max-width:860px}.about-why-copy p:first-of-type{margin-top:18px}.contact-page{padding:54px 0 28px}.contact-shell{gap:28px;display:grid}.contact-card{background:radial-gradient(circle at 100% 0,#cfe8d647,#0000 28%),linear-gradient(#fbfaf4f5,#f3f0e6f0);border:1px solid #214d3514;border-radius:28px;grid-template-columns:minmax(0,.95fr) minmax(420px,.9fr);align-items:start;gap:28px;padding:30px;display:grid;box-shadow:0 18px 42px #1637250d}.contact-copy{align-content:start;gap:18px;display:grid}.contact-copy h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(34px,4vw,56px);line-height:1.02}.contact-lead{color:#556558;max-width:560px;margin:0;font-size:16px;line-height:1.8}.contact-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.contact-highlight-card,.contact-channel-item{background:#ffffffbd;border:1px solid #214d3514;border-radius:18px;padding:16px 18px}.contact-highlight-card strong,.contact-channel-item strong{color:#173725;font-size:16px;display:block}.contact-highlight-card p{color:#59695b;margin:8px 0 0;font-size:14px;line-height:1.7}.contact-channel-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.contact-channel-item span{color:#768476;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.contact-top iframe,.contact-map-card iframe{border:0;border-radius:22px;width:100%;min-height:320px}.contact-top iframe{border:0;width:100%;min-height:320px}.form-block{margin-top:34px}.top-form{margin-top:0}.map-below{margin-top:44px}.contact-form{flex-direction:column;gap:8px;display:flex}.contact-form-card{background:#ffffffd1;border:1px solid #214d3514;border-radius:24px;padding:28px;box-shadow:0 12px 30px #1637250a}.contact-form-head{margin-bottom:6px}.contact-form-head h3{margin:0 0 8px;font-family:Playfair Display,serif;font-size:32px}.contact-form-head p{color:#607062;margin:0;line-height:1.7}.contact-form input,.contact-form textarea{background:#fffffff0;border:1px solid #214d3524;border-radius:14px;padding:12px;font-family:inherit}.contact-form button{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff;border:none;border-radius:999px;width:100%;height:48px;margin-top:8px;box-shadow:0 14px 26px #1637252e}.contact-form button:disabled{opacity:.7;cursor:wait}.form-status{color:var(--brand-accent);margin:6px 0 0;font-size:14px;line-height:1.6}.form-status.light{color:#ffffffe0}.contact-map-card{background:#fbfaf4d1;border:1px solid #214d3514;border-radius:26px;grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);align-items:center;gap:24px;padding:24px;display:grid;box-shadow:0 14px 32px #1637250a}.contact-map-copy h3{margin:0 0 10px;font-family:Playfair Display,serif;font-size:32px}.contact-map-copy p:last-child{color:#5d6d5f;margin:0;line-height:1.75}.profile-page{padding:28px 0 56px}.profile-card{background:#fbfaf4f0;border:1px solid #214d3514;border-radius:22px;max-width:980px;margin:0 auto;padding:42px 48px 34px;box-shadow:0 18px 45px #16372514}.account-shell{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:30px;display:grid}.account-sidebar,.account-content-card{background:#fbfaf4f0;border:1px solid #214d3514;border-radius:22px;box-shadow:0 18px 42px #16372514}.account-sidebar{padding:28px;position:sticky;top:0;overflow:hidden}.account-sidebar:before,.account-content-card:before{content:"";pointer-events:none;background:#214d3514;width:100%;height:1px;position:absolute;inset:0 auto auto 0}.account-sidebar,.account-content-card,.account-hero{position:relative}.account-identity{z-index:1;text-align:center;border-bottom:1px solid #214d3514;justify-items:center;gap:14px;margin-bottom:22px;padding:8px 8px 24px;display:grid;position:relative}.account-avatar-wrap{justify-items:center;gap:10px;display:grid}.account-identity-copy{justify-items:center;gap:0;width:100%;display:grid}.account-avatar{background:linear-gradient(135deg, var(--brand-accent-deep), #356c4d);color:#fff;border-radius:50%;place-items:center;width:74px;height:74px;font-family:Playfair Display,serif;font-size:36px;display:grid}.account-avatar-image{object-fit:cover}.account-avatar-input{display:none}.account-avatar-edit{color:var(--brand-accent-deep);cursor:pointer;white-space:nowrap;background:#ffffffe6;border:1px solid #214d3524;border-radius:999px;min-height:32px;padding:0 12px;font-size:12px;font-weight:600}.account-overline{text-transform:uppercase;letter-spacing:.18em;color:#728273;margin:0 0 6px;font-size:10px;font-weight:600}.account-identity h2,.account-hero-copy h1{margin:0;font-family:Playfair Display,serif;line-height:1.06}.account-identity h2{overflow-wrap:anywhere;font-size:30px}.account-email{color:#5f6f61;margin:10px 0 0;font-size:15px;line-height:1.55}.account-nav{z-index:1;gap:14px;display:grid;position:relative}.auth-switch{border-bottom:1px solid #ddd8d2;grid-template-columns:1fr 1fr;gap:0;margin-bottom:30px;display:grid}.auth-switch button{cursor:pointer;color:#9c938a;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;margin-bottom:-1px;padding:6px 6px 14px;font-size:17px;font-weight:500}.auth-switch .active{color:#1f1f1f;background:0 0;border-bottom-color:#4a3b31}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-form label{color:#1f1a17;margin-top:2px;margin-bottom:6px;font-size:15px;font-weight:600}.auth-form input{background:#fffffff0;border:1px solid #214d3524;border-radius:14px;height:48px;padding:0 16px;font-size:15px;transition:border-color .16s,box-shadow .16s,background .16s}.auth-form input:focus,.auth-form textarea:focus{background:#fff;border-color:#214d3542;outline:none;box-shadow:0 0 0 4px #214d3514}.otp-row{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.otp-action-row{justify-content:flex-start;display:flex}.otp-btn{white-space:nowrap;min-width:130px;padding:0 16px;margin-top:0!important}.otp-btn-secondary{color:var(--brand-accent-deep)!important;background:#214d3514!important;border:1px solid #214d3529!important}.otp-note{color:#7c5640;margin:-2px 0 2px;font-size:13px;line-height:1.5}.otp-note.success{color:#1f7a49}.otp-verified{color:#1f7a49;margin:-2px 0 4px;font-size:13px;font-weight:600}.auth-form textarea{background:#fffffff0;border:1px solid #214d3524;border-radius:14px;padding:12px}.auth-form button{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff;letter-spacing:.01em;border:none;border-radius:999px;height:48px;margin-top:6px;font-size:15px;font-weight:500}.forgot-row{color:#685b51;letter-spacing:0;text-transform:none;text-underline-offset:.14em;appearance:none;cursor:pointer;background:0 0;border:0;border-radius:0;align-self:flex-end;width:auto;height:auto;min-height:auto;margin:2px 0 8px;padding:0;font-size:14px;font-weight:600;line-height:1.3;text-decoration:underline}.account-modal-overlay{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1214107a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-modal-card{background:radial-gradient(circle at 0 0,#e0e9d3eb,#0000 46%),linear-gradient(#fffcf6fa,#f8f2ebfa);border-radius:28px;width:min(100%,520px);padding:28px 26px 24px;position:relative;box-shadow:0 28px 80px #111f152e}.account-modal-close{color:#27432f;cursor:pointer;background:#214d3514;border:0;border-radius:50%;width:38px;height:38px;font-size:18px;position:absolute;top:16px;right:16px}.account-modal-eyebrow{color:#5d7a47;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.account-modal-card h3{color:#1f1a16;margin:0;font-size:clamp(24px,3vw,30px)}.account-modal-copy{color:#655a51;margin:10px 0 20px;font-size:14px;line-height:1.6}.account-modal-form{gap:10px}.checkbox-row{color:#5a5048;align-items:center;gap:8px;margin-top:2px;font-size:14px;display:flex;font-weight:400!important}.checkbox-row input{width:16px;height:16px}.terms-note{text-align:center;color:#888;margin-top:22px;font-size:14px}.menu-item{text-align:left;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#ffffffc2;border:1px solid #214d3514;border-radius:16px;align-items:center;gap:14px;width:100%;min-height:74px;padding:14px 16px;font-size:14px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex}.menu-item:hover{border-color:#214d352e;box-shadow:0 10px 24px #16372514}.menu-item-icon{width:38px;height:38px;color:var(--brand-accent-deep);background:#e5eddc;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.menu-item-copy{flex-direction:column;gap:3px;display:flex}.menu-item-copy strong{color:#1e1916;margin-bottom:3px;font-weight:500}.menu-item-copy small{color:#6d7b6f;font-size:12px}.menu-item.active-tab{background:linear-gradient(135deg,#dfe8d7f2,#f5efe2eb);border-color:#214d3538;box-shadow:inset 0 0 0 1px #214d350a}.menu-item.active-tab .menu-item-icon{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff}.menu-item.danger{color:#cf2f2f;border-color:#cf2f2f40}.menu-item.danger .menu-item-icon{color:#cf2f2f;background:#cf2f2f14}.account-main{gap:24px;padding-top:2px;display:grid}.account-hero{box-shadow:none;background:radial-gradient(circle at 100% 0,#cfe8d64d,#0000 30%),linear-gradient(135deg,#edf3e8 0%,#dfe9d8 52%,#f3ecdf 100%);border:1px solid #214d3514;border-radius:22px;grid-template-columns:1.25fr .95fr;align-items:end;gap:18px;padding:24px 30px;display:grid;overflow:hidden}.account-hero-copy h1{font-size:clamp(32px,4vw,46px)}.account-hero-copy p:last-child{color:#566658;max-width:580px;margin:14px 0 0;font-size:14px;line-height:1.75}.account-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.hero-stat-card{background:#ffffffc2;border:1px solid #214d3514;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:88px;padding:14px 16px;display:flex}.hero-stat-card span{color:#708070;text-transform:uppercase;letter-spacing:.14em;font-size:11px}.hero-stat-card strong{color:var(--brand-accent-deep);font-family:Playfair Display,serif;font-size:24px;line-height:1.1}.account-content-card{min-height:460px;padding:34px}.account-content-head{z-index:1;border-bottom:1px solid #214d3514;justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:26px;padding-bottom:22px;display:flex;position:relative}.account-content-title{align-items:flex-start;gap:14px;display:flex}.content-icon-chip{width:42px;height:42px;color:var(--brand-accent-deep);background:#e5eddc;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.account-content-title h3{margin:0 0 6px;font-family:Playfair Display,serif;font-size:28px}.account-content-title p{color:#5e6c60;margin:0;font-size:14px;line-height:1.7}.account-content-body{z-index:1;padding-top:4px;position:relative}.account-message{color:var(--brand-accent-deep);white-space:nowrap;background:#dfe8d7e6;border:1px solid #214d3514;border-radius:999px;margin:6px 0 0;padding:9px 13px;font-size:13px}.message{color:#2e221a;font-weight:600}.list-wrap{gap:14px;margin-top:18px;display:grid}.list-card{box-shadow:none;background:linear-gradient(#fffffff2,#f5f8f1f5);border:1px solid #214d3514;border-radius:18px;padding:18px}.list-card p{color:#585858;margin:6px 0}.list-card.horiz{gap:12px;display:flex}.list-card.horiz img{object-fit:cover;border-radius:8px;width:88px;height:88px}.mini-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mini-actions button{min-height:38px;color:var(--brand-accent-deep);cursor:pointer;background:#fffffff0;border:1px solid #214d3524;border-radius:999px;padding:0 14px;transition:border-color .16s,background .16s}.mini-actions button:hover{background:#ecf2e6;border-color:#214d3538}.cart-quantity-stepper{background:#fffffff0;border:1px solid #214d351a;border-radius:999px;align-items:center;gap:10px;padding:4px 6px;display:inline-flex}.cart-stepper-btn{flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;line-height:1;display:inline-flex;min-width:38px!important;min-height:38px!important;color:var(--brand-accent-deep)!important;background:#f2f7ec!important;border:1px solid #214d3524!important;border-radius:999px!important;padding:0!important}.cart-stepper-btn:hover{background:#e8f0df!important;border-color:#214d3538!important}.cart-stepper-btn:disabled{opacity:.6;cursor:not-allowed}.cart-stepper-count{text-align:center;min-width:26px;color:var(--brand-accent-deep);flex:none;font-size:15px;font-weight:700;line-height:1}.inline-form{grid-template-columns:1fr auto;gap:10px;display:grid}.inline-form input{min-height:40px}.empty-note{color:#636363}.dashboard-form{gap:22px}.profile-forms-stack{gap:18px;display:grid}.profile-panel-form{background:#ffffffeb;border:1px solid #214d3514;border-radius:22px;padding:24px;box-shadow:0 12px 28px #1637250a}.profile-panel-head{gap:6px;display:grid}.profile-panel-head h4{color:#173725;margin:0;font-size:20px}.profile-panel-head p{color:#66766a;margin:0;font-size:14px;line-height:1.6}.dashboard-form button,.auth-form button{cursor:pointer}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 34px;display:grid}.account-form-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.account-form-span-2{grid-column:span 2}.account-form-grid>div,.account-form-grid-wide>div{align-content:start;gap:10px;display:grid}.account-list-card{overflow:hidden}.order-history-thumb{object-fit:cover;background:#e6ece6e6;border-radius:14px;width:92px;height:92px}.account-list-card-content{flex:1;justify-content:space-between;align-items:center;gap:18px;display:flex}.dashboard-empty{text-align:center;background:linear-gradient(#f4f7ef 0%,#edf2e8 100%);border:1px dashed #214d3529;border-radius:18px;margin:0;padding:38px 24px}.track-order-pane{gap:20px;display:grid}.track-order-grid{gap:16px;display:grid}.track-order-card{background:linear-gradient(#fffffff5,#f6f9f2fa);border:1px solid #214d3514;border-radius:22px;padding:22px}.track-order-card-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.track-order-card-copy{gap:6px;display:grid}.track-order-label{color:#6a766f;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px}.track-order-card-copy strong{color:#173725;font-size:22px;line-height:1.2}.track-order-card-copy span{color:#526258;line-height:1.6}.track-order-thumb{object-fit:cover;border-radius:18px;width:72px;height:72px}.track-order-meta{color:#55655b;flex-wrap:wrap;gap:10px 18px;margin-top:14px;font-size:14px;display:flex}.track-order-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.track-order-step{justify-items:center;gap:10px;display:grid;position:relative}.track-order-step-dot{box-sizing:border-box;background:#d8ddd8;border:3px solid #eef2ec;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex}.track-order-step-dot.cancelled{background:#a23c54}.track-order-step-text{color:#7a857f;text-align:center;font-size:13px}.track-order-step-line{background:#d9ded8;width:calc(100% - 36px);height:2px;position:absolute;top:7px;left:calc(50% + 18px)}.track-order-step-line.done{background:var(--brand-accent)}.track-order-step-check{color:#fff;font-size:9px;font-weight:800;line-height:1}.track-order-step--pending .track-order-step-dot.done,.track-order-step--pending .track-order-step-dot.current{background:#bdddf2;border-color:#edf6fb}.track-order-step--pending .track-order-step-text.done,.track-order-step--pending .track-order-step-text.current{color:#4f7793;font-weight:700}.track-order-step--processing .track-order-step-dot.done,.track-order-step--processing .track-order-step-dot.current{background:#cfc2e9;border-color:#f3eef9}.track-order-step--processing .track-order-step-text.done,.track-order-step--processing .track-order-step-text.current{color:#6f5d92;font-weight:700}.track-order-step--shipped .track-order-step-dot.done,.track-order-step--shipped .track-order-step-dot.current{background:#e8cf8b;border-color:#fbf4df}.track-order-step--shipped .track-order-step-text.done,.track-order-step--shipped .track-order-step-text.current{color:#92763a;font-weight:700}.track-order-step--delivered .track-order-step-dot.done,.track-order-step--delivered .track-order-step-dot.current{background:#8bc59b;border-color:#edf8f0;width:18px;height:18px}.track-order-step--delivered .track-order-step-text.done,.track-order-step--delivered .track-order-step-text.current{color:#447a56;font-weight:700}.track-order-cancelled{align-items:flex-start;gap:12px;margin-top:22px;display:flex}.track-order-cancel-line{background:#c8d4ca;flex:1;height:2px;margin-top:7px}.track-order-cancel-step{flex-direction:column;align-items:center;gap:10px;width:74px;display:flex}.track-order-cancel-text{text-align:center;font-size:13px;line-height:1.2}.track-order-cancel-text.done{color:var(--brand-accent);font-weight:600}.track-order-cancel-text.cancelled{color:#aa5e45;font-weight:600}.centered-note{text-align:center;margin:0}.curation-empty-state{background:linear-gradient(#ffffffb3,#f0f6ebb8);border:1px solid #7b6a5d1f;border-radius:20px;max-width:620px;margin:0 auto;padding:28px 32px;box-shadow:0 18px 34px #1637250f}.track-order-step-dot.cancelled .track-order-step-check{text-transform:uppercase;font-size:13px;transform:translateY(-.5px)}.product-details-page{padding-top:42px;padding-bottom:30px}.product-main{grid-template-columns:1fr 1fr;gap:46px;display:grid}.product-main-refined{align-items:start}.product-main-media{position:relative}.product-mobile-carousel,.product-mobile-dots{display:none}.product-main-image-shell{border-radius:24px;padding-left:15px;position:relative;overflow:hidden}.product-main-image{object-fit:cover;aspect-ratio:1;border:1px solid #214d350f;border-radius:24px;width:98%;height:98%;box-shadow:0 18px 34px #16372514}.product-image-lens{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:none;opacity:0;background:#fff3;border:1px solid #214d352e;border-radius:18px;width:148px;height:148px;transition:opacity .16s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 14px 28px #1637251f}.product-main-image-shell.zoom-active .product-image-lens{opacity:1}.product-image-zoom-panel{aspect-ratio:1;opacity:0;pointer-events:none;z-index:30;background-color:#fbfaf4fc;background-repeat:no-repeat;background-size:235%;border:1px solid #214d351f;border-radius:28px;width:min(34vw,440px);transition:opacity .16s,transform .16s;position:fixed;top:50%;left:calc(50% + min(24vw,320px));transform:translate(-50%,-50%)scale(.96);box-shadow:0 28px 64px #16372533}.product-main-image-shell.zoom-active .product-image-zoom-panel{opacity:1;transform:translate(-50%,-50%)scale(1)}.product-badge-detail{top:18px;left:18px}.product-main-copy{padding-top:8px}.product-main-copy-refined{gap:18px;display:grid}.product-main h1{letter-spacing:-.03em;color:#1f1b18;max-width:11ch;margin:0;font-family:Playfair Display,serif;font-size:clamp(42px,5.2vw,64px);line-height:1.06}.product-detail-score-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product-rating-pill{color:#173725;background:#ffffffeb;border:1px solid #214d351a;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:0 14px;display:inline-flex;box-shadow:0 10px 18px #1637250d}.product-rating-pill strong{font-size:16px;font-weight:700}.product-rating-pill span,.product-tax-note{color:#617063;font-size:13px;line-height:1.5}.product-tagline{color:#4d5a50;margin:0;font-size:15px;line-height:1.8}.detail-promise-strip{background:linear-gradient(#fbfaf5f5,#f5f7f0f5);border:1px solid #214d3514;border-radius:22px;gap:10px;padding:18px 20px;display:grid}.detail-promise-strip span{color:#4d5d50;padding-left:16px;font-size:14px;line-height:1.65;position:relative}.detail-promise-strip span:before{content:"";background:#7d917a;border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.detail-prices{justify-content:flex-start;gap:10px;margin-top:0;font-family:Playfair Display,serif;font-size:18px}.detail-prices .old-price{color:#a7aba7;order:0;font-size:clamp(12px,1.4vw,18px);font-weight:500}.detail-prices .new-price{color:var(--brand-accent);font-size:clamp(28px,3vw,40px);font-weight:700}.detail-delivery-card{gap:12px;max-width:340px;display:grid}.detail-delivery-head{color:#1b1b1b;letter-spacing:.02em;font-size:16px;font-weight:700}.detail-delivery-input{background:#ffffffd1;border:1px solid #214d351f;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:56px;padding:0 18px;display:grid}.detail-delivery-input span{color:#1f1f1f;font-size:15px}.detail-delivery-input input{color:#1f1f1f;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:15px}.detail-delivery-input input::placeholder{color:#7b857d}.detail-delivery-input button{min-width:74px;min-height:40px;color:var(--brand-accent);cursor:pointer;background:#214d3514;border:none;border-radius:999px;padding:0 12px;font-size:15px;font-weight:700}.detail-delivery-date{color:#1f1f1f;margin:0;font-size:15px;font-weight:700}.qty-row{align-items:center;gap:12px;display:inline-flex}.qty-row button{color:#1f4a34;cursor:pointer;background:#d8e9dd;border:1px solid #4378562e;border-radius:999px;place-items:center;width:38px;height:38px;font-size:22px;line-height:1;transition:background-color .16s,color .16s,border-color .16s;display:grid;box-shadow:0 8px 18px #214d3514}.qty-row button:hover{background:#c7dfcf;border-color:#43785647}.qty-row span{text-align:center;color:#14281d;min-width:16px;font-size:22px;font-weight:600}.detail-actions{flex:1;margin-top:0;padding-top:0}.product-buy-row{grid-template-columns:1fr;align-items:flex-start;gap:14px;display:grid}.detail-wishlist-btn{min-width:0}.detail-wishlist-btn.active{color:#9b001c;background:#ffebf0fa;border-color:#b0002057}.product-buy-row .bag-btn,.product-buy-row .wishlist-card-btn{height:42px;min-height:42px;margin-top:0;padding:0 18px;font-size:13px}.product-buy-row .detail-actions{width:100%;max-width:420px}.product-buy-row .bag-btn,.product-buy-row .wishlist-card-btn{border-radius:14px;width:auto}.detail-description{color:#4a4a4a;margin-top:0;font-size:15px;line-height:1.9}.detail-care-shell{margin-top:0}.detail-care-layout{grid-template-columns:minmax(0,1.02fr) minmax(420px,1.08fr);align-items:start;gap:26px;display:grid}.detail-care-main,.detail-box-column,.detail-box-image-column{min-width:0}.detail-care-main{gap:18px;display:grid}.detail-care-head h2{margin:0 0 10px;font-family:Playfair Display,serif;font-size:34px;line-height:1.1}.detail-care-head p:last-child{color:#5e6d60;margin:0;line-height:1.75}.detail-guide-groups{gap:18px;display:grid}.detail-guide-group{background:linear-gradient(#ffffffdb,#f7f5eeeb);border:1px solid #214d3514;border-radius:22px;padding:20px}.detail-guide-intro{align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.detail-guide-icon{background:linear-gradient(#ecf2de,#e1ead4);border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.detail-guide-intro h3{color:#173725;margin:0 0 6px;font-family:Playfair Display,serif;font-size:22px}.detail-guide-intro p{color:#5d6b5f;margin:0;line-height:1.7}.detail-guide-accordion-list{gap:10px;max-width:760px;display:grid}.single-guide-list{gap:14px}.detail-guide-accordion{background:#fffdfa;border:1px solid #214d3514;border-radius:20px;overflow:hidden;box-shadow:0 10px 24px #1637250d}.detail-guide-accordion.open{border-color:#214d3524}.detail-guide-trigger{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:18px 20px;display:flex}.detail-guide-trigger-copy{color:#17251b;align-items:center;gap:12px;font-size:18px;font-weight:500;display:flex}.detail-guide-trigger-icon{background:#edf3e2;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:19px;display:grid}.detail-guide-chevron{color:#506052;font-size:28px;line-height:1;transition:transform .18s;transform:rotate(0)}.detail-guide-accordion.open .detail-guide-chevron{transform:rotate(45deg)}.detail-guide-panel{padding:0 20px 20px}.detail-guide-panel p{color:#4f5d52;margin:0;font-size:15px;line-height:1.8}.detail-box-column{background:linear-gradient(#ffffffd1,#f7f5eeeb);border:1px solid #214d3514;border-radius:20px;padding:22px 24px;box-shadow:0 10px 24px #1637250d}.detail-box-column-below{margin-top:6px}.detail-box-image-column{width:100%;padding-top:50px}.detail-box-head h2{margin-bottom:0}.detail-box-image-card{gap:14px;width:100%;display:grid}.detail-box-image-placeholder,.detail-box-image{aspect-ratio:1.2;background:linear-gradient(#eff4e9e0,#faf8f3f5);border:1px dashed #214d352e;border-radius:18px;width:100%}.detail-box-image{object-fit:cover;border-style:solid}.detail-box-image-placeholder{text-align:center;place-items:center;padding:20px;display:grid}.detail-box-image-placeholder span{color:#617063;max-width:190px;font-size:14px;line-height:1.7}.detail-box-list{gap:14px;margin:18px 0 0;padding:0;list-style:none;display:grid}.detail-box-list li{color:#405145;padding-left:18px;font-size:15px;line-height:1.8;position:relative}.detail-box-list li:before{content:"";background:#7d917a;border-radius:50%;width:7px;height:7px;position:absolute;top:11px;left:0}.detail-description-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.detail-description-list li{color:#405145;padding-left:18px;font-size:15px;line-height:1.8;position:relative}.detail-description-list li:before{content:"";background:#7d917a;border-radius:50%;width:7px;height:7px;position:absolute;top:11px;left:0}.detail-description-empty{color:#4f5d52;margin:0;font-size:15px;line-height:1.8}.detail-description-strip{padding:22px 24px}.detail-description-list-top{gap:16px}.also-like{margin-top:64px}.also-like-fullbleed{width:100%}.also-like-fullbleed .container{width:min(100%,100vw - 32px);max-width:none}.also-like-head{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:24px;margin-bottom:24px;display:grid}.also-like-head h2,.also-like h2{margin:0 0 12px;font-family:Playfair Display,serif;font-size:clamp(30px,5vw,42px)}.also-like-head p:last-child{color:#5a695d;margin:0;line-height:1.75}.products-grid-related{grid-template-columns:repeat(4,minmax(23%,1fr));align-items:start;gap:20px 16px;width:100%;max-width:none}.product-thumb-gallery{justify-content:center;align-items:center;gap:14px;margin-top:16px;display:flex}.product-thumb-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:0;display:flex}.product-thumb-arrow{color:#173725;cursor:pointer;background:#fffffff5;border:1px solid #214d351f;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-size:28px;line-height:1;transition:transform .16s,box-shadow .16s,border-color .16s;display:inline-flex;box-shadow:0 10px 22px #16372514}.product-thumb-arrow:hover{border-color:#214d3538;transform:translateY(-1px);box-shadow:0 14px 26px #1637251f}.product-thumb{cursor:pointer;background:#fff;border:1px solid #214d351a;border-radius:16px;width:72px;height:72px;padding:4px}.product-thumb.active{border-color:#214d3542;box-shadow:0 10px 20px #16372514}.product-thumb img{object-fit:cover;border-radius:12px;width:100%;height:100%}.product-reviews-shell{background:radial-gradient(circle at 100% 0,#e2ebdc8c,#0000 32%),linear-gradient(#fbfaf5f5,#f6f8f1fa);border:1px solid #214d3514;border-radius:30px;margin-top:56px;padding:30px;box-shadow:0 16px 34px #1637250a}.product-reviews-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;margin-bottom:24px;display:grid}.product-reviews-head h2{margin:0 0 10px;font-family:Playfair Display,serif;font-size:clamp(30px,4vw,44px);line-height:1.02}.product-reviews-head p:last-child{color:#59695b;margin:0;line-height:1.75}.product-review-summary{text-align:right;justify-items:end;gap:6px;display:grid}.product-review-summary strong{color:#173725;font-family:Playfair Display,serif;font-size:46px;line-height:.96}.product-review-summary span{color:#627163;font-size:14px}.review-action-btn{background:linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent));color:#fff;cursor:pointer;border:none;border-radius:999px;min-height:44px;margin-top:10px;padding:0 18px;font-weight:700}.product-review-form{background:#ffffffb8;border:1px solid #214d3514;border-radius:22px;grid-template-columns:220px minmax(0,1fr);gap:16px 18px;margin-top:24px;padding:22px;display:grid;box-shadow:0 10px 22px #1637250a}.product-review-field{gap:8px;display:grid}.product-review-field span{color:#173725;font-size:14px;font-weight:600}.product-review-field-hint{color:#5a695d;font-size:13px;line-height:1.5}.product-review-file-input{color:#1d2b20;background:#fffdfa;border:1px dashed #214d352e;border-radius:16px;width:100%;padding:12px 14px}.product-review-file-input::file-selector-button{color:#fff;cursor:pointer;background:#214d35;border:none;border-radius:999px;margin-right:12px;padding:8px 14px;font-weight:600}.product-review-field select,.product-review-field textarea{color:#1d2b20;background:#fffdfa;border:1px solid #214d3524;border-radius:16px;width:100%;padding:12px 14px}.product-review-field textarea{resize:vertical;min-height:120px}.product-review-field-wide{grid-column:2}.product-review-form-actions{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:14px;display:flex}.product-review-form-message{color:#4f5d52;margin:0;line-height:1.6}.product-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-review-card{background:#ffffffb3;border:1px solid #214d3514;border-radius:22px;padding:22px;box-shadow:0 10px 22px #16372509}.product-review-stars{color:#18a84b;letter-spacing:.08em;font-size:26px}.product-review-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.product-review-meta strong{color:#1d1d1d;font-size:18px}.product-review-verified{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#101010;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.product-review-date{color:#6a776b;margin:10px 0 0;font-size:13px}.product-review-copy{color:#313d34;margin:14px 0 0;font-size:16px;line-height:1.8}.product-review-preview-grid,.product-review-media{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-review-preview-card{gap:8px;display:grid}.product-review-preview-image,.product-review-media-image{aspect-ratio:1;object-fit:cover;background:#f7f5ee;border:1px solid #214d3514;border-radius:16px;width:100%}.product-review-preview-remove{color:#7c2f32;cursor:pointer;background:0 0;border:none;width:fit-content;padding:0;font-size:13px;font-weight:600}.product-review-media{margin-top:16px}.product-reviews-empty{background:#ffffff94;border:1px dashed #214d3529;border-radius:22px;padding:24px}.product-reviews-empty strong{color:#173725;margin-bottom:8px;font-size:20px;display:block}.product-reviews-empty p{color:#59695b;margin:0;line-height:1.75}.footer-app-banner{margin-top:0;overflow:hidden}.footer-app-banner-bleed{background:0 0;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.footer-app-banner-image{width:100%;max-width:1672px;height:auto;box-shadow:none;transform-origin:50%;border-radius:0;margin:0 auto;display:block;transform:scale(1.05)}.delete-account-highlight-detail{color:#44614f;word-break:break-word;margin-top:8px;font-size:15px;font-weight:600;line-height:1.45;display:block}.site-footer{background:var(--footer);color:#fff;margin-top:0;padding:72px 0 32px;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#cfe8d629,#0000 24%),radial-gradient(circle at 0 100%,#4d7f5d33,#0000 30%);position:absolute;inset:0}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;gap:24px;display:grid}.footer-grid-expanded{grid-template-columns:1.15fr 1fr .72fr 1.15fr;align-items:start;gap:46px}.site-footer h4{margin:0 0 10px;font-family:Playfair Display,serif;font-size:30px}.footer-brand-column p{color:#f1f8f2cc;max-width:320px;line-height:1.8}.footer-title-row{color:#e7f0e8;align-items:center;gap:10px;margin-bottom:18px;display:flex}.footer-title-row h5,.footer-social h5{margin:0;font-family:Playfair Display,serif;font-size:22px;font-weight:500}.footer-link-column,.footer-contact-column,.footer-brand-column{z-index:1;position:relative}.footer-link-list{gap:16px;display:grid}.footer-link-list a{color:#f1f8f2d6;align-items:center;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex}.footer-link-list a:hover{color:#fff;transform:translate(2px)}.footer-contact-list{gap:18px;display:grid}.footer-contact-list a,.footer-contact-item{color:#f1f8f2d6;align-items:flex-start;gap:10px;line-height:1.6;text-decoration:none;display:flex}.footer-contact-list strong{color:#fff;font-weight:600}.footer-contact-list em{color:#f1f8f2a8;font-style:normal}.footer-contact-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.copyright{color:#f0e9e3;font-size:14px}.copyright p{margin:0 0 8px}.footer-bottom{z-index:1;border-top:1px solid #ffffff24;justify-content:space-between;align-items:flex-start;gap:28px;margin-top:48px;padding-top:30px;display:flex;position:relative}.footer-social{gap:14px;display:grid}.footer-social-links{flex-wrap:wrap;gap:12px;display:flex}.footer-social-links a{color:#fff;background:#ffffff14;border-radius:50%;place-items:center;width:42px;height:42px;text-decoration:none;transition:transform .16s,background .16s;display:grid}.footer-social-links a:hover{background:#cfe8d62e;transform:translateY(-2px)}.info-page{padding:48px 0 32px}.info-page-hero{max-width:760px;margin-bottom:24px}.info-page-hero h1{margin:0 0 14px;font-family:Playfair Display,serif;font-size:clamp(34px,4.8vw,58px);line-height:1.02}.info-page-hero p:last-child{color:#566658;margin:0;line-height:1.8}.info-page-card{background:#fbfaf4f0;border:1px solid #214d3514;border-radius:24px;padding:30px;box-shadow:0 18px 45px #16372514}.info-page-sections{gap:22px;display:grid}.info-page-section{border-bottom:1px solid #214d3514;padding-bottom:22px}.info-page-section:last-child{border-bottom:none;padding-bottom:0}.info-page-section h2{margin:0 0 12px;font-family:Playfair Display,serif;font-size:28px}.info-page-section p{color:#4f5f52;margin:0 0 12px;line-height:1.8}.info-page-section p:last-child{margin-bottom:0}.info-page-list{color:#4f5f52;margin:0 0 12px;padding-left:22px}.info-page-list li{margin-bottom:10px;line-height:1.8}.info-page-list li:last-child{margin-bottom:0}.shipping-policy-page{padding-top:36px}.shipping-policy-hero{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:start;gap:20px;margin-bottom:28px;padding:0 0 8px;display:grid}.shipping-policy-hero-copy{padding:0}.shipping-policy-hero-copy h1{margin:0 0 12px;font-family:Playfair Display,serif;font-size:clamp(34px,4.8vw,52px);line-height:1.06}.shipping-policy-hero-copy p:last-child{color:#566658;max-width:60ch;margin:0;line-height:1.75}.shipping-policy-hero-note{color:#173725;background:#f7f5ef;border:1px solid #214d351a;border-radius:18px;padding:18px 20px}.shipping-policy-note-label{color:#6c7d70;letter-spacing:.1em;text-transform:uppercase;background:0 0;border-radius:999px;margin-bottom:10px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.shipping-policy-hero-note strong{margin-bottom:8px;font-size:20px;line-height:1.3;display:block}.shipping-policy-hero-note p{color:#5a6b5d;margin:0;line-height:1.7}.shipping-policy-highlights{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:28px;display:grid}.shipping-highlight-card{background:#fbfaf6;border:1px solid #214d3514;border-radius:16px;padding:16px 16px 18px;box-shadow:0 8px 22px #16372508}.shipping-highlight-card span{color:#6c7d70;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.shipping-highlight-card strong{color:#173725;font-size:18px;font-weight:600;line-height:1.35;display:block}.shipping-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.policy-panel{background:#fbfaf6;border:1px solid #214d3514;border-radius:22px;padding:22px 22px 4px;box-shadow:0 10px 28px #16372509}.policy-panel-head{margin-bottom:18px}.policy-panel-head h2{margin:0 0 8px;font-family:Playfair Display,serif;font-size:30px;line-height:1.12}.policy-panel-head p:last-child{color:#566658;margin:0;line-height:1.7}.policy-card-stack{gap:12px;display:grid}.policy-card{background:#fffdf9;border:1px solid #214d3512;border-radius:16px;padding:18px 18px 16px}.policy-card-eyebrow{color:#6f806e;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.policy-card h3{color:#173725;margin:0 0 10px;font-family:Playfair Display,serif;font-size:24px;line-height:1.22}.policy-card p{color:#4f5f52;margin:0 0 10px;line-height:1.7}.policy-card p:last-of-type{margin-bottom:0}.policy-list{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.policy-list li{color:#435345;padding-left:16px;line-height:1.7;position:relative}.policy-list li:before{content:"";width:5px;height:5px;box-shadow:none;background:#7d8f7b;border-radius:50%;position:absolute;top:11px;left:0}.shipping-support-card{background:#f8f6f1;border:1px solid #214d3514;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-top:32px;padding:22px 24px;display:grid;box-shadow:0 10px 24px #16372508}.shipping-support-card h2{color:#173725;margin:0 0 8px;font-family:Playfair Display,serif;font-size:30px;line-height:1.12}.shipping-support-card p:last-child{color:#566658;margin:0;line-height:1.7}.shipping-support-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.shipping-support-actions a{color:#173725;text-align:left;background:#fffdf9;border:1px solid #214d351a;border-radius:12px;min-width:0;padding:10px 14px;font-weight:600;text-decoration:none;transition:background .16s,border-color .16s,color .16s}.shipping-support-actions a:hover{color:#2f6845;background:#fff;border-color:#2f68452e}.faq-page{padding-top:36px}.faq-list{gap:12px;display:grid}.faq-card{background:#fbfaf6;border:1px solid #214d3514;border-radius:20px;overflow:hidden;box-shadow:0 8px 22px #16372508}.faq-card.open{background:#fffdfa;border-color:#214d3524}.faq-card-header{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:16px 18px;display:flex}.faq-toggle{background:#22a74b;border:1px solid #22a74b;border-radius:50%;flex:0 0 42px;width:42px;height:42px;transition:background .22s,border-color .22s,transform .22s;position:relative}.faq-toggle.open{background:#2f5d50;border-color:#2f5d50}.faq-toggle-glyph{place-items:center;transition:transform .22s;display:grid;position:absolute;inset:0;transform:rotate(0)}.faq-toggle.open .faq-toggle-glyph{transform:rotate(180deg)}.faq-toggle-bar{background:#fff;border-radius:999px;position:absolute}.faq-toggle-bar-horizontal{width:16px;height:2.4px}.faq-toggle-bar-vertical{width:2.4px;height:16px;transition:transform .22s;transform:scaleY(1)}.faq-toggle.open .faq-toggle-bar-vertical{transform:scaleY(0)}.faq-question{color:#2a312d;letter-spacing:.04em;text-transform:uppercase;flex:1;font-size:17px;font-weight:500;line-height:1.7}.faq-answer-wrap{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.faq-answer-wrap.open{grid-template-rows:1fr}.faq-answer-inner{min-height:0;padding-left:74px;padding-right:18px;overflow:hidden}.faq-answer{color:#36443d;margin:0 0 10px;font-size:16px;line-height:1.8}.faq-answer:first-child{padding-top:0}.faq-answer:last-child{margin-bottom:18px}.skeleton-block{background:linear-gradient(90deg,#ede5db 0%,#f7f1ea 50%,#ede5db 100%) 0 0/200% 100%;border-radius:12px;animation:1.25s linear infinite shimmer}.product-skeleton .product-body{padding-top:14px}.skeleton-line{height:14px}.skeleton-line-title{width:82%;height:28px;margin-bottom:10px}.skeleton-line-price{width:42%;margin-bottom:16px}.skeleton-line-button,.skeleton-line-input{width:100%;height:42px}.skeleton-line-heading{width:40%;height:30px;margin-bottom:18px}.skeleton-line-copy{width:68%;margin-bottom:14px}.skeleton-line-copy.long{width:100%}.product-main-skeleton .detail-skeleton{padding-top:10px}.tab-skeleton-page{gap:14px;display:grid}.tab-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}.skeleton-card{min-height:120px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1100px){.nav-wrap{grid-template-columns:110px 1fr auto;gap:16px;padding-left:40px;padding-right:40px}.main-nav{gap:18px}.main-nav a{font-size:15px}}@media (width<=980px){.about-grid-intro,.about-story-hero,.about-story-grid,.product-main{grid-template-columns:1fr}.about-custodian-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-philosophy-grid{grid-template-columns:1fr}.footer-grid-expanded{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page h2,.product-main h1{font-size:38px}.product-review-form{grid-template-columns:1fr}.product-review-field-wide{grid-column:auto}.detail-care-layout{grid-template-columns:1fr}.cart-checkout-bar{flex-direction:column;align-items:stretch}.cart-checkout-summary.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-checkout-layout{grid-template-columns:1fr}.cart-address-form-grid{grid-template-columns:1fr 1fr}.product-image-lens,.product-image-zoom-panel{display:none}.about-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-card,.contact-map-card,.contact-highlight-grid,.contact-channel-list{grid-template-columns:1fr}.profile-card{padding:30px 26px}.account-shell,.account-hero{grid-template-columns:1fr}.account-sidebar{padding:24px;position:static}.account-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.product-main-image{height:420px}.curation-hero{grid-template-columns:1fr}.curation-hero-copy{padding:0}.product-card{padding:12px 12px 14px}.product-card img,.skeleton-image{height:290px}.detail-guide-trigger-copy{font-size:16px}.also-like-head,.product-reviews-head,.product-buy-row{grid-template-columns:1fr}.product-review-grid,.products-grid-related{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-guarantee-banner,.section-head{flex-direction:column;align-items:flex-start}.tab-skeleton-grid{grid-template-columns:1fr}}@media (width<=760px){.about-page{gap:22px;padding-left:20px;padding-right:20px}.about-story-copy,.about-story-panel,.about-story-card,.about-custodian-card,.about-philosophy-card,.about-why-rootsi{border-radius:22px;padding:22px 20px}.about-custodian-grid{grid-template-columns:1fr}.nav-wrap{grid-template-columns:1fr;justify-items:center;height:auto;padding:18px 0}.main-nav{flex-wrap:wrap;gap:14px 20px}.header-icons{justify-content:center}.hero-image img{height:62vh;min-height:460px}.products-grid,.product-card-actions-double{grid-template-columns:1fr}.product-card img,.skeleton-image{height:280px}.about-showcase-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-showcase-card img{height:320px}.about-showcase-caption{padding:20px 16px;font-size:16px}.hero-actions,.stats{flex-direction:column}.detail-actions{flex-direction:row}.product-review-grid{grid-template-columns:1fr}.products-grid-related{grid-template-columns:1fr;gap:18px}.split-review,.products-section,.about-section{padding-left:0;padding-right:0}.footer-grid-expanded,.footer-bottom{flex-direction:column;grid-template-columns:1fr}.site-footer{margin-top:0;padding:58px 0 28px}.footer-app-banner{margin-top:0}.footer-app-banner-bleed{aspect-ratio:1672/941;padding-inline:0;overflow:hidden}.footer-app-banner-image{object-fit:contain;width:100%;height:100%;transform:none}.footer-grid-expanded{gap:28px}.footer-bottom{margin-top:36px;padding-top:24px}.footer-social-links{gap:10px}.info-page-card{padding:22px 18px}.shipping-policy-hero{grid-template-columns:1fr;gap:16px;padding-bottom:0}.curation-hero{gap:18px;margin-bottom:26px}.curation-hero-image-wrap img{min-height:280px}.shipping-policy-hero-copy{padding:0}.shipping-policy-hero-note{padding:16px 18px}.shipping-policy-highlights,.shipping-policy-grid,.shipping-support-card{grid-template-columns:1fr}.faq-card-header{align-items:flex-start;padding:14px}.faq-answer-inner{padding-left:14px;padding-right:14px}.faq-question{font-size:15px;line-height:1.6}.faq-answer{font-size:15px;line-height:1.75}.policy-panel{padding:18px 18px 4px}.policy-panel-head h2,.shipping-support-card h2{font-size:28px}.shipping-support-card{padding:20px 18px}.shipping-support-actions{justify-content:flex-start}.review-card{min-height:auto;padding:28px 26px}.review-card p{font-size:16px}.review-person{margin-top:34px}.account-hero{padding:26px 22px}.detail-guide-group{padding:16px}.detail-guide-trigger{padding:14px}.detail-guide-panel{padding:0 14px 14px}.product-reviews-shell{padding:22px 18px}.product-review-summary{text-align:left;justify-items:start}.cart-checkout-panel{padding:22px 18px}.cart-checkout-head{flex-direction:column}.cart-address-form-grid{grid-template-columns:1fr}.cart-address-form-wide{grid-column:auto}.cart-address-form-actions{flex-direction:column;align-items:stretch}.track-order-card-top{flex-direction:column;align-items:flex-start}.track-order-flow{grid-template-columns:repeat(4,minmax(64px,1fr));align-items:start;gap:8px}.track-order-cancelled{align-items:center;gap:8px}.track-order-cancel-step{gap:8px;width:68px}.track-order-step-line{width:calc(100% - 28px);display:block;top:7px;left:calc(50% + 14px)}.track-order-step{gap:8px}.track-order-step-text{font-size:12px}.product-thumb{width:60px;height:60px}.product-thumb-gallery{gap:10px}.product-thumb-arrow{width:40px;height:40px;font-size:24px}.account-content-card{padding:22px 18px}.account-identity{gap:12px;margin-bottom:18px;padding:6px 4px 20px}.account-avatar-wrap{gap:8px}.account-avatar{width:62px;height:62px;font-size:30px}.account-avatar-edit{min-height:30px;padding:0 10px;font-size:11px}.account-identity h2{font-size:26px}.account-content-head,.account-list-card-content{flex-direction:column;align-items:flex-start}.account-form-grid,.account-form-grid-wide,.account-hero-stats,.inline-form{grid-template-columns:1fr}.account-form-grid{gap:18px}.account-form-span-2{grid-column:auto}.menu-item{min-height:62px}.cart-checkout-bar{padding:18px}.cart-checkout-btn{width:100%;min-width:0}.cart-checkout-summary.compact{grid-template-columns:1fr;gap:12px}}@media (width>=761px) and (width<=1024px){body.route-home .home-curations-strip .about-showcase-inner{justify-items:center;display:grid}body.route-home .home-curations-strip .about-showcase-grid{justify-content:center;width:fit-content;max-width:100%;margin:0 auto}}.mobile-header-side,.mobile-bottom-nav,.mobile-screen-head,.product-mobile-head,body.route-section-product .app-open-banner,body.route-section-products .app-open-banner{display:none}#mobile-curations{scroll-margin-top:136px}@media (width<=760px){body.route-section-product .app-open-banner,body.route-section-products .app-open-banner{display:none}body.keyboard-open .mobile-bottom-nav,body.keyboard-open .app-open-banner,body.keyboard-open .top-ribbon{display:none!important}body.keyboard-open #root{padding-bottom:0}body.keyboard-open .site-footer,body.route-account-addresses .site-footer,body.route-account-track-order .site-footer,body.route-account-orders .site-footer{display:none}body.route-account .app-content,body.route-account-profile .app-content,body.route-account-signin .app-content,body.route-account-signup .app-content{min-height:auto}.app-content{min-height:calc(100vh + 60px)}#root{padding-bottom:0}.app-open-banner{align-items:flex-start;padding:12px 16px;display:flex}.app-open-banner__copy{gap:4px}.app-open-banner__actions{justify-content:flex-start;width:100%}.search-pop-wrap{z-index:30;position:sticky;top:0}body.keyboard-open .search-pop-wrap{padding-bottom:max(12px, var(--keyboard-offset))}body.route-section-account #root,body.route-section-cart #root,body.route-section-product #root,body.route-section-products #root{padding-bottom:0}.container{padding-left:16px;padding-right:16px}.top-ribbon{letter-spacing:.04em;padding:7px 10px;font-size:10px}.site-header{box-shadow:0 10px 28px #15251a14}body.route-section-account .site-header,body.route-section-cart .site-header{display:none}.nav-wrap{grid-template-columns:44px minmax(0,1fr) 44px;grid-template-areas:"left brand right";align-items:center;gap:10px;height:auto;min-height:44px;padding:6px 16px}.mobile-header-side{align-items:center;display:flex}.mobile-header-side .icon-btn{width:30px;height:30px}.mobile-header-side .icon-btn em{min-width:17px;padding:0 4px;font-size:9px;line-height:17px;top:-4px;right:-6px}.mobile-header-side-left{grid-area:left;justify-content:flex-start}.mobile-header-side-right{grid-area:right;justify-content:flex-end}.brand-logo{grid-area:brand;justify-self:center;width:132px}.brand-logo img{width:100%;height:auto;max-height:48px}.main-nav,.desktop-header-icons{display:none}.search-pop-wrap{background:#fff;padding:10px 0 12px}.search-pop-input{border-radius:12px;height:42px;padding:0 14px;font-size:14px}.mobile-bottom-nav{left:50%;bottom:calc(10px + env(safe-area-inset-bottom,0px));z-index:40;width:min(100vw - 20px,540px);max-width:calc(100vw - 20px);padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border:1px solid #2f5d5014;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 18px 34px #19281e1f}.mobile-bottom-link{color:#8d867f;background:0 0;border:0;justify-items:center;gap:5px;padding:6px 4px 2px;font-family:inherit;font-size:10px;font-weight:500;text-decoration:none;display:grid;position:relative}.mobile-bottom-link.active{color:#24563f}.mobile-bottom-link.active svg{stroke-width:2.1px}.mobile-bottom-link.active:before{content:"";background:#24563f;border-radius:999px;width:32px;height:3px;position:absolute;top:-8px}.mobile-bottom-link svg{display:block}.mobile-bottom-link span:last-child{font-size:10px;font-weight:500}.mobile-bottom-link.active span:last-child{font-weight:700}.mobile-bottom-link-button{cursor:pointer}.mobile-bottom-icon-wrap{display:inline-flex;position:relative}.mobile-nav-badge{color:#1f5e49;text-align:center;background:#cdeee1;border:1px solid #fff;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-style:normal;font-weight:700;line-height:14px;position:absolute;top:-6px;right:-10px;box-shadow:0 8px 18px #317e6024}.hero-section{padding-top:0}.hero-image,.hero-image img{border-radius:0;height:280px;min-height:280px}.hero-overlay{text-align:center;background:#0000002e;align-items:center;padding:24px 18px}.hero-kicker{letter-spacing:.08em;font-size:12px}.hero-overlay h1{max-width:14ch;margin:8px 0;font-size:24px;line-height:1.18}.hero-actions{align-items:center;margin-top:10px}.hero-actions .btn{min-width:140px;padding:10px 18px;font-size:15px}.hero-actions .btn-outline-light{display:none}.about-section{padding:28px 0 12px;display:block}.about-grid-intro{text-align:center;gap:18px}.about-grid-intro h2{max-width:12ch;margin:0 auto}.about-copy{justify-items:center}.about-copy p{max-width:62ch;margin:0 auto}.about-showcase-section{box-shadow:none;background:#fff;border:0;border-radius:0;margin:0;padding:18px 16px 10px}.about-showcase-section:after,.products-section:before,.products-section:after,.reviews-section:before,.about-showcase-head{display:none}.about-showcase-inner,.products-section-fullbleed .products-section-inner{width:100%}.about-showcase-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.about-showcase-card{box-shadow:none;background:0 0;border-radius:0}.about-showcase-card:hover{box-shadow:none;transform:none}.about-showcase-card a{justify-items:center;gap:8px;display:grid}.about-showcase-card img{object-fit:cover;width:62px;height:62px;box-shadow:none;border-radius:999px}.about-showcase-card:hover img{transform:none}.about-showcase-caption{color:#333;text-align:center;background:0 0;padding:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;line-height:1.35;position:static}body.route-home .home-curations-strip{padding:18px 6px 10px}body.route-home .home-curations-strip .about-showcase-inner{padding-left:0;padding-right:0}body.route-home .home-curations-strip .about-showcase-grid{scroll-snap-type:x proximity;flex-wrap:nowrap;justify-content:center;gap:clamp(10px,2.8vw,14px);width:max-content;min-width:100%;margin:0 auto;padding:0 0 4px;display:flex;overflow-x:auto}body.route-home .home-curations-strip .about-showcase-grid.compact-mobile-strip{justify-content:space-evenly;gap:clamp(8px,2vw,12px);width:100%;min-width:0}body.route-home .home-curations-strip .about-showcase-grid::-webkit-scrollbar{display:none}body.route-home .home-curations-strip .about-showcase-card{scroll-snap-align:start;flex:none;width:clamp(66px,18vw,78px)}.products-section{background:#f7f8f6;margin-top:0;padding:18px 0 28px}.section-head{gap:12px;margin-bottom:14px}.section-head h3{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;line-height:1.2}.sort-control{justify-content:space-between;width:100%;font-size:13px}.sort-dropdown{min-width:180px}.sort-dropdown-trigger{border-radius:12px;min-height:42px;padding:0 14px;font-size:14px}.shop-section-filter-bar{flex-wrap:nowrap;justify-content:flex-start;gap:14px;margin:12px 0 22px;padding:0 4px 4px;overflow-x:auto}.shop-section-filter-bar::-webkit-scrollbar{display:none}.reviews-grid::-webkit-scrollbar{display:none}.shop-section-filter-chip{flex:none;min-height:38px;padding:0 16px;font-size:12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.product-card{background:#fff;border-radius:12px;padding:8px;box-shadow:0 1px #1f2c2208}.product-card:hover{transform:none}.product-card:hover .product-card-media,.product-card:hover>a{box-shadow:none}.product-card-media,.product-card>a{background:#f2f3f0;border-radius:10px}.product-card img,.skeleton-image{border-radius:10px;height:170px}.product-badge,.product-rating-chip,.product-attribute-row{display:none}.product-body{text-align:left;padding-top:10px}.product-name{font-size:15px;font-weight:600;line-height:1.35}.product-prices{justify-content:flex-start;gap:6px;margin-top:6px}.new-price{color:#22a74b;font-size:15px;font-weight:700}.old-price{font-size:12px}.product-card-actions{gap:8px;padding-top:12px}.product-card-actions.split{grid-template-columns:1fr}.bag-btn,.bag-btn-compact,.wishlist-card-btn,.product-card-actions.split .bag-btn,.product-card-actions.split .wishlist-card-btn{letter-spacing:.03em;border-radius:10px;height:38px;min-height:38px;font-size:11px}.reviews-section{margin-top:0;padding:12px 16px 6px;overflow:hidden}.reviews-head{text-align:left;margin-bottom:12px}.reviews-head h2{margin-bottom:6px;font-family:Poppins,sans-serif;font-size:22px;font-weight:700}.reviews-head p{max-width:none;font-size:14px;line-height:1.6}.reviews-grid{scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:84%;grid-auto-flow:column;gap:12px;padding-bottom:6px;overflow-x:auto}.review-card{scroll-snap-align:start;background:#fff;border-radius:16px;min-height:0;padding:18px;box-shadow:0 1px #1f2c220d}.review-stars{margin-bottom:10px;font-size:16px}.review-card p{font-size:15px;line-height:1.7}.review-person{gap:12px;margin-top:18px}.site-footer{padding:34px 0 calc(94px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 100% 0,#cfe8d629,#0000 24%),radial-gradient(circle at 0 100%,#4d7f5d33,#0000 30%),linear-gradient(#173726 0%,#1d4730 100%);margin-top:0}.footer-app-banner{margin-top:0}.footer-app-banner-bleed{aspect-ratio:1672/941;padding-inline:0;overflow:hidden}.footer-app-banner-image{object-fit:contain;width:100%;height:100%;transform:none}.delete-account-highlight-detail{font-size:14px;line-height:1.4}.footer-grid-expanded{gap:18px}.site-footer h4{font-size:24px}.footer-title-row h5,.footer-social h5{font-size:18px}.footer-link-list,.footer-contact-list{gap:12px}.footer-link-list a,.footer-contact-list a,.footer-contact-item{min-height:40px;padding:4px 0}.footer-bottom{gap:18px}.footer-social-links a{width:44px;height:44px}.mobile-screen-head{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:2px 0 10px;display:flex}.mobile-screen-head-inline{margin-bottom:4px}.mobile-screen-head h2{color:#1e1e1e;margin:0;font-size:22px;font-weight:700}.mobile-back-btn,.product-mobile-head-btn{color:#292929;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;font-size:28px;line-height:1;display:grid}.mobile-screen-head-spacer{width:32px;height:32px}body.route-section-cart .products-section.wishlist-section,body.route-section-account .profile-page,body.route-section-product .product-details-page{background:radial-gradient(circle at 0 0,#cfe8d62e,#0000 28%),radial-gradient(circle at 100% 0,#214d3514,#0000 30%),linear-gradient(#f8f6ef 0%,#edf1e6 52%,#f3f0e6 100%)}body.route-section-cart .products-section.wishlist-section{padding:12px 0 24px}body.route-section-cart .wishlist-head{display:none}body.route-section-cart .wishlist-signin-card,body.route-section-cart .cart-checkout-panel,body.route-section-cart .cart-order-summary-card,body.route-section-cart .cart-address-form,body.route-section-cart .cart-address-card{box-shadow:none;border-radius:12px}body.route-section-cart .cart-products-list{gap:0}body.route-section-cart .cart-product-card{box-shadow:none;background:0 0;border-bottom:1px solid #e5e5e5;border-radius:0;gap:12px;padding:14px 0;display:flex}body.route-section-cart .cart-product-card img{border-radius:10px;width:70px;height:70px}body.route-section-cart .account-list-card-content{justify-content:space-between;align-items:flex-start;gap:10px;width:100%;display:flex}body.route-section-cart .account-list-card-content strong{color:#1e1e1e;font-size:16px;display:block}body.route-section-cart .account-list-card-content p{color:#1e1e1e;margin:8px 0 0;font-weight:700}body.route-section-cart .mini-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}body.route-section-cart .cart-quantity-stepper{align-items:center;gap:8px;display:flex}body.route-section-cart .cart-stepper-btn{color:#2b2b2b;background:#ececec;border:0;border-radius:999px;width:28px;height:28px;font-size:18px;line-height:1}body.route-section-cart .cart-stepper-count{text-align:center;min-width:18px;font-size:15px;font-weight:700}body.route-section-cart .mini-actions>button:last-child{color:#b00020;background:#f2e7e3;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}body.route-section-cart .cart-checkout-bar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffffa;border:1px solid #214d3514;border-radius:20px;grid-template-columns:1fr;align-items:stretch;gap:12px;margin-top:16px;padding:14px 14px 12px;display:grid;position:relative;bottom:auto;left:auto;right:auto;box-shadow:0 10px 22px #15251a0f}body.route-section-cart .cart-checkout-btn{text-transform:none;letter-spacing:0;border-radius:12px;width:100%;min-width:0;max-width:none;height:50px;margin:0;padding:0 16px;font-size:14px}body.route-section-cart .cart-checkout-summary.compact{grid-template-columns:1fr;gap:8px;display:grid}body.route-section-cart .cart-checkout-summary.compact>.cart-checkout-bill-line,body.route-section-cart .cart-checkout-summary.compact>.cart-free-shipping-note{grid-area:auto}body.route-section-cart .cart-checkout-bill-line{color:#59675d;justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}body.route-section-cart .cart-checkout-bill-line strong{color:#173725;font-size:16px;line-height:1.2}body.route-section-cart .cart-free-shipping-note{margin:-2px 0 4px;padding:0;font-size:12px}body.route-section-cart .cart-checkout-bill-line.total{border-top:1px solid #214d3514;border-left:0;margin-top:2px;padding-top:8px;padding-left:0}body.route-section-cart .cart-checkout-bill-line.total span,body.route-section-cart .cart-checkout-bill-line.total strong{color:#111;font-size:17px;font-weight:800}body.route-section-cart .cart-checkout-bill-line.total strong{font-size:20px}body.route-section-cart .cart-checkout-compact-meta,body.route-section-cart .cart-checkout-btn-desktop{display:none}body.route-section-cart .cart-checkout-btn-mobile{display:inline}body.route-section-cart .cart-checkout-panel{margin-top:18px;padding:0}body.route-section-cart .cart-order-summary-card{background:#ffffffdb;border:1px solid #214d3514;gap:12px;padding:16px}body.route-section-cart .cart-summary-row{color:#647266;font-size:14px}body.route-section-cart .cart-summary-row strong{font-size:15px}body.route-section-cart .cart-summary-row.total strong{font-size:20px}body.route-section-cart .cart-applied-coupon{background:#ebf6eec2;border-radius:12px;padding:10px 12px}body.route-section-cart .cart-discount-input-wrap{margin:8px 0 4px}body.route-section-cart .cart-checkout-head{border-bottom:1px solid #e5e5e5;margin-bottom:14px;padding-bottom:10px}body.route-section-cart .cart-checkout-head h4{font-family:Poppins,sans-serif;font-size:22px;font-weight:700}body.route-section-cart .cart-checkout-close{border-radius:8px;min-height:34px;padding:0 12px}body.route-section-account .profile-page{padding:16px}body.route-section-account .profile-card{max-width:none;box-shadow:none;background:#f3f4f3;border:0;border-radius:12px;padding:14px}body.route-section-account .auth-switch{border-bottom:1px solid #d9ddd4;grid-template-columns:1fr 1fr;margin-bottom:18px;display:grid}body.route-section-account .auth-switch button{color:#667063;padding:8px 6px 12px;font-size:15px}body.route-section-account .auth-switch .active{color:#173725;border-bottom-color:#173725}body.route-section-account .auth-form label{color:#222;font-size:14px;font-weight:600}body.route-section-account .auth-form input,body.route-section-account .auth-form textarea{min-height:46px;box-shadow:none;background:#fff;border:1px solid #b8bcc7;border-radius:10px}body.route-section-account .auth-form button,body.route-section-account .otp-btn{text-transform:uppercase;letter-spacing:0;border-radius:10px;min-height:46px;font-weight:700}body.route-section-account .forgot-row{color:#173725;letter-spacing:0;text-transform:none;background:0 0;border-radius:0;align-self:flex-start;width:fit-content;height:auto;min-height:auto;padding:0;font-size:14px;font-weight:700;line-height:1.3}body.route-section-account .account-shell{grid-template-columns:1fr;gap:14px}body.route-section-wishlist .products-section.wishlist-section{background:#f7f8f6;padding:12px 0 24px}body.route-section-wishlist .wishlist-head{display:none}body.route-section-wishlist .products-grid{gap:18px 12px}body.route-section-wishlist .product-card-actions-double{grid-template-columns:1fr;gap:8px}body.route-section-wishlist .product-card-actions-double .bag-btn,body.route-section-wishlist .product-card-actions-double .buy-now-btn{border-radius:10px;height:38px;min-height:38px;font-size:11px}body.route-section-wishlist .wishlist-signin-card,body.route-section-wishlist .product-card{box-shadow:none}body.route-curations .curations-hub-section{box-shadow:none;background:#fff;border:0;border-radius:0;margin:0;padding:18px 16px 10px}body.route-curations .curations-hub-section .about-showcase-head{text-align:left;margin-bottom:16px;display:block}body.route-curations .curations-hub-section .about-showcase-head h3{margin:0 0 8px;font-family:Poppins,sans-serif;font-size:28px;font-weight:700;line-height:1.1}body.route-curations .curations-hub-section .about-showcase-head p{max-width:none;margin:0;font-size:14px;line-height:1.6}body.route-curations .curations-hub-section .about-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}body.route-curations .curations-hub-section .about-showcase-card{border-radius:22px;box-shadow:0 12px 28px #1637251a}body.route-curations .curations-hub-section .about-showcase-card a{display:block}body.route-curations .curations-hub-section .about-showcase-card img{object-fit:cover;border-radius:22px;width:100%;height:200px}body.route-curations .curations-hub-section .about-showcase-caption{color:#fff;text-align:left;background:linear-gradient(#1031202e,#0d2719e0);padding:18px 16px 16px;font-family:Playfair Display,serif;font-size:17px;font-weight:500;position:absolute;bottom:0;left:0;right:0}body.route-section-account .account-shell-mobile-detail .account-sidebar{display:none}body.route-section-account .account-main{scroll-margin-top:16px}body.route-section-account .account-sidebar,body.route-section-account .account-content-card{box-shadow:none;background:0 0;border:0;padding:0}body.route-section-account .account-sidebar:before,body.route-section-account .account-content-card:before,body.route-section-account .account-hero{display:none}body.route-section-account .account-identity{text-align:left;background:#fff;border:1px solid #e5e5e5;border-radius:12px;grid-template-columns:auto 1fr;place-items:center start;gap:12px;margin-bottom:14px;padding:14px}body.route-section-account .account-avatar-wrap,body.route-section-account .account-identity-copy{justify-items:start}body.route-section-account .account-identity h2{font-family:Poppins,sans-serif;font-size:18px;font-weight:700}body.route-section-account .account-email{margin-top:4px;font-size:14px}body.route-section-account .account-nav{gap:8px}body.route-section-account .menu-item{min-height:52px;box-shadow:none;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:13px 12px}body.route-section-account .menu-item.active-tab{background:#eef4ea;border-color:#214d352e}body.route-section-account .menu-item-icon{background:0 0;border-radius:0;width:20px;height:20px}body.route-section-account .menu-item-copy{flex-direction:row;align-items:center;gap:10px;display:flex}body.route-section-account .menu-item-copy strong{color:#222;font-size:15px;font-weight:600}body.route-section-account .menu-item-copy small{display:none}body.route-section-account .account-content-head{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:10px;padding:14px}body.route-section-account .account-mobile-detail-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}body.route-section-account .account-mobile-back{color:#173725;letter-spacing:0;text-transform:none;background:#fff;border:1px solid #214d3524;border-radius:999px;align-items:center;gap:8px;width:auto;height:42px;min-height:42px;margin:0;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}body.route-section-account .account-content-title h3{font-family:Poppins,sans-serif;font-size:20px;font-weight:700}body.route-section-account .account-content-body{gap:10px;display:grid}body.route-section-product .product-details-page,body.route-section-products .product-details-page{padding-top:0;padding-bottom:0}body.route-section-product .container.product-main,body.route-section-products .container.product-main{width:100%;padding-left:0;padding-right:0}body.route-section-product .product-main,body.route-section-products .product-main{grid-template-columns:1fr;gap:0}body.route-section-product .product-main-media,body.route-section-products .product-main-media{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}body.route-section-product .product-mobile-carousel,body.route-section-products .product-mobile-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}body.route-section-product .product-mobile-carousel::-webkit-scrollbar{display:none}body.route-section-products .product-mobile-carousel::-webkit-scrollbar{display:none}body.route-section-product .product-mobile-slide,body.route-section-products .product-mobile-slide{scroll-snap-align:start;aspect-ratio:1;flex:0 0 100%;width:100%}body.route-section-product .product-mobile-slide-image,body.route-section-products .product-mobile-slide-image{aspect-ratio:1;object-fit:cover;width:100%;height:100%;display:block}body.route-section-product .product-main-image-shell,body.route-section-product .product-main-image,body.route-section-products .product-main-image-shell,body.route-section-products .product-main-image{border-radius:0}body.route-section-product .product-main-image-shell,body.route-section-products .product-main-image-shell{width:100%;padding-left:0}body.route-section-product .product-main-image,body.route-section-products .product-main-image{width:100%;height:auto;max-height:none;box-shadow:none;border:0;display:block}body.route-section-product .product-main-image-shell,body.route-section-products .product-main-image-shell{display:none}.product-thumb-gallery{z-index:1;background-color:#f6f7f5;justify-content:center;gap:8px;margin-top:8px;display:none;position:relative}body.route-section-product .product-thumb-row,body.route-section-products .product-thumb-row{justify-content:center;gap:8px;padding:0 16px}body.route-section-product .product-thumb-arrow,body.route-section-products .product-thumb-arrow{display:none}body.route-section-product .product-thumb,body.route-section-products .product-thumb{border-radius:8px;width:62px;height:62px}body.route-section-product .product-mobile-dots,body.route-section-products .product-mobile-dots{background-color:#f6f7f5;justify-content:center;align-items:center;gap:8px;padding:8px 16px 0;display:flex}body.route-section-product .product-mobile-dot,body.route-section-products .product-mobile-dot{background:#214d3538;border:0;border-radius:999px;width:8px;height:8px;padding:0}body.route-section-product .product-mobile-dot.active,body.route-section-products .product-mobile-dot.active{background:#214d35}body.route-section-product .product-main-copy,body.route-section-products .product-main-copy{background:#f7f8f6;padding:12px 16px 0}body.route-section-product .product-main h1,body.route-section-products .product-main h1{color:#1e1e1e;max-width:none;font-family:Playfair Display,serif;font-size:38px;line-height:1.04}body.route-section-product .detail-prices,body.route-section-products .detail-prices{align-items:flex-end;gap:10px}body.route-section-product .detail-prices .new-price,body.route-section-products .detail-prices .new-price{color:#22a74b;font-size:20px;font-weight:800}body.route-section-product .detail-prices .old-price,body.route-section-products .detail-prices .old-price{font-size:15px}body.route-section-product .detail-delivery-card,body.route-section-product .product-buy-row .detail-actions,body.route-section-products .detail-delivery-card,body.route-section-products .product-buy-row .detail-actions{max-width:none}body.route-section-product .detail-delivery-input,body.route-section-products .detail-delivery-input{background:#fff;border-radius:10px;min-height:48px;padding:0 12px}body.route-section-product .detail-delivery-input button,body.route-section-products .detail-delivery-input button{min-width:72px;min-height:38px;padding:0 10px;font-size:14px}body.route-section-product .qty-row button,body.route-section-products .qty-row button{width:36px;height:36px;box-shadow:none;background:#ececec}body.route-section-product .qty-row span,body.route-section-products .qty-row span{font-size:18px}body.route-section-product .product-buy-row,body.route-section-products .product-buy-row{gap:12px}body.route-section-product .product-buy-row .bag-btn,body.route-section-product .product-buy-row .wishlist-card-btn,body.route-section-products .product-buy-row .bag-btn,body.route-section-products .product-buy-row .wishlist-card-btn{text-transform:none;border-radius:8px;width:100%;height:48px;min-height:48px;font-size:16px}body.route-section-product .detail-promise-strip,body.route-section-product .detail-box-column,body.route-section-product .detail-guide-accordion,body.route-section-product .product-review-card{box-shadow:none;border-radius:12px}body.route-section-product .detail-care-shell,body.route-section-product .product-reviews-shell,body.route-section-product .also-like{margin-top:0;padding:0 16px 16px}body.route-section-product .detail-care-layout{grid-template-columns:1fr;gap:12px}body.route-section-product .detail-box-image-column{order:2;padding-top:0}body.route-section-product .detail-care-head h2,body.route-section-product .also-like-head h2,body.route-section-product .product-reviews-head h2{font-family:Poppins,sans-serif;font-size:24px;font-weight:700}body.route-section-product .also-like-head,body.route-section-product .product-reviews-head{grid-template-columns:1fr;gap:10px;margin-bottom:14px}body.route-section-product .product-review-summary{text-align:left;justify-items:start}body.route-section-product .products-grid-related{gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}body.route-section-product .products-grid-related .product-card{background:#fff;border-radius:12px;min-width:170px;max-width:170px;padding:0}.account-modal-overlay{padding:16px 16px max(16px, calc(var(--keyboard-offset) + 16px));-webkit-overflow-scrolling:touch;place-items:start center;overflow-y:auto}.account-modal-card{width:min(100%,520px);max-height:calc(100dvh - 32px);overflow-y:auto}body.keyboard-open .account-modal-card{max-height:calc(100dvh - 24px)}.cart-checkout-panel,.contact-form,.product-review-form,.cart-address-form-grid input,.cart-discount-input,.auth-form input,.auth-form textarea,.search-pop-input,.detail-delivery-input input,.product-review-field textarea,.product-review-field select,.contact-form input,.contact-form textarea{scroll-margin-bottom:calc(var(--keyboard-offset) + 24px)}}@media (width<=520px){.top-ribbon{padding:6px 8px;font-size:9px}.nav-wrap{min-height:40px;padding:5px 12px}.brand-logo img{width:100%;height:auto;max-height:42px}.site-footer{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at 100% 0,#cfe8d629,#0000 24%),radial-gradient(circle at 0 100%,#4d7f5d33,#0000 30%),linear-gradient(#173726 0%,#1d4730 100%)}.app-open-banner{flex-direction:column;align-items:stretch;gap:12px}.app-open-banner__actions{gap:8px}.app-open-banner__button,.app-open-banner__dismiss{text-align:center;width:100%}.about-showcase-grid{gap:8px}.about-showcase-card img{width:58px;height:58px}.about-showcase-caption{font-size:11px}.products-grid{gap:14px 10px}.product-card{padding:7px}.product-card img,.skeleton-image{height:148px}.product-name,.new-price{font-size:14px}.mobile-bottom-nav{width:min(100vw - 16px,520px);max-width:calc(100vw - 16px);bottom:calc(8px + env(safe-area-inset-bottom,0px));border-radius:22px}.mobile-bottom-link{font-size:10px}body.route-section-product .product-main-image-shell{padding:0}body.route-section-product .product-main-image{border-radius:0;height:auto}.detail-delivery-input{gap:8px;padding:0 10px}.detail-delivery-input button{min-width:68px;min-height:36px;padding:0 8px;font-size:13px}}.form-field-error{color:#b42318;margin:.35rem 0 0;font-size:.9rem;line-height:1.4}.search-pop-error{margin-top:.65rem}.status-state{place-items:center;min-height:60vh;padding:4rem 1.5rem;display:grid}.status-state-card{text-align:center;background:#ffffffeb;border-radius:1.5rem;width:min(100%,36rem);padding:2rem;box-shadow:0 24px 60px #1226181f}.status-state-card h1{margin:0 0 .75rem}.status-state-card p{margin:0}.status-state-action{color:#fff;background:#16361b;border-radius:999px;margin-top:1.25rem;padding:.8rem 1.2rem;text-decoration:none;display:inline-flex}
