/** Shopify CDN: Minification failed

Line 655:1 Expected "}" to go with "{"

**/
/* ===========================
   DRAWER CART
      =========================== */
.cart-drawer .drawer__footer-buttons .btn {
	width: 100%;
}

.accettazione {
	order: -1 !important;
}


/* ===========================
             CART
                =========================== */
.fi-invoice-wrapper {
	padding-block: 0px !important;
	margin-top: 0px !important;
	text-align: center;
}

fatture-italia {
	order: 4 !important;
}

.tax-note {
	font-size: 14px !important;
}


/* ===========================
                             SWITCHER LINGUA
                                =========================== */
#etranslate-language-embedded-selector-theme2 {
	position: absolute;
	right: 5px;
	top: 2px;
	z-index: 30 !important;
}

#etranslate-language-float-selector-theme2 {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#etranslate-language-embedded-selector-theme2 {
		display: none;
	}
}


/* ===========================
                                                     WISHLIST
                                                        =========================== */

/* Contenitore wishlist */
#th_wishlist_page_id {
	padding-top: 30px;
	margin: 0 auto;
	font-family: inherit;
	background: #f5f5f5;
}

.th-wl-container {
	width: 80% !important;
}

/* B2B FORM */
#bss-b2b-registration-form {
	width: 100% !important;
	box-shadow: none !important;
	margin-top: 0px !important;
}

.bss-b2b-registration-form-content #bss-b2b-register-form {
	width: 800px !important;
}

.bss-b2b-rf-submit-button .btn {
	background: #000000 !important;
}

.bss-b2b-rf-submit-button .btn:hover {
	background: #00000080 !important;
}

/* Griglia responsive Wishlist: 4 / 3 / 2 colonne */
.th-wl-container .th-wl-product-row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
	margin: 0 auto;
	padding: 0 12px;
	box-sizing: border-box;
	justify-items: stretch;
	align-items: start;
}

.th-wl-product-col-4 {
	width: 100%;
	max-width: 100% !important;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.th-wl-container .th-wl-product-row {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
}

@media (max-width: 767.98px) {
	.th-wl-container .th-wl-product-row {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
}

/* Titolo */
.th-wl-container-header h3 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
}

/* Tab container su tutta la larghezza */
.th-wl-share_on,
.th_wl_clear_cart_checkbox,
.th-wl-tab {
	display: none !important;
}

.tab-link {
	background: #ffffff00 !important;
	grid-gap: 20px;
}

.tab-link-label {
	background: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #000000 !important;
}

.tab-link-delete {
	background: #ffffff !important;
	width: 47px !important;
	border: 1px solid #000000 !important;
}

ul.th-wl-tab li .tab-link-delete svg {
	width: 22px !important;
	height: 22px !important;
	fill: #000000 !important;
}

/* Card prodotto */
.th-wl-product-item {
	border: none !important;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.th-wl-product-item:hover {
	transform: translateY(-5px);
}

.th-wl-product-item .th-wl-product-remove-product {
	position: absolute;
	top: 1rem !important;
	right: 1rem !important;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	width: 2.5rem !important;
	height: 2.5rem !important;
	line-height: 0;
	padding: 0px !important;
}

/* Immagine */
.th-wl-product-item figure {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	border-radius: 10px !important;
}

.th-wl-product-item figure img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
	padding: 0px !important;
}

.th-wl-product-item figure:hover img {
	transform: scale(1.05);
}

.th-wl-product-item img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	padding: 10px;
}

/* Contenuto */
.th-wl-product-content {
	padding: 20px;
	text-align: center;
}

.th-wl-product-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.th-wl-product-title a {
	color: #222;
	text-decoration: none;
	text-align: left;
}

.th-wl-product-variant {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-bottom: 10px;
}

