/* ── ABCRiego Lo Más Vendido ─────────────────────────────────────────────── */

.abcriego-vendido-section {
}

.abcriego-vendido-inner {
	max-width: 1280px;
	margin: 0 auto;
}

/* ── Encabezado ─────────────────────────────────────────────────────────── */

.abcriego-vendido-header {
	text-align: center;
	margin-bottom: 28px;
}

.abcriego-vendido-title {
	font-family: Poppins, sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #1c2438;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.abcriego-vendido-title span {
	color: #1C8D58;
}

.abcriego-vendido-subtitle {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	color: #5a6275;
	margin: 0;
}

/* ── Pestañas ────────────────────────────────────────────────────────────── */

.abcriego-vendido-tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.abcriego-vendido-tab {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 22px;
	border-radius: 999px;
	border: 1px solid #e7e9ee;
	background: transparent;
	color: #5a6275;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
	line-height: 1;
}

.abcriego-vendido-tab:hover,
.abcriego-vendido-tab:focus {
	border-color: #1C8D58 !important;
	color: #1C8D58 !important;
	background: #fff !important;
	outline: none;
	box-shadow: none;
}

.abcriego-vendido-tab.active,
.abcriego-vendido-tab.active:hover,
.abcriego-vendido-tab.active:focus {
	background: #1c2438 !important;
	border-color: #1c2438 !important;
	color: #fff !important;
	font-weight: 600;
	outline: none;
	box-shadow: none;
}

/* ── Paneles ─────────────────────────────────────────────────────────────── */

.abcriego-vendido-panel {
	display: none;
}

.abcriego-vendido-panel.active {
	display: block;
}

/* ── Grilla ──────────────────────────────────────────────────────────────── */

.abcriego-vendido-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

/* ── Tarjeta ─────────────────────────────────────────────────────────────── */

.abcriego-vendido-card {
	background: #fff;
	border: 1px solid #e7e9ee;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(20, 30, 55, .08);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.abcriego-vendido-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 16px 40px rgba(20, 30, 55, .16);
	border-color: #c8cdd8;
}

/* ── Imagen ──────────────────────────────────────────────────────────────── */

.abcriego-vendido-img-wrap {
	position: relative;
	aspect-ratio: 1 / 1;
	border-bottom: 1px solid #e7e9ee;
	overflow: hidden;
	padding: 14px;
	background: #fff;
}

.abcriego-vendido-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}

.abcriego-vendido-card:hover .abcriego-vendido-img-wrap img {
	transform: scale(1.06);
}

/* ── Badge ranking ───────────────────────────────────────────────────────── */

.abcriego-vendido-rank {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #1C8D58;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(28, 141, 88, .35);
	line-height: 1;
	z-index: 2;
}

/* ── Acciones hover ──────────────────────────────────────────────────────── */

.abcriego-vendido-actions {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	opacity: 0;
	transform: translateX(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 2;
}

.abcriego-vendido-card:hover .abcriego-vendido-actions {
	opacity: 1;
	transform: translateX(0);
}

.abcriego-vendido-action-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e7e9ee;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	color: #1c2438;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.abcriego-vendido-action-btn:hover {
	background: #1C8D58;
	color: #fff;
	border-color: #1C8D58;
}

/* ── Cuerpo de la tarjeta ────────────────────────────────────────────────── */

.abcriego-vendido-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.abcriego-vendido-name {
	font-family: Poppins, sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #1c2438;
	line-height: 1.4;
	margin: 0 0 10px;
	min-height: 2.8em;
}

.abcriego-vendido-name a {
	color: inherit;
	text-decoration: none;
}

.abcriego-vendido-name a:hover {
	color: #1C8D58;
}

.abcriego-vendido-spacer {
	flex: 1;
}

.abcriego-vendido-prices {
	margin-bottom: 6px;
}

.abcriego-vendido-price {
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #1C4E9D;
	display: block;
	line-height: 1;
}

.abcriego-vendido-price .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.abcriego-vendido-tax {
	font-family: Poppins, sans-serif;
	font-size: 11px;
	color: #9aa1ae;
	display: block;
	margin-top: 3px;
}

.abcriego-vendido-sales {
	font-family: Poppins, sans-serif;
	font-size: 12px;
	color: #5a6275;
	margin: 0 0 12px;
}

.abcriego-vendido-sales b {
	color: #1c2438;
	font-weight: 700;
}

/* ── Botón agregar ───────────────────────────────────────────────────────── */

.abcriego-vendido-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	padding: 10px 0;
	background: #1C8D58;
	color: #fff !important;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 600;
	border-radius: 10px;
	border: none;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.2s ease;
	box-sizing: border-box;
}

.abcriego-vendido-cart-btn:hover,
.abcriego-vendido-cart-btn:focus {
	background: #13663f;
	color: #fff !important;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1100px) {
	.abcriego-vendido-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.abcriego-vendido-inner {
		padding: 0 16px;
	}
	.abcriego-vendido-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.abcriego-vendido-title {
		font-size: 22px;
	}
	.abcriego-vendido-header {
		margin-bottom: 20px;
	}
	.abcriego-vendido-tab {
		font-size: 13px;
		padding: 8px 16px;
	}
	.abcriego-vendido-img-wrap {
		aspect-ratio: 4 / 3;
		padding: 8px;
	}
	.abcriego-vendido-body {
		padding: 10px;
	}
	.abcriego-vendido-name {
		font-size: 12px;
		min-height: unset;
		margin-bottom: 6px;
	}
	.abcriego-vendido-price {
		font-size: 16px;
	}
	.abcriego-vendido-tax {
		font-size: 10px;
	}
	.abcriego-vendido-sales {
		font-size: 11px;
		margin-bottom: 8px;
	}
	.abcriego-vendido-cart-btn {
		font-size: 11px;
		padding: 8px 4px;
		gap: 4px;
	}
}
