/** Shopify CDN: Minification failed

Line 2485:0 Expected "}" to go with "{"

**/
 
:root{
  --colorTextCompareAtPrice:#808080;
}

/* ACCORDION PER UpCycling2025 */
.accordion__item {
  border: 1px solid #e8e8e1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px #e8e8e1;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary {
  position: relative;
  padding: 0.75em 2.5em 0.75em 1em;
  margin: 0;
  cursor: pointer;
  
  user-select: none;
  box-shadow: 4px 2px 10px #E8E8E0;
}


.accordion__summary-inner {
  display: block;
  text-align: center;
  font-weight: bold;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(0deg);
  width: 1em;
  height: auto;
  transition: transform 0.2s ease;
}

details[open] > .accordion__summary > .accordion__icon {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
  padding: 1em;
  border-top: 1px solid #e8e8e1;
  background: #fff;
}


.basic--small-label{
  font-style: italic;
    opacity: .7;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
  .basic--small-label {
    text-align: left
  }
}

[data-center-text=true]
.grid-product__meta {
  text-align: left ;
}
.mobile-only {
  display: none; 
}

.invisible-element {
  display: none !important;
}

/* ANCHOR MOVED SELECT SIZE SELECTOR*/
.related__size-label-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.ks-chart-container.sizing-chart-container {
  width: auto;
 
}


@media (max-width: 767px) {
  .mobile-only {
    display: block; 
  }
}


  .store-availability {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    margin: 25px 0 15px;
  }

  #StoreAvailabilityDrawer .drawer__scrollable {
    padding-top: 0;
  }

  #StoreAvailabilityDrawer .drawer__fixed-header {
min-height: unset;
  }


  .product-block{
    margin-bottom: 0;
  }

  .product-buy-buttons .product-block {
    margin-bottom: 20px;
  }

  .availability-hint {
    margin: 15px 0;
  }

   .availability-style {
     display: flex;
     gap: 14px;
   }

  .store-availability-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin:  25px 0 15px;
  }

  .store-availability-container p {
    margin: 0;
    text-align: start;
  }

  #store-availability-icon{
    height: 24px;
    width: 24px;
  }

  .cta-store-locator {
    display: flex;
    border-radius: 50px;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
  }

  .cta-gps {
    margin-top: 5px;
  }

  .cta-phone {
    margin-top: 0.75rem;
  }



  #sizes-available-icon{
    height:25px;
  }
  


.overlap-link::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}




@media screen and  (max-width:768px) {
  .overlap-link::after {
    margin: 0 -1.5em
  }
  
}


.grid-product__meta span {
  line-height: 1.5;
}
.grid__item-image-wrapper .grid-product__meta h3 {
  margin-bottom: 0px;
}
.grid-product__price {
  margin-top: 2px;
}
.grid-product__meta.basic-grid-product__meta {
  position: unset
}

[data-type_product_capitalize=true] .grid-product__title h3{
  font-size:calc(var(--typeBaseSize) - 2px);
  letter-spacing:0.2em;
  text-transform:uppercase;
  font-weight: var(--typeBaseWeight);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}

@media only screen and (max-width:768px){

[data-type_product_capitalize=true] .grid-product__title h3{
    font-size:calc(var(--typeBaseSize) - 3px);
  }
}


.promo-grid__text.position-unset {
  position: unset
}

.promo-grid__content--full {
  width: 100%;
  height: 100%;
  display: flex;
}

.vertical-top .promo-grid__content--full {
  align-items:flex-start;
}

.vertical-center .promo-grid__content--full {
  align-items:center;
}

.vertical-bottom .promo-grid__content--full {
  align-items:flex-end;
}

.horizontal-center .promo-grid__content--full {
  justify-content:center;
  text-align:center;
}


.horizontal-right .promo-grid__content--full{
  justify-content:flex-end;
  text-align:right;
}


