/**
 * HCP · Web — CSS heredado de plugins de plantilla migrados al tema (23-09-2026).
 *
 * Contenido trasladado tal cual desde los plugins `hcp-plantilla-tienda`,
 * `hcp-store`, `hcp-archivo-microhobby`, `hcp-plantilla-video`,
 * `hcp-descripciones` y `hcp-cookies` (antes inyectado en línea por request
 * desde PHP). Pendiente de un futuro paso de diseño que sustituya los valores
 * sueltos por los tokens de theme.json — de momento prioridad: cero cambios
 * visuales respecto a producción.
 */

/* ===== plantilla-tienda ([hcp_tienda_destacados]) ===== */

.hcp-pt-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.hcp-pt-suscribete-caja {
	background: #5ebfbc;
	padding: 40px 16px;
	margin: 40px 0;
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.hcp-pt-suscribete-integrado {
	max-width: 1200px;
	margin: 40px auto;
}
.hcp-pt-suscribete-titulo,
.hcp-pt-suscribete-subtitulo,
.hcp-pt-suscribete-config {
	position: relative;
	z-index: 1;
}
.hcp-pt-suscribete-config {
	margin-top: 36px;
}
.hcp-pt-tetris-full {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.hcp-tp {
	position: absolute;
	top: -40px;
	width: 8px;
	height: 8px;
	background: transparent;
	opacity: 0.55;
	--tp-color: #cf2e2e;
	animation: hcp-tetris-fall 18s steps(10, end) infinite;
}
.hcp-tp-blanca { --tp-color: #f2c94c; }
.hcp-tp-morada { --tp-color: #7a4d9e; }
.hcp-tp-verde { --tp-color: #3fa34d; }
.hcp-tp-i { box-shadow: 0 0 0 var(--tp-color), 8px 0 0 var(--tp-color), 16px 0 0 var(--tp-color), 24px 0 0 var(--tp-color); }
.hcp-tp-o { box-shadow: 0 0 0 var(--tp-color), 8px 0 0 var(--tp-color), 0 8px 0 var(--tp-color), 8px 8px 0 var(--tp-color); }
.hcp-tp-l { box-shadow: 0 0 0 var(--tp-color), 0 8px 0 var(--tp-color), 0 16px 0 var(--tp-color), 8px 16px 0 var(--tp-color); }
.hcp-tp-s { box-shadow: 8px 0 0 var(--tp-color), 16px 0 0 var(--tp-color), 0 8px 0 var(--tp-color), 8px 8px 0 var(--tp-color); }
.hcp-tp-t { box-shadow: 8px 0 0 var(--tp-color), 16px 0 0 var(--tp-color), 8px 8px 0 var(--tp-color); }
@keyframes hcp-tetris-fall {
	from { transform: translateY(-40px); }
	to   { transform: translateY(240px); }
}
.hcp-pt-suscribete-titulo {
	text-align: center;
	font-size: 32px;
	margin: 0 0 8px;
	color: #cf2e2e;
}
.hcp-pt-suscribete-subtitulo {
	text-align: center;
	font-size: 16px;
	max-width: none;
	margin: 0 auto;
	color: #000;
}
.hcp-pt-imprescindibles-caja {
	background: #1a181c;
	padding: 24px;
	margin: 40px auto 64px;
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	border-radius: 14px;
	text-align: center;
}
.hcp-pt-imprescindibles-ribbon {
	position: absolute;
	bottom: 5px;
	right: -70px;
	width: 210px;
	padding: 20px 0;
	background: linear-gradient(
		0deg,
		#57c2ff 0%, #57c2ff 25%,
		#84bc33 25%, #84bc33 50%,
		#f5f929 50%, #f5f929 75%,
		#e83d23 75%, #e83d23 100%
	);
	transform: rotate(-45deg);
	z-index: 2;
}
.hcp-pt-imprescindibles-titulo {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: clamp(20px, 7vw, 32px);
	margin: 0;
	color: #d3b768;
}
.hcp-pt-imprescindibles-micro {
	color: #ffffff;
}
.hcp-pt-imprescindibles-hobby {
	color: #E21A1A;
}
.hcp-pt-imprescindibles-subtitulo {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	max-width: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #d3b768;
}
.hcp-pt-imprescindibles-intro {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: none;
	margin: 8px auto 32px;
	padding: 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.65);
}
.hcp-pt-imprescindibles-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.hcp-pt-imprescindible-producto {
	display: grid;
	grid-template-columns: 240px 1fr;
	align-items: start;
	gap: 28px;
	box-sizing: border-box;
	text-align: left;
}
.hcp-pt-imprescindible-img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.hcp-pt-imprescindible-ribbon {
	position: absolute;
	top: 18px;
	left: -42px;
	width: 150px;
	padding: 5px 0;
	background-color: #d3b768;
	color: #1a181c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.6px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-45deg);
	box-shadow: 6px 2px 3px rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.hcp-pt-imprescindible-ribbon-agotado {
	background-color: #E21A1A;
	color: #fff;
}
.hcp-pt-imprescindible-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 667 / 1024;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #d3b768;
}
.hcp-pt-imprescindible-info {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	color: #fff;
	align-self: stretch;
	display: flex;
	flex-direction: column;
}
.hcp-pt-imprescindible-desc {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
}
.hcp-pt-imprescindible-boton {
	display: inline-block;
	align-self: flex-start;
	margin-top: auto;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	color: #fff;
	border: 1.5px solid #fff;
	border-radius: 8px;
	background-color: transparent;
	transition: background-color .15s ease, color .15s ease;
}
.hcp-pt-imprescindible-boton:hover {
	background-color: #d3b768;
	border-color: #d3b768;
	color: #1a181c;
}
.hcp-pt-otros-titulos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
}
.hcp-pt-otros-titulos-titulo {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 4px;
	color: #d3b768;
	text-align: left;
}
.hcp-pt-otro-titulo-fila {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 16px 0;
	text-align: left;
}
.hcp-pt-otro-titulo-img {
	flex: 0 0 auto;
	display: block;
}
.hcp-pt-otro-titulo-img img {
	width: 90px;
	height: auto;
	aspect-ratio: 667 / 1024;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #d3b768;
	display: block;
}
.hcp-pt-otro-titulo-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	color: #ffffff;
}
.hcp-pt-otro-titulo-cabecera {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.hcp-pt-otro-titulo-agotado {
	display: inline-block;
	padding: 3px 9px;
	background-color: #E21A1A;
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 1.4;
}
.hcp-pt-otro-titulo-nombre {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none !important;
}
.hcp-pt-otro-titulo-nombre:hover {
	color: #d3b768;
}
.hcp-pt-otro-titulo-desc {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}
.hcp-pt-otro-titulo-desc p {
	margin: 0 0 6px;
}
.hcp-pt-otro-titulo-desc p:last-child {
	margin-bottom: 0;
}
@media (max-width: 900px) {
	.hcp-pt-otros-titulos {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 16px;
		margin-top: 8px;
		height: auto;
	}
	.hcp-pt-otros-titulos-titulo {
		grid-column: 1 / -1;
		text-align: center;
	}
	.hcp-pt-otro-titulo-fila {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
		gap: 8px;
	}
	.hcp-pt-otro-titulo-img img {
		width: 100%;
		max-width: 140px;
	}
	.hcp-pt-otro-titulo-info {
		align-items: center;
	}
	.hcp-pt-otro-titulo-cabecera {
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}
	.hcp-pt-otro-titulo-nombre {
		font-size: 15px;
	}
	.hcp-pt-otro-titulo-desc {
		display: none;
	}
}
.hcp-pt-extras-caja {
	background-color: #7a4d9e;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://tienda.hechoconpixels.com/wp-content/uploads/2025/06/laminas-suscriptores-pixels.jpg');
	background-size: cover;
	background-position: center;
	padding: 24px;
	margin-top: 64px;
}
.hcp-pt-extras-doscol {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.hcp-pt-extras-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.hcp-pt-extra-producto {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
}
.hcp-pt-extra-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #d3b768;
}
.hcp-pt-extra-nombre {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	transition: color .15s ease;
}
.hcp-pt-extra-producto:hover .hcp-pt-extra-nombre {
	color: #1a181c;
}
.hcp-pt-extra-precio {
	margin-top: 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
}
.hcp-pt-extras-texto {
	text-align: left;
}
.hcp-pt-extras-titulo {
	font-family: inherit;
	font-weight: 700;
	font-size: clamp(24px, 5vw, 32px);
	text-transform: none;
	margin: 0 0 12px;
	color: #ffffff;
}
.hcp-pt-extras-subtitulo {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}
.hcp-pt-extras-boton {
	display: inline-block;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	color: #fff;
	border: 1.5px solid #fff;
	border-radius: 8px;
	background-color: transparent;
	transition: background-color .15s ease, color .15s ease;
}
.hcp-pt-extras-boton:hover {
	background-color: #1a181c;
	border-color: #1a181c;
	color: #fff;
}
.hcp-pt-puntos-venta-caja {
	margin: 0;
	background: #2fb3ad;
	display: flex;
	flex-direction: column;
	padding: 24px;
}
.hcp-pt-puntos-venta-titulo {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 16px 24px;
	background-color: #ffffff;
	color: #2fb3ad;
	border-radius: 10px;
}
.hcp-pt-puntos-venta-intro {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}
.hcp-pt-puntos-venta-intro br {
	content: "";
	display: block;
	margin-top: 12px;
}
.hcp-pt-puntos-venta-fila-exterior {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 32px;
	align-items: stretch;
	max-width: 1200px;
	margin: 40px auto 64px;
}
.hcp-pt-punto-venta-logo {
	display: block;
	height: 70px;
	max-width: 150px;
	width: auto;
	object-fit: contain;
	margin: 10px auto 14px;
}
img[alt="Museo Arcade Vintage"],
img[alt="El Templo del Arcade"] {
	background-color: #2fb3ad;
	padding: 6px 14px;
	border-radius: 10px;
	box-sizing: border-box;
	height: 90px;
	width: 100%;
	max-width: 100%;
}
.hcp-pt-puntos-venta-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-top: auto;
}
.hcp-pt-revistero-card {
	margin: 0;
	width: 100%;
	align-self: start;
	box-sizing: border-box;
	text-align: center;
}
.hcp-pt-vertical.hcp-pt-revistero-card .hcp-pt-destacado-botones {
	margin-top: 14px;
}
.hcp-pt-punto-venta-card {
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
.hcp-pt-punto-venta-card.hcp-pt-re.hcp-pt-destacado {
	background: #ffffff;
}
.hcp-pt-punto-venta-card.hcp-pt-re .hcp-pt-destacado-info,
.hcp-pt-punto-venta-card.hcp-pt-re .hcp-pt-destacado-desc {
	color: #2fb3ad;
}
.hcp-pt-vertical.hcp-pt-punto-venta-card.hcp-pt-destacado {
	display: flex;
	flex-direction: column;
}
.hcp-pt-punto-venta-card .hcp-pt-destacado-info {
	padding-bottom: 0;
	text-align: center;
	flex: 1;
}
.hcp-pt-punto-venta-card .hcp-pt-destacado-info h2 {
	margin: 10px 0 0 0;
}
.hcp-pt-punto-venta-card .hcp-pt-destacado-desc {
	text-align: center;
	margin: 0;
	font-size: 16px;
}
.hcp-pt-vertical.hcp-pt-punto-venta-card .hcp-pt-destacado-botones {
	margin-top: auto;
	padding-top: 25px;
}
@media (max-width: 900px) {
	.hcp-pt-suscribete-integrado {
		margin: 24px auto;
	}
	.hcp-pt-imprescindibles-caja {
		padding: 24px;
		margin: 24px auto;
	}
	.hcp-pt-puntos-venta-fila-exterior {
		grid-template-columns: 1fr;
		gap: 20px;
		margin: 24px auto;
	}
	.hcp-pt-doble {
		margin: 24px 0;
	}
	.hcp-pt-puntos-venta-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.hcp-pt-punto-venta-card {
		height: auto;
	}
	.hcp-pt-vertical.hcp-pt-punto-venta-card.hcp-pt-destacado {
		display: block;
	}
	.hcp-pt-punto-venta-card .hcp-pt-destacado-info {
		display: block;
	}
	.hcp-pt-vertical.hcp-pt-punto-venta-card .hcp-pt-destacado-botones {
		margin-top: 15px;
		padding-top: 0;
	}
	.hcp-pt-puntos-venta-intro {
		margin: 0 0 24px;
	}
	.hcp-pt-puntos-venta-titulo {
		margin: 0 0 20px;
	}
	.hcp-pt-imprescindibles-intro {
		margin: 8px auto 16px;
	}
	.hcp-pt-imprescindibles-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 0;
	}
	.hcp-pt-extras-doscol {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.hcp-pt-extras-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		margin-top: 0;
	}
	.hcp-pt-extra-producto:nth-child(n+3) {
		display: none;
	}
	.hcp-pt-extras-texto {
		text-align: center;
	}
	.hcp-pt-imprescindible-producto {
		margin-top: 28px;
		grid-template-columns: 1fr;
		text-align: center;
		gap: 16px;
		padding: 0;
	}
	.hcp-pt-imprescindible-img {
		margin: 0 auto;
	}
	.hcp-pt-imprescindible-info {
		align-self: auto;
		align-items: center;
	}
	.hcp-pt-imprescindible-boton {
		align-self: center;
		margin-top: 0;
	}
	.hcp-pt-imprescindible-img img {
		width: 100%;
		height: auto;
		aspect-ratio: 667 / 1024;
		object-fit: cover;
	}
	.hcp-pt-imprescindibles-titulo,
	.hcp-pt-imprescindibles-subtitulo {
		text-align: center;
	}
}
.hcp-pt-destacado {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 32px;
	align-items: start;
	margin: 0 0 24px 0;
	padding: 24px;
	background-color: #f5f0fa;
	border-radius: 14px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.hcp-pt-vertical.hcp-pt-destacado {
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	align-items: stretch;
	row-gap: 15px;
}
.hcp-pt-vertical .hcp-pt-destacado-info {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.hcp-pt-vertical .hcp-pt-destacado-info .price {
	margin-top: auto;
	align-self: flex-start;
}
/* Sección "Reediciones": 2 columnas iguales, misma tarjeta vertical. */
.hcp-pt-reediciones-titulo {
	text-align: center;
	margin: 40px 0 20px 0;
}
.hcp-pt-doble {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
	align-items: stretch;
	margin: 40px 0;
}
.hcp-pt-doble .hcp-pt-destacado {
	margin: 0;
}
@media (max-width: 900px) {
	.hcp-pt-doble {
		grid-template-columns: 1fr;
	}
}
.hcp-pt-doble .hcp-pt-destacado-img img {
	aspect-ratio: 600 / 850;
	object-fit: cover;
}
.hcp-pt-re.hcp-pt-destacado {
	background-color: #3a3a3a;
}
.hcp-pt-re .hcp-pt-destacado-info,
.hcp-pt-re .hcp-pt-destacado-desc {
	color: #ffffff;
}
.hcp-pt-px.hcp-pt-destacado {
	background-color: #7a4d9e;
}
.hcp-pt-mh.hcp-pt-destacado {
	background-color: #E21A1A;
}
.hcp-pt-mm.hcp-pt-destacado {
	background-color: #0693e3;
}
.hcp-pt-destacado-img {
	display: block;
	position: relative;
	z-index: 1;
}
.hcp-pt-destacado-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.hcp-pt-destacado-info {
	padding: 0 0 24px 0;
	position: relative;
	z-index: 1;
	color: #000000;
}
.hcp-pt-destacado-info h2 {
	margin: 10px 0 20px 0;
	font-size: 26px;
}
.hcp-pt-destacado-info h2 a {
	color: inherit;
	text-decoration: none;
}
.hcp-pt-destacado-desc {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
}
.hcp-pt-destacado-desc h5 {
	display: inline-block;
	background-color: #ffffff;
	color: #7a4d9e;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 0 8px 0;
}
.hcp-pt-mh .hcp-pt-destacado-desc h5 {
	color: #E21A1A;
}
.hcp-pt-mm .hcp-pt-destacado-desc h5 {
	color: #0693e3;
}
.hcp-pt-destacado-desc p {
	margin: 0 0 8px 0;
}
.hcp-pt-destacado-desc p:last-child {
	margin-bottom: 0;
}
.hcp-pt-destacado-info .price {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.hcp-pt-px .hcp-pt-destacado-info,
.hcp-pt-mh .hcp-pt-destacado-info,
.hcp-pt-mm .hcp-pt-destacado-info,
.hcp-pt-px .hcp-pt-destacado-desc,
.hcp-pt-mh .hcp-pt-destacado-desc,
.hcp-pt-mm .hcp-pt-destacado-desc {
	color: #ffffff;
}
.hcp-pt-ribbon {
	position: absolute;
	top: 27px;
	left: -60px;
	width: 210px;
	padding: 7px 0;
	background-color: #7a4d9e;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.8px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-45deg);
	box-shadow: 9px 3px 3px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.hcp-pt-px .hcp-pt-ribbon,
.hcp-pt-mh .hcp-pt-ribbon,
.hcp-pt-mm .hcp-pt-ribbon {
	background-color: #000000;
	color: #ffffff;
}
.hcp-pt-destacado-botones {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	margin-top: 14px;
	position: relative;
	width: 100%;
}
.hcp-pt-boton-ver {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 18px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	text-align: center;
	color: inherit;
	border: 1.5px solid currentColor;
	border-radius: 8px;
	background-color: transparent;
	opacity: 0.9;
	position: relative;
	z-index: 1;
	transition: opacity .15s ease, background-color .15s ease, color .15s ease;
}
.hcp-pt-boton-ver:hover {
	opacity: 1;
	background-color: #ffffff;
	color: #7a4d9e;
}
.hcp-pt-mh .hcp-pt-boton-ver:hover {
	color: #E21A1A;
}
.hcp-pt-mm .hcp-pt-boton-ver:hover {
	color: #0693e3;
}
.hcp-pt-vertical .hcp-pt-destacado-botones {
	margin-top: auto;
}

.hcp-pt-boton-suscribete-movil {
	display: none;
}
@media (max-width: 900px) {
	.hcp-pt-boton-ver {
		display: none;
	}
	.hcp-pt-punto-venta-card .hcp-pt-boton-ver {
		display: block;
	}
	.hcp-pt-boton-suscribete-movil {
		display: block;
	}
	.hcp-pt-doble .hcp-pt-boton-ver {
		display: block;
	}
	.hcp-pt-doble .hcp-pt-boton-suscribete-movil {
		display: none;
	}
}
@media (max-width: 900px) {
	.hcp-pt-destacado {
		grid-template-columns: 1fr;
	}
}

/* ===== store ([hcp_store]) ===== */

.hcp-store-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.hcp-store-marca {
	margin-bottom: 56px;
}
.hcp-store-titulo-marca {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding-bottom: 8px;
	border-bottom: 3px solid #ccc;
}
.hcp-store-marca-px .hcp-store-titulo-marca { border-color: #7a4d9e; color: #7a4d9e; }
.hcp-store-marca-mh .hcp-store-titulo-marca { border-color: #E21A1A; color: #E21A1A; }
.hcp-store-marca-mm .hcp-store-titulo-marca { border-color: #0693e3; color: #0693e3; }

.hcp-store-fila {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.hcp-store-fila-doble {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
	.hcp-store-fila {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 560px) {
	.hcp-store-fila {
		grid-template-columns: 1fr;
	}
}

.hcp-store-tarjeta {
	position: relative;
	background-color: #f5f0fa;
	border-radius: 12px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.hcp-store-mh {
	background-color: #E21A1A;
	color: #ffffff;
}
.hcp-store-mm {
	background-color: #0693e3;
	color: #ffffff;
}
.hcp-store-px {
	background-color: #7a4d9e;
	color: #ffffff;
}

.hcp-store-etiqueta {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 4px;
	z-index: 2;
}
.hcp-store-tarjeta-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	aspect-ratio: 600 / 850;
	object-fit: cover;
}
.hcp-store-tarjeta-info {
	padding-top: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.hcp-store-tarjeta-info h3 {
	font-size: 15px;
	margin: 0 0 8px 0;
	line-height: 1.3;
}
.hcp-store-tarjeta-info h3 a {
	color: inherit;
	text-decoration: none;
}
.hcp-store-precio {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.hcp-store-boton {
	margin-top: auto;
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	border: 1.5px solid currentColor;
	text-decoration: none !important;
	color: inherit;
}
.hcp-store-px .hcp-store-boton:hover { background-color: #ffffff; color: #7a4d9e; }
.hcp-store-mh .hcp-store-boton:hover { background-color: #ffffff; color: #E21A1A; }
.hcp-store-mm .hcp-store-boton:hover { background-color: #ffffff; color: #0693e3; }

/* ===== archivo-microhobby (categoría numeros-atrasados-microhobby) ===== */

body.term-numeros-atrasados-microhobby .gb-element-b68fda19 { display: none; }
/* Hermano vacío del título oculto de arriba (p.wp-block-paragraph sin
   contenido, del mismo bloque de GenerateBlocks): al no estar oculto dejaba
   su margen por defecto como hueco entre el menú y el bloque MH. */
body.term-numeros-atrasados-microhobby .gb-element-b68fda19 + p.wp-block-paragraph:empty { display: none; }

body.term-numeros-atrasados-microhobby {
    --hcp-amh-hobby: #d4180f;
    --hcp-amh-ink: #17110d;
}

.hcp-amh-top {
    background: #fff;
}
.hcp-amh-hero {
    max-width: 1180px;
    margin: 0 auto;
    /* Sin padding inferior a propósito: la portada (align-self:stretch) debe
       llegar sin hueco hasta el borde del bloque blanco. El respiro que
       tenía la columna de texto se mueve a .hcp-amh-team (margin-bottom). */
    padding: 28px 24px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: 56px;
    align-items: center;
}
.hcp-amh-masthead { display: inline-block; margin: 0 0 26px; }
.hcp-amh-wordmark {
    font-family: 'Bungee', sans-serif;
    /* El mínimo antes era 48.6px fijo (4.6vw no lo supera hasta ~1057px de
       viewport), así que en móvil el wordmark se quedaba siempre a 48.6px
       con white-space:nowrap y desbordaba por la derecha del hero (se veía
       más margen a la izquierda que a la derecha). Con 9vw en el mínimo
       escala también por debajo de ese punto y deja de desbordar. */
    font-size: clamp(28px, 9vw, 64.6px);
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}
.hcp-amh-wordmark .micro { color: var(--hcp-amh-ink); }
.hcp-amh-wordmark .hobby { color: var(--hcp-amh-hobby); }
.hcp-amh-tagline {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 7px 0 0;
    background: var(--hcp-amh-hobby);
    color: #fff;
    font-family: 'Bungee', sans-serif;
    font-size: 11.6px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 8px;
}
.hcp-amh-copy {
    width: 100%;
    box-sizing: border-box;
    color: var(--hcp-amh-ink);
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.02rem;
    margin: 0 0 26px;
}
.hcp-amh-copy strong { color: var(--hcp-amh-hobby); }
.hcp-amh-team { padding-top: 18px; margin-bottom: 28px; }
.hcp-amh-team-label {
    display: block;
    width: 340px;
    max-width: 100%;
    box-sizing: border-box;
    background: var(--hcp-amh-hobby);
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 17.5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 6px 34px 6px 12px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    margin: 0 0 26px;
}
.hcp-amh-team-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 14px; list-style: none; margin: 0; padding: 0; }
.hcp-amh-team-row li { margin: 0; display: flex; align-items: flex-start; gap: 8px; min-width: 0; }
.hcp-amh-team-row img, .hcp-amh-team-row .hcp-amh-initials {
    width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none;
}
.hcp-amh-initials {
    display: flex; align-items: center; justify-content: center;
    background: var(--hcp-amh-ink); color: #fff;
    font-family: 'Bungee', sans-serif; font-size: 0.78rem;
}
.hcp-amh-team-cap { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.hcp-amh-team-cap strong { font-family: 'Fira Sans', sans-serif; font-size: 0.8rem; color: var(--hcp-amh-ink); word-break: break-word; }
.hcp-amh-team-cap span { font-family: 'IBM Plex Mono', monospace; font-size: 0.64rem; color: var(--hcp-amh-hobby); text-transform: uppercase; }

.hcp-amh-cover { display: flex; align-items: stretch; justify-content: center; align-self: stretch; }
.hcp-amh-cover img {
    width: auto; max-width: 100%; height: 100%; display: block; object-fit: contain;
}

.hcp-amh-archive-title {
    display: block;
    box-sizing: border-box;
    max-width: 1180px;
    margin: 44px auto 34px;
    padding: 0 24px;
}
.hcp-amh-ribbon {
    display: block; width: 340px; max-width: 100%; box-sizing: border-box;
    background: var(--hcp-amh-hobby); color: #fff;
    font-family: 'Fira Sans', sans-serif; font-weight: 700; font-size: 17.5px;
    letter-spacing: 0.03em; text-transform: uppercase;
    padding: 6px 34px 6px 12px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.hcp-amh-archive-h2 {
    font-family: 'Fira Sans', sans-serif; font-weight: 700; text-transform: uppercase;
    font-size: clamp(19px, 3vw, 28.6px); margin: 14px 0 0; white-space: nowrap;
    color: var(--hcp-amh-ink);
}

body.term-numeros-atrasados-microhobby ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 34px 26px !important;
    max-width: 1180px;
    box-sizing: border-box;
    padding: 0 24px;
    margin: 0 auto !important;
}
@media (max-width: 720px) {
    body.term-numeros-atrasados-microhobby ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 460px) {
    body.term-numeros-atrasados-microhobby ul.products { grid-template-columns: 1fr !important; }
}
body.term-numeros-atrasados-microhobby ul.products li.product {
    width: 100% !important; margin: 0 !important; float: none !important; text-align: left !important;
}
body.term-numeros-atrasados-microhobby ul.products li.product .woocommerce-loop-product__title {
    position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}
body.term-numeros-atrasados-microhobby ul.products li.product a.woocommerce-loop-product__link {
    display: block; width: 100%;
}
/* GP Premium (woocommerce.css) mete la portada en .wc-product-image > .inside-wc-product-image
   con display:inline-block y SIN ancho propio: al no tener referencia, el img al 100% no
   tiene de qué ser el 100% y se queda a su tamaño natural (~300px), más estrecho que la
   barra NÚM./Desde de abajo, que sí es un bloque normal al 100%. Forzamos ambos wrappers a
   block+100% para que dejen de encogerse al contenido. */
body.term-numeros-atrasados-microhobby ul.products li.product .wc-product-image,
body.term-numeros-atrasados-microhobby ul.products li.product .inside-wc-product-image {
    display: block !important; width: 100% !important;
}
body.term-numeros-atrasados-microhobby ul.products li.product img {
    display: block; width: 100% !important; height: auto !important; border-radius: 0 !important;
}
.hcp-amh-bar { display: flex; width: 100%; box-sizing: border-box; margin-top: 10px; }
.hcp-amh-num, .hcp-amh-precio {
    flex: 1 1 50%; text-align: center; color: #fff;
    font-family: 'Bungee', sans-serif; font-size: 12.6px; letter-spacing: .02em; padding: 5px 5px;
}
.hcp-amh-num { background: #000; flex-basis: 32%; }
.hcp-amh-precio { background: var(--hcp-amh-hobby); flex-basis: 68%; }

@media (max-width: 860px) {
    .hcp-amh-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 12px; }
    .hcp-amh-cover { display: none; }
    .hcp-amh-team-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
    .hcp-amh-team-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== calendario ([hcp_calendario]) ===== */
.hcp-calendario { display:flex; flex-direction:column; gap:1em; width:100%; box-sizing:border-box; }
.hcp-cal-revista { display:flex; gap:1em; align-items:stretch; border:1px solid #e2e2e2; border-radius:8px; overflow:hidden; background:#fff; box-sizing:border-box; }
.hcp-cal-foto { flex:0 0 120px; }
.hcp-cal-foto img { width:100%; height:100%; object-fit:cover; display:block; }
.hcp-cal-datos { flex:1; min-width:0; padding:8px 10px; display:flex; flex-direction:column; justify-content:center; }
.hcp-cal-titulo { font-weight:700; font-size:1.1em; margin-bottom:4px; }
.hcp-cal-fila { display:flex; justify-content:space-between; gap:.5em; padding:3px 0; border-top:1px solid #eee; }
.hcp-cal-fila:first-child { border-top:none; }
.hcp-cal-etiqueta { text-transform:uppercase; font-weight:700; color:#cf2e2e; font-size:.7em; letter-spacing:.02em; }
.hcp-cal-fecha { font-weight:600; font-size:.85em; white-space:nowrap; }
.hcp-cal-fila.pasada { opacity:.45; }
.hcp-cal-fila.pasada .hcp-cal-etiqueta { color:#999; }
.hcp-cal-vacio { color:#999; margin:0; }
.hcp-cal-foto a, .hcp-cal-titulo a { color:inherit; text-decoration:none; }
.hcp-cal-titulo a:hover { text-decoration:underline; }
