.cqv-bloque {
	position: relative;
	margin: 8px 0 40px;
	padding: 0 4px 8px;
}
.cqv-cab {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 10px;
	padding-right: 4px;
}
.cqv-titulo {
	margin: 0;
	color: #b4232a;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.15;
}
.cqv-timer {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	color: #9a1915;
	margin-top: 2px;
}
.cqv-timer-reloj {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 38%, #ef4444 0%, #c81e1e 58%, #9a1915 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -1px;
	box-shadow: 0 2px 0 #7a1010, inset 0 1px 0 rgba(255,255,255,.25);
}
.cqv-timer-reloj:before,
.cqv-timer-reloj:after {
	content: "";
	position: absolute;
	background: #2b2b2b;
}
.cqv-timer-reloj:before {
	top: -5px;
	left: 50%;
	width: 14px;
	height: 9px;
	margin-left: -7px;
	border-radius: 2px 2px 0 0;
}
.cqv-timer-reloj:after {
	top: 6px;
	right: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 3px #9a1915;
}
.cqv-timer-txt {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	color: #9a1915;
	max-width: 78px;
}
.cqv-grid {
	display: flex;
	gap: 28px;
	align-items: stretch;
	flex-wrap: wrap;
}
.cqv-media {
	flex: 1 1 240px;
	max-width: 360px;
	border-radius: 14px;
	overflow: hidden;
	background: #f3f3f3;
	min-height: 280px;
}
.cqv-media img,
.cqv-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 280px;
}
.cqv-media iframe {
	width: 100%;
	min-height: 280px;
	border: 0;
	display: block;
}
.cqv-prod {
	flex: 1 1 190px;
	max-width: 280px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px 8px 4px;
}
.cqv-prod a { color: inherit; text-decoration: none; display: flex; flex-direction: column; align-items: center; width: 100%; }
.cqv-prod-img {
	width: 100%;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cqv-prod-img img { max-width: 100%; max-height: 210px; object-fit: contain; }
.cqv-prod-nom {
	margin: 12px 0 14px;
	font-size: 15px;
	color: #333;
	line-height: 1.35;
	min-height: 40px;
	max-width: 250px;
}
.cqv-precio {
	background: #9a1915;
	color: #fff;
	border-radius: 10px;
	padding: 10px 26px 8px;
	min-width: 128px;
	display: inline-block;
}
.cqv-precio strong { display: block; font-size: 30px; line-height: 1; font-weight: 800; }
.cqv-precio span { display: block; font-size: 12px; opacity: .95; margin-top: 5px; font-weight: 500; }
.cqv-rel-cab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 32px 0 14px;
	flex-wrap: wrap;
}
.cqv-rel-cab h3 {
	margin: 0;
	color: #b4232a;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cqv-ver-todas {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #9a1915;
	font-weight: 800;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.15;
	text-align: left;
}
.cqv-ver-todas .ojo {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #9a1915;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
}
.cqv-ver-todas .ojo svg { width: 20px; height: 20px; fill: #fff; }
.cqv-rel-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.cqv-rel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 8px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
}
.cqv-rel img { max-width: 100%; max-height: 150px; object-fit: contain; }
.cqv-rel span { display: none; }
.cqv-vacio { text-align: center; color: #555; padding: 28px 12px; }
.cqv-flash { padding: 0 0 8px; }
.cqv-flash-hero {
	position: relative;
	background: #120808;
	border-radius: 4px;
	padding: 22px 22px 18px;
	overflow: hidden;
	min-height: 260px;
}
.cqv-flash-bg {
	position: absolute;
	inset: 0;
}
.cqv-flash-bg img,
.cqv-flash-bg video,
.cqv-flash-bg iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 78% center;
	display: block;
	border: 0;
	pointer-events: none;
}
.cqv-flash-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(12,4,4,.94) 0%, rgba(12,4,4,.62) 38%, rgba(10,4,4,.18) 72%, rgba(10,4,4,.08) 100%);
}
.cqv-flash-top {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}
.cqv-flash-kicker {
	margin: 0;
	color: #e11d2e;
	font-size: 26px;
	font-weight: 800;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .4px;
}
.cqv-flash-kicker:after { content: " -"; }
.cqv-flash-title {
	margin: 2px 0 0;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	font-style: italic;
	line-height: .95;
	text-transform: uppercase;
	max-width: 430px;
	text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.cqv-flash-timer {
	background: #fff;
	border-radius: 10px;
	padding: 8px 14px 8px 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,.28);
	flex: 0 0 auto;
}
.cqv-flash-clock { flex: 0 0 46px; line-height: 0; }
.cqv-flash-timer-h {
	color: #c41e3a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .2px;
	white-space: nowrap;
}
.cqv-flash-dhms {
	display: flex;
	align-items: baseline;
	gap: 4px;
	color: #c41e3a;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 1;
	margin-top: 2px;
}
.cqv-flash-dhms i { font-style: normal; opacity: .7; }
.cqv-flash-dhms-lbl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 4px;
	color: #9a1915;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	margin-top: 1px;
}
.cqv-flash-cards {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}
.cqv-flash-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0,0,0,.22);
	min-height: 168px;
}
.cqv-flash-card-img { background: #111; min-height: 168px; }
.cqv-flash-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 168px;
}
.cqv-flash-card-info {
	padding: 16px 14px 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cqv-flash-card-info p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.3;
	color: #222;
}
.cqv-flash-card-info strong {
	display: block;
	font-size: 32px;
	color: #c41e3a;
	line-height: 1;
}
.cqv-flash-card-info em {
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #666;
	margin: 4px 0 12px;
}
.cqv-flash-btn {
	display: inline-block;
	background: #b4232a;
	color: #fff !important;
	text-decoration: none;
	font-weight: 800;
	font-size: 14px;
	padding: 8px 18px;
	border-radius: 8px;
}
.cqv-flash-btn:hover { background: #8e161c; }
.cqv-flash .cqv-rel-cab { margin-top: 28px; }
@media (max-width: 980px) {
	.cqv-media { max-width: none; flex-basis: 100%; min-height: 200px; }
	.cqv-media img, .cqv-media video { min-height: 200px; }
	.cqv-rel-grid { grid-template-columns: repeat(2, 1fr); }
	.cqv-titulo { font-size: 24px; }
	.cqv-flash-title { font-size: 28px; }
	.cqv-flash-kicker { font-size: 20px; }
	.cqv-flash-cards { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.cqv-cab { flex-direction: column; }
	.cqv-timer { align-self: flex-end; }
	.cqv-prod { max-width: none; }
	.cqv-flash-top { flex-direction: column; }
	.cqv-flash-card { grid-template-columns: 1fr; }
	.cqv-flash-card-img { min-height: 140px; }
	.cqv-flash-card-img img { min-height: 140px; }
}