.th-wl-product-price {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

/* Add to cart */
.th-wl-product-add-to-cart {
	background: #000;
	padding: 10px 20px !important;
	color: #fff !important;
	margin-top: 15px;
	border-top: none !important;
	cursor: pointer;
	border-radius: 50px !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400 !important;
	transition: background 0.3s ease;
}

.th-wl-quantity-box {
	border-radius: 50px !important;
}

.th-wl-product-add-to-cart:hover {
	background: #333;
}

/* Rimuovi prodotto */
.th-wl-product-remove-product {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.th-wl-product-remove-product svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

/* BADGE CARD PRODOTTO */
.product-card__badge {
	right: 1.2rem;
	justify-content: flex-end;
}

/* Bottone wishlist nella card prodotto */
.th_wl_col_btn {
	position: absolute !important;
	top: 2rem;
	border-radius: 50% !important;
	inset-inline-start: 2rem;
	background: #000000;
}

.th_wlc_position_relative svg {
	width: 2.2rem !important;
	height: 2.2rem !important;
}

.th_wl_col_btn .th_wl_button_after,
.tl_wl_col_btn .th_wl_button {
	padding: 10px 7px !important;
}

.th_prd_wl_btn {
	background: #f5f5f5;
	border-radius: 50px !important;
	padding: 5px 10px;
}

.th_prd_wl_btn:hover {
	background: #ebebeb;
}

.th_prd_wl_btn:hover .th_wl_button,
.th_prd_wl_btn:hover .th_wl_button_after {
	background: #ebebeb;
}

.product-card__image-wrapper .th_wl_button svg,
.product-card__image-wrapper .th_wl_button_after svg {
	width: 26px !important;
	height: 20px !important;
	position: absolute !important;
	top: 13px !important;
	left: 10px !important;
	fill: #ffffff !important;
}

.th_wl_col_btn .th_wl_button svg path {
	fill: #ffffff !important;
}

.th_wlc_product_count {
	width: 2rem !important;
	height: 2rem !important;
	font-size: 1.4rem !important;
	position: absolute;
	top: -0.2rem !important;
	inset-inline-end: -0.5rem !important;
}

.cart-count--absolute {
	inset-inline-end: -0.5rem !important;
}

#th-wl-sucess-mgs,
#th-wl-error-mgs {
	display: none !important;
}

/* BADGE SOLDOUT MOBILE */
.f-badge--soldout {
	display: block;
}

/* Tag immagine singolo prodotto */
.product__info-container .th_wl_text {
	margin-left: 5px !important;
}

.product__block--price {
	position: relative !important;
}

.immagine-tag-prodotto {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 200px;
}


/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                     PAGINA GIFT CARD
                                                                                                                                                                                                                                                                                                                                                                                        =========================== */
.gift-card #etranslate-language-embedded-selector-theme2 .embed-etranslate-language-name {
	color: #000000 !important;
}

.gift-card #etranslate-language-embedded-selector-theme2 svg {
	fill: #000000 !important;
}


/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                               HOME CSS DESKTOP
                                                                                                                                                                                                                                                                                                                                                                                                  =========================== */
.index-template .section--scrolling-promotion img {
	filter: grayscale(1);
}

[id$="QcLD3j"] .image-with-text-ovelay__content-wrapper p {
	width: 40%;
	margin: auto;
}

[id$="QcLD3j"] .image-with-text-overlay .content-overlay {
	background-image: url(/cdn/shop/files/bg_baro_ok.png?v=1756622675);
	background-color: #181818 !important;
	background-position: center;
	background-size: cover;
}

[id$="nYUK6n"] .card-media {
	border-radius: 0px;
}

[id$="88dzy7"] {
	display: none;
}

