:root{--sc-primary:#4f46e5;--sc-primary-dark:#4338ca;--sc-primary-light:#eef2ff;--sc-dark:#0f172a;--sc-muted:#64748b;--sc-border:#e2e8f0;--sc-bg:#f8fafc;--sc-radius:16px;--sc-shadow:0 4px 24px rgba(15, 23, 42, 0.06);--sc-shadow-hover:0 20px 40px rgba(15, 23, 42, 0.12)}*{box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background-color:var(--sc-bg);color:var(--sc-dark);-webkit-font-smoothing:antialiased}.store-nav{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--sc-border);padding:.85rem 0;position:sticky;top:0;z-index:1030}.store-nav .navbar-brand{font-weight:800;font-size:1.35rem;color:var(--sc-dark)!important;letter-spacing:-.02em}.store-nav .brand-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,var(--sc-primary),#7c3aed);border-radius:10px;color:#fff;font-size:1rem;margin-right:.5rem}.store-nav .brand-logo{width:70px;height:auto;flex-shrink:0}.store-nav .brand-text{margin-left:.5rem}@media (max-width:400px){.store-nav .brand-text{display:none}.store-nav .brand-logo{width:52px}.store-nav .navbar-brand{margin-right:0}}.cart-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--sc-dark);color:#fff!important;border:none;padding:.55rem 1.15rem;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.cart-btn:hover{background:var(--sc-primary);color:#fff;transform:translateY(-1px)}.cart-badge{background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.store-alert{border:none;border-radius:12px;font-weight:500}.store-footer{background:linear-gradient(180deg,#0f172a 0,#1e293b 100%);color:rgba(255,255,255,.75);margin-top:4rem;position:relative;overflow:hidden}.store-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--sc-primary),#7c3aed,var(--sc-primary))}.store-footer .footer-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(79,70,229,.15),transparent 70%);top:-200px;right:-100px;pointer-events:none}.footer-top{padding:3.5rem 0 2.5rem}.store-footer .footer-bottom-inner,.store-footer .footer-inner{padding-left:1.5rem;padding-right:1.5rem}.footer-col{padding-left:.15rem}.footer-brand{font-weight:800;color:#fff;font-size:1.25rem;display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.footer-brand-logo{width:56px;height:auto;flex-shrink:0}.footer-brand .brand-icon{width:32px;height:32px;font-size:.9rem}.footer-desc{font-size:.9rem;line-height:1.7;max-width:320px;margin-bottom:0}.footer-heading{color:#fff;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-features{display:flex;flex-direction:column;gap:.75rem}.footer-feature{display:flex;align-items:center;gap:.65rem;font-size:.88rem}.footer-feature i{color:var(--sc-primary);font-size:1.1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.35rem 0;font-size:.85rem;color:rgba(255,255,255,.5)}.footer-bottom-inner{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (min-width:768px){.store-footer .footer-bottom-inner,.store-footer .footer-inner{padding-left:.75rem;padding-right:.75rem}.footer-bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media (max-width:767px){.footer-top{padding:2.75rem 0 2rem}.store-footer .footer-bottom-inner,.store-footer .footer-inner{padding-left:1.35rem;padding-right:1.35rem}.footer-col{padding-left:.35rem;margin-bottom:.25rem}.footer-col--brand{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-links-grid{row-gap:1.75rem!important}.footer-heading{margin-bottom:.75rem}}@media (max-width:575px){.store-footer .footer-bottom-inner,.store-footer .footer-inner{padding-left:1.35rem;padding-right:1.35rem}.footer-brand-logo{width:48px}.footer-brand{font-size:1.1rem}}.page-header{padding:2rem 0 1.5rem}.page-header .page-label{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--sc-primary);margin-bottom:.35rem}.page-header h1{font-size:clamp(1.75rem, 3vw, 2.25rem);font-weight:800;letter-spacing:-.02em;margin:0}.page-card{background:#fff;border:1px solid var(--sc-border);border-radius:var(--sc-radius);box-shadow:var(--sc-shadow)}.product-card{background:#fff;border:1px solid var(--sc-border);border-radius:var(--sc-radius);overflow:hidden;transition:all .3s cubic-bezier(.4, 0, .2, 1);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--sc-shadow-hover);border-color:transparent}.product-card .card-img-wrap{position:relative;overflow:hidden;aspect-ratio:1/1;background-color:#f1f5f9;display:block}.product-card .card-img-wrap .product-photo{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease}.product-card:hover .card-img-wrap .product-photo{transform:scale(1.06)}.product-card .card-img-wrap>.product-badge,.product-card .card-img-wrap>.product-overlay{z-index:1}.product-img-box{display:block;aspect-ratio:1/1;background-color:#f1f5f9;overflow:hidden}.product-img-box .product-photo{width:100%;height:100%;object-fit:contain;display:block}.product-card .card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.btn-sc-primary{background:var(--sc-primary);border:none;color:#fff;font-weight:600;border-radius:10px;padding:.6rem 1.25rem;transition:all .2s ease}.btn-sc-primary:hover{background:var(--sc-primary-dark);color:#fff;transform:translateY(-1px)}.cart-toast-container{position:fixed;top:88px;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.cart-toast{display:flex;align-items:center;gap:.65rem;background:#fff;border:1px solid var(--sc-border);border-left:4px solid #22c55e;border-radius:12px;padding:.85rem 1.15rem;box-shadow:var(--sc-shadow-hover);font-size:.9rem;font-weight:600;color:var(--sc-dark);opacity:0;transform:translateX(20px);transition:all .3s ease;pointer-events:auto;max-width:320px}.cart-toast.show{opacity:1;transform:translateX(0)}.cart-toast-error{border-left-color:#ef4444}.cart-toast-error i{color:#ef4444}.cart-toast-success i{color:#22c55e}.cart-item.removing{opacity:0;transform:translateX(20px);transition:all .2s ease}.qty-form.updating{opacity:.6;pointer-events:none}.cart-confirm-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.cart-confirm-modal.show{opacity:1;visibility:visible}.cart-confirm-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(4px)}.cart-confirm-dialog{position:relative;width:100%;max-width:400px;background:#fff;border:1px solid var(--sc-border);border-radius:var(--sc-radius);box-shadow:var(--sc-shadow-hover);padding:2rem 1.75rem 1.75rem;text-align:center;transform:scale(.95) translateY(10px);transition:transform .25s ease}.cart-confirm-modal.show .cart-confirm-dialog{transform:scale(1) translateY(0)}.cart-confirm-icon{width:56px;height:56px;margin:0 auto 1.15rem;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:1.35rem}.cart-confirm-dialog h5{font-weight:800;font-size:1.2rem;letter-spacing:-.02em;margin-bottom:.5rem;color:var(--sc-dark)}.cart-confirm-dialog p{color:var(--sc-muted);font-size:.95rem;line-height:1.55;margin-bottom:1.5rem}.cart-confirm-actions{display:flex;gap:.75rem}.cart-confirm-btn-cancel,.cart-confirm-btn-remove{flex:1;font-weight:600;font-size:.9rem;padding:.7rem 1rem;border-radius:12px;border:none;transition:all .2s ease}.cart-confirm-btn-cancel{background:#fff;color:var(--sc-dark);border:1.5px solid var(--sc-border)}.cart-confirm-btn-cancel:hover{background:var(--sc-bg);border-color:#cbd5e1}.cart-confirm-btn-remove{background:#dc2626;color:#fff}.cart-confirm-btn-remove:hover{background:#b91c1c;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(220,38,38,.35)}body.modal-open{overflow:hidden}.store-nav .container{display:flex;align-items:center;gap:1rem}.store-nav-links{display:none;align-items:center;gap:.25rem;margin-left:auto;margin-right:.75rem}.store-nav-links a{color:var(--sc-muted);text-decoration:none;font-size:.9rem;font-weight:600;padding:.45rem .75rem;border-radius:8px;transition:all .2s ease}.store-nav-links a.active,.store-nav-links a:hover{color:var(--sc-primary);background:var(--sc-primary-light)}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--sc-border);background:#fff;border-radius:10px;color:var(--sc-dark);margin-left:auto}@media (min-width:992px){.store-nav-links{display:flex}.nav-toggle{display:none}}@media (max-width:991px){.store-nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--sc-border);padding:.75rem 1rem 1rem;flex-direction:column;align-items:stretch;margin:0;box-shadow:var(--sc-shadow)}.store-nav-links.show{display:flex}.store-nav-links a{padding:.75rem .85rem}.store-nav .container{position:relative;flex-wrap:wrap}.cart-btn{margin-left:0!important}}