:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#111827;font-size:16px;line-height:1.7;--surface: #ffffff;--surface-2: #f8fafc;--border: #e5e7eb;--muted: #6b7280;--primary: #2563eb;--primary-strong: #1d4ed8;--shadow: 0 25px 80px rgba(15, 23, 42, .08)}*{box-sizing:border-box}[hidden]{display:none!important}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom,0);background:linear-gradient(180deg,#f8fafc,#eef2ff)}img,iframe{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:0 .5rem}.main-content{padding-bottom:3rem}.site-header{background:#fffffff5;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:99;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;position:relative}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;font-size:1.2rem;color:#111827;text-decoration:none;display:inline-flex;align-items:center;flex-shrink:0}.brand-logo{display:block;height:48px;width:auto;max-width:min(220px,60vw);object-fit:contain}.brand-footer .brand-logo{height:40px}nav{display:flex;gap:1rem}nav a{color:#374151;text-decoration:none;font-weight:500;padding:.75rem .85rem;border-radius:.75rem;transition:background-color .2s ease,color .2s ease}nav a:hover,nav a:focus-visible{background:#eef2ff;color:var(--primary-strong)}.register-btn{background:var(--primary);color:#fff}.logout-btn{background:transparent;border:1px solid transparent;color:#374151;cursor:pointer}.logout-btn:hover{color:var(--primary-strong)}.hero,.product-hero,.checkout-hero{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center;padding:5rem 0 4rem}.hero-highlights{list-style:none;padding:0;margin:1.25rem 0 0}.home-hero{position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at bottom left,rgba(59,130,246,.12),transparent 22%);pointer-events:none}.hero-copy,.hero-image{position:relative;z-index:1}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;height:auto;border-radius:1.75rem;box-shadow:0 30px 80px #0f172a1f}.hero-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-top:2rem}.hero-badge{background:#ffffffeb;border:1px solid rgba(37,99,235,.12);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 24px 60px #0f172a0f}.hero-badge strong{display:block;font-size:1rem;margin-bottom:.35rem}.hero-badge span{display:block;color:var(--muted);font-size:.95rem}.shop-card{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.shop-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px #0f172a24;border-color:#2563eb40}.shop-card-body h3{transition:color .2s ease}.shop-card:hover .shop-card-body h3{color:var(--primary-strong)}.hero-trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.hero-trust-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.25rem 1.5rem;box-shadow:var(--shadow)}.hero-trust-card span{display:inline-flex;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--primary)}.hero-trust-card strong{display:block;margin:.6rem 0 .5rem;font-size:1.05rem}.hero-trust-card p{margin:0;color:var(--muted)}.hero-highlights li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#374151}.hero-highlights li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.hero-copy h1,.product-copy h1,.thank-you h1{font-size:clamp(2.5rem,3vw,3.2rem);margin:.5rem 0 1rem;line-height:1.05}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#2563eb;font-size:.8rem;margin:0 0 .75rem}.hero-copy p,.product-copy p,.summary p,.order-summary p,.delivery-expectations p{max-width:40rem}.hero-actions,.product-cta .button{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .15s ease,background-color .15s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 18px 40px #2563eb2e;border:none}.button-secondary{background:#fff;color:#111827;border:1px solid #d1d5db}.button-secondary:hover,.button-primary:hover{transform:translateY(-1px)}.product-card,.card,.benefits-card,.spec-card,.testimonial-card,.confirmation-panel,.order-summary,.product-box,.video-frame,.order-form{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:1.75rem;box-shadow:var(--shadow)}.product-card{position:relative;min-height:240px;display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;background:linear-gradient(180deg,#eff6ff,#dbeafe);width:100%;max-width:380px}.product-card-featured{min-height:auto;padding-top:3rem}.product-card-img{width:100%;height:auto;border-radius:.75rem;object-fit:cover;margin-bottom:.5rem}.product-card h2{margin:0;font-size:1.35rem}.product-card-specs{list-style:none;padding:0;margin:0;font-size:.9rem;color:#4b5563}.product-card-specs li{margin-bottom:.25rem}.product-card .button{width:100%;margin-top:.5rem}.badge{position:absolute;top:1rem;left:1rem;padding:.5rem .85rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.75rem;letter-spacing:.05em}.product-price{font-size:1.6rem;font-weight:700;color:#111827;margin:0}.product-price.large{font-size:2.5rem}.featured,.why-us,.testimonials,.video-section,.product-cta,.checkout-section,.thank-you{padding:3rem 0}.product-showcase{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem}.product-showcase-media img{width:100%;border-radius:.75rem;object-fit:cover}.product-showcase-copy h3{margin:0 0 .75rem;font-size:1.75rem}.section-lead{margin:.5rem 0 0;color:#4b5563;max-width:36rem}.checkout-section{background:#f3f4f6;border-radius:1rem;margin-bottom:2rem;padding-left:1rem;padding-right:1rem;width:min(1120px,calc(100% - 2rem))}.checkout-section .form-section{margin-top:1rem}.label-optional{font-weight:400;color:#6b7280;font-size:.875rem}.order-summary-note{font-size:.9rem;color:#6b7280}.order-summary .button-secondary{margin-top:auto;text-align:center}.testimonial-stars{color:#f59e0b;letter-spacing:.1em;margin-bottom:.75rem;font-size:1rem}.why-item{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.75rem}.why-item h3{margin-top:0}.section-heading{margin-bottom:1.5rem}.section-heading h2{margin:.25rem 0 0;font-size:clamp(1.8rem,2.5vw,2.5rem)}.grid{display:grid;gap:1.5rem}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{min-height:180px}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.testimonial-card p{margin:0 0 1rem}.whatsapp-banner{background:#2563eb;color:#fff}.whatsapp-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem 0}.whatsapp-inner h2,.whatsapp-inner p{margin:0}.product-hero .product-media,.hero-image,.checkout-hero,.details-grid,.form-section{display:grid;gap:2rem}.product-media,.hero-image{display:flex;justify-content:center;align-items:center}.details-grid{grid-template-columns:1fr 1fr}.spec-list{list-style:none;padding:0;margin:0}.spec-list li{margin-bottom:.75rem}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 0;border-bottom:1px solid #e5e7eb;text-align:left}th{width:35%;color:#374151;font-weight:600}.video-section .video-frame{border-radius:1rem;overflow:hidden}.video-section .shorts-video{max-width:400px;margin:0 auto;aspect-ratio:9 / 16;position:relative;padding:0}.video-section .shorts-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.product-cta{background:#eef2ff;border-radius:1rem;padding:2rem}.product-cta h2{margin-top:0}.checkout-hero{padding-top:2.5rem}.form-section{grid-template-columns:minmax(0,1fr) 280px;align-items:start}.order-form label{display:block;margin-bottom:.5rem;font-weight:600}.order-form input,.order-form textarea{width:100%;border:1px solid #d1d5db;border-radius:.75rem;padding:.95rem 1rem;margin-bottom:1.25rem;font:inherit}.order-form button{width:100%}.payment-section{border:none;margin:0 0 1.25rem;padding:0}.payment-section legend{font-weight:600;margin-bottom:.75rem;padding:0}.payment-option{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.1rem;margin-bottom:.75rem;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;background:#fff;transition:border-color .15s ease,background-color .15s ease}.payment-option:hover{border-color:#93c5fd}.payment-option input{margin-top:.25rem;flex-shrink:0;accent-color:#2563eb}.payment-option:has(input:checked){border-color:#2563eb;background:#eff6ff}.payment-option-body{display:flex;flex-direction:column;gap:.35rem}.payment-option-title{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.payment-option-desc{font-size:.9rem;color:#4b5563;line-height:1.45}.badge-sm{position:static;font-size:.65rem;padding:.25rem .5rem}.payment-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;margin-bottom:1.25rem}.payment-details h3{margin:0 0 .75rem;font-size:1rem}.payment-details p{margin:0 0 .5rem}.payment-details-note{font-size:.9rem;color:#6b7280;margin:.75rem 0 1rem!important}.payment-details .button{width:100%}.checkout-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem}.order-form h2,.order-form h3{margin:0}.form-intro{color:var(--muted);margin:0 0 1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-row .form-group{margin:0}.payment-option{padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:1rem;background:#f8fafc}.payment-option label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.product-detail-page{padding:4rem 0}.product-detail{display:grid;grid-template-columns:minmax(320px,1fr) 1.1fr;gap:2.5rem;align-items:start}.product-images{background:#fff;border:1px solid #e5e7eb;border-radius:1.75rem;padding:1.5rem;box-shadow:var(--shadow)}.product-images img{width:100%;border-radius:1.25rem;object-fit:cover}.product-details h1{margin:0 0 .9rem;font-size:clamp(2rem,3vw,2.75rem)}.product-details .brand{margin:0 0 1.5rem;color:#6b7280;text-transform:uppercase;letter-spacing:.14em;font-size:.9rem}.specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.75rem}.spec label{display:block;margin-bottom:.45rem;font-weight:700;color:#111827}.spec p{margin:0;color:#374151}.description h3{margin-bottom:.75rem}.pricing{display:grid;grid-template-columns:auto auto;align-items:center;gap:1rem;margin-bottom:1.75rem}.price{display:flex;align-items:baseline;gap:1rem}.current{font-size:2rem;font-weight:800}.original{color:#6b7280;text-decoration:line-through;font-size:.95rem}.stock-status{color:#374151}.add-to-cart-section{display:grid;gap:1.25rem;margin-bottom:2rem}.quantity-selector{display:grid;gap:.75rem}.quantity-controls{display:flex;align-items:center;gap:.75rem;max-width:220px}.quantity-controls button,.quantity-controls input{border:1px solid #d1d5db;border-radius:.85rem;background:#fff}.quantity-controls button{width:3rem;height:3rem;font-size:1.15rem;cursor:pointer;background:#f8fafc}.quantity-controls input{width:100%;padding:.85rem 1rem;text-align:center}.contact-support{margin-top:2rem}.video-previews-section{margin:2rem 0 0;padding:2rem;border-radius:1.75rem;background:linear-gradient(180deg,#060b17,#111827);border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 90px #00000040}.video-preview-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.video-preview-header h2{margin:0;color:#fff;font-size:clamp(1.8rem,2.5vw,2.3rem)}.video-preview-header p{margin:.65rem 0 0;max-width:44rem;color:#cbd5e1}.video-preview-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.video-tab{border:none;background:#ffffff14;color:#cbd5e1;padding:.85rem 1.2rem;border-radius:999px;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease}.video-tab.active,.video-tab:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transform:translateY(-1px)}.video-preview-panel{display:grid;gap:1rem}.video-preview-hero{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:1.35rem;background:#000}.video-preview-hero img,.video-preview-hero iframe{width:100%;height:100%;object-fit:cover;display:block}.video-preview-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border:none;background:#0000003d;cursor:pointer;transition:background .2s ease}.video-preview-play:hover{background:#0006}.video-preview-play span{width:4rem;height:4rem;display:grid;place-items:center;border-radius:999px;background:#ffffff29}.video-preview-play span:before{content:"";display:inline-block;margin-left:.2rem;width:0;height:0;border-top:.65rem solid transparent;border-bottom:.65rem solid transparent;border-left:1rem solid #ffffff}.video-preview-copy{display:grid;gap:.65rem}.video-label{text-transform:uppercase;letter-spacing:.18em;color:#7dd3fc;font-size:.85rem;font-weight:700}.video-preview-copy p{margin:0;color:#e5e7eb;font-size:1rem;line-height:1.75}.video-preview-unavailable{padding:2rem;border-radius:1rem;background:#ffffff0a;color:#fff;text-align:center}.product-video-previews{margin-top:2rem;padding:1.75rem;border-radius:1.5rem;background:#f8fafc;border:1px solid #e5e7eb}.product-video-previews-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.product-video-previews-header .section-label{display:block;margin-bottom:.35rem;font-weight:700}.video-preview-row{display:grid;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:1.25rem;background:#fff}.remove-preview-button{align-self:flex-end;width:fit-content;padding:.75rem 1rem;border-radius:999px;border:1px solid transparent;background:#fee2e2;color:#991b1b}.hint-text{margin:.5rem 0 0;color:#6b7280;font-size:.95rem}@media (max-width: 900px){.product-detail,.specs-grid{grid-template-columns:1fr}.video-preview-tabs{overflow-x:auto;padding-bottom:.5rem}.video-preview-tab,.video-tab{flex:1 1 auto}.video-preview-header{flex-direction:column}}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}}.order-summary{display:flex;flex-direction:column;gap:1rem}.thank-you{padding:4rem 0}.confirmation-panel{margin:1.5rem 0}.support-links ul{list-style:none;padding:0;margin:0}.support-links li{margin-bottom:.75rem}.support-links a{color:#2563eb;text-decoration:none}.email-status-line{margin:.75rem 0 0;font-size:.95rem}.email-ok{color:#059669;font-weight:500}.email-warn{color:#b45309}.email-warn a{color:#2563eb}.site-footer{background:#111827;color:#9ca3af;padding:3rem 0 0;margin-top:2rem}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding-bottom:2rem}.site-footer .brand{color:#fff;display:inline-block;margin-bottom:.75rem}.site-footer a{color:#d1d5db;text-decoration:none}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;padding-bottom:2rem}.footer-brand p{margin:0;max-width:18rem}.footer-links h3,.footer-contact h3{color:#fff;font-size:.95rem;margin:0 0 1rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-contact p{margin:0 0 .5rem}.footer-bottom{border-top:1px solid #374151;padding:1.25rem 0 2rem;font-size:.875rem}.footer-bottom p{margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.menu-toggle,.nav-toggle{display:none;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;background:#fff;border:1px solid #d1d5db;border-radius:.75rem;padding:.4rem .75rem;font-size:1.25rem;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease}.menu-toggle:hover,.nav-toggle:hover{background:#f3f4f6;border-color:#cbd5e1}.main-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;transition:max-height .25s ease,opacity .25s ease}.main-nav.open{display:flex}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.7rem;font-weight:700}.nav-wishlist{color:#dc2626}.page-hero{padding:2.5rem 0 1.5rem}.page-hero h1{margin:.25rem 0 .5rem;font-size:clamp(2rem,3vw,2.75rem)}.page-content{padding-bottom:3rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.category-card:hover{border-color:#2563eb;transform:translateY(-2px)}.category-icon{font-size:2rem;margin-bottom:.5rem}.category-card h3{margin:0 0 .25rem;font-size:1rem}.category-card p{margin:0;font-size:.85rem;color:#6b7280}.promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.promo-card{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border-radius:1rem;padding:1.5rem}.promo-card h3{margin:0 0 .5rem}.promo-card p{margin:0 0 1rem;opacity:.9}.promo-card .button{background:#fff;color:#1e40af}.section-cta{text-align:center;margin-top:1.5rem}.categories-section,.promotions-section{padding:2.5rem 0}.shop-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:2rem}.shop-header h1{margin:.25rem 0 .5rem;font-size:clamp(2rem,3vw,2.75rem)}.shop-summary{margin:.75rem 0 0;max-width:48rem;color:var(--muted)}.shop-layout{display:grid;grid-template-columns:320px 1fr;gap:2rem}.filters{background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:1.5rem;box-shadow:var(--shadow)}.filters h3{margin:0 0 1rem;font-size:1.15rem}.filter-group{display:grid;gap:.65rem;margin-bottom:1.35rem}.filter-group label{font-weight:600}.filter-group input,.filter-group select{width:100%;padding:.95rem 1rem;border:1px solid #d1d5db;border-radius:.9rem;background:#fff}.filter-group p{margin:.5rem 0 0;color:var(--muted);font-size:.95rem}.products-section{display:grid;gap:1.5rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.shop-page .product-card{display:grid;grid-template-rows:auto 1fr;gap:1rem;min-height:420px;padding:0;overflow:hidden}.product-image-link{display:block}.product-image{position:relative;min-height:240px;background:#f8fafc}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:.85rem;padding:1.5rem}.product-info h3{margin:0;font-size:1.1rem}.product-info h3 a{color:#111827;text-decoration:none}.product-info h3 a:hover{color:var(--primary-strong)}.product-info .brand,.product-info .specs{margin:0;color:var(--muted);font-size:.95rem}.product-info .price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-info .current{font-size:1.25rem;font-weight:700;color:#111827}.product-info .original{color:var(--muted);text-decoration:line-through}.no-products{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:2rem;color:var(--muted);text-align:center}@media (max-width: 992px){.shop-layout{grid-template-columns:1fr}}@media (max-width: 640px){.shop-layout{gap:1rem}}.btn-sm{padding:.55rem 1rem;font-size:.875rem}.btn-icon{background:none;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:1.1rem}.btn-icon.active,.wishlist-btn.active{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.variant-picker{margin:1rem 0}.variant-label{font-weight:600;margin:0 0 .5rem}.variant-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer}.rating-display{color:#f59e0b;font-weight:600}.review-item{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.cart-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem}.cart-item img{border-radius:.5rem;object-fit:cover}.cart-item-info h3{margin:0 0 .25rem;font-size:1rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.qty-btn{width:2rem;height:2rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;cursor:pointer;font-size:1.1rem}.btn-remove{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem}.btn-remove:hover{color:#dc2626}.checkout-line{margin:.25rem 0;font-size:.9rem}.empty-state{text-align:center;padding:2rem;color:#6b7280}.account-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.account-tab{padding:.75rem 0;text-decoration:none;color:#6b7280;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-1px}.account-tab.active{color:#2563eb;border-bottom-color:#2563eb}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;margin-bottom:1rem}.order-card-head{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-status{text-transform:capitalize;font-size:.85rem;color:#2563eb;background:#eff6ff;padding:.2rem .6rem;border-radius:999px}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(120%);background:#111827;color:#fff;padding:.75rem 1.25rem;border-radius:999px;font-size:.9rem;z-index:9999;transition:transform .25s ease;pointer-events:none}.toast.show{transform:translate(-50%) translateY(0)}.admin-page{padding-bottom:4rem}.admin-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.admin-header .eyebrow{margin-bottom:.5rem;color:#2563eb;letter-spacing:.14em;text-transform:uppercase;font-size:.8rem}.admin-header h1{margin:0;font-size:clamp(2rem,2.4vw,2.6rem)}.admin-intro{max-width:48rem;color:#374151;margin-top:.75rem}.admin-actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-stats-grid,.admin-stats-grid--compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.admin-stats-grid .stat-card{padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow)}.admin-stats-grid .stat-card span{color:#6b7280;font-size:.95rem}.admin-stats-grid .stat-card strong{font-size:1.9rem}.admin-grid--cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.admin-card:hover{transform:translateY(-4px);border-color:#2563eb40;box-shadow:0 24px 70px #0f172a1f}.admin-card h2{margin:0 0 .75rem;font-size:1.15rem}.admin-card p{margin:0;color:#4b5563}.admin-card .icon{font-size:1.9rem;line-height:1}.admin-card--accent{background:linear-gradient(180deg,#eff6ff,#fff);border-color:#dbeafe}.admin-help{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow)}.admin-help h2{margin-top:0}.admin-help ul{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.admin-help a{color:#2563eb;text-decoration:none}.admin-help a:hover{text-decoration:underline}.product-form{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;margin:2rem 0;box-shadow:var(--shadow)}.product-form h2{margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.product-image-preview{margin-top:.75rem;max-width:160px;height:auto;border-radius:.85rem;border:1px solid #e5e7eb}.hint-text{font-size:.9rem;color:#6b7280;margin-top:.35rem}.actions-cell{display:flex;gap:.5rem;flex-wrap:wrap}.action-btn{padding:.55rem .85rem;border:1px solid transparent;border-radius:.75rem;font-weight:600;transition:background .2s ease,color .2s ease,transform .2s ease;cursor:pointer}.action-btn:hover{transform:translateY(-1px)}.action-btn.edit{background:#eef2ff;color:#1d4ed8}.action-btn.delete{background:#fef2f0;color:#b45309}.action-btn.view{background:#f8fafc;color:#111827;border-color:#e5e7eb}.status-select{padding:.55rem .75rem;border:1px solid #d1d5db;border-radius:.75rem;background:#fff;color:#111827;min-width:140px}.orders-table table,.products-table table{width:100%;border-collapse:collapse;font-size:.95rem}.orders-table th,.orders-table td,.products-table th,.products-table td{padding:1rem;border-bottom:1px solid #e5e7eb;vertical-align:middle}.orders-table th,.products-table th{background:#f8fafc;font-weight:700}.orders-table tr:hover,.products-table tr:hover{background:#f7fbff}.admin-meta{color:#6b7280;font-weight:600}.admin-login{max-width:360px;margin:3rem auto;padding:2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb}.admin-login .hint{font-size:.85rem;color:#6b7280}.admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.stat-card span{font-size:.85rem;color:#6b7280}.stat-card strong{font-size:1.75rem}.admin-section{margin-bottom:2.5rem}.table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:1rem}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{background:#f9fafb;font-weight:600}.stock-input{width:4rem;padding:.35rem;border:1px solid #d1d5db;border-radius:.35rem}.admin-form.grid-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;background:#fff;padding:1.25rem;border-radius:1rem;border:1px solid #e5e7eb}.admin-form input,.admin-form select,.admin-form textarea{padding:.6rem;border:1px solid #d1d5db;border-radius:.5rem;font:inherit}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-modal[hidden]{display:none!important}.admin-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1118278c}.admin-modal-panel{position:relative;width:min(520px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 25px 50px #00000026;padding:1.5rem}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-modal-header h2{margin:0;font-size:1.25rem}.admin-modal-close{font-size:1.5rem;line-height:1;padding:.25rem .5rem;border:none;background:#f3f4f6;border-radius:.5rem;cursor:pointer;color:#374151}.admin-edit-form{display:flex;flex-direction:column;gap:.35rem}.admin-edit-form label{font-weight:600;font-size:.875rem;margin-top:.5rem}.edit-id-label{font-size:.85rem;color:#6b7280;margin:0 0 .5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-weight:500;margin-top:.75rem;cursor:pointer}.checkbox-label input{width:auto;margin:0}.admin-modal-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.admin-modal-actions .button{flex:1;min-width:120px}@media (max-width: 992px){.container{width:min(1120px,calc(100% - 1.5rem))}.header-inner{flex-wrap:wrap}.nav-toggle{display:inline-flex;margin-left:auto}.main-nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem 0 .25rem;border-top:1px solid #e5e7eb;margin-top:.25rem}.main-nav.open{display:flex}.main-nav a{padding:.65rem .5rem;border-radius:.5rem}.main-nav a:hover,.main-nav a.active{background:#eff6ff}.hero,.product-hero,.product-showcase,.details-grid,.form-section,.footer-grid,.whatsapp-inner,.cart-layout{grid-template-columns:1fr}.hero,.product-hero,.checkout-hero{padding:2.5rem 0;gap:1.5rem}.product-hero .product-copy,.hero .hero-copy{order:1}.product-hero .product-media,.hero .hero-image{order:2}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.product-card{max-width:none}.whatsapp-inner{flex-direction:column;align-items:flex-start;text-align:left}.whatsapp-inner .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}.checkout-section{width:min(1120px,calc(100% - 1.5rem));padding-left:.75rem;padding-right:.75rem}.product-showcase{padding:1.5rem}.shop-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.card,.benefits-card,.spec-card,.testimonial-card,.order-summary,.product-box,.order-form{padding:1.25rem}}@media (max-width: 640px){:root{font-size:15px}.container{width:min(1120px,calc(100% - 1.25rem))}.hero-copy h1,.product-copy h1,.thank-you h1{font-size:clamp(1.75rem,8vw,2.25rem)}.page-hero h1{font-size:clamp(1.5rem,7vw,2rem)}.product-price.large{font-size:2rem}.hero,.product-hero,.checkout-hero{padding:1.75rem 0}.featured,.why-us,.testimonials,.video-section,.product-cta,.checkout-section,.thank-you,.categories-section,.promotions-section{padding:2rem 0}.section-heading h2{font-size:1.5rem}.shop-grid{grid-template-columns:1fr;gap:1rem}.shop-card-actions{flex-direction:column;align-items:stretch}.shop-card-actions .button,.shop-card-actions .btn-icon{width:100%;justify-content:center}.filters-panel{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.filters-panel select,.filters-panel input{width:100%;min-width:0}.filters-panel .button,#clearFilters{grid-column:1 / -1;width:100%}.cart-item{grid-template-columns:72px 1fr;grid-template-areas:"image info" "image qty" "subtotal subtotal" "remove remove";gap:.75rem;padding:1rem}.cart-item img{grid-area:image;width:72px;height:54px}.cart-item-info{grid-area:info}.cart-item-qty{grid-area:qty;justify-self:start}.cart-item-subtotal{grid-area:subtotal;font-weight:700;margin:0;padding-top:.5rem;border-top:1px solid #e5e7eb}.cart-item .btn-remove{grid-area:remove;justify-self:stretch;width:100%;text-align:center;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#dc2626}.order-summary{position:sticky;bottom:0;z-index:10;box-shadow:0 -4px 20px #00000014}.details-grid{gap:1rem}.spec-card table,.benefits-card table{display:block}.spec-card tr,.benefits-card tr{display:flex;flex-direction:column;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.spec-card th,.spec-card td,.benefits-card th,.benefits-card td{display:block;width:100%;padding:.15rem 0;border:none}.spec-card th{font-size:.8rem;color:#6b7280}.footer-grid{grid-template-columns:1fr;gap:1.25rem}.promo-grid,.category-grid{grid-template-columns:1fr 1fr}.account-tabs{flex-wrap:wrap;gap:.5rem}.order-card-head{flex-direction:column;align-items:flex-start;gap:.35rem}.admin-head{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-form.grid-form{grid-template-columns:1fr}.payment-option{padding:.85rem}.button{min-height:2.75rem;padding:.85rem 1.25rem}.toast{left:1rem;right:1rem;transform:translateY(120%);text-align:center;border-radius:.75rem}.toast.show{transform:translateY(0)}}@media (max-width: 400px){.promo-grid,.category-grid,.filters-panel{grid-template-columns:1fr}.category-grid{gap:.75rem}.testimonial-grid,.why-grid,.cards{grid-template-columns:1fr}.product-showcase-copy h3{font-size:1.35rem}.video-section .shorts-video{max-width:100%}}.hero-image-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-image-caption{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;font-weight:500;font-size:.95rem;color:#374151;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1.25rem;border-radius:999px;border:1px solid rgba(229,231,235,.8);box-shadow:0 4px 20px #0000000d;margin-top:.5rem;text-align:center}.hero-image-caption .separator{color:#9ca3af;font-weight:700}.button-sm{padding:.35rem .85rem!important;font-size:.85rem!important;border-radius:999px!important}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-image-container{position:relative;overflow:hidden;background-color:#f1f5f9}.product-image .lazy-image-container,.cart-item .lazy-image-container{width:100%;height:100%}.product-image .lazy-image-container .lazy-image-img,.cart-item .lazy-image-container .lazy-image-img{width:100%;height:100%;object-fit:cover}.lazy-image-container.loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;z-index:1}.lazy-image-img{opacity:0;transition:opacity .5s ease-in-out;display:block;width:100%;height:auto}.product-images .lazy-image-container{border-radius:1.25rem}.lazy-image-container.loaded .lazy-image-img{opacity:1}.route-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.route-loading-spinner{width:3rem;height:3rem;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:route-spin 1s infinite linear}@keyframes route-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.route-loading-text{color:#6b7280;font-weight:500;font-size:1rem}
