
:root{--store-red:#e31b23;--store-red-dark:#be131a;--store-dark:#111827;--store-muted:#6b7280;--store-bg:#f3f4f8;--store-card:#fff;--store-green:#25d366}
*{box-sizing:border-box}
html,body{overflow-x:hidden}
body.store-body{background:var(--store-bg);color:var(--store-dark)}
.store-shell{min-height:100vh;display:flex;flex-direction:column}
.store-header{background:linear-gradient(140deg,var(--store-red),#f1465a);color:#fff;position:sticky;top:0;z-index:80;box-shadow:0 10px 28px rgba(17,24,39,.18)}
.store-header-inner{padding:.8rem 0}
.store-header-top{display:flex;justify-content:space-between;gap:.65rem;align-items:center}
.store-logo-wrap{display:inline-flex;background:#fff;border-radius:14px;padding:.3rem .6rem}
.store-logo{max-height:40px;width:auto;object-fit:contain}
.store-header-actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}
.store-action-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.12);color:#fff;text-decoration:none;padding:.46rem .7rem;border-radius:999px;font-weight:700;font-size:.85rem;transition:all .25s ease}
.store-action-btn:hover{background:#fff;color:var(--store-red)}
.store-cart-badge{background:#111827;color:#fff;border-radius:999px;padding:.05rem .4rem;min-width:1.2rem;text-align:center}
.store-header-search-row{display:flex;gap:.55rem;margin-top:.7rem}
.store-menu-btn{border:0;background:#fff;color:var(--store-red);padding:.6rem .8rem;border-radius:14px;font-weight:800;white-space:nowrap}
.store-search{display:flex;align-items:center;gap:.4rem;background:#fff;border-radius:14px;flex:1;padding:.35rem .5rem}
.store-search i{color:#9ca3af;padding-left:.25rem}
.store-search input{border:0;outline:0;width:100%;min-width:0}
.store-btn-primary,.store-btn-outline,.store-btn-whatsapp{border-radius:12px;padding:.58rem .9rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:all .25s ease;border:1px solid transparent}
.store-btn-primary{background:var(--store-red);border-color:var(--store-red);color:#fff}.store-btn-primary:hover{background:var(--store-red-dark);color:#fff;transform:translateY(-2px)}
.store-btn-outline{background:#fff;border-color:#e5e7eb;color:#111827}.store-btn-outline:hover{border-color:var(--store-red);color:var(--store-red);transform:translateY(-2px)}
.store-btn-whatsapp{background:var(--store-green);border-color:var(--store-green);color:#fff}.store-btn-whatsapp:hover{background:#1ebd58;color:#fff}
.store-nav-chips{display:flex;gap:.5rem;overflow:auto;padding:.7rem 0 .2rem;scrollbar-width:thin}
.store-nav-chips a{display:inline-flex;padding:.45rem .85rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);text-decoration:none;color:#fff;white-space:nowrap;font-weight:700}
.store-nav-chips a:hover,.store-nav-chips a.active{background:#fff;color:var(--store-red)}
.store-hero{position:relative}.store-hero-card{background:radial-gradient(circle at 10% 0,#fff 0,#fff2f3 42%,#ffe2e5 100%);border-radius:24px;padding:1.25rem;display:grid;gap:1rem;grid-template-columns:1fr;box-shadow:0 14px 35px rgba(17,24,39,.12);animation:heroIn .6s ease both}
@keyframes heroIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.store-badge{display:inline-flex;background:#111827;color:#fff;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;font-weight:800;margin-bottom:.65rem}
.store-hero h1{font-size:clamp(1.4rem,3.6vw,2.6rem);font-weight:900;line-height:1.1;margin-bottom:.5rem}.store-hero p{color:#374151}
.store-hero-actions{display:flex;flex-wrap:wrap;gap:.55rem}
.store-hero-aside{background:#fff;border-radius:18px;padding:1rem;border:1px solid #f1f5f9}
.store-section{margin-bottom:2rem;animation:heroIn .5s ease both}.store-section-header{display:flex;justify-content:space-between;align-items:end;gap:.7rem;margin-bottom:1rem}.store-section-header h2{font-weight:900;margin:0}.store-section-header p{margin:0;color:#6b7280}
.store-category-strip{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.4rem}
.store-category-card{text-decoration:none;color:#111827;min-width:108px;text-align:center}.store-category-image{width:86px;height:86px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;margin:0 auto .45rem;background:#fff;box-shadow:0 12px 24px rgba(17,24,39,.12);border:3px solid #fff;font-weight:900;color:var(--store-red);transition:all .25s ease}
.store-category-card:hover .store-category-image{transform:translateY(-3px) scale(1.03)}
.store-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.store-product-item{min-width:0}
.store-product-card{position:relative;background:linear-gradient(160deg,#fff,#fbfcff);border-radius:24px;box-shadow:0 14px 32px rgba(17,24,39,.1);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:all .28s ease;border:1px solid #edf1f7}
.store-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(17,24,39,.16)}
.store-product-media{position:relative;padding:.9rem .9rem 0}
.store-product-image{height:198px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:radial-gradient(circle at 15% 0,#ffffff 0,#f8fafc 42%,#eef2f7 100%);overflow:hidden}
.store-product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}
.store-product-card:hover .store-product-image img{transform:scale(1.045)}
.store-product-image .placeholder{color:#9ca3af;font-weight:700}
.store-product-badge{position:absolute;top:14px;display:inline-flex;align-items:center;padding:.32rem .66rem;border-radius:999px;font-size:.72rem;font-weight:900;z-index:3;box-shadow:0 8px 18px rgba(0,0,0,.13)}
.store-product-badge--offer{left:6px;background:var(--store-red);color:#fff}
.store-product-badge--new{left:86px;background:#111827;color:#fff}
.store-product-badge--stock{right:4px;background:#e5e7eb;color:#1f2937}
.store-product-content{display:flex;flex-direction:column;padding:.8rem .95rem 1rem}
.store-product-brand{font-size:.72rem;text-transform:uppercase;font-weight:800;letter-spacing:.07em;color:#6b7280;margin-bottom:.35rem}
.store-product-title{font-size:1rem;line-height:1.35;font-weight:900;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.55rem}
.store-product-title a{text-decoration:none;color:#0f172a}
.store-product-pricing{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}
.store-product-price{font-size:1.35rem;font-weight:900;color:var(--store-red);line-height:1}
.store-product-old-price{font-size:.84rem;text-decoration:line-through;color:#94a3b8}
.store-product-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.store-product-actions form{display:flex}
.store-btn-detail,.store-btn-add,.store-btn-whatsapp{min-height:40px;border-radius:12px;font-size:.84rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;transition:all .25s ease}
.store-btn-detail{border:1px solid #d3dae6;color:#1f2937;background:#fff}
.store-btn-detail:hover{border-color:var(--store-red);color:var(--store-red);transform:translateY(-2px)}
.store-btn-add{border:1px solid var(--store-red);background:var(--store-red);color:#fff}
.store-btn-add:hover{background:var(--store-red-dark);border-color:var(--store-red-dark);transform:translateY(-2px)}
.store-btn-whatsapp{grid-column:1/-1;background:#25d366;border:1px solid #25d366;color:#fff}
.store-btn-whatsapp:hover{background:#1fb85a;border-color:#1fb85a;color:#fff}
.store-info-card{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 8px 20px rgba(17,24,39,.08)}
.store-footer{margin-top:auto;background:#111827;color:#e5e7eb}.store-footer a{color:#fff;text-decoration:none}
@media(min-width:768px){.store-logo{max-height:54px}.store-hero-card{grid-template-columns:1.25fr .9fr;padding:2rem}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}
@media(min-width:992px){.store-header-top{gap:1rem}.store-header-search-row{margin-top:.5rem}.store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-nav-chips{padding-top:.6rem}}
@media(min-width:1280px){.store-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}


.product-detail-shell{background:#fff;border:1px solid #e9eef6;border-radius:28px;box-shadow:0 14px 34px rgba(15,23,42,.08);padding:1rem}
.product-detail-grid{display:grid;grid-template-columns:1fr;gap:1.1rem}
.product-gallery{min-width:0}
.product-gallery-layout{display:grid;grid-template-columns:1fr;gap:.85rem}
.product-thumbs{display:flex;gap:.6rem;overflow:auto;padding:.15rem}
.product-thumb{border:1px solid #dbe3ef;background:#fff;border-radius:14px;padding:.25rem;flex:0 0 72px;height:72px;cursor:pointer;transition:all .25s ease}
.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.product-thumb:hover{transform:translateY(-2px);border-color:#e31b23}
.product-thumb.is-active{border-color:#e31b23;box-shadow:0 0 0 3px rgba(227,27,35,.14)}
.product-main-image-frame{background:radial-gradient(circle at 20% 0,#fff 0,#f7f9fc 50%,#edf2f8 100%);border:1px solid #e6ecf5;border-radius:22px;min-height:360px;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}
.product-main-image{max-width:100%;max-height:420px;object-fit:contain;transition:transform .35s ease}
.product-main-image-frame:hover .product-main-image{transform:scale(1.03)}
.product-image-placeholder{color:#94a3b8;font-weight:700}
.product-info-panel{background:#fff;border:1px solid #eef2f7;border-radius:22px;padding:1rem}
.product-badge-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.4rem}
.product-badge{display:inline-flex;padding:.3rem .65rem;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:.76rem;font-weight:800}
.product-badge-success{background:#dcfce7;color:#166534}
.product-brand{text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#64748b;font-size:.74rem;margin-bottom:.3rem}
.product-title{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:900;line-height:1.15;margin-bottom:.35rem}
.product-sku{color:#64748b;font-weight:600;font-size:.9rem;margin-bottom:.7rem}
.product-pricing{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.3rem}
.product-price{font-size:2rem;font-weight:900;color:#e31b23;line-height:1}
.product-old-price{font-size:1rem;color:#94a3b8;text-decoration:line-through}
.product-stock{margin-bottom:.8rem;font-weight:700}
.product-delivery-grid{display:grid;grid-template-columns:1fr;gap:.55rem;margin-bottom:.9rem}
.product-delivery-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.7rem .8rem;display:flex;flex-direction:column;gap:.15rem}
.product-delivery-card strong{font-size:.9rem;color:#0f172a}.product-delivery-card span{color:#64748b;font-size:.82rem}
.product-short-description{color:#475569;margin-bottom:.9rem}
.product-actions{display:grid;gap:.6rem}
.product-add-form{display:grid;grid-template-columns:96px 1fr;gap:.55rem}
.product-qty-input{border-radius:12px;border:1px solid #cbd5e1;font-weight:700;text-align:center}
.product-qty-input:focus{border-color:#e31b23;box-shadow:0 0 0 .2rem rgba(227,27,35,.16)}
.product-whatsapp-btn{min-height:46px;font-size:.95rem}
.product-description-block{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}
@media(min-width:992px){.product-detail-shell{padding:1.25rem}.product-detail-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.25rem}.product-gallery-layout{grid-template-columns:88px minmax(0,1fr)}.product-thumbs{flex-direction:column;max-height:500px;overflow:auto;padding-right:.3rem}.product-thumb{flex:0 0 78px;height:78px}.product-main-image-frame{min-height:500px}}

.track-page{background:#f5f7fb;min-height:70vh;padding:40px 0}.track-card{background:#fff;border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.08);border:1px solid #e5e7eb;padding:32px}.track-title{font-size:32px;font-weight:800;color:#111827}.track-form .form-control,.track-form .form-select{border-radius:14px;border:1px solid #d1d5db;padding:.85rem 1rem}.track-help-box{background:#fff7f7;border:1px solid #fecaca;border-radius:18px;padding:18px}.order-status-card,.order-summary-card,.payment-upload-card{background:#fff;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 14px 35px rgba(15,23,42,.07);padding:24px}.btn-store-primary{background:#ed1c24;border-color:#ed1c24;color:#fff;border-radius:14px;font-weight:700}.btn-store-primary:hover{background:#c9151b;border-color:#c9151b;color:#fff}.btn-store-outline{background:#fff;border:1px solid #ed1c24;color:#ed1c24;border-radius:14px;font-weight:700}.btn-store-outline:hover{background:#ed1c24;color:#fff}.btn-whatsapp,.btn-whatsapp-sm{background:#25d366;border:1px solid #25d366;color:#fff;border-radius:14px;font-weight:700}.btn-whatsapp:hover,.btn-whatsapp-sm:hover{background:#1ebe5d;border-color:#1ebe5d;color:#fff}.btn-whatsapp-sm{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .75rem;text-decoration:none}.store-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.store-product-actions form{display:flex}.store-product-actions .btn-whatsapp-sm{grid-column:1/-1}.store-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.38rem .75rem;font-weight:800;font-size:.78rem}.store-status-badge.badge-warning{background:#fef3c7;color:#92400e}.store-status-badge.badge-info{background:#dbeafe;color:#1e40af}.store-status-badge.badge-success{background:#dcfce7;color:#166534}.store-status-badge.badge-danger{background:#fee2e2;color:#991b1b}.store-status-badge.badge-primary{background:#ede9fe;color:#5b21b6}.store-status-badge.badge-secondary{background:#e5e7eb;color:#374151}.order-metric-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:16px}.order-metric-card span{display:block;color:#6b7280;font-size:.85rem}.order-metric-card strong{display:block;color:#111827;font-size:1.3rem}.order-info-list p{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #eef2f7;padding:.75rem 0;margin:0}.order-info-list span{color:#6b7280}.order-info-list strong{text-align:right}.store-order-table thead{background:#f9fafb}.order-product-thumb{width:58px;height:58px;border-radius:14px;object-fit:cover;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex:0 0 auto}.bank-account-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.payment-proof-preview{max-width:100%;max-height:260px;object-fit:contain;border-radius:18px;border:1px solid #e5e7eb;background:#fff}.order-code-box{display:inline-flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px 18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.order-code-box code{font-size:1.7rem;font-weight:900;color:#ed1c24}.payment-total-card{background:linear-gradient(135deg,#ed1c24,#c9151b);color:#fff;border-radius:22px;padding:24px;height:100%;box-shadow:0 18px 40px rgba(237,28,36,.25)}@media(max-width:768px){.track-page{padding:24px 0}.track-card,.order-status-card,.order-summary-card,.payment-upload-card{padding:20px}.track-title{font-size:26px}.store-product-actions{grid-template-columns:1fr}.store-product-actions .btn-whatsapp-sm{grid-column:auto}.order-info-list p{display:block}.order-info-list strong{text-align:left;display:block}.order-code-box{display:flex;flex-direction:column;align-items:flex-start}.order-code-box code{font-size:1.25rem}}
.delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.delivery-option-card,.pickup-location-card{display:block;background:#fff;border:2px solid #e5e7eb;border-radius:18px;padding:18px;cursor:pointer;transition:.2s ease;height:100%}.delivery-option-card input,.pickup-location-card input{margin-right:.5rem}.delivery-option-card strong,.pickup-location-card strong{display:block;font-weight:900;color:#111827}.delivery-option-card span,.pickup-location-card span,.pickup-location-card small{display:block;color:#6b7280;margin-top:.25rem}.delivery-option-card.active,.delivery-option-card:has(input:checked),.pickup-location-card:has(input:checked){border-color:#ed1c24;box-shadow:0 14px 30px rgba(237,28,36,.12);background:#fff7f7}.checkout-summary-box{background:#fff;border-radius:22px;border:1px solid #e5e7eb;box-shadow:0 14px 35px rgba(15,23,42,.07);padding:24px}.shipping-cost-row{color:#ed1c24}.delivery-detail-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;padding:18px}@media(max-width:768px){.delivery-options{grid-template-columns:1fr}}
