:root{--kira-green:#334c35;--kira-deep:#203624;--kira-lime:#dfe8bd;--kira-cream:#f8f3e6;--kira-paper:#fffdf7;--kira-red:#a84d42;--kira-ink:#223126;--kira-muted:#6d776e;--kira-line:rgba(51,76,53,.16)}

*{box-sizing:border-box}
.order-only-site{margin:0;background:var(--kira-cream);color:var(--kira-ink);font-family:Manrope,Arial,sans-serif}
.order-nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:rgba(248,243,230,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--kira-line)}
.order-nav img{width:112px;display:block}
.order-nav a:last-child{color:var(--kira-deep);text-decoration:none;font-weight:800;font-size:13px}
.order-shell{max-width:1240px;margin:auto;padding:clamp(54px,8vw,100px) clamp(18px,4vw,48px)}
.main-site .order-shell{padding-top:100px}
.order-heading{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:40px;margin-bottom:44px}
.order-eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;color:var(--kira-red)}
.order-heading h1,.bulk-order h2,.cart-drawer h2{font-family:"Instrument Serif",Georgia,serif;font-weight:400;line-height:.98;margin:12px 0;font-size:clamp(46px,7vw,82px)}
.order-heading p{max-width:630px;color:var(--kira-muted);line-height:1.7}
.store-status{border:1px solid var(--kira-line);background:rgba(255,253,247,.72);border-radius:22px;padding:18px;display:flex;gap:13px;align-items:flex-start}
.status-dot{width:10px;height:10px;border-radius:50%;background:#86a34b;box-shadow:0 0 0 6px rgba(134,163,75,.14);margin:6px 3px}
.store-status--closed .status-dot{background:var(--kira-red);box-shadow:0 0 0 6px rgba(168,77,66,.13)}
.store-status strong,.store-status small{display:block}
.store-status strong{font-size:14px}
.store-status small{margin-top:5px;color:var(--kira-muted);line-height:1.45}
.category-filter{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:26px}
.category-filter button{border:1px solid var(--kira-line);background:transparent;color:var(--kira-green);border-radius:99px;padding:10px 17px;font:800 12px Manrope;cursor:pointer}
.category-filter button.is-active{background:var(--kira-green);color:white}
.order-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.order-product{display:grid;grid-template-columns:42% 58%;min-height:430px;background:var(--kira-paper);border:1px solid var(--kira-line);border-radius:28px;overflow:hidden;box-shadow:0 14px 45px rgba(42,60,44,.06)}
.order-product[hidden]{display:none}
.product-visual{position:relative;min-height:100%;background:#e9edcf;overflow:hidden}
.product-visual img{width:100%;height:100%;object-fit:cover}
.product-badge,.sold-label{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:99px;background:var(--kira-red);color:white;font-size:10px;font-weight:900;letter-spacing:.08em}
.sold-label{background:#4c544d}
.product-badge+.sold-label{top:48px}
.product-copy{padding:26px;display:flex;flex-direction:column}
.product-copy h2{font-family:"Instrument Serif",Georgia,serif;font-size:31px;font-weight:400;line-height:1;margin:0 0 10px}
.product-copy>p{color:var(--kira-muted);font-size:13px;line-height:1.55;margin:0 0 12px}
.product-price{color:var(--kira-red);font-size:14px;margin-bottom:18px}
.option-group{border:0;padding:0;margin:0 0 15px}
.option-group legend{font-size:12px;font-weight:900;margin-bottom:7px}
.option-group>small{display:block;font-size:11px;color:var(--kira-muted);margin:-3px 0 8px}
.option-list{display:flex;flex-wrap:wrap;gap:6px}
.option-list.is-vertical{flex-direction:column;align-items:stretch}
.option-pill input{position:absolute;opacity:0;pointer-events:none}
.option-pill span{display:block;border:1px solid var(--kira-line);border-radius:10px;padding:8px 10px;font-size:11px;cursor:pointer;background:white}
.option-pill input:checked+span{background:var(--kira-green);border-color:var(--kira-green);color:white}
.option-pill em{font-style:normal;opacity:.76}
.option-pill.is-disabled{opacity:.42}
.option-pill.is-disabled span{cursor:not-allowed}
.product-action{margin-top:auto;display:flex;align-items:center;gap:8px;padding-top:10px}
.product-action label{border:1px solid var(--kira-line);border-radius:12px;padding:10px 11px;font-size:11px;font-weight:800}
.product-action input{border:0;background:transparent;width:35px;font:800 13px Manrope;outline:0}
.product-action button,.bulk-wa,.cart-bottom button{border:0;border-radius:12px;background:var(--kira-green);color:white;text-decoration:none;font:800 12px Manrope;padding:13px 17px;cursor:pointer}
.product-action button{flex:1}
.product-action button:disabled{opacity:.4}
.product-error{min-height:16px!important;margin:8px 0 0!important;color:var(--kira-red)!important;font-weight:700}
.is-unavailable{filter:saturate(.5)}
.order-empty{text-align:center;background:var(--kira-paper);padding:55px;border-radius:28px}
.bulk-order{margin-top:90px;display:grid;grid-template-columns:1.25fr .75fr;background:var(--kira-deep);color:white;border-radius:34px;overflow:hidden}
.bulk-copy{padding:clamp(32px,6vw,72px)}
.bulk-order h2{font-size:clamp(42px,6vw,72px);max-width:720px}
.bulk-order p{max-width:660px;color:rgba(255,255,255,.72);line-height:1.7}
.occasion-list{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 30px}
.occasion-list span{border:1px solid rgba(255,255,255,.22);border-radius:99px;padding:8px 12px;font-size:11px}
.bulk-wa{display:inline-block;background:var(--kira-lime);color:var(--kira-deep);padding:15px 20px}
.bulk-card{background:var(--kira-lime);color:var(--kira-deep);padding:45px;display:flex;flex-direction:column;justify-content:center}
.bulk-card>span,.bulk-card small{font-size:11px;letter-spacing:.13em;text-transform:uppercase}
.bulk-card strong{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(38px,5vw,66px);line-height:.95;font-weight:400;margin:16px 0 30px}
.cart-fab{position:fixed;right:22px;bottom:22px;z-index:45;border:0;border-radius:18px;background:var(--kira-red);color:white;box-shadow:0 15px 38px rgba(60,40,33,.25);padding:14px 17px;display:flex;align-items:center;gap:10px;cursor:pointer;font:800 12px Manrope}
.cart-fab b{background:white;color:var(--kira-red);border-radius:99px;min-width:23px;height:23px;display:grid;place-items:center}
.cart-fab em{font-style:normal;border-left:1px solid rgba(255,255,255,.3);padding-left:10px}
.cart-overlay{position:fixed;inset:0;background:rgba(21,31,23,.45);z-index:48;opacity:0;visibility:hidden;transition:.25s}
.cart-drawer{position:fixed;right:0;top:0;height:100dvh;width:min(470px,100%);background:var(--kira-paper);z-index:49;transform:translateX(105%);transition:.32s ease;display:flex;flex-direction:column;box-shadow:-20px 0 55px rgba(27,42,30,.14)}
body.cart-open{overflow:hidden}
body.cart-open .cart-overlay{opacity:1;visibility:visible}
body.cart-open .cart-drawer{transform:none}
.cart-drawer>header{display:flex;justify-content:space-between;align-items:flex-start;padding:27px;border-bottom:1px solid var(--kira-line)}
.cart-drawer h2{font-size:39px;margin:5px 0 0}
.cart-drawer>header button{border:0;background:#edf0e2;width:38px;height:38px;border-radius:50%;font-size:26px;cursor:pointer}
.cart-lines{padding:22px 27px;overflow:auto;flex:1}
.cart-empty{color:var(--kira-muted);text-align:center;padding:45px 10px}
.cart-line{display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--kira-line)}
.cart-line img{width:58px;height:66px;object-fit:cover;border-radius:11px;background:#eef0df}
.cart-line strong,.cart-line small{display:block}
.cart-line strong{font-size:13px}
.cart-line small{font-size:10px;color:var(--kira-muted);line-height:1.5;margin-top:4px}
.cart-line-controls{display:flex;align-items:center;gap:7px;margin-top:8px}
.cart-line-controls button{border:1px solid var(--kira-line);background:white;width:25px;height:25px;border-radius:7px;cursor:pointer}
.cart-line-price{text-align:right;font-size:12px;font-weight:800}
.cart-line-price button{display:block;margin:9px 0 0 auto;border:0;background:none;color:var(--kira-red);font-size:10px;cursor:pointer}
.cart-details{padding:15px 27px;border-top:1px solid var(--kira-line);display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cart-details label{font-size:10px;font-weight:800}
.cart-details label:last-child{grid-column:1/-1}
.cart-details input,.cart-details select,.cart-details textarea{display:block;width:100%;border:1px solid var(--kira-line);border-radius:10px;background:white;padding:10px;margin-top:5px;font:12px Manrope}
.cart-bottom{padding:18px 27px 25px;border-top:1px solid var(--kira-line)}
.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:12px}
.cart-bottom span{font-size:12px;color:var(--kira-muted)}
.cart-bottom button{width:100%;font-size:14px;padding:15px}
.cart-bottom button:disabled{opacity:.45}
.cart-bottom small{display:block;color:var(--kira-muted);font-size:9px;line-height:1.45;text-align:center;margin-top:10px}
.order-footer{display:flex;justify-content:space-between;align-items:center;padding:28px clamp(20px,5vw,72px);border-top:1px solid var(--kira-line);font-size:11px;color:var(--kira-muted)}
.order-footer img{width:80px}
.kira-toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:var(--kira-deep);color:white;border-radius:12px;padding:12px 18px;font:700 12px Manrope;z-index:60;opacity:0;transition:.2s}
.kira-toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){.order-heading,.bulk-order{grid-template-columns:1fr}
.order-products{grid-template-columns:1fr}
.order-product{grid-template-columns:38% 62%}
.bulk-card{min-height:330px}
.main-site .order-shell{padding-top:64px}
}

@media(max-width:600px){.order-nav{height:66px}
.order-heading{gap:18px}
.order-heading h1{font-size:50px}
.order-products{gap:16px}
.order-product{grid-template-columns:1fr;min-height:0}
.product-visual{height:260px}
.product-copy{padding:21px}
.bulk-order{margin-top:62px}
.bulk-card{min-height:280px}
.cart-fab{left:14px;right:14px;bottom:12px;justify-content:center}
.cart-fab em{margin-left:auto}
.order-shell{padding-left:14px;padding-right:14px}
.store-status{padding:15px}
.cart-details{grid-template-columns:1fr}
.cart-details label:last-child{grid-column:auto}
}


/* Mobile sticky cart, inspired by KIRA's rounded premium interface. */
.mobile-cart-dock{display:none}
.confirm-open{overflow:hidden}
.confirm-overlay{position:fixed;inset:0;background:rgba(24,36,27,.48);backdrop-filter:blur(3px);z-index:70;opacity:0;visibility:hidden;transition:.25s}
.confirm-sheet{position:fixed;left:50%;top:50%;width:min(500px,calc(100% - 28px));max-height:90dvh;overflow:auto;z-index:71;background:var(--kira-paper);border-radius:28px;padding:28px;box-shadow:0 26px 80px rgba(27,42,30,.24);transform:translate(-50%,-46%) scale(.98);opacity:0;visibility:hidden;transition:.25s}
.confirm-open .confirm-overlay{opacity:1;visibility:visible}
.confirm-open .confirm-sheet{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.sheet-handle{display:none;width:42px;height:4px;border-radius:9px;background:#dfe3dc;margin:0 auto 18px}
.confirm-sheet>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.confirm-sheet>header h2{font-family:"Instrument Serif",Georgia,serif;font-size:35px;font-weight:400;margin:0;color:var(--kira-deep)}
.confirm-sheet>header button{border:0;width:38px;height:38px;border-radius:50%;background:#edf0e8;color:var(--kira-deep);font-size:25px;line-height:1;cursor:pointer}
.confirm-order-box{background:#eff2cf;border-radius:18px;padding:17px;margin-bottom:22px}
.confirm-order-line{display:flex;justify-content:space-between;gap:18px;padding:8px 0;font-size:12px}
.confirm-order-line span:first-child{font-weight:750}
.confirm-order-line small{display:block;color:var(--kira-muted);font-size:9px;margin-top:3px}
.confirm-total{display:flex;justify-content:space-between;border-top:1px solid rgba(51,76,53,.14);padding-top:13px;margin-top:8px;font-size:13px}
.confirm-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.confirm-fields label{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--kira-green)}
.confirm-fields label span{color:var(--kira-muted);font-weight:600}
.confirm-fields label:first-child,.confirm-fields label:last-child{grid-column:1/-1}
.confirm-fields input,.confirm-fields select,.confirm-fields textarea{display:block;width:100%;border:1px solid var(--kira-line);border-radius:12px;background:white;padding:12px;margin-top:7px;font:12px Manrope;color:var(--kira-ink);text-transform:none;letter-spacing:0;outline:0}
.confirm-fields input:focus,.confirm-fields select:focus,.confirm-fields textarea:focus{border-color:var(--kira-green);box-shadow:0 0 0 3px rgba(51,76,53,.09)}
.confirm-fields label>small{display:block;color:var(--kira-muted);font-weight:400;letter-spacing:0;text-transform:none;margin-top:6px;line-height:1.45}
.confirm-send{width:100%;border:0;border-radius:15px;background:var(--kira-deep);color:white;padding:16px;margin-top:20px;font:800 13px Manrope;cursor:pointer}
.wa-mark{font-size:13px;margin-right:4px}


@media(max-width:600px){
 body.has-cart{padding-bottom:92px}
.cart-fab,.cart-drawer,.cart-overlay{display:none!important}
.mobile-cart-dock{display:block;position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:58;filter:drop-shadow(0 15px 24px rgba(25,38,28,.22));transform:translateY(130%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .25s}
.has-cart .mobile-cart-dock{transform:none;opacity:1;pointer-events:auto}
.mobile-cart-preview{background:var(--kira-paper);border-radius:24px 24px 10px 10px;padding:7px 17px 23px;max-height:0;overflow:hidden;opacity:0;transform:translateY(14px);transition:max-height .35s ease,opacity .2s,transform .3s,padding .3s}
.mobile-cart-expanded .mobile-cart-preview{max-height:min(52dvh,430px);overflow:auto;opacity:1;transform:none;padding-top:16px}
.mobile-cart-bar{position:relative;margin-top:-14px;min-height:64px;background:var(--kira-deep);color:white;border-radius:32px;display:grid;grid-template-columns:1fr auto;align-items:center;padding:8px 10px 8px 13px;gap:8px}
.mobile-cart-summary,.mobile-cart-wa{border:0;cursor:pointer}
.mobile-cart-summary{display:flex;align-items:center;gap:10px;background:transparent;color:white;text-align:left;padding:0}
.mobile-cart-summary>b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--kira-red);font-size:11px}
.mobile-cart-summary span{display:flex;flex-direction:column;gap:2px}
.mobile-cart-summary strong{font:800 12px Manrope}
.mobile-cart-summary small{font:650 10px Manrope;color:rgba(255,255,255,.72)}
.mobile-cart-wa{background:#91a956;color:white;border-radius:24px;padding:12px 14px;font:800 11px Manrope;white-space:nowrap}
.mobile-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:11px 0;border-bottom:1px solid var(--kira-line)}
.mobile-line-main>strong{display:block;font-size:14px;line-height:1.35}
.mobile-line-main>small{display:block;color:var(--kira-muted);font-size:10.5px;margin-top:4px;line-height:1.45}
.mobile-line-side{display:flex;align-items:center;gap:9px}
.mobile-line-side button{border:1px solid var(--kira-line);background:#f1f3ee;color:var(--kira-deep);width:31px;height:31px;border-radius:50%;font:800 16px Manrope}
.mobile-line-side b{font-size:12px;min-width:12px;text-align:center}
.mobile-line-price{grid-column:1/-1;text-align:right;margin-top:-5px;font-size:12px;font-weight:800;color:var(--kira-red)}
.clear-cart{border:0;background:none;color:var(--kira-muted);font:650 11.5px Manrope;text-decoration:underline;padding:13px 0 0;cursor:pointer}
.confirm-sheet{left:0;right:0;top:auto;bottom:0;width:100%;max-height:92dvh;border-radius:28px 28px 0 0;padding:14px 24px calc(24px + env(safe-area-inset-bottom));transform:translateY(105%);opacity:1}
.confirm-open .confirm-sheet{transform:none}
.sheet-handle{display:block}
.confirm-sheet>header h2{font-size:31px}
.confirm-order-box{padding:14px}
.confirm-fields{grid-template-columns:1fr}
.confirm-fields label:first-child,.confirm-fields label:last-child{grid-column:auto}
.confirm-fields label:nth-child(2),.confirm-fields label:nth-child(3){display:none}
.confirm-send{border-radius:28px}
.kira-toast{bottom:96px}

}


/* Restored KIRA menu design: the original compact catalogue cards. */
.legacy-order-shell{max-width:1120px}
.legacy-menu-heading{max-width:760px;margin:0 auto 42px;text-align:center}
.legacy-menu-heading h1{margin:12px 0 14px;color:#284568;font:750 clamp(44px,7vw,74px)/.98 Manrope,Arial,sans-serif;letter-spacing:-3px}
.legacy-menu-heading h1 span{color:#b65f36}
.legacy-menu-heading>p{max-width:560px;margin:0 auto;color:#708099;font-size:13px;line-height:1.7}
.legacy-menu-heading .store-status{width:min(540px,100%);margin:24px auto 0;text-align:left;border-color:#dce3ed;background:#fff;border-radius:14px}
.legacy-menu-heading .order-eyebrow{color:#b65f36}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}
.menu-category-heading{grid-column:1/-1;display:flex;align-items:center;gap:18px;margin:34px 0 2px;color:#b65f36;font:700 20px/1.2 Manrope,Arial,sans-serif}
.menu-category-heading:after{content:'';height:1px;flex:1;background:#e2d8cc}
.product-card{min-width:0;padding:0;overflow:hidden;border:1px solid #dce3ed;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(40,69,104,.04);transition:transform .18s,box-shadow .18s}
.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(40,69,104,.08)}
.product-card:not(.expanded) .product-card-top{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 130px;grid-template-rows:auto auto;gap:14px 16px;min-height:220px;padding:22px;align-items:start}
.product-card:not(.expanded) .product-card-media{grid-column:2;grid-row:1/3}
.product-card:not(.expanded) .product-card-info{grid-column:1;grid-row:1;display:flex;flex-direction:column;min-width:0}
.product-card-name{color:#284568;font:750 19px/1.3 Manrope,Arial,sans-serif;letter-spacing:-.2px}
.product-card:not(.expanded) .product-card-desc{order:2;display:-webkit-box;margin:8px 0 0;color:#708099;font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-card:not(.expanded) .product-card-price{order:3;margin:13px 0 0;color:#b65f36;font-size:14px;font-weight:800}
.product-card-photo{display:grid;place-items:center;width:100%;height:148px;background:transparent;overflow:visible}
.product-card-photo img{width:100%;height:100%;padding:0;object-fit:contain}
.product-card-photo>span{font-size:58px}
.product-card:not(.expanded) .product-card-toggle{grid-column:1;grid-row:2;justify-self:start;align-self:end;min-height:40px;margin:0;padding:10px 17px;border:0;border-radius:11px;background:#284568;color:#fff;font:750 11px/1 Manrope,Arial,sans-serif;white-space:nowrap;cursor:pointer}
.merch-badge{display:inline-block;width:max-content;margin:6px 0 0;padding:5px 7px;border-radius:6px;background:#b65f36;color:#fff;font:750 8px/1 Manrope,Arial,sans-serif;text-transform:uppercase}
.product-card.is-sold-out .product-card-photo{filter:grayscale(1);opacity:.65}
.product-card.is-sold-out .product-card-toggle{background:#7b8799}
.product-card-panel,.mobile-sheet-close{display:none}
.product-card.expanded{grid-column:1/-1;display:block;border-color:#c9d5e7;transform:none;box-shadow:0 14px 34px rgba(40,69,104,.07)}
.product-card.expanded .product-card-top{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;padding:26px;align-items:center}
.product-card.expanded .product-card-media{grid-column:1;grid-row:1}
.product-card.expanded .product-card-photo{height:180px}
.product-card.expanded .product-card-info{grid-column:2;grid-row:1}
.product-card.expanded .product-card-name{font-size:26px}
.product-card.expanded .product-card-desc{margin-top:8px;color:#708099;font-size:13px;line-height:1.7}
.product-card.expanded .product-card-price{margin-top:12px;color:#b65f36;font-size:14px;font-weight:800}
.product-card.expanded .product-card-toggle{grid-column:2;width:max-content;margin-top:-12px;padding:10px 16px;border:1px solid #cad5e5;border-radius:10px;background:#fff;color:#284568;font:750 11px Manrope;cursor:pointer}
.product-card.expanded .product-card-panel{display:block;width:100%;max-height:none;margin:0;padding:28px;border-top:1px solid #e2d8cc;background:#faf8f4;opacity:1}
.variant-block{border:0;padding:0;margin:0 0 24px}
.variant-block-label{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px;color:#284568;font:750 11px/1.4 Manrope,Arial,sans-serif;letter-spacing:.9px;text-transform:uppercase}
.variant-block-label small{color:#708099;font-size:9px;letter-spacing:0}
.variant-description{margin:0 0 10px;color:#708099;font-size:12px}
.chip-group{display:flex;flex-wrap:wrap;gap:9px}
.variant-vertical .chip-group{flex-direction:column}
.variant-horizontal .chip-opt{flex:1 1 150px}
.chip-opt{position:relative;display:flex;min-width:0;min-height:50px;padding:12px 14px;border:1px solid #d6dee9;border-radius:12px;background:#fff;color:#284568;text-align:left;cursor:pointer}
.chip-opt input{position:absolute;opacity:0;pointer-events:none}
.chip-opt:has(input:checked){border-color:#284568;background:#284568;color:#fff}
.chip-opt:focus-within{outline:3px solid rgba(137,173,232,.24);outline-offset:2px}
.chip-opt.is-unavailable{opacity:.42;cursor:not-allowed}
.option-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;width:100%;min-width:0}
.option-copy strong{grid-column:1;font-size:13px}
.option-copy small{grid-column:1;grid-row:2;color:#708099;font-size:11px;line-height:1.45}
.option-copy em{grid-column:2;grid-row:1/3;align-self:center;font-size:12px;font-style:normal;font-weight:700;text-align:right}
.chip-opt:has(input:checked) small{color:#cbd5e4}
.add-to-cart-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid #e2d8cc}
.qty-controls{display:flex;align-items:center;border:1px solid #d6dee9;border-radius:11px;overflow:hidden;background:#fff}
.qty-controls button{width:40px;height:44px;border:0;background:#edf2f8;color:#284568;font-size:18px;cursor:pointer}
.qty-controls input{width:44px;height:44px;border:0;text-align:center;color:#284568;font:800 13px Manrope;appearance:textfield}
.qty-controls input::-webkit-inner-spin-button{appearance:none}
.add-to-cart-btn{min-height:46px;flex:1;border:0;border-radius:11px;background:#284568;color:#fff;font:800 12px Manrope;cursor:pointer}
.add-to-cart-btn:disabled{opacity:.45}
.product-error{min-height:16px;margin:8px 0 0;color:#b65f36;font-size:11px;font-weight:700}

@media(max-width:760px){.product-grid{grid-template-columns:1fr}
.menu-category-heading{grid-column:1}
.legacy-menu-heading{margin-bottom:30px}
.legacy-menu-heading h1{font-size:46px;letter-spacing:-2px}
}

@media(max-width:640px){.legacy-order-shell{padding-left:12px;padding-right:12px}
.legacy-menu-heading h1{font-size:41px}
.product-grid{gap:15px}
.menu-category-heading{margin-top:28px;font-size:18px}
.product-card:not(.expanded) .product-card-top{grid-template-columns:minmax(0,1fr) 98px;grid-template-rows:auto auto;min-height:0;padding:17px;gap:12px 10px}
.product-card:not(.expanded) .product-card-media{grid-column:2;grid-row:1}
.product-card:not(.expanded) .product-card-name{font-size:15px}
.product-card:not(.expanded) .product-card-desc{font-size:11px}
.product-card:not(.expanded) .product-card-price{font-size:12px}
.product-card:not(.expanded) .product-card-photo{height:112px}
.product-card:not(.expanded) .product-card-toggle{grid-column:1/-1;grid-row:2;width:100%;justify-self:stretch}
.product-card.expanded{position:fixed;z-index:65;inset:auto 0 0;display:flex;flex-direction:column;width:100%;max-height:94dvh;margin:0;border:0;border-radius:18px 18px 0 0;overflow:hidden}
.product-card.expanded .product-card-top{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:14px;flex:none;margin:0 17px;padding:20px 0 17px}
.product-card.expanded .product-card-media{grid-column:2;grid-row:1}
.product-card.expanded .product-card-info{grid-column:1;grid-row:1}
.product-card.expanded .product-card-name{font-size:20px}
.product-card.expanded .product-card-desc{font-size:11px}
.product-card.expanded .product-card-photo{height:105px}
.product-card.expanded .product-card-toggle{display:none}
.product-card.expanded .mobile-sheet-close{display:grid;place-items:center;position:absolute;z-index:3;right:18px;top:18px;width:30px;height:30px;border:0;border-radius:8px;background:#284568;color:#fff;font-size:21px;cursor:pointer}
.product-card.expanded .product-card-panel{display:block;flex:1;min-height:0;padding:18px 18px 0;overflow-y:auto}
.product-card.expanded .add-to-cart-row{position:sticky;bottom:0;z-index:2;margin:0;padding:13px 0 max(13px,env(safe-area-inset-bottom));background:#faf8f4}
.product-card.expanded .option-copy em{max-width:88px}
.product-card.expanded .variant-horizontal .chip-opt{flex:1 1 90px}
body.product-panel-open{overflow:hidden}
.product-panel-open .mobile-cart-dock{display:none}
}


/* Exact visual language from the earlier KIRA ordering menu. */
.legacy-menu-heading h1,.menu-category-heading,.product-card-name,.variant-block-label{color:#43302e}

/* Softer category headings; product names keep their original contrast. */
.menu-category-heading{color:#73856f!important;font-weight:700}
.menu-category-heading:after{background:#d7ded3!important}
.legacy-menu-heading h1 span,.legacy-menu-heading .order-eyebrow{color:#304b3a}
.legacy-menu-heading>p,.store-status small,.product-card-desc,.variant-description{color:#76625e}
.legacy-menu-heading .store-status{border-color:#43302e20;background:#fffdfa}
.status-dot{background:#82977d;box-shadow:0 0 0 6px rgba(130,151,125,.14)}
.product-grid{align-items:stretch}
.product-card{background:#fff!important;border-color:#43302e20!important;box-shadow:0 4px 16px rgba(67,48,46,.04)!important}
.product-card:not(.expanded){height:165px!important;cursor:pointer}
.product-card:not(.expanded) .product-card-top{height:165px!important;min-height:165px!important;grid-template-columns:minmax(0,1fr) 86px!important;grid-template-rows:1fr!important;gap:9px!important;padding:23px 17px 19px 25px!important}
.product-card:not(.expanded) .product-card-info{grid-column:1!important;grid-row:1!important;display:flex!important;flex-direction:column!important;align-self:stretch!important;position:relative!important;height:100%!important;min-height:0!important;padding:0 0 24px!important}
.product-card:not(.expanded) .product-card-name{min-height:0!important;margin:0!important;color:#43302e!important;font:650 16.5px/1.28 Manrope,Arial,sans-serif!important}
.product-card:not(.expanded) .product-card-desc{flex:none!important;display:-webkit-box!important;margin:5px 0 0!important;max-height:2.9em!important;color:#76625e!important;font-size:11px!important;line-height:1.45!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.product-card:not(.expanded) .product-card-price{position:absolute!important;left:0!important;bottom:0!important;margin:0!important;color:#43302e!important;font-size:16px!important;font-weight:800!important}
.product-card:not(.expanded) .product-card-media{grid-column:2!important;grid-row:1!important;display:grid!important;grid-template-columns:86px!important;grid-template-rows:18px 66px 27px!important;align-content:start!important;width:86px!important;height:100%!important;gap:4px!important}
.product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{grid-row:1;display:inline-flex;align-items:center;justify-content:center;max-width:86px;min-height:18px;margin:0!important;padding:3px 7px!important;overflow:hidden;border:1px solid #b7cbb2!important;border-radius:6px;background:#dce8d8!important;color:#294634!important;font-size:8px!important;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.product-card:not(.expanded) .product-card-media .merch-badge-spacer{visibility:hidden}
.product-card:not(.expanded) .product-card-photo{grid-row:2!important;width:72px!important;height:66px!important;justify-self:center;align-self:start!important;margin:0!important;overflow:hidden!important}
.product-card:not(.expanded) .product-card-toggle{grid-row:3!important;display:block!important;width:auto!important;min-height:27px!important;margin:0!important;padding:4px 10px!important;justify-self:center!important;align-self:end!important;border:0!important;border-radius:7px!important;background:#304b3a!important;color:#fff!important;font:750 11px/1 Manrope,Arial,sans-serif!important}
.product-card-top:focus-visible{outline:3px solid rgba(48,75,58,.24);outline-offset:-3px}
.product-card.expanded{background:#f7f4ee!important;border-color:#cfd8cc!important;box-shadow:0 14px 34px rgba(67,48,46,.09)!important}
.product-card.expanded .product-card-top{background:#f7f4ee!important}
.product-card.expanded .product-card-name{color:#43302e!important}
.product-card.expanded .product-card-desc{color:#76625e!important}
.product-card.expanded .product-card-price{color:#43302e!important}
.product-card.expanded .product-card-media{display:flex!important;flex-direction:column!important;align-items:center!important;gap:7px!important}
.product-card.expanded .product-card-media .merch-badge{position:static!important;margin:0!important;padding:5px 9px;border:1px solid #b7cbb2;border-radius:7px;background:#dce8d8;color:#294634;font-size:8px;font-weight:800}
.product-card.expanded .product-card-media .merch-badge-spacer{display:none}
.product-card.expanded .product-card-toggle{display:block;width:100%;min-height:36px;margin:0;padding:8px 12px;border:1px solid #b7cbb2;border-radius:9px;background:#fff;color:#304b3a;font:800 11px Manrope;cursor:pointer}
.product-card.expanded .product-card-panel{margin:0!important;border-top:1px solid #dedfd8!important;background:#f7f4ee!important}
.variant-block-label{color:#43302e!important}
.variant-block-label small,.variant-description{color:#76625e!important}
.chip-opt,.product-card.expanded .chip-opt{border-color:#43302e25!important;background:#fff!important;color:#43302e!important}
.product-card.expanded .chip-opt:has(input:checked){border-color:#304b3a!important;background:#304b3a!important;color:#fff!important;box-shadow:0 5px 14px rgba(35,65,48,.14)!important}
.product-card.expanded .chip-opt:has(input:checked) .option-copy strong,.product-card.expanded .chip-opt:has(input:checked) .option-copy em{color:#fff!important}
.product-card.expanded .chip-opt:has(input:checked) .option-copy small{color:#dfe9e1!important}
.option-copy small{color:#76625e}
.product-card.expanded .add-to-cart-row{border-color:#dedfd8!important;background:#f7f4ee!important}
.qty-controls{border-color:#b7cbb2;background:transparent}
.qty-controls button{background:#dce8d8;color:#294634}
.qty-controls input{background:#fff;color:#43302e}
.add-to-cart-btn{background:#294634!important;color:#fff!important}
.product-error{color:#a84d42!important}

@media(max-width:640px){body.product-panel-open:before{content:"";position:fixed;inset:0;z-index:64;background:rgba(67,48,46,.4);backdrop-filter:blur(2px)}
.product-card:not(.expanded){height:148px!important}
.product-card:not(.expanded) .product-card-top{height:148px!important;min-height:148px!important;grid-template-columns:minmax(0,1fr) 78px!important;gap:7px!important;padding:20px 14px 16px 21px!important}
.product-card:not(.expanded) .product-card-media{grid-template-columns:78px!important;grid-template-rows:17px 56px 27px!important;width:78px!important;row-gap:4px!important}
.product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{max-width:78px;min-height:17px;padding:3px 6px!important;font-size:7.5px!important}
.product-card:not(.expanded) .product-card-photo{width:62px!important;height:56px!important}
.product-card:not(.expanded) .product-card-name{font-size:15.5px!important}
.product-card:not(.expanded) .product-card-desc{margin-top:4px!important;font-size:10.5px!important}
.product-card:not(.expanded) .product-card-price{font-size:15.5px!important}
.product-card:not(.expanded) .product-card-toggle{min-height:27px!important;padding:4px 9px!important}
.product-card.expanded .product-card-media{grid-column:2!important;grid-row:1!important}
.product-card.expanded .product-card-toggle{display:none!important}
.product-card.expanded .mobile-sheet-close{background:#304b3a!important;color:#fff!important}
.product-card.expanded .product-card-panel,.product-card.expanded .add-to-cart-row{background:#f7f4ee!important}
}


/* Small store-status pill: OPEN green, CLOSE red. Ordering stays available in both states. */
.legacy-menu-heading .store-status{width:max-content;max-width:100%;min-height:0;margin:18px auto 0;padding:6px 10px;gap:7px;align-items:center;border:1px solid #bad2bd;border-radius:999px;background:#e9f3ea;color:#2f6840;box-shadow:none}
.legacy-menu-heading .store-status .status-dot{width:7px;height:7px;margin:0;background:#46905b;box-shadow:none}
.legacy-menu-heading .store-status strong{color:inherit;font:850 9px/1 Manrope,Arial,sans-serif;letter-spacing:.14em}
.legacy-menu-heading .store-status--closed{border-color:#e5bab5;background:#fbe9e7;color:#a84d42}
.legacy-menu-heading .store-status--closed .status-dot{background:#c35b50;box-shadow:none}


/* Slogan artwork follows the original KIRA menu header. */
.legacy-menu-heading{position:relative;display:block;width:100%;max-width:none;min-height:300px;margin:0 auto 42px;padding:102px 125px 34px;overflow:hidden;overflow:clip;border-radius:0;background:#f7f4ee;text-align:center}
.legacy-menu-heading .legacy-brand-slogan{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:100%;margin:0 auto;color:#43302e;font:400 clamp(48px,6vw,76px)/1.08 "Instrument Serif",Georgia,serif;letter-spacing:-.025em;text-align:center}
.legacy-menu-heading .legacy-brand-slogan span{color:#43302e!important}
.legacy-slogan-first{display:flex;align-items:center;justify-content:center;gap:10px;white-space:normal;flex-wrap:wrap}
.legacy-slogan-first img{display:block;width:3.6em;height:1.3em;margin:-.08em -.38em;max-width:80%;object-fit:contain}
.legacy-brand-slogan>span:last-child{display:block;margin-top:8px;font-style:italic;line-height:1.12;text-wrap:balance}
.legacy-whisk-art{position:absolute;z-index:1;right:-36px;top:90px;width:210px;height:245px;object-fit:contain;opacity:.9;mix-blend-mode:multiply;transform:rotate(13deg);pointer-events:none}
.legacy-menu-heading .store-status{position:absolute;z-index:3;left:50%;bottom:12px;margin:0;transform:translateX(-50%)}


/* Dedicated badge, photo, and action rows prevent every card overlap. */
.product-card:not(.expanded) .product-card-top{grid-template-columns:minmax(0,1fr) 96px!important;gap:12px!important}
.product-card:not(.expanded) .product-card-media{grid-template-columns:96px!important;grid-template-rows:21px 63px 27px!important;width:96px!important;row-gap:6px!important;overflow:visible}
.product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{grid-row:1!important;justify-self:center!important;align-self:center!important;width:max-content!important;max-width:96px!important;min-height:19px!important;padding:4px 7px!important;line-height:1!important;text-align:center!important;z-index:2}
.product-card:not(.expanded) .product-card-photo{grid-row:2!important;width:76px!important;height:63px!important;justify-self:center!important;align-self:center!important;overflow:hidden!important}
.product-card:not(.expanded) .product-card-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}
.product-card:not(.expanded) .product-card-toggle{grid-row:3!important;justify-self:center!important;align-self:end!important}
.product-card:not(.expanded) .product-card-info{min-width:0!important;overflow:hidden}
.product-card:not(.expanded) .product-card-name,.product-card:not(.expanded) .product-card-desc{overflow-wrap:anywhere}

.product-card.expanded .product-card-media{width:180px}
.product-card.expanded .product-card-media .merch-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:150px;min-height:22px;line-height:1;text-align:center}
.product-card.expanded .product-card-photo img{object-fit:contain!important}


/* Refined quantity stepper: balanced controls with clear tap targets. */
.product-card.expanded .qty-controls{display:grid!important;grid-template-columns:36px 34px 36px!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:0!important;padding:4px!important;overflow:visible!important;border:1px solid #b7cbb2!important;border-radius:14px!important;background:#fff!important;box-shadow:0 3px 10px rgba(41,70,52,.05)!important}
.product-card.expanded .qty-controls button{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;border:1px solid #c8d8c5!important;border-radius:10px!important;background:#e5eee2!important;color:#294634!important;font:750 17px/1 Manrope,Arial,sans-serif!important;cursor:pointer!important}
.product-card.expanded .qty-controls button:active{transform:scale(.94)}
.product-card.expanded .qty-controls input{width:34px!important;height:36px!important;padding:0!important;border:0!important;background:transparent!important;color:#43302e!important;font:800 12px/1 Manrope,Arial,sans-serif!important;text-align:center!important}
.product-card.expanded .add-to-cart-row{gap:14px!important}
.product-card.expanded .add-to-cart-btn{min-height:46px!important;border-radius:12px!important}

@media(max-width:640px){.legacy-menu-heading{width:calc(100% + 24px);min-height:220px;margin:0 -12px 30px;padding:68px 30px 22px}
.legacy-menu-heading .legacy-brand-slogan{font-size:clamp(36px,10.8vw,52px);line-height:1.08;letter-spacing:-.025em}
.legacy-slogan-first{gap:5px;flex-wrap:nowrap}
.legacy-slogan-first img{width:3.5em;height:1.3em;margin:-.06em -.36em}
.legacy-brand-slogan>span:last-child{margin-top:7px}
.legacy-whisk-art{right:-72px;top:35px;width:158px;height:184px}
.legacy-menu-heading .store-status{bottom:8px}
.product-card:not(.expanded) .product-card-top{grid-template-columns:minmax(0,1fr) 84px!important;gap:10px!important}
.product-card:not(.expanded) .product-card-media{grid-template-columns:84px!important;grid-template-rows:19px 55px 27px!important;width:84px!important;row-gap:5px!important}
.product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{max-width:84px!important;min-height:18px!important;padding:3px 6px!important;font-size:7.5px!important}
.product-card:not(.expanded) .product-card-photo{width:68px!important;height:55px!important}
.product-card.expanded .product-card-top{grid-template-columns:minmax(0,1fr) 112px!important}
.product-card.expanded .product-card-media{width:82px!important;justify-self:start!important;padding-top:2px}
.product-card.expanded .product-card-media .merch-badge{max-width:82px!important;min-height:19px!important;padding:4px 6px!important;font-size:7.5px!important}
.product-card.expanded .product-card-photo{width:82px!important;height:80px!important}
.product-card.expanded .qty-controls{grid-template-columns:32px 26px 32px!important;gap:3px!important;padding:3px!important;border-radius:12px!important}
.product-card.expanded .qty-controls button{width:32px!important;height:34px!important;min-width:32px!important;border-radius:9px!important;font-size:16px!important}
.product-card.expanded .qty-controls input{width:26px!important;height:34px!important}
.product-card.expanded .add-to-cart-row{gap:10px!important}
}


/* One uninterrupted paper background across the complete ordering area. */
html:has(body.order-only-site),body.order-only-site,body.main-site,.order-only-site .order-nav,.order-only-site .order-shell,.main-site .order-shell,.legacy-order-shell,.legacy-menu-heading{background-color:#f7f4ee!important;background-image:none!important}
.public-language-toggle{display:flex;flex:0 0 auto;padding:3px;border:1px solid rgba(48,75,58,.25);border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px)}
.public-language-toggle button{min-width:34px;padding:7px 8px;border:0;border-radius:999px;background:transparent;color:#526050;font:850 9px/1 Manrope,Arial,sans-serif;letter-spacing:.08em;cursor:pointer}
.public-language-toggle button.is-active{background:#294634;color:#fff}
.order-public-nav{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:12px clamp(18px,5vw,58px);border-bottom:1px solid rgba(67,48,46,.12);background:#f7f4ee}
.order-public-nav>a img{display:block;width:96px;height:42px;object-fit:contain}
.main-site .site-nav{gap:18px}
.main-site .site-nav .public-language-toggle{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.13)}
.main-site .site-nav .public-language-toggle button{color:#fff}
.main-site .site-nav .public-language-toggle button.is-active{background:#fff;color:#294634}
@media(max-width:700px){.main-site .site-nav{gap:10px}.main-site .site-nav nav{gap:10px!important}.public-language-toggle button{min-width:30px;padding:6px}.order-public-nav{min-height:62px}.order-public-nav>a img{width:86px}}
@media(max-width:460px){.main-site .site-nav nav a:nth-child(2),.main-site .site-nav nav a:nth-child(3){display:none!important}.main-site .site-nav{padding-left:15px!important;padding-right:15px!important}.main-site .site-nav img{width:78px!important}}
.order-only-site .order-footer{background:#f7f4ee!important}


/* Product artwork must always be fully visible, never cropped. */
.product-card .product-card-photo{overflow:visible!important}
.product-card .product-card-photo img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important}


/* More air between the slogan and the compact OPEN/CLOSE status. */
.legacy-menu-heading .legacy-brand-slogan{transform:translateY(-10px)}
.legacy-menu-heading .store-status{bottom:6px}

@media(max-width:640px){.legacy-menu-heading .legacy-brand-slogan{transform:translateY(-8px)}
.legacy-menu-heading .store-status{bottom:3px}
}


/* Final menu-card image fix: reserve a real, independent frame for the whole product. */
.product-card:not(.expanded){height:174px!important}

.product-card:not(.expanded) .product-card-top{height:174px!important;min-height:174px!important;grid-template-columns:minmax(0,1fr) 96px!important;padding:15px 17px 14px 21px!important;box-sizing:border-box!important}

.product-card:not(.expanded) .product-card-media{display:grid!important;grid-template-columns:96px!important;grid-template-rows:18px 82px 28px!important;align-content:start!important;width:96px!important;height:100%!important;row-gap:4px!important;overflow:visible!important}

.product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{grid-row:1!important;align-self:center!important;justify-self:center!important;max-width:96px!important}

.product-card:not(.expanded) .product-card-media .product-card-photo{position:relative!important;grid-row:2!important;align-self:center!important;justify-self:center!important;width:82px!important;height:82px!important;margin:0!important;padding:0!important;overflow:visible!important}

.product-card:not(.expanded) .product-card-media .product-card-photo img{position:static!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center!important;transform:none!important}

.product-card:not(.expanded) .product-card-media .product-card-toggle{grid-row:3!important;align-self:end!important;justify-self:center!important;position:relative!important;z-index:2!important}

@media(max-width:640px){
 .product-card:not(.expanded){height:158px!important}

 .product-card:not(.expanded) .product-card-top{height:158px!important;min-height:158px!important;grid-template-columns:minmax(0,1fr) 84px!important;padding:13px 13px 12px 17px!important;gap:8px!important}

 .product-card:not(.expanded) .product-card-info{padding-bottom:23px!important}

 .product-card:not(.expanded) .product-card-media{grid-template-columns:84px!important;grid-template-rows:17px 72px 27px!important;width:84px!important;row-gap:4px!important}

 .product-card:not(.expanded) .product-card-media .merch-badge,.product-card:not(.expanded) .product-card-media .merch-badge-spacer{max-width:84px!important;min-height:17px!important}

 .product-card:not(.expanded) .product-card-media .product-card-photo{width:76px!important;height:72px!important}

}

/* Tighter slogan block and a clean X close control on every screen. */
.legacy-menu-heading{min-height:245px!important;padding-top:54px!important}
.product-card.expanded .mobile-sheet-close{display:grid!important;place-items:center!important;position:absolute!important;z-index:12!important;right:18px!important;top:18px!important;width:34px!important;height:34px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#304b3a!important;color:#fff!important;font:500 22px/1 Manrope,Arial,sans-serif!important;cursor:pointer!important}
.product-card.expanded .product-card-toggle{display:none!important}
@media(max-width:640px){.legacy-menu-heading{min-height:184px!important;padding-top:32px!important;padding-bottom:24px!important}.product-card.expanded .mobile-sheet-close{right:16px!important;top:16px!important}}

/* Compact multi-column options stay centered; full-width options keep their original left alignment. */
.product-card.expanded .variant-horizontal .chip-opt{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.product-card.expanded .variant-horizontal .option-copy{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;text-align:center!important}.product-card.expanded .variant-horizontal .option-copy strong,.product-card.expanded .variant-horizontal .option-copy small,.product-card.expanded .variant-horizontal .option-copy em{position:static!important;display:block!important;grid-column:auto!important;grid-row:auto!important;align-self:center!important;width:100%!important;text-align:center!important}.product-card.expanded .variant-horizontal .option-copy em{margin-top:2px}

/* Bulk order belongs to the main website only and reads as a premium event service. */
.main-site .bulk-order{position:relative;isolation:isolate;margin-top:100px;border:1px solid rgba(41,70,52,.18);border-radius:36px;background:linear-gradient(135deg,#eef3e8 0%,#f8f4e9 55%,#e2ead8 100%);color:#294634;box-shadow:0 24px 70px rgba(41,70,52,.11)}.main-site .bulk-order:before{content:"";position:absolute;inset:14px;z-index:-1;border:1px solid rgba(41,70,52,.12);border-radius:27px;pointer-events:none}.main-site .bulk-copy{padding:clamp(42px,6vw,76px)}.main-site .bulk-order h2{max-width:680px;margin:16px 0;color:#294634;font-size:clamp(46px,6vw,76px)}.main-site .bulk-order p{color:#64715f;font-size:14px}.main-site .occasion-list span{border-color:#b8c9b2;background:rgba(255,255,255,.62);color:#3e5540}.main-site .bulk-wa{display:inline-flex;align-items:center;gap:9px;border-radius:999px;background:#294634;color:#fff;box-shadow:0 10px 24px rgba(41,70,52,.18)}.main-site .bulk-wa span{display:grid;place-items:center;padding-right:9px;border-right:1px solid rgba(255,255,255,.28)}.main-site .bulk-card{position:relative;margin:24px;border-radius:26px;background:#294634;color:#fff;overflow:hidden}.main-site .bulk-card:after{content:"KIRA";position:absolute;right:-18px;bottom:-30px;color:rgba(255,255,255,.055);font:800 92px/1 Manrope;letter-spacing:-8px}.main-site .bulk-card>span,.main-site .bulk-card small{position:relative;z-index:1;color:#dfeadd}.main-site .bulk-card strong{position:relative;z-index:1;color:#fff}
@media(max-width:900px){.main-site .bulk-card{margin:0 18px 18px;min-height:290px}}
@media(max-width:600px){.order-only-site .order-shell{padding-top:28px}.main-site .bulk-order{margin-top:70px;border-radius:26px}.main-site .bulk-order:before{inset:9px;border-radius:20px}.main-site .bulk-copy{padding:36px 28px}.main-site .bulk-card{margin:0 12px 12px;padding:32px;min-height:260px;border-radius:20px}}


/* Clean, unified quantity control in Order Details. */
.product-card.expanded .qty-controls{display:grid!important;grid-template-columns:40px 34px 40px!important;align-items:center!important;gap:6px!important;width:126px!important;min-width:126px!important;height:40px!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}

.product-card.expanded .qty-controls button{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;padding:0!important;border:1px solid #c5d5c2!important;border-radius:50%!important;background:#dfeadd!important;color:#294634!important;box-shadow:0 3px 8px rgba(41,70,52,.08)!important;font:600 19px/1 Manrope,Arial,sans-serif!important;cursor:pointer!important;transition:background .15s ease,transform .15s ease,box-shadow .15s ease!important}

.product-card.expanded .qty-controls button:first-child,.product-card.expanded .qty-controls button:last-child{border:1px solid #c5d5c2!important}

.product-card.expanded .qty-controls button:hover{background:#d2e1cf!important;color:#1f3b2a!important;box-shadow:0 4px 10px rgba(41,70,52,.12)!important}

.product-card.expanded .qty-controls button:active{transform:scale(.94)!important;background:#c8dbc5!important}

.product-card.expanded .qty-controls button:focus-visible{position:relative;z-index:2;outline:2px solid #304b3a!important;outline-offset:2px!important}

.product-card.expanded .qty-controls input{display:block!important;width:34px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#43302e!important;font:800 13px/1 Manrope,Arial,sans-serif!important;text-align:center!important;outline:0!important}

@media(max-width:640px){
 .product-card.expanded .qty-controls{grid-template-columns:38px 32px 38px!important;gap:5px!important;width:118px!important;min-width:118px!important;height:38px!important}

 .product-card.expanded .qty-controls button{width:38px!important;height:38px!important;min-width:38px!important}

 .product-card.expanded .qty-controls input{width:32px!important;height:38px!important;min-width:32px!important}

 .product-card.expanded .qty-controls button{font-size:18px!important}

}

/* Keep the complete whisk illustration inside the compact heading. */
.legacy-whisk-art{
 right:-28px!important;
 top:27px!important;
 width:184px!important;
 height:210px!important;
 object-fit:contain!important;
 object-position:center!important;
}

/* On desktop the expanded card must anchor its own close button. */
@media(min-width:641px){
 .product-card.expanded{position:relative!important}
 .product-card.expanded .product-card-top{padding-right:72px!important}
 .product-card.expanded .mobile-sheet-close{right:20px!important;top:20px!important}
}

@media(max-width:640px){
 .legacy-whisk-art{
  right:-52px!important;
  top:10px!important;
  width:138px!important;
  height:168px!important;
 }
}