.promo-grid__image-link {
  position: relative;
  z-index: 3;
}




  
.footer__title {
  font-weight: var(--typeHeaderWeight);
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

  


/* 
 #LanguageSelect {
    border-color: white;
    padding: 2px 22px 2px 2px;
    background-size: 8px;
  }
  localization-form-custom {
    text-align: right;
    }
 */


.colorname-title {
  font-style: italic;
  display: block;
  font-weight: 500;
}

.results-products__info .colorname-title {
  display: block;
  margin-left: 0px;
} 



.product-single__title h2 {
  font-weight: 500
}
.product-single__title h1 {
  font-style: italic
 }





.custom-saving-color {
  color: var(--colorTextSavings);
}
.custom-full-price {
text-decoration: line-through;
color: var(--colorTextCompareAtPrice);
}
.custom-discount {
display: block;
color: var(--colorTextCompareAtPrice);
}

.results-products__info .custom-discount {
  margin-left: 0px;
}


.related-collections {
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-collections p {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.related-collections--chips {
  align-items: flex-start;

  @media (min-width: 768px) {
    align-items: center;
  }
}

.related-collections > nav {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;

}

.related-collections > nav a {
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 0;
}

.related-collections--layout-wrap {
  flex-wrap: wrap;
}

.related-collections--layout-wrap > nav {
  flex-wrap: wrap;
  overflow: visible;
}

.related-collections--layout-scroll {
  flex-wrap: nowrap;
}

.related-collections--layout-scroll > nav {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 0;
  cursor: grab;
  user-select: none;
}

.related-collections--layout-scroll > nav:active {
  cursor: grabbing;
}

.related-collections--layout-scroll > nav::-webkit-scrollbar {
  height: 4px;
}

.related-collections--layout-scroll > nav a {
  user-select: none;
}

.related-collections--with-arrows > nav {
  flex: 1 1 auto;
}

.related-collections__chevron {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  color: currentColor;
  opacity: 0.9;
}

.related-collections__chevron span {
  display: inline-block;
  font-size: 22px;
  transform: translateY(-1px);
}

.related-collections__chevron[disabled] {
  cursor: default;
  opacity: 0.25;
}

@media (max-width: 749px) {
  .related-collections__chevron {
    display: none;
  }

  .related-collections--layout-scroll > nav {
    padding-bottom: 6px;
  }
}

.related-collections--chips > nav {
  gap: 4px;
  flex-wrap: wrap;
}

.related-collections--chips a {
  position: relative;
  padding: 2px 8px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid var(--colorBorder);
  color: var(--colorTextBody);
  font-size: 14px;
  transition: border 0.3s ease;
}

.related-collections--chips a:hover {
  border-color: var(--colorTextBody);
  color: var(--colorTextBody);
}

.related-collections--link > nav {
  gap: 10px;
}

.related-collections--link a {
  color: var(--colorNavText);
  position: relative;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7.5px 0;
}

.related-collections--link a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--colorNavText);
  transition: right 0.5s;
}

.related-collections--link a:hover::after {
  right: 100%;
}

.related-collections--pills {
  margin-bottom: 16px;
}

.related-collections--pills > nav {
  gap: 10px;
}

.related-collections--pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
}

.related-collections--pills a:hover {
  border-color: rgba(0, 0, 0, 0.22);
}

