/* ------------------- bootstrap */
.accordion-body { background-color: #282829; }
.accordion-item { border: none; border-radius: 0!important; }
.accordion-button { box-shadow: none!important; padding: 0; border-radius: 0!important; }
.accordion-button:focus { box-shadow: none; }
/* .collapsed { border-radius: unset!important; } */
.accordion-button:not(.collapsed) { background-color: #282829; }
.accordion-button.collapsed { background-color: #282829; }
.accordion-button:focus { box-shadow: none; }
.accordion-button:not(.collapsed).find-button, .accordion-button.collapsed.find-button { background-color: #f5f5f5; }
.form-select.select-stile, .form-select.select-materiale, .form-select.select-interasse { padding: 8px!important; border: 1px solid #ddd!important; box-shadow: none!important; }
*:focus { outline: none !important; box-shadow: none !important; }

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-select { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select { height: calc(3rem + calc(var(--bs-border-width))); min-height: calc(3rem + calc(var(--bs-border-width))); }
.form-floating > label { padding: 0.5rem 0.75rem; color: #999; font-size: 1rem; }
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label { transform: scale(0.9) translateY(-0.7rem) translateX(0.3rem); padding: 0rem 0.5rem; height: 1.4rem; background-color: #fff; }
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after { inset: 0.75rem 0.375rem; height: 1em; }
/* -------------------------------------------------------- */


body { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type='number'] { -moz-appearance: textfield; }
input[type='text'], input[type='email'], input[type='password'], input[type='number'] { border-left: none; border-top: none; border-right: none; border-bottom: 1px solid #999; border-radius: 0; }
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='number']:focus, textarea:focus { outline: none; }
input[type="radio"] { appearance: none; min-width: 20px; height: 20px; border: 2px solid #ddd; border-radius: 50%; outline: none; background-color: white; cursor: pointer; }
input[type='radio']:before { content: ''; display: block; width: 60%; height: 60%; margin: 20% auto; border-radius: 50%; }
input[type="radio"]:checked { background-color: white; border-color: #ddd; }
input[type="radio"]:checked:before { background: #888; }
input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 20px; height: 20px; border: 2px solid #ccc; border-radius: 4px; background-color: white; cursor: pointer; transition: all 0.2s ease-in-out; position: relative; display: inline-block; vertical-align: middle; }
input[type="checkbox"]:checked { background-color: white; border-color: #888; }
input[type="checkbox"]:checked::after { content: ''; display: block; width: 5px; height: 10px; border: solid #888;  border-width: 0 3px 3px 0; transform: rotate(45deg); position: absolute; top: 2px; left: 6px; }
input[type="checkbox"]:focus { outline: none; border-color: #888; }
a { text-decoration: none; color: #fff; }
button[name='buttonPag'] { border: none; padding: 3px 14px; font-weight: 700; background-color: #282829; color: #fff; }
p { margin: 0; padding: 0; }
input:disabled { background-color: #fafafa!important; }
.font-sans { font-family: "Ranade", sans-serif; }
.font-serif { font-family: "Marcellus", serif; }
.font-serif-1 { font-family: "Cormorant Garamond", serif; }
.svg-icon { height: 24px; }
.icon-dot { width: 20px; margin: 0 20px 0 0; }
.iscriviti { background-color: #fff; background-image: url('../img/iscriviti.webp'); background-size: cover; background-position: center; width: 100%; height: 480px; }
.area-iscriviti { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 60%; height: 100%; margin: 0 0 0 auto; background-color: rgba(0,0,0,0.2); color: #eee; border-radius: 240px 0 0 240px; }
.blocco-iscriviti { text-align: end; width: 60%; padding: 0; }
.button-iscriviti { width: 88px; aspect-ratio: 1 / 1; border: none; margin: 0 0 0 16px; padding: 0; border-radius: 50%; font-family: "Marcellus", serif; font-style: italic; }
.input-iscriviti { background-color: transparent; border: none; border-bottom: 2px solid #eee; color: #fff; font-family: "Ranade", sans; font-size: 1.2rem; width: 100%; min-width: 64px; }
.input-iscriviti::placeholder { color: #fff; font-weight: 100; }
.footer-info { display: flex; flex-direction: row; justify-content: center; }
.lateral-info { a { color: #282829; } font-family: "Ranade", sans; font-size: 1.2rem; font-weight: 400; display: flex; flex-direction: column; justify-content: start; align-items: center; width: 30%; }
.center-info { border-right: 1px solid #ccc; border-left: 1px solid #ccc; padding: 0; width: 40%; }
.blokko-1 { height: 500px; background-color: #282829; display: flex; }
.blokko-1-1 { max-width: 1400px; text-align: center; margin: auto; }
.page-title { font-size: 4.5rem; font-weight: 500; color: #fff; }
.blokko-2 { display: flex; }
.blokko-3 { width: 80%; margin: auto; font-size: 3.5rem; line-height: 4rem; }
.blokko-3-1 { text-align: end; }
.blokko-3-1 img, .blokko-3-1 p { margin-top: 180px; }
.blokko-4 { width: 80%; margin: 180px auto 0 auto; }
.blokko-4-1 { display: flex; flex-direction: row; }
.blokko-4-2 { display: flex; flex-direction: row; }
.vertical-line { display: block; width: 24px; background-image: url('../img/line-divider.svg'); background-repeat: no-repeat; background-position: center; }
.elementi-riga {
  width: 50%; padding: 5% 10%; display: flex;
  p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 4rem; font-size: 3.5rem; }
  p:nth-of-type(2) { font-weight: 500; line-height: 4rem; font-size: 3.5rem; }
  p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
  div { display: flex; flex-direction: column; justify-content: center; width: 100%; aspect-ratio: 1 / 1; background-repeat: no-repeat; background-size: contain; background-position: center; }
}
.elemento-1-start { opacity: 0; transform: translateY(-200px); }
.elemento-1-end { opacity: 1; transform: translateY(0); transition: transform 1s ease-out, opacity 1s ease-out; }
.testo-footer { width: 80%; margin: 180px auto; text-align: center; p { line-height: 4rem; font-size: 3.5rem; font-weight: 500; } img { margin-top: 180px; } }
.mainTitle { height: 400px; background-size: cover; background-position: center; display: flex; align-items: center; h1 { width: 90%; margin: auto; } }
.faqContainer { padding: 100px; button { font-size: 2.5rem; } }
.contact-container { padding: 100px 300px; display: flex; justify-content: center; }
.contact-left { width: 50%; padding: 0 40px 0 0; }
.contact-right { width: 50%; padding: 0 0 0 40px; }
.contact-input-left input, .contact-input-right input { display: inline; padding: 25px 30px; width: 49.5%; height: 100%; border-left: 0; border-top: 0; border-right: 0; border-bottom: 1px solid #ddd; font-family: "Cormorant Garamond", serif; font-size: 1.2rem; }
.read-send { display: flex; }
.read { display: flex; flex-direction: column; width: 50%; padding: 20px; }
.send { text-align: end; width: 50%; padding: 20px; }
.pulsante-style { font-size: 1.2rem; font-weight: 500; padding: 16px 16px; border: 1px solid #fff; background-color: #282829; color: #fff; border-radius: 6px; transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }
.pulsante-style:disabled { font-size: 1.2rem; font-weight: 500; padding: 16px 16px; border: 1px solid #fff; background-color: #bbb; color: #fff; border-radius: 6px; transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }
.pulsante-style:hover, .pulsante-style:hover a { border: 1px solid #282829; background-color: #fff; color: #282829; transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out; }













.pulsante-style-1 { font-size: 1.2rem; font-weight: bold; padding: 12px 16px; border: 1px solid #fff; background-color: #282829; color: #fff; border-radius: 6px; }
.hidePartitaIVA { display: none; }
.showPartitaIVA { display: flex; align-items: center; }
.qta-disponibile { margin-top: 64px; font-size: 1.2rem; background-color: #ddd; border-radius: 100px; }
.aggiungi-carrello { font-size: 1.2rem; }
.modal-body p { font-size: 1rem; }


/* ------------------------------------- menu header */
#menu-horizontal input[type="text"],
#menu-horizontal input[type="password"],
#menu-vertical input[type="text"],
#menu-vertical input[type="password"]  { background-color: transparent; padding: 4px 0; color: #fff; border-radius: 0; border-left: 0; border-top: 0; border-right: 0; border-bottom: 1px solid #ddd; font-family: "Ranade", sans-serif; font-size: 1.2rem; font-weight: 100; }
#menu-horizontal input[type="text"]::placeholder,
#menu-horizontal input[type="password"]::placeholder,
#menu-vertical input[type="text"]::placeholder,
#menu-vertical input[type="password"]::placeholder  { font-family: 'Ranade', sans-serif; color: #999; font-size: 1rem; }
#menu-horizontal { background-color: #282829; width: 100%; height: 88px; position: fixed; top: 0; left: 0; z-index: 4; }
#menu-horizontal > div { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; }
#menu-horizontal .voce-menu { color: #fff; height: 100%; margin: 0 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
#menu-horizontal .voce-menu span { padding: 2px 0; border-bottom: 3px solid #282829; transition: border-bottom 0.3s ease-out; }
#menu-horizontal .voce-menu span:hover { border-bottom: 3px solid #fff; transition: border-bottom 0.3s ease-out; }
#menu-horizontal .sotto-menu .menu-prodotti { pointer-events: none; transform: translateY(-20px); opacity: 0; transition: opacity 0.2s ease-out, transform 0.2s ease-out; }
#menu-horizontal .sotto-menu:hover .menu-prodotti { pointer-events: all; transform: translateY(0); opacity: 1; transition: opacity 0.2s ease-out, transform 0.2s ease-out; }
.blocco-logo { width: 25%; display: flex; justify-content: start; align-items: center; }
.blocco-logo > div { width: 5%; }
.blocco-menu { font-weight: 100; width: 75%; height: 100%; display: flex; justify-content: flex-end; align-items: stretch; }
.menu-accedi { min-width: 310px; }
.menu-accedi button { margin: 24px 0 0 0; }
#menu-vertical { background-color: #282829; width: 100%; height: auto; position: fixed; top: 0; left: 0; z-index: 4; }
#menu-vertical .voce-menu { color: #fff; background-color: #282829; height: 100%; margin: 8px 14px; font-size: 1.2rem; }
.vertical-header { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 5%; height: 88px; }
.menu-item { white-space: nowrap; padding: 6px 16px; margin: 0; background-color: transparent; transition: color .2s ease-out, background-color .2s ease-out; display: block; }
.menu-item:hover { background-color: #999; transition: color .2s ease-out, background-color .2s ease-out; }
.menu-item a { font-size: 1.2rem; color: #fff; }
.menu-item:hover a { color: #000; }
.sotto-menu { position: relative; z-index: 10; height: 100%; }
.lista-voci { border: 1px solid #999; padding: 16px; background-color: #282829; position: absolute; top: 88px; left: -72px; z-index: 1; overflow: hidden; }
.switch-lang { width:54px; height: 29px; margin-top: 0px; padding: 2px; border: 2px solid #bbb; border-radius: 15px; }
.switch-button { width: 22px; height: 22px; border-radius: 11px; }
.switch-select { cursor: pointer; background-image: url('../img/langIT.svg'); background-size: cover; background-position: center; transform: translateX(0px); transition: transform .4s ease-out; }
.switch-selected { cursor: pointer; background-image: url('../img/langEN.svg'); background-size: cover; background-position: center; transform: translateX(24px); transition: transform .4s ease-out; }
.close-menu { pointer-events: none; opacity: 0; transform: translateY(-20px); transition: opacity .2s ease-out, transform .2s ease-out; }
.open-menu { pointer-events: all; opacity: 1; transform: translateY(0px); transition: opacity .2s ease-out, transform .2s ease-out;}


/* ---------------------------------pagina find-product */
.select-stile option, .select-materiale option, .select-interasse option { font-family: "ranade"; font-size: 14px; }
.pulsanteFinitura { width: 120px; height: 160px; display: flex; flex-direction: column; background-color: #f8f8f8; padding: 12px; margin: 4px; border-radius: 4px; position: relative;
  input { position: absolute; top:0; left: 0; opacity: 0; }
  p { margin: 6px 0; padding: 0; font-size: 12px; text-align: center; }
}
.mostrina { transform: scale(1); transition: transform .5s ease-out; width: 100%; aspect-ratio: 1 / 1; }
.mostrina:hover { transform: scale(1.1); transition: transform .15s ease-out; }
.checkIcon { position: absolute; top: 0; right: 0; z-index: 0; width: 24px; }
.blocco-filtri { padding-top: 88px; margin: 0 auto; width: 75%; height: auto; position: relative; z-index: 0; }
.breadcrumb { font-size: 1.2rem; font-weight: 200; margin-top: 40px; color: #282829; a { color: #282829; } }
.descrizione-filtro { font-size: 1.2rem; font-weight: 500; margin: 32px 0 8px 0; }
#result { width: 75%; margin: 0 auto; }
.area-mostrine { display: flex; flex-wrap: wrap; justify-content: flex-start; margin: auto; }
.descrizioni-filtri { display: flex; }
.descrizioni-riga-1 { display: flex; width: 50%; }
.descrizioni-riga-1 > div { width: 50%; padding: 0 4px; }
.descrizioni-riga-2 { display: flex; width: 50%; }
.descrizioni-riga-2 > div { width: 50%; padding: 0 4px; }
.filtered-container { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.immagine-find { background-position: center; width: 100%; aspect-ratio: 1 / 1; box-sizing: border-box; }
.prezzo-prodotto { height: inherit; display: flex; justify-content: space-between; }
.prezzo-prodotto p:nth-child(1) { font-size: 1.5rem; font-weight: 200; margin: 0; padding: 12px; }
.prezzo-prodotto p:nth-child(1) span { display: block; }
.prezzo-prodotto p:nth-child(2) { font-size: 1.5rem; font-weight: 900; margin: 0; padding: 12px; }


/* ------------------------ pagina product */
.correlate { transform: scale(1); transition: transform .3s ease-out; }
.correlate:hover { transform: scale(1.05); transition: transform .1s ease-out; }
.loading { opacity: 0; }
.loaded { opacity: 1; transition: opacity .5s ease-out; }
.info-prodotto { margin: 180px auto 150px auto; width: 75%; height: auto; display: flex; flex-direction: horizontal; justify-content: center; }
.quantita-meno, .quantita-piu { cursor: pointer; width: auto; margin: 0;}
.rounded-container { min-height: 1000px; background-color: #282829; border-radius: 1000px 1000px 0 0; width: 100%; margin: auto; padding-top: 400px; display: flex; justify-content: center; }
.rounded-container > div { width: 40%; }
.accordion-button.accProduct { margin: 16px 0; padding: 16px; border: 1px solid #666; }
.accordion-button:not(.collapsed).accProduct::after { content: ""; width: 32px; height: 32px; background-size: 100%; background-position: center; filter: grayscale(100%) invert(100%) brightness(100%); }
.accordion-button.collapsed.accProduct::after { content: ""; width: 32px; height: 32px; background-size: 100%; background-position: center; filter: grayscale(100%) invert(100%) brightness(100%); }
.swiper-button-next.swiProduct, .swiper-button-prev.swiProduct { background-color: rgba(256,256,256,0.6); border-radius: 30px; width: 60px; height: 60px; box-shadow: 0 1px 12px rgba(0,0,0,0.3); transform: translateY(+200px); }
.swiper-button-next.swiIndex, .swiper-button-prev.swiIndex { background-color: rgba(256,256,256,0.6); color: #000; border-radius: 30px; width: 60px; height: 60px; box-shadow: 0 1px 12px rgba(0,0,0,0.3); }
.swiper-button-prev.swiProduct .swiper-navigation-icon, .swiper-button-next.swiProduct .swiper-navigation-icon, .swiper-button-prev.swiIndex .swiper-navigation-icon, .swiper-button-next.swiIndex .swiper-navigation-icon { width: 20px; color: #282829; }
.swiper-pagination.swiProduct .swiper-pagination-bullet { filter: brightness(0%); border-radius: 0; width: 48px; height: 4px; }
.discover-products { width: 60%; margin: 0 auto; display: flex;}
.titolo-prodotto { font-size: 4rem; }
.codice-prodotto { font-size: 1rem; font-weight: 200; }
.prezzo-prodotto { font-size: 2rem; font-weight: bold; }
.dati-prodotto { width: 50%; }
.carosello-prodotto { width: 50%; }
.colonne-correlati { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }


/* ----------------------------- pagina FAQ */
.accordion-body.accFAQ { background-color: #fff; font-size: 1.4rem; padding: 20px 200px 20px 20px; }
.accordion-button.accFAQ { border: 1px solid #eee; padding: 16px; border-radius: 6px; color: #000; }
.accordion-button:not(.collapsed).accFAQ { background-color: #fff; }
.accordion-button.collapsed.accFAQ { background-color: #fff; }


/* ------------------------------ pagina Index */
.swiper-principale { width: 100%; aspect-ratio: 1 / 0.34; }
.swiper-principale .swiper-slide { background-size: cover; background-position: center; }
.container-data { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.data-left { color: #fff; width: 40%; margin: 0 10% 0 0; padding: 40px 80px; border-radius: 200px; background-color: rgba(0,0,0,.2); }
.data-left p { font-size: 3.5rem; line-height: 4.5rem; }
.data-right { position: relative; width: 20%; height: 80%; }
.data-right a { width: 100%; height: 100%; }
.data-right a > div:nth-child(1) { position: absolute; top: 0; left: 0; z-index: 1; background-color: #282829; width: 30%; aspect-ratio: 1 / 1; border-radius: 100px; display: flex; justify-content: center; align-items: center; }
.data-right a > div:nth-child(1) p { color: #fff; font-style: italic; font-size: 2rem; margin: 0; }
.data-right a > div:nth-child(2) { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 500px; background-color: #fff; }
.data-right a > div:nth-child(2) div { width: 90%; aspect-ratio: 1 / 1; background-size: 120%; background-position: center; background-repeat: no-repeat; }
.alla-scoperta { background-color: #282829; padding: 80px 20%; }
.alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
.alla-scoperta > p:nth-child(2) { font-size: 3.5rem; color: #fff; }
.swiper-categorie { margin: 40px 0 0 0; }
.swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
.ricerca-eccellenza { background-color: #282829; }
.ricerca-eccellenza > div { background-color: #fff; border-top-left-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; }
.ricerca-eccellenza > div > div { padding: 80px 20% 0 20%; }
.ricerca-up > p { text-align: center; padding: 80px 25%; font-size: 3.5rem; line-height: 4rem; }
.swiper-eccellenza { margin: 40px 0 0 0; padding-bottom: 160px; }
.swiper-eccellenza .swiper-slide > div:nth-child(1) { width: 70%; margin: auto; aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
.swiper-eccellenza .swiper-slide > div:nth-child(2) { text-align: center; padding: 24px 0; }
.swiper-eccellenza .swiper-slide > p { width: 70%; margin: auto; font-size: 1rem; color: #282829; text-align: start; }
.swiper-eccellenza .swiper-pagination { transform: translateY(-10px); }
.ricerca-down { width: 100%; margin: 200px auto 0 auto; display: flex; }
.ricerca-down > div:nth-child(1) { width: 50%; }
.ricerca-down > div:nth-child(1) img { max-width: 100%; height: auto; }
.ricerca-down > div:nth-child(2) { width: 50%; position: relative; }
.ricerca-down > div:nth-child(2) > img { position: absolute; top: -40px; right: 0px; }
.ricerca-down > div:nth-child(2) > div { padding: 80px 80px 0 80px; }
.ricerca-down > div:nth-child(2) > div > p:nth-of-type(1) { font-size: 1rem; font-weight: 100; }
.ricerca-down > div:nth-child(2) > div > p:nth-of-type(2) { font-size: 4rem; line-height: 3.5rem; }
.ricerca-down > div:nth-child(2) > div > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; line-height: 4.5rem; }
.ricerca-down > div:nth-child(2) > div > p:nth-of-type(4) { font-size: 1.2rem; }
.ricerca-down > div:nth-child(2) > div > div > img { transform: scale(0.7); }
.scegliere-decomana { background-color: #282829; padding: 200px 0 100px 0; display: flex; justify-content: center; }
.scegliere-decomana > div:nth-child(1) { padding: 70px 90px; color: #fff; width: 33%; position: relative; }
.scegliere-decomana > div:nth-child(1) > img:nth-of-type(1) { position: absolute; bottom: 0; left: 0; }
.scegliere-decomana > div:nth-child(1) > div img { transform: scale(0.7); }
.scegliere-decomana > div:nth-child(1) > p:nth-of-type(1) { font-size: 1rem; font-weight: 100; }
.scegliere-decomana > div:nth-child(1) > p:nth-of-type(2) { font-size: 3.5rem; line-height: 4rem; }
.scegliere-decomana > div:nth-child(1) > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; }
.scegliere-decomana > div:nth-child(1) > p:nth-of-type(4) { font-size: 1.2rem; }
.scegliere-decomana > div:nth-child(2) { width: 33%; position: relative; }
.scegliere-decomana > div:nth-child(2) img:nth-of-type(1) { position: absolute; top: -80px; right: 0; width: 200px; }
.scegliere-decomana > div:nth-child(2) img:nth-of-type(2) { width: 100%; height: auto; }
.affidabilita-competenza { display: flex; width: 70%; margin: auto; }
.swiper-prices { width: 70%; padding: 5% 0; }
.swiper-prices .swiper-slide div div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; background-size: contain; }
.swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
.swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; text-align: center; }
.affidabilita-competenza > div:nth-of-type(2) { width: 30%; padding: 5% 4%; }
.affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(1) { font-size: 1rem; font-weight: 100; }
.affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 3rem; line-height: 3.5rem; }
.affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(3) { font-size: 1.2rem; margin-top: 2rem;}
.finiture-autore { width: 80%; margin: auto; padding: 100px 0; }
.finiture-autore > p:nth-of-type(1) { font-size: 2rem; font-weight: 200; text-align: center; }
.finiture-autore > p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; text-align: center; font-weight: 600; }
.finiture-autore > p:nth-of-type(2) i { font-weight: 300; }
.finiture-autore > p:nth-of-type(3) { font-size: 1.2rem; font-weight1: 600; text-align: center; }
.finiture-autore > div { text-align: center; }
.finiture-autore > div > img { transform: scale(0.8); }
.varieta { background-color: #282829; position: relative; }
.varieta > div:nth-of-type(1) { width: 100%; height: 150px; position: absolute; top: -75px; left: 0; }
.swiper-finishing { width: 80%; height: 100%; }
.swiper-finishing .swiper-slide > div { height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
.varieta > div:nth-of-type(2) { padding: 100px 0; }
.varieta > div:nth-of-type(2) > div:nth-of-type(1) { text-align: center; }
.varieta > div:nth-of-type(2) > div:nth-of-type(1) > img { transform: scale(0.8); }
.varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; justify-content: center; width: 85%; margin: auto; }
.varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; align-items: center; }
.varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 14rem; font-weight: 100; }
.varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 600px; display: flex; align-items: center; padding: 0 100px; }
.varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }


/* -------------------------------------------- pagina registrazione */
.register-container .form-floating input { color: #282829; }


/* ----------------------------- pagina carrello */
.cart-table { display: flex; flex-direction: column; align-items: space-between; }
.cart-row { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; row-gap: 8px; align-items: center; padding: 16px 0; border: 1px solid #ff0;}
.cart-left { display: grid; grid-template-columns: 0.6fr 1.4fr; align-items: center; }
.cart-left > div { display: flex; justify-content: space-around; }
.cart-center { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 14px 0; }
.cart-right { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.icon-pay { height: 16px; margin: 0 4px; }


/* ------------------------------------------ MEDIA QUERY PORTRAIT */

@media (orientation: portrait) {
  #menu-horizontal { display: none; }
  #menu-vertical { display: block; }
  .logo-decomana img { height: 60px; }
}

/* verificato */
@media (orientation: portrait) AND (width < 541px) {
  .accordion-body.accFAQ { padding: 16px; font-size: 1rem; }
  .logo-decomana img { height: 35px; }
  .blokko-1 { height: 300px; }
  .blokko-1-1 { width: 100%; text-align: center; margin: 0 auto; }
  .page-title { font-size: 2.5rem; font-weight: 500; line-height: 3rem; margin: 40px 0; padding: 0 30px; }
  .iscriviti { width: 100%; height: 320px; border-radius: 0; }
  .area-iscriviti { width: 100%; background-color: transparent; border-radius: 0; }
  .blocco-iscriviti { width: 90%; }
  .footer-info { flex-direction: column; align-items: center; }
  .lateral-info { width: 100%; }
  .center-info { border: none; width: 100%; }
  .blokko-3 { width: 80%; margin: 0 auto; font-size: 1.6rem; line-height: 2rem; }
  .blokko-3-1 { text-align: start; }
  .blokko-3-1 img { width: 100%; }
  .blokko-3-1 img, .blokko-3-1 p { margin-top: 40px; }
  .blokko-4 { width: 80%; margin: 40px auto 0 auto; }
  .vertical-line { display: none; }
  .blokko-4 { margin: 40px auto 0 auto; }
  .blokko-4-1 { width: 100%; display: flex; flex-direction: column; }
  .blokko-4-2 { display: flex; flex-direction: column-reverse; }
  .elementi-riga {
    width: 100%; padding: 5% 0; margin: auto;
    p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(2) { font-weight: 500; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
    .elemento-1-start { transform: translateY(-100px); }
  }
  .testo-footer { width: 80%; margin: 40px auto; text-align: start; p { line-height: 2rem; font-size: 1.6rem; font-weight: 500; } img { margin-top: 40px; width: 100%; } }
  .mainTitle { height: 200px; }
  .faqContainer { padding: 10px; button { font-size: 1.2rem; } }
  .contact-container { padding: 40px 0px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 100%; }
  .read-send { display: flex; flex-direction: column; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  /* .area-mostrine { display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; } */
  .area-mostrine { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: center; width: 100%; }
  .pulsanteFinitura { width: 90%; height: auto; }
  #result { width: 95%; }
  .blocco-filtri { width: 95%; }
  .filtered-container { grid-template-columns: repeat(1, 1fr); gap: 20px; }
  .prezzo-prodotto { flex-direction: column; }
  .prezzo-prodotto p:nth-child(1) { font-size: 1.2rem; margin: 0; padding: 8px 0 2px 0; text-align: center; }
  .prezzo-prodotto p:nth-child(2) { font-size: 1.4rem; font-weight: 700; margin: 0; padding: 2px 0 8px 0; text-align: center; }
  .descrizioni-filtri { display: flex; flex-direction: column;}
  .descrizioni-riga-1 { width: 100%; }
  .descrizioni-riga-2 { width: 100%; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: column-reverse; }
  .swiper-button-prev.swiProduct, .swiper-button-next.swiProduct { border-radius: 25px; width: 50px; height: 50px; transform: translateY(+80px); }
  .swiper-pagination.swiProduct .swiper-pagination-bullet { filter: brightness(0%); border-radius: 0; width: 24px; height: 3px; }
  .titolo-prodotto { font-size: 2.2rem; }
  .dati-prodotto { width: 100%; margin-top: 40px; }
  .carosello-prodotto { width: 100%; margin-bottom: 40px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(1, 1fr); gap: 32px; }
  .rounded-container { min-height: 500px; border-radius: 500px 500px 0 0; width: 100%; margin: auto; padding-top: 200px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: auto; }
  .discover-products { width: 95%; margin: 0 auto; display: flex; flex-direction: column;}
  .swiper-principale { height: 100vh; }
  .container-data { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
  .data-left { width: auto; margin: 0; padding: 20px 40px; border-radius: 0; }
  .data-left p { font-size: 2rem; line-height: 2.5rem; }
  .data-right { width: 80%; height: 60%; max-height: 400px; margin: 40px 0 0 0; }
  .data-right a > div:nth-child(1) { width: 35%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { color: #fff; font-style: italic; font-size: 2rem; }
  .alla-scoperta { background-color: #282829; padding: 80px 10%; }
  .alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
  .alla-scoperta > p:nth-child(2) { font-size: 2rem; line-height: 2.5rem; color: #fff; }
  .swiper-categorie { margin: 40px 0 0 0; }
  .swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
  .swiper-categorie .swiper-slide p { font-size: 1.2rem; color: #fff; text-align: center; }
  .ricerca-eccellenza > div > div { padding: 0; }
  .ricerca-up > p { text-align: center; padding: 80px 25%; font-size: 2rem; line-height: 2.5rem; }
  .ricerca-down { width: 100%; margin: 100px auto 0 auto; display: flex; flex-direction: column; }
  .ricerca-down > div:nth-child(1) { width: 100%; }
  .ricerca-down > div:nth-child(1) img { max-width: 100%; height: auto; }
  .ricerca-down > div:nth-child(2) { width: 100%; position: relative; }
  .ricerca-down > div:nth-child(2) > img { display: none; }
  .ricerca-down > div:nth-child(2) > div { padding: 80px 10% 0 10%; }
  .ricerca-down > div:nth-child(2) > div > p:nth-of-type(1) { font-size: 1rem; font-weight: 100; }
  .ricerca-down > div:nth-child(2) > div > p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; }
  .ricerca-down > div:nth-child(2) > div > p:nth-of-type(3) { font-size: 3rem; line-height: 3rem; }
  .ricerca-down > div:nth-child(2) > div > p:nth-of-type(4) { font-size: 1.2rem; }
  .ricerca-down > div:nth-child(2) > div > div { text-align: center; }
  .ricerca-down > div:nth-child(2) > div > div > img { transform: scale(0.7); }
  .scegliere-decomana { background-color: #282829; padding: 200px 0 100px 0; display: flex; flex-direction: column-reverse; align-items: center; }
  .scegliere-decomana > div:nth-child(1) { padding: 70px 0; color: #fff; width: 80%; position: relative; }
  .scegliere-decomana > div:nth-child(1) > img:nth-of-type(1) { display: none; }
  .scegliere-decomana > div:nth-child(1) > div { text-align: center; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(2) { font-size: 3rem; line-height: 3rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(4) { font-size: 1.2rem; }
  .scegliere-decomana > div:nth-child(2) { width: 100%; position: relative; }
  .scegliere-decomana > div:nth-child(2) img:nth-of-type(1) { position: absolute; top: -40px; right: 0; width: 100px; }
  .affidabilita-competenza { display: flex; flex-direction: column-reverse; width: 100%; margin: auto; }
  .swiper-prices { width: 70%; padding: 5% 0; }
  .swiper-prices .swiper-slide div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; }
  .swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
  .swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; }
  .affidabilita-competenza > div:nth-of-type(2) { width: 80%; margin: auto; padding: 5% 0; }
  .affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; margin-top: 2rem; }
  .finiture-autore { width: 80%; margin: auto; text-align: start; }
  .finiture-autore > p:nth-of-type(1) { font-size: 1.2rem; font-weight: 200; }
  .finiture-autore > p:nth-of-type(2) { font-size: 2rem; line-height: 2.2rem; font-weight: 600; }
  .finiture-autore > p:nth-of-type(3) { font-size: 1.2rem; font-weight: 500; }
  .finiture-autore > div { text-align: center; }
  .varieta { background-color: #282829; width: 100%; position: relative; }
  .varieta > div:nth-of-type(1) { width: 100%; height: 150px; position: absolute; top: -75px; left: 0; }
  .swiper-finishing { width: 80%; height: 100%; }
  .swiper-finishing .swiper-slide > div { height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
  .varieta > div:nth-of-type(2) { width: 100%; padding: 100px 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(1) { text-align: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(1) > img { transform: scale(0.8); }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; flex-direction: column; justify-content: center; width: 80%; margin: auto; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; justify-content: center;: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 4.5rem; font-weight: 100; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; display: flex; align-items: center; padding: 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }
  .cart-row { display: grid; grid-template-columns: 1fr; align-items: center; }
  .cart-left { display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .aggiungi-carrello { font-size: 0.9rem;  }
}

/* verificata */
@media (orientation: portrait) AND (width < 391px) {
  .descrizioni-riga-1 { flex-direction: column; }
  .descrizioni-riga-2 { flex-direction: column; }
  .descrizioni-riga-1 > div { width: 100%; padding: 0 4px; }
  .descrizioni-riga-2 > div { width: 100%; padding: 0 4px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: column-reverse; }
  .dati-prodotto { width: auto; margin-top: 40px; }
  .carosello-prodotto { width: auto; margin-bottom: 40px; }
  .qta-disponibile { margin-top: 64px; display: inline-block; font-size: 0.9rem; background-color: #ddd; border-radius: 100px; }
}

@media (orientation: portrait) AND (431px <= width < 1025px) {
  #result { width: 80%; }
  .blocco-filtri { width: 80%; }
  .filtered-container { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .prezzo-prodotto { flex-direction: column; }
  .prezzo-prodotto p:nth-child(1) { font-size: 1.2rem; margin: 0; padding: 8px 0 2px 0; text-align: center; }
  .prezzo-prodotto p:nth-child(2) { font-size: 1.4rem; font-weight: 700; margin: 0; padding: 2px 0 8px 0; text-align: center; }
  .qta-disponibile { margin-top: 64px; display: inline-block; font-size: 1rem; background-color: #ddd; border-radius: 100px; }
  .cart-left { display: grid; grid-template-columns: 0.8fr 1.2f; align-items: center; }
  .cart-left > div { display: flex; flex-direction: column; }
}

/* verificato */
@media (orientation: portrait) AND (431px <= width <= 599px) {
  .logo-decomana img { height: 35px; }
  .blokko-1-1 { width: 100%; text-align: center; margin: auto; }
  .page-title { font-size: 2.5rem; font-weight: 500; line-height: 3rem; margin: 40px 0; padding: 0 30px; }
  .iscriviti { width: 100%; }
  .area-iscriviti { width: 100%; }
  .blocco-iscriviti { width: 100%; text-align: center; }
  .footer-info { flex-direction: column; align-items: center; }
  .lateral-info { width: 100%; }
  .center-info { border: none; width: 100%; }
  .blokko-3 { width: 80%; margin: 0 auto; font-size: 1.6rem; line-height: 2rem; }
  .contact-container { padding: 40px 0px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 100%; }
  .read-send { display: flex; flex-direction: column; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  .pulsanteFinitura { width: 114px; height: 156px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: column-reverse; }
  .dati-prodotto { width: 100%; margin-top: 40px; }
  .carosello-prodotto { width: 100%; margin-bottom: 40px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .rounded-container { min-height: 500px; border-radius: 500px 500px 0 0; width: 100%; margin: auto; padding-top: 200px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: auto; }
  .mainTitle { height: 200px; }
}

/* verificato */
@media (orientation: portrait) AND (600px <= width <= 767px) {
  .mainTitle { height: 200px; }
}

@media (orientation: portrait) AND (600px <= width <= 1023px) {
  .iscriviti { height: 320px; }
  .area-iscriviti { width: 70%; }
  .blocco-iscriviti { width: 70%; }
  .lateral-info { font-size: 1rem; }
  .center-info { border-right: 1px solid #ccc; border-left: 1px solid #ccc; padding: 0; }
  .blokko-1 { height: 400px; }
  .blokko-1-1 { max-width: 600px; }
  .page-title { font-size: 3rem; }
  .blokko-3 { font-size: 2.2rem; line-height: 2.5rem; }
  .blokko-3-1 img, .blokko-3-1 p { margin-top: 40px; }
  .vertical-line { display: none; }
  .blokko-4 { margin: 40px auto 0 auto; }
  .blokko-4-1 { display: flex; flex-direction: column; }
  .blokko-4-2 { display: flex; flex-direction: column-reverse; }
  .elementi-riga {
    width: 80%; padding: 5% 10%; margin: auto;
    p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(2) { font-weight: 500; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
  }
  .testo-footer { width: 80%; margin: 40px auto; p { line-height: 3rem; font-size: 2.5rem; } img { margin-top: 40px; } }
  .mainTitle { height: 300px; }
  .faqContainer { padding: 75px; button { font-size: 2rem; } }
  .contact-container { padding: 80px 100px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 49.5%; }
  .read-send { display: flex; flex-direction: row; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  .area-mostrine { display: flex; flex-wrap: wrap; justify-content: flex-start; width: 90%; }
  .descrizioni-filtri { display: flex; flex-direction: column;}
  .descrizioni-riga-1 { width: 100%; }
  .descrizioni-riga-2 { width: 100%; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: row; }
  .dati-prodotto { width: 50%; margin-top: 40px; }
  .carosello-prodotto { width: 50%; margin-bottom: 40px; }
  .titolo-prodotto { font-size: 2.2rem; }
  .swiper-button-prev.swiProduct, .swiper-button-next.swiProduct { border-radius: 25px; width: 50px; height: 50px; transform: translateY(+80px); }
  .swiper-pagination.swiProduct .swiper-pagination-bullet { filter: brightness(0%); border-radius: 0; width: 24px; height: 3px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .rounded-container { min-height: 400px; border-radius: 400px 400px 0 0; width: 100%; margin: auto; padding-top: 300px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: auto; }
  .discover-products { width: 80%; margin: 0 auto; display: flex; }
  .container-data { display: flex; justify-content: space-around; align-items: center; }
  .data-left { margin: 0; padding: 20px 60px; }
  .data-left p { font-size: 2rem; line-height: 2.3rem; }
  .data-right a > div:nth-child(1) { width: 50%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { font-size: 1.5rem; }
  .alla-scoperta { background-color: #282829; padding: 80px 10%; }
  .alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
  .alla-scoperta > p:nth-child(2) { font-size: 2rem; line-height: 2.5rem; color: #fff; }
  .swiper-categorie { margin: 40px 0 0 0; }
  .swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
  .swiper-categorie .swiper-slide p { font-size: 1rem; color: #fff; text-align: center; }
  .ricerca-eccellenza > div > div { padding: 80px 0 0 0; }
  .swiper-eccellenza .swiper-slide > div:nth-child(1) { width: 80%; }
  .swiper-eccellenza .swiper-slide > p { width: 80%; }
  .ricerca-down { width: 100%; padding: 100px 0; margin: 0; display: flex; flex-direction: column; align-items: center; }
  .ricerca-down > div:nth-child(1) { width: 70%; margin: 0 0 100px 0; }
  .ricerca-down > div:nth-child(2) { width: 70%; position: relative; }
  .scegliere-decomana { background-color: #282829; padding: 200px 0 100px 0; display: flex; flex-direction: column-reverse; align-items: center; }
  .scegliere-decomana > div:nth-child(1) { padding: 70px 0; color: #fff; width: 80%; position: relative; }
  .scegliere-decomana > div:nth-child(1) > img:nth-of-type(1) { display: none; }
  .scegliere-decomana > div:nth-child(1) > div { text-align: center; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(2) { font-size: 3rem; line-height: 3rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(4) { font-size: 1.2rem; }
  .scegliere-decomana > div:nth-child(2) { width: 100%; position: relative; }
  .scegliere-decomana > div:nth-child(2) img:nth-of-type(1) { position: absolute; top: -40px; right: 0; width: 100px; }
  .affidabilita-competenza { display: flex; flex-direction: column-reverse; width: 100%; margin: auto; }
  .swiper-prices { width: 70%; padding: 5% 0; }
  .swiper-prices .swiper-slide div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; }
  .swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
  .swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; }
  .affidabilita-competenza > div:nth-of-type(2) { width: 80%; margin: auto; padding: 5% 0; }
  .affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; margin-top: 2rem; }
  .varieta { background-color: #282829; width: 100%; position: relative; }
  .varieta > div:nth-of-type(1) { width: 100%; height: 150px; position: absolute; top: -75px; left: 0; }
  .swiper-finishing { width: 80%; height: 100%; }
  .swiper-finishing .swiper-slide > div { height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; flex-direction: column; justify-content: center; width: 60%; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; justify-content: center;: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 7rem; font-weight: 100; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; display: flex; align-items: center; padding: 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }
}

@media (orientation: portrait) AND (width > 1024px) {
  #menu-horizontal { display: block; }
  #menu-vertical { display: none; }
  .iscriviti { height: 320px; }
  .area-iscriviti { width: 70%; }
  .blocco-iscriviti { width: 70%; }
  .blokko-1 { height: 300px; }
  .blokko-1-1 { max-width: 600px; }
  .page-title { font-size: 3rem; }
  .blokko-3 { font-size: 2.2rem; line-height: 2.5rem; }
  .blokko-3-1 img, .blokko-3-1 p { margin-top: 40px; }
  .vertical-line { display: none; }
  .blokko-4 { margin: 40px auto 0 auto; }
  .blokko-4-1 { display: flex; flex-direction: column; }
  .blokko-4-2 { display: flex; flex-direction: column-reverse; }
  .elementi-riga {
    width: 80%; padding: 5% 10%; margin: auto;
    p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(2) { font-weight: 500; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
  }
  .testo-footer { width: 80%; margin: 40px auto; text-align: center; p { line-height: 3rem; font-size: 2.5rem; } img { margin-top: 40px; } }
  .faqContainer { padding: 100px; button { font-size: 2rem; } }
  .contact-container { padding: 80px 100px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 49.5%; }
  .read-send { display: flex; flex-direction: row; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: row; }
  .dati-prodotto { width: 50%; margin-top: 40px; }
  .carosello-prodotto { width: 50%; margin-bottom: 40px; }
  .titolo-prodotto { font-size: 2.2rem; }
  .swiper-button-prev.swiProduct, .swiper-button-next.swiProduct { border-radius: 25px; width: 50px; height: 50px; transform: translateY(+80px); }
  .swiper-pagination.swiProduct .swiper-pagination-bullet { filter: brightness(0%); border-radius: 0; width: 24px; height: 3px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .rounded-container { min-height: 400px; border-radius: 400px 400px 0 0; width: 100%; margin: auto; padding-top: 300px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: auto; }
  .container-data { display: flex; justify-content: space-around; align-items: center; }
  .data-left { margin: 0; padding: 30px 60px; }
  .data-left p { font-size: 2.5rem; line-height: 3rem; }
  .data-right a > div:nth-child(1) { width: 50%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { font-size: 1.5rem; }
  .alla-scoperta { background-color: #282829; padding: 80px 10%; }
  .alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
  .alla-scoperta > p:nth-child(2) { font-size: 2rem; line-height: 2.5rem; color: #fff; }
  .swiper-categorie { margin: 40px 0 0 0; }
  .swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
  .swiper-categorie .swiper-slide p { font-size: 1rem; color: #fff; text-align: center; }
  .ricerca-eccellenza > div > div { padding: 80px 0 0 0; }
  .swiper-eccellenza .swiper-slide > div:nth-child(1) { width: 80%; }
  .swiper-eccellenza .swiper-slide > p { width: 80%; }
  .ricerca-down { width: 100%; padding: 100px 0; margin: 0; display: flex; flex-direction: column; align-items: center; }
  .ricerca-down > div:nth-child(1) { width: 70%; margin: 0 0 100px 0; }
  .ricerca-down > div:nth-child(2) { width: 70%; position: relative; }
  .scegliere-decomana { background-color: #282829; padding: 200px 0 100px 0; display: flex; flex-direction: column-reverse; align-items: center; }
  .scegliere-decomana > div:nth-child(1) { padding: 70px 0; color: #fff; width: 80%; position: relative; }
  .scegliere-decomana > div:nth-child(1) > img:nth-of-type(1) { display: none; }
  .scegliere-decomana > div:nth-child(1) > div { text-align: center; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(2) { font-size: 3rem; line-height: 3rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(4) { font-size: 1.2rem; }
  .scegliere-decomana > div:nth-child(2) { width: 100%; position: relative; }
  .scegliere-decomana > div:nth-child(2) img:nth-of-type(1) { position: absolute; top: -40px; right: 0; width: 100px; }
  .affidabilita-competenza { display: flex; flex-direction: column-reverse; width: 100%; margin: auto; }
  .swiper-prices { width: 70%; padding: 5% 0; }
  .swiper-prices .swiper-slide div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; }
  .swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
  .swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; }
  .affidabilita-competenza > div:nth-of-type(2) { width: 80%; margin: auto; padding: 5% 0; }
  .affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; margin-top: 2rem; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; flex-direction: column; justify-content: center; width: 50%; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; justify-content: center;: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 9rem; font-weight: 100; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; display: flex; align-items: center; padding: 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }
}

/* -------------------------------------------------- MEDIA QUERY LANDSCAPE */

@media (orientation: landscape) {
  .logo-decomana img { height: 60px; }
}

/* verificato */
@media (orientation: landscape) AND (width < 668px) {
  #menu-horizontal { display: none; }
  #menu-vertical { display: block; }
  .voce-menu { margin: 8px 14px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: row; }
  .container-data { display: flex; justify-content: space-around; align-items: center; }
  .data-left { margin: 0; padding: 20px 60px; }
  .data-left p { font-size: 1.8rem; line-height: 2rem; }
  .data-right a > div:nth-child(1) { width: 50%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { font-size: 1.5rem; }
}

/* verificato */
@media (orientation: landscape) AND (width < 1024px) {
  #menu-horizontal { display: none; }
  #menu-vertical { display: block; }
  .voce-menu { margin: 8px 14px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: row; }
  .container-data { display: flex; justify-content: space-around; align-items: center; }
  .data-left { margin: 0; padding: 20px 60px; }
  .data-left p { font-size: 1.8rem; line-height: 2rem; }
  .data-right a > div:nth-child(1) { width: 50%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { font-size: 1.5rem; }
  .alla-scoperta { background-color: #282829; padding: 80px 10%; }
  .alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
  .alla-scoperta > p:nth-child(2) { font-size: 2rem; line-height: 2.5rem; color: #fff; }
  .swiper-categorie { margin: 40px 0 0 0; }
  .swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
  .swiper-categorie .swiper-slide p { font-size: 1rem; color: #fff; text-align: center; }
  .ricerca-eccellenza > div > div { padding: 80px 0 0 0; }
  .swiper-eccellenza .swiper-slide > div:nth-child(1) { width: 80%; }
  .swiper-eccellenza .swiper-slide > p { width: 80%; }
  .ricerca-down { width: 100%; padding: 100px 0; margin: 0; display: flex; flex-direction: column; align-items: center; }
  .ricerca-down > div:nth-child(1) { width: 70%; margin: 0 0 100px 0; }
  .ricerca-down > div:nth-child(2) { width: 70%; position: relative; }
  .scegliere-decomana { background-color: #282829; padding: 200px 0 100px 0; display: flex; flex-direction: column-reverse; align-items: center; }
  .scegliere-decomana > div:nth-child(1) { padding: 70px 0; color: #fff; width: 80%; position: relative; }
  .scegliere-decomana > div:nth-child(1) > img:nth-of-type(1) { display: none; }
  .scegliere-decomana > div:nth-child(1) > div { text-align: center; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(2) { font-size: 3rem; line-height: 3rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(3) { font-size: 4rem; line-height: 3.5rem; }
  .scegliere-decomana > div:nth-child(1) > p:nth-of-type(4) { font-size: 1.2rem; }
  .scegliere-decomana > div:nth-child(2) { width: 100%; position: relative; }
  .scegliere-decomana > div:nth-child(2) img:nth-of-type(1) { position: absolute; top: -40px; right: 0; width: 100px; }
  .affidabilita-competenza { display: flex; flex-direction: column-reverse; width: 100%; margin: auto; }
  .swiper-prices { width: 70%; padding: 5% 0; }
  .swiper-prices .swiper-slide div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; }
  .swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
  .swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; }
  .affidabilita-competenza > div:nth-of-type(2) { width: 80%; margin: auto; padding: 5% 0; }
  .affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; margin-top: 2rem; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; flex-direction: column; justify-content: center; width: 50%; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; justify-content: center;: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 6rem; font-weight: 100; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; display: flex; align-items: center; padding: 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }
}


/* verificato */
@media (orientation: landscape) AND (1023px < width < 1367px ) {
  #menu-horizontal { display: block; .voce-menu { margin: 0px 12px; } }
  #menu-vertical { display: none; }
}

/* verificato */
@media (orientation: landscape) AND (width > 1366px) {
  #menu-horizontal { display: block; }
  #menu-vertical { display: none; }
}

/* verificato */
@media (orientation: landscape) AND (1024px <= width < 1367px) {
  .prezzo-prodotto { flex-direction: column;}
  .prezzo-prodotto p:nth-child(1) { font-size: 1.2rem; margin: 0; padding: 8px 12px 4px 12px; }
  .prezzo-prodotto p:nth-child(2) { font-size: 1.4rem; font-weight: 700; margin: 0; padding: 4px 12px 8px 12px; }
  .info-prodotto { margin: 80px auto 50px auto; width: 95%; height: auto; display: flex; flex-direction: row; }
  .container-data { display: flex; justify-content: space-around; align-items: center; }
  .data-left { margin: 0; padding: 20px 60px; }
  .data-left p { font-size: 3rem; line-height: 3.5rem; }
  .data-right a > div:nth-child(1) { width: 50%; aspect-ratio: 1 / 1; }
  .data-right a > div:nth-child(1) p { font-size: 2rem; }
  .alla-scoperta { background-color: #282829; padding: 80px 10%; }
  .alla-scoperta > p:nth-child(1) { font-size: 1rem; color: #969396; }
  .alla-scoperta > p:nth-child(2) { font-size: 2rem; line-height: 2.5rem; color: #fff; }
  .swiper-categorie { margin: 40px 0 0 0; }
  .swiper-categorie .swiper-slide div { aspect-ratio: 1 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
  .swiper-categorie .swiper-slide p { font-size: 1.2rem; color: #fff; text-align: center; }
  .ricerca-eccellenza > div > div { padding: 80px 0 0 0; }
  .swiper-eccellenza { width: 90%; margin: auto; }
  .swiper-eccellenza .swiper-slide > div:nth-child(1) { width: 80%; }
  .swiper-eccellenza .swiper-slide > p { width: 80%; }
  .ricerca-down { width: 100%; padding: 100px 0; margin: 0; display: flex; flex-direction: column; align-items: center; }
  .ricerca-down > div:nth-child(1) { width: 70%; margin: 0 0 100px 0; text-align: center; }
  .ricerca-down > div:nth-child(2) { width: 60%; }
  .scegliere-decomana { display: flex; flex-direction: column-reverse; align-items: center; }
  .scegliere-decomana > div:nth-child(1) { width: 65%; }
  .scegliere-decomana > div:nth-child(2) { width: 65%; }
  .affidabilita-competenza { display: flex; flex-direction: column-reverse; width: 100%; margin: auto; }
  .swiper-prices { width: 70%; padding: 5% 0; }
  .swiper-prices .swiper-slide div { aspect-ratio: 1 / 1; background-repeat: no-repeat; background-position: center; }
  .swiper-prices .swiper-slide p:nth-of-type(1) { width: 90%; margin: 1rem auto 0 auto; font-size: 1rem; color: #282829; text-align: center; }
  .swiper-prices .swiper-slide p:nth-of-type(2) { font-size: 1.6rem; }
  .affidabilita-competenza > div:nth-of-type(2) { width: 80%; margin: auto; padding: 5% 0; }
  .affidabilita-competenza > div:nth-of-type(2) p:nth-of-type(2) { font-size: 2.5rem; line-height: 2.5rem; margin-top: 2rem; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) { display: flex; flex-direction: column; justify-content: center; width: 50%; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) { display: flex; justify-content: center;: center; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > p { color: #49494b; font-size: 9rem; font-weight: 100; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; display: flex; align-items: center; padding: 0; }
  .varieta > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) > p { color: #fff; font-size: 1.2rem; }
}

@media (orientation: landscape) AND (min-width: 1024px) AND (max-width: 1179px) {
  .blokko-1 { height: 300px; }
  .blokko-1-1 { max-width: 600px; }
  .page-title { font-size: 3rem; }
  .blokko-3 { font-size: 2.2rem; line-height: 2.5rem; }
  .blokko-3-1 img, .blokko-3-1 p { margin-top: 40px; }
  .vertical-line { display: none; }
  .blokko-4 { margin: 40px auto 0 auto; }
  .blokko-4-1 { display: flex; flex-direction: column; }
  .blokko-4-2 { display: flex; flex-direction: column-reverse; }
  .elementi-riga {
    width: 80%; padding: 5% 10%; margin: auto;
    p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(2) { font-weight: 500; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
  }
  .testo-footer { width: 80%; margin: 40px auto; text-align: center; p { line-height: 3rem; font-size: 2.5rem; } img { margin-top: 40px; } }
  .mainTitle { height:300px; }
  .faqContainer { padding: 100px; button { font-size: 2rem; } }
  .contact-container { padding: 80px 100px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 49.5%; }
  .read-send { display: flex; flex-direction: row; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .rounded-container { min-height: 400px; border-radius: 400px 400px 0 0; width: 100%; margin: auto; padding-top: 300px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: 90%; margin: auto; }
}

@media (orientation: landscape) AND (min-width: 1180px) AND (max-width: 1367px) {
  .lateral-info { font-size: 1.2rem; }
  .blokko-1 { height: 300px; }
  .blokko-1-1 { max-width: 800px; }
  .page-title { font-size: 4rem; }
  .blokko-3 { font-size: 2.2rem; line-height: 2.5rem; }
  .blokko-3-1 img, .blokko-3-1 p { margin-top: 40px; }
  .vertical-line { display: block; }
  .blokko-4 { margin: 40px auto 0 auto; }
  .blokko-4-1 { display: flex; flex-direction: row; }
  .blokko-4-2 { display: flex; flex-direction: row; }
  .elementi-riga {
    width: 80%; padding: 3% 6%; margin: auto;
    p:nth-of-type(1) { font-weight: 300; font-style: italic; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(2) { font-weight: 500; line-height: 3rem; font-size: 2.5rem; }
    p:nth-of-type(3) { line-height: 1.8rem; font-size: 1.2rem; font-weight: 100; }
  }
  .testo-footer { width: 80%; margin: 40px auto; text-align: center; p { line-height: 3rem; font-size: 2.5rem; } img { margin-top: 40px; } }
  .mainTitle { height:300px; }
  .faqContainer { padding: 100px; button { font-size: 2rem; } }
  .contact-container { padding: 80px 100px; display: flex; flex-direction: column; align-items: center; }
  .contact-left, .contact-right { width: 100%; padding: 0 20px; }
  .contact-input-left input, .contact-input-right input { width: 49.5%; }
  .read-send { display: flex; flex-direction: row; }
  .read { display: flex; flex-direction: column; width: 100%; padding: 20px; }
  .send { text-align: center; width: 100%; padding: 20px; }
  .colonne-correlati { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .rounded-container { min-height: 400px; border-radius: 400px 400px 0 0; width: 100%; margin: auto; padding-top: 300px; display: flex; flex-direction: column; justify-content: center; }
  .rounded-container > div { width: 70%; margin: auto; }
}
