/* Surface Woo de Bolsos. Las ramas legacy conservan las reglas de CATEGORIAS. */
.byp-woo-catalogue { --byp-woo-catalogue-columns: 6; background: #fff; box-sizing: border-box; color: #001f42; min-height: calc(100vh - 229px); padding: 0 39px 72px; }
.byp-woo-catalogue__title { color: #001f42; font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 700; letter-spacing: 0; line-height: 1; margin: 0 0 62px; padding-top: 8px; text-align: center; }
.byp-woo-catalogue__grid { display: grid; gap: 46px 64px; grid-template-columns: repeat(var(--byp-woo-catalogue-columns), minmax(0, 1fr)); margin: 0; }
.byp-woo-catalogue__state { font-size: 16px; margin: 0; text-align: center; }
.byp-product-card { min-width: 0; position: relative; text-align: center; }
.byp-product-card__image { aspect-ratio: 1 / 1; display: block; position: relative; text-decoration: none; }
.byp-product-card__image-file, .byp-product-card__image-missing { aspect-ratio: 1 / 1; display: block; height: auto; inline-size: 100%; width: 100%; }
.byp-product-card__image-file { object-fit: cover; transition: box-shadow 160ms ease, transform 160ms ease; }
.byp-product-card__image:hover .byp-product-card__image-file, .byp-product-card__image:focus .byp-product-card__image-file { box-shadow: 0 4px 12px rgba(8, 39, 71, .12); transform: translateY(-1px); }
.byp-product-card__image-missing { background: #f2f0ed; }
.byp-product-card__soldout { background: #fff; border-radius: 10px; color: #7b1f2d; font-size: 12px; font-weight: 650; left: 10px; letter-spacing: 0; line-height: 1; padding: 6px 11px; position: absolute; top: 10px; z-index: 1; }
.byp-product-card__title { box-sizing: border-box; font-family: Arial, sans-serif; font-size: 13px; font-weight: 700; line-height: 1.25; margin: 16px 0 0; min-height: 65px; padding: 0; text-align: center; text-transform: uppercase; width: 100%; }
.byp-product-card__title a { color: inherit; text-decoration: none; }
.byp-product-card__price { color: #001b33; font-size: 16px; font-weight: 800; line-height: 1.2; margin: 0 auto 14px; text-align: center; }
.byp-product-card__price--sale { align-items: baseline; display: inline-flex; gap: 6px; justify-content: center; width: 100%; }
.byp-product-card__price del { color: #8f98a4; font-size: .95em; font-weight: 800; opacity: 1; text-decoration-thickness: 2px; }
.byp-product-card__price ins { color: #8f1f31; font-size: 1.18em; font-weight: 900; text-decoration: none; }
.byp-product-card__action { align-items: center; background: #fff; border: 1px solid #9b1f36; border-radius: 8px; box-shadow: none; color: #9b1f36; display: inline-flex; font-size: 14px; font-weight: 750; justify-content: center; line-height: 1.12; margin-top: 10px; min-height: 50px; padding: 10px 16px; text-decoration: none; width: min(100%, 210px); }
.byp-product-card__action:hover, .byp-product-card__action:focus { background: #7f182b; border-color: #7f182b; color: #fff; }

@media (max-width: 1180px) {
	.byp-woo-catalogue { --byp-woo-catalogue-columns: 4; }
	.byp-woo-catalogue__grid { gap: 40px; }
}

@media (max-width: 760px) {
	.byp-woo-catalogue { --byp-woo-catalogue-columns: 3; }
	.byp-woo-catalogue__grid { gap: 34px 24px; }
}
