.seo-category-main{width:min(1120px,100%);margin:0 auto;padding:26px 18px 56px}.seo-category-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:var(--muted);font-size:.92rem}.seo-category-breadcrumb a{color:inherit;text-decoration:none}.seo-category-breadcrumb a:hover{color:var(--text)}.seo-category-hero{margin-bottom:26px}.seo-category-kicker{margin:0 0 8px;color:var(--green);font-size:.76rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.seo-category-title{margin:0;color:var(--text);font-size:3rem;line-height:1.02}.seo-category-desc{max-width:760px;margin:14px 0 0;color:var(--muted);font-size:1.04rem;line-height:1.65}.seo-category-count{display:inline-flex;margin-top:18px;color:var(--muted);font-weight:700}.seo-category-empty{padding:24px;border:1px solid var(--border-faint);border-radius:18px;background:var(--surface);color:var(--muted)}.productos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:24px}#productosGrid .producto-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--border-faint);border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 30px #0e1e250d;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}#productosGrid .producto-card:hover{transform:translateY(-5px);border-color:var(--border-faint-hover);box-shadow:0 18px 45px #0e1e251f}#productosGrid .producto-card:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}#productosGrid .producto-card-media{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:4 / 3;background:#fff}#productosGrid .producto-card-img{width:auto;height:auto;max-width:min(100%,200px);max-height:min(100%,200px);background:#fff;object-fit:contain;transition:transform .3s var(--ease)}#productosGrid .producto-card:hover .producto-card-img{transform:scale(1.035)}#productosGrid .producto-card-body{display:flex;flex:1;flex-direction:column;padding:16px 18px 18px;background:#fff}#productosGrid .producto-card-title{margin:0 0 5px;color:#1f2937;font-size:1rem;font-weight:600;line-height:1.3}#productosGrid .producto-card-brand{display:block;margin-bottom:14px;color:#7b8494;font-size:.82rem;font-weight:500}.producto-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.producto-card-arrow{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s var(--ease)}.producto-card:hover .producto-card-arrow{transform:translate(3px)}#productosGrid .producto-card-category{display:inline-block;max-width:100%;overflow:hidden;padding:4px 10px;border-radius:100px;background:#f3f5f7;color:#4b5563;font-size:.72rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}#productosGrid .producto-card-apto{position:absolute;z-index:3;top:12px;right:12px;display:inline-grid;width:32px;height:32px;place-items:center;padding:0;border:0;border-radius:50%;cursor:pointer;transition:transform .18s var(--ease),box-shadow .18s var(--ease)}#productosGrid .producto-card-apto:hover{transform:scale(1.08)}#productosGrid .producto-card-apto:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}#productosGrid .producto-card-apto svg{width:18px;height:18px}#productosGrid .producto-card-apto.is-vegan{background:#d4ecdc;box-shadow:0 2px 8px #00b97c38}#productosGrid .producto-card-apto.is-vegan svg{fill:#00875a}#productosGrid .producto-card-apto.is-no-vegan{background:#f7d4d9;box-shadow:0 2px 8px #f0444e38}#productosGrid .producto-card-apto.is-no-vegan svg{fill:#d92d36}#productosGrid .producto-card-apto:after{content:attr(data-tooltip);position:absolute;z-index:4;top:calc(100% + 6px);right:0;padding:4px 9px;border-radius:6px;background:#1f2937;color:#fff;font-size:.72rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s var(--ease)}#productosGrid .producto-card-apto:hover:after,#productosGrid .producto-card-apto:focus-visible:after{opacity:1}.seo-category-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:34px}.seo-category-pagination a,.seo-category-pagination span{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 14px;border:1px solid var(--border-faint);border-radius:12px;background:var(--surface);color:var(--text);font-size:.86rem;font-weight:700;text-decoration:none}.seo-category-pagination a:first-child,.seo-category-pagination span:first-child{justify-self:start}.seo-category-pagination a:last-child,.seo-category-pagination span:last-child{justify-self:end}.seo-category-pagination a:hover{border-color:var(--border-faint-hover);color:var(--green)}.seo-category-pagination a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.seo-category-pagination span[aria-disabled=true]{opacity:.45}.seo-category-pagination strong{color:var(--muted);font-size:.84rem;text-align:center}@media (max-width: 720px){.seo-category-title{font-size:2.2rem}.productos-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}}@media (max-width: 520px){.productos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}#productosGrid .producto-card-body{padding:14px 14px 16px}#productosGrid .producto-card-brand{margin-bottom:10px}.seo-category-pagination{grid-template-columns:1fr 1fr}.seo-category-pagination strong{grid-column:1 / -1;grid-row:1}.seo-category-pagination a,.seo-category-pagination span{grid-row:2;width:100%}}
