*{box-sizing:border-box}body{background:#f9fafb;color:#333;font-family:Segoe UI,sans-serif;margin:0}header{align-items:center;background:linear-gradient(90deg,#0f172a,#0b3d91);border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 2px 12px #00000040;color:#fff;display:flex;justify-content:space-between;padding:15px 30px}header h1{font-size:22px;font-weight:700;letter-spacing:1px;margin:0}header button{background:#fff;border:none;border-radius:10px;color:#0b3d91;cursor:pointer;font-weight:700;padding:10px 20px;transition:all .3s ease}header button:hover{background:#e6eefb;color:#062a6e;transform:scale(1.07)}#cart-container{align-items:center;display:flex;gap:12px}.contact-page{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0206170f;margin:32px auto;max-width:900px;padding:28px}.contact-page h2{color:#0b3d91;font-size:22px;margin:0 0 8px}.contact-page p{color:#4b5563;margin-bottom:18px}.contact-form{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:1fr 1fr}.contact-form label{color:#374151;display:flex;flex-direction:column;font-size:14px;font-weight:600}.contact-form input,.contact-form textarea{background:#fbfdff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-size:14px;margin-top:8px;padding:10px 12px}.contact-form textarea{grid-column:1/-1;min-height:120px;resize:vertical}.contact-form button{background:#0b3d91;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;grid-column:2/3;justify-self:end;padding:10px 18px;transition:background .18s ease}.contact-form button:hover{background:#062a6e}@media (max-width:600px){.contact-form{grid-template-columns:1fr}.contact-form textarea{grid-column:auto}.contact-form button{grid-column:auto;justify-self:stretch}}.products{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:30px}.product{background:#fff;border-radius:15px;box-shadow:0 6px 20px #0000001a;padding:20px;text-align:center;transition:transform .2s,box-shadow .2s}.product:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.product .image{align-items:center;background:#ede9fe;border-radius:12px;color:#7c3aed;display:flex;font-size:14px;height:150px;justify-content:center;margin-bottom:15px;width:100%}.product h3{font-size:16px;margin-bottom:10px}.product p{color:#1f2937;margin:5px 0}.product button{background:#9333ea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px 15px;transition:all .3s ease}.product button:hover{background:#7e22ce;transform:scale(1.05)}.product button[aria-pressed=true]{background:#10b981;color:#fff;transform:none}.modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.modal-content{animation:fadeIn .3s ease;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;max-width:500px;padding:25px;width:90%}.cart-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.cart-modal{background:#fff;border-radius:12px;box-shadow:0 12px 40px #02061759;display:flex;flex-direction:column;max-height:90vh;max-width:100%;overflow:hidden;width:920px}.cart-header{align-items:center;background:linear-gradient(90deg,#fff,#fbfdff);border-bottom:1px solid #eef2f5;display:flex;justify-content:space-between;padding:20px 24px}.cart-header h2{color:#0f172a;font-size:18px;font-weight:700;margin:0}.close-btn{background:#0000;border:none;border-radius:8px;color:#334155;cursor:pointer;padding:8px}.close-btn:hover{background:#6366f10f}.cart-body{overflow:auto;padding:18px 24px}.empty-cart{color:#475569;padding:60px 10px;text-align:center}.cart-items{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 12px;padding:0}.cart-item{align-items:flex-start;background:#fbfdff;border:1px solid #f1f5f9;border-radius:10px;display:flex;gap:14px;padding:12px}.item-thumb{background:#f8fafc;border-radius:8px;flex-shrink:0;height:84px;object-fit:cover;width:84px}.item-info{flex:1 1;flex-direction:column}.item-info,.item-row{display:flex;justify-content:space-between}.item-row{align-items:center}.item-name{color:#0f172a;font-weight:700}.item-variant{color:#64748b;font-size:13px;margin-top:4px}.item-price{color:#0f172a;font-weight:700}.item-controls{align-items:center;display:flex;gap:12px;margin-top:12px}.qty-control{background:#fff;border:1px solid #e6eef8;border-radius:10px;gap:8px;padding:6px}.btn-icon,.qty-control{align-items:center;display:inline-flex}.btn-icon{background:linear-gradient(180deg,#fff,#f8fafc);border:none;border-radius:8px;box-shadow:0 1px 2px #0206170f;color:#0f172a;cursor:pointer;font-size:18px;height:32px;justify-content:center;line-height:1;width:32px}.btn-icon:hover{box-shadow:0 6px 18px #0f172a14;transform:translateY(-1px)}.qty{font-weight:600;min-width:28px;text-align:center}.remove-link{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:14px}.remove-link:hover{text-decoration:underline}.cart-footer{align-items:flex-start;display:flex;flex-wrap:wrap;gap:18px;margin-top:10px}.promo{align-items:center;display:flex;flex:1 1 320px;gap:8px}.promo-input{background:#fff;border:1px solid #e6eef8;border-radius:10px;flex:1 1;outline:none;padding:10px 12px}.promo-input:focus{border-color:#6366f1;box-shadow:0 6px 20px #6366f114}.summary{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef2ff;border-radius:10px;flex:0 0 280px;padding:14px}.summary-row{color:#334155;display:flex;justify-content:space-between;margin-bottom:8px}.summary-row.total{color:#0f172a;font-size:18px;font-weight:800;margin-top:6px}.btn-primary{background:linear-gradient(90deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 10px 30px #6366f12e;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px;transition:transform .12s ease,box-shadow .12s ease}.btn-primary:hover{box-shadow:0 18px 40px #6366f138;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(90deg,#eef2ff,#fff);border:1px solid #e6eef8;border-radius:10px;padding:10px 14px}.btn-ghost,.btn-secondary{color:#0f172a;cursor:pointer}.btn-ghost{background:#0000;border:1px solid #0000;border-radius:10px;padding:10px 12px}@media (max-width:720px){.cart-modal{border-radius:0;height:100%;max-height:100vh;width:100%}.cart-footer{flex-direction:column-reverse}.promo,.summary{width:100%}.cart-item{flex-direction:row;gap:12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){header{flex-direction:column;gap:10px;text-align:center}.products{grid-template-columns:1fr}}.toast{animation:toastIn .26s ease;background:#10b981;border-radius:10px;box-shadow:0 8px 30px #10b9812e;color:#fff;font-weight:700;left:50%;padding:12px 18px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:200}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,-40%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.product-features{align-items:center;display:flex;gap:8px;justify-content:center;list-style:none;margin:10px 0;padding:0}.product-features .feature-item{color:#334155;font-size:13px}.feature-more{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:inline-flex;gap:6px;padding:6px}.feature-more:focus{box-shadow:0 6px 18px #6366f114;outline:2px solid #6366f12e}.dot{background:#7c3aed;border-radius:50%;box-shadow:inset 0 0 0 1px #00000008;display:inline-block;height:6px;width:6px}@media (prefers-color-scheme:dark){.dot{background:#c7b3ff}.product-features .feature-item{color:#e6eefb}}
/*# sourceMappingURL=main.83a6fe05.css.map*/