@media (max-width: 749px) {
  .related-collections--link {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .related-collections--link > nav {
    gap: 30px;
  }

  .related-collections--link a {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .related-collections--link a {
    font-size: 13px;
  }

  .related-collections--link {
    margin-bottom: 16px;
  }
}

.related-collections--chips a,
.related-collections--pills a,
.related-collections--link a {
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 749px) {
  .related-collections--chips a,
  .related-collections--pills a,
  .related-collections--link a {
    max-width: 380px;
  }
}

@media (min-width: 1024px) {
  .related-collections--chips a,
  .related-collections--pills a,
  .related-collections--link a {
    max-width: 580px;
  }
}

.related-collections--items-per-view > nav {
  scroll-snap-type: x mandatory;
}

.related-collections--items-per-view > nav a {
  scroll-snap-align: start;
}

@media (min-width: 750px) {
  .related-collections--items-per-view.related-collections--layout-scroll > nav a {
    flex: 0 0 auto;
    max-width: none;
    overflow: visible;
    white-space: nowrap;
    text-overflow: clip;
  }
}

@media (min-width: 750px) {
  .related-collections--items-per-view.related-collections--layout-scroll > nav[data-rc-sized="1"] {
    flex: 0 0 auto;
  }

  .related-collections--items-per-view.related-collections--layout-wrap > nav {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
  }
}

.related-collections--items-per-view > nav {
  scroll-snap-type: none;
}

@media (min-width: 750px) {
  .related-collections--items-per-view.related-collections--layout-scroll > nav {
    scroll-snap-type: x mandatory;
  }

  .related-collections--items-per-view.related-collections--layout-scroll > nav a {
    scroll-snap-align: start;
  }
}


.product-buy-buttons .product-block {
  margin-bottom: 10px;
}



details summary .icon-chevron-down {
  display: none;
}





    
.basic-breadcrumb {
  display: flex;
    align-items: center;
    gap: 0;
}

/* .basic-breadcrumb a:not(:last-child)::after {
  content: '/';
  margin: 0 5px
} */
 .breadcrumb__divider {
  color:currentColor;
  padding: 0 3px
}
.basic-breadcrumb a:hover {
  text-decoration: underline
}

.basic-breadcrumb span:not(.breadcrumb__divider) {
  opacity: 0.7;
  text-transform: capitalize

}





.filter-loading .count-filter {
  visibility: hidden; 
  position: relative;
}

.filter-loading .count-filter::after {
  content: "";
  visibility: visible;
  left: 0;
  right: 0;
  text-align: center;
  
  display: inline-block;
  animation: dots 1s steps(1, end) infinite;
}


@-webkit-keyframes spinFilter {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.label-count-wrapper {
  display: flex;
    gap: 6px;
    align-items: center;
}

 #full-page-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.6); /* Bianco trasparente */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 29;
    }

    .centered-content {
       border: 10px solid #f3f3f3;
  -webkit-animation: spinFilter 1s linear infinite;
  animation: spinFilter 1s linear infinite;
  border-top: 10px solid #555;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: transparent;
  display: inline-block;
    }

.filter-active {
  pointer-events: auto;
}

.filter-active * {
  pointer-events: none;
}

 @keyframes dots {
    0% { content: "(. )"; }
    33% { content: "(..)"; }
    66% { content: "(. )"; }
    100% { content: "(..)"; }
  }

#SidebarDrawer-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.btn-remove {
  background-color: #F1F1EE !important;
  color:#494949 !important;
  min-width: fit-content !important;
  font-size: calc(var(--typeBaseSize) - 7px);
  text-transform: none;
}
li .btn-remove {
   padding: 8px;
  padding-right: 26px;
}

.tag--remove .icon {
   color:#494949 !important;
   height: 15px;
    width: 15px;
}

label.tag__checkbox-wrapper{
  display:flex;
  align-items:center;
}

.color-swatch--filter{
  height:16px;
  width:16px;
}

.collapsible-content__inner .tag--show-label .tag__text{
    display:inline !important;
  }



/* Care instructions */
.care-guide__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.care-guide__title h3 {
  margin: 0;
}
.care-guide__title.active .care-guide__acc-icon {
  transform: rotate(180deg);
}
.care-guide__wrapper {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none;
}
.care-guide__icons {
  display: flex;
  align-items: center;
}
.care-guide__icons div {
  margin: 0 10px 15px 0px;
}



@media only screen and (min-width:769px){
  .background-media-text__video-adjusted video{
    height: 100%;
    left: -100%;
    max-width: none;
    width: 300%;
    top: 0;
  }
}

@media (max-width: 800px) {
    .text-with-icons__blocks .text-with-icons__block {
        width: 100% !important;
    }
}

.text-with-icons__block-icon svg {
  height: 70px;
  width: 70px;
}
.locale-selectors__container {
  display: none;
}

/*Hotspots Section Mobile*/

@media only screen and (max-width: 768px) {
  .hotspot-content__block .grid__item-image-wrapper .grid-product__image-mask {
      flex: 0 0 40%;
  }

  .hotspots-wrapper .hotspots{
    width: 80%;
  }

  .hotspots-section .hotspots-wrapper{
    justify-content: center;
  }

  .hotspot-content__block .grid-product__meta{
    padding-left: 0;
  }
}

.pdp-h2 {
  font-size: 14px;
  font-weight: 400;
}
.h2 .colorname-title {
    font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.grid-product__link .colorname-title {
    font-size: 10px;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        flex-wrap: wrap;
        font-size: 11px !important;
    }
}
.basic-breadcrumb a {
  color: gray;
  text-decoration: none;
}

.basic-breadcrumb span:last-child {
  color: black;
  pointer-events: none; 
  opacity: 1;
}

  .template-collection .breadcrumb {
  margin: 0;
  margin-top: 26px;
  line-height: 1;
}
.template-collection .page-content--top {
  padding-top: 0;
}
.template-collection .section-header__title {
  line-height: 1;
    margin-top: 19px;
  margin-bottom: 19px;
}
.template-collection .collection__description {
  margin: 0;
  margin-bottom: 25px;
}

.template-collection .collection-content {
  margin: 0;
  padding: 0;
}

.template-product .breadcrumb {
  margin-bottom: 26px;
    margin-top: 26px;
}


@media only screen and (max-width: 769px) {
    .template-collection .collection__description {
  margin-bottom: 19px;
}

.template-collection .section-header__title {
  margin-top: 16px;
   margin-bottom: 16px;
}
 .template-collection .breadcrumb {
  margin: 0;
  margin-top: 20px;
}
.template-product .breadcrumb {
  margin-bottom: 20px;
  margin-top: 20px;
}

}
.page-content--product {
  padding-top: 0;
}
.collection-filter {
  margin-bottom: 11px;
}

.klarna-icon--payment img{
  height: 23px;
  margin-top: 1px;
  border-radius: 4px;
}

.satispay-icon--payment img{
  height: 23px;
  margin-top: 1px;
  border-radius: 4px;
  border: 1px solid lightgrey;
}

.inline-list.payment-icons.footer__section{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*ANCHOR - Custom language popup*/
.language-dialog-container{
  position: fixed;
  background-color: white;
  width: 30%;
  z-index: 30;
  padding: 15px;
  display: block;
}

.full-screen-box::before{
  background-color: var(--colorModalBg);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 26;
}

.upper-dialog-container{
  padding-bottom: 30px;
}

.dialog-title{
  font-size: 24px;
  font-weight: 600;
}

.dialog-title-container svg{
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin: 1%;
}

.lower-dialog-container{
  display: flex;
  justify-content: right;
}

.lower-dialog-container p{
  margin: 0;
}

.lower-dialog-container button{
  padding: 10px;
}

.left-dialog-button{
  background-color: #f1f5f9;
  margin-right: 15px;
}

.right-dialog-button{
  background-color: #000000;
  color: white;
}

.dialog-title-container{
  display: flex;
  justify-content: space-between;
}

.full-screen-box{
  position: absolute;
  z-index: 332323;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overflow-hidden{
  overflow: hidden;
}

@media only screen and (max-width: 768px){
  .language-dialog-container{
    width: 95%;
  }
}

.tdl {
  text-decoration: underline;
}

/*ANCHOR - Old Reviews css*/
/* .stars{
  padding-right: 0.32em; 
  flex-shrink: 0;
}

.reviews-and-size {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  padding-bottom: 0.48em; 
}

.review-rating{
  font-size: medium;
  margin-left: 0.5em;
}

.review-block{
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}

.review-block-header{
  display: flex;
  justify-content: space-between;
  padding-top: 0.16em;
}

.review-number{
  text-align: left;
  font-size: medium;
  flex-shrink: 0;
}

.review-date{
  color: grey;
  font-size: small;
}

.review-view-all{
  align-self: flex-start;
  text-decoration: underline;
  font-size: large;
  padding-left: 0;
  padding-top: 0.48em; 
}

.review-container{
  display: flex;
  flex-direction: column;
}

.review-text{
  text-align: left;
  font-size: medium;
}

.review-title{
  align-self: flex-start;
}

.review-header{
  display: flex;
  flex-direction: column;
  padding-bottom: 1em; 
  margin-top: 25px;
}

.stars-and-rating{
  display: flex;
}

.verified-purchaser{
  color:grey;
  font-size: small;
}

.verified-purchaser-block{
  display:flex;
  margin-bottom: 1em;
  margin-top: 0.6em;
  align-items: flex-start;
} */

/* ANCHOR - Reviews pdp section */

.review-section{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.left-reviews-container{
  width: 50%;
  border-right: 0.5px solid lightgrey;
  padding: 0 80px;
  font-size: 14px;
}

.right-reviews-container{
  width: 50%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-reviews-container > hr{
  width: 100%;
}

.stars{
  padding-right: 0.32em; 
  flex-shrink: 0;
  display: flex;
  gap: 0.1em;
  align-items: center;
}

.reviews-and-size {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  padding-bottom: 0.48em; 
}

.review-rating{
  margin-left: 8px;
}

.review-block{
  display: flex;
  flex-direction: column;
}

.review-block-header{
  display: flex;
  justify-content: space-between;
}

.review-date{
  color: grey;
  font-size: small;
}

.review-view-all{
  text-decoration: underline;
}

.review-container{
  display: flex;
  flex-direction: column;
}

.review-text{
  text-align: left;
  font-size: 14px;
  word-break: break-word;
}

.review-title{
  align-self: center;
  padding-bottom: 50px;
}

.review-header{
  display: flex;
  flex-direction: column;
}

.stars-and-rating{
  display: flex;
  align-items: center;
}

.verified-purchaser{
  color:grey;
  font-size: small;
}

.verified-purchaser-block{
  display:flex;
  margin-bottom: 1em;
  margin-top: 0.6em;
  align-items: center;
  gap: 2px;
}

.reviews-flex-box{
  display: flex;
}

.big-stars .stars svg{
  width: 22px;
  height: 22px;
}

.left-reviews-rating{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 40%;
}

.left-reviews-rating .rating{
  font-size: 30px;
  font-weight: 600;
}

.reviews-number{
  font-weight: 600;
}

.left-reviews-upper{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.left-reviews-recommended{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40%;
}

.left-reviews-recommended-percentage{
  font-size: 30px;
  font-weight: 600;
}

.left-reviews-recommended-text{
  font-weight: 600;
  text-align: center;
}

.bar-row-element{
  height: 2px;
  width: 20%;
  margin: 0 2px;
}

.bar-row-grey-element{
  background-color: #D8D8D8;
}

.bar-row-orange-element{
  background-color: #F3BF3B;
}

.bar-row{
  display: flex;
}

.left-reviews-lower-bar{
  padding: 1.5vh 0;
}

.left-reviews-title {
  padding: 5px;
  font-weight: 600;
}

.fit-options, .comfort-options, .quality-options{
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.left-reviews-container > hr{
  margin-top: 3vh;
  margin-bottom: 1.5vh;
}

.pagination-bottom-div{
  display: flex;
  align-items: center;
  gap: 5px;
}

.bottom-feedaty-phrase{
  padding: 17px;
  text-align: center;
}

.review-page-selector button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#review-prev-page, #review-next-page{
  display: flex;
  align-items: center;
}

.review-page-selector{
  display: flex;
}

#review-page-select {
  padding-top: 5px;
  padding-bottom: 5px;
} 

.bottom-feedaty-phrase *{
  font-size: 14px;
}

.pagination-bottom-div *{
  font-size: 14px;
}
/*Reviews mobile visualization*/
@media only screen and (max-width:768px) {
  .reviews-flex-box{
    flex-direction: column;
  }

  .right-reviews-container{
    padding: 0;
    width: 100%;
    padding-bottom: 1.5vh;
  }

  .left-reviews-container{
    padding: 0;
    padding-bottom: calc(1.5vh - 5px);
    border-right: none;
    width: 100%;
  }

  .review-title{
    margin: 0;
    padding-bottom: 3vh;
  }

  .review-block-header{
    padding-bottom: .5vh;
  }

  .review-text{
    padding-bottom: .5vh;
  }

  .verified-purchaser-block{
    margin-top: 0;
    margin-bottom: 0;
  }

  .review-block{
    margin-bottom: 3vh;
  }
  
  .pagination-bottom-div{
    justify-content: center;
  }
}

#Composizione{
  margin-bottom: 15px;
}

.related-collections.related-collections--chips{
  margin-bottom: 15px;
}

.h2-plp {
  color: #444444;
  text-transform: none !important;
  font-size: 12px !important;;
}

/*Unificazione font*/



@media only screen and (min-width: 769px) {
  h1{
    font-size: 32px !important;
  }

  h2, .dialog-title{
    font-size: 24px !important;
  }

  h3, .drawer__title{
    font-size: 18px !important;
  }

  #productCount{
    font-size: 14px !important;
  }

  #FilterDrawerButton{
    font-size: 14px !important;
  }

  #SortBy{
    font-size: 14px !important;
  }

  .breadcrumb{
    font-size: 12px !important;
  } 

  .related__price-container, .related__price, .related__sale-percent{
    font-size: 24px !important;
  }

  .related__section-title{
    font-size: 18px !important;
  }

  .related__selected{
    font-size: 14px;
  }

  .related__size-block{
    font-size: 14px;
  }

  .ks-chart-container{
    font-size: 14px;
  } 

  .btn-select-size-trigger, .btn--full{
    font-size: px;
  }

  .store-availability-container{
    font-size: 16px;
  }

  .edd-delivery{
    font-size: 16px;
  } 

  .edd-disclaimer{
    font-size: 14px !important;
  }

  .bn-shipping-container{
    font-size: 14px;
  }

  .bn-returns-rates{
    font-size: 14px;
  }

  .site-footer__linklist li a{
    font-size: 14px;
  } 

  .needsclick.kl-private-reset-css-Xuajs1{
    font-size: 12px !important;
  }

  .grid-product__link{
    font-size: 14px !important;
  }

  #SpanTitoloDescrizione, .product-block .table-wrapper, .care-guide__wrapper, .list-composizione{
    font-size: 16px;
  }

  .disclosure-list__label, .toolbar{
    font-size: 12px;
  }

  .site-header *{
    font-size: 14px !important;
  }

  .grid-product__price{
    font-size: 14px;
  }

  .left-dialog-button, .right-dialog-button, .btn{
    font-size: 14px !important;
  }

  .collapsible-trigger-btn{
    font-size: 16px;
  }

  #FilterDrawer .collapsible-trigger-btn{
    font-size: 15px;
  }

  .collapsible-content__inner li.tag{
    font-size: 14px;
  }

  .announcement-text{
    font-size: 12px;
  }

  .grid-product__tag--sale{
    font-size: 14px;
  }

  .grid-product__price .custom-discount{
    font-size: 12px;
  }

  .cart__item--variants{
    font-size: 14px;
  }

  .cart__item-name{
    font-size: 16px;
  }

  .ajaxcart__subtotal{
    font-size: 14px;
  }

  .h2 .colorname-title {
    font-size: 16px;
  }

  #CartDrawer .colorname-title{
    font-size: 14px;
  }

  .related__price-container s{
    font-size: 16px;
  }
}