@media screen and (max-width: 1023px) {
	[id$="QcLD3j"] .image-with-text-overlay .content-overlay {
		background-image: url(/cdn/shop/files/bg_baro_tablet.png?v=1756623212);
	}

	[id$="nYUK6n"] .nsa-coll-desktop {
		display: none;
	}

	[id$="88dzy7"] {
		display: block;
	}

	[id$="88dzy7"] .nsa-mobile {
		flex: 1;
	}

	[id$="nYUK6n"] .swipe-tablet__inner,
	[id$="88dzy7"] .swipe-mobile__inner {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	[id$="QcLD3j"]  .image-with-text-overlay .content-overlay {
		background-image: url(/cdn/shop/files/bg_baro_mobile.png?v=1756622827);
	}
}


/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         TABLET CSS
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            =========================== */
@media (max-width: 991px) {
	.th-wl-container {
		width: 100% !important;
	}
}


/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       MOBILE CSS
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          =========================== */
@media (max-width: 767.98px) {
	.th-wl-container {
		width: 100% !important;
	}

	.th_wl_col_btn {
		position: absolute !important;
		top: unset;
		border-radius: 50% !important;
		bottom: 1rem;
		width: 4.2rem !important;
		height: 4.2rem !important;
		left: 1rem;
	}

	.product-card__image-wrapper .th_wl_col_btn .th_wl_button svg,
	.product-card__image-wrapper .th_wl_button_after svg {
		width: 20px !important;
		height: 20px !important;
		top: 11px !important;
		left: 9.5px !important;
	}

	.product-card__main-actions {
		display: block !important;
		left: unset !important;
	}

	/* Embed language switcher */
	.ts-switcher-btn--embedded-header-mobile {
		display: none !important;
	}

	/* Home CSS */
	[id$="QcLD3j"] .image-with-text-ovelay__content-wrapper p {
		width: 90%;
		margin: auto;
	}
}

/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               CUSTOM SINGLE COLLECTION PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  =========================== */
.cat-desc {
	display: flex;
	flex-direction: column;
	width: 70%;
}

.cat-desc img {
	height: 500px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 30px;
	border-radius: 15px;
}

.cat-desc p {
	margin: 0 0 10px 0;
}

h2,
h3 {
	margin: 15px 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	.cat-desc {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         CUSTOM SINGLE COLLECTION PAGE - HELIOPHOBIC
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            =========================== */

[id$="DAdCRx"] .page-width,
[id$="n7e49J"] .page-width {
	padding: 0px;
}

[id$="DAdCRx"] .hero,
[id$="n7e49J"] .hero {
	border-radius: 0px;
}

[id$="DAdCRx"] .image-with-text__inner {
	background-image: url(/cdn/shop/files/barometrica_gialla_png.png?v=1756627345);
	background-size: contain;
	background-repeat: no-repeat;
}

[id$="n7e49J"] .image-with-text__inner {
	background-image: url(/cdn/shop/files/baro_verde_png.png?v=1756627345);
	background-size: contain;
	background-repeat: no-repeat;
}

/* ===========================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           SWATCHES FILTER
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              =========================== */
.swatch-color.swatch-image {
	--swatch-size: 3.5rem !important;
}

details[data-index="vertical-filter.p.m.custom.filtro_per_colore"] ul,
details[data-index="drawer-filter.p.m.custom.filtro_per_colore"] ul {
	flex-wrap: wrap;
}

details[data-index="vertical-filter.p.m.custom.filtro_per_colore"] ul .tooltip,
details[data-index="drawer-filter.p.m.custom.filtro_per_colore"] ul .tooltip {
	pointer-events: none;
}

/* BADGE CART */
.bndl-badge-slot{
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    background: #ffd4d4;
    clear:both;
    display: block;
    width: fit-content;
}
.cart-line:not(.is-bundle) .bndl-badge-slot{ display:none; }
.bndl-badge-slot:empty { display: none !important; }


li[data-bundle]:not([data-bundle=""]) .cart-drawer-products-recommendation {
  /* regole quando è popolato */
  display:none;
}


.cart__footer .additional-checkout-buttons{
  display:none;
}
.free-shipping-goal__label--success{
    color: #41a249;
    background: #e3f1e4;
    font-weight: 600;
    border-radius: 50px;
}





[id$="hero_bigone_aW6YLD"] .content-bottom {
  margin: 0px;
}

[id$="hero_bigone_aW6YLD"] motion-element {
  padding: 10px 0px;
}
@media (min-width: 768px) {
 [id$="hero_bigone_aW6YLD"] .media--extra-large {
    height: 90vh;
  }

  [id$="hero_bigone_aW6YLD"] .item-hero-container {
    justify-content: center;
  }
}

[id$="hero_bigone_aW6YLD"] .image-with-text-ovelay__content-wrapper {
  background: #000000;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 75%
  );
}
@media (max-width: 767px) {
  [id$="hero_bigone_aW6YLD"] .media--extra-large {
    height: 80vh;
  }
  [id$="hero_bigone_aW6YLD"] .item-hero-container {
    justify-content: space-between;
    text-align: center;
  }
  [id$="hero_bigone_aW6YLD"] .image-with-text-ovelay__content-wrapper {
background: rgba(0, 0, 0, 4.05);
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}