header#header .search-toggle {
  cursor: pointer;
}
header#header .overlay-search-menu {
  display: block;
  position: fixed;
  background: #1C1C27;
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow-y: scroll;
  padding-top: 10px;
  z-index: 2;
  transition: all 1s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
header#header .overlay-search-menu.open {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
header#header .overlay-search-menu .toggle-search-menu-close {
  cursor: pointer;
}
header#header .overlay-search-menu .wrapper-search {
  height: calc(100vh - 85px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .overlay-search-menu .wrapper-search form {
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
}
header#header .overlay-search-menu .wrapper-search form input#ricerca {
  width: 100%;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  margin-bottom: 32px;
  background: none;
  color: #fff;
  padding-left: 0;
  font-family: gotham-light;
  color: #fff;
  box-shadow: none;
  padding: 15px 0;
  font-size: 20px;
}
header#header .overlay-search-menu .wrapper-search form input#ricerca::-moz-placeholder {
  font-family: gotham-light;
  font-size: 32px;
  line-height: 30px;
  color: #fff;
}
header#header .overlay-search-menu .wrapper-search form input#ricerca::placeholder {
  font-family: gotham-light;
  font-size: 32px;
  line-height: 30px;
  color: #fff;
}
header#header .overlay-search-menu .wrapper-search form input#ricerca:focus {
  outline-offset: 0px;
  outline: none;
}
header#header .overlay-search-menu .wrapper-search form input#submit {
  border-radius: 18px;
  position: relative;
}

.archive.tax-product_cat .adv .sidebar-promo,
.archive.post-type-archive .adv .sidebar-promo {
  width: 100%;
  aspect-ratio: 315/400;
  cursor: pointer;
}
.archive.tax-product_cat .adv .sidebar-promo figure,
.archive.post-type-archive .adv .sidebar-promo figure {
  height: 100%;
}
.archive.tax-product_cat .adv .sidebar-promo figure img,
.archive.post-type-archive .adv .sidebar-promo figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#coll-intro {
  padding-top: 145px;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
}
#coll-intro h1 {
  color: #1C1C27;
  font-family: gotham-thin;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #coll-intro h1 {
    font-size: 32px;
    padding-top: 70px;
  }
}
#coll-intro .wrapper-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
#coll-intro .wrapper-actions a {
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
  color: #1C1C27;
  font-family: "gotham-light";
  font-size: 12px;
  line-height: 95%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #1C1C27;
  padding: 8px 15px;
}
#coll-intro .filters {
  margin-top: 97px;
  margin-bottom: 30px;
}

.coll-description p {
  color: #1C1C27;
  line-height: 140%;
}

#coll-grid {
  color: #000;
  margin: 48px 0px 72px 0px;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  padding: 10px;
  grid-gap: 3.3%;
}

.archive.tax-product_cat.term-615 div#filter-collezione,
.archive.tax-product_cat.term-614 div#filter-collezione {
  display: none;
}

.filter {
  color: #1C1C27;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
  padding-bottom: 20px;
}
.filter .wrapper-filter {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: gotham-medium;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.filter .wrapper-filter .filter-name.selected {
  border-bottom: 3px solid #000;
}
.filter .wrapper-filter .filter-open-close {
  width: 20px;
  display: block;
}
.filter #filter-delete-all {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}

.filter-term-list {
  display: none;
}
.filter-term-list.show {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 30px;
  /* Hide the browser's default checkbox */
}
.filter-term-list.show .single-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-term-list.show .single-filter input[type=checkbox] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  background: none;
  border: 2px solid #1C1C27;
  outline: 0;
  flex-grow: 0;
  cursor: pointer;
}
.filter-term-list.show .single-filter input[type=checkbox]:checked {
  background-image: url("../img/check.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-term-list.show .single-filter label {
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
  color: #1C1C27;
}

#sort-select {
  border: 0px;
  outline: 0px;
  background: none;
  font-family: "gotham-medium";
  font-size: 16px;
  line-height: 25px;
  padding-right: 5px;
}

