.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:var(--color-surface);z-index:101;display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001a;transform:translate(100%);animation:slideIn .3s forwards cubic-bezier(.4,0,.2,1)}@keyframes slideIn{to{transform:translate(0)}}.cart-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border)}.cart-header h2{font-size:1.25rem;font-weight:700;color:var(--color-text)}.cart-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.empty-cart{text-align:center;color:var(--color-text-light);margin-top:2rem}.cart-item{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.item-info h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.item-price{color:var(--color-primary);font-weight:600}.item-actions{display:flex;justify-content:space-between;align-items:center}.quantity-controls{display:flex;align-items:center;background:var(--color-background);border-radius:var(--radius-full);padding:.25rem}.quantity-controls button{width:28px;height:28px;border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.quantity-controls span{width:32px;text-align:center;font-weight:600}.remove-btn{color:var(--color-danger);padding:.5rem;border-radius:var(--radius-full);background:#ef44441a}.cart-footer{padding:1.5rem;border-top:1px solid var(--color-border);background:var(--color-surface)}.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text)}.checkout-btn{width:100%;padding:1rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;transition:background .2s}.checkout-btn:hover{background:var(--color-primary-hover)}.header{position:sticky;top:0;z-index:50;padding:1rem 0;border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--color-primary);letter-spacing:-.025em}.logo span{color:var(--color-text);font-weight:400}.cart-button{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-full);background-color:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm);transition:all .2s ease}.cart-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--color-primary)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--color-danger);color:#fff;font-size:.75rem;font-weight:600;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);border:2px solid var(--color-surface)}.product-card{border-radius:var(--radius-xl);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;background-color:var(--color-surface)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.product-image-placeholder{height:180px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:flex;align-items:center;justify-content:center;color:#fff;width:100%}.product-initial{font-size:4rem;font-weight:700;opacity:.5}.product-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.product-badge{align-self:flex-start;background:#6366f11a;color:var(--color-primary);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.product-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;line-height:1.3;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:var(--color-text);display:flex;align-items:flex-start;gap:.25rem}.currency{font-size:.875rem;color:var(--color-text-light);margin-top:.25rem}.add-button{background:var(--color-primary);color:#fff;width:40px;height:40px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all .2s}.add-button:hover{background:var(--color-primary-hover);transform:scale(1.05)}.add-button:active{transform:scale(.95)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:15px}.acai-modal{width:100%;max-width:550px;height:85vh;display:flex;flex-direction:column;padding:20px;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003}.acai-modal h2{margin-top:0;text-align:center;font-size:1.4rem;color:var(--color-primary);border-bottom:2px solid var(--color-primary);padding-bottom:10px;margin-bottom:15px}.acai-groups{overflow-y:auto;flex:1;padding-right:5px}.acai-group-card{margin-bottom:15px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.acai-group-header{background:#f8f9fa;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.acai-group-header h4{margin:0;color:#333;font-size:1.1rem}.limit-badge{font-size:.85rem;background:var(--color-primary);color:#fff;padding:4px 10px;border-radius:12px;font-weight:700}.acai-items-list{padding:10px;display:flex;flex-direction:column;gap:8px}.acai-item-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 10px;transition:background .2s;color:#444;border-radius:6px;font-weight:500}.acai-item-label input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-primary)}.acai-item-label:hover{background:#f0f0f0}.acai-item-label.disabled{opacity:.5;cursor:not-allowed;background:#fcfcfc}.acai-modal-footer{display:flex;gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid #eee}.btn-cancel{flex:1;padding:12px;border:2px solid #ccc;background:#fff;border-radius:8px;cursor:pointer;font-weight:700;color:#555}.btn-cancel:hover{background:#eee}.catalog-layout{min-height:100vh;display:flex;flex-direction:column}.catalog-container{max-width:1200px;margin:0 auto;width:100%;padding:2rem 1.5rem}.search-section{margin-bottom:2rem}.search-bar{display:flex;align-items:center;padding:1rem 1.25rem;border-radius:var(--radius-full);gap:.75rem;max-width:600px;margin:0 auto;transition:all .3s}.search-bar:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #6366f11a}.search-icon{color:var(--color-text-light)}.search-bar input{flex:1;border:none;background:transparent;outline:none;font-size:1rem;color:var(--color-text);width:100%}.search-bar input::placeholder{color:var(--color-text-light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.checkout-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.checkout-container,.checkout-success,.checkout-empty{width:100%;max-width:500px;padding:2.5rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:2rem;text-align:center}.checkout-container h2{font-size:1.5rem;color:var(--color-text);font-weight:700}.checkout-summary{display:flex;flex-direction:column;gap:1rem;text-align:left;background:var(--glass-bg);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--glass-border)}.summary-item{display:flex;justify-content:space-between;border-bottom:1px dashed var(--color-border);padding-bottom:.5rem;color:var(--color-text)}.summary-total{display:flex;justify-content:space-between;font-size:1.25rem;margin-top:1rem;color:var(--color-text)}.btn-primary{width:100%;padding:1.25rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);font-size:1.125rem;font-weight:600;transition:all .2s}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-2px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}:root{--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-secondary: #0ea5e9;--color-background: #f8fafc;--color-surface: #ffffff;--color-text: #0f172a;--color-text-light: #64748b;--color-border: #e2e8f0;--color-success: #10b981;--color-danger: #ef4444;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .07);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--font-sans: "Outfit", system-ui, -apple-system, sans-serif;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .3)}@media (prefers-color-scheme: dark){:root{--color-background: #0f172a;--color-surface: #1e293b;--color-text: #f8fafc;--color-text-light: #94a3b8;--color-border: #334155;--shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, .3);--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--color-background);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}input,textarea{font-family:var(--font-sans)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-glass)}
