/** Shopify CDN: Minification failed

Line 252:0 Unexpected "<"
Line 275:40 Unexpected "}"

**/
body {
  font-family: 'Acumin Pro', sans-serif!important;
}

.site-nav__item {
  font-family: 'Acumin Pro', sans-serif;
}

.btn {
  font-family: 'Acumin Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Acumin Pro', sans-serif;
}

p {
  font-family: 'Acumin Pro', sans-serif;
}

span {
  font-family: 'Acumin Pro', sans-serif;
}


.testo-icona {
  font-family: 'Acumin Pro', sans-serif;
}

.collapsibles-wrapper--border-bottom 
{
  font-family: 'Acumin Pro', sans-serif;
}




:root {
  --heading-font-family: 'Acumin Variable', sans-serif;
  --text-font-family: 'Acumin Variable', sans-serif;
}


.circle-chevron {
    width: 30px;
    height: 30px;
    background: #859487!important;
    color: #fff;
}

.h2, .prose h2:not(.h0,.h1,.h2,.h3,.h4,.h5,.h6) {
    font-size: var(--text-h3);}



.gap-4 {
    gap: var(--spacing-3);
}



.product-info__title span {
display: block; 
font-size: 0.7em;}

.accordion__content .prose * + :is(p, div, ul, ol) {
  margin-block-start: unset!important;
}

.text-lg {
    font-weight: 600;
}

.accordion-box details:last-of-type .accordion__toggle {
  color: #859487;
  font-size: 1.1em;
}

#shopify-block-gropulse_google_reviews_three_column_style_1_A77Mp8 {
  padding-top: 3em;
  padding-bottom: 2em;
}

.ht-btn.ht-btn-radius {
  border-radius: 0px;
  border-color: rgb(var(--text-color) / 0.12);}

.ht-container {
    max-width: unset!important;}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-thumbnail {
    width: 50px!important;
    flex: 0 0 50px!important;
}

.ht-col-lg-12 {
padding-right: 0px!important;
padding-left: 0px!important;}

#igr-powered-by     
{color: transparent!important;
}

.masonry masonry--h p {
color: transparent!important;
}

.navigation-promo p.bold {text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);}

    .js :has(.shopify-section:first-child [allow-transparent-header]) .header:not(.is-filled) {
        --header-background-opacity: 0.2;
    }

.blog-post img {
  margin: 10px 0;
  width: 100%;
}

.article-banner__content .h0 {
    font-size: var(--text-h1);
    line-height: 1.2;
    text-align: left;
}

.article__meta {display: none;}

.header__icon-list {
    justify-content: center !important;
}



.color-swatch--rectangle {
    --swatch-size: 60px;
    height: 60px;
}

.header__icon-list {
    justify-content: flex-start;
}


