:root { --g-green:#0d1f14; --g-green-2:#173322; --g-ink:#282c33; --g-muted:#727874; --g-line:#dfe3df; --g-tint:#f4f6f3; --g-white:#fff; }
* { box-sizing:border-box; }
body.gs-storefront { margin:0; color:var(--g-ink); background:#fff; font:400 16px/1.55 Jost,Arial,sans-serif; }
a { color:inherit; }
.gs-site-strip { display:flex; justify-content:center; gap:38px; padding:8px 24px; color:#dfe7e1; background:var(--g-green); font-size:9px; letter-spacing:.2em; text-transform:uppercase; }
.gs-site-strip a { color:#fff; text-decoration:none; }
.gs-site-header { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:134px; padding:18px 4vw; border-bottom:1px solid var(--g-green); }
.gs-site-logo { grid-column:2; }
.gs-site-logo img { display:block; width:190px; max-height:83px; object-fit:contain; }
.gs-site-header nav { grid-column:3; display:flex; justify-content:flex-end; gap:26px; }
.gs-site-header nav a { text-decoration:none; font-size:10px; letter-spacing:.15em; text-transform:uppercase; }
#gs-cart-count { display:inline-grid; place-items:center; min-width:20px; height:20px; margin-left:5px; color:#fff; background:var(--g-green); border-radius:50%; font-size:9px; }
#gs-shop-notice:not(:empty) { position:fixed; z-index:20; top:22px; left:50%; min-width:300px; padding:14px 20px; color:#fff; text-align:center; transform:translateX(-50%); background:var(--g-green); box-shadow:0 10px 40px rgba(0,0,0,.2); }
#gs-shop-notice.is-error { background:#8d3434; }
.gs-eyebrow { margin:0 0 9px; color:var(--g-green); font-size:10px; letter-spacing:.24em; text-transform:uppercase; }
.gs-shop-hero { padding:74px 5vw 64px; text-align:center; background:var(--g-tint); }
.gs-shop-hero h1,.gs-simple-page>h1,.gs-product-info h1 { margin:0; color:var(--g-green); font:300 clamp(55px,7vw,94px)/.95 "Cormorant Garamond",Georgia,serif; letter-spacing:-.02em; }
.gs-shop-hero>p:last-child { max-width:610px; margin:22px auto 0; color:var(--g-muted); }
.gs-shop-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:42px; max-width:1440px; margin:auto; padding:54px 4vw 90px; }
.gs-filters { align-self:start; position:sticky; top:20px; }
.gs-filter-heading { display:flex; justify-content:space-between; align-items:center; padding-bottom:16px; border-bottom:1px solid var(--g-green); }
.gs-filter-heading h2 { margin:0; color:var(--g-green); font:400 28px "Cormorant Garamond",serif; }
.gs-filter-heading a { font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.gs-filters form>label,.gs-price-filter label,.gs-address-form label,.gs-variant-label { display:grid; gap:7px; margin-top:18px; color:var(--g-green); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.gs-filters input,.gs-filters select,.gs-address-form input,.gs-address-form select,.gs-address-form textarea,.gs-variant-label select { width:100%; padding:12px; color:var(--g-ink); background:#fff; border:1px solid #bbc3bd; border-radius:2px; font:400 14px Jost,sans-serif; text-transform:none; }.gs-address-form textarea { min-height:110px;resize:vertical; }
.gs-price-filter { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.gs-shop-primary { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:12px 25px; color:#fff; text-decoration:none; background:var(--g-green); border:1px solid var(--g-green); border-radius:2px; cursor:pointer; font:400 10px Jost,sans-serif; letter-spacing:.17em; text-transform:uppercase; }
.gs-shop-primary:hover { background:var(--g-green-2); }
.gs-filters .gs-shop-primary { width:100%; margin-top:25px; }
.gs-results-head { display:flex; justify-content:space-between; margin-bottom:20px; padding-bottom:14px; color:var(--g-muted); border-bottom:1px solid var(--g-line); font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.gs-product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:34px 20px; }
.gs-product-card { min-width:0; }
.gs-product-image { display:grid; place-items:center; aspect-ratio:1/1.12; overflow:hidden; text-decoration:none; background:var(--g-tint); }
.gs-product-image img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.gs-product-image:hover img { transform:scale(1.025); }
.gs-product-image span,.gs-gallery-empty { color:var(--g-green); font:300 34px "Cormorant Garamond",serif; }
.gs-product-copy { padding:16px 3px; }
.gs-product-copy p { margin:0 0 5px; color:var(--g-muted); font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.gs-product-copy h2 { margin:0 0 8px; font:400 23px/1.2 "Cormorant Garamond",serif; }
.gs-product-copy h2 a { text-decoration:none; }
.gs-product-copy strong { display:block; color:var(--g-green); font-weight:400; }
.gs-product-copy small { color:var(--g-muted); }
.gs-shop-empty { grid-column:1/-1; padding:80px 30px; text-align:center; background:var(--g-tint); }
.gs-shop-empty h2,.gs-auth-card h2,.gs-account-login h2,.gs-account-grid h2 { margin:0 0 10px; color:var(--g-green); font:400 34px "Cormorant Garamond",serif; }
.gs-breadcrumb { max-width:1400px; margin:0 auto; padding:28px 4vw; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.gs-breadcrumb a { text-decoration:none; }.gs-breadcrumb span { margin-left:10px; }
.gs-product-detail { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr); gap:7vw; max-width:1400px; margin:0 auto; padding:12px 5vw 100px; }
.gs-product-gallery { min-height:620px; background:var(--g-tint); }
.gs-product-gallery img { width:100%; height:100%; max-height:820px; object-fit:cover; }
.gs-gallery-empty { display:grid; place-items:center; height:100%; min-height:620px; }
.gs-product-info { align-self:center; }
.gs-product-info h1 { font-size:clamp(50px,6vw,80px); }
.gs-description { margin:20px 0; color:var(--g-muted); }
.gs-price { margin-top:28px; color:var(--g-green); font:400 28px "Cormorant Garamond",serif; }
.gs-tax-note { color:var(--g-muted); font-size:12px; }
.gs-wide { width:100%; margin-top:13px; border-radius:999px; }
.gs-product-facts { display:grid; grid-template-columns:1fr 1fr; margin:32px 0; border-top:1px solid var(--g-line); border-left:1px solid var(--g-line); }
.gs-product-facts div { padding:14px; border-right:1px solid var(--g-line); border-bottom:1px solid var(--g-line); }
.gs-product-facts dt { color:var(--g-muted); font-size:9px; letter-spacing:.12em; text-transform:uppercase; }.gs-product-facts dd { margin:5px 0 0; }
.gs-product-info details { padding:16px 0; border-top:1px solid var(--g-line); }.gs-product-info summary { cursor:pointer; color:var(--g-green); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }.gs-product-info details p { color:var(--g-muted); }
.gs-simple-page { max-width:1180px; min-height:600px; margin:0 auto; padding:80px 4vw 110px; }
.gs-simple-page>h1 { margin-bottom:40px; }
.gs-auth-card { max-width:650px; padding:45px; background:var(--g-tint); }
.gs-account-login { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--g-line); border:1px solid var(--g-line); }.gs-account-login>div { padding:44px; background:#fff; }.gs-account-login .is-paused { background:var(--g-tint); }.gs-account-login button[disabled] { padding:12px 20px; color:var(--g-muted); background:#e6e9e6; border:0; }
.gs-account-heading { display:flex; align-items:end; justify-content:space-between; margin:-20px 0 34px; padding-bottom:22px; border-bottom:1px solid var(--g-line); }.gs-account-heading h2 { margin:0; color:var(--g-green); font:400 34px "Cormorant Garamond",serif; }.gs-account-heading p { margin:5px 0 0; color:var(--g-muted); }.gs-account-heading>a { font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.gs-account-grid { display:grid; grid-template-columns:.78fr 1fr 1.25fr; gap:24px; align-items:start; }.gs-account-panel { padding:27px; border:1px solid var(--g-line); }.gs-account-panel>h2,.gs-section-heading h2 { margin:0 0 7px; color:var(--g-green); font:400 30px "Cormorant Garamond",serif; }.gs-section-heading p { margin:0 0 18px; color:var(--g-muted); font-size:13px; }
.gs-address-card { margin:14px 0; padding:18px; border:1px solid var(--g-line); }.gs-address-card.is-selected { border-color:var(--g-green); box-shadow:inset 3px 0 0 var(--g-green); }.gs-address-card p { margin:8px 0; }.gs-address-card small { color:var(--g-muted); }.gs-address-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:12px; }.gs-address-actions button,.gs-text-button { padding:0; color:var(--g-green); background:none; border:0; cursor:pointer; font:500 9px Jost,sans-serif; letter-spacing:.12em; text-decoration:underline; text-transform:uppercase; }
.gs-address-form { display:grid; grid-template-columns:1fr 1fr; gap:0 14px; }.gs-address-form label { margin-top:12px; }.gs-span-2 { grid-column:1/-1; }.gs-check { display:flex!important; grid-column:1/-1; align-items:center; grid-template-columns:auto 1fr!important; }.gs-check input { width:auto; }
.gs-form-actions { display:flex; align-items:center; gap:18px; margin-top:18px; }.gs-form-actions .gs-shop-primary { flex:1; }
.gs-account-orders { grid-column:1/-1; }.gs-customer-order { margin-top:14px;border:1px solid var(--g-line); }.gs-customer-order>header { display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:17px 19px;background:var(--g-tint); }.gs-customer-order>header div,.gs-customer-order>header small { display:block; }.gs-customer-order>header small { color:var(--g-muted); }.gs-account-status,.gs-return-state { padding:6px 9px;color:var(--g-green);background:#e6eee8;border-radius:999px;font-size:9px;letter-spacing:.08em;text-transform:uppercase; }.gs-customer-order>div { padding:5px 19px; }.gs-customer-order-item { display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--g-line); }.gs-customer-order-item:last-child { border:0; }.gs-customer-order-item small { display:block;color:var(--g-muted); }.gs-customer-order-item button { padding:0;color:var(--g-green);background:none;border:0;border-bottom:1px solid var(--g-green);cursor:pointer;font-size:9px;letter-spacing:.1em;text-transform:uppercase; }.gs-customer-order>footer { display:flex;justify-content:space-between;padding:13px 19px;background:#fafbfa;font-size:11px; }.gs-account-empty { padding:30px;text-align:center;background:var(--g-tint); }.gs-return-modal { position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:20px; }.gs-return-modal[hidden] { display:none; }.gs-return-backdrop { position:absolute;inset:0;background:rgba(5,23,13,.7);border:0; }.gs-return-modal>section { position:relative;z-index:1;width:min(650px,100%);max-height:90vh;padding:34px;overflow:auto;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.3); }.gs-return-modal h2 { margin:0;color:var(--g-green);font:400 38px "Cormorant Garamond",serif; }.gs-return-close { position:absolute;top:18px;right:18px;width:34px;height:34px;color:var(--g-green);background:#fff;border:1px solid var(--g-line);border-radius:50%;cursor:pointer;font-size:22px; }.gs-modal-open { overflow:hidden; }
.gs-cart-layout { display:grid; grid-template-columns:1.5fr .75fr; gap:45px; }.gs-cart-item { display:grid; grid-template-columns:105px 1fr auto; gap:18px; padding:20px 0; border-bottom:1px solid var(--g-line); }.gs-cart-item img,.gs-cart-image { width:105px; height:120px; object-fit:cover; background:var(--g-tint); }.gs-cart-item h2 { margin:0; font:400 25px "Cormorant Garamond",serif; }.gs-cart-item p { margin:4px 0; color:var(--g-muted); font-size:12px; }.gs-cart-item select { padding:6px 10px; }.gs-remove-item { margin-top:10px; padding:0; color:var(--g-muted); background:none; border:0; text-decoration:underline; cursor:pointer; }.gs-cart-summary { align-self:start; padding:28px; background:var(--g-tint); }.gs-cart-summary h2 { margin:0 0 20px; color:var(--g-green); font:400 32px "Cormorant Garamond",serif; }.gs-summary-line { display:flex; justify-content:space-between; padding:9px 0; }.gs-summary-total { margin-top:10px; padding-top:17px; border-top:1px solid var(--g-green); font-weight:500; }.gs-price-lock { margin:17px 0; padding:13px; background:#fff; font-size:12px; }.gs-shop-loading { padding:50px; text-align:center; color:var(--g-muted); }
.gs-delivery-box { margin-top:22px; padding-top:22px; border-top:1px solid var(--g-line); }.gs-delivery-box h3 { margin:0 0 9px; color:var(--g-green); font:400 25px "Cormorant Garamond",serif; }.gs-delivery-option { display:grid; grid-template-columns:auto 1fr; gap:10px; margin:10px 0; padding:12px; background:#fff; border:1px solid var(--g-line); cursor:pointer; }.gs-delivery-option input { margin-top:5px; }.gs-delivery-option strong,.gs-delivery-option small { display:block; }.gs-delivery-option small { margin-top:4px; color:var(--g-muted); }.gs-delivery-empty { padding:14px; background:#fff; font-size:13px; }.gs-delivery-empty a { color:var(--g-green); font-weight:500; }
.gs-site-footer { padding:55px 5vw; color:#d9e1db; text-align:center; background:var(--g-green); }.gs-site-footer img { width:160px; filter:grayscale(1) brightness(0) invert(1); }.gs-site-footer p { margin:8px 0; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
@media(max-width:1050px){.gs-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gs-product-detail{gap:4vw}.gs-site-header nav{gap:14px}.gs-account-grid{grid-template-columns:1fr 1fr}.gs-address-editor{grid-column:1/-1}}
@media(max-width:760px){.gs-site-strip span:nth-child(2){display:none}.gs-site-header{grid-template-columns:1fr; gap:14px; min-height:auto; padding:14px}.gs-site-logo{grid-column:1;justify-self:center}.gs-site-header nav{grid-column:1;justify-content:center;flex-wrap:wrap}.gs-shop-layout{grid-template-columns:1fr}.gs-filters{position:static}.gs-product-detail,.gs-account-login,.gs-account-grid,.gs-cart-layout{grid-template-columns:1fr}.gs-product-gallery,.gs-gallery-empty{min-height:400px}}
@media(max-width:520px){.gs-product-grid{grid-template-columns:1fr}.gs-shop-hero{padding:55px 20px}.gs-simple-page{padding:55px 20px}.gs-address-form{grid-template-columns:1fr}.gs-span-2{grid-column:auto}.gs-cart-item{grid-template-columns:78px 1fr}.gs-cart-item img,.gs-cart-image{width:78px;height:92px}.gs-cart-item>strong{grid-column:2}.gs-account-login>div{padding:28px}}
.gs-confirmation-page{display:grid;place-items:center;min-height:65vh}.gs-confirmation-page>section{width:min(620px,100%);padding:48px;text-align:center;background:#fff;border:1px solid var(--gs-line);box-shadow:0 18px 55px rgba(16,39,25,.08)}.gs-confirmation-mark{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 18px;color:#fff;background:var(--gs-forest);border-radius:50%;font-size:27px;box-shadow:0 0 0 9px rgba(20,58,36,.08)}.gs-confirmation-mark.is-pending{color:var(--gs-forest);background:#f0eee8}.gs-confirmation-page h1{margin:7px 0 12px}.gs-confirmation-page>section>p{color:var(--gs-muted)}.gs-confirmation-summary{display:grid;grid-template-columns:1fr auto;gap:9px;margin:28px 0;padding:20px;text-align:left;background:var(--gs-tint)}.gs-confirmation-summary strong{color:var(--gs-forest)}.gs-confirmation-actions{display:flex;align-items:center;justify-content:center;gap:20px}.gs-confirmation-actions .gs-text-button{text-decoration:none}@media(max-width:560px){.gs-confirmation-page>section{padding:32px 20px}.gs-confirmation-actions{align-items:stretch;flex-direction:column}}

/* Per-item specifications and reconciled price breakdown. */
.gs-item-panel{margin-top:28px;padding:24px;background:#fbfaf7;border:1px solid #e1d9ce;border-radius:16px;color:#34312d;font-variant-numeric:tabular-nums}
.gs-item-panel[hidden]{display:none!important}
.gs-item-panel h2{font-family:inherit;font-size:23px;font-weight:600;line-height:1.3;margin:0 0 22px}
.gs-item-panel h3{font-family:inherit;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 12px;color:#6c665f}
.gs-item-attributes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px;margin:0}
.gs-item-attributes div{min-width:0}.gs-item-attributes dt{font-size:11px;text-transform:uppercase;letter-spacing:.055em;color:#8e8880;margin-bottom:6px;line-height:1.4}.gs-item-attributes dd{font-size:16px;line-height:1.45;margin:0;overflow-wrap:anywhere}
.gs-item-section{border-top:1px solid #e1d9ce;margin-top:22px;padding-top:18px}
.gs-breakup-lines{margin:0}.gs-breakup-lines div{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,auto);gap:12px;padding:4px 0;font-size:15px;line-height:1.5}
.gs-breakup-lines dt{color:#716b64}.gs-breakup-lines dd{margin:0;text-align:right;overflow-wrap:anywhere}
.gs-breakup-totals{border-top:1px solid #e1d9ce;margin-top:16px;padding-top:14px}.gs-breakup-subtotal{font-weight:500}.gs-breakup-total{font-weight:600;font-size:18px!important;padding-top:10px!important}.gs-breakup-total dt{color:#34312d}.gs-breakup-note{font-size:12px;line-height:1.6;color:#8a8175;margin:18px 0 0}
@media(max-width:600px){.gs-item-panel{padding:20px 16px}.gs-item-attributes{grid-template-columns:repeat(2,minmax(0,1fr))}.gs-breakup-lines div{font-size:14px;grid-template-columns:minmax(0,1fr) minmax(95px,auto);gap:10px}.gs-item-panel h2{font-size:21px}}

/* Giolleria homepage palette and shared shop navigation. */
body.gs-storefront{--g-green:#102016;--g-green-2:#263f2c;--g-ink:#26342a;--g-muted:#657064;--g-line:#d8ddcf;--g-tint:#edf0e7;background:#f7f8f2;--gs-forest:var(--g-green);--gs-line:var(--g-line);--gs-muted:var(--g-muted);--gs-tint:var(--g-tint)}
body.gs-storefront .gs-site-header{display:grid!important;visibility:visible!important;min-height:96px;background:#102016;color:#f3f5eb;border-bottom:1px solid #43513e;padding:16px 5vw}
body.gs-storefront .gs-site-logo img{width:158px;max-height:65px;filter:brightness(0) invert(1)}
body.gs-storefront .gs-site-header nav a{color:#f3f5eb;letter-spacing:.16em}
body.gs-storefront .gs-site-strip{background:#102016;color:#c9d0bd;border-bottom:1px solid #2f402f}
body.gs-storefront .gs-site-footer{display:block!important;visibility:visible!important;background:#102016;color:#dde4d3}
body.gs-storefront .gs-shop-hero{padding:76px 5vw 70px;background:radial-gradient(ellipse at 85% 10%,#35482e 0,transparent 62%),#102016;border-bottom:1px solid #607052}
body.gs-storefront .gs-shop-hero h1{color:#f3f5eb;font-weight:300}
body.gs-storefront .gs-shop-hero .gs-eyebrow,body.gs-storefront .gs-shop-hero>p:last-child{color:#c9d0bd}
body.gs-storefront .gs-shop-primary{border-radius:0;min-height:49px;transition:background .2s}
body.gs-storefront .gs-product-image,body.gs-storefront .gs-product-gallery{background:#e9eee2}
body.gs-storefront .gs-product-copy{padding:20px 0;border-bottom:1px solid var(--g-line)}
body.gs-storefront .gs-item-panel{background:#eef1e8;border:1px solid var(--g-line);border-radius:0;color:var(--g-ink)}
body.gs-storefront .gs-item-panel h2{font:400 30px/1.15 "Cormorant Garamond",Georgia,serif;color:var(--g-green)}
body.gs-storefront :is(input,select,textarea,button,a):focus-visible{outline:2px solid #84976a;outline-offset:4px}
@media(max-width:760px){body.gs-storefront .gs-site-header{grid-template-columns:1fr;padding:16px 20px;gap:18px}body.gs-storefront .gs-shop-hero{padding:54px 22px}body.gs-storefront .gs-product-info h1{font-size:48px}body.gs-storefront .gs-product-gallery{min-height:340px}}

/* Design detail: shared Giolleria emerald, sage and editorial typography. */
.gs-view-product{--g-green:#102016;--g-green-2:#263f2c;--g-ink:#243527;--g-muted:#65705f;--g-line:#d8ddcf;--g-tint:#f0f2e9;background:#f9faf5!important}.gs-view-product [hidden]{display:none!important}.gs-view-product button:focus-visible,.gs-view-product a:focus-visible{outline:2px solid #84976a;outline-offset:4px}.gs-view-product .gs-site-header{background:#102016;border-color:#43513e;min-height:100px;color:#f3f5eb}.gs-view-product .gs-site-logo img{filter:brightness(0) invert(1);width:160px}.gs-view-product .gs-product-detail{max-width:1440px;padding:16px 4vw 70px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:5vw;align-items:start}.gs-view-product .gs-product-info{align-self:start;padding:22px 0;min-width:0}.gs-view-product .gs-product-info h1{font-size:clamp(40px,4.6vw,68px);line-height:1.02;overflow-wrap:anywhere}.gs-view-product .gs-description{font-size:15px;line-height:1.8;max-width:48ch}.gs-view-product .gs-price{font:400 31px/1.2 Jost,sans-serif;margin-top:24px;letter-spacing:-.035em}.gs-view-product .gs-tax-note{margin:9px 0 26px}.gs-view-product .gs-wide{border-radius:0;min-height:54px;margin-top:16px}.gs-view-product .gs-shop-primary:disabled{opacity:.5;cursor:not-allowed}.gs-view-product .gs-product-gallery{min-height:0;background:none;min-width:0}.gs-gallery-stage{position:relative;display:block;width:100%;padding:0;border:0;background:#f0f2e9;aspect-ratio:1/1.06;cursor:zoom-in;overflow:hidden;touch-action:pan-y}.gs-view-product .gs-gallery-stage img{display:block;width:100%;height:100%;max-height:none;object-fit:contain}.gs-gallery-enlarge{position:absolute;right:18px;bottom:18px;background:#f9faf5ed;color:#263f2c;padding:9px 12px;font:400 10px Jost,sans-serif;letter-spacing:.1em;text-transform:uppercase}.gs-gallery-tools{display:flex;justify-content:center;align-items:center;gap:18px;margin:7px 0;font-size:11px;color:var(--g-muted)}.gs-gallery-tools button{width:44px;height:44px;border:0;background:none;color:var(--g-green);font-size:20px;cursor:pointer}.gs-gallery-tools button:disabled{opacity:.25;cursor:default}.gs-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;max-width:100%;padding:4px 2px 12px;scrollbar-width:thin}.gs-gallery-thumbs button{flex:0 0 74px;width:74px;height:80px;padding:3px;border:1px solid transparent;background:var(--g-tint);cursor:pointer;opacity:.65}.gs-gallery-thumbs button[aria-pressed=true]{border-color:var(--g-green);opacity:1}.gs-view-product .gs-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.gs-view-product .gs-gallery-empty{min-height:380px;background:var(--g-tint)}
#gs-variant-chips fieldset{border:0;padding:0;margin:0 0 22px;display:flex;flex-wrap:wrap;gap:8px;min-width:0}#gs-variant-chips legend{font-size:10px;text-transform:uppercase;letter-spacing:.17em;margin-bottom:12px}#gs-variant-chips button{font:400 13px Jost,sans-serif;min-height:45px;min-width:62px;max-width:100%;overflow-wrap:anywhere;padding:11px 17px;border:1px solid #bfc8b6;background:transparent;color:var(--g-green);cursor:pointer}#gs-variant-chips button[aria-pressed=true]{background:var(--g-green);border-color:var(--g-green);color:#f9faf5}.gs-selected-summary{font-size:12px;line-height:1.6;overflow-wrap:anywhere}.gs-selected-summary p{margin:8px 0;color:var(--g-muted)}.gs-selected-summary strong{font-weight:500;color:var(--g-green)}.gs-selected-summary .gs-stock-status{color:#526447}.gs-spec-link{display:block;margin:20px 0;text-align:center;font-size:10px;letter-spacing:.12em;text-transform:uppercase;text-underline-offset:5px}.gs-product-assurance{display:flex;flex-wrap:wrap;gap:12px 24px;border-top:1px solid var(--g-line);padding-top:18px;font-size:10px;color:var(--g-muted)}
.gs-product-editorial{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:7vw;max-width:1440px;margin:auto;padding:65px 4vw;border-top:1px solid var(--g-line);scroll-margin-top:25px}.gs-product-page h2{font:300 clamp(35px,4vw,55px)/1.05 'Cormorant Garamond',Georgia,serif;margin:12px 0 25px;color:var(--g-green)}.gs-product-page h2 em{font-weight:300}.gs-long-description{font-size:15px;color:var(--g-muted);line-height:1.8;max-width:48ch}.gs-details-content{min-width:0}.gs-view-product .gs-item-panel{padding:0;border:0;background:none;margin:0}.gs-item-panel>h3{font:400 26px 'Cormorant Garamond',Georgia,serif;margin:0 0 22px}.gs-view-product .gs-item-attributes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 25px;margin:0 0 24px;border:0}.gs-view-product .gs-item-attributes>div{padding:14px 0;border:0;border-bottom:1px solid var(--g-line);background:none;min-width:0}.gs-view-product .gs-item-attributes dt{font-size:10px;color:var(--g-muted);letter-spacing:.08em}.gs-view-product .gs-item-attributes dd{margin:5px 0 0;font-size:14px;overflow-wrap:anywhere}.gs-details-content details{border-top:1px solid var(--g-line);padding:18px 0}.gs-details-content summary{cursor:pointer;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.gs-details-content details p{font-size:13px;color:var(--g-muted);line-height:1.8}.gs-view-product .gs-breakup-lines div{gap:18px;min-width:0}.gs-view-product .gs-breakup-lines dd{overflow-wrap:anywhere;text-align:right}.gs-brand-story{background:#102016;color:#e0e6d6;display:grid;grid-template-columns:1fr 1fr;gap:10vw;padding:76px max(4vw,calc((100vw - 1325px)/2))}.gs-brand-story .gs-eyebrow,.gs-brand-story h2{color:#e0e6d6}.gs-brand-story p:not(.gs-eyebrow){max-width:46ch;line-height:1.85;color:#bac5b2;font-size:14px}.gs-brand-story a{display:inline-block;margin-top:15px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;text-underline-offset:6px}.gs-design-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;max-width:1440px;margin:auto;padding:50px 4vw;border-bottom:1px solid var(--g-line)}.gs-design-trust h3{font:400 24px 'Cormorant Garamond',Georgia,serif;margin:0 0 10px}.gs-design-trust p,.gs-design-trust a{font-size:13px;color:var(--g-muted)}.gs-related{max-width:1440px;margin:auto;padding:65px 4vw 85px}.gs-related-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.gs-related-heading h2{margin-bottom:0}.gs-related-heading>a{font-size:11px;text-underline-offset:5px}.gs-related .gs-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gs-related .gs-product-copy h3{font:400 24px/1.2 'Cormorant Garamond',Georgia,serif;margin:6px 0}.gs-related .gs-product-copy h3 a{text-decoration:none}.gs-related .gs-product-image img{object-fit:contain}.gs-related .gs-product-copy strong{font-size:14px}
#gs-gallery-viewer{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#f9faf5;color:#102016;overflow:hidden}#gs-gallery-viewer::backdrop{background:#102016e8}.gs-viewer-toolbar{height:70px;display:flex;align-items:center;justify-content:center;gap:18px;padding:10px 18px;border-bottom:1px solid #d8ddcf}.gs-viewer-toolbar button{min-width:44px;min-height:44px;border:0;background:transparent;color:#102016;font:400 14px Jost,sans-serif;cursor:pointer}.gs-viewer-toolbar [data-viewer-close]{margin-right:auto;font-size:30px}.gs-viewer-toolbar span{font-size:12px;margin:0 auto}.gs-viewer-image{height:calc(100dvh - 70px);width:100%;overflow:auto;display:grid;place-items:center;touch-action:pan-y}.gs-viewer-image img{display:block;width:100%;height:100%;object-fit:contain;max-height:none!important}.is-zoomed .gs-viewer-image{display:block;touch-action:auto}.is-zoomed .gs-viewer-image img{width:180%;height:auto;max-width:none;min-height:100%;object-fit:contain}
@media(max-width:1024px){.gs-view-product .gs-product-detail{gap:30px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.gs-view-product .gs-product-info h1{font-size:44px}.gs-product-editorial{gap:35px}.gs-related .gs-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gs-design-trust{gap:20px}}
@media(max-width:760px){.gs-view-product .gs-site-header{min-height:88px;padding:15px 4vw;grid-template-columns:auto 1fr}.gs-view-product .gs-site-logo{grid-column:1}.gs-view-product .gs-site-logo img{width:108px}.gs-view-product .gs-site-header nav{grid-column:2;gap:12px;flex-wrap:wrap}.gs-view-product .gs-site-header nav a{font-size:8px;letter-spacing:.08em}.gs-view-product .gs-site-strip{gap:12px;font-size:8px;padding:8px 12px}.gs-view-product .gs-site-strip>span:first-child{display:none}.gs-view-product .gs-breadcrumb{padding:20px 4vw}.gs-view-product .gs-product-detail{display:block;padding:0 4vw 40px}.gs-gallery-stage{aspect-ratio:1}.gs-gallery-thumbs{gap:8px}.gs-gallery-thumbs button{flex-basis:60px;width:60px;height:64px}.gs-view-product .gs-product-info{padding-top:24px}.gs-view-product .gs-product-info h1{font-size:42px}.gs-view-product .gs-price{font-size:28px}.gs-product-editorial{display:block;padding:40px 5vw}.gs-details-heading{margin-bottom:35px}.gs-brand-story{grid-template-columns:1fr;gap:35px;padding:48px 6vw}.gs-design-trust{grid-template-columns:1fr;gap:24px;padding:35px 6vw}.gs-related{padding:40px 4vw 55px}.gs-related-heading{align-items:start;flex-direction:column;gap:12px}.gs-related .gs-product-grid{gap:20px 12px}.gs-related .gs-product-copy h3{font-size:22px}.gs-viewer-toolbar{gap:5px;padding:8px}.gs-viewer-toolbar [data-viewer-zoom]{font-size:12px}.gs-viewer-toolbar span{font-size:11px}.gs-view-product .gs-item-attributes{gap:0 15px}}
@media(prefers-reduced-motion:reduce){.gs-product-page *{scroll-behavior:auto!important;transition:none!important}}

/* Keep theme-wide minimum button widths out of compact gallery controls. */
body.gs-storefront.gs-view-product .gs-gallery-tools button{min-width:44px;max-width:44px;flex:0 0 44px;padding:0;display:grid;place-items:center;border-radius:0}body.gs-storefront.gs-view-product #gs-gallery-counter{flex:none;white-space:nowrap}body.gs-storefront.gs-view-product .gs-gallery-thumbs button{min-width:0;padding:3px;display:block;border-radius:0}body.gs-storefront.gs-view-product .gs-gallery-stage{min-width:0;border-radius:0}body.gs-storefront.gs-view-product .gs-viewer-toolbar button{min-width:44px;width:auto;padding:8px;display:block;border-radius:0}body.gs-storefront.gs-view-product .gs-product-gallery{background:none;min-height:0}

/* The theme treats the image stage as a primary button; keep gallery interaction neutral. */
body.gs-storefront.gs-view-product .gs-gallery-stage,
body.gs-storefront.gs-view-product .gs-gallery-stage:is(:hover,:focus,:active){background:#f0f2e9!important;border:0!important;box-shadow:none!important;color:#263f2c;-webkit-tap-highlight-color:transparent}
body.gs-storefront.gs-view-product .gs-gallery-tools button:is(:hover,:focus,:active),
body.gs-storefront.gs-view-product .gs-viewer-toolbar button:is(:hover,:focus,:active){background:#edf0e7;color:#102016;box-shadow:none}
body.gs-storefront.gs-view-product .gs-gallery-thumbs button:is(:hover,:focus,:active){background:#f0f2e9;box-shadow:none;border-color:#84976a}
