html,
body {
  overflow-x: hidden !important;
}

body {
  background: #fff !important;
  height: auto !important;
}

figure {
  margin: 0 !important;
}

.responsive-image,
.responsive-image img {
  width: 100%;
  height: auto;
}

::selection {
  background-color: #01bbe1 !important;
}

body,
header,
.offcanvas,
.offcanvas.show {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

body p,
span,
ul,
li {
  font-size: 1rem;
  color: #363636;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04375rem;
}

body small {
  font-size: 0.875rem;
  color: #363636;
  font-family: "Open Sans";
  font-style: normal;
}

body a {
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.04375rem;
  text-decoration: none !important;
}

body h1 {
  color: #363636;
  font-family: "WindSong", cursive;
  font-size: 13rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.1;
}

body h2 {
  color: #363636;
  font-family: "WindSong", cursive;
  font-size: 11rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.1;
}

body h3 {
  color: #363636;
  font-family: "WindSong", cursive;
  font-size: 5.063rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
}

body h4 {
  color: #363636;
  font-family: "Oswald";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

body h5 {
  color: #363636;
  font-family: "Oswald";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

body h6 {
  color: #363636;
  font-family: "Oswald";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.testo-bianco {
  color: #fff !important;
}

.testo-azzurro {
  color: #43b8dd !important;
}

.testo-nero {
  color: #363636 !important;
}

.testo-giallo {
  color: #f6b94b !important;
}

@media (min-width: 1025.5px) {
  .immagine-slider-intro-h {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block !important;
  }

  .video-slider-intro-h {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block !important;
  }

  .immagine-slider-intro-h-mobile {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: none !important;
  }

  .video-slider-intro-h-mobile {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: none !important;
  }
}

@media (max-width: 1024.5px) {
  .immagine-slider-intro-h {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: none !important;
  }

  .video-slider-intro-h {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: none !important;
  }

  .immagine-slider-intro-h-mobile {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block !important;
  }

  .video-slider-intro-h-mobile {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block !important;
  }
}

.sezione-presentazione {
  background-size: 76%;
  background-position: top right;
  background-repeat: no-repeat;
}

.cnt-presentazione-cnt {
  max-width: 43rem;
}

.cnt-presentazione {
  padding: 10rem !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  gap: 10rem;
}

.titolo-presentazione {
  text-align: center;
  width: 100%;
}

.immagine-presentazione {
  max-width: 50rem;
}

.contenitore-slider-intro-h {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.contenitore-slider-intro-h .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  z-index: 5;
}

.contenitore-slider-intro-h .owl-dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.85);
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.contenitore-slider-intro-h .owl-dot span {
  display: none !important;
}

.contenitore-slider-intro-h .owl-dot.active {
  background: #fff;
  transform: scale(1.15);
}

.contenitore-slider-intro-h .owl-dot:focus,
.contenitore-slider-intro-h .owl-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  outline: none;
}

.sezione-collezioni {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cont-testi-collezioni {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  gap: 5rem;
}

.cnt-txt-collezioni {
  column-count: 2;
  max-width: 60rem;
}

.bottone-generale-bianco {
  color: #fff;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 2rem;
  transition: all 0.4s ease-in-out;
}

.bottone-generale-bianco:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.bottone-generale-bianco::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 1.5rem;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.bottone-generale-bianco:hover::before {
  background-color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.immagine-slider-collezioni-h {
  max-width: 40rem;
}

.item-collezioni {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.mxw-section {
  max-width: 125rem !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.creazioni-h {
  margin: 10rem auto !important;
}

.cnt-testi-top-h {
  margin-bottom: 5rem;
}

.bottone-generale {
  color: #363636;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 2rem;
  transition: all 0.4s ease-in-out;
}

.bottone-generale:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.bottone-generale::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 1.5rem;
  background-color: #363636;
  transition: all 0.4s ease-in-out;
}

.bottone-generale:hover::before {
  background-color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.titolo1-creazionih {
  text-align: center;
  font-size: 13rem;
}

.titolo-bottom-rigth {
  color: inherit;
  font-family: "WindSong", cursive;
  font-size: inherit;
  font-style: normal;
  font-weight: 100;
  line-height: 1.1;
  padding-left: 9rem;
}

.riga-prodotti {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem !important;
}

button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--themed-button.yith-wcwl-theme-button-style {
  border: none !important;
  background-color: transparent !important;
}

span.yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}

.container-contentproduct-nuovo
  div
  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized {
  margin: 0 !important;
  margin-left: auto !important;
}

.card {
  border: none !important;
}

.btn-apri-box {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

.btn-apri-box:hover {
  border: 1px solid #01bbe1;
  background-color: #01bbe1;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.btn-outline-primary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt:not(a.checkout-button) {
  --bs-btn-color: #363636 !important;
  --bs-btn-border-color: #999 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01bbe1 !important;
  --bs-btn-hover-border-color: #01bbe1 !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #363636 !important;
  --bs-btn-active-bg: transparent !important;
  --bs-btn-active-border-color: #999 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #363636 !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999 !important;
  --bs-gradient: none;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  padding: 0.7rem 1.25rem !important;
  border-radius: 0 !important;
  transition: all 0.4s ease-in-out !important;
}

.woocommerce-loop-product__title {
  color: #363636 !important;
  text-align: center;
  font-family: Oswald;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem !important;
}

.container-contentproduct-nuovo {
  position: relative;
}

.container-contentproduct-nuovo::after {
  content: "";
  position: absolute;
  top: 10rem;
  bottom: 0;
  right: -1rem;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #d9d9d9 0%, #fff 100%);
}

.riga-prodotti .container-contentproduct-nuovo:nth-child(4n)::after {
  display: none !important;
}

.product-box {
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  z-index: 9;
}

.cont-prezzo-bottone-contentproduct {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 3rem;
}

.img-principale-prodotto {
  max-width: 20rem !important;
  width: 100%;
  height: 20rem !important;
  object-fit: contain;
  object-position: center;
}

.immagine-popup-acquisto {
  max-width: 15rem !important;
  width: 100%;
  height: auto;
  max-height: 15rem;
  object-fit: contain;
  object-position: center;
  border: 1px solid #999;
  border-radius: 0 !important;
}

.riga-acquista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  align-content: center;
  justify-content: center;
  align-items: stretch !important;
  margin: 0 !important;
}

button.minus.input-group-text {
  border: none;
  background: transparent;
}

button.plus.input-group-text {
  border: none;
  background: transparent;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input.input-text.qty.text {
  max-width: 2rem !important;
  text-align: center;
  border-bottom: none !important;
  border-top: none !important;
  border: 1px solid #000;
}

p.prezzo {
  margin: 0 !important;
}

button.single_add_to_cart_button.button.alt {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

button.single_add_to_cart_button.button.alt:hover {
  border: 1px solid #f6b94b;
  background-color: #f6b94b;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.popup-body-acquisto {
  height: 100%;
  width: 100%;
}

.cont-contenuto-pba {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.popup-header-acquisto {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.btn-chiudi-box {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.link-popup-acquista {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #363636;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.link-popup-acquista:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.descrizione-prodotto-popup-acquista {
  color: #363636;
  text-align: center;
  font-family: "Open Sans";
  font-size: 0.97rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.link-popup-acquista-tag {
  color: #999;
  text-align: center;
  font-family: Oswald;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.link-popup-acquista-tag:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.titolo-prodotto-popup {
  color: #363636;
  font-family: Oswald;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.sezione-arredoh {
  padding: 10rem 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 75rem;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.cont-txt-arredo {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.titolo-arredo {
  font-size: 9rem;
  text-align: center;
  line-height: 0.7;
}

.contenuto-arredo {
  max-width: 23rem;
  margin-left: auto !important;
}

.img-crt-h {
  width: 15rem;
}

.cnt-caratteristiche.mxw-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.caratteristicha-h {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  max-width: 27rem;
}

.sezione-caratteristiche-h {
  margin: 5rem;
}

.soprafooter {
  border-bottom: 0.5px solid #000;
  opacity: 0.4;
  background: url(../img/pat-foot.png) #fff 0% 0% / 10.000000149011612px
    10.000000149011612px repeat;
  width: 100vw;
  height: 2rem;
}

.cont-widget-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.sez-top-foot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.cnt-recap-foot {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.cnt-bank-foot {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}

.policy-foot-cont {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.cont-social-foot {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

h2.widget-title.h5 {
  color: #363636;
  font-family: Oswald;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.link-foot {
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.link-foot:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.foot-text {
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.link-foot-policy {
  color: #000;
  font-family: Oswald;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.link-foot-policy:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.social-foot {
  font-size: 1rem;
  color: #363636;
  transition: all 0.4s ease-in-out;
}

.social-foot:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.bg-body-foot {
  --bs-bg-opacity: 1;
  background-color: #fff;
}

.pixelframl-link-footer {
  color: #000;
  font-size: 0.75rem;
  transition: all 0.4s ease-in-out;
}

.pixelframl-link-footer:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.bottom-foot-cnt {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  pointer-events: none;
}

nav#nav-main {
  pointer-events: all;
}

.transparent-header {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.tr-header {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.fixed-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.left-header {
  padding: 1.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
}

.link-contatti {
  color: #fff;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
  pointer-events: all;
}

.tr-header .link-contatti {
  color: #000;
  font-size: 1.2rem;
  transition: all 0.4s ease-in-out;
  pointer-events: all;
}

.link-contatti:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.top-header {
  padding: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.logo-bianco {
  background-image: url(../img/logo/logo_white.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 7rem !important;
  height: 6rem !important;
  transition: all 0.4s ease-in-out;
}

.tr-header .logo-bianco {
  background-image: url(../img/logo/logo_black.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 7rem !important;
  height: 6rem !important;
  transition: all 0.4s ease-in-out;
}

nav#nav-main {
  padding: 1.5rem 0 !important;
}

.header-actions.d-flex.align-items-center {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center !important;
  gap: 0.5rem;
}

.btn-outline-secondary {
  --bs-btn-color: #fff !important;
  --bs-btn-hover-color: #01bbe1 !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.4s ease-in-out !important;
}

.tr-header .btn-outline-secondary {
  --bs-btn-color: #000 !important;
  --bs-btn-hover-color: #01bbe1 !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: transparent !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000 !important;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.4s ease-in-out !important;
}

a.btn.btn-primary.shadow.top-button.position-fixed.zi-1020.visible {
  display: none !important;
}

.mxw-section.cont-prodotti-shop.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem !important;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

body.archive .mxw-section.cont-prodotti-shop.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem !important;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.btn-primary,
.woocommerce .card a.button,
.woocommerce div.product form.cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
  --bs-btn-color: #363636 !important;
  --bs-btn-bg: transparent !important;
  --bs-btn-border-color: #999 !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01bbe1 !important;
  --bs-btn-hover-border-color: #01bbe1 !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #363636 !important;
  --bs-btn-active-bg: transparent !important;
  --bs-btn-active-border-color: #999 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #363636 !important;
  --bs-btn-disabled-bg: transparent !important;
  --bs-btn-disabled-border-color: #999 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem !important;
  transition: all 0.4s ease-in-out !important;
  border-radius: 0 !important;
}

.main-row-container-single {
  margin: 10rem auto !important;
}

.box-acquisto-single-product {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.quantity {
  max-width: fit-content;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

.tag-title-prod {
  color: #64a4a4;
  text-align: center;
  font-family: Oswald;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.tag-title-prod:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.product_title.entry-title {
  font-size: 2.5rem !important;
  font-family: "Open Sans";
  line-height: 1;
}

.related.products h2 {
  color: #f6b94b;
  text-align: center;
  font-family: "Oswald";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}

section.related.products {
  padding-top: 5rem !important;
}

input.input-text.qty.text {
  padding: 0 !important;
}

.summary.entry-summary .woocommerce-Price-amount.amount bdi {
  font-size: 1.5rem;
}

.summary.entry-summary
  .woocommerce-Price-amount.amount
  bdi
  span.woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: right !important;
  width: 48%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left !important;
  width: 48%;
  clear: none;
}

.nome-cat-content-box {
  margin-top: 2rem;
}

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.flex-control-nav.flex-control-thumbs li {
  max-width: 7rem;
  height: auto;
  width: 100%;
}

.product
  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
  display: none !important;
}

.box-acquisto-single-product
  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
  display: block !important;
}

.custom-description p {
  margin-bottom: 0.25rem;
}

.custom-description {
  margin-bottom: 2rem;
}

span.cart-total.ms-1.d-none.d-md-inline {
  display: none !important;
}

button.btn.btn-outline-secondary.ms-1.ms-md-2.position-relative {
  font-size: 1.75rem;
}

span.cart-content-count.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-danger {
  background: transparent !important;
  top: 65% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

button.btn.btn-outline-secondary.ms-1.ms-md-2 {
  font-size: 1.2rem;
}

.woocommerce-mini-cart-item.list-group-item.mini_cart_item
  div
  .item-name
  strong
  a {
  transition: all 0.4s ease-in-out;
  color: #363636 !important;
  text-align: center;
  font-family: Oswald;
  font-size: 1.15rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem !important;
}

.woocommerce-mini-cart-item.list-group-item.mini_cart_item
  div
  .item-name
  strong
  a:hover {
  transition: all 0.4s ease-in-out;
  color: #f6b94b !important;
}

.item-quantity span.quantity {
  font-size: 0.875rem;
}

span.woocommerce-Price-amount.amount {
  font-size: 0.875rem;
}

.woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  font-size: 0.875rem !important;
}

.woocommerce-mini-cart-item.list-group-item.mini_cart_item .row {
  align-items: center !important;
}

.account-salution p:nth-of-type(2) {
  display: none !important;
}

.account-salution p.h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #f6b94b;
}

a.list-group-item.list-group-item-action {
  border: none !important;
}

.nav-link {
  max-width: fit-content;
}

ul.dropdown-menu.depth_0.show {
  border: none !important;
}

a.dropdown-item {
  font-size: 0.875rem;
  color: #01bbe1;
  transition: all 0.4s ease-in-out !important;
}

a.dropdown-item:hover {
  color: #fff;
  background: #01bbe1;
  transition: all 0.4s ease-in-out !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f6b94b !important;
  text-decoration: none;
  background-color: transparent !important;
  transition: all 0.4s ease-in-out !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #f6b94b !important;
  transition: all 0.4s ease-in-out !important;
}

.collezioni-menu a.nav-link.dropdown-toggle {
  color: #000 !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.4em !important;
  vertical-align: 0.2em !important;
  content: "";
  transition: transform 0.4s;
}

.dropdown-toggle.show.dropdown-toggle::after {
  transform: rotate(180deg);
  transition: 0.4s;
}

.product-title-tag-wrapper {
  background-color: #01bbe14f;
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid #01bbe1;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
  margin-bottom: 3rem;
}

.product-bottom-wrapper {
  background-color: #f6b94b75;
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid #f6b94b;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.input-text.qty.text {
  background: transparent !important;
}

.tag-description {
  margin-top: 2rem;
}

h1.product_title.entry-title {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
}

body.single .summary.entry-summary .woocommerce-Price-amount.amount bdi {
  font-size: 2rem;
  font-weight: 600;
  color: #ae863f;
}

body.page-id-48 .wc-block-components-product-metadata {
  margin: 0 !important;
  font-size: 0.875rem;
}

input.wc-block-components-quantity-selector__input {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.wc-block-components-quantity-selector:after {
  display: none !important;
}

header.entry-header h1 {
  text-align: center;
  font-size: 8rem;
  margin: 5rem 0;
}

.wc-block-cart-items__row .wc-block-cart-item__prices {
  display: none !important;
}

button.wc-block-cart-item__remove-link {
  color: red !important;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
}

button.wc-block-cart-item__remove-link:hover {
  color: rgb(162, 17, 17) !important;
  transition: all 0.4s ease-in-out;
}

.wc-block-cart-item__product .wc-block-components-quantity-selector {
  display: none !important;
}

.wc-block-cart-items__row a.wc-block-components-product-name {
  transition: all 0.4s ease-in-out;
  margin: 0 !important;
  color: #363636 !important;
  text-align: center;
  font-family: Oswald;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem !important;
}

.wc-block-cart-items__row a.wc-block-components-product-name:hover {
  color: #f6b94b !important;
  transition: all 0.4s ease-in-out;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  border: 1px solid #01bbe1;
  background-color: #01bbe1;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  border: 1px solid #f6b94b;
  background-color: #f6b94b;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
  font-family: "Oswald";
  font-weight: 500;
}

header.woocommerce-products-header {
  margin: 11rem 0 5rem 0 !important;
  text-align: center;
}

h1.woocommerce-products-header__title.page-title {
  font-size: 8rem;
}

.wc-block-components-order-summary-item__description
  span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
  display: none !important;
}

.wc-block-components-order-summary-item__description
  h3.wc-block-components-product-name {
  transition: all 0.4s ease-in-out;
  margin: 0 !important;
  color: #363636 !important;
  font-family: Oswald;
  font-size: 1.1rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem !important;
}

.wc-block-components-order-summary-item__description p {
  font-size: 0.875rem !important;
}

.account-salution p.h2 {
  font-size: 1.25rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50% !important;
}

header.woocommerce-Address-title.title h2 {
  font-family: "Oswald";
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

header.woocommerce-Address-title.title a.edit {
  border: 1px solid #01bbe1;
  background-color: transparent;
  color: #01bbe1;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

header.woocommerce-Address-title.title a.edit:hover {
  border: 1px solid #01bbe1;
  background-color: #01bbe1;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

header.woocommerce-Address-title.title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.woocommerce-MyAccount-content form h2 {
  font-family: "Oswald";
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-content a {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-content a:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.wishlist-title-container {
  display: none !important;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive
  thead {
  display: none !important;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  background-color: #f6b94b75;
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid #f6b94b;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
}

.wishlist-items-wrapper td {
  background: transparent !important;
  border: none !important;
}

.wishlist-items-wrapper .product-name a {
  font-family: "Oswald";
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #363636;
  transition: all 0.4s ease-in-out;
}

.wishlist-items-wrapper .product-name a:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
  background-color: #f6b94b75;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #f6b94b;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile h3 {
  max-width: fit-content;
  max-height: fit-content;
  font-family: "Oswald" !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #363636 !important;
  transition: all 0.4s ease-in-out;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile h3 a {
  max-width: fit-content;
  max-height: fit-content;
  font-family: "Oswald" !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #363636 !important;
  transition: all 0.4s ease-in-out;
}

.additional-info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.product-remove a.remove_from_wishlist {
  color: rgb(219, 14, 14);
}

div#offcanvas-navbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_menu.svg);
  opacity: 0.15;
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}

ul.dropdown-menu.depth_0.show {
  background: transparent !important;
}

.logo-menu-right {
  max-width: 9rem !important;
  width: 100%;
  height: auto !important;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.mappa-contatti {
  height: 50vh !important;
  width: 100%;
  margin-bottom: 10rem !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
}

.popup-header-avvisami {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.link-popup-avvisami {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #363636;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.link-popup-avvisami:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.intr-general {
  height: 50vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.intro-title-general {
  margin-left: 10rem;
}

.titolo-recap-c {
  font-family: "Oswald";
  line-height: 1;
  font-weight: 300;
  font-size: 9rem;
}

.cnt-recap-c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem !important;
  margin-top: 3rem;
}

.sezione-contatti-c {
  margin: 10rem auto !important;
}

form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.cont-top-form-cnt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.campo-testo {
  width: 100%;
  height: 2.5rem;
  padding: 1rem;
  border-radius: 0 !important;
  border: 1px solid #01bbe1;
  font-size: 0.875rem;
  min-width: max-content;
  background: #fffffff0;
  color: #64a4a4;
}

.campo-txtarea {
  width: 100%;
  height: 10rem;
  max-height: 15rem;
  padding: 1rem;
  border: 1px solid #01bbe1;
  background: #fffffff0;
  color: #64a4a4;
  border-radius: 0;
  font-size: 0.875rem;
}

.cont-top-form-cnt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75rem !important;
  font-weight: normal;
  display: block;
  padding-left: 0.1rem;
}

span.wpcf7-list-item-label {
  font-size: 0.75rem;
}

.captcha-form {
  font-size: 0.75rem !important;
}

.captcha-form a {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #64a4a4;
  transition: all 0.4s ease-in-out;
}

.captcha-form a:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.btn-form {
  border: 1px solid #01bbe1;
  background-color: #ffffffd7;
  color: #01bbe1;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

.btn-form:hover {
  border: 1px solid #01bbe1;
  background-color: #01bbe1;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.cnt-dx-c {
  background-color: #01bbe14f;
  padding: 5rem;
  border-radius: 1rem;
  border: 1px solid #01bbe1;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #64a4a4 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #64a4a4 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #64a4a4 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #64a4a4 !important;
  opacity: 1;
}

.link-recap {
  color: #363636;
  transition: all 0.4s ease-in-out;
}

.link-recap:hover {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

.cnt-del-soc-c {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.link-recap-s {
  color: #363636;
  transition: all 0.4s ease-in-out;
}

.link-recap-s:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

.contenuto-tot-f-c {
  max-width: 40rem;
  margin: 0 auto !important;
}

section.tag-block {
  margin-bottom: 10rem;
}

.top-sec-tag-shop.container {
  text-align: center;
  margin-bottom: 5rem;
}

p.woocommerce-result-count {
  display: none !important;
}

form.woocommerce-ordering {
  display: none !important;
}

.top-sec-tag-shop.container p {
  max-width: 53rem;
  margin: 0 auto !important;
  margin-top: 2rem !important;
}

section.intro-s {
  min-height: 50vh;
  padding: 13rem 0 8rem;
  background-color: #01bbe1;
  background-image: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

section.intro-s::before {
  display: none;
}

section.intro-s::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.intro-s .title-s-intro {
  font-family: "WindSong", cursive;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 100;
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

.intro-s .linea-decorativa-s {
  display: block;
  width: 4rem;
  height: 2px;
  background: #f6b94b;
  margin: 0 auto 1.5rem;
}

.intro-s .subtitle-s-intro {
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 2rem;
}

.intro-s .par-s-intro {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}

@media (max-width: 767.5px) {
  section.intro-s {
    min-height: 42vh;
    padding: 8rem 0 7rem;
  }

  .intro-s .subtitle-s-intro {
    font-size: 1.1rem;
    letter-spacing: 0.16em;
  }
}

.cnt-s {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

button.btn-mostra-popup-avvisami {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

button.btn-mostra-popup-avvisami:hover {
  border: 1px solid #f6b94b;
  background-color: #f6b94b;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.campo-testo-a {
  width: 100%;
  height: 2rem;
  padding: 0.5rem;
  border-radius: 0 !important;
  border: 1px solid #01bbe1;
  font-size: 0.875rem !important;
  min-width: max-content;
  background: #fffffff0;
  color: #64a4a4;
}

.campo-txtarea-a {
  width: 100%;
  height: 10rem;
  max-height: 6rem;
  padding: 0.5rem;
  border: 1px solid #01bbe1;
  background: #fffffff0;
  color: #64a4a4;
  border-radius: 0;
  font-size: 0.875rem;
}

.cnt-txt-storia-s {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.immagine-presentazione-s {
  max-height: 35rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

section.presentazione-s.mxw-section.row {
  margin: 10rem auto;
}

.box-yellow {
  background-color: #f6b94b75;
  padding: 7rem !important;
  border-radius: 1rem;
  border: 1px solid #f6b94b;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
}

.testo-valori-s {
  text-align: center;
  line-height: 1.5;
}

.processi-s {
  margin: 10rem auto !important;
}

.immagine-processi-s {
  max-height: 35rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cnt-txt-processi-s {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.sezione-citazione-s {
  margin-bottom: 10rem;
}

.box-blue {
  background-color: #01bbe14f;
  padding: 3rem;
  border-radius: 1rem;
  border: 1px solid #01bbe1;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.testo-citazioni-s {
  text-align: center;
  line-height: 1.5;
}

.firma {
  max-width: 30rem;
}

.entry-content
  .row.mt-3
  .col-md-4
  nav.woocommerce-MyAccount-navigation
  .list-group.mb-4 {
  background-color: #01bbe14f;
  padding: 1rem !important;
  border-radius: 1rem !important;
  border: 1px solid #01bbe1;
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 20px #00000024;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.entry-content
  .row.mt-3
  .col-md-4
  nav.woocommerce-MyAccount-navigation
  .list-group.mb-4
  a.list-group-item.list-group-item-action {
  background-color: transparent;
  border-radius: 0 !important;
}

.cnt-recap-c-p {
  margin-top: 1rem;
}

body.single
  .cont-prodotti-shop
  .container-contentproduct-nuovo:nth-child(3n)::after {
  display: none !important;
}

body.archive.tax-product_tag
  .cont-prodotti-shop
  .container-contentproduct-nuovo:nth-child(4n)::after {
  display: none !important;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem !important;
  --bs-pagination-color: #363636 !important;
  --bs-pagination-bg: transparent !important;
  --bs-pagination-border-width: 1px !important;
  --bs-pagination-border-color: #ededed !important;
  --bs-pagination-border-radius: 0 !important;
  --bs-pagination-hover-color: #f6b94b !important;
  --bs-pagination-hover-bg: transparent !important;
  --bs-pagination-hover-border-color: #ededed !important;
  --bs-pagination-focus-color: #363636 !important;
  --bs-pagination-focus-bg: transparent !important;
  --bs-pagination-focus-box-shadow: none !important;
  --bs-pagination-active-color: #01bbe1 !important;
  --bs-pagination-active-bg: transparent !important;
  --bs-pagination-active-border-color: #ededed !important;
  --bs-pagination-disabled-color: #363636 !important;
  --bs-pagination-disabled-bg: transparent !important;
  --bs-pagination-disabled-border-color: #ededed !important;
  display: flex;
  padding-left: 0;
  list-style: none;
  transition: all 0.4s ease-in-out !important;
}

.page-link.active,
.active > .page-link {
  padding: 0.34rem 0.75rem !important;
}

.term-description {
  margin-top: 2rem;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.form-di-contatto-avvisami {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.cnt-btn-viewall {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 10rem;
}

.btn-viewall {
  border: 1px solid #999;
  background-color: transparent;
  color: #363636;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  transition: all 0.4s ease-in-out;
}

.btn-viewall:hover {
  border: 1px solid #01bbe1;
  background-color: #01bbe1;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.container-avvisami-contentproduct {
  margin-top: 2rem;
}

div#ppcp-checkout-paylater-messages {
  margin-top: 1rem;
}

body.page-id-48 h2.wp-block-heading.has-text-align-center {
  font-family: "Oswald";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

body.page-id-48
  h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  font-size: 1.5rem;
}

body.page-id-48 .wc-block-grid__product-title {
  color: #01bbe1;
  transition: all 0.4s ease-in-out;
}

body.page-id-48 .wc-block-grid__product-title:hover {
  color: #f6b94b;
  transition: all 0.4s ease-in-out;
}

/* 4K displays (3840px and up) */
@media (max-width: 3840px) {
}

/* 2K displays (2560px and up) */
@media (max-width: 2560px) {
  .cnt-presentazione {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    gap: 10rem;
  }
}

/* Large desktops (1920px to 2559px) */
@media (max-width: 1920.5px) {
}

/* Ultra-wide desktop screens */
@media (max-width: 1800.5px) {
  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 8rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  .titolo1-creazionih {
    text-align: center;
    font-size: 11rem;
  }

  .titolo-arredo {
    font-size: 8rem;
    text-align: center;
    line-height: 0.7;
  }
}

/* XX-Large desktops (1700px to 1800px) */
@media (max-width: 1700.5px) {
}

/* XX-Large desktops (1500px to 1800px) */
@media (max-width: 1500.5px) {
  .cont-txt-arredo {
    max-width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
  }

  .titolo-recap-c {
    font-family: "Oswald";
    line-height: 1;
    font-weight: 300;
    font-size: 7rem;
  }
}

/* Large desktops */
@media (max-width: 1400px) {
  .sezione-caratteristiche-h {
    margin: 5rem 1rem;
  }

  .cont-txt-arredo {
    max-width: 66%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
  }

  .riga-prodotti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem !important;
  }

  .riga-prodotti .container-contentproduct-nuovo:nth-child(3n)::after {
    display: none !important;
  }

  body.archive
    .cont-prodotti-shop
    .container-contentproduct-nuovo:nth-child(3n)::after {
    display: none !important;
  }

  body.archive .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem !important;
  }

  .titolo1-creazionih {
    text-align: center;
    font-size: 9rem;
  }

  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 7rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  .titolo-arredo {
    font-size: 7rem;
    text-align: center;
    line-height: 0.7;
  }

  .cnt-caratteristiche.mxw-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
}

@media (max-width: 1300px) {
}

/* Laptops 1024px - 1199px */
@media (max-width: 1200px) {
  .titolo1-creazionih {
    text-align: center;
    font-size: 8rem;
  }

  .cnt-cnt-creaz-h {
    max-width: 62rem !important;
    margin: 0 auto !important;
    margin-top: 3rem !important;
  }

  .titolo-recap-c {
    font-family: "Oswald";
    line-height: 1;
    font-weight: 300;
    font-size: 5rem;
  }

  .cnt-sx-c {
    margin-bottom: 5rem;
  }

  .intro-title-general {
    margin-left: 0;
  }

  .intr-general {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

@media (max-width: 1187.5px) {
  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 6rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }
}

/* Large tablets in landscape */
@media (max-width: 1024.5px) {
  .riga-prodotti {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem !important;
  }

  .riga-prodotti .container-contentproduct-nuovo:nth-child(2n)::after {
    display: none !important;
  }

  .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem !important;
    margin-top: 5rem;
    margin-bottom: 10rem;
  }

  .cont-prodotti-shop .container-contentproduct-nuovo:nth-child(2n)::after {
    display: none !important;
  }

  body.archive
    .cont-prodotti-shop
    .container-contentproduct-nuovo:nth-child(2n)::after {
    display: none !important;
  }

  body.archive .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem !important;
  }

  .titolo-arredo {
    font-size: 6rem;
    text-align: center;
    line-height: 0.7;
  }

  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 5rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  .cnt-presentazione {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    gap: 3rem;
  }

  .cnt-presentazione {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    gap: 3rem;
  }
}

/* Medium tablets (portrait/landscape variations) */
@media (max-width: 991.5px) {
  .cnt-presentazione {
    padding: 1rem !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 3rem;
    order: 1;
    text-align: center;
  }

  .cnt-img-presentazione {
    order: 2;
  }

  .immagine-presentazione {
    max-width: 25rem;
  }

  .sezione-presentazione {
    background-size: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 5rem;
  }

  .cont-testi-collezioni {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 3rem;
    order: 1;
  }

  .cont-slider-collezioni {
    order: 2;
  }

  .immagine-slider-collezioni-h {
    max-width: 20rem;
  }

  .sezione-collezioni {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 1rem 0 1rem !important;
  }

  .testo-valori-s {
    font-size: 1.25rem;
  }

  .box-yellow {
    background-color: #f6b94b75;
    padding: 3rem !important;
    border-radius: 1rem;
    border: 1px solid #f6b94b;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
  }

  h6.testo-citazioni-s {
    font-size: 1.25rem;
  }

  body h1 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 8rem !important;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: center;
    width: 100% !important;
    clear: none;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: center;
    width: 100% !important;
  }

  .cont-widget-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}

/* Small tablets */
@media (max-width: 875.5px) {
  .titolo-arredo {
    font-size: 5rem;
    text-align: center;
    line-height: 0.7;
  }

  .cnt-testi-top-h {
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 795.5px) {
}

/* Large phones (landscape mode) */
@media (max-width: 767.5px) {
  .cnt-txt-storia-s {
    margin-bottom: 3rem !important;
  }

  .cnt-img-processi-s {
    margin-bottom: 3rem !important;
  }

  .cnt-dx-c {
    background-color: #01bbe14f;
    padding: 4rem !important;
    border-radius: 1rem;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  body h1 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 6rem !important;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  .entry-content
    .row.mt-3
    .col-md-4
    nav.woocommerce-MyAccount-navigation
    .list-group.mb-4 {
    background-color: #01bbe14f;
    padding: 1rem !important;
    border-radius: 1rem !important;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem !important;
  }
}

/* Medium phones (portrait mode) */
@media (max-width: 650.5px) {
  .cont-txt-arredo {
    max-width: 97%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
  }

  .riga-prodotti {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
  }

  .riga-prodotti .container-contentproduct-nuovo::after {
    display: none !important;
  }

  .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
    margin-top: 5rem;
    margin-bottom: 10rem;
  }

  body.archive
    .cont-prodotti-shop
    .container-contentproduct-nuovo:nth-child(1n)::after {
    display: none !important;
  }

  body.archive .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
  }

  .cont-prodotti-shop .container-contentproduct-nuovo::after {
    display: none !important;
  }

  .titolo1-creazionih {
    text-align: center;
    font-size: 7rem;
  }

  body h1 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 5rem !important;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }
}

@media (max-width: 576px) {
  .titolo1-creazionih {
    text-align: left;
    font-size: 5rem;
  }

  .cnt-dx-c {
    background-color: #01bbe14f;
    padding: 2rem !important;
    border-radius: 1rem;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: center;
    width: 100% !important;
    clear: none;
    max-width: 92vw !important;
  }

  section.related.products {
    padding-top: 5rem !important;
    max-width: 88vw !important;
    margin: 0 auto !important;
    width: 100%;
  }

  .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    max-width: 100vw !important;
  }
}

@media (max-width: 500.5px) {
  .cnt-txt-collezioni {
    column-count: 1;
    max-width: 60rem;
  }

  .titolo-bottom-rigth {
    color: inherit;
    font-family: "WindSong", cursive;
    font-size: inherit;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
    padding-left: 4rem;
  }

  .titolo-arredo {
    font-size: 4rem;
    text-align: center;
    line-height: 0.7;
  }

  .testo-valori-s {
    font-size: 1rem;
  }

  .box-yellow {
    background-color: #f6b94b75;
    padding: 2rem !important;
    border-radius: 1rem;
    border: 1px solid #f6b94b;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
  }

  .testo-citazioni-s {
    font-size: 1rem;
  }

  .box-blue {
    background-color: #01bbe14f;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .cnt-s {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    margin: 0 auto;
    padding: 1rem !important;
    text-align: center;
  }

  .titolo-recap-c {
    font-family: "Oswald";
    line-height: 1;
    font-weight: 300;
    font-size: 2rem;
  }

  .title-recap {
    font-size: 1.2rem;
  }

  .product-title-tag-wrapper {
    background-color: #01bbe14f;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    margin-bottom: 3rem;
  }

  .product-bottom-wrapper {
    background-color: #f6b94b75;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #f6b94b;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
  }
}

/* Small phones */
@media (max-width: 480.5px) {
  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 4rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  body h5 {
    color: #363636;
    font-family: "Oswald";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  body h6 {
    color: #363636;
    font-family: "Oswald";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .img-crt-h {
    width: 10rem;
  }

  .cont-testi-collezioni {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    order: 1;
  }

  .sezione-arredoh {
    padding: 0;
  }

  section.presentazione-s.mxw-section.row {
    margin: 5rem auto;
  }

  .processi-s {
    margin: 5rem auto !important;
  }

  .sezione-citazione-s {
    margin-bottom: 5rem;
  }

  .title-form-c {
    font-size: 2rem;
  }

  .sezione-contatti-c {
    margin: 5rem auto !important;
  }

  .mappa-contatti {
    height: 50vh !important;
    width: 100%;
    margin-bottom: 5rem !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
  }

  .box-acquisto-single-product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .mxw-section.cont-prodotti-shop.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem !important;
    margin-top: 5rem;
    margin-bottom: 0rem;
  }

  .left-header {
    display: none !important;
  }

  .logo-bianco {
    background-image: url(../img/logo/logo_white.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 5rem !important;
    height: 4rem !important;
    transition: all 0.4s ease-in-out;
  }

  .logo-bianco {
    background-image: url(../img/logo/logo_white.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 5rem !important;
    height: 4rem !important;
    transition: all 0.4s ease-in-out;
  }

  .tr-header .logo-bianco {
    background-image: url(../img/logo/logo_black.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 5rem !important;
    height: 4rem !important;
    transition: all 0.4s ease-in-out;
  }

  .top-header {
    padding: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  nav#nav-main {
    padding: 0.5rem 0 !important;
  }

  .container.cont-right-header {
    padding: 0 0.5rem !important;
  }

  button.btn.btn-outline-secondary.ms-1.ms-md-2 {
    font-size: 1.3rem;
  }

  button.btn.btn-outline-secondary.ms-1.ms-md-2.position-relative {
    font-size: 1.3rem;
  }

  span.cart-content-count.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill.bg-danger {
    background: transparent !important;
    top: 65% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: none !important;
  }

  section.intro-s {
    height: 40rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    background-attachment: unset;
  }

  .cont-widget-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .sez-top-foot {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  .cnt-recap-foot {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .policy-foot-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .widget_text.footer_widget.mb-4 {
    text-align: center;
  }

  .product_title.entry-title {
    font-size: 2rem !important;
    font-family: "Open Sans";
    line-height: 1;
  }

  .tag-title-prod {
    color: #64a4a4;
    text-align: center;
    font-family: Oswald;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    transition: all 0.4s ease-in-out;
  }
}

@media (max-width: 450.5px) {
  .related.products h2 {
    color: #f6b94b;
    text-align: center;
    font-family: "Oswald";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
  }
}

@media (max-width: 420.5px) {
  body h1 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 4rem !important;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }
}

/* Ultra-small devices (older phones, very small screens) */
@media (max-width: 400.5px) {
  .titolo-arredo {
    font-size: 3.5rem;
    text-align: center;
    line-height: 0.7;
  }

  .titolo1-creazionih {
    text-align: left;
    font-size: 4rem;
  }

  .sezione-arredoh {
    padding: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 47rem;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cnt-dx-c {
    background-color: #01bbe14f;
    padding: 1rem !important;
    border-radius: 1rem;
    border: 1px solid #01bbe1;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 20px #00000024;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  .campo-testo {
    width: 100%;
    height: 2.5rem;
    padding: 1rem;
    border-radius: 0 !important;
    border: 1px solid #01bbe1;
    font-size: 0.875rem;
    min-width: fit-content;
    background: #fffffff0;
    color: #64a4a4;
  }
}

@media (max-width: 380.5px) {
  body h2 {
    color: #363636;
    font-family: "WindSong", cursive;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
  }

  body h5 {
    color: #363636;
    font-family: "Oswald";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
}

/* Footer widget titles + policy links in logo azzurro */
footer h2.widget-title,
footer .link-foot-policy {
  color: #01bbe1 !important;
}

/* Offcanvas menu: clean white background, voci in azzurro */
div#offcanvas-navbar {
  background-color: #fff !important;
}

div#offcanvas-navbar::before {
  display: none !important;
}

div#offcanvas-navbar .navbar-nav .nav-link,
div#offcanvas-navbar .navbar-nav .nav-link.active,
div#offcanvas-navbar .navbar-nav .nav-link.show,
div#offcanvas-navbar .collezioni-menu a.nav-link.dropdown-toggle {
  color: #01bbe1 !important;
}

/* Item 7 — fade out the navbar logo when the page is scrolled past 80px */
.navbar-brand.logo-bianco {
  transition: opacity 0.3s ease-in-out;
}

body.header-scrolled .navbar-brand.logo-bianco {
  opacity: 0;
  pointer-events: none;
}

/* Linee with a hero image: hide the navbar logo so it doesn't sit on the
   collection image. Burger menu + cart still visible. */
body.linea-with-hero .navbar-brand.logo-bianco {
  display: none !important;
}

/* Home-link icon used in place of the navbar logo on linea-with-hero pages.
   The anchor reuses .btn.btn-outline-secondary.ms-1.ms-md-2 so it inherits
   spacing and base styling — we only need to explicitly set the icon size
   (the existing site rule targets button[...] not anchors). */
.linea-home-link {
  display: none !important;
}

body.linea-with-hero a.linea-home-link {
  display: inline-block !important;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 480.5px) {
  body.linea-with-hero a.linea-home-link {
    font-size: 1.3rem;
  }
}


/* ============================================================
   Specchi d'Arte landing page
   Reconstructed from template structure after the original
   CSS was lost on a server-overwrite deploy.
   ============================================================ */

.luxury-landing {
  --acc-azzurro: #01bbe1;
  --acc-giallo: #f6b94b;
  --acc-dark: #363636;
}

/* CATALOGO sfogliabile (dFlip) — full-width, after the hero */
.specchi-catalogo {
  width: 100%;
  padding: 0 0 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specchi-catalogo ._df_book {
  width: 100% !important;
  max-width: none !important;
  height: 80vh !important;
  margin: 0;
}

.specchi-catalogo .btn-scarica-catalogo {
  margin-top: 1.5rem;
}

.specchi-catalogo .btn-scarica-catalogo::after {
  content: " ↓";
  font-weight: 700;
}

@media (max-width: 767.5px) {
  .specchi-catalogo ._df_book {
    height: 60vh !important;
  }
}

/* HERO */
.specchi-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 36rem;
  overflow: hidden;
}

.specchi-hero .hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.specchi-hero .hero-img-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.specchi-hero .img-parallax {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}

.specchi-hero:hover .img-parallax {
  transform: scale(1);
}

.specchi-hero .hero-text-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
}

.specchi-hero .hero-text-overlay h1 {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}

.specchi-hero .hero-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.specchi-hero .linea-decorativa {
  display: block;
  width: 5rem;
  height: 2px;
  background: var(--acc-giallo);
}

.specchi-hero .hero-sub h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
  margin: 0;
}

.specchi-hero .reveal-text {
  animation: heroFadeUp 1.2s ease-out 0.2s backwards;
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(2rem); }
  to { opacity: 1; transform: translateY(0); }
}

/* INTRO */
.specchi-intro {
  padding: 6rem 0;
}

.specchi-intro .grid-split {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 4rem;
  align-items: center;
}

.specchi-intro .intro-visual {
  display: flex;
  justify-content: center;
}

.specchi-intro .frame-decorativo {
  position: relative;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--acc-azzurro);
  box-shadow: 0 1.5rem 3rem rgba(1, 187, 225, 0.12);
}

.specchi-intro .frame-decorativo::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  right: -0.6rem;
  bottom: -0.6rem;
  border: 1px solid var(--acc-giallo);
  pointer-events: none;
}

.specchi-intro .frame-decorativo img {
  width: 100%;
  height: auto;
  display: block;
}

.specchi-intro .intro-content h2 {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.specchi-intro .testo-enfasi {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--acc-dark);
  margin-bottom: 1.75rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--acc-azzurro);
}

.specchi-intro .testo-dettaglio {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--acc-dark);
}

/* CONCEPT */
.specchi-concept {
  position: relative;
  padding: 8rem 0;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.specchi-concept .overlay-concept {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.specchi-concept .overlay-concept .mxw-section {
  position: relative;
  width: 100%;
}

.specchi-concept .concept-box {
  max-width: 48rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.specchi-concept .concept-box h2 {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.specchi-concept .concept-body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

/* ISPIRAZIONI */
.specchi-ispirazioni {
  padding: 6rem 0;
}

.specchi-ispirazioni .header-ispirazioni {
  text-align: center;
  margin-bottom: 4rem;
}

.specchi-ispirazioni .gallery-staggered {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 2rem 1.5rem;
}

.specchi-ispirazioni .ispirazione-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.specchi-ispirazioni .ispirazione-card:nth-child(2n) {
  transform: translateY(2.5rem);
}

.specchi-ispirazioni .ispirazione-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1.5rem 2.5rem rgba(0,0,0,0.12);
}

.specchi-ispirazioni .ispirazione-card:nth-child(2n):hover {
  transform: translateY(2rem);
}

.specchi-ispirazioni .card-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.specchi-ispirazioni .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.specchi-ispirazioni .ispirazione-card:hover .card-media img {
  transform: scale(1.06);
}

.specchi-ispirazioni .card-info {
  padding: 1.5rem 1rem 0;
}

.specchi-ispirazioni .card-info h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.specchi-ispirazioni .card-info p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--acc-dark);
  margin: 0;
}

/* COMMISSIONE */
.specchi-commissione {
  padding: 6rem 0;
  background: #fafbfc;
  margin-top: 4rem;
}

.specchi-commissione .commissione-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}

.specchi-commissione .commissione-info h2 {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.specchi-commissione .commissione-testo {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--acc-dark);
}

.specchi-commissione .box-form-luxury {
  padding: 2.5rem;
  background: #fff;
  border: 1px solid rgba(1, 187, 225, 0.2);
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.05);
}

.specchi-commissione .box-form-luxury .wpcf7-form input[type="text"],
.specchi-commissione .box-form-luxury .wpcf7-form input[type="email"],
.specchi-commissione .box-form-luxury .wpcf7-form input[type="tel"],
.specchi-commissione .box-form-luxury .wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.specchi-commissione .box-form-luxury .wpcf7-form input:focus,
.specchi-commissione .box-form-luxury .wpcf7-form textarea:focus {
  border-color: var(--acc-azzurro);
  outline: none;
}

.specchi-commissione .box-form-luxury .wpcf7-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.specchi-commissione .box-form-luxury .wpcf7-submit {
  background: var(--acc-azzurro);
  color: #fff;
  border: none;
  padding: 0.9rem 2.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.specchi-commissione .box-form-luxury .wpcf7-submit:hover {
  background: #019bbb;
}

@media (max-width: 991.5px) {
  .specchi-intro .grid-split,
  .specchi-commissione .commissione-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .specchi-intro .frame-decorativo {
    max-width: 28rem;
    margin: 0 auto;
  }

  .specchi-concept {
    background-attachment: scroll;
  }
}

@media (max-width: 767.5px) {
  .specchi-intro,
  .specchi-ispirazioni,
  .specchi-commissione {
    padding: 4rem 0;
  }

  .specchi-concept {
    padding: 5rem 1rem;
    min-height: 60vh;
  }

  .specchi-concept .concept-box {
    padding: 2rem 1.25rem;
  }

  .specchi-ispirazioni .ispirazione-card:nth-child(2n) {
    transform: none;
  }

  .specchi-commissione .box-form-luxury {
    padding: 1.5rem;
  }

  .specchi-hero {
    height: 80vh;
    min-height: 30rem;
  }
}

/* ============================================================
   Linea / collezione hero (product_tag archives)
   ============================================================ */

.linea-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 3rem;
  background: #f5f5f5;
}

.linea-hero picture {
  display: block;
  width: 100%;
}

.linea-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Smooth transition into the product grid below */
.linea-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

@media (max-width: 767.5px) {
  .linea-hero {
    margin: 0 0 2rem;
  }
}
