	@media (min-width: 922px) {
		.ast-left-sidebar #primary {
			border-left: 0 !important;
		}

		/* Sidebar filtri: una sola card sul widget, non colonna alta su tutta la pagina */
		.woocommerce-shop .site-content > .ast-container,
		.tax-product_cat .site-content > .ast-container,
		.tax-product_tag .site-content > .ast-container,
		.tax-product_brand .site-content > .ast-container {
			align-items: flex-start;
		}

		.woocommerce-shop #secondary,
		.tax-product_cat #secondary,
		.tax-product_tag #secondary,
		.tax-product_brand #secondary {
			align-self: flex-start;
			height: auto;
			min-height: 0;
			width: 360px;
			max-width: 360px;
			flex: 0 0 360px;
		}

		.woocommerce-shop #secondary .sidebar-main,
		.tax-product_cat #secondary .sidebar-main,
		.tax-product_tag #secondary .sidebar-main,
		.tax-product_brand #secondary .sidebar-main {
			background: transparent;
			box-shadow: none;
		}
	}

	#masthead,
	.site-header,
	.main-header-bar {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 10 !important;
	}

	body.ast-transparent-header #masthead,
	body.transparent-header #masthead,
	body.has-transparent-header #masthead {
		position: relative !important;
		background: #fff !important;
	}

	#content,
	.site-content,
	.ast-separate-container #primary,
	.ast-plain-container #primary {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.woocommerce-shop .site-content,
	.tax-product_cat .site-content,
	.tax-product_tag .site-content {
		background: #f6f8fc;
	}

	.woocommerce-shop .site-content > .ast-container,
	.tax-product_cat .site-content > .ast-container,
	.tax-product_tag .site-content > .ast-container {
		max-width: 1480px;
		gap: 34px;
		padding-top: 28px;
		padding-bottom: 36px;
	}

	.woocommerce-shop #secondary,
	.tax-product_cat #secondary,
	.tax-product_tag #secondary,
	.tax-product_brand #secondary {
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}

	.woocommerce-shop #secondary .widget,
	.tax-product_cat #secondary .widget,
	.tax-product_tag #secondary .widget {
		margin-bottom: 12px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eaf0f8;
	}

	.woocommerce-shop #secondary .widget:last-child,
	.tax-product_cat #secondary .widget:last-child,
	.tax-product_tag #secondary .widget:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.woocommerce-shop #secondary .widget-title,
	.tax-product_cat #secondary .widget-title,
	.tax-product_tag #secondary .widget-title {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: .01em;
		margin-bottom: 8px;
		color: #334155;
		text-transform: uppercase;
	}

	.woocommerce-shop ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		background: #ffffff;
		border: 1px solid #e2e8f0;
		border-radius: 16px;
		padding: 18px;
		box-shadow: 0 10px 24px rgba(16, 24, 40, 0.07);
		transition: transform .22s ease, box-shadow .22s ease;
	}

	.woocommerce-shop ul.products li.product:hover,
	.tax-product_cat ul.products li.product:hover,
	.tax-product_tag ul.products li.product:hover {
		transform: translateY(-3px);
		box-shadow: 0 12px 24px rgba(16, 24, 40, 0.1);
	}

	.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
		line-height: 1.35;
		margin: 14px 0 10px;
		min-height: 52px;
	}

	.woocommerce-shop ul.products li.product .price,
	.tax-product_cat ul.products li.product .price,
	.tax-product_tag ul.products li.product .price {
		font-size: 20px;
		font-weight: 700;
		color: #0f172a;
		margin-bottom: 14px;
	}

	.woocommerce-shop ul.products li.product .button,
	.tax-product_cat ul.products li.product .button,
	.tax-product_tag ul.products li.product .button {
		width: 100%;
		border-radius: 12px;
		padding: 13px 16px;
		font-weight: 600;
		text-align: center;
	}

	/* Out-of-stock loop CTA: was "Leggi tutto" / Read more — label becomes WC "Out of stock" (IT: Esaurito) */
	ul.products li.product a.button.lsg-loop-out-of-stock {
		background: #f1f5f9 !important;
		color: #64748b !important;
		border: 1px solid #e2e8f0 !important;
		box-shadow: none !important;
		cursor: default;
	}

	ul.products li.product a.button.lsg-loop-out-of-stock:hover {
		background: #e8eef5 !important;
		color: #475569 !important;
	}

	.woocommerce-shop ul.products li.product .ast-shop-product-out-of-stock,
	.tax-product_cat ul.products li.product .ast-shop-product-out-of-stock,
	.tax-product_tag ul.products li.product .ast-shop-product-out-of-stock {
		font-size: 12px;
		padding: 6px 9px;
		border-radius: 999px;
	}

	.woocommerce-shop .woocommerce ul.products,
	.tax-product_cat .woocommerce ul.products,
	.tax-product_tag .woocommerce ul.products {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.woocommerce-shop .woocommerce ul.products li.product,
	.tax-product_cat .woocommerce ul.products li.product,
	.tax-product_tag .woocommerce ul.products li.product {
		width: 100%;
		margin: 0;
	}

	.woocommerce-shop .woocommerce-result-count,
	.woocommerce-shop .woocommerce-ordering,
	.tax-product_cat .woocommerce-result-count,
	.tax-product_cat .woocommerce-ordering,
	.tax-product_tag .woocommerce-result-count,
	.tax-product_tag .woocommerce-ordering {
		margin-bottom: 16px;
	}

	#lsg-shop-loading-overlay {
		position: fixed;
		inset: 0;
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255, 255, 255, 0.75);
		backdrop-filter: blur(2px);
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, visibility .2s ease;
	}

	#lsg-shop-loading-overlay.is-active {
		opacity: 1;
		visibility: visible;
	}

	#lsg-shop-loading-overlay .lsg-shop-loading-inner {
		background: #fff;
		border-radius: 14px;
		padding: 20px 24px;
		box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		min-width: 180px;
	}

	#lsg-shop-loading-overlay img {
		max-width: 120px;
		max-height: 48px;
		width: auto;
		height: auto;
	}

	#lsg-shop-loading-overlay .lsg-shop-loading-spinner {
		width: 28px;
		height: 28px;
		border: 3px solid #dbe5f4;
		border-top-color: #2563eb;
		border-radius: 50%;
		animation: lsgSpin .8s linear infinite;
	}

	@keyframes lsgSpin {
		to { transform: rotate(360deg); }
	}

	.woof_info_popup {
		display: none !important;
	}

	/* Single product: tighten layout and reduce image footprint */
	body.single-product .site-content > .ast-container {
		max-width: 1240px;
		padding-top: 18px;
		padding-bottom: 22px;
		gap: 22px;
	}

	/* PULIZIA E RIORDINO DEFINITIVO LSG */
	body.single-product .summary.entry-summary {
		display: flex !important;
		flex-direction: column !important;
	}

	/* 1. Breadcrumb */
	body.single-product .summary .woocommerce-breadcrumb:first-of-type {
		order: 1 !important;
		margin: 0 0 8px 0 !important;
		display: block !important;
	}

	/* 2. Categoria */
	body.single-product .summary .lsg-product-category-top {
		order: 2 !important;
		margin: 0 0 10px 0 !important;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		color: #3b82f6;
		display: block !important;
	}

	/* 3. Titolo (Nome) */
	body.single-product .summary .product_title {
		order: 3 !important;
		margin: 0 0 15px 0 !important;
	}

	/* 4. Prezzo */
	body.single-product .summary .price {
		order: 4 !important;
		margin: 0 0 12px 0 !important;
	}

	/* 5. Chip specifiche principali */
	body.single-product .summary .lsg-product-highlights {
		order: 5 !important;
		margin: 0 0 14px 0 !important;
	}

	/* 6. Carrello / disponibilità */
	body.single-product .summary .stock,
	body.single-product .summary form.cart {
		order: 6 !important;
	}

	/* Nascondi tutto il resto dei duplicati */
	body.single-product .summary .woocommerce-breadcrumb:nth-of-type(n+2),
	body.single-product .summary .product_meta,
	body.single-product .summary .single-product-category,
	body.single-product .summary .lsg-stock-below-summary {
		display: none !important;
	}

	body.single-product div.product {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
		display: flex !important;
		align-items: flex-start !important;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary {
		margin-bottom: 12px !important;
	}

	body.single-product div.product .woocommerce-product-gallery {
		max-width: 460px;
	}

	body.single-product div.product .summary {
		padding-top: 0 !important;
	}

	body.single-product .lsg-product-category-top {
		margin: 0 0 6px !important;
	}

	body.single-product .summary > nav.woocommerce-breadcrumb {
		margin: 8px 0 0 !important;
		font-size: 13px;
	}

	body.single-product div.product form.cart .stock {
		display: none !important;
	}

	/* Pulsante aggiungi al carrello */
	body.single-product .summary form.cart {
		margin-top: 4px !important;
	}

	body.single-product .summary form.cart .quantity {
		margin-right: 10px;
	}

	body.single-product .summary form.cart .button.single_add_to_cart_button,
	body.single-product .summary form.cart button[type="submit"] {
		background: #3b82f6 !important;
		color: #fff !important;
		border: none !important;
		border-radius: 10px !important;
		padding: 14px 28px !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
		min-height: 48px;
		box-shadow: 0 4px 14px rgba(59, 130, 246, 0.28);
		transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	}

	body.single-product .summary form.cart .button.single_add_to_cart_button:hover,
	body.single-product .summary form.cart button[type="submit"]:hover {
		background: #2563eb !important;
		color: #fff !important;
		transform: translateY(-1px);
		box-shadow: 0 8px 18px rgba(37, 99, 235, 0.32);
	}

	body.single-product .summary form.cart .button.single_add_to_cart_button:focus-visible,
	body.single-product .summary form.cart button[type="submit"]:focus-visible {
		outline: 2px solid #2563eb;
		outline-offset: 2px;
	}

	body.single-product .lsg-stock-below-summary .stock {
		display: block !important;
		margin-top: 10px !important;
		font-weight: 600;
	}

	body.single-product .woocommerce-product-gallery__image {
		margin-bottom: 8px !important;
	}

	body.single-product .woocommerce-product-gallery__wrapper img {
		max-height: 460px;
		width: auto;
		margin: 0 auto;
		object-fit: contain;
	}

	/* RESET E FIX LAYOUT PRODOTTI CORRELATI */
	body.single-product .related.products {
		margin-top: 50px !important;
		padding-top: 30px !important;
		border-top: 1px solid #eee;
		clear: both;
	}

	body.single-product .related.products ul.products {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 20px !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	body.single-product .related.products ul.products li.product {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
		display: block !important; /* Torna a block per massima stabilità */
		position: relative;
	}

	/* Immagine */
	body.single-product .related.products .astra-shop-thumbnail-wrap {
		width: 100% !important;
		margin-bottom: 15px !important;
		display: block !important;
		position: relative !important;
	}

	body.single-product .related.products img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		border-radius: 8px;
	}

	/* Badge Esaurito - Fix definitivo per evitare barre verticali */
	body.single-product .related.products .ast-shop-product-out-of-stock {
		position: absolute !important;
		top: 10px !important;
		left: 10px !important;
		right: auto !important;
		bottom: auto !important;
		background: #ef4444 !important;
		color: #fff !important;
		padding: 4px 10px !important;
		font-size: 11px !important;
		line-height: 1.2 !important;
		text-transform: uppercase;
		font-weight: 700;
		border-radius: 4px;
		z-index: 99;
		display: inline-block !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: 100px !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: 30px !important;
	}

	/* Testi e pulsanti (Summary) */
	body.single-product .related.products .astra-shop-summary-wrap {
		display: block !important;
		text-align: left !important;
	}

	body.single-product .related.products .woocommerce-loop-product__title {
		font-size: 15px !important;
		margin-bottom: 8px !important;
		display: block !important;
		color: #333;
	}

	body.single-product .related.products .price {
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #111;
		display: block !important;
		margin-bottom: 10px !important;
	}

	body.single-product .related.products .button {
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		background: #3b82f6 !important;
		color: #fff !important;
		padding: 8px 0 !important;
		border-radius: 5px !important;
		font-size: 13px !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	@media (max-width: 921px) {
		body.single-product .related.products ul.products {
			grid-template-columns: repeat(2, 1fr) !important;
		}
	}

	@media (max-width: 500px) {
		body.single-product .related.products ul.products {
			grid-template-columns: 1fr !important;
		}
	}

	.lsg-woof-button-logo {
		max-width: 92px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}

	@media (max-width: 921px) {
		/* Shop mobile: filters on top, content inset from screen edges */
		.woocommerce-shop .site-content > .ast-container,
		.tax-product_cat .site-content > .ast-container,
		.tax-product_tag .site-content > .ast-container,
		.tax-product_brand .site-content > .ast-container,
		.woocommerce-shop #content.site-content,
		.tax-product_cat #content.site-content,
		.tax-product_tag #content.site-content,
		.tax-product_brand #content.site-content {
			display: flex;
			flex-direction: column;
			padding-top: 14px;
			padding-left: 16px !important;
			padding-right: 16px !important;
			gap: 16px;
			box-sizing: border-box;
		}

		.woocommerce-shop #secondary,
		.tax-product_cat #secondary,
		.tax-product_tag #secondary,
		.tax-product_brand #secondary {
			order: -1;
			width: 100% !important;
			max-width: 100%;
			float: none !important;
			margin: 0 0 4px;
			padding: 14px;
		}

		.woocommerce-shop #primary,
		.tax-product_cat #primary,
		.tax-product_tag #primary,
		.tax-product_brand #primary {
			order: 0;
			width: 100% !important;
			max-width: 100%;
			float: none !important;
			padding-left: 0;
			padding-right: 0;
			margin-left: 0;
			margin-right: 0;
		}

		.woocommerce-shop .woocommerce ul.products,
		.tax-product_cat .woocommerce ul.products,
		.tax-product_tag .woocommerce ul.products,
		.tax-product_brand .woocommerce ul.products {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 14px;
			width: 100%;
			max-width: 100%;
			margin-left: 0;
			margin-right: 0;
		}

		.woocommerce-shop #primary > .woocommerce,
		.tax-product_cat #primary > .woocommerce,
		.tax-product_tag #primary > .woocommerce,
		.tax-product_brand #primary > .woocommerce {
			max-width: 100%;
		}

		.woocommerce-shop .woocommerce-result-count,
		.woocommerce-shop .woocommerce-ordering,
		.tax-product_cat .woocommerce-result-count,
		.tax-product_cat .woocommerce-ordering,
		.tax-product_tag .woocommerce-result-count,
		.tax-product_tag .woocommerce-ordering,
		.tax-product_brand .woocommerce-result-count,
		.tax-product_brand .woocommerce-ordering {
			padding-left: 0;
			padding-right: 0;
		}

		.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
		.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
		.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			min-height: 46px;
		}

		.woocommerce-shop ul.products li.product .price,
		.tax-product_cat ul.products li.product .price,
		.tax-product_tag ul.products li.product .price {
			font-size: 18px;
		}

		body.single-product .site-content > .ast-container {
			padding-top: 10px;
			padding-bottom: 14px;
			gap: 12px;
		}

		body.single-product div.product .woocommerce-product-gallery {
			max-width: 100%;
		}

		body.single-product .woocommerce-product-gallery__wrapper img {
			max-height: 340px;
		}

		body.single-product .woocommerce-tabs,
		body.single-product .related.products {
			margin-top: 14px !important;
		}
	}

	@media (max-width: 620px) {
		.woocommerce-shop .woocommerce ul.products,
		.tax-product_cat .woocommerce ul.products,
		.tax-product_tag .woocommerce ul.products,
		.tax-product_brand .woocommerce ul.products {
			grid-template-columns: 1fr;
			gap: 12px;
		}
	}
	/* RESTYLING PAGINAZIONE WOOCOMMERCE */
	.woocommerce-pagination {
		margin-top: 60px !important;
		margin-bottom: 40px !important;
		text-align: center !important;
	}

	.woocommerce-pagination ul.page-numbers {
		border: none !important;
		display: inline-flex !important;
		gap: 10px !important;
		padding: 0 !important;
		list-style: none !important;
		margin: 0 auto !important;
	}

	.woocommerce-pagination ul.page-numbers li {
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-pagination ul.page-numbers li .page-numbers {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 44px !important;
		height: 44px !important;
		padding: 0 !important;
		background: #ffffff !important;
		color: #475569 !important;
		border-radius: 12px !important;
		font-weight: 600 !important;
		font-size: 15px !important;
		text-decoration: none !important;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
		border: 1px solid #e2e8f0 !important;
	}

	/* Pagina Corrente */
	.woocommerce-pagination ul.page-numbers li .page-numbers.current {
		background: #3b82f6 !important;
		color: #ffffff !important;
		border-color: #3b82f6 !important;
		box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3) !important;
	}

	/* Hover */
	.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
		background: #f8fafc !important;
		color: #3b82f6 !important;
		border-color: #3b82f6 !important;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
	}

	/* Frecce Next/Prev */
	.woocommerce-pagination ul.page-numbers li a.next,
	.woocommerce-pagination ul.page-numbers li a.prev {
		font-size: 20px !important;
	}

	@media (max-width: 620px) {
		.woocommerce-pagination ul.page-numbers {
			gap: 6px !important;
		}
		.woocommerce-pagination ul.page-numbers li .page-numbers {
			width: 38px !important;
			height: 38px !important;
			font-size: 14px !important;
		}
	}
	/* RESTYLING FILTRI ATTIVI (WOOF TOP PANEL) - CLEAN STYLE */
	.woof_products_top_panel {
		margin-bottom: 25px !important;
		padding: 0 !important;
	}

	.woof_products_top_panel_ul {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 15px !important;
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
		align-items: center !important;
	}

	.woof_products_top_panel_ul li {
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Filtri attivi come link semplici */
	.woof_products_top_panel_ul li a {
		display: inline-flex !important;
		align-items: center !important;
		background: transparent !important;
		color: #475569 !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		text-decoration: none !important;
		border: none !important;
		transition: color 0.2s ease !important;
	}

	.woof_products_top_panel_ul li a:hover {
		color: #ef4444 !important;
	}

	/* Gestione icona originale WOOF */
	.woof_products_top_panel_ul li a img {
		display: inline-block !important;
		width: 16px !important;
		height: 16px !important;
		margin-left: 6px !important;
		vertical-align: middle !important;
		opacity: 0.7;
		transition: opacity 0.2s ease;
	}

	.woof_products_top_panel_ul li a:hover img {
		opacity: 1;
	}

	/* Pulsante Pulisci Tutto - Rosso */
	.woof_reset_button_2 {
		background: #ef4444 !important;
		color: #ffffff !important;
		border: none !important;
		padding: 6px 16px !important;
		border-radius: 4px !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		cursor: pointer !important;
		transition: background 0.2s ease !important;
		margin-right: 5px !important;
	}

	.woof_reset_button_2:hover {
		background: #dc2626 !important;
	}

	/* RESTYLING SIDEBAR FILTRI (WOOF) */
	#secondary .widget-title {
		font-size: 18px !important;
		font-weight: 700 !important;
		color: #0f172a !important;
		margin-bottom: 25px !important;
		text-transform: none !important;
		letter-spacing: normal !important;
	}

	.woof_container {
		margin-bottom: 30px !important;
		padding-bottom: 20px !important;
		border-bottom: 1px solid #f1f5f9 !important;
	}

	.woof_container h4 {
		font-size: 14px !important;
		font-weight: 700 !important;
		color: #1e293b !important;
		text-transform: uppercase !important;
		letter-spacing: 0.05em !important;
		margin-bottom: 15px !important;
	}

	/* BARRA DI RICERCA TESTUALE */
	.woof_text_search_container .woof_husky_txt-input {
		width: 100% !important;
		padding: 12px 16px 12px 40px !important;
		border-radius: 12px !important;
		border: 1.5px solid #e2e8f0 !important;
		background: #f8fafc !important;
		font-size: 14px !important;
		transition: all 0.2s ease !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke=%22%2394a3b8%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z%22%3E%3C/path%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: 12px center !important;
		background-size: 20px !important;
	}

	.woof_text_search_container .woof_husky_txt-input:focus {
		background-color: #ffffff !important;
		border-color: #3b82f6 !important;
		box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
		outline: none !important;
	}

	/* SLIDER PREZZI (IonRangeSlider) */
	.irs--round .irs-line {
		background-color: #f1f5f9 !important;
		height: 6px !important;
	}

	.irs--round .irs-bar {
		background-color: #3b82f6 !important;
		height: 6px !important;
	}

	.irs--round .irs-handle {
		border: 2px solid #3b82f6 !important;
		width: 20px !important;
		height: 20px !important;
		top: 26px !important;
		background-color: #fff !important;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
	}

	.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
		background-color: #0f172a !important;
		font-size: 11px !important;
		border-radius: 4px !important;
	}

	.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
		border-top-color: #0f172a !important;
	}

	/* CHECKBOX E LISTE */
	.woof_list_checkbox li {
		padding: 4px 0 !important;
		display: flex !important;
		align-items: center !important;
	}

	.woof_list_checkbox label {
		font-size: 14px !important;
		color: #475569 !important;
		margin-left: 8px !important;
		cursor: pointer !important;
	}

	/* PULSANTE FILTRO */
	.woof_submit_search_form {
		width: 100% !important;
		background: #3b82f6 !important;
		color: #fff !important;
		border: none !important;
		padding: 14px !important;
		border-radius: 12px !important;
		font-weight: 700 !important;
		font-size: 15px !important;
		text-transform: uppercase !important;
		letter-spacing: 0.05em !important;
		cursor: pointer !important;
		transition: all 0.2s ease !important;
	}

	.woof_submit_search_form:hover {
		background: #2563eb !important;
		transform: translateY(-2px) !important;
		box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3) !important;
	}

	/* Card filtri solo sul widget WOOF (negozio / categorie) */
	.woocommerce-shop #secondary .widget,
	.tax-product_cat #secondary .widget,
	.tax-product_tag #secondary .widget,
	.tax-product_brand #secondary .widget {
		background: #ffffff !important;
		border-radius: 16px !important;
		padding: 25px !important;
		border: 1px solid #f1f5f9 !important;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
		margin-bottom: 0 !important;
	}

