/* ---- self-hosted fonts ---- */
@font-face{font-family:'Bodoni Moda';font-style:normal;font-weight:400 600;font-display:swap;src:url("../fonts/bodoni-moda-normal-400-600-latin.0492c8615361.woff2") format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Bodoni Moda';font-style:normal;font-weight:400 600;font-display:swap;src:url("../fonts/bodoni-moda-normal-400-600-latinext.2f380b117ee0.woff2") format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Bodoni Moda';font-style:italic;font-weight:400 500;font-display:swap;src:url("../fonts/bodoni-moda-italic-400-500-latin.3d6740166d53.woff2") format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Bodoni Moda';font-style:italic;font-weight:400 500;font-display:swap;src:url("../fonts/bodoni-moda-italic-400-500-latinext.45eff25ed24e.woff2") format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/hanken-grotesk-latin.c501f578bf3f.woff2") format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:100 900;font-display:swap;src:url("../fonts/hanken-grotesk-latinext.20672d217485.woff2") format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}

:root{
  --paper:#EFE7DA; --paper-dk:#E4D9C7; --ink:#211913; --espresso:#33271C;
  --rust:#93452F; --gold:#C99A3E; --stone:#C9BCA8; --muted:#5C4E3F; --line:#D8CCB2;
  /* --gold reads on the dark surfaces (espresso panels, ink footer); on the
     bone/white surfaces it measures 2.79:1, so light grounds use --gold-ink. */
  --gold-ink:#79581C;
  --disp:'Bodoni Moda',Georgia,serif; --body:'Hanken Grotesk',system-ui,sans-serif;
  /* back-compat aliases for older inner templates */
  --bone:#EFE7DA; --soft:#5C4E3F;
  /* warm product-tile gradient shared by cards, PDP and cart/checkout thumbs */
  --tile:radial-gradient(120% 95% at 50% 26%,#EFE6D6,var(--paper-dk));
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
picture{display:contents}
/* Full-bleed CSS-background bands below the fold. loading="lazy" cannot reach a
   background, so .bg-defer marks the band and site.js adds .in when it comes
   close; until then --bg-src is never declared and the background-color
   underneath carries the contrast. html:not(.js) keeps it working without JS. */
body{background:var(--paper);color:var(--ink);font-family:var(--body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}
body::before{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{max-width:1300px;margin:0 auto;padding:0 36px;position:relative;z-index:2}
.label{text-transform:uppercase;letter-spacing:.34em;font-size:.75rem;font-weight:500}
h1,h2,h3,h4{font-family:var(--disp);font-weight:400}

/* Content is visible by default; only hidden-for-reveal when JS is present and motion is allowed. */
html.js .reveal{opacity:0;transform:translateY(28px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1)}
html.js .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none;transition:none}}
@keyframes fade{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important}}

/* ---- header ---- */
header{position:sticky;top:0;left:0;right:0;z-index:40;background:var(--paper);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:16px;color:var(--ink)}
.nav nav{display:flex;gap:22px}
.nav nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:0 3px;text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:600;opacity:.95;transition:opacity .2s}
.nav nav a:hover{opacity:.55}
.logo{display:inline-flex;align-items:center;min-height:44px}
.logo img{height:22px;width:auto;display:block}
.nav-r{display:flex;gap:14px;align-items:center;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:600;white-space:nowrap}
.nav-r a{display:inline-flex;align-items:center;min-height:44px}
.cart-link{padding:0 16px;border:1px solid currentColor;border-radius:40px}
.navtoggle{display:none;background:none;border:none;color:inherit;font-size:1.5rem;line-height:1;cursor:pointer;padding:4px 8px}
.mobilemenu{display:none}
.langform{display:inline-flex}
.langform select{font-family:var(--body);border:1px solid var(--line);border-radius:4px;padding:4px 10px;background:var(--paper);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:inherit}
.langswitch{display:inline-flex;align-items:center;gap:2px}
.langswitch form{display:inline-flex}
.langswitch button{background:none;border:none;padding:0;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--body);cursor:pointer;color:inherit;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:600;opacity:.7;transition:opacity .2s}
.langswitch button:hover{opacity:.9}
.langswitch button.on{opacity:1;text-decoration:underline;text-underline-offset:4px;cursor:default}
.langswitch .sep{opacity:.7;font-size:.75rem}
/* transparent header overlaying a hero (homepage) */
body.has-hero header{position:absolute;background:transparent;border-bottom:none}
/* The hero photo is bright salt on the right, where the hero's own scrim has
   decayed to .08, so cream nav text lands on it at ~1.3:1. A short gradient
   behind the header row darkens only the strip the nav occupies. */
