@charset "UTF-8";
.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.header-overlay header {
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, background-color 0.5s;
  transition: transform 0.5s ease-in-out, background-color 0.5s, -webkit-transform 0.5s ease-in-out;
}
.header-overlay #maincontent {
  margin-top: 0;
}
.header-overlay #hp-hero .banner-hero {
  /* Sfumatura in alto */
  /* Sfumatura in basso */
}
.header-overlay #hp-hero .banner-hero .img-container {
  background-color: #1D1D1B;
  aspect-ratio: auto;
  height: 100vh;
  height: 100svh;
}
.header-overlay #hp-hero .banner-hero .img-container .text-bkg-container {
  background: transparent;
}
.header-overlay #hp-hero .banner-hero::before, .header-overlay #hp-hero .banner-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.header-overlay #hp-hero .banner-hero::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.9)), to(rgba(38, 38, 38, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0, rgba(38, 38, 38, 0) 100%);
  height: 80px;
  opacity: var(--veil-top-opacity);
}
@media (min-width: 992px) {
  .header-overlay #hp-hero .banner-hero::before {
    height: 250px;
  }
}
.header-overlay #hp-hero .banner-hero::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0, 0, 0)), to(rgba(38, 38, 38, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(38, 38, 38, 0) 100%);
  height: 400px;
  opacity: var(--veil-bottom-opacity);
}
@media (min-width: 992px) {
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) .logo-home svg {
    fill: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) .main-menu .navbar.has-megamenu .nav-item .nav-link, .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) .main-menu .navbar.has-megamenu .nav-item svg {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) .navbar-toggler svg {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) ul.secondary-menu button:not(.popover button):not(.modal button), .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) ul.secondary-menu a:not(.popover a), .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) ul.secondary-menu .user-message {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) ul.secondary-menu .user-message.dropdown-toggle::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering):not(:hover) .minicart .minicart-quantity {
    background-color: #fff;
    color: #1D1D1B;
  }
}
@media (max-width: 991.98px) {
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) .logo-home svg {
    fill: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) .main-menu .navbar.has-megamenu .nav-item .nav-link, .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) .main-menu .navbar.has-megamenu .nav-item svg {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) .navbar-toggler svg {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) ul.secondary-menu button:not(.popover button):not(.modal button), .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) ul.secondary-menu a:not(.popover a), .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) ul.secondary-menu .user-message {
    color: #fff;
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) ul.secondary-menu .user-message.dropdown-toggle::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header-overlay:not(.scrolling):not(.search-modal-active):not(.menu-mobile-active):not(.user-open) header:not(.is-hovering) .minicart .minicart-quantity {
    background-color: #fff;
    color: #1D1D1B;
  }
}

@media (max-width: 991.98px) {
  #hp-hero .banner-hero .arrow-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 24px;
    z-index: 20;
    opacity: 0.5;
  }
  #hp-hero .banner-hero .arrow-container::after {
    /* Tutte le proprietà visive e l'animazione vanno qui */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
    /* Animazione */
    -webkit-animation: bounce-arrow 2s infinite;
            animation: bounce-arrow 2s infinite;
  }
  @-webkit-keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
  @keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
  }
}

@media (min-width: 1200px) {
  .shoplook {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .shoplook .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shoplook .container {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
}
@media (min-width: 768px) {
  .shoplook .slider-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .shoplook .slider-container {
    padding: 50px;
  }
}
.shoplook .shoplook-gallery-wrapper {
  margin-left: 60px;
}
.shoplook .shoplook-gallery-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
}
.shoplook .shoplook-gallery-wrapper a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.shoplook .shoplook-gallery-wrapper .text-container {
  margin: 15px 0;
}
.shoplook .shoplook-gallery-wrapper .text-container span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shoplook a.more {
  text-align: center;
  display: block;
}
.shoplook a.more .title {
  opacity: 0;
  text-decoration: underline;
}
.shoplook a.more .text-bkg-container {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.shoplook a.more img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.shoplook a.more:hover .title, .shoplook a.more:focus .title {
  opacity: 1;
}
.shoplook a.more:hover .text-bkg-container, .shoplook a.more:focus .text-bkg-container {
  background: rgba(0, 0, 0, 0.33);
}
.shoplook a.more:hover img, .shoplook a.more:focus img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.swiper.swiper-look .swiper-button-prev, .swiper.swiper-look .swiper-button-next {
  opacity: 0;
}
@media (min-width: 768px) {
  .swiper.swiper-look .swiper-button-prev:not(.swiper-button-disabled), .swiper.swiper-look .swiper-button-next:not(.swiper-button-disabled) {
    opacity: 1;
  }
}
.swiper.swiper-look .swiper-slide {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .swiper.swiper-look .swiper-slide {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.swiper.swiper-look .swiper-slide .text-container {
  position: absolute;
  width: 100%;
}
.swiper.swiper-look .swiper-slide .text-container a, .swiper.swiper-look .swiper-slide .text-container span {
  display: block;
  width: 100%;
}
.swiper.swiper-look .swiper-slide .text-container span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper.swiper-look .swiper-pagination {
  top: auto;
  bottom: 4rem;
}

.shoplook .row {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}
.shoplook .row [class*=col] {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
.shoplook .shoplook-gallery-wrapper {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .shoplook .shoplook-gallery-wrapper {
    margin-top: 0.46875rem;
  }
}
.shoplook .shoplook-gallery-wrapper .product-name {
  text-align: left;
}
.shoplook .shoplook-gallery-wrapper .col-6:nth-child(3) .text-container,
.shoplook .shoplook-gallery-wrapper .col-6:nth-child(4) .text-container {
  margin-bottom: 0;
}
.shoplook .more:has(.img-container) {
  height: calc(100% - 0.2rem);
}
.shoplook .more:has(.img-container) .img-container {
  height: inherit;
}
.shoplook .more:has(.img-container):after {
  display: none;
}

.products-highlighted .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.products-highlighted a:not(.more):focus-visible {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.products-highlighted a:not(.more):focus-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  pointer-events: none;
}
