.ItemCard-module__YTDGlG__card{cursor:pointer;position:relative}.ItemCard-module__YTDGlG__flashAdded{animation:.6s ItemCard-module__YTDGlG__addedFlash}.ItemCard-module__YTDGlG__imageWrap{position:relative;overflow:hidden}.ItemCard-module__YTDGlG__image{aspect-ratio:1;object-fit:cover;width:100%;transition:transform var(--transition-slow)}.ItemCard-module__YTDGlG__card:hover .ItemCard-module__YTDGlG__image{transform:scale(1.05)}.ItemCard-module__YTDGlG__popular{top:var(--space-sm);left:var(--space-sm);color:#fff;font-size:var(--fs-xs);border-radius:var(--radius-pill);letter-spacing:.02em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;padding:3px 10px;font-weight:600;position:absolute}.ItemCard-module__YTDGlG__quickAdd{bottom:var(--space-sm);right:var(--space-sm);border-radius:var(--radius-full);background:var(--bg-surface);width:38px;height:38px;color:var(--accent);opacity:0;transition:all var(--transition-normal);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex;position:absolute;transform:scale(.7);box-shadow:0 2px 12px #00000026}.ItemCard-module__YTDGlG__card:hover .ItemCard-module__YTDGlG__quickAdd{opacity:1;transform:scale(1)}.ItemCard-module__YTDGlG__quickAdd:hover{background:var(--accent);color:#fff;transform:scale(1.1)!important}.ItemCard-module__YTDGlG__body{padding:var(--space-md)}.ItemCard-module__YTDGlG__titleRow{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-xs);display:flex}.ItemCard-module__YTDGlG__name{font-family:var(--font-display);font-size:1.1rem;font-weight:600}.ItemCard-module__YTDGlG__tags{flex-shrink:0;gap:4px;display:flex}.ItemCard-module__YTDGlG__desc{font-size:var(--fs-small);color:var(--text-secondary);margin-bottom:var(--space-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.ItemCard-module__YTDGlG__metaRow{align-items:center;gap:var(--space-sm);display:flex}.ItemCard-module__YTDGlG__price{font-size:1.05rem;font-weight:700}.ItemCard-module__YTDGlG__cardH{cursor:pointer;transition:background var(--transition-fast);position:relative}.ItemCard-module__YTDGlG__cardH:hover{background:var(--bg-primary)}.ItemCard-module__YTDGlG__nameH{font-family:var(--font-display);font-size:1rem;font-weight:600}.ItemCard-module__YTDGlG__popularSmall{flex-shrink:0;font-size:.75rem}.ItemCard-module__YTDGlG__descH{font-size:var(--fs-xs);color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.ItemCard-module__YTDGlG__priceH{font-weight:700;font-size:var(--fs-small)}.ItemCard-module__YTDGlG__tagsH{gap:3px;display:flex}.ItemCard-module__YTDGlG__quickAddH{bottom:var(--space-sm);right:var(--space-sm);border-radius:var(--radius-full);background:var(--accent);color:#fff;width:28px;height:28px;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute}.ItemCard-module__YTDGlG__quickAddH:hover{transform:scale(1.15)}.ItemCard-module__YTDGlG__disabledAdd{opacity:.4;cursor:not-allowed;pointer-events:none}.ItemCard-module__YTDGlG__soldOut{opacity:.6;filter:grayscale(40%);position:relative}.ItemCard-module__YTDGlG__soldOut:hover .ItemCard-module__YTDGlG__image{transform:none}.ItemCard-module__YTDGlG__soldOutBadge{color:#fff;font-size:var(--fs-small);border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;pointer-events:none;background:#dc2626e6;padding:6px 18px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ItemCard-module__YTDGlG__soldOutBadgeH{color:#fff;font-size:var(--fs-xs);border-radius:var(--radius-pill);letter-spacing:.03em;text-transform:uppercase;background:#dc2626e6;flex-shrink:0;padding:2px 8px;font-weight:700}
.UpsellCarousel-module__T-Pbea__wrapper{padding:var(--space-md)0;border-top:1px solid var(--border)}.UpsellCarousel-module__T-Pbea__title{font-weight:600;font-size:var(--fs-small);color:var(--accent);margin-bottom:var(--space-sm)}.UpsellCarousel-module__T-Pbea__scroll{gap:var(--space-sm);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-xs);scrollbar-width:none;display:flex;overflow-x:auto}.UpsellCarousel-module__T-Pbea__scroll::-webkit-scrollbar{display:none}.UpsellCarousel-module__T-Pbea__card{scroll-snap-align:start;background:var(--bg-primary);border-radius:var(--radius-md);width:140px;transition:box-shadow var(--transition-fast);flex-shrink:0;position:relative;overflow:hidden}.UpsellCarousel-module__T-Pbea__card:hover{box-shadow:var(--shadow-card)}.UpsellCarousel-module__T-Pbea__image{object-fit:cover;width:100%;height:80px}.UpsellCarousel-module__T-Pbea__info{padding:var(--space-sm);flex-direction:column;gap:2px;display:flex}.UpsellCarousel-module__T-Pbea__name{font-size:var(--fs-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.UpsellCarousel-module__T-Pbea__price{font-size:var(--fs-xs);color:var(--accent);font-weight:700}.UpsellCarousel-module__T-Pbea__addBtn{top:var(--space-xs);right:var(--space-xs);border-radius:var(--radius-full);background:var(--accent);color:#fff;cursor:pointer;width:26px;height:26px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute}.UpsellCarousel-module__T-Pbea__addBtn:hover{transform:scale(1.15)}
.FloatingCart-module__IBklmG__wrapper{bottom:calc(var(--mobile-nav-height) + 8px);left:var(--space-md);right:var(--space-md);z-index:45;pointer-events:none;flex-direction:row;gap:8px;display:none;position:fixed}.FloatingCart-module__IBklmG__wrapper>*{pointer-events:auto}.FloatingCart-module__IBklmG__bar{background:color-mix(in srgb,var(--accent)85%,transparent);-webkit-backdrop-filter:blur(12px);color:#fff;border-radius:var(--radius-pill);transition:transform var(--transition-fast);flex:1;justify-content:space-between;align-items:center;min-width:0;padding:.75rem 1.25rem;text-decoration:none;animation:.6s cubic-bezier(.34,1.56,.64,1) both FloatingCart-module__IBklmG__slideInBottomWobble;display:flex;box-shadow:0 4px 20px #c75b3966}@keyframes FloatingCart-module__IBklmG__slideInBottomWobble{0%{transform:translateY(100%)}60%{transform:translateY(-10px)}80%{transform:translateY(5px)}to{transform:translateY(0)}}.FloatingCart-module__IBklmG__bounce{animation:.35s FloatingCart-module__IBklmG__countPop}.FloatingCart-module__IBklmG__info{align-items:center;gap:var(--space-sm);display:flex}.FloatingCart-module__IBklmG__badge{font-size:var(--fs-xs);border-radius:var(--radius-full);background:#ffffff40;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.FloatingCart-module__IBklmG__label{font-weight:600;font-size:var(--fs-small);white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.FloatingCart-module__IBklmG__price{font-size:1rem;font-weight:700}.FloatingCart-module__IBklmG__groupOrderBtn{-webkit-backdrop-filter:blur(12px);color:#fff;border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;background:#1e1e1ebf;border:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:.75rem 1.25rem;font-weight:600;animation:.5s cubic-bezier(.34,1.56,.64,1) both FloatingCart-module__IBklmG__slideInBottomWobble;display:flex;box-shadow:0 4px 16px #00000026}@media (max-width:768px){.FloatingCart-module__IBklmG__wrapper{display:flex}}