body.has-hero header::after{content:"";position:absolute;left:0;right:0;top:0;height:180px;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(20,14,9,.66) 0%,rgba(20,14,9,.42) 49%,rgba(20,14,9,0) 100%)}
body.has-hero .nav{color:var(--paper);height:88px}
body.has-hero .nav a,body.has-hero .nav-r{text-shadow:0 1px 12px rgba(18,12,7,.85)}
body.has-hero .logo img{filter:brightness(0) invert(1) brightness(1.6) sepia(.3) saturate(2) hue-rotate(5deg);height:24px}
body.has-hero .langform select{background:rgba(20,14,9,.62);border-color:rgba(242,238,224,.7);color:#F7F2E7}
body.has-hero .langform select option{color:var(--ink)}
/* the open mobile drawer paints --paper behind the header, so the hero's light nav treatment has to revert to ink or it goes invisible */
body.has-hero.menu-open .nav{color:var(--ink)}
body.has-hero.menu-open .nav a,body.has-hero.menu-open .nav-r,body.has-hero.menu-open .navtoggle{text-shadow:none}
body.has-hero.menu-open .logo img{filter:none}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:500;padding:14px 32px;border:1px solid var(--ink);color:var(--ink);background:none;transition:.3s;cursor:pointer;font-family:var(--body);line-height:1}
.btn .ar{transition:transform .3s}.btn:hover .ar{transform:translateX(5px)}
.btn:hover{background:var(--ink);color:var(--paper)}
.btn.dark{background:var(--ink);color:var(--paper)}.btn.dark:hover{background:var(--rust);color:#fff;border-color:var(--rust)}
.btn.light{border-color:var(--paper);color:var(--paper)}.btn.light:hover{background:var(--paper);color:var(--ink)}
.btn.rust{background:var(--rust);color:#fff;border-color:var(--rust)}.btn.rust:hover{background:var(--ink);border-color:var(--ink)}
.btn[disabled]{opacity:.4;cursor:not-allowed}
.btn.block{width:100%}

/* ---- generic inner-page layout ---- */
main{min-height:60vh}
.page{padding-top:54px;padding-bottom:30px}
.page h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:6px}
.page .label{color:var(--rust);margin-bottom:10px;display:block}
.msg{background:var(--espresso);color:var(--paper);padding:11px 18px;margin:0 0 16px;font-size:.9rem}
.card-box{background:var(--paper);border:1px solid var(--line);padding:26px}
table{width:100%;border-collapse:collapse}
td,th{padding:11px 0;text-align:left;border-bottom:1px solid var(--line)}
th{font-family:var(--body);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:var(--muted)}
input,select,textarea{padding:11px 12px;min-height:44px;border:1px solid var(--line);border-radius:4px;font-family:var(--body);background:#fff;color:var(--ink);font-size:.95rem}
/* min-width beats the inline width:auto these controls carry, so the native
   13px box grows without touching the templates that own them. The row itself
   (label.co-inline) is the 44px target. */
input[type=checkbox],input[type=radio]{min-height:24px;min-width:24px;padding:0;accent-color:var(--rust)}
label.co-inline{min-height:44px}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--rust)}
/* visible keyboard focus ring (WCAG 2.4.7) */
a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--rust);outline-offset:2px;border-radius:2px}
label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin:14px 0 4px;color:var(--muted)}
.price{font-family:var(--disp);font-size:1.3rem}

/* ---- trust ribbon ---- */
.ribbon{background:var(--espresso);color:var(--paper);position:relative;z-index:2}
.ribbon .wrap{display:flex;justify-content:space-between;gap:16px;padding:18px 36px;flex-wrap:wrap}
.ribbon span{text-transform:uppercase;letter-spacing:.11em;font-size:.75rem;font-weight:600;display:flex;gap:8px;align-items:center}
.ribbon .g{color:var(--gold)}
/* 44px hit area without growing the row: the extra height is absorbed by the
   negative margin, so the band keeps its height. Same trick on the other
   links that sit inside a running line of text. */
.ribbon a,.fbot a,.cookie a,.fcompany a{display:inline-flex;align-items:center;min-height:44px;margin-top:-12px;margin-bottom:-12px}
@media(max-width:560px){
  .ribbon .wrap{justify-content:center;gap:8px 18px;padding:11px 16px}
  .ribbon .ribbon-more{display:none}
}

