/* ── Wrapper ─────────────────────────────────────────────────────────────── */
.pp-carousel-wrapper {
	position: relative;
	margin: 20px 0;
}

.pp-carousel-wrapper .swiper {
	padding-bottom: 40px;
}

.pp-carousel-wrapper .swiper-wrapper {
	align-items: stretch;
}

.pp-carousel-wrapper .swiper-slide {
	height: auto;
}

/* ── Card: anula reglas globales de custom-padel.css / Customizer ─────────── */
.pp-carousel-wrapper .product-card2 {
	display: flex;
	flex-direction: column;
	gap: 6px;          /* espaciado uniforme entre todos los hijos */
	height: 100%;
	width: 100% !important;
	font-size: 1rem !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Imagen: sin max-height forzado (puede venir del Customizer/BD) */
.pp-carousel-wrapper .product-card2 .woocommerce-LoopProduct-link img,
.pp-carousel-wrapper .product-card2 img {
	max-height: none !important;
}

/* ── Imagen con hover ────────────────────────────────────────────────────── */
.pp-carousel-wrapper .pp-card-link {
	display: block;
	text-decoration: none;
}

/* ── Título ──────────────────────────────────────────────────────────────── */
.pp-carousel-wrapper p.woocommerce-loop-product__title {
	margin: 0 0 12px 0 !important;
	padding: 0 4px;
	font-size: 17px !important;
	font-weight: 600;
	line-height: 1.35 !important;
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
	text-overflow: ellipsis !important;
	color: #333;
	text-align: center;
}
.pp-carousel-wrapper .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}
.pp-carousel-wrapper .woocommerce-loop-product__title a:hover {
	color: #FE6100;
}

/* ── Rating ──────────────────────────────────────────────────────────────── */
.pp-carousel-wrapper .woocommerce-product-rating {
	text-align: center;
}

/* ── Precio ──────────────────────────────────────────────────────────────── */
.pp-carousel-wrapper .price-container {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	padding: 4px 0;
}

.pp-carousel-wrapper .new-price {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #000000 !important;
}

.pp-carousel-wrapper .old-price {
	font-size: 0.875rem;
	text-decoration: line-through;
	color: #999;
}

/* Ocultar sufijo de precio (MwSt.) */
.pp-carousel-wrapper .woocommerce-price-suffix {
	display: none !important;
}

/* ── Sección envío + botón ───────────────────────────────────────────────── */
.pp-carousel-wrapper .free-shipping-catalog {
	padding-top: 4px;
	text-align: center;
}

.pp-carousel-wrapper .free-shipping-catalog .mi-btn-add-to-cart-container-catalog {
	padding-top: 4px;
}

/* ── Swiper navegación ───────────────────────────────────────────────────── */
.pp-carousel-wrapper .swiper-button-prev,
.pp-carousel-wrapper .swiper-button-next {
	color: #FE6100;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.pp-carousel-wrapper .swiper-button-prev::after,
.pp-carousel-wrapper .swiper-button-next::after {
	display: none !important;
}

.pp-carousel-wrapper .swiper-button-prev::before,
.pp-carousel-wrapper .swiper-button-next::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FE6100;
	border-right: 2px solid #FE6100;
}

.pp-carousel-wrapper .swiper-button-next::before {
	transform: rotate(45deg);
	margin-left: -2px;
}

.pp-carousel-wrapper .swiper-button-prev::before {
	transform: rotate(-135deg);
	margin-left: 2px;
}

.pp-carousel-wrapper .swiper-pagination-bullet-active {
	background: #FE6100;
}

/* Ocultar botón de comparación WCBoost — no pertenece al carrusel */
.pp-carousel-wrapper .wcboost-products-compare-button {
	display: none !important;
}