@media only screen and (max-width: 768px) {
  h1{
      font-size: calc(32px - 8px) !important;
  }

  h2, .dialog-title{
    font-size: calc(24px - 4px) !important;
  }

  h3, .drawer__title{
    font-size: 18px !important;
  }

  #productCount{
    font-size: calc(14px - 2px) !important;
  }

  #FilterDrawerButton{
    font-size: calc(14px - 2px) !important;
  }

  #SortBy{
    font-size: calc(14px - 2px) !important;
  }

  .breadcrumb{
    font-size: calc(12px) !important;
  } 

  .related__price-container, .related__price, .related__sale-percent{
    font-size: calc(24px - 4px) !important;
  }

  .related__section-title{
    font-size: calc(18px) !important;
  }

  .related__selected{
    font-size: calc(14px - 2px);
  }

  .related__size-block{
    font-size: calc(14px - 2px);
  }

  .ks-chart-container{
    font-size: calc(14px - 2px);
  } 

  .btn-select-size-trigger, .btn--full{
    font-size: calc(px - 2px);
  }

  .store-availability-container{
    font-size: calc(16px - 2px);
  }

  .edd-delivery{
    font-size: calc(16px - 2px);
  } 

  .edd-disclaimer{
    font-size: calc(14px - 2px) !important;
  }

  .bn-shipping-container{
    font-size: calc(14px - 2px);
  }

  .bn-returns-rates{
    font-size: calc(14px - 2px);
  }

  .site-footer__linklist li a{
    font-size: calc(14px - 2px);
  } 

  .needsclick.kl-private-reset-css-Xuajs1{
    font-size: calc(12px - 2px) !important;
  }

  .grid-product__link, .product-recommendations-placeholder .grid-product__price{
    font-size: calc(14px) !important;
  }

  .product-recommendations-placeholder .colorname-title{
    font-size: calc(12px);
  }

  #SpanTitoloDescrizione, .product-block .table-wrapper, .care-guide__wrapper, .list-composizione{
    font-size: calc(16px - 2px);
  }

  .toolbar, .disclosure-list__label{
    font-size: 12px;
  }

  .site-header *{
    font-size: calc(14px - 2px);
  }

  .grid-product__price{
    font-size: calc(14px);
  }

  .left-dialog-button, .right-dialog-button, .btn{
    font-size: calc(14px - 2px);
  }

  .collapsible-trigger-btn{
    font-size: calc(16px - 2px);
  }

  #FilterDrawer .collapsible-trigger-btn{
    font-size: calc(15px - 2px);
  }

  .collapsible-content__inner li.tag{
    font-size: calc(14px - 2px);
  }

  .announcement-text{
    font-size: calc(12px) !important;
  }

  .mobile-nav__child-item button{
    font-size: 14px !important;
  }

  .mobile-nav__grandchildlist a.mobile-nav__link{
    font-size: 12px !important;
  }

  .mobile-nav__link--top-level{
    font-size: 16px !important;
  }

    .grid-product__tag--sale{
    font-size: calc(14px - 2px);
  }

  .grid-product__price .custom-discount{
    font-size: calc(12px);
  }

  .cart__item--variants{
    font-size: 14px;
  }

  .cart__item-name{
    font-size: 16px;
  }

  .ajaxcart__subtotal{
    font-size: 14px;
  }

    .related__price-container s{
    font-size: calc(16px - 2px);
  }
} 


  .footer__section {
    margin: 0;
    padding:0; 
  }

  ul+.footer__small-text{
    padding-bottom:15px;
    padding-top: 5px;
  }

  .text-cta-container{
    position:absolute;
    text-align: center;
    padding: 10px;
  }
  
  .featured-top-left       { top: 0; left: 0; }
  .featured-top-right      { top: 0; right: 0; }
  .featured-bottom-left    { bottom: 0; left: 0; }
  .featured-bottom-right   { bottom: 0; right: 0; }
  .featured-top-center     { top: 0; left: 50%; transform: translateX(-50%); }
  .featured-bottom-center  { bottom: 0; left: 50%; transform: translateX(-50%); }
  .featured-center-left    { top: 50%; left: 0; transform: translateY(-50%); }
  .featured-center-right   { top: 50%; right: 0; transform: translateY(-50%); }
  .featured-center         { top: 50%; left: 50%; transform: translate(-50%, -50%); }    

  @media only screen and (max-width: 768px){
    .featured-top-left-mobile       { top: 0 !important; left: 0!important; }
    .featured-top-right-mobile      { top: 0 !important; right: 0 !important; }
    .featured-bottom-left-mobile    { bottom: 0 !important; left: 0 !important; }
    .featured-bottom-right-mobile   { bottom: 0 !important; right: 0 !important; }
    .featured-top-center-mobile     { top: 0 !important; left: 50% !important; transform: translateX(-50%) !important; }
    .featured-bottom-center-mobile  { bottom: 0 !important; left: 50% !important; transform: translateX(-50%) !important; }
    .featured-center-left-mobile    { top: 50% !important; left: 0 !important; transform: translateY(-50%) !important; }
    .featured-center-right-mobile   { top: 50% !important; right: 0 !important; transform: translateY(-50%) !important; }
    .featured-center-mobile         { top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; }

    .text-cta-container{
      position:absolute;
      text-align: center;
      padding: 10px 0px 10px 17px;
    }
  }


