.happy-offer { max-width: 760px; margin: 0 auto; padding: 10px 12px 4px; background: #ffdc55; color: #681514; }
.happy-heading { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.happy-heading h2 { margin: 4px 0; font-size: 16px; line-height: 1.35; }
.happy-heading p { font-size: 13px; margin: 2px 0 8px; }
.happy-eyebrow { font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.happy-end { background: #a91821; color: white; border-radius: 8px; padding: 8px; white-space: nowrap; font-size: 12px; }
.happy-drinks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.happy-drink { padding: 7px 5px; background: #fffaf0; border-radius: 12px; display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }
.happy-drink strong { font-size: 13px; min-height: 0; line-height: 1.4; margin-bottom: 3px; overflow-wrap: anywhere; }
.happy-drink s { color: #725a47; font-size: 12px; }
.happy-drink .happy-amount { color: #b21923; font-size: 20px; padding: 0; }
.happy-drink small { display: none; }
.happy-drink button { margin-top: 4px; min-height: 44px; width: 100%; border: 0; border-radius: 8px; background: #bf1c25; color: white; font-size: 12px; font-weight: 800; padding: 8px 3px; }
.happy-bottom { margin-top: 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.happy-bottom button { border: 0; background: transparent; color: #681514; text-decoration: underline; min-height: 44px; font-size: 13px; font-weight: 800; padding: 5px; }
#happy-added { font-size: 12px; }
.customer-menu-layout > .tabs { max-height: calc(100dvh - 112px); overflow-y: auto; overflow-x: hidden; }
.customer-menu-layout > .tabs .tab { flex-shrink: 0; }
@media(max-width:360px) { .happy-heading h2 {font-size:16px} .happy-offer {padding:8px 10px 4px} .happy-drink .happy-amount {font-size:20px} }

.happy-offer.is-pinned { position: sticky; top: 0; z-index: 11; box-shadow: 0 3px 8px #68151422; }
.happy-offer.is-pinned .happy-heading h2, .happy-offer.is-pinned .happy-heading p { display: none; }
.happy-offer.is-pinned .happy-heading { margin-bottom: 4px; }
.happy-offer.is-pinned .happy-end { padding: 3px 6px; }
.customer-menu-layout > .tabs { top: calc(var(--pinned-offer-height, 0px) + 8px); max-height: calc(100dvh - 112px - var(--pinned-offer-height, 0px)); }

.customer-menu-layout > .tabs .refill-tab { border-color: #bd2027; font-weight: 850; }
.customer-menu-layout > .tabs .checkout-guide-tab { margin-top: 8px; background: #f4efec; color: #64514a; border-color: #dfd4ce; }
