/* Selection groups and independently priced beverages. */
.picker-intro{margin:0 0 22px;color:var(--muted);font-size:15px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;min-height:248px;padding:0;border:1px solid var(--line);border-radius:13px;background:var(--white);color:var(--ink);overflow:hidden;transition:border-color .2s,transform .2s,box-shadow .2s}
.product-cover{display:block;position:relative;aspect-ratio:4/3;width:100%;overflow:hidden;background:#eee4f6;border-bottom:1px solid var(--line)}
.product-cover-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.product-card:hover .product-cover-image{transform:scale(1.025)}
.product-cover-note{position:absolute;bottom:10px;right:10px;font-size:9px;line-height:1.4;color:#59456a;background:#fbf7ffeb;padding:4px 7px;border-radius:4px}
.product-card-content{display:flex;flex-direction:column;padding:22px;flex:1}
.product-card:hover,.product-card.previously-selected{border-color:var(--wine);background:#f8f2fd;box-shadow:0 6px 20px #6d28a915;transform:translateY(-2px)}
.product-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:23px}
.product-index{font:italic 25px/1 Georgia,serif;color:#9867b7}
.product-perk{border:1px solid #dcc3ed;color:#68378e;background:#f2e7fc;font-size:11px;border-radius:5px;padding:5px 8px;white-space:nowrap}
.product-perk.simple{border-color:var(--line);color:var(--muted);background:var(--paper)}
.product-name{display:block;font:normal 28px/1.2 Georgia,serif;letter-spacing:-.6px;margin-bottom:12px}
.product-description{display:block;color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:25px;flex:1}
.product-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:16px}
.product-card-bottom>strong{font-size:23px;font-weight:600;color:var(--wine);letter-spacing:-.5px}
.product-card-cta{font-size:11px;font-weight:600;display:flex;align-items:center;gap:8px}
.product-card-cta>span{font-size:24px;font-weight:400;color:var(--wine)}
.selected-product-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid #ddc9ed;background:#f7f0fd;border-radius:11px;padding:21px 23px;margin-bottom:25px}
.selected-product-banner h2{font:normal 30px/1.2 Georgia,serif;margin:7px 0}
.selected-product-banner p{margin:0;font-size:13px;color:var(--muted)}
.selected-product-banner .eyebrow{font-size:10px}
.selected-product-overview{display:flex;align-items:center;gap:20px;min-width:0}
.selected-product-overview>div{min-width:0}
.selected-product-photo{position:relative;flex:0 0 144px;align-self:center;border:1px solid #dfcdef;border-radius:8px;overflow:hidden;background:#eee4f6}
.selected-product-photo img{display:block;width:144px;height:108px;object-fit:cover}
.selected-product-photo small{position:absolute;bottom:4px;right:4px;font-size:8px;background:#fbf7ffeb;border-radius:3px;padding:2px 4px;color:#59456a}
#change-product{display:flex;align-items:center;gap:15px;flex-shrink:0;border:1px solid #dcc8ec;border-radius:7px;background:var(--white);color:var(--wine);padding:10px 13px;font-size:13px;font-weight:600}
#change-product span{font-size:19px}
.included-lemonade{font-size:12px;background:#eee2fb;color:#68378e;padding:8px 10px;border-radius:5px;margin:12px 0 0}
.success-product{padding:0 0 17px;margin-bottom:17px;border-bottom:1px dashed #d5bce7}
.success-product strong{font:normal 25px/1.25 Georgia,serif;color:var(--wine)}
.success-product span{display:block;font-size:12px;color:var(--muted);margin-top:8px}
.price-breakdown>div{gap:15px}.price-breakdown>div>span:last-child{white-space:nowrap}
@media(max-width:1020px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:245px}}
@media(max-width:760px){.product-grid{grid-template-columns:1fr;gap:12px}.product-card{min-height:0;padding:0}.product-card-content{padding:18px 20px}.product-cover{aspect-ratio:4/3}.selected-product-overview{gap:13px;align-items:flex-start}.selected-product-photo{flex-basis:95px}.selected-product-photo img{width:95px;height:85px}.selected-product-photo small{font-size:7px}.selected-product-overview h2{font-size:24px}.product-card-top{margin-bottom:13px}.product-name{font-size:28px;margin-bottom:8px}.product-description{font-size:14px;margin-bottom:16px;line-height:1.5}.product-card-bottom{padding-top:12px}.product-card-cta{font-size:12px}.product-index{font-size:24px}.picker-intro{font-size:14px;margin-bottom:17px}.selected-product-banner{align-items:flex-start;flex-direction:column;gap:15px;padding:19px}.selected-product-banner h2{font-size:29px}.selected-product-banner p{font-size:13px}#change-product{align-self:flex-end;padding:7px 11px;font-size:12px}.included-lemonade{font-size:13px}.success-product strong{font-size:24px}}
@media(prefers-reduced-motion:reduce){.product-card,.product-cover-image{transition:none}.product-card:hover .product-cover-image{transform:none}}
.category-header{gap:10px}
.category-collapse{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;border:1px solid var(--line);border-radius:7px;background:var(--white);color:var(--wine);font-size:23px;line-height:1}
.category-collapse span{transform:translateY(-3px);transition:transform .2s}
.category-collapse[aria-expanded=false] span{transform:translateY(3px) rotate(180deg)}
.ingredient.multi-select .ingredient-check{border-radius:4px}
.ingredient-name{font-size:14px}
.ingredient-price{font-size:12px}
.ingredient{min-height:86px}
.ingredient-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.ingredient-text{padding-right:10px}
.summary-line>span{width:85px;font-size:12px}
.summary-line strong{overflow-wrap:anywhere}
.summary-drinks{border-top:1px dashed #d5bce7;padding-top:14px;margin-top:14px}
.summary-drinks .eyebrow{font-size:10px;margin-bottom:8px}
.summary-drink{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin:8px 0;font-size:12px}
.summary-drink span{flex:1}
.summary-drink strong{font-weight:500;white-space:nowrap}
.drinks-section .step-number{font-size:23px;background:#eadbf7}
.drinks-intro{font-size:14px;color:var(--muted);margin:0 0 15px;max-width:480px}
.drinks-list{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--white)}
.drink-item{display:flex;gap:14px;align-items:center;min-height:92px;padding:15px 17px;border-bottom:1px solid var(--line);transition:background .15s}
.drink-item:last-child{border-bottom:0}
.drink-item.selected{background:#f1e7fb}
.drink-emoji{display:grid;place-items:center;width:47px;height:54px;border:1px solid #e6d8f1;border-radius:10px;background:#f7f0fd;font-size:30px;flex-shrink:0}
.drink-description{flex:1;min-width:0}
.drink-description>strong{display:block;font-size:14px;font-weight:600}
.drink-unit-price{display:block;font-size:14px;font-weight:600;color:var(--wine);margin-top:4px}
.drink-unit-price>span{font-size:11px;font-weight:400;color:var(--muted)}
.drink-quantity{gap:10px}
.drink-quantity button{width:32px;height:32px}
.drink-quantity button[data-drink-change="1"]{border-color:var(--wine);color:var(--wine);background:var(--paper)}
.drink-item.selected .drink-quantity button[data-drink-change="1"]{background:var(--wine);color:white}
.drink-quantity output{min-width:18px;font-size:14px}
@media(min-width:761px){.order-summary{max-height:calc(100dvh - 44px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d5bce7 transparent}}
@media(max-width:760px){.ingredient-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ingredient{flex-direction:row;align-items:center;gap:9px;min-height:88px;padding:12px 9px}.ingredient[aria-pressed=true]{padding:11.5px 8.5px}.ingredient-emoji{width:31px;height:36px;font-size:24px}.ingredient-name{font-size:13px}.ingredient-price{font-size:11px}.ingredient-text{padding-right:5px}.category-title h3{font-size:22px}.category-title p{font-size:12px}.category-collapse{width:28px;height:28px}.selection-count{font-size:10px;padding-inline:5px}.category-header{gap:8px}.step-number{width:29px;height:29px}.drinks-intro{font-size:13px}.drink-item{padding:13px 11px;gap:10px;min-height:92px}.drink-emoji{width:40px;height:49px;font-size:28px}.drink-description>strong{font-size:13px}.drink-quantity{gap:6px}.drink-quantity button{width:30px;height:34px}.drink-quantity output{min-width:15px}.summary-line>span{width:91px;font-size:13px}.summary-drink{font-size:13px}.summary-drinks .eyebrow{font-size:11px}}
@media(max-width:370px){.category-title h3{font-size:20px}.category-title p{font-size:11px}.category-header{gap:6px}.ingredient{gap:6px}.ingredient-emoji{width:24px;font-size:21px}.ingredient-name{font-size:12px}.drink-emoji{display:none}.drink-item{padding:14px 12px}.drink-description>strong{font-size:14px}.selection-count{font-size:9px}}
@media(prefers-reduced-motion:reduce){.category-collapse span,.drink-item{transition:none}}