/* —— Single product: chip, tab, descrizione, specifiche —— */
body.single-product .woocommerce-tabs {
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 2rem 0 0;
	padding: 1.5rem 1.25rem 1.75rem;
	box-sizing: border-box;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 1.25rem !important;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	float: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.55rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	color: #475569 !important;
	text-decoration: none !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
	color: #2563eb !important;
	border-color: #bfdbfe;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background: #3b82f6 !important;
	border-color: #3b82f6 !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

body.single-product .woocommerce-tabs .panel {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Chip sotto il prezzo */
body.single-product .lsg-product-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 100%;
}

body.single-product .lsg-product-highlights__chip {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	max-width: 100%;
	padding: 8px 12px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-sizing: border-box;
}

body.single-product .lsg-product-highlights__label {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}

body.single-product .lsg-product-highlights__value {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	color: #0f172a;
	overflow-wrap: anywhere;
	word-break: break-word;
}

/* Tab descrizione */
.single-product #tab-description.woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel--description {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-product #tab-description > h2,
.single-product .woocommerce-Tabs-panel--description > h2 {
	display: none;
}

.single-product .lsg-product-description {
	max-width: 100%;
}

.single-product .lsg-product-description__body {
	max-width: 72ch;
	color: #334155;
	font-size: 0.975rem;
	line-height: 1.75;
}

.single-product .lsg-product-description__body > :first-child {
	margin-top: 0;
}

.single-product .lsg-product-description__body p {
	margin: 0 0 12px;
}

.single-product .lsg-product-description__body strong {
	color: #0f172a;
	font-weight: 600;
}

.single-product .lsg-product-description__body ul,
.single-product .lsg-product-description__body ol {
	margin: 0 0 14px 1.25rem;
	padding: 0;
}

.single-product .lsg-product-description__body li {
	margin-bottom: 6px;
}

.single-product .lsg-product-description__specs {
	margin-top: 1.75rem;
	padding: 1.25rem 1.35rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
	box-sizing: border-box;
}

.single-product .lsg-product-description__specs-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.15rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
}

