.category-page{box-sizing:border-box;width:min(1720px,calc(100% - 2rem));margin:0 auto;padding:24px 0 56px}.breadcrumbs{margin:0 0 18px;color:#687386;font-size:.78rem;font-weight:750;letter-spacing:.045em;text-transform:uppercase}.breadcrumbs a{color:#344054;text-decoration:none}.cat-header{display:grid;grid-template-columns:minmax(220px,38%) 1fr;gap:clamp(24px,5vw,72px);align-items:center;margin-bottom:36px;padding:clamp(20px,4vw,48px);background:linear-gradient(135deg,#fff,#f3f6fa);border:1px solid #e2e7ee;border-radius:18px;overflow:hidden}.cat-hero-img{display:block;width:100%;height:clamp(230px,32vw,430px);object-fit:contain;mix-blend-mode:multiply}.cat-header h1{margin:0;color:#0b1220;font-size:clamp(2rem,4vw,3.75rem);font-weight:900;line-height:1.04;letter-spacing:-.045em}.cat-header p{margin:14px 0 0;color:#667085;font-size:1rem;font-weight:700}.fd-subcategories{margin:12px 0 42px}.fd-section-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid #f6b73c}.fd-section-heading h2{margin:0;color:#0b1220;font-size:1.35rem;font-weight:900}.fd-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fd-category-card{display:grid;grid-template-rows:180px 1fr;min-height:285px;color:#0b1220;background:#fff;border:1px solid #dfe5ed;border-radius:14px;box-shadow:0 8px 24px rgba(11,18,32,.07);overflow:hidden;text-decoration:none;transition:.2s ease}.fd-category-card:hover{border-color:#f0b13a;box-shadow:0 16px 34px rgba(11,18,32,.12);transform:translateY(-4px)}.fd-category-image{display:flex;align-items:center;justify-content:center;padding:18px;background:#f5f7fa}.fd-category-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.fd-category-copy{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:16px 18px}.fd-category-copy strong{display:block;font-size:.94rem;line-height:1.25}.fd-category-copy span:not(.fd-category-arrow){display:block;margin-top:6px;color:#667085;font-size:.78rem}.fd-category-arrow{display:flex;width:32px;height:32px;align-items:center;justify-content:center;background:#fff1cf;border-radius:50%;color:#9b5b00}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{display:flex;min-width:0;flex-direction:column;color:#0b1220;background:#fff;border:1px solid #dfe5ed;border-radius:12px;box-shadow:0 6px 20px rgba(11,18,32,.06);overflow:hidden;text-decoration:none;transition:.2s ease}.product-card:hover{border-color:#efb33e;box-shadow:0 14px 30px rgba(11,18,32,.12);transform:translateY(-3px)}.card-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:16px;background:#f7f8fa}.card-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.card-body{display:flex;flex:1;flex-direction:column;padding:15px}.card-brand{margin:0 0 6px;color:#a76500;font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.card-body h3{margin:0 0 12px;font-size:.88rem;line-height:1.4;font-weight:800;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-price{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.price{font-size:1.02rem;font-weight:900}.stock-label{color:#667085;font-size:.7rem;font-weight:700}
@media(max-width:960px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.category-page{width:min(100% - 1.25rem,1280px);padding-top:14px}.cat-header{grid-template-columns:1fr;padding:18px}.cat-hero-img{height:240px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fd-category-grid{grid-template-columns:1fr}.fd-category-card{grid-template-columns:110px 1fr;grid-template-rows:auto;min-height:128px}.fd-category-image{padding:10px}.card-body{padding:12px}.card-body h3{font-size:.8rem}}

/* Product cards follow the approved Cacifos Completos reference. */
.category-page .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:1.2rem!important}
.category-page .product-card{display:flex!important;overflow:hidden;min-width:0;flex-direction:column;color:#0b1220;background:#fff;border:1px solid var(--border)!important;border-radius:16px!important;box-shadow:0 12px 34px rgba(11,18,32,.08)!important;transition:transform .18s ease,box-shadow .18s ease}
.category-page .product-card:hover{box-shadow:0 16px 38px rgba(11,18,32,.14)!important;transform:translateY(-4px)}
.category-page .card-image{position:relative;display:flex!important;height:auto!important;aspect-ratio:1!important;align-items:center;justify-content:center;box-sizing:border-box;padding:0!important;background:#fff!important}
.category-page .card-image img{box-sizing:border-box;width:100%!important;height:100%!important;padding:1rem!important;object-fit:contain;mix-blend-mode:normal!important}
.category-page .card-body{display:flex;flex:1;flex-direction:column;padding:1rem!important;border-top:0}
.category-page .card-brand,.category-page .stock-label{display:none!important}
.category-page .card-body h3{display:-webkit-box;min-height:2.4em;margin:.4rem 0!important;overflow:hidden;color:#0b1220;font-size:.95rem!important;font-weight:800;line-height:1.2!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.category-page .card-price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto!important;padding-top:.5rem}
.category-page .card-price .price{color:#0b1220;font-size:1.2rem!important;font-weight:900}
@media(max-width:1100px){.category-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){.category-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:600px){.category-page .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.category-page .card-body{padding:.8rem!important}.category-page .card-body h3{font-size:.85rem!important}.category-page .card-price .price{font-size:1rem!important}}
@media(max-width:390px){.category-page .product-grid{grid-template-columns:1fr!important}}

/* Alternate live cards use the same Cacifos Completos visual system. */
.category-page .fd-live-product-card{display:flex;overflow:hidden;min-width:0;flex-direction:column;color:#0b1220;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 34px rgba(11,18,32,.08);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.category-page .fd-live-product-card:hover{box-shadow:0 16px 38px rgba(11,18,32,.14);transform:translateY(-4px)}
.category-page .fd-live-product-image{position:relative;display:flex;aspect-ratio:1;align-items:center;justify-content:center;box-sizing:border-box;background:#fff}
.category-page .fd-live-product-image img{box-sizing:border-box;width:100%;height:100%;padding:1rem;object-fit:contain}
.category-page .fd-live-product-body{display:flex;flex:1;flex-direction:column;padding:1rem}
.category-page .fd-live-brand,.category-page .fd-live-product-bottom .is-stock{display:none!important}
.category-page .fd-live-sku{display:block!important;margin:.15rem 0 .45rem!important;color:#65758b!important;font-size:.76rem!important;font-weight:700!important;line-height:1.3!important;letter-spacing:.015em!important}
.category-page .fd-live-product-body>strong{display:-webkit-box;min-height:2.4em;margin:.4rem 0;overflow:hidden;color:#0b1220;font-size:.95rem;font-weight:800;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.category-page .fd-live-product-bottom{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.5rem}
.category-page .fd-live-product-bottom b{color:#0b1220;font-size:1.2rem;font-style:normal;font-weight:900}
@media(max-width:600px){.category-page .fd-live-product-body{padding:.8rem}.category-page .fd-live-product-body>strong{font-size:.85rem}.category-page .fd-live-product-bottom b{font-size:1rem}}

/* Every category follows the approved /categoria/estantes/ layout. */
.category-page{box-sizing:border-box!important;width:auto!important;max-width:1720px!important;margin:2rem auto!important;padding:0 1.5rem!important}
.category-page .breadcrumbs{margin:0 0 1.5rem!important;color:var(--steel)!important;font-size:.85rem!important;letter-spacing:normal!important;text-transform:none!important}
.category-page .breadcrumbs a{color:var(--blue)!important}
.category-page .cat-header{display:flex!important;grid-template-columns:none!important;gap:1.5rem!important;align-items:center!important;box-sizing:border-box;margin-bottom:2rem!important;padding:48px!important}
.category-page .cat-hero-img{display:block!important;width:120px!important;min-width:120px!important;height:120px!important;padding:.5rem!important;object-fit:contain!important;border:1px solid var(--border)!important;border-radius:16px!important;background:#fff!important;mix-blend-mode:normal!important}
.category-page .cat-header h1{font-size:clamp(1.8rem,4vw,2.8rem)!important;line-height:1.05!important;letter-spacing:-.04em!important}
.category-page .cat-header p{margin:8px 0 0!important;color:var(--steel)!important}
.category-page .product-grid,.category-page .fd-live-product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:1.2rem!important}
.category-page .fd-live-product-card{display:flex!important;overflow:hidden!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--border)!important;border-radius:16px!important;box-shadow:var(--shadow-soft)!important}
.category-page .fd-live-product-image{display:flex!important;width:100%!important;height:auto!important;aspect-ratio:1!important;align-items:center!important;justify-content:center!important;background:#fff!important}
.category-page .fd-live-product-image img{display:block!important;box-sizing:border-box!important;width:100%!important;height:100%!important;padding:1rem!important;object-fit:contain!important}
.category-page .fd-live-product-body{display:flex!important;box-sizing:border-box!important;flex:1!important;flex-direction:column!important;padding:1rem!important}
.category-page .fd-live-product-bottom .is-stock{display:none!important}
.category-page .fd-live-product-body>strong{display:-webkit-box!important;min-height:2.4em!important;margin:.4rem 0!important;overflow:hidden!important;font-size:.95rem!important;font-weight:800!important;line-height:1.2!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
.category-page .fd-live-product-bottom{display:flex!important;align-items:baseline!important;gap:.5rem!important;margin-top:auto!important;padding-top:.5rem!important}
.category-page .fd-live-product-bottom b{font-size:1.2rem!important;font-weight:900!important}
@media(max-width:600px){.category-page{margin:1rem auto!important;padding:0 .75rem!important}.category-page .cat-header{padding:18px!important}.category-page .cat-hero-img{width:100px!important;min-width:100px!important;height:100px!important}.category-page .product-grid,.category-page .fd-live-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.category-page .fd-live-product-body{padding:.8rem!important}.category-page .fd-live-product-body>strong{font-size:.85rem!important}.category-page .fd-live-product-bottom b{font-size:1rem!important}}
@media(max-width:390px){.category-page .product-grid,.category-page .fd-live-product-grid{grid-template-columns:1fr!important}}
.fd-category-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px;margin:30px 0 8px}.fd-category-pagination button{min-width:42px;min-height:42px;padding:8px 12px;color:#172433;background:#fff;border:1px solid #d7dee8;border-radius:8px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease}.fd-category-pagination button:hover:not(:disabled),.fd-category-pagination button.is-current{color:#172433;background:#f6b73c;border-color:#f6b73c;box-shadow:0 5px 14px rgba(216,138,16,.2)}.fd-category-pagination button:disabled{cursor:not-allowed;opacity:.42}.fd-category-pagination span{padding:0 3px;color:#65758b}.product-grid.is-loading{min-height:320px;opacity:.45;pointer-events:none}@media(max-width:560px){.fd-category-pagination{gap:5px}.fd-category-pagination button{min-width:38px;min-height:38px;padding:7px 9px;font-size:12px}}