.cart__item-price-col.text-right{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
  font-size: 14px;
}

.cart__price.cart__price--strikethrough{
  font-size: 14px;
}

.custom-price-discount-view{
  color: var(--colorDrawerText);
}

 #CartDrawer .custom-price.custom-saving-color{
  white-space: nowrap;
}



/*Custom contact us page css*/
.contact-blocks-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.main-contact-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.contact-block{
  width: 30%;
  padding: 16px;
  border: 1px solid lightgrey;
  border-radius: 16px;
}

.single-block-icon-text{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-top: 15px;
}

.single-block-container{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.contact-page-hover-text{
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 32px;
}

.single-block-bottom-text{
  margin: 0;
  color: #316DB5;
}

.single-block-title{
  margin-top: 15px;
  font-size: 18px;
  text-align: left;
  color: #040139;
}

.single-block-text{
  padding-top: 15px;
  font-size: 14px;
  text-align: left;
}

.contact-page-top-text{
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-page-bottom-text{
  font-size: 16px;
  padding-top: 24px;
}

.contact-page-top-text-title{
  font-size: 24px;
  margin-bottom: 20px;
}

.single-block-bottom-text{
  font-size: 14px;
}

.custom-contact-image{
  object-fit: cover;
  height: 350px;
}

.contact-page-image-container{
  position: relative;
}

.contact-block-email{
  text-decoration: underline;
}

.contact-page-bottom-text-container{
  display: flex;
  gap: 5px;
  margin-top: 25px;
}

.contact-page-bottom-text-container > p{
  margin: 0;
}

.featured-card-meta .cta-title{
  font-size: calc(var(--typeBaseSize) - 2px);
  margin: 0;
  padding: 10px 0 6px 0;
}

.featured-card-cta{
  padding: 8px;
}

@media only screen and (max-width:768px) {
  .contact-block{
    width: 100%;
  }

  .contact-page-bottom-text, .contact-page-top-text-title, .contact-page-top-text{ 
    text-align: center;
  }

  .contact-page-bottom-text-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  }
}

/*Contact us drawers*/

.contact_drawer_title{
  font-size: 18px;
  color: #040139;
  margin-bottom: 0;
}

#ContactDrawer .js-drawer-close{
  width: 100%;
  text-align: right;
}