.single-product .lsg-product-description__specs-title::before {
	content: "";
	flex-shrink: 0;
	width: 4px;
	height: 1.15em;
	border-radius: 2px;
	background: #3b82f6;
}

.single-product .lsg-product-description__empty {
	margin: 0;
	color: #64748b;
	font-style: italic;
}

/* Griglia gruppi specifiche */
.single-product .lsg-tech-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	margin-top: 0.25rem;
	width: 100%;
	max-width: 100%;
}

.single-product .lsg-tech-specs__group {
	margin: 0;
	min-width: 0;
}

.single-product .lsg-tech-specs__heading {
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.65rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid #e2e8f0;
}

.single-product .lsg-tech-specs__table {
	width: 100%;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.9rem;
	table-layout: fixed;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
}

.single-product .lsg-tech-specs__table th,
.single-product .lsg-tech-specs__table td {
	padding: 0.6rem 0.75rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e2e8f0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.single-product .lsg-tech-specs__table tr:last-child th,
.single-product .lsg-tech-specs__table tr:last-child td {
	border-bottom: none;
}

.single-product .lsg-tech-specs__table th {
	width: 44%;
	font-weight: 600;
	color: #475569;
	background: #f8fafc;
	border-right: 1px solid #e2e8f0;
}

.single-product .lsg-tech-specs__table td {
	color: #0f172a;
	background: #fff;
}

.single-product .lsg-tech-specs__table tbody tr:nth-child(even) td {
	background: #fafbfc;
}

@media (min-width: 769px) {
	.single-product .lsg-tech-specs__table tbody tr:hover td {
		background: #f1f5f9;
	}
}

/* Tablet / mobile */
@media (max-width: 921px) {
	body.single-product .woocommerce-tabs {
		margin-top: 1.25rem;
		padding: 1.15rem 1rem 1.35rem;
		border-radius: 12px;
	}

	body.single-product .summary form.cart {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	body.single-product .summary form.cart .quantity {
		flex: 0 0 auto;
		margin-right: 0 !important;
	}

	body.single-product .summary form.cart .button.single_add_to_cart_button,
	body.single-product .summary form.cart button[type="submit"] {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.single-product .lsg-product-description__body {
		max-width: 100%;
		font-size: 0.95rem;
	}

	.single-product .lsg-tech-specs {
		grid-template-columns: 1fr;
		gap: 1.15rem;
	}

	.single-product .lsg-product-description__specs {
		padding: 1rem 0.9rem;
	}

	body.single-product .lsg-product-highlights__chip {
		flex: 1 1 calc(50% - 4px);
		min-width: calc(50% - 4px);
	}
}

@media (max-width: 544px) {
	body.single-product .woocommerce-tabs ul.tabs li {
		flex: 1 1 auto;
		min-width: 0;
	}

	body.single-product .woocommerce-tabs ul.tabs li a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5rem 0.75rem;
		font-size: 0.85rem;
		box-sizing: border-box;
	}

	body.single-product .lsg-product-highlights__chip {
		flex: 1 1 100%;
		min-width: 100%;
	}

	.single-product .lsg-tech-specs__table,
	.single-product .lsg-tech-specs__table tbody,
	.single-product .lsg-tech-specs__table tr,
	.single-product .lsg-tech-specs__table th,
	.single-product .lsg-tech-specs__table td {
		display: block;
		width: 100%;
	}

	.single-product .lsg-tech-specs__table {
		border: none;
		border-radius: 0;
		background: transparent;
	}

	.single-product .lsg-tech-specs__table tr {
		margin-bottom: 8px;
		border: 1px solid #e2e8f0;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}

	.single-product .lsg-tech-specs__table tr:last-child {
		margin-bottom: 0;
	}

	.single-product .lsg-tech-specs__table th {
		border-right: none;
		border-bottom: none;
		padding-bottom: 0.2rem;
	}

	.single-product .lsg-tech-specs__table td {
		padding-top: 0.15rem;
		padding-bottom: 0.65rem;
		border-bottom: none;
	}

	body.single-product div.product {
		flex-direction: column !important;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary {
		width: 100% !important;
		max-width: 100% !important;
	}
}
