/**
 * Carousel peek for Productos por Especie (desktop visible slides).
 * Scoped to .bp-especie-collection + .bp-especie-peek-*.
 * Does not affect Grid/flex layout.
 */

.wp-block-woocommerce-product-collection.bp-especie-collection .is-product-collection-layout-carousel .wc-block-product,
.wp-block-woocommerce-product-collection.bp-especie-collection.is-product-collection-layout-carousel .wc-block-product {
	/* Mobile / narrow: keep Woo defaults unless a peek class forces width below. */
}

@media (min-width: 782px) {
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-2 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-2.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 2) !important;
		max-width: none;
	}

	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-3 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-3.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 3) !important;
		max-width: none;
	}

	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-3-5 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-3-5.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 3.5) !important;
		max-width: none;
	}

	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-4 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-4.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 4) !important;
		max-width: none;
	}

	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-5 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-5.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 5) !important;
		max-width: none;
	}

	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-6 .is-product-collection-layout-carousel .wc-block-product,
	.wp-block-woocommerce-product-collection.bp-especie-collection.bp-especie-peek-6.is-product-collection-layout-carousel .wc-block-product {
		min-width: calc(100% / 6) !important;
		max-width: none;
	}
}