#ContactDrawer input:not(.checkboxBtn){
  width: 100%;
  border-radius: 5px;
}

.checkBoxBtnContainer{
  display: flex;
  flex-direction: row-reverse;
}

#ContactDrawer label{
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #334155;
  margin-top: 20px;
}

.contactDrawerFormContainer{
  padding: var(--drawer-gutter);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.contactDrawerFormContainer form{
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

#ContactDrawer .submitContainer{
  height: 100%;
  align-content: end;
  padding-bottom: var(--drawer-gutter);
}

#ContactDrawer .drawer__inner{
  height: calc(100% - 28px);
}

#ContactDrawer .drawer__close{
  width: unset;
}

#ContactDrawer .contact_drawer_header{
  display: flex;
  justify-content: end;
}

#ContactDrawer .btn, #ContactDrawer textarea, #ContactDrawer select{
  border-radius: 5px;
}

#ContactDrawer textarea{
  width: 100%;
}

.contactDrawerTextArea, .formSelectLabel{
  display: flex;
  flex-direction: column;
}

.upload-icon-box{
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100px;
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.upload-box-container{
  border: 1px solid #E8E8E1;
  padding: 15px;
  border-radius: 5px;
}

.upload-icon-and-text{
    display: flex;
    align-items: center;
    gap: 20px;
}

.returns_policy_container{
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.returns-icon-text{
  display: flex;
  align-items: center;
  gap: 5px;
}

.returns-policy-text{
  margin-top: 10px;
}

#ContactDrawer form{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow-y: auto;
}


.returns_drawer_item_title{
  font-size: 12px;
}

.returns_drawer_item_select{
  margin-left:20px; 
  margin-top:0;
  display: flex;
  flex-direction: column;
}

.returns_drawer_title{
  margin-bottom: 20px;
}

.custom-media-title{
  font-size: px;
}

#ContactDrawer form{
  padding-right: 20px;
}

