.category-menu{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.25rem 0 .5rem}.category-item{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:.45rem .95rem;cursor:pointer}.category-item.active,.category-item:hover{background:#edf5ee;border-color:#b6c9b8}.filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-label{font-size:.8rem;font-weight:600;color:var(--muted);min-width:46px;text-transform:uppercase;letter-spacing:.04em}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-item{border:1px solid var(--border);background:transparent;color:var(--text);border-radius:999px;padding:.35rem .85rem;font-size:.875rem;cursor:pointer;transition:background .15s,border-color .15s}.filter-item.active,.filter-item:hover{background:#edf5ee;border-color:#b6c9b8}.search-bar input{width:100%;padding:.75rem .9rem;border-radius:999px;border:1px solid var(--border);outline:none}.search-bar input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f7f5a33}.site-header{position:sticky;top:0;z-index:10;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:1rem 0}.header-inner{width:min(1700px,96%);margin:0 auto;display:grid;grid-template-columns:auto 1fr minmax(220px,320px);align-items:center;gap:1rem}.header-brand{display:flex;align-items:center;gap:.6rem}.header-brand h1{margin:0;font-size:1.25rem}.logo-dot{width:14px;height:14px;border-radius:50%;background:linear-gradient(120deg,#79a87f,#4f7f5a)}.main-menu{display:flex;justify-content:center;gap:1rem}.main-menu a{text-decoration:none;color:var(--muted);font-weight:500}.main-menu a:hover{color:var(--primary)}@media (max-width: 900px){.header-inner{grid-template-columns:1fr;gap:.8rem}.main-menu{justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-bottom:.25rem}}.product-card{background:var(--surface);border-radius:16px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-image{width:100%;height:auto;max-height:180px;object-fit:contain;background:#f0f3f0;padding:.5rem}.product-content{padding:.9rem;display:flex;flex-direction:column;flex:1}.product-tags{display:flex;flex-wrap:wrap;gap:.3rem}.product-tag{display:inline-block;align-self:flex-start;font-size:.75rem;border-radius:999px;padding:.2rem .5rem;color:var(--muted);background:#f0f3f0}.product-tag--masculino{color:#1a5fa8;background:#ddeaf8}.product-tag--femenino{color:#b0437a;background:#fde8f2}.product-tag--unisex{color:#6b4fa8;background:#ece8f8}.product-tag--niño{color:#1a85a8;background:#d8f2f8}.product-tag--adulto{color:var(--muted);background:#f0f3f0}.product-tag--marca{color:#2d5a2d;background:#e8f1e8;font-weight:600}.product-tag--linea{color:#5a4a2d;background:#f1ebe8;font-style:italic}.product-tag--tamaño{color:#2d5a5a;background:#e8f1f1;font-size:.7rem}.product-category{display:inline-block;align-self:flex-start;font-size:.8rem;color:var(--primary);background:#edf5ee;border-radius:999px;padding:.2rem .5rem}.product-content h3{margin:.65rem 0 .4rem;font-size:1.05rem}.product-description{margin:0;color:var(--muted);min-height:2.6em}.product-vencimiento{margin:.3rem 0 0;font-size:.75rem;color:#c0392b;font-weight:600}.product-footer{margin-top:auto;padding-top:.9rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.product-category--oferta{color:#c0392b;background:#fdecea}.product-price{display:flex;flex-direction:column;gap:.1rem}.product-actions{display:flex;align-items:center}.product-stock-text{font-size:.78rem;color:#a7afb4;font-weight:500}.product-stock-help{font-size:.68rem;color:#b9c0c5;font-style:italic}.precio-antes{font-size:.8rem;color:var(--muted);text-decoration:line-through}.precio-oferta{color:#c0392b}@media (max-width: 560px){.product-footer{flex-direction:column;align-items:flex-start}.product-actions{width:100%;justify-content:flex-start}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,260px));justify-content:center;gap:1.25rem}@media (min-width: 1700px){.product-grid{grid-template-columns:repeat(6,260px)}}@media (max-width: 600px){.product-grid{grid-template-columns:1fr}}.empty-state{color:var(--muted);background:var(--surface);border:1px dashed #ccd8cd;padding:1rem;border-radius:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{position:relative;background:var(--surface);border-radius:20px;box-shadow:0 24px 60px #0000002e;max-width:760px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:.9rem;right:.9rem;z-index:1;background:var(--bg);border:1px solid var(--border);border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;color:var(--muted)}.modal-close:hover{background:#edf5ee;color:var(--text)}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:0}.modal-image-wrap{background:#f0f3f0;border-radius:20px 0 0 20px;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:300px}.modal-image{width:100%;max-height:320px;object-fit:contain}.modal-info{padding:1.75rem 1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:.65rem}.modal-info h2{margin:.35rem 0 0;font-size:1.3rem;line-height:1.3}.modal-description{margin:0;color:var(--muted);line-height:1.6}.modal-meta{display:grid;grid-template-columns:auto 1fr;gap:.3rem .75rem;margin:.25rem 0}.modal-meta dt{color:var(--muted);font-size:.85rem}.modal-meta dd{margin:0;font-size:.85rem;font-weight:500}.modal-price{margin:.25rem 0 0;font-size:1.5rem;font-weight:700;color:var(--primary)}.modal-stock{margin:0;font-size:.82rem;color:#a7afb4;font-weight:500}.modal-stock-help{margin:-.2rem 0 0;font-size:.72rem;color:#b9c0c5;font-style:italic}.btn-whatsapp{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;text-decoration:none;border-radius:10px;padding:.65rem 1rem;font-weight:600;width:fit-content}.btn-whatsapp:hover{background:#1ebe5a}@media (max-width: 600px){.modal-body{grid-template-columns:1fr}.modal-image-wrap{border-radius:20px 20px 0 0;min-height:200px}.modal-info{padding:1.25rem}}.hero{margin:2rem 0 1.5rem}.hero-subtitle{margin:0;color:var(--primary);font-weight:600}.hero h2{margin:.35rem 0 .75rem;font-size:clamp(1.5rem,3.2vw,2.2rem)}.hero-text{margin:0;color:var(--muted);max-width:60ch}.grid-section{width:min(1700px,96%);margin:0 auto;padding-bottom:2rem}.filter-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:14px}.info-section{margin-top:2.25rem}.section-heading{margin-bottom:.9rem}.section-heading h3{margin:.2rem 0 0;font-size:1.5rem}.promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.promo-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:var(--shadow)}.promo-card h4{margin:0;font-size:1.05rem}.promo-card p{margin:.55rem 0;color:var(--muted)}.promo-card span{display:inline-block;font-size:.82rem;color:var(--primary);background:#edf5ee;border-radius:999px;padding:.2rem .55rem}.contact-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:var(--shadow)}.contact-box p{margin:0 0 .5rem}.contact-box .btn-primary{margin-top:.35rem}:root{--bg: #f7f9f7;--surface: #ffffff;--text: #243224;--muted: #677067;--primary: #4f7f5a;--primary-dark: #3f6648;--border: #e4ebe4;--shadow: 0 8px 25px rgba(26, 50, 31, .08);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}.page{min-height:100vh}.container{width:min(1700px,96%);margin:0 auto;padding-bottom:3rem}.btn-primary{border:none;border-radius:10px;padding:.5rem .8rem;background:var(--primary);color:#fff;cursor:pointer}.btn-primary:hover{background:var(--primary-dark)}
