/**
 * Tienda: productos primero.
 * Oculta la cabecera (migas + título) en todas las resoluciones
 * y deja los filtros cerrados por defecto en móvil/tablet.
 */

/* Cabecera Elementor: "Inicio › Tienda" + título "Tienda" */
body.woocommerce-shop .elementor-location-archive .elementor-element-3adef0d,
body.post-type-archive-product .elementor-location-archive .elementor-element-3adef0d,
body.tax-product_cat .elementor-location-archive .elementor-element-3adef0d,
body.tax-product_tag .elementor-location-archive .elementor-element-3adef0d {
	display: none !important;
}

@media (max-width: 1024px) {
	/* Columna de filtros Elementor: cerrada por defecto */
	body.woocommerce .elementor-location-archive .elementor-widget-sidebar,
	body.woocommerce .elementor-location-archive .elementor-element-bdc55c1 {
		display: none !important;
	}

	body.woocommerce.idoneos-shop-filters-open .elementor-location-archive .elementor-widget-sidebar,
	body.woocommerce.idoneos-shop-filters-open .elementor-location-archive .elementor-element-bdc55c1 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 1rem;
	}

	.woo-listing-top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.65rem 0.75rem;
	}

	.idoneos-shop-filters-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.4rem;
		margin: 0;
		padding: 0.55rem 0.9rem;
		border: 1px solid #111;
		border-radius: 0;
		background: #fff;
		color: #111;
		font-size: 0.78rem;
		font-weight: 600;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		line-height: 1.2;
		cursor: pointer;
		order: -1;
		flex: 0 0 auto;
	}

	.idoneos-shop-filters-toggle[aria-expanded='true'] {
		background: #111;
		color: #fff;
	}

	.idoneos-shop-filters-toggle__icon {
		display: inline-block;
		width: 14px;
		height: 14px;
		flex-shrink: 0;
	}

	.woocommerce-ordering {
		margin-left: auto;
	}

	/* Productos en 2 columnas */
	body.woocommerce-shop ul.products,
	body.post-type-archive-product ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products,
	body.woocommerce .elementor-location-archive ul.products {
		--shop-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1.1rem 0.75rem !important;
		column-gap: 0.75rem !important;
		row-gap: 1.1rem !important;
	}

	body.woocommerce-shop ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.woocommerce .elementor-location-archive ul.products li.product {
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce .elementor-location-archive ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.82rem;
		line-height: 1.25;
	}
}

@media (min-width: 1025px) {
	.idoneos-shop-filters-toggle {
		display: none !important;
	}
}
