.ProductGrid-module__LWDada__container{flex-direction:column;gap:2rem;display:flex}.ProductGrid-module__LWDada__categoryTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.ProductGrid-module__LWDada__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.ProductGrid-module__LWDada__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:768px){.ProductGrid-module__LWDada__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.ProductGrid-module__LWDada__grid{grid-template-columns:repeat(5,1fr)}}.ProductGrid-module__LWDada__productButton{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;color:#fff;border:none;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;min-height:110px;padding:1.25rem 1rem;transition:all .15s,opacity .2s;display:flex;position:relative;transform:scale(1);box-shadow:0 2px 8px #0000001a}@media (min-width:640px){.ProductGrid-module__LWDada__productButton{min-height:120px;padding:1.5rem 1rem}}.ProductGrid-module__LWDada__productButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.ProductGrid-module__LWDada__productButton:active{transform:scale(.97)}.ProductGrid-module__LWDada__productButtonDisabled{opacity:.4;cursor:not-allowed;transform:none!important}.ProductGrid-module__LWDada__productButtonLowStock{opacity:.75;box-shadow:0 0 0 3px #f59e0b99,0 2px 8px #0000001a}.ProductGrid-module__LWDada__categoryDryck{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.ProductGrid-module__LWDada__categoryDryck:hover{background:linear-gradient(135deg,#0ea5e9 0%,#0284c7 100%)}.ProductGrid-module__LWDada__categoryMat{background:linear-gradient(135deg,#c2410c 0%,#9a3412 100%)}.ProductGrid-module__LWDada__categoryMat:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%)}.ProductGrid-module__LWDada__categoryMellis{background:linear-gradient(135deg,#059669 0%,#047857 100%)}.ProductGrid-module__LWDada__categoryMellis:hover{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.ProductGrid-module__LWDada__categorySottSalt{background:linear-gradient(135deg,#db2777 0%,#be185d 100%)}.ProductGrid-module__LWDada__categorySottSalt:hover{background:linear-gradient(135deg,#ec4899 0%,#db2777 100%)}.ProductGrid-module__LWDada__categoryMenuer{background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%)}.ProductGrid-module__LWDada__categoryMenuer:hover{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.ProductGrid-module__LWDada__categoryEget{background:linear-gradient(135deg,#b45309 0%,#92400e 100%)}.ProductGrid-module__LWDada__categoryEget:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%)}.ProductGrid-module__LWDada__badge{text-align:center;border-radius:9999px;min-width:1.5rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:700;position:absolute;top:.5rem;right:.5rem}.ProductGrid-module__LWDada__badgeMaxed{color:#fff;background:#00000080}.ProductGrid-module__LWDada__badgeInCart{color:#0f172a;background:#fff;box-shadow:0 2px 4px #0000001a}.ProductGrid-module__LWDada__badgeLowStock{color:#fff;background:#f59e0b}.ProductGrid-module__LWDada__badgeTopLeft{font-size:.75rem;line-height:1;position:absolute;top:.375rem;left:.375rem}.ProductGrid-module__LWDada__badgeType{color:#fff;background:#ffffff40;border-radius:.375rem;justify-content:center;align-items:center;padding:.25rem;display:flex}.ProductGrid-module__LWDada__productName{color:#fff;text-align:center;text-shadow:0 1px 3px #00000040;font-size:1.125rem;font-weight:800;line-height:1.2}@media (min-width:640px){.ProductGrid-module__LWDada__productName{font-size:1.25rem}}.ProductGrid-module__LWDada__productPrice{color:#fffffff2;text-shadow:0 1px 3px #00000040;margin-top:.375rem;font-size:.8125rem;font-weight:600;line-height:1}@media (min-width:640px){.ProductGrid-module__LWDada__productPrice{font-size:.875rem}}.ProductGrid-module__LWDada__categoryDefault{background:linear-gradient(135deg,#475569 0%,#334155 100%)}.ProductGrid-module__LWDada__categoryDefault:hover{background:linear-gradient(135deg,#64748b 0%,#475569 100%)}
.Cart-module__ULwaXW__container{background:var(--surface-card);border-left:1px solid var(--surface-border);flex-direction:column;width:20rem;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 30px #00000014}.Cart-module__ULwaXW__containerEditing{background:#fffbeb}.Cart-module__ULwaXW__header{background:var(--color-primary,#005eb8);color:#fff;padding:1.5rem}.Cart-module__ULwaXW__headerEditing{background:#d97706}.Cart-module__ULwaXW__headerTitle{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Cart-module__ULwaXW__headerSubtitle{color:#fffc;margin-top:.25rem;font-size:.875rem}.Cart-module__ULwaXW__items{background:var(--surface-muted);flex:1;padding:1rem;overflow-y:auto}.Cart-module__ULwaXW__emptyMessage{color:var(--text-muted);text-align:center;padding:3rem 1rem;font-size:.9375rem;line-height:1.5}.Cart-module__ULwaXW__itemList{flex-direction:column;gap:.75rem;display:flex}.Cart-module__ULwaXW__item{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;transition:all .15s;display:flex}.Cart-module__ULwaXW__item:hover{border-color:var(--surface-border);box-shadow:0 2px 8px #0000000a}.Cart-module__ULwaXW__itemEditing{background:var(--surface-card);border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf2433}.Cart-module__ULwaXW__itemInfo{flex:1;min-width:0}.Cart-module__ULwaXW__itemName{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.Cart-module__ULwaXW__itemPrice{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.Cart-module__ULwaXW__itemActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Cart-module__ULwaXW__itemTotal{color:var(--text-heading);text-align:right;min-width:56px;font-size:1rem;font-weight:700}.Cart-module__ULwaXW__itemButtons{flex-direction:column;gap:.5rem;display:flex}.Cart-module__ULwaXW__addButton{color:#fff;cursor:pointer;touch-action:manipulation;background:#059669;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:700;transition:all .15s;display:flex}.Cart-module__ULwaXW__addButton:hover{background:#047857;transform:scale(1.05)}.Cart-module__ULwaXW__addButton:active{transform:scale(.95)}.Cart-module__ULwaXW__removeButton{color:#fff;cursor:pointer;touch-action:manipulation;background:#64748b;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:700;transition:all .15s;display:flex}.Cart-module__ULwaXW__removeButton:hover{background:#dc2626;transform:scale(1.05)}.Cart-module__ULwaXW__removeButton:active{transform:scale(.95)}.Cart-module__ULwaXW__footer{border-top:1px solid var(--surface-border);background:var(--surface-card);padding:1.25rem}.Cart-module__ULwaXW__footerEditing{background:#fffbeb;border-top-color:#fde68a}.Cart-module__ULwaXW__totalRow{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.Cart-module__ULwaXW__totalLabel{color:var(--text-muted);font-size:.9375rem;font-weight:500}.Cart-module__ULwaXW__totalValue{color:var(--text-heading);letter-spacing:-.02em;font-size:2rem;font-weight:800}.Cart-module__ULwaXW__buttonRow{gap:.75rem;display:flex}.Cart-module__ULwaXW__clearButton{border:2px solid var(--surface-border);cursor:pointer;background:var(--surface-card);color:var(--text-body);touch-action:manipulation;border-radius:.625rem;flex:1;min-height:48px;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;transition:all .15s}.Cart-module__ULwaXW__clearButton:hover{background:var(--surface-muted);border-color:var(--surface-border)}.Cart-module__ULwaXW__clearButton:active{transform:scale(.98)}.Cart-module__ULwaXW__clearButtonEditing{color:#fff;background:#d97706;border-color:#d97706}.Cart-module__ULwaXW__clearButtonEditing:hover{background:#b45309;border-color:#b45309}.Cart-module__ULwaXW__checkoutButton{cursor:pointer;background:var(--color-primary,#005eb8);color:#fff;touch-action:manipulation;border:none;border-radius:.625rem;flex:2;min-height:48px;padding:.875rem 1.25rem;font-size:1.0625rem;font-weight:700;transition:all .15s;box-shadow:0 2px 8px #005eb84d}.Cart-module__ULwaXW__checkoutButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #005eb866}.Cart-module__ULwaXW__checkoutButton:active{transform:scale(.98)}.Cart-module__ULwaXW__checkoutButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.Cart-module__ULwaXW__checkoutButtonEditing{background:#d97706;box-shadow:0 2px 8px #d977064d}.Cart-module__ULwaXW__checkoutButtonEditing:hover{background:#b45309;box-shadow:0 4px 12px #d9770666}.Cart-module__ULwaXW__checkoutButtonDelete{background:#dc2626;box-shadow:0 2px 8px #dc26264d}.Cart-module__ULwaXW__checkoutButtonDelete:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262666}
