:root{--bf-bg:#FFF5F8;--bf-card:#FFFFFF;--bf-text:#2D2D2D;--bf-muted:#8E8E93;--bf-accent:#FF4FB8;--bf-accent-soft:#FFE4F0;--bf-border:#F0E4E8;--bf-shadow:rgba(255,79,184,0.08);--bf-success:#34C759;--bf-warning:#FF9500;--bf-danger:#FF3B30;--bf-space-xs:4px;--bf-space-sm:8px;--bf-space-md:16px;--bf-space-lg:24px;--bf-space-xl:32px;--bf-radius:18px;--bf-radius-sm:10px;--bf-radius-pill:9999px;--bf-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--bf-font-rounded:ui-rounded,"SF Pro Rounded",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--bf-font-serif:Georgia,"Times New Roman","Playfair Display",serif;--bf-transition:0.2s ease;--bf-transition-slow:0.3s ease;--bf-header-height:56px;--bf-chips-height:56px;--bf-search-height:42px;--bf-sticky-offset:calc(var(--bf-header-height) + var(--bf-search-height) + var(--bf-chips-height))}[data-theme=dark]{--bf-bg:#1C1C1E;--bf-card:#2C2C2E;--bf-text:#FFFFFF;--bf-muted:#8E8E93;--bf-border:#3A3A3C;--bf-shadow:rgba(0,0,0,0.3)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-padding-top:var(--bf-sticky-offset)}body{font-family:var(--bf-font);background-color:var(--bf-bg);color:var(--bf-text);line-height:1.5;min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.font-rounded{font-family:var(--bf-font-rounded)}body.font-serif{font-family:var(--bf-font-serif)}.app{max-width:480px;margin:0 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:var(--bf-bg);border-bottom:1px solid var(--bf-border);padding:var(--bf-space-sm) var(--bf-space-md);height:var(--bf-header-height)}.header-inner{justify-content:space-between;height:100%}.header-brand,.header-inner{display:flex;align-items:center;gap:var(--bf-space-sm)}.header-brand{min-width:0;flex:1 1}.header-logo{width:36px;height:36px;object-fit:contain;border-radius:var(--bf-radius-sm);flex-shrink:0}.header-text{min-width:0}.header-title{font-size:1.05rem;font-weight:700;line-height:1.2}.header-meta,.header-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-meta{font-size:.7rem;color:var(--bf-muted)}.header-actions{display:flex;gap:2px;flex-shrink:0;align-items:center}.lang-dropdown{position:relative}.lang-trigger{display:flex;align-items:center;gap:3px;width:auto!important;padding:4px 8px;font-family:inherit}.lang-flag{font-size:1rem;line-height:1}.lang-code{font-size:.625rem;font-weight:700;letter-spacing:.04em}.lang-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:140px;background:var(--bf-card);border:1px solid var(--bf-border);border-radius:var(--bf-radius-md);box-shadow:0 8px 24px rgba(0,0,0,.12);padding:4px;z-index:150}.lang-menu,.lang-menu li{list-style:none}.lang-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;color:var(--bf-text);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;border-radius:var(--bf-radius-sm);min-height:40px}.lang-menu-item:hover{background:var(--bf-accent-soft)}.lang-menu-active{font-weight:700;color:var(--bf-accent)}.btn-icon{width:36px;height:36px;border-radius:var(--bf-radius-sm);border:none;background:transparent;color:var(--bf-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform var(--bf-transition);-webkit-tap-highlight-color:transparent;position:relative}.btn-icon:hover{background:var(--bf-accent-soft)}.btn-icon:active{transform:scale(.92)}.btn-icon-active{color:var(--bf-accent)}.btn-cart-header{position:relative}.cart-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--bf-accent);color:white;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.search-container{position:sticky;top:var(--bf-header-height);z-index:99;background:var(--bf-bg);padding:var(--bf-space-xs) var(--bf-space-md)}.search-container.hidden{display:none}.search-bar{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:var(--bf-muted);pointer-events:none}.search-input{width:100%;height:36px;padding:0 36px;border:1.5px solid var(--bf-border);border-radius:var(--bf-radius-pill);background:var(--bf-card);color:var(--bf-text);font-size:1rem;font-family:inherit;outline:none;transition:border-color var(--bf-transition),box-shadow var(--bf-transition);-webkit-appearance:none}.search-input:focus{border-color:var(--bf-accent);box-shadow:0 0 0 3px var(--bf-accent-soft)}.search-input::placeholder{color:var(--bf-muted)}.search-input::-webkit-search-cancel-button{display:none}.search-clear{position:absolute;right:6px;width:26px;height:26px;border:none;background:var(--bf-accent-soft);color:var(--bf-accent);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity var(--bf-transition),transform var(--bf-transition);-webkit-tap-highlight-color:transparent}.search-clear:active{transform:scale(.9)}.search-clear[hidden]{display:none}.chips-nav{position:sticky;top:calc(var(--bf-header-height) + var(--bf-search-height));z-index:97;background:var(--bf-bg);border-bottom:1px solid var(--bf-border);height:var(--bf-chips-height)}.chips-scroll{display:flex;gap:6px;padding:10px var(--bf-space-md);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.chips-scroll::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:4px 12px;min-height:44px;border-radius:var(--bf-radius-pill);background:var(--bf-card);border:1.5px solid var(--bf-border);color:var(--bf-text);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all var(--bf-transition);-webkit-tap-highlight-color:transparent;display:flex;align-items:center;gap:4px;box-sizing:border-box}.chip.active,.chip:hover{border-color:var(--bf-accent)}.chip.active{background:var(--bf-accent);color:white}.main-content{flex:1 1;padding:var(--bf-space-sm) var(--bf-space-md);padding-bottom:80px}.category{margin-bottom:var(--bf-space-md)}.category:last-child{margin-bottom:0}.category-title{font-size:1.1rem;font-weight:700;margin-bottom:var(--bf-space-sm);padding-top:var(--bf-space-sm);scroll-margin-top:var(--bf-sticky-offset)}.item-card-horizontal{background:var(--bf-card);border-radius:var(--bf-radius-sm);padding:10px;margin-bottom:6px;box-shadow:0 1px 4px var(--bf-shadow);display:flex;gap:10px;cursor:pointer;transition:transform var(--bf-transition);position:relative;min-height:80px;-webkit-tap-highlight-color:transparent}.item-card-horizontal:last-child{margin-bottom:0}.item-card-horizontal:active{transform:scale(.985)}.item-thumb-wrap{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;position:relative}.item-thumb{width:100%;height:100%;object-fit:cover}.item-thumb-placeholder{width:100%;height:100%;background:var(--bf-accent-soft);display:flex;align-items:center;justify-content:center}.item-thumb-icon{font-size:1.5rem;opacity:.6}.item-badge-ribbon{position:absolute;top:4px;left:0;padding:1px 6px;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:0 4px 4px 0;color:white;line-height:1.4}.badge-bestseller{background:#FF6B35}.badge-popular{background:var(--bf-accent)}.badge-healthy{background:var(--bf-success)}.badge-quick{background:#007AFF}.item-card-horizontal .item-content{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.item-header-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--bf-space-sm)}.item-card-horizontal .item-name{font-size:.9rem;font-weight:600;line-height:1.3;flex:1 1;min-width:0}.item-name mark{background:var(--bf-accent-soft);color:var(--bf-accent);border-radius:2px;padding:0 2px}.item-card-horizontal .item-price{font-size:.875rem;font-weight:700;color:var(--bf-accent);white-space:nowrap;flex-shrink:0}.item-desc-ellipsis{font-size:.75rem;color:var(--bf-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-card-horizontal .item-variants{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.variant-chip{font-size:.625rem;padding:1px 6px;background:var(--bf-bg);border-radius:var(--bf-radius-pill);color:var(--bf-muted);white-space:nowrap}.item-tags{display:flex;flex-wrap:nowrap;gap:4px;margin-top:3px;overflow:hidden}.badge{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:var(--bf-radius-pill);font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.badge-attribute{background:var(--bf-accent-soft);color:var(--bf-accent)}.badge-allergen{background:transparent;border:1px solid #ffb74d;color:#E65100}.badge-overflow{background:var(--bf-bg);color:var(--bf-muted)}[data-theme=dark] .badge-allergen{border-color:rgba(255,149,0,.5);color:#FF9500}[data-theme=dark] .badge-attribute{background:rgba(255,79,184,.2);color:#FF8CD8}.badge-icon{width:12px;height:12px}.badge-tag{background:var(--bf-accent-soft);color:var(--bf-accent)}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.skeleton-card{height:80px;border-radius:var(--bf-radius-sm);margin-bottom:6px;background:linear-gradient(90deg,var(--bf-card) 25%,var(--bf-border) 50%,var(--bf-card) 75%);background-size:400px 100%;animation:shimmer 1.5s infinite}.no-results{text-align:center;padding:var(--bf-space-xl) var(--bf-space-md);color:var(--bf-muted)}.no-results svg{margin-bottom:var(--bf-space-md);opacity:.5}.no-results p{font-size:1rem}.footer{text-align:center;padding:var(--bf-space-lg) var(--bf-space-md);border-top:1px solid var(--bf-border);background:var(--bf-bg)}.footer p{font-size:.75rem;color:var(--bf-muted);margin-bottom:var(--bf-space-xs)}.footer-branding{font-size:.6875rem}.footer-branding a{color:inherit;text-decoration:none}.footer-branding strong{color:var(--bf-accent)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:var(--bf-space-md);opacity:0;visibility:hidden;transition:opacity var(--bf-transition-slow),visibility var(--bf-transition-slow)}.modal-overlay.open{opacity:1;visibility:visible}.modal{background:var(--bf-card);border-radius:var(--bf-radius) var(--bf-radius) 0 0;width:100%;max-width:480px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;transform:translateY(100%);transition:transform var(--bf-transition-slow)}.modal-overlay.open .modal{transform:translateY(0)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bf-space-md);border-bottom:1px solid var(--bf-border)}.modal-title{font-size:1.125rem;font-weight:700}.modal-close{background:transparent}.modal-body{padding:var(--bf-space-md);overflow-y:auto}.info-section{margin-bottom:var(--bf-space-md);padding-bottom:var(--bf-space-md);border-bottom:1px solid var(--bf-border)}.info-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bf-muted);margin-bottom:var(--bf-space-sm)}.lang-chips{display:flex;gap:var(--bf-space-sm)}.lang-chip{padding:6px 16px;border-radius:var(--bf-radius-pill);border:1.5px solid var(--bf-border);background:var(--bf-card);color:var(--bf-text);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--bf-transition)}.lang-chip.active,.lang-chip:hover{border-color:var(--bf-accent)}.lang-chip.active{background:var(--bf-accent);color:white}.info-links{display:flex;flex-direction:column;gap:var(--bf-space-sm)}.info-link{display:flex;align-items:center;gap:var(--bf-space-md);padding:var(--bf-space-md);border-radius:var(--bf-radius-sm);background:var(--bf-bg);color:var(--bf-text);text-decoration:none;font-weight:500;transition:background var(--bf-transition)}.info-link:hover{background:var(--bf-accent-soft)}.info-link svg{flex-shrink:0;color:var(--bf-accent)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:300;display:flex;align-items:center;justify-content:center;padding:var(--bf-space-md);opacity:0;visibility:hidden;transition:opacity var(--bf-transition-slow),visibility var(--bf-transition-slow)}.lightbox.open{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:var(--bf-space-md);right:var(--bf-space-md);width:48px;height:48px;border:none;background:rgba(255,255,255,.1);border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--bf-transition)}.lightbox-close:hover{background:rgba(255,255,255,.2)}.lightbox-img{max-width:100%;max-height:90vh;border-radius:var(--bf-radius);object-fit:contain}.sheet-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:250;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--bf-transition-slow),visibility var(--bf-transition-slow)}.sheet-overlay.open{opacity:1;visibility:visible}.sheet{background:var(--bf-card);border-radius:var(--bf-radius) var(--bf-radius) 0 0;width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform var(--bf-transition-slow);position:relative}.sheet-overlay.open .sheet{transform:translateY(0)}.sheet-close{position:absolute;top:10px;right:10px;z-index:10;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.sheet-scroll{overflow-y:auto;flex:1 1;padding-bottom:var(--bf-space-md);background:linear-gradient(var(--bf-card) 33%,transparent) top,linear-gradient(transparent,var(--bf-card) 66%) bottom,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),transparent) top;background-size:100% 40px,100% 40px,100% 8px;background-repeat:no-repeat;background-attachment:local,local,scroll}.sheet-image-wrap{width:100%;height:220px;overflow:hidden}.sheet-image{width:100%;height:100%;object-fit:cover}.sheet-header{padding:var(--bf-space-md) var(--bf-space-md) 0}.sheet-title{font-size:1.25rem;font-weight:700;flex:1 1}.sheet-price{font-size:1.125rem;font-weight:700;color:var(--bf-accent);display:block;margin-top:2px}.sheet-badges{display:flex;gap:var(--bf-space-xs)}.sheet-badges,.sheet-desc{padding:var(--bf-space-sm) var(--bf-space-md) 0}.sheet-desc{font-size:.875rem;color:var(--bf-muted);line-height:1.5}.sheet-tags{padding:var(--bf-space-sm) var(--bf-space-md) 0;display:flex;flex-wrap:wrap;gap:var(--bf-space-xs)}.sheet-section{padding:var(--bf-space-md) var(--bf-space-md) 0}.sheet-section-title{font-size:.875rem;font-weight:700;margin-bottom:var(--bf-space-sm)}.sheet-variants{display:flex;flex-direction:column;gap:4px}.variant-row-sheet{display:flex;justify-content:space-between;align-items:center;padding:var(--bf-space-sm);background:var(--bf-bg);border-radius:var(--bf-radius-sm);font-size:.875rem}.variant-price-sheet{font-weight:600;color:var(--bf-text)}.extra-group{margin-bottom:var(--bf-space-sm)}.extra-group-name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bf-muted);margin-bottom:6px}.extra-item{width:100%;display:flex;align-items:center;gap:var(--bf-space-sm);padding:10px 12px;border:1.5px solid var(--bf-border);border-radius:var(--bf-radius-sm);background:var(--bf-card);cursor:pointer;transition:all var(--bf-transition);font-family:inherit;font-size:.875rem;margin-bottom:4px;text-align:left;color:var(--bf-text)}.extra-item.selected,.extra-item:hover{border-color:var(--bf-accent)}.extra-item.selected{background:var(--bf-accent-soft)}.extra-name{flex:1 1}.extra-price{font-weight:600;color:var(--bf-muted);font-size:.8125rem}.extra-item.selected .extra-price{color:var(--bf-accent)}.extra-toggle{width:22px;height:22px;border-radius:50%;background:var(--bf-bg);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--bf-muted);flex-shrink:0}.extra-item.selected .extra-toggle{background:var(--bf-accent);color:white}.extra-indicator{width:20px;height:20px;border:2px solid var(--bf-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.extra-radio{border-radius:50%}.extra-checkbox{border-radius:4px}.extra-item.selected .extra-indicator{border-color:var(--bf-accent);background:var(--bf-accent)}.extra-radio-dot{width:8px;height:8px;border-radius:50%;background:white}.extra-check-mark:after{content:"";display:block;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-1px}.upsell-section{border-top:1px dashed var(--bf-border);margin-top:var(--bf-space-sm);padding-top:var(--bf-space-md)!important}.upsell-title{color:var(--bf-accent)}.upsell-cards{flex-direction:column}.upsell-card,.upsell-cards{display:flex;gap:var(--bf-space-sm)}.upsell-card{align-items:center;padding:var(--bf-space-sm);background:var(--bf-bg);border-radius:var(--bf-radius-sm)}.upsell-image{width:44px;height:44px;border-radius:6px;object-fit:cover;flex-shrink:0}.upsell-info{flex:1 1;min-width:0}.upsell-name{font-size:.8125rem;font-weight:600;display:block}.upsell-price{font-size:.75rem;color:var(--bf-muted)}.btn-upsell-add{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--bf-accent);background:transparent;color:var(--bf-accent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;transition:all var(--bf-transition);flex-shrink:0}.btn-upsell-add:hover{background:var(--bf-accent);color:white}.sheet-cta{padding:var(--bf-space-sm) var(--bf-space-md);border-top:1px solid var(--bf-border);background:var(--bf-card)}.btn-add-to-order{width:100%;padding:14px;border:none;border-radius:var(--bf-radius);background:var(--bf-accent);color:white;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all var(--bf-transition);-webkit-tap-highlight-color:transparent}.btn-add-to-order:hover{opacity:.9}.btn-add-to-order:active{transform:scale(.98)}.btn-add-to-order.added{background:var(--bf-success)}.btn-add-to-order:disabled{cursor:default}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:250;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--bf-transition-slow),visibility var(--bf-transition-slow)}.drawer-overlay.open{opacity:1;visibility:visible}.drawer{background:var(--bf-card);border-radius:var(--bf-radius) var(--bf-radius) 0 0;width:100%;max-width:480px;max-height:85vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform var(--bf-transition-slow)}.drawer-overlay.open .drawer{transform:translateY(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bf-space-md);border-bottom:1px solid var(--bf-border)}.drawer-title{font-size:1.125rem;font-weight:700}.drawer-close{background:transparent}.drawer-body{flex:1 1;overflow-y:auto;padding:var(--bf-space-md)}.drawer-empty{text-align:center;padding:var(--bf-space-xl) 0;color:var(--bf-muted)}.drawer-empty svg{margin-bottom:var(--bf-space-md);opacity:.4}.drawer-empty p{font-size:.9375rem}.cart-items{list-style:none}.cart-item{padding:var(--bf-space-sm) 0;border-bottom:1px solid var(--bf-border)}.cart-item:last-child{border-bottom:none}.cart-item-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--bf-space-sm)}.cart-item-name{font-size:.9375rem;font-weight:600}.cart-item-total{font-size:.875rem;font-weight:700;color:var(--bf-accent);white-space:nowrap}.cart-item-extras{margin-top:2px}.cart-extra-tag{font-size:.75rem;color:var(--bf-muted);display:block}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:var(--bf-space-sm)}.qty-stepper{gap:var(--bf-space-sm);border:1.5px solid var(--bf-border);border-radius:var(--bf-radius-pill);padding:2px}.qty-btn,.qty-stepper{display:flex;align-items:center}.qty-btn{width:28px;height:28px;border:none;background:var(--bf-bg);border-radius:50%;cursor:pointer;font-size:1rem;font-weight:700;justify-content:center;color:var(--bf-text);transition:background var(--bf-transition)}.qty-btn:hover{background:var(--bf-accent-soft)}.qty-value{min-width:20px;text-align:center;font-size:.875rem;font-weight:600}.btn-remove{width:32px;height:32px;border:none;background:transparent;color:var(--bf-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all var(--bf-transition)}.btn-remove:hover{background:#FFF0F0;color:var(--bf-danger)}.drawer-footer{padding:var(--bf-space-md);border-top:1px solid var(--bf-border);background:var(--bf-card)}.order-note{font-size:.75rem;color:var(--bf-muted);text-align:center;padding:var(--bf-space-sm);background:var(--bf-bg);border-radius:var(--bf-radius-sm)}.drawer-subtotal,.order-note{margin-bottom:var(--bf-space-sm)}.drawer-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700}.subtotal-amount{color:var(--bf-accent);font-size:1.125rem}.btn-clear-cart{width:100%;padding:10px;border:1.5px solid var(--bf-border);border-radius:var(--bf-radius);background:transparent;color:var(--bf-muted);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--bf-transition)}.btn-clear-cart:hover{border-color:var(--bf-danger);color:var(--bf-danger)}.combos-section{padding:var(--bf-space-sm) var(--bf-space-md)}.combos-section,.combos-title{margin-bottom:var(--bf-space-sm)}.combos-title{font-size:1.1rem;font-weight:700}.combos-scroll{display:flex;gap:var(--bf-space-sm);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:var(--bf-space-xs)}.combos-scroll::-webkit-scrollbar{display:none}.combo-card{flex-shrink:0;width:260px;background:var(--bf-card);border-radius:var(--bf-radius-sm);box-shadow:0 2px 8px var(--bf-shadow);overflow:hidden;border:1.5px solid var(--bf-accent-soft)}.combo-image{width:100%;height:100px;object-fit:cover}.combo-content{padding:var(--bf-space-sm)}.combo-name{font-size:.9375rem;font-weight:700}.combo-includes{font-size:.75rem;color:var(--bf-muted);margin:2px 0 6px;line-height:1.3}.combo-pricing{display:flex;align-items:center;gap:var(--bf-space-sm);margin-bottom:var(--bf-space-sm)}.combo-price{font-size:1rem;font-weight:700;color:var(--bf-accent)}.combo-savings{font-size:.6875rem;font-weight:700;padding:2px 6px;border-radius:var(--bf-radius-pill);background:#E8F5E9;color:#2E7D32}.btn-combo-add{width:100%;padding:8px;border:none;border-radius:var(--bf-radius-sm);background:var(--bf-accent);color:white;font-size:.8125rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity var(--bf-transition)}.btn-combo-add:hover{opacity:.9}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--bf-accent);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:none}.btn-icon,.btn-remove,.btn-upsell-add,.chip,.extra-item,.lang-chip,.qty-btn{min-height:44px;min-width:44px}.skip-link{position:absolute;top:-100%;left:0;z-index:9999;padding:var(--bf-space-sm) var(--bf-space-md);background:var(--bf-accent);color:white;font-weight:700;text-decoration:none;border-radius:0 0 var(--bf-radius-sm) 0}.skip-link:focus{top:0}@media (min-width:480px){.app{border-left:1px solid var(--bf-border);border-right:1px solid var(--bf-border)}.modal,.sheet{border-radius:var(--bf-radius);margin-bottom:var(--bf-space-xl)}.sheet{max-height:90vh}.drawer{border-radius:var(--bf-radius);margin-bottom:var(--bf-space-xl)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.chips-nav,.footer-branding,.header,.search-container{display:none!important}.main-content{padding:0}.item-card-horizontal{box-shadow:none;border:1px solid #ccc;page-break-inside:avoid;break-inside:avoid}}