@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background:#f6f8fa;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.main-header{background:#fff;box-shadow:0 2px 12px #0000000f;height:64px;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:100}.brand,.main-header{align-items:center;display:flex}.brand{color:#4f46e5;font-size:1.7rem;font-weight:700;gap:8px;letter-spacing:1px}.header-actions{align-items:center;display:flex;gap:18px;margin-left:auto}.header-btn{background:#6366f1;border:none;border-radius:999px;box-shadow:0 1px 4px #6366f114;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.2px;padding:8px 22px;position:relative;transition:background .2s,color .2s}.header-btn:hover{background:#4f46e5;color:#fff}.header-badge{background:#0000;border:none;border-radius:0;box-shadow:none;font-size:.8em;font-weight:700;min-width:0;min-width:auto;padding:0 2px;position:static;right:auto;text-align:left;top:auto;transition:none;vertical-align:super}.app-container{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;margin:40px auto;max-width:1200px;padding:32px 40px 40px}h1{color:#2d3748;font-size:2.2rem;font-weight:700;letter-spacing:.5px;margin-bottom:32px;text-align:center}.products{margin-bottom:40px}.product-img{border-radius:6px;object-fit:cover}.product-card{border-radius:8px;border-top-style:solid;border-top-width:6px;min-height:320px;padding:24px 20px;transition:box-shadow .2s;width:200px}.product-card:hover{box-shadow:0 4px 16px #0000001a}.add-btn{background:#4f46e5;border-radius:6px;padding:8px 18px;transition:background .2s}.add-btn:hover{background:#3730a3}.cart{background:#f9fafb;border-radius:16px;box-shadow:0 2px 8px #6366f114;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:32px auto 0;max-width:500px;padding:28px 28px 18px;width:100%}.cart-title{color:#4f46e5;font-size:1.2rem;font-weight:700;letter-spacing:.2px;margin-bottom:18px}.cart-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;font-size:1.05rem;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.cart-item:last-child{border-bottom:none}.cart-item-name{color:#374151;font-weight:500}.cart-item-qty{align-items:center;color:#6b7280;display:flex;gap:4px;margin:0 8px}.cart-item-qty button{background:#f3f4f6;border:none;border-radius:6px;color:#6366f1;cursor:pointer;font-size:1rem;font-weight:700;padding:2px 10px;transition:background .2s,color .2s}.cart-item-qty button:disabled{color:#bbb;cursor:not-allowed}.cart-item-qty button:hover:not(:disabled){background:#6366f1;color:#fff}.remove-btn{background:#f3f4f6;border:none;border-radius:6px;color:#e11d48;cursor:pointer;font-size:.95rem;font-weight:500;margin-left:10px;padding:6px 14px;transition:background .2s,color .2s}.remove-btn:hover{background:#e11d48;color:#fff}.cart-total{color:#6366f1;margin-bottom:10px;text-align:right}.cart-total,.checkout-btn{font-size:1.1rem;font-weight:700;margin-top:18px}.checkout-btn{background:#6366f1;border:none;border-radius:8px;box-shadow:0 1px 4px #6366f114;color:#fff;cursor:pointer;padding:12px 32px;transition:background .2s,box-shadow .2s;width:100%}.checkout-btn:hover{background:#4f46e5;box-shadow:0 2px 8px #6366f129}.empty-cart{color:#6b7280;margin:24px 0;text-align:center}.modal-overlay{align-items:center;background:#0000002e;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal{animation:fadeIn .3s;background:#fff;border-radius:18px;box-shadow:0 8px 32px #6366f121;max-width:95vw;min-width:320px;padding:36px 32px 28px;position:relative;text-align:center}.payment-methods{align-items:flex-start;flex-direction:column;gap:10px}.payment-label{font-size:1rem}.payment-input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;margin-bottom:16px;padding:8px 10px;width:100%}.pay-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:10px;padding:10px 24px;transition:background .2s}.pay-btn:hover{background:#059669}.modal-close{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#e11d48;cursor:pointer;display:flex;font-size:1.3rem;font-weight:700;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .2s,color .2s;width:36px}.modal-close:hover{background:#e11d48;color:#fff}.modal h2{color:#4f46e5;font-size:1.4rem;font-weight:700;margin-bottom:18px;margin-top:0}.cart-modal-item,.wishlist-modal-item{align-items:center;background:#f9fafb;border-radius:10px;box-shadow:0 1px 4px #0000000a;display:flex;gap:16px;margin-bottom:12px;padding:10px 14px}.cart-modal-item img,.wishlist-modal-item img{background:#fff;border-radius:8px;height:48px;object-fit:contain;width:48px}.cart-modal-item .remove-btn,.wishlist-modal-item .remove-btn{margin-left:auto}.success-msg{animation:fadeIn .5s;background:#d1fae5;border:1px solid #10b981;border-radius:8px;color:#065f46;font-size:1.1rem;font-weight:600;margin-top:18px;padding:16px 0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.category-bar{background:#f1f5f9;border-radius:8px;box-shadow:0 2px 8px #00000008;display:flex;gap:16px;justify-content:center;margin-bottom:32px;padding:16px 0 8px}.category-btn{background:#fff;border:1.5px solid #e0e7ff;border-radius:999px;box-shadow:0 1px 4px #00000008;color:#6366f1;cursor:pointer;font-size:1rem;font-weight:500;margin:0 2px;padding:8px 22px;transition:background .2s,color .2s,border .2s}.category-btn.active,.category-btn:hover{background:#6366f1;border:1.5px solid #6366f1;color:#fff}.products{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto 32px;max-width:100%;width:100%}.product-card{align-items:center;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;min-height:340px;overflow:hidden;padding:24px 20px 20px;position:relative;text-align:center;transition:box-shadow .2s,transform .18s;width:220px}.product-card:hover{border-color:#6366f1;box-shadow:0 8px 32px #6366f11a;transform:translateY(-6px) scale(1.03)}.product-img{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;height:120px;margin-bottom:12px;object-fit:contain;width:100%}.product-title{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:8px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{color:#4f46e5;font-size:1.08rem;font-weight:500;margin-bottom:16px}.add-btn{background:#6366f1;border:none;border-radius:8px;box-shadow:0 1px 4px #6366f114;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;letter-spacing:.5px;margin-top:8px;padding:10px 22px;transition:background .2s,box-shadow .2s}.add-btn:hover{background:#4f46e5;box-shadow:0 2px 8px #6366f129}.low-stock-badge{background:#fbbf24;border-radius:8px;box-shadow:0 1px 4px #fbbf241a;color:#fff;font-size:.92rem;font-weight:600;left:12px;letter-spacing:.5px;padding:3px 10px;position:absolute;top:12px}@media (max-width:900px){.products{gap:14px}.product-card{max-width:220px;min-height:260px;min-width:160px;padding:16px 8px;width:44vw}.product-title{max-width:120px}}@media (max-width:600px){.products{gap:8px}.product-card{max-width:98vw;min-height:180px;min-width:120px;padding:10px 2vw;width:90vw}.product-title{max-width:80vw}}.wishlist-btn{background:#fff;border:1px solid #e11d48;border-radius:6px;color:#e11d48;cursor:pointer;font-size:1rem;font-weight:500;margin-left:16px;padding:8px 18px;transition:background .2s,color .2s}.wishlist-btn:hover{background:#e11d48;color:#fff}.heart-icon{transition:transform .15s}.heart-icon:hover{transform:scale(1.2)}@media (max-width:1100px){.main-content{flex-direction:column;gap:0}.cart{margin-top:24px;min-width:0}.cart,.products{max-width:100%}}.toast{animation:fadeInOut 2.5s;background:#374151;border-radius:8px;box-shadow:0 4px 16px #0000001f;color:#fff;font-size:1.1rem;font-weight:500;left:50%;max-width:90vw;min-width:220px;opacity:.98;padding:14px 32px;position:fixed;top:32px;transform:translateX(-50%);z-index:2000}.toast-success{background:#10b981}.toast-info{background:#6366f1}.toast-error{background:#ef4444}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-50%) scale(.9)}10%{opacity:1;transform:translateX(-50%) scale(1)}90%{opacity:1;transform:translateX(-50%) scale(1)}to{opacity:0;transform:translateX(-50%) scale(.9)}}@media (max-width:600px){.modal{min-width:0;padding:18px 4vw}}.product-modal{animation:fadeIn .3s;background:#fff;border-radius:18px;box-shadow:0 8px 32px #6366f121;max-width:420px;padding:36px 32px 28px;position:relative;text-align:left}.product-modal-img-wrap{align-items:center;display:flex;justify-content:center;margin-bottom:18px;width:100%}.product-modal-img{background:#f9fafb;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:180px;object-fit:contain;width:180px}.product-modal-title{color:#4f46e5;font-size:1.3rem;font-weight:700;margin-bottom:6px;margin-top:0;text-align:center}.product-modal-price{color:#6366f1;font-size:1.1rem;font-weight:600;margin-bottom:8px;text-align:center}.product-modal-category,.product-modal-desc{color:#374151;font-size:1rem;margin-bottom:8px}.product-modal-divider{border:none;border-top:1.5px solid #e5e7eb;margin:18px 0 14px}.product-modal-section{margin-bottom:14px}.product-modal-reviews{list-style:none;margin:8px 0 0;padding:0}.product-modal-review-item{align-items:center;background:#f3f4f6;border-radius:8px;color:#374151;display:flex;font-size:.98rem;justify-content:space-between;margin-bottom:6px;padding:8px 12px}.review-user{color:#6b7280;font-size:.93em;margin-left:8px}.product-modal-faq{list-style:none;margin:8px 0 0;padding:0}.checkout-modal{max-width:420px;text-align:left}.order-summary{margin-bottom:18px;text-align:left}.order-summary-list{font-size:1rem;margin:10px 0 0;padding-left:18px}.order-summary-item{display:flex;justify-content:space-between;margin-bottom:6px}.order-summary-price{color:#6366f1}.order-summary-total{color:#4f46e5;font-weight:700;margin-top:8px;text-align:right}.payment-form{margin-top:10px}.payment-methods{flex-direction:row;gap:12px;margin-bottom:18px}.payment-label,.payment-methods{display:flex;justify-content:center}.payment-label{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.payment-label.active{background:#f3f4f6;border-color:#6366f1;color:#6366f1}.payment-label input[type=radio]{display:none}.payment-input{margin-bottom:12px}.pay-btn{border-radius:8px;font-size:1.1rem;font-weight:700;margin-top:8px;padding:12px 0;width:100%}
/*# sourceMappingURL=main.0aec8ed9.css.map*/