#ContactDrawer form::-webkit-scrollbar {
  width: 4px; 
}

#ContactDrawer form::-webkit-scrollbar-track {
  background: transparent; 
}

#ContactDrawer form::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3); 
  border-radius: 3px;
}

#ContactDrawer form::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.required_field{
  color: red;
}

@media only screen and (min-width:769px) {
  .contact-page-width{
    padding: 0 60px;
  }
}

.template-product .product-single__meta .store-availability-container.store-availability-container,
.template-product .product-single__meta .store-availability.store-availability{
  margin: 16px 0 0 !important;
}

/* Returns row*/
.bn-extra-margin.bn-extra-margin{
  margin: 16px 0 16px !important;
}

/* Free shipping row*/
.template-product .product-single__meta #free-shipping-message{
  margin: 16px 0 0 !important;
}

/* Estimated Delivery row*/
.template-product .product-single__meta #id-edd-container{
  margin: 16px 0 0 !important;
}
/* Prevent inner margins from leaking extra bottom space */
.template-product .product-single__meta #id-edd-container > *:last-child{ margin-bottom: 0 !important; }
.template-product .product-single__meta #id-edd-container .edd-disclaimer{ margin: 0 !important; }

.narrowed-image-menu{
  width: 70%;
}

.menu-image-container{
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-image-container image-element{
  width: 100%;
}

.menu-image-container image-element img{
  aspect-ratio: 1 / 1;
}

.grid-menu-image{
  display: flex;
}

.image-menu-subtitle{
  text-transform: uppercase;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .menu-image-container{
    padding: 7.5px 25px 7.5px var(--drawer-gutter);
    width: 100%;
  }

  .menu-image-container a{
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

.custom-truncate-text-base {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-truncate-text-line-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.custom-truncate-text-line-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.custom-truncate-text-line-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.custom-truncate-text-line-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.custom-truncate-text-line-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.custom-truncate-text-line-6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

@media only screen and (max-width: 768px) {
.custom-mobile-truncate-text-line-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.custom-mobile-truncate-text-line-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.custom-mobile-truncate-text-line-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.custom-mobile-truncate-text-line-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.custom-mobile-truncate-text-line-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.custom-mobile-truncate-text-line-6 {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
}

.custom-hide {
  display: none;
}

.custom-bold {
  font-weight: bold;
}

.collection__description .m-0,
.rte.rich_text .m-0 {
  margin: 0;
  padding: 0;
}

.rte.rich_text button.m-0 {
  margin-left: 0;
}


.mobile-nav .menu-highlight, .header-item--navigation .site-nav__item .menu-highlight {
    color: #E30613;
}


  
.country_not_available .results-products__info .custom-price,
.country_not_available .grid-product__price,
.country_not_available .icon-bag,
.country_not_available .add-to-cart,
.country_not_available .btn-select-size-trigger,
.country_not_available .store-availability-container,
.country_not_available .related__price-container,
.country_not_available .related__omnibus-container,
.country_not_available .js-drawer-open-cart,
.country_not_available #id-edd-container,
.country_not_available #free-shipping-message,
.country_not_available #bn-returns-message,
.country_not_available #bn-edd-skeleton,
.country_not_available .related__select-optgroup-price,
.country_not_available .custom-store-availability,
.country_not_available .grid-product__tag--sale,
.country_not_available .related__section-container-size,
.country_not_available .free_shipping_card,
.country_not_available .bn-wishlist-icon-pdp,
.country_not_available essential-upsell-cross-sell-app-block,
.country_not_available .related__size-container.skeleton-effect {
  display: none !important;
}
.country_not_available .sizes-available-container {
  margin-bottom: 16px !important;
}

.country_not_available .related__color-wrapper.disabled {
    opacity: 1;
}

.shop-ai-chat-container {
  z-index: 500 !important;
}

.country_not_available .related__color-wrapper.disabled .related__color-img, .country_not_available .related__color-wrapper.disabled .related__color-img:hover {
  border-style: solid;
}

.text-no-shipping {
  font-size: 14px;
  background-color: #F0F7FF;
  padding: 6px;
  color: #0D294D;
}
.text-no-shipping a {
text-decoration-color: #0D294D;
color: #0D294D;
text-decoration: underline;

}

.country_not_available .custom-pdp-width .authentic-grid__item .SpanTitoloDescrizione {
  margin-top: 15px;
}


.cs-beige {
    background-color: #f5f5dc;
}

.cs-black,
.cs-nero,
.cs-noir,
.cs-negro,
.cs-schwarz {
    background-color: #000000;
}

.cs-blue,
.cs-blu,
.cs-bleu,
.cs-azul,
.cs-blau {
    background-color: #0000ff;
}

.cs-brown,
.cs-marrone,
.cs-marron,
.cs-marron,
.cs-braun {
    background-color: #a52a2a;
}

.cs-green,
.cs-verde,
.cs-vert,
.cs-grun {
    background-color: #008000;
}

.cs-grey,
.cs-grigio,
.cs-gris,
.cs-grau {
    background-color: #808080;
}

.cs-orange,
.cs-arancione,
.cs-naranja {
    background-color: #ffa500;
}

.cs-red,
.cs-rosso,
.cs-rouge,
.cs-rojo,
.cs-rot {
    background-color: #ff0000;
}

.cs-violet,
.cs-viola,
.cs-violeta,
.cs-violett {
    background-color: #ee82ee;
}

.cs-white,
.cs-bianco,
.cs-blanc,
.cs-blanco,
.cs-weiss {
    background-color: #ffffff;
}

.cs-yellow,
.cs-giallo,
.cs-jaune,
.cs-amarillo,
.cs-gelb {
    background-color: #ffff00;
}

.cs-pink,
.cs-rose,
.cs-rosa {
    background-color: #ffc0cb;
}

.hidden-sizechart{
  display: none;
}

/* PIM */
#pim-other-icons_table table,
#pim-other-icons_table thead,
#pim-other-icons_table tbody,
#pim-other-icons_table tr,
#pim-other-icons_table th,
#pim-other-icons_table td {
  border: none !important;
  background-color: transparent !important;
}
#pim-other-icons_table table {
  border-collapse: collapse !important;
  table-layout: auto !important;
  width: max-content !important;
}
#pim-other-icons_table th,
#pim-other-icons_table td {
  padding-left: 10px !important;
  width: auto !important;
  white-space: nowrap !important;
}
#pim-other-icons_table th:first-child,
#pim-other-icons_table td:first-child {
  padding-left: 0 !important;
  width: 1% !important;
}
#pim-other-icons_table th:nth-child(2),
#pim-other-icons_table td:nth-child(2) {
  padding-left: 1.2em !important;
}
#pim-other-icons_table th:nth-child(3),
#pim-other-icons_table td:nth-child(3) {
  display: none !important;
}
#pim-other-icons_table img {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  height: auto !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

#pim-other-icons_table, #pim-other-Features, #pim-property-Material {
  margin-bottom: 25px;
}
.early-access-disclaimer {
  font-size: 14px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #klaviyo-early-access-btn {
    width: calc(100% - 70px);
  }
