@import url("https://use.typekit.net/rxr1hhi.css");
@import url("../node_modules/tiny-slider/dist/tiny-slider.css");
* {
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
}

button:focus, input:focus, textarea:focus, span:focus {
  outline: none;
}

html {
  font-size: 16px;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  color: #1A1A1A;
}
@media (max-width: 1280px) or (max-height: 800px) {
  h1 {
    font-size: 4.5rem;
    line-height: 0.9;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 3rem;
    line-height: 0.9;
  }
}

p, h2, h3, h4, h5, h6, li, span, label {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: -0.48px;
}

h2, h3 {
  font-size: 4.5rem;
  line-height: 0.9;
  letter-spacing: -1px;
}
@media (max-width: 1280px) or (max-height: 800px) {
  h2, h3 {
    font-size: 3rem;
    line-height: 0.9;
  }
}
@media (max-width: 599px) {
  h2, h3 {
    font-size: 2rem;
    line-height: 1.35;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.35;
}
@media (max-width: 1280px) or (max-height: 800px) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 1.35;
}

h6 {
  font-size: 0.875rem;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

em, i {
  font-style: italic;
}

strong {
  font-weight: 700;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  header {
    padding: 1rem 2rem;
  }
}
header .logo {
  width: 145px;
}
header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header .logo {
    width: 98px;
  }
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav .lang {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: 1.5rem;
}
header nav .lang svg {
  flex-shrink: 0;
}
header nav .lang .lang-menu {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav .lang li a {
  font-size: 1rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
header nav .lang li a:hover {
  opacity: 1;
}
header nav button {
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
header nav button p {
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
header nav button span {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
}
header nav button span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  position: relative;
  top: -5px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}
header nav button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  position: relative;
  top: 5px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}

.home header button p, .tax-famiglia_prodotto header button p {
  color: #fff;
}
.home header button span:before, .home header button span:after, .tax-famiglia_prodotto header button span:before, .tax-famiglia_prodotto header button span:after {
  background-color: #fff;
}
.home header .logo svg path, .tax-famiglia_prodotto header .logo svg path {
  fill: #fff;
}
.home header .lang svg path, .tax-famiglia_prodotto header .lang svg path {
  fill: #fff;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open header {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: #000;
  transform: translateY(0) !important;
  transition: background-color 0.3s ease;
}
body.menu-open header button p {
  color: #fff;
  transition: color 0.3s ease;
}
body.menu-open header button span:before, body.menu-open header button span:after {
  background-color: #fff;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}
body.menu-open header button span:before {
  transform: translateY(5px) rotate(45deg);
}
body.menu-open header button span:after {
  transform: translateY(-6px) rotate(-45deg);
}
body.menu-open header .logo svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
body.menu-open header .lang svg path {
  fill: #fff;
}

header {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}
header.is-scrolled button p {
  color: #1A1A1A;
  transition: color 0.3s ease;
}
header.is-scrolled button span:before, header.is-scrolled button span:after {
  background-color: #1A1A1A;
  transition: background-color 0.3s ease;
}
header.is-scrolled .logo svg path {
  fill: #1A1A1A;
}
header.is-scrolled .lang svg path {
  fill: #1A1A1A;
}
header.is-hidden {
  transform: translateY(-100%);
}

.menu-prodotti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 998;
  overflow-y: auto;
  padding: 6rem 3rem 3rem;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .menu-prodotti {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media (max-width: 599px) {
  .menu-prodotti {
    padding: 5rem 2rem 2rem;
    gap: 2rem;
  }
}
.menu-prodotti.is-open {
  transform: translateY(0);
  pointer-events: auto;
}
.menu-prodotti * {
  color: #fff;
}
.menu-prodotti__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__bar {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .menu-prodotti__bar {
    margin-bottom: 0;
  }
}
.menu-prodotti__search {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 420px) {
  .menu-prodotti__search {
    width: 100%;
  }
}
.menu-prodotti__search label {
  font-size: 1rem;
  opacity: 0.6;
  cursor: text;
}
.menu-prodotti__search input[type=search] {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1rem;
  font-family: proxima-nova, sans-serif;
  padding: 0.25rem 0;
  width: 220px;
  outline: none;
}
.menu-prodotti__search input[type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.menu-prodotti__search input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.menu-prodotti__search input[type=search]:focus {
  border-bottom-color: #fff;
}
.menu-prodotti__search input[type=search]::-webkit-search-cancel-button {
  display: none;
}
@media (max-width: 420px) {
  .menu-prodotti__search input[type=search] {
    width: 100%;
  }
}
.menu-prodotti__search button[type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.menu-prodotti__search button[type=submit]:hover {
  opacity: 0.6;
}
.menu-prodotti__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.menu-prodotti__link .cta {
  background-color: #F3F3F3;
  color: #1A1A1A;
}
@media (max-width: 420px) {
  .menu-prodotti__link {
    display: none;
  }
}
.menu-prodotti__wrapper {
  position: relative;
}
@media (max-width: 1023px) {
  .menu-prodotti #menu-filtri {
    flex-grow: 1;
  }
}
.menu-prodotti__nav {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.menu-prodotti__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.menu-prodotti__main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-prodotti__main li {
  margin-bottom: 1rem;
}
.menu-prodotti__main li a {
  font-size: 3rem;
  line-height: 0.9;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.menu-prodotti__main li a:hover {
  opacity: 0.6;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__main li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .menu-prodotti__main li a {
    font-size: 2rem;
  }
}
.menu-prodotti__social {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.menu-prodotti__social a {
  width: auto;
  height: 32px;
}
.menu-prodotti__social a svg {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 599px) {
  .menu-prodotti__social {
    margin-top: 2rem;
  }
}
.menu-prodotti__collections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__collections {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .menu-prodotti__collections {
    display: none;
  }
}
.menu-prodotti__collection {
  position: relative;
}
.menu-prodotti__collection img {
  width: auto;
  height: 34vh;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #F3F3F3;
  border-radius: 8px;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__collection img {
    height: 56vh;
    aspect-ratio: 4/5;
  }
}
.menu-prodotti__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__info {
    padding: 1rem;
  }
}
.menu-prodotti__info h3 {
  font-size: 3rem;
  line-height: 0.9;
  margin: 0;
  color: #1A1A1A;
}
.menu-prodotti__info p {
  margin: 0;
}
.menu-prodotti__sections {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: absolute;
  top: 0;
  left: -100vw;
  width: auto;
  min-height: 100%;
  background-color: #000;
  padding-right: 5rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .menu-prodotti__sections {
    gap: 1rem;
  }
}
@media (max-width: 1023px) {
  .menu-prodotti__sections {
    width: 100%;
    padding-right: 0rem;
  }
}
.menu-prodotti__back {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
}
.menu-prodotti__back span {
  padding: 0;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.menu-prodotti__back span svg {
  display: block;
  width: 13px;
  height: auto;
  transform: rotateZ(180deg);
}
.menu-prodotti__row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
}
.menu-prodotti__row:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .menu-prodotti__row {
    gap: 2rem;
  }
}
.menu-prodotti__label h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 599px) {
  .menu-prodotti__label h2 {
    margin-bottom: 1rem;
  }
}
.menu-prodotti__label a {
  display: block;
  opacity: 1;
  margin-bottom: 0.5rem;
  transition: opacity 0.2s ease;
}
.menu-prodotti__label a:hover {
  opacity: 0.6;
}
@media (max-width: 599px) {
  .menu-prodotti__label a {
    margin-bottom: 0;
  }
}
.menu-prodotti__cols {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .menu-prodotti__cols {
    gap: 2rem;
  }
}
.menu-prodotti__col {
  margin-top: 0.5rem;
}
.menu-prodotti__col h4 {
  margin-bottom: 0.5rem;
}
.menu-prodotti__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-prodotti__col li {
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .menu-prodotti__col li {
    margin-bottom: 0;
  }
}
.menu-prodotti__col a {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.menu-prodotti__col a:hover {
  opacity: 0.6;
}

.cta {
  padding: 1rem 1.5rem;
  display: inline-block;
  background-color: #1A1A1A;
  color: white;
  border-radius: 8px;
  line-height: 1;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  padding: 1rem 1.5rem;
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  letter-spacing: -0.48px;
  background-color: #1A1A1A;
  color: white;
  border-radius: 8px;
  line-height: 1;
}

.is-dark {
  background-color: #1A1A1A !important;
}

#container {
  background-color: #F3F3F3;
}

.blocco {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .blocco {
    padding: 2rem 0;
  }
}
.blocco__inner {
  margin: 0 auto;
  padding: 0 2rem;
}

.blocco-carosello {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #F3F0EC;
}
.blocco-carosello__claim {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #F3F3F3;
  font-size: 56px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0 1rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .blocco-carosello__claim {
    font-size: 48px;
    line-height: 0.9;
  }
}
@media (max-width: 480px) {
  .blocco-carosello__claim {
    width: 80%;
  }
}
.blocco-carosello__slide {
  position: relative;
  overflow: hidden;
}
.blocco-carosello__slide img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .blocco-carosello__slide img {
    height: 125vw;
  }
}
.blocco-carosello .tns-nav {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blocco-carosello .tns-nav button {
  width: 20px;
  height: 7px;
  border-radius: 5px;
  border: none;
  background: #F3F3F3;
  opacity: 0.6;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.blocco-carosello .tns-nav button.tns-nav-active {
  opacity: 1;
}
@media (max-width: 599px) {
  .blocco-carosello .tns-nav {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
  }
  .blocco-carosello .tns-nav button {
    background: #1A1A1A;
  }
}

@media (max-width: 767px) {
  .blocco-testo:first-child {
    padding-top: 3rem !important;
  }
}
.blocco-testo.is-dark * {
  color: #fff;
}
.blocco-testo.is-dark a {
  background-color: white;
  color: #1A1A1A;
}
.blocco-testo__inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 2rem;
}
@media (min-width: 1600px) {
  .blocco-testo__content {
    max-width: 50vw;
  }
}
.blocco-testo__content h1 {
  text-transform: lowercase;
}
.blocco-testo__content h1, .blocco-testo__content h2, .blocco-testo__content h3 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .blocco-testo__content h1, .blocco-testo__content h2, .blocco-testo__content h3 {
    margin-top: 2rem;
  }
}
.blocco-testo__content h4, .blocco-testo__content h5, .blocco-testo__content h6 {
  margin-top: 1rem;
}
.blocco-testo__content p:not(:first-child) {
  margin-top: 2rem;
}
.blocco-testo__content p {
  width: 50%;
}
@media (max-width: 1023px) {
  .blocco-testo__content p {
    width: 100%;
  }
}
.blocco-testo__content a {
  padding: 1rem 1.5rem;
  display: inline-block;
  background-color: #1A1A1A;
  color: white;
  border-radius: 8px;
  line-height: 1;
}
.blocco-testo__content ul, .blocco-testo__content ol {
  margin-top: 2rem;
  padding-left: 1.5rem;
}
.blocco-testo__content ul li, .blocco-testo__content ol li {
  list-style-type: disc;
}
.blocco-testo__content img {
  max-height: 962.5px;
  width: auto;
  height: 100%;
  display: block;
  margin: 2rem auto;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .blocco-testo__content img {
    width: 100%;
  }
}

.blocco-categorie {
  overflow: hidden;
  background-color: #F3F0EC;
}
.blocco-categorie__track {
  padding: 0;
  width: 100%;
}
.blocco-categorie .tns-nav {
  margin: 0 auto;
  margin-top: 2rem;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.blocco-categorie .tns-nav button {
  width: 20px;
  height: 7px;
  border-radius: 5px;
  border: none;
  background: #1A1A1A;
  opacity: 0.6;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.blocco-categorie .tns-nav button.tns-nav-active {
  opacity: 1;
}

.term-card {
  padding: 0 1.5rem;
}
@media (max-width: 1023px) {
  .term-card {
    padding: 0 1rem;
  }
}
.term-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.term-card__link:hover .term-card__image img {
  transform: scale(1.04);
}
.term-card__image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #F3F0EC;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.term-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.term-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}
.term-card__name {
  display: block;
  color: #1A1A1A;
  text-align: center;
}

.blocco-due-colonne {
  background-color: #F3F0EC;
  padding: 3rem 2rem;
}
.blocco-due-colonne:first-child {
  padding-top: 8rem;
}
.blocco-due-colonne:first-child .blocco-due-colonne__grid {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .blocco-due-colonne:first-child {
    padding-top: 6rem;
  }
}
.blocco-due-colonne.is-dark * {
  color: #fff;
}
.blocco-due-colonne.is-dark a {
  background-color: white;
  color: #1A1A1A;
}
.blocco-due-colonne__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .blocco-due-colonne__grid {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .blocco-due-colonne__grid {
    grid-template-columns: 1fr;
  }
}
.blocco-due-colonne__col {
  min-width: 0;
}
.blocco-due-colonne__col img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1600px) {
  .blocco-due-colonne__testo {
    padding: 0 5rem;
  }
}
.blocco-due-colonne__testo h1, .blocco-due-colonne__testo h2, .blocco-due-colonne__testo h3, .blocco-due-colonne__testo h4, .blocco-due-colonne__testo h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.blocco-due-colonne__testo p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.blocco-due-colonne__testo a {
  padding: 0.75rem 1.25rem;
  display: inline-block;
  background-color: #1A1A1A;
  color: white;
  border-radius: 8px;
  line-height: 1;
  text-decoration: none;
}
.blocco-due-colonne__testo a svg {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.blocco-due-colonne__testo h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blocco-due-colonne__testo h5 a {
  padding: 0.25rem 0rem;
  background-color: transparent;
  color: #1A1A1A;
  border-radius: 0;
  transition: opacity 0.2s ease;
}
.blocco-due-colonne__testo h5 a:hover {
  opacity: 0.6;
}
.blocco-due-colonne__testo h5 img {
  display: inline-block;
  width: auto;
  height: 20px;
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
}
.blocco-due-colonne__testo ul, .blocco-due-colonne__testo ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.blocco-due-colonne__testo ul li, .blocco-due-colonne__testo ol li {
  list-style-type: disc;
}
.blocco-due-colonne__testo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
  border-radius: 8px;
}

.collezione-prodotti {
  background-color: #F3F3F3;
  padding: 4rem 2rem;
}
.collezione-prodotti__header {
  margin-bottom: 1.5rem;
}
.collezione-prodotti__nome {
  text-transform: lowercase;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.collezione-prodotti__divider {
  border-top: 1px solid #1A1A1A;
  margin-bottom: 3rem;
}

.collezione-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.collezione-filter h5 {
  margin: 0;
}
.collezione-filter h5:after {
  content: "|";
  margin: 0 1rem;
}
.collezione-filter h5:last-child::after {
  content: "";
}
.collezione-filter__link {
  color: #1A1A1A;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.collezione-filter__link:hover, .collezione-filter__link.is-active {
  opacity: 1;
}

.blocco-download {
  background-color: #F3F3F3;
  padding: 8rem 2rem 3rem;
}
@media (max-width: 767px) {
  .blocco-download {
    padding: 6rem 2rem 2rem;
  }
}
.blocco-download__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.blocco-download__titolo {
  margin: 0 0 2rem;
  font-weight: 700;
}
.blocco-download__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .blocco-download__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .blocco-download__grid {
    grid-template-columns: 1fr;
  }
}
.blocco-download__item {
  display: flex;
  flex-direction: column;
}
.blocco-download__img {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
}
.blocco-download__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blocco-download__desc {
  margin: 0;
  padding: 1.5rem;
  flex: 1;
}
@media (max-width: 599px) {
  .blocco-download__desc {
    padding: 1rem 0;
  }
}
.blocco-download__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  transition: opacity 0.2s ease;
}
.blocco-download__link svg {
  display: block;
  width: auto;
  height: 24px;
  flex-shrink: 0;
}
.blocco-download__link:hover {
  opacity: 0.6;
}
@media (max-width: 599px) {
  .blocco-download__link {
    padding: 0.5rem 0rem;
  }
}

.blocco-faq {
  background-color: #F3F3F3;
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .blocco-faq {
    padding: 6rem 2rem;
  }
}
.blocco-faq__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.faq-sezione {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .faq-sezione {
    margin: 3rem 0;
  }
}
.faq-sezione:last-child {
  margin-bottom: 0;
}
.faq-sezione__titolo {
  margin: 0 0 2rem;
}

.faq-list {
  list-style: none;
  padding: 0 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .faq-list {
    padding: 0;
  }
}

.faq-item:first-child {
  border-top: 1px solid #1A1A1A;
}
.faq-item__trigger {
  width: 100%;
}
.faq-item__trigger:hover .faq-item__domanda {
  opacity: 0.6;
}
.faq-item__icon {
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
  width: 1.25rem;
  text-align: center;
  display: inline-block;
  transition: transform 0.35s ease;
}
.faq-item__trigger[aria-expanded=true] .faq-item__icon {
  transform: rotate(45deg);
}
.faq-item__domanda {
  margin: 0;
  text-align: left;
}
.faq-item__panel {
  padding: 0 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq-item__panel {
    padding: 0 1rem;
  }
}
.faq-item__risposta {
  margin: 0;
  padding-bottom: 2rem;
}

section.map {
  display: block;
  width: 100%;
  aspect-ratio: 16/6;
}
@media (max-width: 767px) {
  section.map {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 599px) {
  section.map {
    aspect-ratio: 1/1;
  }
}

.blocco-contacts .blocco-due-colonne__col p {
  text-align: right;
}

.contacts-content .blocco-due-colonne__grid {
  align-items: flex-start;
}

.privacy-content .blocco-testo__content p {
  width: 100%;
}

footer {
  padding: 3rem;
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  footer {
    padding: 2rem;
  }
}
footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 0;
  margin-bottom: 3rem;
  padding: 0;
}
footer .footer__content__logo {
  width: 440px;
}
footer .footer__content__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) or (max-height: 800px) {
  footer .footer__content__logo {
    width: 280px;
  }
}
@media (max-width: 767px) {
  footer .footer__content__logo {
    width: 200px;
  }
}
footer .footer__content__social {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
footer .footer__content__social a {
  width: auto;
  height: 32px;
}
footer .footer__content__social a svg {
  display: block;
  width: auto;
  height: 100%;
}
footer .footer__nav .footer__menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  margin: 0;
  padding: 0;
}
footer .footer__nav .footer__menu li {
  margin: 0;
  padding-right: 3rem;
}
footer .footer__nav .footer__menu li a {
  transition: opacity 0.2s ease;
}
footer .footer__nav .footer__menu li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  footer .footer__nav .footer__menu {
    height: 120px;
  }
}
footer .footer__links {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer__links p {
  margin-right: 2rem;
}
footer .footer__links p:last-child a {
  background-color: #F3F3F3;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
footer .footer__content:last-child {
  margin-bottom: 0;
}
footer .footer__content:last-child h6 {
  opacity: 0.6;
}
footer .footer__content:last-child h6 a:hover {
  text-decoration: underline;
}

.wpcf7 .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.wpcf7 .flex .form-submit {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0.5rem;
}
.wpcf7 .flex .form-submit input[type=submit] {
  background-color: #1A1A1A;
  color: #1A1A1A;
  border-radius: 50%;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
}
.wpcf7 .flex .form-submit input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wpcf7 .flex .form-submit svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: auto;
}
.wpcf7 .flex .form-submit .wpcf7-spinner {
  background-color: #1A1A1A;
  margin: 0 1rem;
  opacity: 0.6;
}
.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 select {
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: -0.48px;
}
.wpcf7 input[type=email] {
  max-width: 60vw;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  padding-left: 24px;
}
.wpcf7 h6 {
  margin-top: 1rem;
}
.wpcf7 h6 a {
  text-decoration: underline;
}
.wpcf7 h6 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 1rem;
  background: #F3F3F3;
  border: 1px solid rgba(25, 23, 17, 0.48);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin: inherit;
  min-height: 16px;
  min-width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  width: 1rem;
  height: 1rem;
}
.wpcf7 h6 input[type=checkbox]:checked::before {
  background: #1A1A1A;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  margin: 0;
  min-height: 8px;
  min-width: 8px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
.wpcf7 .wpcf7-response-output {
  border: 1px solid #1A1A1A !important;
  margin: 2rem 0 !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: -0.48px;
}

.form-rivenditore {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(26, 26, 26, 0.6);
  z-index: 999;
  overflow-y: auto;
  padding: 3rem;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .form-rivenditore {
    padding: 2rem;
  }
}
.form-rivenditore.is-open {
  transform: translateY(0);
  pointer-events: auto;
}
.form-rivenditore__inner {
  display: flex;
  flex-direction: column;
  background-color: #F3F3F3;
  padding: 5rem 3rem 3rem;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .form-rivenditore__inner {
    padding: 3rem 2rem 2rem;
  }
}
.form-rivenditore__inner button {
  background-color: #F3F3F3;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.form-rivenditore__inner button h4 {
  transform: rotateZ(45deg);
}
.form-rivenditore__inner .wpcf7 input[type=email], .form-rivenditore__inner .wpcf7 input[type=text], .form-rivenditore__inner .wpcf7 select {
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 599px) {
  .form-rivenditore__inner .wpcf7 input[type=email], .form-rivenditore__inner .wpcf7 input[type=text], .form-rivenditore__inner .wpcf7 select {
    margin-top: 0;
  }
}
.form-rivenditore__inner .wpcf7 .form-submit {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 2rem;
  margin-left: 0.5rem;
}
.form-rivenditore__inner .wpcf7 .form-submit input[type=submit] {
  padding: 1rem 1.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  letter-spacing: -0.48px;
  background-color: #1A1A1A;
  color: white;
  border: none;
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
}
.form-rivenditore__inner .wpcf7 .form-submit input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-rivenditore__inner .wpcf7 .form-submit .wpcf7-spinner {
  background-color: #1A1A1A;
  margin: 0 1rem;
  opacity: 0.6;
}
@media (max-width: 599px) {
  .form-rivenditore__inner .wpcf7 .form-submit {
    margin-top: 1rem;
  }
}

.collezioni {
  padding: 8rem 1.5rem 5rem;
}
@media (max-width: 767px) {
  .collezioni {
    padding: 6rem 2rem 3rem;
  }
}
.collezioni__titolo {
  margin-bottom: 3rem;
  margin-left: 8rem;
}
@media (max-width: 599px) {
  .collezioni__titolo {
    margin-left: 2rem;
  }
}
.collezioni__empty {
  opacity: 0.5;
}

.famiglie-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 3rem;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .famiglie-grid {
    gap: 2rem;
  }
}
@media (max-width: 1279px) {
  .famiglie-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .famiglie-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .famiglie-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.famiglia-card {
  margin-bottom: 1rem;
}
.famiglia-card__link {
  display: block;
  text-decoration: none;
}
.famiglia-card__link:hover .famiglia-card__image img {
  transform: scale(1.05);
}
.famiglia-card__image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
  background: #F3F3F3;
  margin-bottom: 1rem;
}
.famiglia-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.famiglia-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}
.famiglia-card__info {
  text-align: center;
  padding: 0 0.25rem;
}
.famiglia-card__nome {
  display: block;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.famiglia-card__prodotto {
  display: inline-block;
  font-weight: 400;
  opacity: 0.6;
  font-size: 0.875rem;
  text-transform: none;
  margin-left: 0.5rem;
}
.famiglia-card__finiture {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.finitura-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #999;
  cursor: default;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.filtri-bar {
  margin-bottom: 2rem;
}
.filtri-bar__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 599px) {
  .filtri-bar__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filtri-bar__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.filtri-bar__active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
}
.filtri-bar__right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.filtro-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border: 1px solid #1A1A1A;
  border-radius: 999px;
  color: #1A1A1A;
  transition: background 0.2s ease, color 0.2s ease;
}
.filtro-tag:hover {
  background: #1A1A1A;
  color: #F3F0EC;
}
.filtro-tag:hover .filtro-tag__x {
  color: #F3F0EC;
}
.filtro-tag__x {
  transform: rotateZ(45deg);
}

.filtri-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.filtri-toggle__icon {
  display: inline-block;
  color: #F3F3F3;
  line-height: 1;
  transition: transform 0.3s ease;
}
.filtri-toggle[aria-expanded=true] .filtri-toggle__icon {
  transform: rotate(45deg);
}

.filtri-reset {
  color: #1A1A1A;
  opacity: 1;
  border-bottom: 1px solid #1A1A1A;
  margin-left: 2rem;
  transition: opacity 0.2s ease;
}
.filtri-reset:hover {
  opacity: 0.6;
}

.filtri-label {
  opacity: 0.6;
}

.filtri-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1A1A1A;
  padding: 0;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1.7;
  letter-spacing: -0.48px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.filtri-panel {
  padding: 0;
}
.filtri-panel__cols {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.filtri-panel__col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filtri-panel__col .wrapper-label {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-height: 400px;
}
@media (max-width: 599px) {
  .filtri-panel__col .wrapper-label {
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.filtri-panel__heading {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
.filtri-panel__footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.filtri-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #1A1A1A;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filtri-check input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.filtri-check input[type=checkbox]:checked {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
}
.filtri-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.filtri-check span {
  line-height: 1.3;
}

.collezione-accordion {
  padding: 0 2rem;
}

.accordion-item {
  border-bottom: 1px solid #1A1A1A;
}
.accordion-item__trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
  color: #1A1A1A;
  transition: opacity 0.2s ease;
}
.accordion-item__trigger:hover {
  opacity: 0.6;
}
.accordion-item__trigger[aria-expanded=true] .accordion-item__icon {
  transform: rotate(180deg);
}
.accordion-item__icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
.accordion-item__panel {
  overflow: hidden;
}

.tecnica-row {
  display: grid;
  grid-template-columns: 14rem 1fr 2fr 10rem;
  grid-template-areas: "misure specs palette install";
  border-top: 1px solid rgba(26, 26, 26, 0.6);
}
@media (max-width: 1023px) {
  .tecnica-row {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "misure specs" "palette install";
  }
}
@media (max-width: 599px) {
  .tecnica-row {
    grid-template-columns: 1fr;
    grid-template-areas: "misure" "specs" "palette" "install";
  }
}
.tecnica-row__misure {
  grid-area: misure;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.tecnica-row__misure img {
  max-height: 15rem;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
@media (max-width: 1023px) {
  .tecnica-row__misure img {
    max-height: none;
    aspect-ratio: 4/5;
  }
}
@media (max-width: 599px) {
  .tecnica-row__misure {
    padding: 0;
  }
}
.tecnica-row__specs {
  grid-area: specs;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
@media (max-width: 599px) {
  .tecnica-row__specs {
    padding: 1rem 0;
  }
}
.tecnica-row__palette {
  grid-area: palette;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-content: center;
}
@media (max-width: 599px) {
  .tecnica-row__palette {
    padding: 1rem 0;
  }
}
.tecnica-row__install {
  grid-area: install;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
}
.tecnica-row__install a {
  padding: 0;
  background: #1A1A1A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tecnica-row__install a svg {
  display: block;
  width: 13px;
  height: auto;
}
@media (max-width: 1023px) {
  .tecnica-row__install {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .tecnica-row__install {
    padding: 1rem 0;
  }
}
.tecnica-row__icons {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tecnica-row__icons img {
  display: block;
  width: 42px;
  height: auto;
}

.tecnica-spec {
  margin: 0;
  line-height: 1;
}
.tecnica-spec svg {
  display: inline-block;
  width: auto;
  height: 14px;
  margin-right: 0.25rem;
}
.tecnica-spec__label {
  display: block;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1;
}

.palette-tile {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
}
.palette-tile .finitura-dot {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.palette-tile__codice {
  margin-top: 0.5rem;
}
.palette-tile__finitura {
  color: rgba(26, 26, 26, 0.6);
}

.tecnica-icon {
  display: block;
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.download-list {
  padding: 1.5rem 1rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid rgba(26, 26, 26, 0.6);
}
.download-list__item {
  padding: 1.5rem 0;
  padding-right: 3rem;
}
.download-list__item:last-child {
  border-right: none;
}
@media (max-width: 599px) {
  .download-list__item {
    padding: 1rem 0;
    padding-right: 2rem;
  }
}
.download-list__schede {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.download-list__variant_title {
  margin-top: 1rem;
}
.download-list__title {
  margin: 0 0 0.5rem;
}
.download-list__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1A1A1A;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.download-list__link svg {
  display: block;
  width: 24px;
  height: auto;
}
.download-list__link:hover {
  opacity: 0.6;
}

.correlati {
  padding: 4rem 2rem 5rem;
  background-color: #F3F3F3;
}
.correlati .famiglie-grid {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .correlati .famiglie-grid {
    display: block;
  }
}

.famiglia-card--intro .famiglia-card__image--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  aspect-ratio: 3/4;
}
.famiglia-card--intro .famiglia-card__image--intro h3 {
  margin: 0;
}
.famiglia-card--intro .famiglia-card__image--intro p {
  margin: 0;
}
@media (max-width: 1023px) {
  .famiglia-card--intro .famiglia-card__image--intro {
    aspect-ratio: auto;
  }
}

.famiglia-correlati-carousel {
  grid-column: 2/5;
  overflow: hidden;
}
.famiglia-correlati-carousel .famiglia-card {
  margin-bottom: 0;
}

.prodotto-hero {
  display: flex;
  justify-content: space-around;
  min-height: 80vh;
  padding: 6rem 2rem 4rem;
}
@media (max-width: 1023px) {
  .prodotto-hero {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .prodotto-hero {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.prodotto-hero__col {
  max-width: 36%;
}
@media (max-width: 1280px) or (max-height: 800px) {
  .prodotto-hero__col {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .prodotto-hero__col {
    max-width: none;
    width: 100%;
  }
}
.prodotto-hero__col--media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
.prodotto-hero__col--info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .prodotto-hero__col--info {
    padding: 0;
  }
}
.prodotto-hero__breadcrumb {
  margin: 0;
  font-weight: 700;
}
.prodotto-hero__famiglia {
  margin: 0;
  font-weight: 700;
}
.prodotto-hero__scopri {
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #1A1A1A;
  transition: opacity 0.2s ease;
}
.prodotto-hero__scopri:hover {
  opacity: 0.6;
}
.prodotto-hero__desc p {
  margin: 0 0 0.5rem;
}

.prodotto-hero__col, .famiglia-correlati-carousel, .blocco-categorie {
  position: relative;
}
.prodotto-hero__col .tns-controls, .famiglia-correlati-carousel .tns-controls, .blocco-categorie .tns-controls {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.prodotto-hero__col .tns-controls button, .famiglia-correlati-carousel .tns-controls button, .blocco-categorie .tns-controls button {
  pointer-events: auto;
  padding: 0;
  background: #F3F0EC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodotto-hero__col .tns-controls button svg, .famiglia-correlati-carousel .tns-controls button svg, .blocco-categorie .tns-controls button svg {
  display: block;
  width: 13px;
  height: auto;
}
.prodotto-hero__col .tns-controls button:first-child, .famiglia-correlati-carousel .tns-controls button:first-child, .blocco-categorie .tns-controls button:first-child {
  transform: rotate(180deg);
}
@media (max-width: 1279px) {
  .prodotto-hero__col .tns-controls, .famiglia-correlati-carousel .tns-controls, .blocco-categorie .tns-controls {
    padding: 0 1rem;
  }
}

.prodotto-carousel__slide {
  width: 100%;
  aspect-ratio: 4/5;
}
.prodotto-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #F3F3F3;
  border-radius: 8px;
}

.prodotto-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.prodotto-thumbs__item {
  cursor: pointer;
  flex: 0 0 14.6%;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.prodotto-thumbs__item.tns-nav-active {
  opacity: 1;
}
.prodotto-thumbs__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}

.prodotto-varianti {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.prodotto-varianti__codice {
  margin-top: 1rem;
}
.prodotto-varianti__finitura {
  margin: 0;
  opacity: 0.6;
}
.prodotto-varianti__dots {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.prodotto-variante-dot {
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding: 0;
}
.prodotto-variante-dot.is-active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #1A1A1A;
  transform: scale(1.15);
}

.wrapper-load-more {
  display: flex;
  justify-content: center;
}

.blog-home {
  padding: 8rem 2rem 3rem;
}
@media (max-width: 599px) {
  .blog-home {
    padding: 6rem 2rem 3rem;
  }
}
.blog-home__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.blog-home__titolo {
  margin: 0 0 3rem 6rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .blog-home__titolo {
    margin-left: 2rem;
  }
}
.blog-home__loadmore {
  margin-top: 4rem;
  text-align: center;
}
.blog-home__empty {
  opacity: 0.5;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3rem;
}
@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.blog-card__link {
  display: block;
  text-decoration: none;
}
.blog-card__link:hover .blog-card__image img {
  transform: scale(1.04);
}
.blog-card__image {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
  background: #F3F3F3;
  margin-bottom: 1.25rem;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card__placeholder {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}
.blog-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.blog-card__titolo {
  margin: 0;
}
.blog-card__cta {
  margin: 0;
}

.blog-loadmore-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #1A1A1A;
  border-radius: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: #1A1A1A;
}
.blog-loadmore-btn:hover {
  background: #1A1A1A;
  color: #F3F0EC;
}

.post-header {
  background-color: #F3F0EC;
  padding: 0 2rem;
}
.post-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8rem 2rem 3rem;
}
@media (max-width: 767px) {
  .post-header__inner {
    padding: 6rem 0 2rem;
  }
}
.post-header__titolo {
  margin: 0 0 1rem;
  font-weight: 700;
}
.post-header__image {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin: 0 auto;
}
.post-header__image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.single-post .blocco-testo__content {
  margin: 0 auto;
  max-width: none;
  padding: 0 10rem;
}
.single-post .blocco-testo__content p {
  width: 100%;
}
@media (max-width: 1023px) {
  .single-post .blocco-testo__content {
    padding: 0;
  }
}
