.product-card{background:#fff;border-radius:8px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #00000014}.product-card__badge{z-index:2;color:#2750a2;text-transform:uppercase;letter-spacing:.03em;background:#fdc943;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;top:8px;left:8px}.product-card__image{aspect-ratio:4/3;background:#f4f4f4;width:100%;display:block;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%;transition:opacity .18s}.product-card__image:hover img{opacity:.85}.product-card__body{flex-direction:column;flex:1;gap:4px;padding:10px 12px 14px;display:flex}.product-card__brand{color:#2750a2;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.product-card__name{color:#555;font-size:.85rem;line-height:1.3;text-decoration:none}.product-card__name:hover{color:#2750a2;text-decoration:underline}.product-card__price-box{margin-top:auto;padding-top:8px}.product-card__prefix{color:#555;font-size:.75rem;font-weight:600}.product-card__price{color:#2750a2;font-size:1.5rem;font-weight:900;line-height:1}.product-card__price .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}.product-card__price ins{text-decoration:none}.product-card__price del{color:#aaa;font-size:.85rem;font-weight:400}.product-card__old-price{color:#aaa;font-size:.7rem;text-decoration:line-through}.product-card__cta{color:#2750a2;background:#fdc943;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:10px 20px;font-size:.9rem;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .15s;display:flex}.product-card__cta:hover{color:#fff;background:#2750a2;transform:translateY(-2px)}.product-card--wide{grid-column:span 2}.product-card--wide .product-card__image{aspect-ratio:16/7}.banner-descuento{background:#2750a2;border-radius:8px;grid-column:span 2;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;text-decoration:none;transition:opacity .18s;display:flex}.banner-descuento:hover{opacity:.92}.banner-descuento__texto{color:#fff}.banner-descuento__texto .porcentaje{color:#fdc943;font-size:3rem;font-weight:900;line-height:1}.banner-descuento__texto .descripcion{margin-top:2px;font-size:.95rem;font-weight:700;line-height:1.3}.banner-descuento__texto .condicion{opacity:.7;margin-top:4px;font-size:.7rem}.banner-descuento__imagen img{object-fit:contain;width:auto;max-height:360px}.banner-descuento--amarillo{background:#fdc943}.banner-descuento--amarillo .banner-descuento__texto,.banner-descuento--amarillo .banner-descuento__texto .porcentaje{color:#2750a2}.seccion-top{flex-direction:column;gap:12px;display:flex}.seccion-top__header{background:#1a3a7a;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.seccion-top__titulo{align-items:center;gap:10px;display:flex}.seccion-top__titulo .icono{color:#2750a2;background:#fdc943;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;display:flex}.seccion-top__titulo h2{color:#fff;text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:1rem;font-weight:900;line-height:1.2}.seccion-top__titulo h2 span{color:#fdc943}.seccion-top__ver-mas{color:#2750a2;white-space:nowrap;background:#fdc943;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:800;text-decoration:none;transition:background .18s,transform .15s;display:inline-flex}.seccion-top__ver-mas:hover{background:#fff;transform:translateY(-2px)}.seccion-top__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (width<=1100px){.seccion-top__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.seccion-top__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.seccion-top__grid{grid-template-columns:1fr 1fr}}