/* ---- homepage hero: center content vertically on mobile (base rules live in home.html) ---- */
@media(max-width:560px){
  body.has-hero .hero{flex-direction:column;justify-content:center;padding-top:88px}
  body.has-hero .hero .wrap{padding-bottom:0}
}

/* ---- footer ---- */
footer{background:var(--ink);color:var(--paper);padding:80px 0 36px;position:relative;z-index:2}
.fgrid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1.4fr;gap:46px}
footer .logo{margin-bottom:18px}
footer .logo img{height:28px;width:auto;filter:brightness(0) invert(1) brightness(1.6) sepia(.3) saturate(2) hue-rotate(5deg)}
footer p{color:#B9AC9A;max-width:34ch;font-size:.92rem}
footer h5{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;margin-bottom:12px;color:var(--stone)}
footer ul{list-style:none}footer li{color:#B9AC9A;font-size:.92rem}footer li a:hover{color:var(--gold)}
footer li a{display:inline-flex;align-items:center;min-height:44px}
.news{display:flex;gap:8px;margin-top:14px}
/* width:0 + grow, so the field's intrinsic 20-character width never becomes the
   footer column's min-content width and push the page past 390px. */
.news input{flex:1 1 0;width:0;background:rgba(255,255,255,.06);border:1px solid var(--stone);border-radius:4px;color:var(--paper);padding:11px 12px;outline:none;font-family:var(--body);min-width:0}
.news input:focus{border-color:var(--gold)}
.news input::placeholder{color:#A08F7C}
.news button{background:var(--gold);border:1px solid var(--gold);color:var(--ink);border-radius:4px;min-height:44px;padding:0 16px;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;cursor:pointer;font-weight:600;white-space:nowrap}
.fbot{display:flex;justify-content:space-between;margin-top:54px;padding-top:24px;border-top:1px solid rgba(201,188,168,.2);flex-wrap:wrap;gap:12px;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:#A08F7C}
.fcompany{margin-top:14px;font-size:.78rem}

.cookie{position:fixed;left:16px;right:16px;bottom:16px;background:var(--espresso);color:var(--paper);padding:16px;display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;z-index:60;font-size:.9rem}
.cookie-short{display:none}
.cookie a{color:var(--gold);text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie .btn{padding:13px 20px}

/* Flash messages sit in the flow directly under the header, so they reserve
   their own space and can never land on top of body copy; sticky keeps them
   readable from any scroll position. Hero pages have no room in the flow
   (the header floats over the photo), so there the toast stays pinned. */
.toasts{position:sticky;top:74px;z-index:70;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 16px 0;pointer-events:none}
body.has-hero .toasts{position:fixed;top:96px;left:50%;transform:translateX(-50%);width:max-content;max-width:92vw;padding:0}
.msg{background:var(--espresso);color:var(--paper);padding:12px 22px;font-size:.9rem;max-width:100%;border:1px solid var(--espresso);box-shadow:0 22px 44px -26px rgba(33,25,19,.8);animation:fade .35s both;pointer-events:auto}
.msg a{text-decoration:underline;color:var(--gold);margin-left:10px;white-space:nowrap}

@media(max-width:900px){
  .fgrid{grid-template-columns:1fr 1fr}
  .nav nav{display:none}
  .navtoggle{display:flex;align-items:center;justify-content:center;order:-1;min-width:44px;min-height:44px}
  .nav{position:relative;z-index:2}
  .mobilemenu{display:block;position:fixed;left:0;right:0;top:0;bottom:0;z-index:1;background:var(--paper);overflow-y:auto;padding-top:74px}
  body.has-hero .mobilemenu{padding-top:88px}
  .mobilemenu[hidden]{display:none}
  .mobilemenu a{display:flex;align-items:center;min-height:52px;padding:14px 22px;border-top:1px solid var(--line);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--ink)}
  /* the pickers don't fit next to the logo+cart on narrow screens — move them into the mobile menu */
  .nav-r .langform,.nav-r .langswitch{display:none}
  .menuforms .langswitch{align-items:center}
  .menuforms .langform{flex:1}
  .menuforms .langform select{width:100%;font-size:16px}
  body.has-hero .menuforms .langform select{color:var(--ink);background:#fff;border-color:var(--line)}
  /* Konto lives inside the mobile menu; keep only the cart in the header row */
  .nav-r .konto-link{display:none}
  .menuforms{display:flex;gap:10px;padding:14px 22px;border-top:1px solid var(--line)}
  .wrap{padding:0 22px}
}
@media(max-width:560px){
  .wrap{padding:0 16px}
  input,select,textarea{font-size:16px}
  .page{padding-top:30px;padding-bottom:24px}
  .page h1{margin-bottom:10px}
  .fgrid{grid-template-columns:1fr}
  /* Two rows on a phone: the buttons no longer squeeze the sentence into a
     ~95px column, and both are full 44px targets. */
  .cookie{left:0;right:0;bottom:0;padding:12px 14px;gap:10px;font-size:.78rem;line-height:1.45;flex-wrap:wrap;align-items:center}
  .cookie-full{display:none}
  .cookie-short{display:block;flex:1 0 100%;min-width:0}
  .cookie .cookie-actions{flex-wrap:nowrap;gap:8px;flex:1 0 100%}
  .cookie .cookie-actions .btn{flex:1;padding:12px 10px;font-size:.75rem;letter-spacing:.08em}
}

/* ---- white panel (order summary, cart lines, checkout aside, konto & landing boxes) ---- */
.panel{background:#fff;border:1px solid var(--line)}

/* ---- editorial product card (home + shop) ---- */
.card .ph{background:var(--tile);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
/* The duo packshots are shot on white, not cut out, so contain alone leaves two
   white rectangles inside the beige tile; multiply drops the white ground. */
.card .ph.pair img{height:64%;margin:0 -12px;object-fit:contain;mix-blend-mode:multiply}
.card:hover .ph img{transform:translateY(-8px) scale(1.04)}
.card .num{position:absolute;top:18px;left:20px;font-family:var(--disp);font-style:italic;font-size:1.1rem;color:var(--muted);z-index:2}
.card .meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:22px;border-top:1px solid var(--ink);padding-top:14px}
.card h3{font-weight:500;font-size:1.5rem}
.card h3 a{display:inline-flex;align-items:center;min-height:44px;margin:-6px 0}
.card .sub{color:var(--muted);font-size:.9rem;margin-top:2px}
.card .pr{font-family:var(--disp);font-size:1.4rem}
.card .once{display:block;margin-top:4px;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:var(--rust);text-align:right}
.card form{margin-top:16px}
.card .add{width:100%;justify-content:center}
.card .reorder{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:var(--muted);text-align:center;margin-top:12px}
/* Mobile: the 4:5 tile alone is taller than half the viewport, pushing the
   add button off-screen. The packshots carry generous whitespace, so a square
   crop keeps the whole bottle while reclaiming ~90px, and tighter meta/button
   spacing lands the full card (tile, name, price, button) in one screen. */
@media(max-width:560px){
  .card .ph{aspect-ratio:1/1}
  .card .meta{margin-top:16px;padding-top:12px}
  .card form{margin-top:12px}
  .card .add{padding:13px 26px;min-height:44px}
  .card .reorder{margin-top:10px}
}
@media(max-width:560px){
  #shop{scroll-margin-top:10px}
  #shop .shop-head{margin-bottom:20px}
  #shop .shop-head h2{font-size:1.85rem;margin-top:8px}
  #shop .card .ph{aspect-ratio:auto;height:300px;background:#E8DFCE}
  #shop .card .ph img{object-fit:contain}
}

/* ---- shop/collection heading (home + shop) ---- */
.shop-head{text-align:center}
.shop-head .label{color:var(--rust)}

/* ---- cart/checkout line-item thumb ---- */
.cthumb{width:56px;height:74px;flex:0 0 56px;background:var(--tile);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px;box-sizing:border-box}
.cthumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.cthumb.pair{width:76px;flex:0 0 76px}
.cthumb.pair img{height:78%;width:auto;margin:0 -3px}

/* ---- satisfaction-guarantee disclosure (cart + checkout) ---- */
.guarantee{margin-top:14px}
.guarantee summary{display:flex;align-items:center;min-height:44px;cursor:pointer;color:var(--muted);font-size:.82rem;list-style:none}
.guarantee summary::-webkit-details-marker{display:none}
.guarantee p{color:var(--muted);font-size:.82rem;margin-top:8px;line-height:1.5}
.guarantee p a{display:inline-flex;align-items:center;min-height:44px;margin:-12px 0;text-decoration:underline}
details.disc-open summary{min-height:44px;display:flex;align-items:center}

/* ---- legal / policy prose (terms + integritet) ---- */
.legal{max-width:70ch}
.legal h2{font-family:var(--disp);font-weight:500;font-size:1.25rem;margin:26px 0 8px}
.legal p,.legal li{color:var(--soft);font-size:.95rem;line-height:1.6}
.legal a{display:inline-flex;align-items:center;min-height:44px;margin:-12px 0;text-decoration:underline}
.legal ul{margin:6px 0 0 18px}

/* ---- utility inner pages (account, auth, order, content) ---- */
.page-title{font-weight:normal;font-size:2rem}
.authform{max-width:380px}
/* Lived inside the ≤560px block, so desktop fell back to the UA's size=20 and
   the fields rendered ~205px wide under a 380px button. */
.authform input{width:100%}
.prose-p{color:var(--soft);max-width:65ch;margin-top:10px}
.page-lede{color:var(--muted);margin-top:8px}
.field-err{color:var(--rust);font-size:.8rem;margin-top:4px}
.auth-alt{margin-top:18px;font-size:.9rem}
.auth-alt a,.login-forgot a,.login-magic a{display:inline-flex;align-items:center;min-height:44px}
.muted-note{color:var(--muted);margin-top:14px}

/* ---- delivery-box preview (checkout aside partial) ---- */
.delivery-box .db-h{font-family:var(--disp);font-weight:500;font-size:1.25rem;margin:6px 0 10px}
.delivery-box .db-one{width:100%;max-width:420px;height:auto;margin:0 auto;border:1px solid var(--line);border-radius:8px;display:block}
.delivery-box .db-multi{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:560px;margin:0 auto}
.delivery-box .db-multi img{width:100%;height:auto;border:1px solid var(--line);border-radius:8px;display:block}
.delivery-box .db-cap{color:var(--muted);font-size:.82rem;margin-top:8px}

/* ---- cart page: mobile reorder (items, summary, delivery) + sticky checkout bar ---- */
.cartbar{display:none}
@media(max-width:560px){
  .page .cartgrid{display:flex;flex-direction:column;gap:0;align-items:stretch}
  .page .cartlines,.page .baggrid{display:contents}
  .page .bagitems{order:1;background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px}
  .page .sumcard{order:2;margin-top:16px}
  .page .cartlines>.label{order:3;margin-top:24px}
  .page .cartlines>h3{order:4;margin:4px 0 0}
  .page .bagphoto{order:5;margin-top:12px;max-width:none;padding:14px;background:#fff;border:1px solid var(--line);border-radius:8px}
  .page .bagphoto img{width:auto;max-width:100%;max-height:240px;margin:0 auto;object-fit:contain}
  .page .cline{align-items:start}
  .page .stepper button{width:44px;height:44px}
  .page .stepper input.q{height:44px;min-width:44px}
  body.cart-empty main{min-height:36vh}
  body.cart-has-bar{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .cartbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;background:var(--espresso);color:var(--paper);border-top:1px solid var(--line);padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}
  .cartbar .cb-tot{display:flex;flex-direction:column;line-height:1.15}
  .cartbar .cb-tot span{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;color:var(--stone)}
  .cartbar .cb-tot strong{font-family:var(--body);font-size:1.1rem;font-weight:600}
  .cartbar .cb-btn{margin:0;white-space:nowrap;padding:13px 24px;min-height:44px}
}

/* ---- checkout: server-error field affordance (rust border) ---- */
.cofield.has-error input,.cofield.has-error select,.cofield.has-error textarea{border-color:var(--rust)}

/* ---- PDP quantity: styled pill to match the cart stepper ---- */
.buy .qty input{width:78px;height:44px;text-align:center;border:1px solid var(--line);border-radius:40px;background:#fff;-moz-appearance:textfield}
.buy .qty input::-webkit-outer-spin-button,.buy .qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

@media(max-width:560px){
  .buy .add{min-height:44px}
  .sci{padding-bottom:70px}
  .revs{padding-bottom:70px}
}

/* ---- packshots: the bottles are transparent cutouts, so they must be contained
   and grounded with a shadow. object-fit:cover scales the cutout until it fills
   the tile, which blows the bottle up and clips it top and bottom. This applies
   everywhere a product card appears, not just the front page. Bundle pairs
   (.pair) have their own crop and keep it. ---- */
.card .ph:not(.pair){overflow:visible}
.card .ph:not(.pair) img{height:84%;object-fit:contain;filter:drop-shadow(0 22px 15px rgba(33,25,19,.24))}
.card:hover .ph:not(.pair) img{filter:drop-shadow(0 30px 20px rgba(33,25,19,.3))}