.sort-list {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.sort-list .title-order {
  color: #1C1C27;
  font-family: gotham-book;
  font-size: 16px;
  line-height: 25px;
}

.coll-card {
  margin-bottom: 30px;
  background-color: white;
  position: relative;
}
.coll-card a::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent, transparent);
  z-index: 0;
  transition: 0.5s;
}
.coll-card .prod-img {
  background: #fff;
  aspect-ratio: 315/400;
  position: relative;
  overflow: hidden;
}
.coll-card .prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
}
.coll-card .prod-img img.main-image {
  opacity: 1;
}
.coll-card .prod-img img.hover-image {
  opacity: 0;
}
.coll-card:hover img.main-image {
  opacity: 0;
}
.coll-card:hover img.hover-image {
  opacity: 1;
}
.coll-card:hover .prod-info .cat-tag,
.coll-card:hover .prod-info .prod-name {
  color: #FFF;
}
.coll-card:hover a::after {
  opacity: 1;
}
.coll-card .new-img {
  background: #fff;
  aspect-ratio: 315/400;
  position: relative;
  overflow: hidden;
}
.coll-card .new-img a::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent, transparent);
  z-index: 0;
  transition: 0.5s;
}
.coll-card .new-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
}
.coll-card .new-img img.main-image {
  opacity: 1;
}
.coll-card .new-img img.hover-image {
  opacity: 0;
}
.coll-card:hover img.main-image {
  opacity: 0;
}
.coll-card:hover img.hover-image {
  opacity: 1;
}
.coll-card:hover a::after {
  opacity: 1;
}
.coll-card a {
  width: 100%;
}
.coll-card .prod-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  z-index: 1;
}
.coll-card .prod-info .cat-tag {
  font-family: gotham-light;
  font-size: 14px;
  color: #6A6A7A;
  margin-bottom: 3px;
  text-align: left;
}
.coll-card .prod-info .prod-name {
  color: #1C1C27;
  font-family: gotham-bold;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.coll-card .prod-new {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #BFA59A;
  background: #BFA59A;
  padding: 5px 15px;
  color: #FFF;
  font-family: "gotham-light";
  font-size: 14px;
}
.coll-card .ad-img {
  aspect-ratio: 315/400;
}
.coll-card .ad-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tiles {
  padding-bottom: 84px;
}
.tiles .pagination {
  justify-content: center;
  border: none;
  gap: 3px;
}
.tiles .pagination .page-numbers {
  background: #FFF;
  color: #1C1C27;
  width: 40px;
  height: 40px;
  font-family: "gotham-medium";
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiles .pagination .page-numbers.current {
  background: transparent;
  border: 2px solid #1C1C27;
}

.coll-grid-el a {
  text-decoration: none;
}
.coll-grid-el h3 {
  color: var(--Grey-dark-1, #1C1C27);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Taviraj;
  font-size: 32px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}

.search {
  background: #F5F5F5;
  font-family: gotham-light;
  font-size: 16px;
}
.search #search-mn {
  margin-top: 180px;
}
.search #search-mn .container {
  margin-bottom: 32px;
}
.search #search-mn #sr-info {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.search #search-mn #sr-info .sr-term {
  font-family: gotham-bold;
}
.search #search-mn .sr-card {
  background: none;
  margin-bottom: 40px;
  flex-direction: row;
  border: none;
  align-items: center;
  gap: 20px;
}
.search #search-mn .sr-card .sr-card-img {
  aspect-ratio: 342/248;
  max-width: 300px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search #search-mn .sr-card .sr-card-img {
    max-width: 250px;
  }
}
.search #search-mn .sr-card .card-body {
  padding: 0;
}
.search #search-mn .sr-card h3 {
  color: #1C1C27;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .search #search-mn .sr-card h3 {
    font-size: 30px;
  }
}
.search #search-mn .sr-card .card-text {
  text-align: left;
  color: #1C1C27;
  font-family: "gotham-light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 430px;
}
.search #search-mn .sr-card .btn {
  border-radius: 60px;
  background: var(--Grey-dark, #1C1C27);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .search #search-mn .sr-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search #search-mn .sr-sidebar {
  position: relative;
}
@media screen and (max-width: 991px) {
  .search #search-mn .sr-sidebar {
    padding-top: 170px;
  }
}
.search #search-mn .sr-sidebar::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 38px;
  left: -35px;
  width: 1px;
  height: 400px;
  background-color: #6a6a7a;
}
@media screen and (max-width: 991px) {
  .search #search-mn .sr-sidebar::before {
    width: calc(100% - 24px);
    height: 1px;
    left: 12px;
    top: 70px;
  }
}
.search #search-mn .sr-sidebar .mySwiper {
  padding-bottom: 100px;
}
.search #search-mn .sr-sidebar .mySwiper .swiper-button-prev {
  top: auto;
  bottom: 35px;
  right: 70px;
}
.search #search-mn .sr-sidebar .mySwiper .swiper-button-next {
  top: auto;
  bottom: 33px;
  right: 0;
}
.search #search-mn .sr-sidebar .sr-mag-card {
  text-decoration: none;
  border: none;
  background: none;
}
.search #search-mn .sr-sidebar .sr-mag-card .sr-mag-card-img {
  aspect-ratio: 203/200;
}
.search #search-mn .sr-sidebar .sr-mag-card .sr-mag-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
}
.search #search-mn .sr-sidebar .sr-mag-card .card-body {
  padding: 1rem 0;
  color: var(--Grey-dark-1, #1C1C27);
}
.search #search-mn .sr-sidebar .sr-mag-card .card-body .card-title {
  color: var(--Grey-dark-1, #1C1C27);
  font-family: gotham-light;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.search #search-mn .sr-sidebar .sr-mag-card .card-body .card-text {
  color: var(--Grey-dark-1, #1C1C27);
  font-family: gotham-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 16px;
}
.search #search-mn .sr-sidebar .sr-mag-card .card-body a {
  color: var(--Grey-dark-1, #1C1C27);
  text-decoration: none;
}

#collection .wrapper-high {
  text-align: center;
  width: 60%;
  margin: 0 auto 48px auto;
}
#collection .wrapper-high h1 {
  font-family: gotham-book;
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
  line-height: 42px;
}
#collection .wrapper-high .description {
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#collection .col-md-6 .coll-card {
  padding: 0;
}

