/* GLOBAL */
html {
  font-family: 'Beatrice', sans-serif;
}

em {
  font-style: normal;
  color: var(--rosso-500);
}

.text-regular {
  font-weight: var(--text-regular);
}

.text-bold {
  font-weight: var(--text-bold);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-with-icon {
  font-weight: var(--text-bold);

  & .circle-chevron {
    background-color: var(--nero-500);

    & svg path {
      stroke: var(--grigio-50);
    }
  }
}

a > span {
  text-decoration: inherit !important;
}

.scrollbar__progress {
  background: var(--grigio-600);
}

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

.section-boxed {
  margin: 0;
  padding: 20px;
  background: var(--grigio-50);
}

@media screen and (min-width: 1150px) {
  .section-header {
    grid-template-columns: 1000px;
  }

  .section-boxed {
    margin: 0;
    padding: 60px;
    background: var(--grigio-50);
  }
}

@media screen and (pointer: fine) {
  .button--outline:not([disabled]):hover {
    color: rgb(var(--button-background));
    background-color: rgb(var(--button-text-color));
    box-shadow: inset 0 0 0 2px rgb(var(--button-text-color));
  }
}

.drawer::part(content) {
  border-radius: 12px;
}

.drawer::part(content) {
  border-radius: 12px;
}

.cart-drawer .buy-buttons--compact {
  @media (max-width: 1000px) {
    grid-template-columns: 1fr;
  }
}

:root {
  /*
  * ---------------------------------------------------------------------
  * TYPOGRAPHY
  * ---------------------------------------------------------------------
  */

  /* Font properties */
  --heading-font-family: 'Beatrice', sans-serif;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --heading-text-transform: normal;
  --heading-letter-spacing: 0;
  --text-font-family: 'Beatrice', sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-letter-spacing: 0;

  /* Font sizes - DESKTOP */
  --text-h0:   3.812rem; /* 61px */
  --text-h1:   3.062rem; /* 49px */
  --text-h2:   2.438rem; /* 39px */
  --text-h3:   1.938rem; /* 31px */
  --text-h4:   1.562rem; /* 25px */
  --text-h5:   1.250rem; /* 20px */
  --text-h6:   1.000rem; /* 16px */

  --text-lg:   1.250rem; /* 20px */
  --text-base: 1.000rem; /* 16px */
  --text-sm:   0.812rem; /* 13px */
  --text-xs:   0.812rem; /* 13px */

  /* Font weights */
  --text-bold: 600;
  --text-regular: 400;
  --text-light: 300;

  --quick-buy-header-height: 100px;
  --quick-buy-header-height-mob: 57px;

  @media (max-width: 1000px) {
    /* Font sizes - MOBILE */
    --text-h0:   2.438rem;
    --text-h1:   1.938rem;
    --text-h2:   1.562rem;
    --text-h3:   1.250rem;
    --text-h4:   1.000rem;
    --text-h5:   1.000rem;
    --text-h6:   0.812rem;

    --text-lg:   1.250rem;
    --text-base: 1.000rem;
    --text-sm:   0.812rem;
    --text-xs:   0.812rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
}

@media screen and (min-width: 700px) {
  .prose * + :is(.h0, .h1, .h2, h1, h2) {
      margin-block-start: var(--spacing-8);
  }

  --quick-buy-header-height: 100px;
}

@media screen and (min-width: 700px) {
  .prose * + :is(.h0, .h1, .h2, h1, h2) {
      margin-block-start: var(--spacing-8);
  }
}

@font-face {
  font-family: 'Beatrice';
  src: url(./Beatrice-Light.woff) format("woff");
  font-style: normal;
  font-weight: 300;
}
  
@font-face {
  font-family: 'Beatrice';
  src: url(./Beatrice-LightItalic.woff) format("woff");
  font-style: italic;
  font-weight: 300;
}
  
@font-face {
  font-family: 'Beatrice';
  src: url(./Beatrice-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
  
@font-face {
  font-family: 'Beatrice';
  src: url(./Beatrice-RegularItalic.woff) format("woff");
  font-style: italic;
  font-weight: 400;
}
  
@font-face {
  font-family: 'Beatrice';
  src: url(./Beatrice-Semibold.woff) format("woff");
  font-style: normal;
  font-weight: 600;
}

.shopify-section--before-after-image {
  & .section-stack--horizontal {
    align-items: center;
  }
}

.media-with-text .media-with-text__item:has(.media-with-text__content .prose:empty),
.shopify-section--rich-text:has(.rich-text .prose:empty),
.shopify-section--faq:has(.accordion-box:empty),
.shopify-section--collection-list:has(.collection-list:empty) {
  display: none;
}
/* END - GLOBAL */


/* FOOTER */
.footer {
  & .footer__wrapper {
    & .footer__block-list {
      gap: 60px;

      & .footer__block--text {
        & h1, & .h1, & h2, & .h2, & h3, & .h3, & h4, & .h4, & h5, & .h5, & h6, & .h6, p {
          color: var(--nero-500);
        }

        p {
          font-size: var(--text-xs);
        }
      }

      & .footer__block--menu {
        gap: var(--spacing-2);
        max-width: initial;

        @media screen and (min-width: 1150px) {
          max-width: 180px;
        }

        &:last-child {
          margin: 0;
          grid-column: 1 / -1;

          @media screen and (min-width: 1150px) {
            max-width: 280px;
          }
        }

        & li a {
          font-size: var(--text-xs);

          &:hover {
            text-decoration: underline;
          }
        }

        & .social-media {
          margin-top: 2rem;
        }

        & .logo-net-zero {
          margin-top: 2rem;

          & img {
            max-width: 160px;
          }
        }
      }
    }

    & .footer__aside {
      & .footer__aside-bottom {
        display: grid;
        grid-template-columns: 1fr;

        @media screen and (min-width: 1150px) {
          grid-template-columns: auto auto;

          & .footer__payment-icons {
            grid-row: 1;
            grid-column: 2;
            justify-content: end;
          }
  
          & .footer__copyright {
            grid-row: 2;
            grid-column: 1;
          }
  
          & .footer__policy-links {
            grid-row: 2;
            grid-column: 2;
            justify-content: end;
          }
        }
      }
    }
  }
}
/* END - FOOTER */


/* SLIDESHOW SECTION */
.slideshow__carousel .slideshow__slide .sm\:place-self-end-center {
  padding-block-end: 60px;
}
/* END - SLIDESHOW SECTION */


/* SHOP THE LOOK SECTION */
.shop-the-look__dot {
  --dot-size: 25px;
}

.plus {
  display: block;
  width: 100%;
  color: var(--nero-500);
  text-align: center;
}
/* END - SHOP THE LOOK SECTION */


/* SCROLLING TEXT SECTION */
.scrolling-text {
  padding: 60px 0;
  border-top: 1px solid var(--nero-200);
  border-bottom: 1px solid var(--nero-200);

  @media (max-width: 1000px) {
    padding: 30px 0;
  }

  & .scrolling-text__text {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 0;
  }
}
/* END - SCROLLING TEXT SECTION */


/* BLOG POSTS SECTION */
.blog-posts {
  & .blog-post-card {
    & .blog-post-card__figure {
      aspect-ratio: 1.15;
    }
  }
}
/* END - BLOG POSTS SECTION */


/* PRODUCT CARD */
product-card {
  & .product-card__badge-list {
    @media (max-width: 1000px) {
      top: 5px;
      left: 5px !important;
      gap: 5px;

      & .badge {
        padding: 2px 5px;
      }
    }
  }


  & .product-card__quick-buy {
    & button {
      border-radius: 100px;
    }
  }

  & .custom-quick-buy-toggle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
  }

  & .product-card__quick-buy {
    & button {
      border-radius: 100px;
    }
  }

  & .custom-quick-buy-toggle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
  }

  & .product-card__info {

    & .product-card__title {
      & .product-title-full {
        @media (max-width: 1000px) {
          font-size: var(--text-xs);
          position: relative;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-top: 5px;
        }
      }
    }

    & > .klaviyo-star-rating-widget {
      position: relative;
      height: 25px;
      margin-top: 8px;

      & *:hover {
        cursor: initial;
      }

      &:has(.kl_reviews__stars_badge svg:first-of-type.kl_reviews__empty_star) {
        display: none;
      }

      & .kl_reviews__stars_badge {
        padding: 0;
      }

      & .kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget .kl_reviews__star_rating_widget__label {
        font-size: var(--text-xs);
        margin-top: 5px;
      }

      & .kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget svg {
        width: 15px !important;
        height: 15px !important;
      }
    }

    & .rating-with-text {
      align-items: center;

      & .products-linked-counter {
        display: flex;
        align-items: center;
        gap: 5px;

        & img {
          margin: 0;
        }
      }
    }

    & .product-card__variation {
      & .thumbnail-swatch {
        --swatch-size: 20px;
        border-radius: 100%;

        &:hover {
          cursor: pointer;

          &::before {
            opacity: 1;
            transform: scale(1);
          }
        }
      }

      & .product-card__variant-list {
        gap: var(--spacing-2);
        margin-block: var(--spacing-2) 2px;
        flex-wrap: wrap;
        display: flex;
      }
    }

    & .thumbnail-swatch--sm {
      --swatch-size: 20px;
      border-radius: 100%;

      &.is-disabled:after {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
      }
    }

    & .thumbnail-swatch__view-more {
      width: auto;
      height: var(--swatch-size);
      color: var(--nero-500);
      border: none;
      line-height: 1;
    }

    & .price-list {
      & sale-price {
        color: var(--nero-500);
        font-weight: var(--text-bold);
      }

      & .discount-label {
        border-radius: 4px;
        text-transform: uppercase;
        border: 1px solid transparent;
        padding: 0 5px;
        margin-left: 5px;

        & span {
          margin-bottom: -1.5px;
          font-size: var(--text-base);
        }
      }
    }
  }
}

.quick-buy-drawer.quick-buy-campione-tessuto {
  width: 720px;
  background-color: var(--bianco);
  padding: 0;
  right: var(--spacing-6) !important;
  bottom: var(--spacing-6) !important;

  &.drawer::part(body) {
    padding: 20px;
    border-radius: 12px;
  }

  &.drawer::part(content) {
    border-radius: 0;
  }

  &:has(product-rerender) {
    top: var(--spacing-6) !important;

    &.drawer::part(body) {
      padding: 0;
      border-radius: 0;
    }
  }

  & .quick-buy-drawer__info {
    margin: 0;

    & .buy-buttons {
      & a {
        display: none;
      }
    }
  }

  @media (max-width: 1000px) {
    &:has(product-rerender) {
      top: auto !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
    }

    width: auto;
    left: var(--spacing-6) !important;
  }

  @media (min-width: 701px) and (max-width: 1000px) {
    &:has(product-rerender) {
      top: var(--spacing-6) !important;
    }
  }

  & #quick-buy-modal-content {
    & .quick-buy-drawer__variant {
      flex-direction: column;
      gap: 0;
      background-color: var(--bianco);
  
      & .title-area {
        width: 100%;
        padding: 30px 40px;
        border-bottom: 1px solid var(--nero-100);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: var(--bianco);
        min-height: var(--quick-buy-header-height);
        font-size: var(--text-h4);

        @media (max-width: 1000px) {
          padding: 15px 30px;
          min-height: var(--quick-buy-header-height-mob);
        }
      }
      
      & .media-and-description-area {
        margin-top: var(--quick-buy-header-height);
        padding: 30px;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 30px;

        @media (max-width: 1000px) {
          grid-template-columns: 1fr;
          margin-top: var(--quick-buy-header-height-mob);
        }
  
        & .quick-buy-drawer__media {
          width: 100%;
          height: auto;
          object-fit: cover;
          max-width: initial;
        }
  
        & .description {
          & iframe {
            display: none !important;
          }
        }
      }
    }

    & .quick-buy-drawer__info {
      background-color: var(--bianco);
      margin: 0;
      padding: 0 30px 30px 30px;

      & .variant-picker {
        & .variant-picker__option {
          & .variant-picker__option-info {
            justify-content: start;
            margin-bottom: 12px;

            & legend, & span {
              font-size: 16px;
            }
          }
          & .variant-picker__option-values  {
            justify-content: start;
            gap: 7px;

            @media (max-width: 1000px) {
              display: grid;
              grid-template-columns: 1fr 1fr 1fr;
            }

            & :checked + .thumbnail-swatch:before, & .thumbnail-swatch.is-selected:before {
              opacity: 0;
            }

            & :checked + .thumbnail-swatch {
              background: var(--nero-500);

              & .variant-data-area {
                background-color: var(--grigio-50);

                & * {
                  background-color: var(--nero-500);
                  color: var(--grigio-50);
                }
              }
            }

            & .thumbnail-swatch {
              --swatch-size: 120px;
              border-color: var(--nero-500);
              height: auto;
              outline: none;

              @media (max-width: 1000px) {
                --swatch-size: 100%;
              }

              & .variant-data-area {
                height: auto;
                font-size: 10px;
                display: grid;
                grid-template-columns: auto 1fr;
                gap: 1px;
                background-color: var(--nero-500);
                padding-bottom: 1px;

                & * {
                  background-color: var(--bianco);
                  padding: 0 4px;
                  line-height: 1.9;
                }

                & .variant-name {
                  text-align: left;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                }
              }

              & img {
                padding: 10px 20px;
                border-radius: 100%;
                height: auto;
              }
            }
          }
        }

        & .variant-details {
          display: none;
        }
      }

      & .icons-section {
        & .icons-list {
          margin-top: 24px;
          display: grid;
          grid-template-columns: auto auto;
          gap: 12px 50px;
          justify-content: start;

          @media (max-width: 1000px) {
            grid-template-columns: auto;
            gap: 20px;
          }

          & .custom-icon {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: var(--text-xs);  

            & img {
              width: 30px;
              height: 25px;
              object-fit: contain;
            }
          }
        }
      }

      & .product-info__text {
        & .prose {
          display: flex;
          justify-content: space-between;
          align-items: center;

          & .counter-area {
            margin: 0;

            & span {
              display: flex;
              align-items: center;
              gap: 5px;
  
              & img {
                margin: 0;
              }
            }
          }
        }
      }

      & .rm-campione-products {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;

        @media (max-width: 1000px) {
          grid-template-columns: 1fr 1fr 1fr;
          gap: 20px 10px;
          text-align: center;
        }

        & a {
          & img {
            margin-bottom: 12px;

            @media (max-width: 1000px) {
              margin-bottom: 5px;
            }
          }

          &:hover {
            text-decoration: underline;
          }
        }
        
      }
    }
  }

  @media screen and (min-width: 700px) {
    &:is(.drawer):has(product-rerender)::part(outside-close-button) {
      display: grid;
      right: 30px;
      left: auto;
      top: 0;
      bottom: auto;
      background: transparent;
      margin: 0;
      height: var(--quick-buy-header-height);
    }

    &:is(.drawer)::part(outside-close-button) {
      display: grid;
      right: 30px;
      left: auto;
      top: 0;
      bottom: auto;
      background: transparent;
      margin: 0;
      height: 85px;
    }
  }

  @media (min-width: 701px) and (max-width: 1000px) {
    &:is(.drawer):has(product-rerender)::part(outside-close-button) {
      display: grid;
      right: 30px;
      left: auto;
      top: 0;
      bottom: auto;
      background: transparent;
      margin: 0;
      height: var(--quick-buy-header-height-mob);
    }

    &:is(.drawer)::part(outside-close-button) {
      display: grid;
      right: 30px;
      left: auto;
      top: 0;
      bottom: auto;
      background: transparent;
      margin: 0;
      height: 85px;
    }
  }
}

.cart-drawer__recommendations .horizontal-product {
  --horizontal-product-image-size: 5rem;
  border-radius: 12px;

  & .horizontal-product__image {
    height: auto;
    width: auto;
  }

  & .horizontal-product__info {
    flex-direction: column;
    align-items: start;
    gap: var(--spacing-2);

    & .product-title-full {
      margin: 0 0 5px 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    & .price-list * {
      color: var(--nero-500);
    }

    & .badge.badge--on-sale span {
      color: rgb(var(--badge-color));
    }
  }

  & .horizontal-product__cta {
    margin: 0;

    & button[type="submit"]:hover {
      background-color: var(--nero-500);
      color: var(--grigio-50);
    }
  }
}
/* END - PRODUCT CARD */


/* PRODUCT BADGES */
.badge {
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid transparent;

  .icon {
    display: flex;
    align-items: center;
    height: 13px;
    width: 13px;
  }

  .text {
    margin-bottom: -1.5px;
  }
}

bestseller-badge.badge {
  background: var(--nero-500);
  color: var(--grigio-50);
}

pronta-consegna-badge.badge {
  background: transparent;
  border: 1px solid var(--nero-500);
}
/* END - PRODUCT BADGES */


/* FACETS/FILTERS */
.facets-drawer {
  & .accordion {
    &#accordion-filter-v-option-colore {
      & .accordion__content {
        padding: 0;

        & > div {
          gap: 8px;

          & .color-swatch {
            --swatch-size: 42px;
          }
        }
      }
    }
  }

  & .facets-drawer__floating-apply {
    & button span {
      display: none;
    }
  }
}
/* END - FACETS/FILTERS */


/* COLLECTION PAGE */
.template-collection {
  & .shopify-section--collection-banner {
    & .tipologie-container {
      display: flex;
      justify-content: center;

      & .tipologie-collezioni {
        display: flex;
        justify-content: start;
        gap: 1rem;
        overflow: auto;
        padding: 50px 40px;

        @media (max-width: 1000px) {
          padding: 30px max(var(--container-gutter), 50% - var(--container-max-width) / 2);
          border-bottom: 1px solid var(--nero-200);
        }

        & a {
          width: 185px;
          flex-shrink: 0;

          & figure {
            max-width: 110px;
            margin: 0 auto 10px auto;
            display: flex;
            justify-content: center;
          }
        }
      }
    }
  }

  & .collection {
    margin-block-start: 0;
    gap: 0;

    & .collection__results {
      margin-bottom: max(var(--container-gutter), 50% - var(--container-max-width) / 2);

      @media (max-width: 1000px) {
        margin-top: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
        margin-bottom: 50px;
      }
    }

    & .collection__top-bar {
      border-top: 1px solid var(--nero-200);
      border-bottom: 1px solid var(--nero-200);
      padding-left: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
      padding-right: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
      padding-top: var(--spacing-8);
      padding-bottom: var(--spacing-8);
      margin-bottom: var(--spacing-14);

      & .text-with-icon {
        font-weight: var(--text-regular);
      }
    }

    & .product-list__promo a {
      grid-row: span 2;
    }
    
    & .custom-banner {
      background-color: var(--bianco);
      padding: 2rem;
      position: relative;
      grid-column: span 2;

      

      &:has(.text-area) .media-area:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #00000045;
      }

      @media screen and (min-width: 1000px) {
        grid-column: span 1;
      }

      &.banner-width-2 {
        grid-column: span 2;
      }

      &.media-pos-bg {
        grid-template-rows: auto;
        align-items: end;
        justify-content: start;
        background-color: var(--color-border);

        @media (max-width: 1000px) {
          height: 50vh;
        }

        & .media-area {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        & .text-area {
          z-index: 1;
        }
      }

      & .text-area {
        height: 100%;
        display: grid;
        grid-template-rows: 1fr auto;
        justify-content: space-between;
        z-index: 1;
        position: relative;

        & .banner-title {
          font-size: var(--text-h2);
          margin: 10px 0;
        }

        &.banner-text-color-bianco {
          color: var(--grigio-50);
        }

        & .banner-small-text {
          margin-top: 20px;
        }
      }

      & .media-area {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: 100%;
        object-fit: cover;

        & * {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }

      @media (max-width: 1000px) {
        padding: 1rem;

        &:not(:has(.text-area)) {
          padding: 0;
          height: auto;

          & .media-area {
            position: relative;
            top: inherit;
            right: inherit;
            bottom: inherit;
            left: inherit;
            width: 100%;
            height: auto;
            object-fit: inherit;
            aspect-ratio: inherit;
          }
        }
      }
    }
  }

  & .related-collection-list {
    & .content-over-media {
      aspect-ratio: 4 / 3;
    }
  }
}
/* END - COLLECTION PAGE */


/* HEADER */
@media screen and (min-width: 700px) {
  .announcement-bar {
      padding-block-start: var(--spacing-2);
      padding-block-end: var(--spacing-2);
  }
}

.header {
  & .header__wrapper {
    gap: var(--spacing-8);
    --header-padding-block: var(--spacing-6);

    @media (max-width: 1000px) {
      --header-padding-block: var(--spacing-2-5);
      --header-logo-width: 45px;
      grid-template-columns: 1fr auto auto;
      gap: var(--spacing-4);

      & .header__logo {
        grid-column: 1;
      }

      & .header__main-nav {
        grid-column: 3;
      }

      & .header__secondary-nav {
        grid-column: 2;
      }
    }

    & .header__main-nav {
      & .header__link-list {
        gap: var(--spacing-5-5);
        row-gap: .65rem;

        & ul {
          & li {
            font-size: var(--text-xs);
            
          }
        }
      }
    }

    & .header__secondary-nav {
      & .header__icon-list {
        gap: var(--spacing-4);

        & .custom-search-mini-input {
          width: 108px;
          padding: 4px 10px;
          border-radius: 100px;
          border: 1.5px solid;
          display: block;

          @media (max-width: 1000px) {
            width: 80px;
          }
        }

        @media (max-width: 1000px) {
          & li:has(.header-cta) span {
            display: none;
          }
        }

        & .header-cta {
          display: flex;
          align-items: center;
          gap: var(--spacing-2);
          margin-left: 6px;
          margin-right: 6px;

          @media (max-width: 1000px) {
            margin: 0;
          }

          &:hover {
            text-decoration: underline;
          }

          & span {
            margin-bottom: -2px;
          }
        }
      }
    }
  }
}

.navigation-drawer {
  & .panel-list__wrapper {
    & .panel:first-child {
      & .panel__wrapper {
        & .panel__scroller {
          & ul {
            gap: var(--spacing-6-5);
  
            & li {
              font-size: var(--text-h4); /* h3 previous */

              @media (max-width: 1000px) {
                font-size: var(--text-h5);
              }

              & .text-with-icon {
                font-weight: var(--text-regular);

                &.text-subdued {
                  font-size: var(--text-h5);
                }

                & .circle-chevron {
                  background-color: transparent;
                  border: .8px solid var(--nero-200);

                  & svg path {
                    stroke: var(--nero-500);
                  }
                }

                &[aria-expanded="true"] {
                  & .circle-chevron {
                    background-color: var(--nero-500);
                    border-color: var(--nero-500);

                    & svg path {
                      stroke: var(--grigio-50);
                    }
                  }
                }
              }
            }
          }
        }
      }
    }

    & .panel:not(:first-child) {
      & .panel__wrapper {
        & ul {
          gap: var(--spacing-5);

          & li {
            font-size: var(--text-base);
            font-weight: var(--text-regular);

            & .text-with-icon {
              font-weight: var(--text-regular);

              &.text-subdued {
                font-size: var(--text-h5);
              }

              & .circle-chevron {
                background-color: transparent;
                border: .8px solid var(--nero-200);

                & svg path {
                  stroke: var(--nero-500);
                }
              }

              &[aria-expanded="true"] {
                & .circle-chevron {
                  background-color: var(--nero-500);
                  border-color: var(--nero-500);

                  & svg path {
                    stroke: var(--grigio-50);
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  & .navigation-promo__wrapper {
    & .navigation-promo {
      grid-template-columns: 1fr;

      & .content-over-media {
        border-radius: 12px;
        display: none;

        &:first-child {
          display: grid;
        }
      }
    }
  }
}
/* END - HEADER */


/* MULTICOLUMN SECTION */
.shopify-section--multi-column {
  & .multi-column__item {
    &.justify-center {
      & img {
        margin: 0 auto;
      }
    }
  }
}
/* END - MULTICOLUMN SECTION */


/* Extera */ 
label.checkbox-content {
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
  line-height: 1.3;

  & input {
    margin-top: 0.15rem;
  }

  & a {
    text-decoration: underline;
  }
}

.slideshow__slide:not(.is-selected) {
  z-index: -1;
}

#cart-drawer .buy-buttons > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Langify switcher remover */
.ly-switcher-wrapper {
  display: none!important;
}

iframe#launcher,
iframe#launcher+iframe,
[data-bambuser-liveshopping-floating-id] {
  z-index: 900!important;
}

.globo-formbuilder [data-extera-gdpr] {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  width: 1px;
  display: inline-block;
}

.globo-form-app .panels {
  z-index: 5!important;
}

/* Form Klaviyo API */
.form-klaviyo {
  & .alert-message {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    font-weight: 500;
  }

  & [data-type="error"] {
    background-color: #fef2f2;
    border: 1px solid #f87171;
    color: #dc2626;
    box-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
  }

  & [data-type="valid"] {
    background-color: #f0fdf4;
    border: 1px solid #4ade80;
    color: #16a34a;
    box-shadow: 0 1px 3px rgba(22, 163, 74, 0.1);
  }

  & [data-type="info"] {
    background-color: #eff6ff;
    border: 1px solid #60a5fa;
    color: #2563eb;
    box-shadow: 0 1px 3px rgba(37, 99, 235, 0.1);
  }
}