:root{--accent:#0066ff;--muted:#6b7280;--bg:#f7fafc;--card:#ffffff}*{box-sizing:border-box}body{font-family:Inter,system-ui,Segoe UI,Roboto,Arial;margin:0;background:var(--bg);color:#0f172a}body,html{height:100%;overflow-x:hidden}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1 auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:linear-gradient(90deg,rgba(255,255,255,.65),rgba(255,255,255,.45));backdrop-filter:blur(6px);border-bottom:1px solid rgba(2,6,23,.04)}.logo{font-weight:700;color:var(--accent);text-decoration:none;font-size:18px}.header-center{display:flex;flex-direction:row;align-items:center;gap:12px}.header-center .nav{display:flex;gap:18px}.header-center .nav a{color:var(--muted);text-decoration:none;padding:6px 10px;border-radius:8px}.header-center .nav a:hover{background:#eef6ff;color:var(--accent)}.header-controls{display:flex;gap:12px;align-items:center}.search{padding:8px 12px;border-radius:999px;border:1px solid #e6eef8;min-width:320px}.d-none{display:none}.d-block{display:block}.header-right{display:flex;align-items:center;gap:12px}.cart-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--muted);background:0 0;padding:6px 8px;border-radius:10px}.cart-link:hover{background:#f1f5f9;color:var(--accent)}.cart-link svg{width:20px;height:20px;fill:currentColor}.container{display:grid;grid-template-columns:260px 1fr;gap:24px;padding:24px;max-width:1300px;margin:24px auto;width:100%}.container{align-items:start}.container.single{grid-template-columns:1fr;max-width:1400px;padding:24px}.container.single>#tracking-page,.container.single>.cart-items,.container.single>.product-detail-card,.container.single>.track-form{margin-left:auto;margin-right:auto;width:100%}.filters{background:var(--card);padding:20px;border-radius:12px;box-shadow:0 4px 14px rgba(2,6,23,.06);align-self:start;position:static}.filters h3{margin:0 0 18px 0;font-size:16px;font-weight:600;color:#0f172a}.filters label{display:block;margin-bottom:18px;font-size:14px;font-weight:500}.filters input,.filters select{width:100%;font-size:1rem;padding:.7em 1em;border:1px solid #d0d7de;border-radius:8px;background:#f8fafc;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 4px rgba(0,0,0,.03)}.filters button{display:block;width:100%;padding:.85em 1em;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;border:none;box-shadow:0 6px 18px rgba(2,6,23,.06);transition:transform 80ms,box-shadow .12s,opacity .12s}.filters button:hover{transform:translateY(-1px)}.filters button:active{transform:translateY(0)}.filters button+button{margin-top:10px}.filters #apply-filters{background:linear-gradient(90deg,var(--accent) 60%,#00b4d8 100%);color:#fff}.filters #clear-filters{background:0 0;color:var(--muted);border:1px solid #e6eef8;box-shadow:none}.filters .price-range{display:flex;gap:10px;align-items:center}.filters .price-range input{flex:1 1 0;min-width:0}.filters input:focus,.filters select:focus{border-color:#0078d7;outline:0;box-shadow:0 0 0 2px #0078d722}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.product-card{background:var(--card);border-radius:12px;padding:12px;box-shadow:0 6px 18px rgba(2,6,23,.06);display:flex;flex-direction:column}.product-card img{width:100%;height:140px;object-fit:cover;border-radius:8px}.card-media{position:relative;overflow:hidden}.card-media img{display:block;width:100%;height:140px;object-fit:cover;border-radius:8px}.card-media .img-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 4px 12px rgba(2,6,23,.08);opacity:0;transition:opacity .15s}.card-media .img-nav.left{left:8px}.card-media .img-nav.right{right:8px}.product-card:hover .card-media .img-nav{opacity:1}.product-media{position:relative}.product-media .img-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;box-shadow:0 6px 18px rgba(2,6,23,.08)}.product-media .img-nav.left{left:-8px}.product-media .img-nav.right{right:-8px}.product-info{padding:8px 0;flex:1;display:flex;flex-direction:column}.product-info .btn{padding:.45em .9em;font-size:.92rem;border-radius:8px}.product-info .btn.muted{background:#fff;color:var(--accent);border:1px solid #e6eef8;box-shadow:0 2px 8px rgba(2,6,23,.04)}.product-info .btn.muted:hover{background:#f8fbff}.product-title{font-weight:600;margin:4px 0}.product-meta{font-size:13px;color:var(--muted)}.price{font-weight:700;color:var(--accent);margin-top:6px}.price-old{color:#6b7280;text-decoration:line-through;margin-right:8px;font-weight:600}.price-promo{color:#d9534f;font-weight:800}.discount-badge{display:inline-block;background:#dff6ec;color:#0b6b3a;padding:2px 6px;border-radius:8px;font-size:12px;font-weight:700;margin-left:8px}.out-of-stock-badge{display:inline-block;background:#ffe9e9;color:#b42318;padding:4px 8px;border-radius:10px;font-size:12px;font-weight:700;margin-left:8px}.btn.disabled,.btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.btn{display:inline-block;padding:.7em 1.5em;border-radius:8px;border:none;cursor:pointer;background:linear-gradient(90deg,#0078d7 60%,#00b4d8 100%);color:#fff;font-weight:600;letter-spacing:.02em;box-shadow:0 2px 12px rgba(0,120,215,.08);transition:background .2s,box-shadow .2s,transform .1s;margin:.2em}.primary{background:linear-gradient(90deg,#0078d7 60%,#00b4d8 100%);color:#fff;font-weight:700;box-shadow:0 2px 16px rgba(0,120,215,.12)}.muted{background:#f3f3f3;color:#333;border:1px solid #d0d7de;box-shadow:none}.site-footer{padding:16px;text-align:center;color:var(--muted)}.product-page .product-media{display:flex;flex-direction:column;gap:16px;align-items:center;width:450px;flex-shrink:0;min-width:0}.product-media img{width:100%;max-width:450px;height:auto;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.08)}.product-media video{width:100%;max-width:450px;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,.08)}.product-detail-card{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,120,215,.08);padding:3em;width:100%;max-width:100%;display:flex;flex-direction:row;gap:4em;align-items:flex-start;overflow:visible}#product-detail{background:0 0;border-radius:0;box-shadow:none;padding:0;flex:1;min-width:0;display:flex;flex-direction:column;gap:1em}#product-detail h2{margin:0;font-size:28px;font-weight:700;color:#0f172a}.product-page .product-detail-card{display:flex;flex-direction:column;gap:1.5em;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;align-items:stretch}.product-page .product-media{width:100%;max-width:100%;flex-shrink:0}#product-detail{flex:1 1 0%;min-width:0}#product-detail .product-meta{font-size:15px;color:var(--muted);margin:0}#product-detail .price{font-size:24px;font-weight:700;color:#0078d7;margin:.5em 0}#product-detail p{margin:0;line-height:1.6;color:#333}#product-detail p:first-of-type{font-size:15px;color:#666;font-weight:500}.cart-items{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,120,215,.08);padding:2em;max-width:900px;width:100%}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:16px;align-items:center;padding:16px;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#fafbfc 0,#f5f7fc 100%);border-radius:8px;margin-bottom:12px}.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-item button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:8px;font-size:16px;line-height:1;cursor:pointer;background:#fff;color:var(--muted);border:1px solid #e6eef8;box-shadow:0 2px 6px rgba(2,6,23,.04)}.cart-item button.muted{background:#fff;color:var(--muted)}.cart-item button:hover{background:#f8fbff;color:var(--accent);border-color:#d0d7de}.cart-item button svg{width:16px;height:16px;display:block}.cart-item>div:last-child{display:flex;gap:8px;align-items:center;justify-content:flex-end}.cart-item button{vertical-align:middle}.cart-actions{display:flex;justify-content:flex-end;gap:1em;margin-top:12px;align-self:start}.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(2,6,23,.45)}.modal.hidden{display:none}.modal-body{background:var(--card);padding:28px;border-radius:16px;width:520px;max-width:95%;max-height:90vh;overflow-y:auto}.modal-body h2{margin:0 0 20px 0;font-size:20px;font-weight:700;color:#0f172a}.modal-body form label{display:block;margin-bottom:12px;font-weight:500}.modal-body input,.modal-body textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d0d7de;margin-top:6px;margin-bottom:16px;font-size:1rem}.order-summary{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:20px;border:1px solid #e6eef8}.order-summary h3{margin:0 0 12px 0;font-size:14px;font-weight:600;color:#0078d7;text-transform:uppercase;letter-spacing:.05em}.order-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;border-bottom:1px solid #e6eef8}.order-item:last-child{border-bottom:none}.order-item-name{flex:1}.order-item-price{font-weight:600;color:#0078d7;margin-left:12px}.order-total{display:flex;justify-content:space-between;padding:12px 0;font-weight:700;font-size:16px;color:#0f172a;border-top:2px solid #e6eef8;margin-top:12px}.modal-actions{display:flex;gap:12px;margin-top:20px}.center-search{min-width:280px}@media (max-width:1024px){.container.single{max-width:100%;padding:20px}.product-detail-card{gap:3em;padding:2.5em}.product-page .product-media{width:400px}.product-media img,.product-media video{max-width:400px}}@media (max-width:880px){.container{grid-template-columns:1fr;padding:16px}.filters{position:static;top:auto}.product-detail-card{flex-direction:column;gap:2em;padding:1.5em;max-width:100%}.product-page .product-media{width:100%;flex-shrink:0;max-width:100%}.product-media img{max-width:100%;width:100%}.product-media video{max-width:100%;width:100%}#product-detail{flex:1}#product-detail h2{font-size:22px}#product-detail .price{font-size:20px}.search{min-width:180px}.header-center{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:600px){.cart-item{grid-template-columns:64px 1fr;align-items:start}.cart-item>div:last-child{grid-column:1/-1;justify-content:flex-start;margin-top:10px}.cart-item .product-meta{margin-bottom:8px}.cart-actions{width:100%;box-sizing:border-box;padding:12px 0 0 0;justify-content:flex-end}}@media (min-width:1024px){.product-page .product-detail-card{display:grid;grid-template-columns:1fr 1fr;gap:3em;width:75vw;max-width:1200px;margin-left:auto;margin-right:auto;align-items:start}.product-page .product-media{flex:unset;width:100%;min-width:0;justify-self:start}#product-detail{flex:unset;min-width:0;width:100%;justify-self:stretch}.filters{position:sticky;top:86px}}.track-form{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,120,215,.08);padding:2em;max-width:720px;width:100%;margin:2em auto;display:flex;flex-direction:column;gap:1em}.track-form label{font-weight:600;margin-bottom:.5em;color:#0078d7}.track-form input{margin-top:.5em}.product-detail-card{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,120,215,.08);padding:2.5em 2em;max-width:640px;width:100%;display:flex;flex-direction:column;gap:1.5em}.also-like{width:100%;box-sizing:border-box;max-width:1100px;margin:20px auto 0 auto;padding:10px 6px 24px 6px;overflow:hidden}.also-like h3{margin:0 0 12px 8px;font-size:16px;font-weight:700;color:#0f172a}.also-row{display:flex;gap:14px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding:12px;padding:8px;max-width:100%;box-sizing:border-box}.product-card.small{min-width:180px;max-width:220px;flex:0 0 auto;padding:10px;scroll-snap-align:start}.product-card.small img{height:110px}.also-row::-webkit-scrollbar{height:8px}.also-row::-webkit-scrollbar-track{background:0 0}.also-row::-webkit-scrollbar-thumb{background:rgba(2,6,23,.12);border-radius:999px}#toast-container{position:fixed;top:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:10px;z-index:9999;pointer-events:none;align-items:center;width:auto;max-width:420px;padding:0 12px}.toast{pointer-events:auto;display:inline-flex;align-items:center;gap:12px;background:#fff;color:#0f172a;padding:10px 14px;border-radius:10px;box-shadow:0 8px 30px rgba(2,6,23,.12);transform:translateY(-6px) scale(.99);opacity:0;transition:transform 220ms cubic-bezier(.2, .9, .3, 1),opacity 220ms ease;border:1px solid #eef4ff;font-size:14px;min-width:160px;max-width:320px}.toast.visible{transform:translateY(0) scale(1);opacity:1}.toast.success{border-left:4px solid var(--accent)}.toast .toast-body{flex:1}.toast-icon{width:18px;height:18px;flex-shrink:0;color:var(--accent)}.toast .toast-icon circle{stroke:currentColor;fill:rgba(0,122,215,0.06)}.toast .toast-icon path{stroke:currentColor}.toast.warning .toast-icon{color:#f59e0b}.toast.warning .toast-icon path{stroke:currentColor}.toast.warning .toast-icon path:first-of-type{fill:rgba(245,158,11,0.06)}@media (max-width:560px){#toast-container{left:50%;right:auto;top:12px;transform:translateX(-50%);width:calc(100% - 40px);align-items:center}.toast{width:100%;max-width:none}}.whatsapp-contact{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:999px;background:#25d366;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(37,211,102,.14);text-decoration:none;z-index:9999;transition:transform 120ms ease,box-shadow 120ms ease}.whatsapp-contact svg{width:24px;height:24px}.whatsapp-contact:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(37,211,102,.18)}.loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.7);z-index:9998}.loading-overlay.hidden{display:none}.loader{width:64px;height:64px;border-radius:50%;border:6px solid rgba(0,0,0,.08);border-top-color:var(--accent);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.whatsapp-contact{right:12px;bottom:12px;width:48px;height:48px}}