/* La presentacion comun del catalogo se hereda de CATEGORIAS/style.css. */

.byp-woo-catalogue {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 26px 56px;
}

.byp-woo-catalogue__title {
	color: #001d3d;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 46px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.1;
	margin: 0 0 70px;
	text-align: center;
	text-transform: uppercase;
}

.byp-woo-catalogue .byp-product-grid {
	display: grid;
	gap: 34px 64px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.byp-woo-catalogue .byp-product-card {
	width: 100%;
}
