@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap");:root{--bg-primary:#f5f5f5;--bg-secondary:#ebebeb;--bg-card:#fff;--bg-dark:#1a1a2e;--bg-darker:#0f0f1a;--bg-overlay:rgba(26,26,46,.85);--accent:#0f4c75;--accent-light:#3282b8;--accent-dark:#0a3a5c;--accent-warm:#e85d3a;--accent-warm-light:#ff7f5c;--accent-warm-dark:#c94a2a;--accent-green:#10b981;--accent-green-light:#34d399;--accent-yellow:#f59e0b;--text-primary:#2c2c2c;--text-secondary:#4a4a4a;--text-muted:#6b7280;--text-light:#9ca3af;--text-white:#fff;--text-on-dark:#e5e7eb;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.08),0 8px 10px -6px rgba(0,0,0,.04);--shadow-card:0 2px 8px rgba(0,0,0,.06);--shadow-card-hover:0 8px 25px rgba(0,0,0,.12);--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--font-mono:"DM Mono",monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:150ms;--duration-normal:250ms;--duration-slow:400ms;--header-height:72px;--mobile-nav-height:64px;--max-width:1280px;--sidebar-width:280px}*,:after,:before{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{width:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;max-width:100vw}main{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);border:none;cursor:pointer;background:none;font-size:inherit}img{max-width:100%;height:auto;display:block}input,select,textarea{font-family:var(--font-body);font-size:1rem;border:none;outline:none}ol,ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.page-wrapper{min-height:100vh;padding-top:var(--header-height);padding-bottom:100px}@media (max-width:768px){.page-wrapper{padding-bottom:calc(var(--mobile-nav-height) + 40px)}}.section{padding:var(--space-3xl) 0}@media (max-width:480px){.section{padding:2.5rem 0}.section-header{margin-bottom:1.25rem}.section-subtitle{font-size:.95rem;padding:0 1rem}}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.section-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:540px;margin:0 auto}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:hsla(0,0%,100%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:1000;transition:all var(--duration-normal) var(--ease-out)}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md);height:100%;justify-content:space-between;gap:var(--space-lg)}.header-inner,.logo{display:flex;align-items:center}.logo{gap:var(--space-sm);flex-shrink:0}.logo-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--accent),var(--accent-light));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.logo-text{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--text-primary);line-height:1.2}.logo-text span{display:block;font-size:.65rem;font-weight:500;color:var(--accent-warm);letter-spacing:2px;text-transform:uppercase}.nav-desktop{display:flex;align-items:center;gap:var(--space-xs)}.nav-link{padding:var(--space-sm) var(--space-md);font-weight:500;font-size:.95rem;color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out);position:relative}.nav-link.active,.nav-link:hover{color:var(--accent);background:rgba(15,76,117,.06)}.nav-link.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);width:20px;height:3px;background:var(--accent);border-radius:var(--radius-full)}.search-bar{flex:1 1;max-width:400px;position:relative}.search-bar input{width:100%;height:42px;padding:0 var(--space-md) 0 44px;background:var(--bg-secondary);border:2px solid transparent;border-radius:var(--radius-full);font-size:.9rem;color:var(--text-primary);transition:all var(--duration-normal) var(--ease-out)}.search-bar input:focus{background:var(--bg-card);border-color:var(--accent);box-shadow:0 0 0 4px rgba(15,76,117,.1)}.search-bar input::placeholder{color:var(--text-light)}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-light);pointer-events:none}.header-actions{gap:var(--space-sm)}.header-actions,.icon-btn{display:flex;align-items:center}.icon-btn{width:42px;height:42px;border-radius:var(--radius-full);justify-content:center;color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-out);position:relative}.icon-btn:hover{background:var(--bg-secondary);color:var(--accent)}.cart-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:var(--accent-warm);color:#fff;font-size:.7rem;font-weight:700;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px;animation:popIn .3s var(--ease-spring)}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:all var(--duration-normal) var(--ease-out)}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;padding:var(--space-lg);animation:slideDown .3s var(--ease-out)}.mobile-menu.open{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu .nav-link{display:block;padding:var(--space-md);font-size:1.1rem;border-bottom:1px solid var(--border-light)}.mobile-search{margin-bottom:var(--space-lg)}.mobile-search input{width:100%;height:48px;padding:0 var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-md);font-size:1rem}@media (max-width:768px){.nav-desktop,.search-bar{display:none}.hamburger{display:flex}.hide-mobile{display:none!important}}@media (min-width:769px){.mobile-menu{display:none!important}}.hero{position:relative;width:100%;max-width:100%;min-height:520px;display:flex;align-items:center;overflow:hidden;background:var(--bg-dark);box-sizing:border-box}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,46,.92),rgba(15,76,117,.75));z-index:1}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:var(--space-4xl) var(--space-lg);box-sizing:border-box}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-full);color:var(--accent-green-light);font-size:.85rem;font-weight:500;margin-bottom:var(--space-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge .dot{width:8px;height:8px;background:var(--accent-green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-heading);font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:var(--space-md);max-width:600px}.hero h1 .highlight{background:linear-gradient(135deg,var(--accent-warm),var(--accent-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.15rem;color:var(--text-on-dark);max-width:480px;margin-bottom:var(--space-xl);line-height:1.7;opacity:.9}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap}.hero-stats{display:flex;gap:var(--space-2xl);margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid hsla(0,0%,100%,.15)}.hero-stat{text-align:left}.hero-stat .number{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:#fff}.hero-stat .label{font-size:.85rem;color:hsla(0,0%,100%,.6);margin-top:2px}@media (max-width:768px){.hero{min-height:440px}.hero h1{font-size:2.2rem}.hero-content{padding:var(--space-2xl) var(--space-md)}.hero-stats{gap:var(--space-lg)}.hero-stat .number{font-size:1.4rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:12px 28px;font-weight:600;font-size:.95rem;border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);white-space:nowrap;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;box-shadow:0 4px 14px rgba(15,76,117,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,76,117,.4)}.btn-warm{background:linear-gradient(135deg,var(--accent-warm),var(--accent-warm-light));color:#fff;box-shadow:0 4px 14px rgba(232,93,58,.3)}.btn-warm:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(232,93,58,.4)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3)}.btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}.btn-ghost{background:transparent;color:var(--text-secondary);border:2px solid var(--border)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-sm{padding:8px 18px;font-size:.85rem;border-radius:var(--radius-sm)}.btn-lg{padding:16px 36px;font-size:1.05rem;border-radius:var(--radius-lg)}.btn-icon{width:40px;height:40px;padding:0;border-radius:var(--radius-full)}.btn-cart{background:var(--accent);color:#fff;width:100%;padding:12px;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;transition:all var(--duration-normal) var(--ease-out)}.btn-cart:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-cart.added{background:var(--accent-green)}.btn-whatsapp{background:#25d366;color:#fff;box-shadow:0 4px 14px rgba(37,211,102,.3)}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4)}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;cursor:pointer;background:var(--bg-card);border:1.5px solid var(--border);transition:all var(--duration-slow) var(--ease-out)}.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--accent)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.category-card:hover img{transform:scale(1.08)}.category-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,76,117,.45),rgba(15,23,42,.9));display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-lg)}.category-card-icon{font-size:2rem;margin-bottom:var(--space-sm)}.category-card h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff}.category-card p{font-size:.85rem;color:hsla(0,0%,100%,.7);margin-top:4px}.category-card .arrow{position:absolute;top:var(--space-md);right:var(--space-md);width:36px;height:36px;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:translateX(-10px);transition:all var(--duration-normal) var(--ease-out)}.category-card:hover .arrow{opacity:1;transform:translateX(0)}@media (max-width:768px){.categories-grid{grid-template-columns:1fr;gap:var(--space-md)}.category-card{aspect-ratio:16/9}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}}.product-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:all var(--duration-normal) var(--ease-out);position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-secondary)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.product-card:hover .product-card-image img{transform:scale(1.06)}.product-badge{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:4px 10px;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.3px;z-index:2}.badge-fresh{background:var(--accent-green);color:#fff}.badge-bestseller{background:var(--accent-warm);color:#fff}.badge-premium{background:var(--accent);color:#fff}.badge-dish{background:var(--accent-yellow);color:var(--text-primary)}.badge-out{background:#dc2626;color:#fff;font-weight:700}.btn-cart.out-of-stock,.btn-cart:disabled,.btn-out-of-stock{background:#fee2e2!important;color:#dc2626!important;border:1.5px solid #fca5a5!important;opacity:1!important;cursor:not-allowed!important;font-weight:700!important;transform:none!important;box-shadow:none!important}.product-card-discount{top:var(--space-sm);padding:4px 8px;background:var(--accent-warm);font-size:.72rem;font-weight:700;border-radius:var(--radius-sm)}.product-card-discount,.product-quick-add{position:absolute;right:var(--space-sm);color:#fff;z-index:2}.product-quick-add{bottom:var(--space-sm);width:36px;height:36px;background:var(--accent);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:all var(--duration-normal) var(--ease-out);box-shadow:var(--shadow-md)}.product-card:hover .product-quick-add{opacity:1;transform:translateY(0)}.product-quick-add:hover{background:var(--accent-dark);transform:scale(1.1)}@media (max-width:768px){.product-quick-add{opacity:1;transform:translateY(0)}}.pc-stepper{position:absolute;bottom:var(--space-sm);right:var(--space-sm);display:flex;align-items:center;background:#fff;border:2px solid var(--accent);border-radius:999px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.18);z-index:3;animation:stepperPop .18s ease-out}@keyframes stepperPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.pc-step-btn{width:30px;height:30px;border:none;background:transparent;cursor:pointer;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .12s;color:var(--accent);padding:0;line-height:1}.pc-step-btn:hover{background:rgba(15,76,117,.08)}.pc-step-btn.pc-step-minus{color:#ef4444}.pc-step-btn.pc-step-plus{color:var(--accent-green)}.pc-step-qty{font-size:.72rem;font-weight:800;color:var(--text-primary);min-width:34px;text-align:center;padding:0 2px;line-height:1;white-space:nowrap}.pc-bottom-stepper{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--accent);border-radius:var(--radius-md);overflow:hidden;margin-top:var(--space-sm);background:#fff;animation:stepperPop .18s ease-out}.pc-bottom-btn{flex-shrink:0;width:38px;height:38px;border:none;background:transparent;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s;padding:0;line-height:1}.pc-bottom-btn.minus{color:#ef4444}.pc-bottom-btn.minus:hover{background:rgba(239,68,68,.08)}.pc-bottom-btn.plus{color:var(--accent-green)}.pc-bottom-btn.plus:hover{background:rgba(16,185,129,.08)}.pc-bottom-qty{flex:1 1;text-align:center;font-size:.82rem;font-weight:800;color:var(--text-primary);white-space:nowrap}.product-card-body{padding:var(--space-md)}.product-card-category{font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.product-card-name{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-card-weight{font-size:.8rem}.product-card-meta,.product-card-weight{color:var(--text-muted);margin-bottom:var(--space-sm)}.product-card-meta{display:flex;align-items:center;gap:var(--space-sm);font-size:.78rem}.product-card-meta svg{flex-shrink:0}.product-card-price{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-md)}.price-current{font-family:var(--font-mono);font-size:1.15rem;font-weight:600;color:var(--text-primary)}.price-original{font-family:var(--font-mono);font-size:.85rem;color:var(--text-light);text-decoration:line-through}.price-unit{font-size:.78rem;color:var(--text-muted)}.filter-tabs{display:flex;gap:var(--space-sm);margin-bottom:var(--space-xl);overflow-x:auto;padding-bottom:var(--space-sm);-webkit-overflow-scrolling:touch}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{padding:8px 18px;border-radius:var(--radius-full);font-weight:600;font-size:.88rem;white-space:nowrap;transition:all .2s ease;border:2px solid transparent;color:var(--text-secondary);background:var(--bg-elevated);display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.filter-tab:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.12);color:var(--text-primary);border-color:var(--border)}.filter-tab[href*=fish].active,.filter-tab[href*=fish]:not([href*=dry]):not([href*=dish]).active{background:linear-gradient(135deg,#0e7490,#0284c7);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(14,116,144,.4)}.filter-tab[href*=prawns].active{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(217,119,6,.4)}.filter-tab[href*=crabs].active{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(220,38,38,.4)}.filter-tab[href*=dishes].active{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(124,58,237,.4)}.filter-tab[href*=dry-seafood].active{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(5,150,105,.4)}.filter-tab.active{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(15,76,117,.35)}.filter-tab[href*=fish]:not([href*=dry]):not([href*=dish]):hover{color:#0284c7;border-color:#bae6fd}.filter-tab[href*=prawns]:hover{color:#d97706;border-color:#fde68a}.filter-tab[href*=crabs]:hover{color:#dc2626;border-color:#fecaca}.filter-tab[href*=dishes]:hover{color:#7c3aed;border-color:#ddd6fe}.filter-tab[href*=dry-seafood]:hover{color:#059669;border-color:#a7f3d0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}.trust-card{text-align:center;padding:var(--space-xl);background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--duration-normal) var(--ease-out)}.trust-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.trust-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(15,76,117,.1),rgba(50,130,184,.1));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-md);font-size:1.5rem}.trust-card h4{font-family:var(--font-heading);font-weight:600;font-size:1rem;margin-bottom:var(--space-xs)}.trust-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}@media (max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}}.footer{background:var(--bg-dark);color:var(--text-on-dark);padding:var(--space-3xl) 0 var(--space-lg)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:var(--space-2xl);gap:var(--space-2xl);margin-bottom:var(--space-2xl)}.footer-brand p{font-size:.9rem;color:hsla(0,0%,100%,.6);line-height:1.7;margin-top:var(--space-md);max-width:280px}.footer h4{font-family:var(--font-heading);font-weight:600;margin-bottom:var(--space-md);font-size:1rem}.footer-links a{display:block;font-size:.9rem;color:hsla(0,0%,100%,.6);padding:6px 0;transition:color var(--duration-fast)}.footer-links a:hover{color:var(--accent-warm-light)}.footer-bottom{padding-top:var(--space-lg);border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:hsla(0,0%,100%,.4)}.footer-social{display:flex;gap:var(--space-md)}.footer-social a{width:36px;height:36px;border-radius:var(--radius-full);background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);transition:all var(--duration-fast)}.footer-social a:hover{background:var(--accent);color:#fff}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-lg)}.footer-bottom{flex-direction:column;gap:var(--space-md);text-align:center}}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--mobile-nav-height);background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:1000}.mobile-bottom-nav-inner{display:flex;height:100%}.mobile-nav-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-muted);font-size:.68rem;font-weight:500;transition:color var(--duration-fast);position:relative;text-decoration:none}.mobile-nav-item.active{color:var(--accent)}.mobile-nav-item .nav-icon{font-size:1.3rem}.mobile-nav-item .cart-dot{position:absolute;top:8px;right:calc(50% - 16px);width:8px;height:8px;background:var(--accent-warm);border-radius:50%}@media (max-width:768px){.mobile-bottom-nav{display:block}}.whatsapp-float{position:fixed;bottom:90px;right:20px;width:56px;height:56px;background:#25d366;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.6rem;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:998;transition:all var(--duration-normal) var(--ease-out);animation:floatBounce 3s ease-in-out infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.5)}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (min-width:769px){.whatsapp-float{bottom:30px;right:30px}}.cart-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-xl) 0}.cart-items{flex-direction:column}.cart-item,.cart-items{display:flex;gap:var(--space-md)}.cart-item{padding:var(--space-md);background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.cart-item-image{width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1;min-width:0}.cart-item-name{font-family:var(--font-heading);font-weight:600;font-size:1rem;margin-bottom:4px}.cart-item-weight{font-size:.85rem;color:var(--text-muted);margin-bottom:var(--space-sm)}.cart-item-actions{display:flex;align-items:center;justify-content:space-between}.qty-control{gap:0;border:2px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.qty-btn,.qty-control{display:flex;align-items:center}.qty-btn{width:34px;height:34px;justify-content:center;font-size:1.1rem;color:var(--text-secondary);transition:all var(--duration-fast)}.qty-btn:hover{background:var(--bg-secondary);color:var(--accent)}.qty-value{width:36px;text-align:center;font-weight:500;font-size:.95rem;border-left:2px solid var(--border);border-right:2px solid var(--border);line-height:34px}.cart-item-price,.qty-value{font-family:var(--font-mono)}.cart-item-price{font-weight:600;font-size:1.05rem}.cart-item-remove{color:var(--text-light);font-size:.82rem;margin-top:var(--space-xs);transition:color var(--duration-fast)}.cart-item-remove:hover{color:var(--accent-warm)}.cart-summary{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-card);position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--space-lg));height:-moz-fit-content;height:fit-content}.cart-summary h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border)}.summary-row{display:flex;justify-content:space-between;margin-bottom:var(--space-md);font-size:.95rem}.summary-row.total{font-weight:700;font-size:1.1rem;padding-top:var(--space-md);border-top:2px solid var(--border);margin-top:var(--space-md)}.summary-row .value{font-family:var(--font-mono);font-weight:600}.cart-summary-actions{margin-top:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm)}.cart-empty{text-align:center;padding:var(--space-4xl) var(--space-lg)}.cart-empty-icon{font-size:4rem;margin-bottom:var(--space-lg)}.cart-empty h2{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:var(--space-sm)}.cart-empty p{color:var(--text-muted);margin-bottom:var(--space-xl)}@media (max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}.co-page{padding-top:var(--header-height);padding-bottom:0;min-height:100vh;background:var(--bg-secondary)}.co-progress{gap:.5rem;padding:.75rem 1rem;background:var(--bg-card);border-bottom:1px solid var(--border);overflow:hidden}.co-progress,.co-progress-step{display:flex;align-items:center}.co-progress-step{gap:.35rem;min-width:0}.co-step-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--border);color:var(--text-muted);font-size:.75rem;font-weight:700;flex-shrink:0;transition:all .2s}.co-progress-step.active .co-step-dot{background:var(--accent);color:#fff}.co-progress-step.done .co-step-dot{background:var(--accent-green);color:#fff}.co-step-label{font-size:.8rem;font-weight:600;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-progress-step.active .co-step-label{color:var(--text-primary)}.co-step-sep{color:var(--border);margin:0 .1rem;flex-shrink:0}.co-body{padding:.75rem .875rem;max-width:600px;margin:0 auto;overflow-x:hidden}.co-body,.co-card{width:100%;box-sizing:border-box}.co-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 4px rgba(0,0,0,.06);overflow:hidden}.co-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}.co-card-icon{font-size:1.1rem;flex-shrink:0}.co-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.co-optional{font-size:.78rem;font-weight:400;color:var(--text-muted)}.co-field{margin-bottom:.875rem}.co-field:last-child{margin-bottom:0}.co-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.co-error{display:block;color:#ef4444;font-size:.78rem;margin-top:4px}.co-error-box{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-md);padding:.75rem 1rem;color:#ef4444;font-size:.88rem;margin-bottom:.75rem}.co-textarea-sm{min-height:80px;resize:vertical}.co-items-list{display:flex;flex-direction:column;gap:.625rem}.co-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--bg-secondary)}.co-item:last-child{border-bottom:none}.co-item-img{flex-shrink:0}.co-item-info{flex:1 1;min-width:0}.co-item-name{font-size:.9rem;font-weight:600;color:var(--text-primary);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;margin-bottom:3px}.co-item-qty{font-size:.78rem;color:var(--text-muted)}.co-item-price{font-family:var(--font-mono);font-weight:700;font-size:.95rem;color:var(--text-primary);flex-shrink:0;white-space:nowrap}.co-options-list{display:flex;flex-direction:column;gap:.625rem}.co-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-primary);transition:border-color .15s,background .15s;min-height:56px;box-sizing:border-box}.co-option.selected{border-color:var(--accent);background:rgba(15,76,117,.06)}.co-option input[type=radio]{display:none}.co-option-icon{font-size:1.3rem;flex-shrink:0}.co-option-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.co-option-label{font-size:.9rem;font-weight:600;color:var(--text-primary)}.co-option-sub{font-size:.75rem;color:var(--text-muted);line-height:1.3}.co-option-check{color:var(--accent);font-weight:700;font-size:1rem;flex-shrink:0}.co-promo-row{display:flex;gap:.5rem;align-items:stretch;width:100%}.co-promo-input{flex:1 1;min-width:0;height:44px;padding:0 .75rem;border:2px solid var(--border);border-radius:var(--radius-md);font-size:.88rem;font-family:var(--font-mono);letter-spacing:1px;background:var(--bg-primary);color:var(--text-primary);outline:none;box-sizing:border-box}.co-promo-input:focus{border-color:var(--accent)}.co-promo-btn{flex-shrink:0;height:44px;padding:0 1rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.88rem;font-weight:700;cursor:pointer;white-space:nowrap}.co-promo-btn:disabled{opacity:.6}.co-promo-applied{display:flex;align-items:center;justify-content:space-between;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-md);padding:.75rem .875rem;font-size:.88rem;color:var(--accent-green);gap:.5rem}.co-promo-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;flex-shrink:0}.co-promo-chips{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.co-promo-chip{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:linear-gradient(135deg,rgba(16,185,129,.06),rgba(16,185,129,.1));border:1.5px dashed rgba(16,185,129,.4);border-radius:var(--radius-md);cursor:pointer;width:100%;text-align:left;flex-wrap:wrap}.co-promo-code{font-family:var(--font-mono);font-weight:700;font-size:.85rem;color:var(--accent);letter-spacing:1px}.co-promo-desc{font-size:.78rem;color:var(--text-secondary);flex:1 1}.co-promo-badge{font-size:.72rem;font-weight:700;color:var(--accent-green);background:rgba(16,185,129,.12);padding:2px 8px;border-radius:var(--radius-full);white-space:nowrap}.co-tip{background:rgba(16,185,129,.07);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.82rem;color:var(--text-secondary);margin-top:.75rem;line-height:1.5}.co-hint{font-size:.78rem;color:var(--text-muted)}.co-summary-card{padding-bottom:.875rem}.co-summary-rows{display:flex;flex-direction:column;gap:0}.co-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;color:var(--text-secondary);border-bottom:1px solid var(--bg-secondary)}.co-summary-row:last-child{border-bottom:none}.co-summary-row .free,.co-summary-row.savings{color:var(--accent-green)}.co-summary-row .free{font-weight:600}.co-summary-row.total-row{font-weight:700;font-size:1rem;color:var(--text-primary);padding-top:.75rem;margin-top:.25rem;border-top:2px solid var(--border);border-bottom:none}.co-total-amount{font-family:var(--font-mono);font-size:1.2rem;font-weight:800;color:var(--accent)}.co-confirm-detail{font-size:.9rem;line-height:1.6;color:var(--text-secondary)}.co-confirm-detail strong{color:var(--text-primary);font-size:1rem}.co-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -4px 20px rgba(0,0,0,.1);padding-bottom:env(safe-area-inset-bottom,0)}.co-sticky-inner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;max-width:600px;margin:0 auto}.co-sticky-total{display:flex;flex-direction:column;min-width:0;flex:1 1}.co-sticky-label{font-size:.72rem;color:var(--text-muted);line-height:1}.co-sticky-price{font-family:var(--font-mono);font-size:1.2rem;font-weight:800;color:var(--text-primary);line-height:1.2}.co-sticky-btn{flex-shrink:0;height:48px;padding:0 1.25rem;background:linear-gradient(135deg,var(--accent),#1a6fa8);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;white-space:nowrap;min-width:160px;transition:opacity .15s}.co-sticky-btn:disabled{opacity:.6;cursor:not-allowed}.co-sticky-back{flex-shrink:0;height:44px;padding:0 .875rem;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border);border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap}.co-sticky-back:disabled{opacity:.6}@media (max-width:768px){.co-sticky-cta{bottom:calc(60px + env(safe-area-inset-bottom, 0px))}}@media (min-width:640px){.co-body{padding:1.25rem 1rem}.co-card{padding:1.25rem;margin-bottom:1rem}.co-sticky-cta{bottom:0}.co-sticky-btn{min-width:200px;font-size:1rem}}@media (max-width:360px){.co-row-2{grid-template-columns:1fr}.co-sticky-price{font-size:1rem}.co-sticky-btn{min-width:130px;font-size:.88rem;padding:0 .875rem}}.checkout-layout{display:grid;grid-template-columns:1fr 400px;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-xl) 0;width:100%;max-width:100%}.checkout-form{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-card);width:100%;max-width:100%}.checkout-progress-steps{display:flex;gap:.5rem;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap;width:100%}.checkout-radio-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-top:.5rem;width:100%}.checkout-option-card{display:flex;align-items:center;gap:10px;cursor:pointer;padding:10px 12px;border:2px solid var(--border);border-radius:var(--radius-md);background:transparent;transition:all .2s;width:100%;box-sizing:border-box}.checkout-option-card.active{border-color:var(--accent);background:rgba(15,76,117,.06)}.checkout-step2-buttons{display:flex;gap:1rem}@media (max-width:768px){.checkout-layout{grid-template-columns:1fr;gap:1rem;padding:1rem 0}.checkout-form{padding:1rem .85rem}.checkout-radio-grid{grid-template-columns:1fr}.checkout-step2-buttons{flex-direction:column;gap:.75rem}}.form-group{margin-bottom:var(--space-lg);width:100%}.form-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:var(--space-sm)}.form-input,.form-label{color:var(--text-primary)}.form-input{width:100%;height:48px;padding:0 var(--space-md);background:var(--bg-primary);border:2px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;transition:border-color var(--duration-fast);box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,76,117,.1)}.form-textarea{width:100%;min-height:90px;padding:var(--space-md);background:var(--bg-primary);border:2px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;color:var(--text-primary);resize:vertical;transition:border-color var(--duration-fast);box-sizing:border-box;font-family:inherit}.form-textarea:focus{outline:none;border-color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-md);gap:var(--space-md);width:100%}@media (max-width:480px){.form-row{grid-template-columns:1fr;gap:0}}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-2xl);gap:var(--space-2xl);padding:var(--space-xl) 0}.product-gallery{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + var(--space-lg));height:-moz-fit-content;height:fit-content}.product-main-image{width:100%;max-height:380px;aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:var(--space-md);background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:.5rem}.product-main-image img{max-width:100%;max-height:100%;object-fit:contain!important}.product-thumbnails{display:flex;gap:var(--space-sm)}.product-thumb{width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:3px solid transparent;cursor:pointer;transition:border-color var(--duration-fast)}.product-thumb.active,.product-thumb:hover{border-color:var(--accent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:var(--space-md)}.product-info .breadcrumb{display:flex;gap:var(--space-sm);font-size:.85rem;color:var(--text-muted);margin-bottom:var(--space-md)}.product-info .breadcrumb a:hover{color:var(--accent)}.product-info h1{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:var(--space-sm);line-height:1.2}.product-info .product-tags{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg)}.product-info .tag{padding:4px 12px;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;background:rgba(16,185,129,.1);color:var(--accent-green)}.product-price-box{display:flex;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-md)}.product-price-box .current{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--text-primary)}.product-price-box .original{font-family:var(--font-mono);font-size:1.1rem;color:var(--text-light);text-decoration:line-through}.product-price-box .discount{padding:4px 10px;background:var(--accent-warm);color:#fff;font-size:.82rem;font-weight:700;border-radius:var(--radius-sm)}.product-description{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:var(--space-xl)}.product-actions{display:flex;gap:var(--space-md);margin-bottom:var(--space-xl)}.product-actions .btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}@media (max-width:640px){.product-detail{grid-template-columns:1fr;gap:1rem}.product-gallery{position:static}.product-info{padding:0}.product-info h1{font-size:1.35rem;line-height:1.3;margin-bottom:.4rem}.product-price-box{padding:.65rem .85rem;margin-bottom:.85rem;gap:.5rem}.product-price-box .current{font-size:1.45rem}.product-price-box .original{font-size:.95rem}.product-price-box .discount{font-size:.75rem;padding:3px 7px}.product-description{font-size:.88rem;line-height:1.5;margin-bottom:.85rem}.product-actions{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.product-actions .btn{width:100%;padding:11px 16px;font-size:.92rem}}.admin-layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:calc(100vh - var(--header-height))}.admin-sidebar{background:var(--bg-dark);padding:var(--space-lg);position:-webkit-sticky;position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto}.admin-sidebar .nav-link{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);color:hsla(0,0%,100%,.6);border-radius:var(--radius-md);margin-bottom:4px;font-weight:500}.admin-sidebar .nav-link.active,.admin-sidebar .nav-link:hover{background:hsla(0,0%,100%,.1);color:#fff}.admin-content{padding:var(--space-xl);background:var(--bg-primary)}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xl)}.admin-header h1{font-family:var(--font-heading);font-size:1.8rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-xl)}.stat-card{background:var(--bg-card);padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.stat-card .stat-value{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--text-primary)}.stat-card .stat-label{font-size:.85rem;color:var(--text-muted);margin-top:4px}.stat-card .stat-change{font-size:.82rem;font-weight:600;margin-top:var(--space-sm)}.stat-card .stat-change.up{color:var(--accent-green)}.stat-card .stat-change.down{color:var(--accent-warm)}.admin-table-wrapper{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:var(--space-md);font-size:.82rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;background:var(--bg-primary);border-bottom:1px solid var(--border)}.admin-table td{padding:var(--space-md);border-bottom:1px solid var(--border-light);font-size:.92rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:rgba(15,76,117,.02)}.table-product{display:flex;align-items:center;gap:var(--space-md)}.status-badge{display:inline-flex;padding:4px 12px;border-radius:var(--radius-full);font-size:.78rem;font-weight:600}.status-badge.in-stock{background:rgba(16,185,129,.1);color:var(--accent-green)}.status-badge.out-of-stock{background:rgba(232,93,58,.1);color:var(--accent-warm)}.status-badge.pending{background:rgba(245,158,11,.1);color:var(--accent-yellow)}.status-badge.confirmed{background:rgba(15,76,117,.1);color:var(--accent)}.status-badge.delivered{background:rgba(16,185,129,.1);color:var(--accent-green)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);animation:fadeIn .2s var(--ease-out)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;padding:var(--space-xl);animation:modalSlide .3s var(--ease-out)}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xl)}.modal-header h2{font-family:var(--font-heading);font-size:1.4rem;font-weight:700}.modal-close{width:36px;height:36px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all var(--duration-fast)}.modal-close:hover{background:var(--bg-secondary);color:var(--text-primary)}@media (max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}}.order-timeline{position:relative;padding-left:40px}.order-timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--border)}.timeline-step{position:relative;padding-bottom:var(--space-xl)}.timeline-step:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-33px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--border);border:3px solid var(--bg-card);box-shadow:0 0 0 2px var(--border)}.timeline-step.completed .timeline-dot{background:var(--accent-green);box-shadow:0 0 0 2px var(--accent-green)}.timeline-step.active .timeline-dot{background:var(--accent);box-shadow:0 0 0 2px var(--accent),0 0 0 6px rgba(15,76,117,.2);animation:dotPulse 2s infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 0 2px var(--accent),0 0 0 6px rgba(15,76,117,.2)}50%{box-shadow:0 0 0 2px var(--accent),0 0 0 10px rgba(15,76,117,.1)}}.timeline-step h4{font-family:var(--font-heading);font-weight:600;margin-bottom:4px}.timeline-step p{font-size:.85rem;color:var(--text-muted)}.timeline-step.completed h4{color:var(--accent-green)}.timeline-step.active h4{color:var(--accent)}.search-page-input{width:100%;height:56px;padding:0 var(--space-lg) 0 52px;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-lg);font-size:1.1rem;box-shadow:var(--shadow-card);transition:all var(--duration-normal)}.search-page-input:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(15,76,117,.1)}.search-results-count{font-size:.9rem;color:var(--text-muted);margin:var(--space-lg) 0}.breadcrumb{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) 0;font-size:.85rem;color:var(--text-muted)}.breadcrumb a:hover{color:var(--accent)}.breadcrumb .separator{color:var(--text-light)}.page-title{font-size:2rem;font-weight:700;margin-bottom:var(--space-lg)}.page-title,.page-title-sm{font-family:var(--font-heading)}.page-title-sm{font-size:1.5rem;font-weight:600;margin-bottom:var(--space-md)}.toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%) translateY(20px);padding:12px 24px;background:var(--bg-dark);color:#fff;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;box-shadow:var(--shadow-xl);z-index:3000;opacity:0;transition:all var(--duration-normal) var(--ease-out);pointer-events:none}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--border-light) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.cta-banner{background:linear-gradient(135deg,var(--accent),var(--accent-light));border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-xl);display:flex;align-items:center;justify-content:space-between;color:#fff;margin:var(--space-2xl) 0}.cta-banner h3{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;margin-bottom:var(--space-sm)}.cta-banner p{opacity:.85;font-size:1rem;max-width:450px}@media (max-width:768px){.cta-banner{flex-direction:column;text-align:center;gap:var(--space-lg);padding:var(--space-xl)}}.form-select{width:100%;height:48px;padding:0 var(--space-md);background:var(--bg-primary);border:2px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;color:var(--text-primary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color var(--duration-fast)}.form-select:focus{border-color:var(--accent)}.empty-state{text-align:center;padding:var(--space-4xl) var(--space-lg)}.empty-state .icon{font-size:4rem;margin-bottom:var(--space-lg);opacity:.5}.empty-state h3{font-family:var(--font-heading);font-size:1.3rem;margin-bottom:var(--space-sm)}.empty-state p{color:var(--text-muted);margin-bottom:var(--space-xl);max-width:400px;margin-left:auto;margin-right:auto}.fade-in{animation:fadeInUp .5s var(--ease-out) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.delivery-banner{background:var(--bg-dark);color:#fff;padding:10px 0;text-align:center;font-size:.85rem;font-weight:500}.delivery-banner span{color:var(--accent-warm-light)}@media print{.footer,.header,.mobile-bottom-nav,.whatsapp-float{display:none!important}.page-wrapper{padding:0}}.leaflet-bottom,.leaflet-top{z-index:400!important}.leaflet-control-attribution{font-size:.65rem!important}#find-us .container>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (max-width:900px){#find-us .container>div{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.map-two-col{grid-template-columns:1fr!important}}.leaflet-popup-content-wrapper{border-radius:12px!important;box-shadow:0 8px 25px rgba(0,0,0,.15)!important}.leaflet-popup-tip{box-shadow:none!important}#__next,body,html,main{width:100%;max-width:100vw;overflow-x:hidden!important;box-sizing:border-box}*,:after,:before{box-sizing:border-box}canvas,iframe,img,svg,video{max-width:100%;height:auto}a,div,h1,h2,h3,h4,h5,h6,p,span{overflow-wrap:break-word;word-break:break-word}.hero h1{font-size:clamp(1.75rem,5vw,3.5rem)}.hero-desc{font-size:clamp(.9rem,2.5vw,1.15rem)}.section-title{font-size:clamp(1.35rem,3.5vw,2rem)}.page-title{font-size:clamp(1.25rem,3vw,2rem)}.admin-header h1{font-size:clamp(1.25rem,3vw,1.8rem)}.stat-card .stat-value{font-size:clamp(1.3rem,3vw,2rem)}@media (max-width:768px){.btn{min-height:44px}.icon-btn{width:44px;height:44px}.filter-tab{padding:10px 18px;min-height:44px}}@media (max-width:480px){.container{padding:0 1.25rem;width:100%;box-sizing:border-box}}@media (max-width:360px){.container{padding:0 .75rem}}@media (max-width:480px){.hero{min-height:360px;width:100%;max-width:100vw}.hero-content{padding:1.75rem 1rem;width:100%;max-width:100%}.hero-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-top:1.25rem;padding-top:1rem}.hero-stat .number{font-size:1.15rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .btn{width:100%;padding:12px 16px;font-size:.88rem;justify-content:center}}@media (max-width:1024px) and (min-width:769px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{aspect-ratio:4/3}.category-card h3{font-size:1.1rem}}@media (max-width:360px){.categories-grid{grid-template-columns:1fr}.category-card{aspect-ratio:16/9}}@media (max-width:480px){.products-grid{gap:.6rem}.product-card-body{padding:.6rem}.product-card-name{font-size:.85rem}.price-current{font-size:.95rem}.btn-cart{padding:9px;font-size:.82rem}}@media (max-width:1024px) and (min-width:769px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.footer{padding:2rem 0 1rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.cart-item-image{width:64px;height:64px}.cart-item-name{font-size:.85rem}.qty-btn{width:28px;height:28px}.qty-value{width:28px;line-height:28px}.checkout-form{padding:.875rem}input,select,textarea{font-size:16px!important}}.admin-mobile-tabs{display:none}@media (max-width:768px){.admin-mobile-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--bg-dark);overflow-x:auto;-webkit-overflow-scrolling:touch;position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:100}.admin-mobile-tabs::-webkit-scrollbar{display:none}.admin-mobile-tab{display:flex;align-items:center;gap:.4rem;padding:8px 16px;border-radius:var(--radius-full);font-size:.85rem;font-weight:600;white-space:nowrap;border:none;cursor:pointer;color:hsla(0,0%,100%,.55);background:hsla(0,0%,100%,.07);transition:all var(--duration-fast);min-height:36px}.admin-mobile-tab.active{background:var(--accent);color:#fff}.admin-layout{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-content{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.stat-card{padding:1rem}.admin-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}.admin-table{min-width:540px}.admin-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.modal-overlay{padding:0;align-items:flex-end}.modal{max-width:100%;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:92vh;padding:1.5rem 1rem}}@media (max-width:400px){.stats-grid{grid-template-columns:1fr}.admin-content{padding:.75rem}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:280px}.hero-content{padding:1.5rem 1rem}.hero-stats{display:none}}.filter-tabs{scroll-snap-type:x mandatory}.filter-tab{scroll-snap-align:start}.table-product img{width:48px;height:48px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}