.adv .sidebar-promo {
  width: 100%;
  aspect-ratio: 315/400;
  cursor: pointer;
}
.adv .sidebar-promo figure {
  height: 100%;
}
.adv .sidebar-promo figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#designers .hero {
  padding: 150px 0 200px;
  height: 100vh;
  min-height: 780px;
  position: relative;
}
#designers .hero h1 {
  position: relative;
  z-index: 1;
}
#designers .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1C1C27 5%, rgba(28, 28, 39, 0) 50%), rgba(0, 0, 0, 0.3);
}
#designers .hero .immagine-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
}
#designers .all-designers {
  padding: 140px 0 50px;
}
#designers .all-designers .wrapper-designers {
  row-gap: 85px;
}
#designers .all-designers h3 {
  text-align: center;
  margin-bottom: 24px;
}
#designers .all-designers .pretitle {
  color: #FFF;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#designers .all-designers p {
  text-align: center;
}
#designers .all-designers .wrapper-designers .single-designer {
  text-decoration: none;
  position: relative;
  display: block;
}
#designers .all-designers .wrapper-designers .single-designer .wrapper-image {
  aspect-ratio: 423/520;
}
#designers .all-designers .wrapper-designers .single-designer .wrapper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#designers .all-designers .wrapper-designers .single-designer .title {
  color: #FFF;
  font-family: gotham-thin;
  font-size: 24px;
  line-height: normal;
  padding-top: 24px;
  margin-bottom: 120px;
}
#designers .all-designers .wrapper-designers .single-designer .title:last-of-type {
  margin-bottom: 0;
}
#designers .all-designers .wrapper-designers .single-designer .wrapper-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#designers .all-designers .wrapper-designers .single-designer .wrapper-cta .read-more {
  transform: translateY(-34px);
  -webkit-transform: translateY(-34px);
  transition: all 0.5s;
}
#designers .all-designers .wrapper-designers .single-designer:hover .wrapper-cta .read-more {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
#designers .all-designers .wrapper-designers .single-designer:hover .wrapper-img img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

@media screen and (max-width: 767px) {
  #designers .all-designers {
    padding: 65px 0 50px;
  }
  #designers .all-designers .wrapper-designers .single-designer .title {
    margin-bottom: 50px;
  }
}
#designer .description {
  padding: 190px 0;
  position: relative;
  overflow: hidden;
}
#designer .description h1 {
  color: #FFF;
  font-family: gotham-thin;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#designer .description .m-t-75 {
  margin-top: 75px;
}
#designer .centrale {
  padding: 205px 0;
}
#designer .centrale p {
  color: #1C1C27;
  text-align: center;
  font-family: gotham-thin;
  font-size: 24px;
  line-height: normal;
}
#designer .products {
  padding: 0 0 145px;
}
#designer .products .img-full {
  padding-top: 175px;
}
#designer .products #designer-products {
  text-align: center;
}
#designer .products #designer-products .pretitle {
  color: #FFF;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 75px;
}
#designer .products #designer-products .wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #designer .description .content {
    margin-top: 70px;
  }
  #designer .products {
    padding-bottom: 90px;
  }
  #designer .products .img-full {
    padding-top: 90px;
  }
  #designer .products #designer-products {
    padding-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  #designer .description {
    padding: 250px 0 85px;
  }
  #designer .description h1 {
    margin-bottom: 40px;
  }
  #designer .description .m-t-75 {
    margin-top: 40px;
  }
  #designer .description .content {
    margin-top: 70px;
  }
  #designer .products {
    padding: 0 0 70px;
  }
  #designer .products .img-full {
    padding-top: 0;
    margin: 0 calc((540px - 100vw - var(--bs-gutter-x, 0.75rem)) / 2);
    width: calc(100% + 100vw - 540px + var(--bs-gutter-x, 0.75rem));
    max-width: -moz-max-content;
    max-width: max-content;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #designer .products #designer-products {
    padding-top: 60px;
  }
  #designer .products #designer-products .wrapper .coll-card {
    position: relative;
    max-width: 315px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 575px) {
  #designer .products .img-full {
    padding-top: 0;
    margin: 0 -24px;
    width: calc(100% + 48px);
    max-width: -moz-max-content;
    max-width: max-content;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#about {
  position: relative;
}
#about .hero {
  padding: 150px 0 200px;
  height: 100vh;
  min-height: 780px;
  position: relative;
}
#about .hero .immagine-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
#about .hero h1 {
  color: #FFF;
  font-family: "gotham-thin";
  font-size: 49px;
  font-style: normal;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}
