.db-ofertas-wrap {
	max-width: 1200px;
	margin: 40px auto 60px;
	padding: 0 5vw;
}

.db-ofertas-heading {
	text-align: center;
	color: #011340;
	border-bottom: 3px solid #FEC917;
	display: block;
	width: fit-content;
	margin: 0 auto 30px;
	padding-bottom: 6px;
}

.db-ofertas-empty {
	text-align: center;
	color: #666;
	font-size: 15px;
	padding: 60px 20px;
	background: #f7f7f8;
	border-radius: 10px;
}

/* Badge nativo "¡Oferta!" de WooCommerce (span.onsale) - se redibuja en el
   amarillo/navy de la marca en vez del rojo/gris generico por defecto del
   tema, consistente con el resto del sitio. */
.db-ofertas-wrap .onsale {
	background: #FEC917 !important;
	color: #011340 !important;
	font-weight: 700 !important;
}
