@charset "UTF-8";
:root{--ink:#151515;--muted:#71706c;--paper:#faf9f6;--line:#e5e2dd;--cream:#eeebe5;--white:#fff;--green:#008d45;--radius:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit}button{border:0;background:none}button:disabled{cursor:default;opacity:.35}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a77d3e;outline-offset:4px}input,textarea{border:1px solid var(--line);background:transparent;border-radius:13px;padding:14px 16px;font-size:16px;width:100%;color:var(--ink)}textarea{resize:vertical;min-height:78px}input::placeholder,textarea::placeholder{color:#7c7b78}[hidden]{display:none!important}.icon{width:22px;height:22px;display:block;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}span[data-icon]{display:inline-flex;align-items:center;justify-content:center}.icon-button{height:44px;width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.icon-button:hover{background:#e8e5df}.icon-button.light:hover{background:#333}.skip-link{position:fixed;top:-80px;left:16px;z-index:100;background:white;padding:15px}.skip-link:focus{top:8px}.brand-header{background:#0b0b0b;color:white}.header-inner{height:102px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:20px}.brand{display:flex;gap:18px;align-items:center;text-decoration:none;white-space:nowrap}.brand img{width:65px;height:65px;object-fit:cover}.brand span{font-size:20px;font-weight:600;letter-spacing:7px}.header-caption{margin-left:auto;font-size:14px;color:#bcbab4;letter-spacing:.2px}#header-cart{position:relative}.cart-count{position:absolute;right:0;top:0;font-size:11px;min-width:18px;height:18px;background:#fff;color:#111;border-radius:50%;display:grid;place-items:center;font-weight:700}.page{max-width:1180px;margin:auto;padding:26px 28px 130px}.branch-button{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:30px;padding:11px 17px;background:#fff;font-size:14px;text-align:left}.branch-button>span:nth-child(2){display:flex;gap:7px;align-items:center}.branch-button small{font-size:10px;letter-spacing:1px;color:var(--muted)}.branch-button>span:last-child{margin-left:20px}.branch-button .icon{width:18px;height:18px}.heading-row{display:flex;align-items:center;justify-content:space-between;margin:29px 0 23px}.eyebrow{font-size:11px;font-weight:650;letter-spacing:2px;color:var(--muted);margin:0 0 12px}h1,h2,h3,p{overflow-wrap:break-word}h1{font-size:44px;letter-spacing:-1.8px;line-height:1.1;margin:0;font-weight:650}.desktop-note{color:var(--muted);line-height:1.5;font-size:15px;margin:0;text-align:right}.search-wrap{display:flex;align-items:center;gap:10px;background:white;border:1px solid var(--line);border-radius:14px;padding:0 16px;max-width:600px;height:53px}.search-wrap input{border:0;padding:12px 0;outline-offset:0}.search-wrap .icon{width:21px}.search-wrap #clear-search{height:36px;width:36px}.category-nav{position:sticky;top:0;z-index:5;display:flex;gap:9px;overflow:auto;scrollbar-width:none;padding:22px 0 17px;background:var(--paper)}.category-nav::-webkit-scrollbar{display:none}.category{font-size:14px;border:1px solid #dcd8d1;border-radius:30px;padding:12px 21px;white-space:nowrap;min-height:44px;transition:background .16s}.category[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}.category:hover:not([aria-pressed=true]){background:#ece9e4}.results-heading{display:flex;align-items:center;justify-content:space-between;margin:14px 0 17px}.results-heading h2{margin:0;font-size:20px;letter-spacing:-.4px;font-weight:600}.results-heading>span{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}.product-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;position:relative}.product-visual{padding:0;width:100%;background:linear-gradient(135deg,#efede8,#f5f3ef);aspect-ratio:1.22;overflow:hidden;display:grid;place-items:center}.product-visual img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease;mix-blend-mode:multiply}.product-card:hover .product-visual img{transform:scale(1.06)}.card-info{display:flex;align-items:center;gap:7px;padding:15px 13px 15px 16px;flex:1}.card-text{flex:1;min-width:0;text-align:left;padding:0}.card-text h3{font-size:15px;line-height:1.3;margin:0 0 7px;font-weight:600}.card-text p{font-size:14px;margin:0}.card-text p span{color:var(--muted);font-size:12px}.add-product{background:var(--ink);color:white;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;flex-shrink:0}.add-product:hover{background:#403c36}.add-product .icon{width:20px}.story-card{background:#e9e4db;border:0;padding:24px;justify-content:space-between;min-height:260px}.story-card h3{font-size:25px;letter-spacing:-.9px;margin:0 0 10px;line-height:1.1;max-width:160px}.story-card p{font-size:14px;color:#5f5a51;line-height:1.5;margin:0;max-width:180px}.story-card .story-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.story-card .story-bottom span{font-size:10px;letter-spacing:2px;font-weight:700;max-width:90px;line-height:1.7}.story-card img{height:65px;width:65px;object-fit:cover;border-radius:50%;opacity:.82}.empty-results{grid-column:1/-1;text-align:center;padding:65px 20px}.empty-results .icon{width:38px;height:38px;margin:auto;color:var(--muted)}.empty-results h3{font-size:22px;margin:20px 0 9px}.empty-results p{color:var(--muted);font-size:15px}.text-button{font-size:14px;text-decoration:underline;text-underline-offset:4px;padding:12px}.menu-footer{text-align:center;margin-top:60px;color:var(--muted)}.menu-footer>span{font-size:12px;font-weight:600;letter-spacing:4px}.menu-footer p{font-size:12px;line-height:1.6}.cart-dock{position:fixed;bottom:0;left:0;right:0;z-index:8;pointer-events:none;background:linear-gradient(transparent,var(--paper) 60%);padding:20px 20px max(18px,env(safe-area-inset-bottom))}.cart-bar{display:flex;align-items:center;gap:13px;padding:18px 21px;min-height:62px;color:white;background:#111;border-radius:17px;margin:0 auto;max-width:530px;width:100%;box-shadow:0 7px 30px #0002;pointer-events:auto;text-align:left}.cart-bar>span:nth-child(2){flex:1;font-size:15px;font-weight:500}.cart-bar strong{font-size:19px}.cart-bar b{font-weight:500;color:#c9c4ba}.cart-bar:hover{background:#292722}.sheet{border:0;padding:0;width:min(100% - 40px,520px);max-height:92dvh;border-radius:24px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0004;overflow-y:auto;overscroll-behavior:contain}.sheet::backdrop,.small-dialog::backdrop{background:#0008;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.sheet-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 14px;background:var(--paper);position:sticky;top:0;z-index:3;border-bottom:1px solid #e5e2dd80}.sheet-header>span{font-size:14px;color:#5e5c56}.detail-hero{height:230px;background:linear-gradient(135deg,#eeebe4,#f7f5f0);display:grid;place-items:center}.detail-hero img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.detail-body{padding:23px 25px 10px}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.product-title-row h2{font-size:28px;line-height:1.13;letter-spacing:-1px;margin:0;font-weight:650}.product-title-row strong{font-size:25px;white-space:nowrap}.description{font-size:14px;color:var(--muted);line-height:1.55;margin:12px 0 22px}.choice-group{border:0;border-top:1px solid var(--line);margin:0;padding:19px 0 20px;min-width:0}.choice-group legend{float:left;font-size:16px;font-weight:600;padding:0;margin:0 0 12px;width:100%}.choice-group legend small{font-size:11px;font-weight:400;color:var(--muted);margin-left:6px}.choices{display:flex;flex-wrap:wrap;gap:8px;clear:both}.choice{position:relative;flex:1;min-width:90px}.choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.choice span{display:flex;align-items:center;justify-content:center;text-align:center;gap:5px;flex-wrap:wrap;min-height:47px;padding:12px 8px;border:1px solid #dcd8d1;border-radius:12px;font-size:13px;line-height:1.35;cursor:pointer;height:100%}.choice input:checked+span{background:#171717;color:white;border-color:#171717}.choice input:focus-visible+span{outline:3px solid #a77d3e;outline-offset:3px}.choice small{font-size:12px}.milk-choices .choice{min-width:80px}.check-row{display:flex;align-items:center;gap:11px;padding:15px 0;font-size:14px;cursor:pointer}.check-row input{width:19px;height:19px;margin:0;accent-color:#151515;flex-shrink:0}.check-row>span{flex:1}.check-row strong{font-size:13px;font-weight:500}.extras-details{border-top:1px solid var(--line)}.extras-details summary{font-size:14px;font-weight:550;padding:18px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:50px}.extras-details summary:after{content:'+';font-size:23px;font-weight:400}.extras-details[open] summary:after{content:'−'}.extra-row{display:flex;align-items:center;gap:12px;padding:9px 0;border-top:1px solid #e5e2dd80}.extra-row>span{flex:1;font-size:14px;line-height:1.4}.extra-row small{display:block;color:var(--muted);font-size:12px}.limit-note{font-size:12px;color:var(--muted);margin:0 0 10px}.stepper{display:inline-flex;align-items:center;border:1px solid #dcd8d1;border-radius:30px;flex-shrink:0;overflow:hidden;background:transparent}.stepper button{width:39px;height:42px;display:grid;place-items:center;font-size:22px;font-weight:300}.stepper output{min-width:23px;text-align:center;font-size:14px}.stepper button:hover{background:#e6e2dc}.stepper.compact button{width:32px;height:37px}.stepper.compact output{min-width:18px}.detail-bottom{position:sticky;bottom:0;background:var(--paper);padding:15px 22px max(17px,env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);z-index:2}.detail-bottom .primary{flex:1}.primary{min-height:52px;border-radius:14px;background:#141414;color:white;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 19px;font-size:16px;font-weight:550;text-decoration:none;width:100%;line-height:1.4;text-align:center}.primary:hover{background:#36312a}.primary:disabled{opacity:.45}.cart-content{padding:24px 25px 30px}.cart-content>.eyebrow{font-size:10px;letter-spacing:1.5px}.cart-content>h2{font-size:34px;letter-spacing:-1px;margin:0 0 15px}.branch-line{display:flex;align-items:center;gap:7px;font-size:15px;margin:0 0 18px}.branch-line .icon{width:19px}.fulfillment{border:1px solid #dcd8d1;border-radius:12px;display:flex;align-items:center;gap:12px;padding:15px;font-size:15px;font-weight:500;margin:15px 0}.cart-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-item>img{width:74px;height:85px;object-fit:contain;background:var(--cream);border-radius:12px;mix-blend-mode:multiply}.cart-item h3{font-size:15px;font-weight:600;margin:0 0 7px}.cart-item .item-options{font-size:12px;color:var(--muted);line-height:1.5;margin:0 0 8px}.item-actions{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.item-actions .text-button{font-size:12px;padding:9px 6px}.item-actions .remove-item{margin-left:auto}.item-price{font-size:16px;font-weight:600}.field-label{display:flex;gap:5px;font-size:14px;margin:24px 0 9px}.field-label small{margin-left:auto;color:var(--muted);font-size:12px}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:600;border-top:1px solid var(--line);padding-top:22px;margin-top:24px}.total-row strong{font-size:26px}.total-caption{color:var(--muted);font-size:12px;margin:8px 0 22px}.whatsapp{background:var(--green);border-radius:13px;font-size:16px}.whatsapp:hover{background:#007438}.whatsapp .icon{width:25px;height:25px}.helper{font-size:12px;line-height:1.6;color:var(--muted);text-align:center;margin:12px 0}.continue{display:block;margin:7px auto 0}.empty-cart{text-align:center;padding:36px 0}.empty-cart>.icon{width:44px;height:44px;margin:auto}.empty-cart h3{font-size:22px;margin:23px 0 10px}.empty-cart p{color:var(--muted);font-size:15px;line-height:1.5;margin-bottom:23px}.form-error{color:#a12b1b;font-size:14px;line-height:1.5}.small-dialog{border:0;border-radius:23px;padding:38px 28px 27px;width:min(90vw,420px);background:var(--paper);color:var(--ink)}.small-dialog h2{font-size:27px;letter-spacing:-.6px;line-height:1.15}.small-dialog>p:not(.eyebrow){font-size:14px;line-height:1.6}.close-small{position:absolute;top:7px;right:7px}.toast{position:fixed;bottom:105px;left:50%;transform:translate(-50%,15px);opacity:0;pointer-events:none;z-index:30;border-radius:30px;background:#25231f;color:#fff;padding:12px 20px;font-size:14px;white-space:nowrap;transition:opacity .18s,transform .18s;box-shadow:0 4px 20px #0002}.toast.visible{opacity:1;transform:translate(-50%,0)}.no-script{padding:30px}.loading{grid-column:1/-1;padding:35px;color:var(--muted)}
@media(min-width:1250px){.product-grid{gap:22px}.product-card .product-visual{aspect-ratio:1.17}.product-card .card-info{padding:17px}.card-text h3{font-size:16px}.story-card{padding:27px}.story-card h3{font-size:29px}}
@media(max-width:800px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.header-caption{display:none}#header-cart{margin-left:auto}.desktop-note{display:none}}
@media(max-width:560px){.header-inner{height:91px;padding:0 21px}.brand{gap:14px}.brand img{width:58px;height:58px}.brand span{font-size:17px;letter-spacing:5px}.page{padding:16px 18px 110px}.intro>.branch-button{width:100%;border-radius:25px;padding:12px 15px;background:#fff;gap:9px}.branch-button>span:nth-child(2){font-size:14px}.branch-button small{display:none}.branch-button>span:last-child{margin-left:auto}.heading-row{margin:23px 0 17px}.heading-row .eyebrow{display:none}h1{font-size:31px;letter-spacing:-1.1px}.search-wrap{height:47px;border-radius:28px;padding:0 14px}.search-wrap input{font-size:14px}.category-nav{padding:17px 0 14px;gap:7px;margin-right:-18px;padding-right:18px}.category{padding:11px 17px;font-size:13px;min-height:43px}.results-heading{margin:5px 0 13px}.results-heading h2{font-size:16px}.results-heading>span{font-size:12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border-radius:16px}.product-visual{aspect-ratio:1.05}.card-info{padding:12px 10px 13px 12px;gap:4px}.card-text h3{font-size:14px;margin-bottom:6px}.card-text p{font-size:14px}.card-text p span{font-size:11px}.add-product{width:38px;height:38px;min-width:38px}.story-card{padding:20px 17px;min-height:240px}.story-card h3{font-size:22px;letter-spacing:-.7px}.story-card p{font-size:13px}.story-card img{height:53px;width:53px}.story-card .story-bottom span{font-size:9px;letter-spacing:1.2px}.cart-dock{padding:17px 15px max(15px,env(safe-area-inset-bottom))}.cart-bar{padding:16px 17px;gap:10px;border-radius:16px;min-height:60px}.cart-bar strong{font-size:18px}.sheet{margin:0;width:100%;max-width:none;height:100dvh;max-height:100dvh;border-radius:0}.sheet-header{padding:8px 11px}.detail-hero{height:235px}.detail-body{padding:23px 21px 9px}.product-title-row h2{font-size:27px}.product-title-row strong{font-size:26px}.detail-bottom{padding-left:18px;padding-right:18px}.cart-content{padding:25px 22px}.cart-content>h2{font-size:34px}.cart-item{grid-template-columns:70px minmax(0,1fr);gap:13px}.cart-item>img{width:70px;height:83px}.menu-footer{margin-top:45px}.menu-footer p{max-width:260px;margin:12px auto}.choice span{font-size:13px}.primary{font-size:15px}.milk-choices .choice{min-width:72px}}
.product-card[data-kind="Rocas"] .product-visual img,.product-card[data-kind="Frappé"] .product-visual img,.product-card[data-kind="Café Caliente"] .product-visual img{transform:scale(1.35)}
.product-card[data-kind="Rocas"]:hover .product-visual img,.product-card[data-kind="Frappé"]:hover .product-visual img,.product-card[data-kind="Café Caliente"]:hover .product-visual img{transform:scale(1.42)}
.brand img{mix-blend-mode:screen;transform:scale(1.12)}
.detail-hero{overflow:hidden}.category,.choice span{font-size:14px}.choice input{pointer-events:auto}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* App shell: original monochrome identity, compact controls and anchored actions. */
:root{--paper:#fafafa;--cream:#eeedeb;--line:#e6e5e2;--muted:#686868}
html{scroll-padding-top:160px}body{overscroll-behavior-y:none}.brand-header{position:sticky;top:0;z-index:9}.header-inner{height:82px}.header-caption{font-size:11px;letter-spacing:1.9px}.page{padding-bottom:210px}.heading-row .eyebrow{color:#777}.category-nav{top:82px;mask-image:linear-gradient(to right,black 96%,transparent)}.branch-button{background:transparent}.product-card{border:1px solid #e8e7e4;box-shadow:0 1px 2px #00000002}.product-visual{background:linear-gradient(145deg,#eeedeb,#f7f6f4)}.card-text h3{font-weight:650}.card-text p{font-weight:650}.card-text p span{font-weight:400}.add-product{width:44px;height:44px;min-width:44px}.add-product:active{transform:scale(.92)}.story-card{background:#151515;color:white;border-color:#151515;position:relative;overflow:hidden}.story-card h3{position:relative;z-index:1;font-weight:600}.story-card p{position:relative;z-index:1;color:#b5b5b5}.story-card .story-bottom{position:relative;z-index:1}.story-card .story-bottom span{color:#dedbd7;letter-spacing:3px;font-size:11px}.story-card img{mix-blend-mode:screen;border-radius:0;opacity:.7;height:70px;width:70px}.cart-dock{bottom:75px;z-index:10;padding-top:20px;padding-bottom:12px;background:linear-gradient(transparent,#fafafae6 70%)}.cart-bar{max-width:440px;min-height:59px;border-radius:18px}.app-nav{position:fixed;bottom:0;left:0;right:0;z-index:11;background:#fffffff5;border-top:1px solid #e8e8e8;backdrop-filter:blur(18px);padding:7px 15px max(8px,env(safe-area-inset-bottom));height:76px}.app-nav-inner{display:flex;max-width:430px;justify-content:space-between;align-items:center;gap:12px;margin:auto}.app-nav-item{position:relative;min-height:58px;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:#777;border-radius:15px;font-size:11px;font-weight:500;letter-spacing:.1px}.app-nav-item .icon{height:21px;width:21px}.app-nav-item[aria-current=page]{color:#111;background:#f0efed}.app-nav-item:hover{color:#111}.app-nav-item[aria-current=page]:after{content:'';width:12px;height:2px;background:currentColor;position:absolute;bottom:3px;border-radius:4px}.nav-icon{position:relative;display:inline-flex}.nav-icon .cart-count{background:#111;color:#fff;top:-7px;right:-13px;font-size:10px;min-width:17px;height:17px}.combine-milk{display:flex;align-items:center;gap:9px;margin:15px 0 0;font-size:12px;color:#666;cursor:pointer;width:fit-content}.combine-milk input{accent-color:#111;width:15px;height:15px;margin:0}.sheet-header{background:#fafafaf5;backdrop-filter:blur(15px)}.detail-hero{background:linear-gradient(135deg,#eeedea,#f8f7f5)}.choice-group{padding-top:17px;padding-bottom:17px}.choice span{border-radius:12px}.description{max-width:42ch}.checkout-actions{position:sticky;bottom:-30px;background:#fafafaf7;backdrop-filter:blur(15px);border-top:1px solid var(--line);margin-top:24px;padding:16px 0 9px;z-index:2}.checkout-actions .total-row{border:0;padding:0;margin:0}.checkout-actions .total-caption{margin:6px 0 15px}.checkout-actions .helper{font-size:11px;margin:9px 0}.checkout-actions .continue{font-size:12px;padding:8px;margin-top:3px}.toast{bottom:161px}.sheet[open]{animation:sheet-in .22s cubic-bezier(.2,.7,.2,1)}@keyframes sheet-in{from{opacity:.4;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:900px){.app-nav{left:50%;right:auto;bottom:14px;transform:translateX(-50%);width:350px;height:73px;border:1px solid #e0dfdd;border-radius:24px;box-shadow:0 10px 30px #0000000a}.app-nav-item{min-height:55px}.cart-dock{bottom:88px;background:transparent}.cart-bar{max-width:430px;box-shadow:0 6px 26px #0003}.category-nav{padding-top:18px}.product-grid{gap:20px}.results-heading{margin-top:14px}}
@media(max-width:560px){.header-inner{height:74px;padding:0 19px}.brand img{width:55px;height:55px}.brand span{font-size:16px;letter-spacing:5px}.brand{gap:14px}.page{padding:14px 16px 180px}.intro>.branch-button{border:0;border-bottom:1px solid #e5e4e1;border-radius:0;background:transparent;padding:4px 1px 15px;gap:7px}.branch-button>span:nth-child(2){font-size:13px;font-weight:500}.branch-button>span:first-child .icon{width:17px}.branch-button>span:last-child{margin-left:4px}.branch-button>span:last-child .icon{width:14px}.heading-row{margin:22px 0 17px}h1{font-size:31px;letter-spacing:-1.25px}.search-wrap{background:#f0efed;border:1px solid #e9e8e5;border-radius:14px;height:46px}.search-wrap input{font-size:14px}.category-nav{top:74px;margin-right:-16px;padding:17px 16px 13px 0;gap:7px}.category{font-size:13px;padding:10px 16px;min-height:42px}.results-heading{margin:6px 0 13px}.results-heading h2{font-size:15px;font-weight:600}.product-grid{gap:11px}.product-card{border-radius:18px}.product-visual{aspect-ratio:1.03}.card-info{padding:11px 11px 13px;display:grid;grid-template-columns:minmax(0,1fr) 41px;align-items:end}.card-text h3{font-size:14px;line-height:1.3;min-height:36px}.card-text p{font-size:15px}.add-product{width:41px;height:41px;min-width:41px}.story-card{padding:23px 18px;min-height:240px}.story-card h3{font-size:25px;letter-spacing:-.9px}.story-card p{font-size:13px}.story-card img{height:57px;width:57px}.story-card .story-bottom span{font-size:10px}.app-nav{height:calc(72px + env(safe-area-inset-bottom));padding:5px 17px max(7px,env(safe-area-inset-bottom))}.app-nav-item{min-height:58px}.cart-dock{bottom:calc(72px + env(safe-area-inset-bottom));padding:17px 13px 10px}.cart-bar{min-height:58px;padding:15px 17px}.toast{bottom:calc(151px + env(safe-area-inset-bottom));max-width:90vw;font-size:13px;white-space:normal;text-align:center}.detail-hero{height:205px}.detail-body{padding:22px 21px 7px}.product-title-row h2{font-size:27px}.description{font-size:14px;line-height:1.5;margin-top:10px;margin-bottom:19px}.milk-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.milk-choices .choice{min-width:0}.milk-choices .choice span{min-height:45px;padding:10px;font-size:14px}.combine-milk{margin-top:14px}.detail-bottom{min-height:86px}.checkout-actions{bottom:-30px;margin-left:-5px;margin-right:-5px;padding:17px 5px max(18px,env(safe-area-inset-bottom))}.cart-content>.eyebrow{display:none}.cart-content{padding-top:20px}.cart-content>h2{font-size:32px}.cart-item{padding:18px 0}.item-actions{gap:5px}.cart-content .fulfillment{margin-bottom:4px}.sheet-header>span{font-size:13px}.cart-content .helper{max-width:320px;margin-left:auto;margin-right:auto}.stepper.compact button{width:34px;height:40px}}
@media(prefers-reduced-motion:reduce){.sheet[open]{animation:none}.product-card img{transition:none}}
.brand img,.story-card img{mix-blend-mode:lighten}.toast{width:max-content}