#about .intro-mdl {
  background: linear-gradient(0deg, #fff 56%, #1C1C27 56%);
}
@media screen and (max-width: 991px) {
  #about .intro-mdl {
    background: linear-gradient(0deg, #fff 52%, #1C1C27 52%);
  }
}
#about .intro-mdl .container .first-row {
  padding: 120px 0;
}
#about .intro-mdl .container .first-row .intro-testo p {
  color: var(--Bianco, var(--Bianco, #FFF));
  font-family: gotham-light;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #about .intro-mdl .container .first-row h3 {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  #about .intro-mdl .container .first-row {
    padding: 88px 0 52px 0;
  }
}
@media screen and (max-width: 767px) {
  #about .intro-mdl .container .second-row img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#about .intro-mdl .container .certif-centr {
  margin: 145px 0;
}
#about .intro-mdl .container .certif-centr h3 {
  color: var(--Grey-dark, #1C1C27);
  text-align: center;
  font-family: gotham-light;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#about .intro-mdl .container .certif-centr .testo {
  width: 80%;
}
#about .intro-mdl .container .certif-centr .testo p {
  color: var(--Grey-dark, #1C1C27);
  text-align: center;
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #about .intro-mdl .container .certif-centr {
    margin: 74px 0 116px 0;
  }
  #about .intro-mdl .container .certif-centr .testo {
    width: 100%;
  }
}
#about .finale-cnt {
  position: relative;
  height: 100vh;
}
#about .finale-cnt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#about .finale-cnt .immagine-sfondo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .finale-cnt .container {
  position: absolute;
  bottom: 160px;
  z-index: 1;
}
#about .finale-cnt .container .finale-titolo {
  color: white;
  color: var(--Bianco, var(--Bianco, #FFF));
  font-family: gotham-light;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#about .main-cnt {
  padding: 140px 0;
}
#about .main-cnt .first-row {
  margin-bottom: 48px;
}
#about .main-cnt h5 {
  color: var(--Grey, #6A6A7A);
  font-family: gotham-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 107%; /* 14.98px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
#about .main-cnt h3 {
  margin-bottom: 30px;
}
#about .main-cnt .descrizione {
  color: var(--Bianco, #FFF);
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  text-align: left;
  margin-bottom: 24px;
}
#about .main-cnt .descrizione-unicita {
  margin-top: 48px;
}
#about .catalogo-card {
  margin: 24px 0px;
}
#about .catalogo-card .catalogo-info {
  margin-top: 20px;
  color: var(--White, var(--Bianco, #FFF));
  text-align: center;
  font-family: gotham-light;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto;
  min-height: 68px;
}
#about .catalogo-card .catalogo-btn {
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 60px;
  background: var(--White, #FFF);
}
#about .modal-content {
  color: var(--Grey-dark, #1C1C27);
}
#about .modal-content .modal-header {
  border-bottom: none;
}
#about .modal-content .modal-header .btn-close {
  background: none;
}
#about .modal-content h3,
#about .modal-content .wpcf7-list-item-label {
  color: var(--Grey-dark, #1C1C27);
}
#about .modal-content input[type=text],
#about .modal-content input[type=email] {
  width: 45%;
  margin: 8px 0;
  border-radius: 50px;
  border: 1px solid var(--Grey-medium, #A8A8A8);
  background: var(--Bianco, #FFF);
  padding-left: 20px;
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
#about .modal-content input[type=text]::-moz-placeholder, #about .modal-content input[type=email]::-moz-placeholder {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
#about .modal-content input[type=text]::placeholder,
#about .modal-content input[type=email]::placeholder {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
#about .modal-content .catalogo-check {
  margin: 20px 0;
  color: var(--Grey-dark, #1C1C27);
  font-family: gotham-light;
  font-size: 14px;
  font-style: normal;
}
#about .modal-content .catalogo-check .form-section-title {
  margin-bottom: 8px;
}
#about .modal-content .catalogo-check .wpcf7-list-item {
  margin: 0 10px 8px 0;
  width: calc(33.33% - 10px);
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #about .modal-content .catalogo-check .wpcf7-list-item {
    width: calc(50% - 10px);
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 480px) {
  #about .modal-content .catalogo-check .wpcf7-list-item {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
#about .modal-content .acceptance-cnt {
  margin-bottom: 20px;
}
#about .modal-content .acceptance-cnt .acceptance {
  margin: 8px 0;
  color: #000;
  font-family: gotham-light;
  font-size: 10px;
}
#about .modal-content .acceptance-cnt .acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
#about .modal-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 60px;
  background: var(--Grey-dark, #1C1C27);
  color: var(--Bronze, var(--dorato, #BFA59A));
  font-family: gotham-medium;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#about .unicard {
  margin-bottom: 126px;
}
#about .unicard h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #about .unicard {
    margin-bottom: 80px;
  }
}
#about .unicard .uninum {
  color: #6A6A7A;
  font-family: gotham-thin;
  font-size: 80px;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #about .unicard .uninum {
    margin-top: 20px;
  }
}
#about .unicard p {
  color: #FFF;
}
#about .unicard .wrapper-image {
  aspect-ratio: 426/534;
  overflow: hidden;
}
#about .unicard .wrapper-image img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about.unicita .hero {
  padding-bottom: 200px;
}
#about.unicita .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, #1C1C27 0%, rgba(28, 28, 39, 0) 90%);
}
#about.unicita .hero h1 {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
#about.unicita .first-row h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .unicard .uninum {
    font-size: 70px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about.unicita .first-row {
    margin-bottom: 75px;
  }
  #about .unicard .uninum {
    font-size: 70px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #about .main-cnt {
    padding: 65px 0;
  }
  #about.unicita .first-row {
    margin-bottom: 65px;
  }
  #about h3 {
    font-size: 26px;
  }
}
#product-single .mySwiperUp .swiper-pagination-lock {
  display: block;
}
#product-single .hero {
  height: 100vh;
  min-height: 990px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#product-single .hero .ps-cnt {
  margin-top: 178px;
}
#product-single .hero .ps-cnt h1 {
  color: #1C1C27;
  font-family: gotham-thin;
  font-size: 38px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#product-single .hero .ps-cnt .intro p {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  margin-bottom: 24px;
}
#product-single .hero .ps-cnt .wrapper-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 40px;
}
#product-single .hero .ps-cnt .wrapper-actions .cta {
  min-width: 171px;
  justify-content: center;
}
#product-single .hero .swiper-wrapper {
  padding-bottom: 60px;
}
#product-single .hero .swiper-wrapper .swiper-slide .sr-mag-card {
  aspect-ratio: 1440/720;
  max-width: 1124px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
#product-single .hero .swiper-wrapper .swiper-slide .sr-mag-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#product-single .hero .swiper-button-next {
  position: absolute;
  width: 18px;
  height: 45px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#product-single .hero .swiper-button-next::after {
  content: "";
  display: block;
  width: 18px;
  height: 45px;
  background-image: url("../img/arrow-limbo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}
#product-single .hero .swiper-button-prev {
  position: absolute;
  width: 18px;
  height: 45px;
  opacity: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
#product-single .hero .swiper-button-prev::after {
  content: "";
  display: block;
  width: 18px;
  height: 45px;
  background-image: url("../img/arrow-limbo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#product-single .hero .swiper-pagination {
  bottom: 20px;
  color: #FFF;
}
#product-single .hero .swiper-pagination .swiper-pagination-current {
  margin-right: 87px;
  font-family: "gotham-light";
  font-size: 16px;
  line-height: normal;
  color: #1C1C27;
  position: relative;
}
#product-single .hero .swiper-pagination .swiper-pagination-current:after {
  content: "";
  width: 54px;
  height: 1px;
  background: #1C1C27;
  position: absolute;
  top: 50%;
  left: 40px;
}
#product-single .hero .swiper-pagination .swiper-pagination-total {
  font-family: "gotham-light";
  font-size: 16px;
  line-height: normal;
  color: #1C1C27;
}
#product-single .maxi {
  aspect-ratio: 2560/1440;
}
#product-single .maxi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#product-single .overlay-gallery {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  gap: 30px;
  padding: 20px;
}
#product-single .overlay-gallery .wrapper-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 350/470;
  max-height: 80vh;
}
#product-single .overlay-gallery .prevButton {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrow-right-gallery.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  cursor: pointer;
}
#product-single .overlay-gallery .nextButton {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrow-right-gallery.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
#product-single #sect-1 {
  padding: 0 0;
  position: relative;
}
#product-single #sect-1 .navigation-stk {
  width: 100%;
  background: #F5F5F5;
  padding: 9px 0;
  z-index: 2;
  transition: all 0.3s;
  position: relative;
}
#product-single #sect-1 .navigation-stk.fixed {
  position: fixed;
  top: 65px;
}
#product-single #sect-1 .navigation-stk.open {
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
#product-single #sect-1 .navigation-stk.open ul,
#product-single #sect-1 .navigation-stk.open .sticky-icon,
#product-single #sect-1 .navigation-stk.open .scroll-arrow {
  display: none !important;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product {
  height: 37px;
  width: 37px;
  min-width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product::before {
  content: "";
  width: 37px;
  height: 1px;
  top: 12px;
  left: 0;
  position: absolute;
  background: #1C1C27;
  transition: all 0.5s;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product::after {
  content: "";
  width: 37px;
  height: 1px;
  top: 24px;
  left: 0;
  position: absolute;
  background: #1C1C27;
  transition: all 0.5s;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product.open {
  top: 20px;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product.open::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
  background: #FFF;
}
#product-single #sect-1 .navigation-stk .toggle-menu-product.open::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 18px;
  background: #FFF;
}
#product-single #sect-1 .navigation-stk .scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 0;
  padding: 8px;
  background: transparent;
}
#product-single #sect-1 .navigation-stk .scroll-arrow.back {
  display: none;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
#product-single #sect-1 .navigation-stk .scroll-arrow.forward {
  right: 0;
}
@media screen and (min-width: 768px) {
  #product-single #sect-1 .navigation-stk .scroll-arrow {
    display: none;
  }
}
#product-single #sect-1 .navigation-stk .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-single #sect-1 .navigation-stk .container .toggle {
  display: flex;
  gap: 60px;
  align-items: center;
}
#product-single #sect-1 .navigation-stk .container .toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 25px;
}
#product-single #sect-1 .navigation-stk .container .toggle ul li a {
  color: #1C1C27;
  font-family: gotham-book;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
#product-single #sect-1 .navigation-stk .container .toggle ul li a:hover, #product-single #sect-1 .navigation-stk .container .toggle ul li a:focus {
  font-family: gotham-bold;
}
#product-single #sect-1 .navigation-stk .container .toggle ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #1C1C27;
  transition: all 0.5s;
  bottom: -5px;
}
#product-single #sect-1 .navigation-stk .container .toggle ul li a.current-section {
  font-family: gotham-bold;
}
#product-single #sect-1 .navigation-stk .container .toggle ul li a.current-section::after {
  width: 100%;
}
#product-single #sect-1 .navigation-stk .container .favicon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(20%) saturate(716%) hue-rotate(201deg) brightness(89%) contrast(95%);
  height: 23px;
}
#product-single #gallery {
  padding: 150px 0;
}
#product-single #gallery h3 {
  color: #1C1C27;
  font-family: gotham-thin;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #product-single #gallery h3 {
    font-size: 28px;
  }
}
#product-single #gallery .intro {
  margin-bottom: 40px;
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#product-single #gallery .swiper.swiperVisual {
  width: 100vw;
  margin-top: 50px;
  z-index: 1;
}
#product-single #gallery .swiper.swiperVisual .swiper-wrapper {
  transition-timing-function: linear !important;
}
#product-single #gallery .swiper.swiperVisual .swiper-wrapper .swiper-slide {
  width: auto;
}
#product-single #gallery .swiper.swiperVisual .swiper-wrapper .swiper-slide a {
  aspect-ratio: 350/470;
  display: block;
}
#product-single #gallery .swiper.swiperVisual .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#product-single .video-product {
  aspect-ratio: 538/680;
  overflow: hidden;
  position: relative;
}
#product-single .video-product iframe {
  width: 103%;
  height: 100%;
  max-width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#product-single .wrapper-description.d-flex {
  gap: 95px;
  position: relative;
}
#product-single .wrapper-description.d-flex::after {
  content: "";
  width: 1px;
  height: 185px;
  opacity: 0.3;
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
#product-single .wrapper-description.d-flex .middle-desc {
  width: 50%;
}
#product-single .wrapper-description.d-flex .middle-desc p a {
  color: #FFF;
}
#product-single #description {
  position: relative;
  padding: 150px 0;
}
#product-single #description h3 {
  color: #BFA59A;
  margin-bottom: 24px;
  font-size: 30px;
}
#product-single #description h3.max-width {
  max-width: 725px;
}
#product-single #description p.bronze {
  color: #BFA59A;
  margin-bottom: 3px;
}
#product-single #description .p-l-40 {
  padding-left: 100px;
  position: relative;
}
#product-single #description .p-l-40::before {
  content: "";
  width: 1px;
  height: 185px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50px;
}
#product-single #description .wrapper-actions {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
  margin-top: 35px;
}
#product-single #description .wrapper-actions .cta.transparent.download-prod {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-family: gotham-light;
  font-size: 13px;
  padding: 7px 13px;
}
#product-single #description .wrapper-actions .cta.transparent.download-prod:hover {
  border-color: #BFA59A;
  color: #BFA59A;
}
#product-single #description #video-product {
  aspect-ratio: 538/680;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  position: relative;
}
#product-single #description #video-product iframe {
  height: 114%;
  width: 117%;
  min-width: -moz-max-content;
  min-width: max-content;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product-single #designer {
  padding: 150px 0;
}
#product-single #designer h3 {
  margin-bottom: 24px;
}
#product-single #designer p {
  color: #1C1C27;
}
#product-single #configuratore {
  padding: 100px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
#product-single #configuratore .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#product-single #configuratore h3, #product-single #configuratore .cta {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
#product-single #prodotti-abbinabili {
  padding: 150px 0;
  position: relative;
}
#product-single #prodotti-abbinabili .intro {
  max-width: 800px;
  margin-bottom: 40px;
}
#product-single #prodotti-abbinabili .intro h3 {
  color: #1C1C27;
}
#product-single #prodotti-abbinabili .intro .pre {
  color: var(--Grey-dark, #1C1C27);
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
#product-single #prodotti-abbinabili .coll-card {
  position: relative;
  margin-bottom: 20px;
}
#product-single #prodotti-abbinabili .coll-card a::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent, transparent);
  z-index: 0;
  transition: 0.5s;
}
#product-single #prodotti-abbinabili .coll-card .prod-img {
  background: #fff;
  aspect-ratio: 314/400;
  position: relative;
  overflow: hidden;
}
#product-single #prodotti-abbinabili .coll-card .prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s;
}
#product-single #prodotti-abbinabili .coll-card .prod-img img.main-image {
  opacity: 1;
}
#product-single #prodotti-abbinabili .coll-card .prod-img img.hover-image {
  opacity: 0;
}
#product-single #prodotti-abbinabili .coll-card .prod-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  z-index: 1;
}
#product-single #prodotti-abbinabili .coll-card .prod-info .cat-tag {
  font-family: gotham-light;
  font-size: 14px;
  color: #6A6A7A;
  margin-bottom: 3px;
}
#product-single #prodotti-abbinabili .coll-card .prod-info .prod-name {
  color: #1C1C27;
  font-family: gotham-bold;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}
#product-single #prodotti-abbinabili .coll-card:hover img.main-image {
  opacity: 0;
}
#product-single #prodotti-abbinabili .coll-card:hover img.hover-image {
  opacity: 1;
}
#product-single #prodotti-abbinabili .coll-card:hover .cat-tag,
#product-single #prodotti-abbinabili .coll-card:hover .prod-name {
  color: #FFF;
}
#product-single #prodotti-abbinabili .coll-card:hover a::after {
  opacity: 1;
}
#product-single #prodotti-abbinabili .cta {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #product-single #sect-1 .navigation-stk .container {
    max-width: unset;
  }
  #product-single #sect-1 .navigation-stk .container .toggle {
    gap: 24px;
  }
  #product-single #sect-1 .navigation-stk .container .toggle ul {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-single .hero {
    height: auto;
    min-height: -moz-min-content;
    min-height: min-content;
  }
  #product-single .hero .ps-cnt {
    margin-bottom: 80px;
  }
  #product-single .maxi {
    max-height: 680px;
  }
  #product-single .video-product {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #product-single .hero {
    justify-content: center;
    min-height: 700px;
    height: 95vh;
  }
  #product-single .hero .ps-cnt {
    margin-top: 0;
    margin-bottom: 0;
  }
  #product-single .hero .ps-cnt h1 {
    padding-bottom: 24px;
    margin-bottom: 4vh;
  }
  #product-single .hero .ps-cnt .wrapper-actions {
    flex-direction: column;
    align-items: center;
    padding-top: 4vh;
    gap: 15px;
  }
  #product-single .hero .breadcrumb {
    justify-content: center;
    row-gap: 0;
    top: 115px;
  }
  #product-single .hero .swiper.mySwiperUp {
    max-width: 350px;
    max-height: 245px;
  }
  #product-single .hero .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
  }
  #product-single .hero .swiper-button-prev,
  #product-single .hero .swiper-button-next {
    width: 9px;
    height: 22px;
  }
  #product-single .hero .scroll-down {
    bottom: 55px;
  }
  #product-single .maxi {
    aspect-ratio: 780/1060;
  }
  #product-single .wrapper-description.d-flex {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  #product-single .wrapper-description.d-flex::after {
    display: none;
  }
  #product-single .wrapper-description.d-flex .middle-desc {
    width: 100%;
  }
  #product-single .video-product {
    margin-top: 80px;
  }
  #product-single #designer .align-items-center {
    flex-direction: column-reverse;
  }
  #product-single #designer .align-items-center .img-designer {
    margin-top: 40px;
  }
  #product-single #sect-1 .navigation-stk .container .toggle {
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #product-single #sect-1 .navigation-stk .container .toggle::-webkit-scrollbar {
    display: none;
  }
  #product-single #sect-1 .navigation-stk .container .toggle ul {
    width: -moz-fit-content;
    width: fit-content;
  }
  #product-single #sect-1 .navigation-stk .container .toggle ul a {
    line-height: normal !important;
    white-space: nowrap;
  }
  #product-single #sect-1 .navigation-stk .container .sticky-icon {
    display: none;
  }
  #product-single #prodotti-abbinabili .coll-card {
    max-width: 314px;
  }
  .single-product .site-main,
  .archive.woocommerce .site-main {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #product-single #gallery .swiper.swiperVisual .swiper-wrapper {
    padding-left: 24px;
  }
}
.page-template-landing #header {
  padding: 10px 0;
}
.page-template-landing #header .wrapper-header {
  justify-content: center !important;
}
.page-template-landing #header .wrapper-header .wrapper-toggle-products,
.page-template-landing #header .wrapper-header .wrapper-lang-store {
  display: none !important;
}

#landing {
  position: relative;
}
#landing .wpcf7-response-output {
  color: #fff;
}
#landing .hero {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  #landing .hero {
    aspect-ratio: 2560/1440;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #landing .hero {
    aspect-ratio: 991/1320;
  }
}
@media screen and (max-width: 767px) {
  #landing .hero {
    aspect-ratio: 780/1060;
  }
}
#landing .hero .immagine-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
#landing .hero h5 {
  color: #FFF;
  font-family: "gotham-thin";
  font-size: 22px;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#landing .hero h1 {
  color: #FFF;
  font-family: "optima-bold";
  font-size: 80px;
  font-style: normal;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
#landing .hero h1 b {
  font-family: "optima-medium";
  font-size: 70px;
}
#landing .hero h6 {
  color: #FFF;
  font-family: "gotham-light";
  font-size: 16px;
  line-height: 130%;
  margin-top: 15px;
  margin-bottom: 25px;
}
#landing .hero .cta {
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #landing .hero h1 {
    font-size: 60px !important;
  }
  #landing .hero h1 b {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  #landing .hero h1 {
    padding-bottom: 0;
    font-size: 40px !important;
  }
  #landing .hero h1 b {
    font-size: 60px;
  }
}
#landing .wrapper-img-full {
  position: relative;
}
#landing .wrapper-img-full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, #1C1C27 0%, rgba(28, 28, 39, 0) 90%);
}
#landing .wrapper-img-full .img-full {
  aspect-ratio: 1440/828;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 75px;
}
#landing .section-cta-mobile {
  padding: 75px 24px;
}
#landing .section-cta-mobile .cta {
  text-align: center;
}
#landing .swiper.swiperVisual {
  height: 500px;
  width: 100vw;
  z-index: 0;
}
#landing .swiper.swiperVisual .swiper-wrapper {
  padding-left: calc((100vw - 1320px) / 2);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #landing .swiper.swiperVisual .swiper-wrapper {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #landing .swiper.swiperVisual .swiper-wrapper {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #landing .swiper.swiperVisual .swiper-wrapper {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #landing .swiper.swiperVisual .swiper-wrapper {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #landing .swiper.swiperVisual .swiper-wrapper {
    padding-left: 24px;
  }
}
#landing .swiper.swiperVisual .swiper-wrapper .swiper-slide {
  width: auto;
}
#landing .swiper.swiperVisual .swiper-wrapper .swiper-slide a {
  aspect-ratio: 350/470;
  display: block;
}
#landing .swiper.swiperVisual .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#landing .swiper.swiperVisual .overlay-gallery {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  gap: 30px;
  padding: 20px;
}
#landing .swiper.swiperVisual .overlay-gallery .prevButton {
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-right-gallery.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  cursor: pointer;
}
#landing .swiper.swiperVisual .overlay-gallery .nextButton {
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-right-gallery.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
#landing .swiper.swiperVisual .overlay-gallery .wrapper-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 350/470;
  max-height: 80vh;
}
#landing #contatti,
#landing #visita-store {
  padding: 150px 0 0 0;
}
#landing #contatti .pretitle,
#landing #visita-store .pretitle {
  color: #6A6A7A;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#landing #contatti p,
#landing #visita-store p {
  margin-bottom: 45px;
  text-align: center;
}
#landing #contatti .wpcf7 h3,
#landing #contatti .wpcf7 .wpcf7-list-item-label,
#landing #visita-store .wpcf7 h3,
#landing #visita-store .wpcf7 .wpcf7-list-item-label {
  color: var(--Grey-dark, #1C1C27);
}
#landing #contatti .wpcf7 textarea,
#landing #contatti .wpcf7 input[type=tel],
#landing #contatti .wpcf7 input[type=text],
#landing #contatti .wpcf7 input[type=email],
#landing #visita-store .wpcf7 textarea,
#landing #visita-store .wpcf7 input[type=tel],
#landing #visita-store .wpcf7 input[type=text],
#landing #visita-store .wpcf7 input[type=email] {
  width: 45%;
  border-radius: 50px;
  border: 1px solid #fff;
  background: none;
  padding-left: 20px;
}
#landing #contatti .wpcf7 input[type=text],
#landing #contatti .wpcf7 input[type=email],
#landing #contatti .wpcf7 input[type=tel],
#landing #visita-store .wpcf7 input[type=text],
#landing #visita-store .wpcf7 input[type=email],
#landing #visita-store .wpcf7 input[type=tel] {
  width: calc(50% - 20px) !important;
}
#landing #contatti .wpcf7 input[type=text],
#landing #contatti .wpcf7 input[type=email],
#landing #contatti .wpcf7 input[type=tel],
#landing #contatti .wpcf7 textarea,
#landing #visita-store .wpcf7 input[type=text],
#landing #visita-store .wpcf7 input[type=email],
#landing #visita-store .wpcf7 input[type=tel],
#landing #visita-store .wpcf7 textarea {
  color: #fff;
  margin: 8px 0 !important;
  font-family: "gotham-light";
}
#landing #contatti .wpcf7 input[type=text]::-moz-placeholder, #landing #contatti .wpcf7 input[type=email]::-moz-placeholder, #landing #contatti .wpcf7 input[type=tel]::-moz-placeholder, #landing #contatti .wpcf7 textarea::-moz-placeholder, #landing #visita-store .wpcf7 input[type=text]::-moz-placeholder, #landing #visita-store .wpcf7 input[type=email]::-moz-placeholder, #landing #visita-store .wpcf7 input[type=tel]::-moz-placeholder, #landing #visita-store .wpcf7 textarea::-moz-placeholder {
  color: #fff;
  font-family: "gotham-light";
}
#landing #contatti .wpcf7 input[type=text]::placeholder,
#landing #contatti .wpcf7 input[type=email]::placeholder,
#landing #contatti .wpcf7 input[type=tel]::placeholder,
#landing #contatti .wpcf7 textarea::placeholder,
#landing #visita-store .wpcf7 input[type=text]::placeholder,
#landing #visita-store .wpcf7 input[type=email]::placeholder,
#landing #visita-store .wpcf7 input[type=tel]::placeholder,
#landing #visita-store .wpcf7 textarea::placeholder {
  color: #fff;
  font-family: "gotham-light";
}
#landing #contatti .wpcf7 textarea,
#landing #visita-store .wpcf7 textarea {
  width: calc(100% - 16px);
  border-radius: 20px;
  max-height: 145px;
}
@media screen and (max-width: 767px) {
  #landing #contatti .wpcf7 input[type=text],
  #landing #contatti .wpcf7 input[type=email],
  #landing #contatti .wpcf7 input[type=tel],
  #landing #contatti .wpcf7 textarea,
  #landing #visita-store .wpcf7 input[type=text],
  #landing #visita-store .wpcf7 input[type=email],
  #landing #visita-store .wpcf7 input[type=tel],
  #landing #visita-store .wpcf7 textarea {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#landing #contatti .wpcf7 .catalogo-check,
#landing #visita-store .wpcf7 .catalogo-check {
  margin: 20px 0;
  color: var(--Grey-dark, #1C1C27);
  font-family: gotham-light;
  font-size: 14px;
  font-style: normal;
}
#landing #contatti .wpcf7 .catalogo-check .form-section-title,
#landing #visita-store .wpcf7 .catalogo-check .form-section-title {
  margin-bottom: 8px;
}
#landing #contatti .wpcf7 .catalogo-check .wpcf7-list-item,
#landing #visita-store .wpcf7 .catalogo-check .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#landing #contatti .wpcf7 .acceptance-cnt,
#landing #visita-store .wpcf7 .acceptance-cnt {
  margin-bottom: 20px;
}
#landing #contatti .wpcf7 .acceptance-cnt .acceptance,
#landing #visita-store .wpcf7 .acceptance-cnt .acceptance {
  margin: 8px 0;
  color: #fff;
  font-family: gotham-light;
  font-size: 13px;
}
#landing #contatti .wpcf7 .acceptance-cnt .acceptance a,
#landing #visita-store .wpcf7 .acceptance-cnt .acceptance a {
  color: #fff;
}
#landing #contatti .wpcf7 .acceptance-cnt .acceptance .wpcf7-list-item,
#landing #visita-store .wpcf7 .acceptance-cnt .acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
#landing #contatti .wpcf7 .acceptance-cnt .acceptance .wpcf7-list-item input,
#landing #visita-store .wpcf7 .acceptance-cnt .acceptance .wpcf7-list-item input {
  margin-right: 5px;
}
#landing #contatti .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner,
#landing #visita-store .wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 60px;
  background: var(--Bronze, var(--dorato, #BFA59A));
  color: var(--Grey-dark, #1C1C27);
  font-family: "gotham-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
#landing #store-locator .wrapper-map .overlay-map {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 32px;
}
#landing #store-locator .wrapper-map .overlay-map .card-store {
  display: none;
}
#landing #store-locator .wrapper-map .overlay-map .card-store[data-id="6727"] {
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  height: 100%;
  padding: 24px 20px;
  max-width: 311px;
  margin: 0 auto;
}
#landing #store-locator .wrapper-map .overlay-map .card-store[data-id="6727"] .website.info {
  display: none;
}
@media screen and (max-width: 767px) {
  #landing #store-locator .wrapper-map .overlay-map {
    background: #FFF;
    padding: 40px 24px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #landing #store-locator {
    padding: 105px 0 0;
  }
}
#landing .whatsapp-lp {
  font-family: "gotham-bold";
  border: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 8px 20px;
}
#landing .whatsapp-lp img {
  max-width: 25px;
}
#landing .whatsapp-lp:hover {
  background: #FFF;
  color: #1C1C27;
}
@media screen and (max-width: 767px) {
  #landing .whatsapp-lp {
    font-size: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    padding: 5px;
    gap: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  #about .certif-centr h3,
  #about .finale-titolo,
  #about .hero-titolo {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  header#header .overlay-search-menu .wrapper-search form input#ricerca::-moz-placeholder {
    font-size: 26px;
  }
  header#header .overlay-search-menu .wrapper-search form input#ricerca::placeholder {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  #coll-grid {
    margin: 48px 0px 120px 0px;
    grid-template-columns: 100%;
  }
}/*# sourceMappingURL=style.css.map */