#mega-menu-mega_menu_Cmc3Xf
{background: #1d1e1c!important;}

#mega-menu-mega_menu_HFmtwa
{background: #1d1e1c!important;}


#shopify-section-template--16071872708689__banner .content-over-media>:is(img,video,iframe,svg,video-media) {
    object-position: bottom;
}

.label-swatch{
  margin-bottom: 40px;
}

.show-label-swatch {
  clip: unset;
  width: fit-content;
  height: auto;
  text-align: center;
  text-wrap: auto;
  font-size: 14px;
  line-height: 14px;
  top: 40px;
}


.variant-picker__option-values > * {
  flex-shrink: 0;
}

@media (max-width: 768px) {
.header__icon-list {
    justify-content: flex-start!important;
}
}

.show-label-swatch {
    font-size: 16px;
    top: 80px;
   font-weight: 400;
    line-height: 1.2;
}


.gap-4 {
    gap: var(--spacing-2);
}

/* Aggiungi il grassetto quando l'input radio è selezionato */
input[type="radio"]:checked + label .sr-only {
    font-weight: bold;
}

/* Rimuovi il grassetto da tutte le etichette quando un altro radio è selezionato */
input[type="radio"]:not(:checked) + label .sr-only {
    font-weight: normal;
}

.color-swatch--rectangle {
    border: unset!important;
}


.label-swatch {
  display: inline-block;
  width: 72px;
  height: 72px;
  padding: 3px; /* spazio bianco interno */
  background-color: white;
  box-sizing: border-box;
  background-image: var(--swatch-background);
  background-size: cover;
  background-position: center;
  background-clip: content-box; /* ⬅️ evita che l’immagine si espanda nel padding */
  border: 0.7px solid #dfdad4!important;
  cursor: pointer;
}


.color-swatch {
  position: relative;
  background-color: white;
  padding: 3px;
  box-sizing: border-box;
  background-clip: content-box;
}

.color-swatch:before {
  content: "";
  position: absolute;
  inset: 0; /* prende tutta l’area del box */
  border: 1px solid black;
  border-radius: inherit;
  opacity: 0;
  transform: scale(1); /* nessuna riduzione */
  transition: opacity 0.2s ease-in-out;
  box-shadow: none;
  pointer-events: none;
  top: -0.5px;
  bottom: -0.5px;
}

<input type="radio" id="wood-1" name="wood" hidden checked>
<label class="color-swatch color-swatch--rectangle" for="wood-1">...</label>

input[type="radio"]:checked + .color-swatch::before {
  opacity: 1;
}


  .variant-picker__option-values--color {
      display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 610px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding-bottom: 30px;
  }


/* MOBILE: usa larghezza viewport */
@media (max-width: 768px) {
   width: calc(100vw - 48px)!important;}}


.variant-picker__option-values {
      display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
        max-width: 590px;
   padding-bottom: 10px !important;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

.product__finitura-label{    
margin: 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 1.2em;
    padding: 20px;
    background-color: #dfdad4;
  margin-top: 20px !important;
  margin-bottom: 20px !important;}


.dimensioni {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 0.9em;
  box-sizing: border-box;
  margin-bottom: 25px!important;
}

.dimensioni th,
.dimensioni td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

/* Responsive */
@media (max-width: 600px) {
  .dimensioni thead {
    display: none;
  }

  .dimensioni tr {
    display: block;
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff;
  }

  .dimensioni td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
  }

  .dimensioni td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
    color: #333;
  }
}

.scheda-prodotto h3 {
    font-size: 1.1em!important;
    padding-bottom: 10px!important;
   padding-top: 10px!important;
    font-weight: 600!important;
    line-height: 1.4!important;
}


.VotwT {
    font-size: 20px!important;}

.jPZeNY {
  width: 13px!important;
  height: 13px!important;}

.igVhfg {
    padding: 0px 0px 10px 0 !important;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: left!important;
  flex-direction: row!important;
    gap: 13px;
}

.igVhfg {
background-color: unset!important;}

.product-info__rating {
  display: flex!important;
    justify-content: flex-start!important;
  --product-info-block-spacing: 0px!important;}

#shopify-section-template--17974584016977__image_link_blocks_TX48CL {
  padding-block-start: 0px!important;
  background-color: #f9f9f9!important;
}

#shopify-section-template--17974584016977__media_with_text_cpEtTh 
{margin-top: 75px;
max-width: 1200px;
   margin-left: auto;
    margin-right: auto;}

.x106a9eq:not(#\#):not(#\#):not(#\#) {
    padding-inline-start: 0px!important;
}

.x10rsq8x:not(#\#):not(#\#):not(#\#):not(#\#) {
    margin-bottom: 5px;
}

@media (max-width: 600px) {
.custom-slideshow-prev, .custom-slideshow-next {
   display: none;
}
}

 .prose h3:not(.h0,.h1,.h2,.h3,.h4,.h5,.h6) {
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600;
}

.product-card__aside {
        display: none;
    }

.sort-by-facet {
    align-items: center;
}


.mega-menu__nav .h5 {
  margin-top: 10px;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.8em;
}

.mega-menu__nav {
  display: block;}


.mega-menu__nav>li {
    width: 100%;
    margin-bottom: 1em;
}