/* Media query */
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
/* FONT */
@font-face {
  font-family: "Lemon Mocktail";
  src: url("../fonts/LemonMocktail.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allison Script";
  src: url("../fonts/allison_script-webfont.woff2") format("woff2"), url("../fonts/allison_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* MIXIN */
/* VARIABILI */
/* GENERALI */
:root {
  --app-height: 100%;
  --main-color: #3c3c3b;
  -ms-overflow-style: none;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}
:root::-webkit-scrollbar {
  display: none;
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  overflow: visible !important;
}

body {
  font-family: "Parkinsans", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 21px;
  font-size: 15px;
  overflow-x: hidden;
  position: relative;
  background-color: #E7E0D8;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

/* DIMENSIONI */
.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-55 {
  max-width: 55vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-55 {
    max-width: 65vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

/* CONTENITORE ROMBOIDALE */
.contenitore-romboidale {
  width: 300px;
  height: 300px;
  clip-path: polygon(50% 0%, 80% 50%, 50% 100%, 20% 50%);
  overflow: hidden;
}
.contenitore-romboidale img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

/* ROMBI COLORATI */
.rombo-colorato {
  width: 10vw;
  height: 10vw;
  clip-path: polygon(50% 0%, 80% 50%, 50% 100%, 20% 50%);
  overflow: hidden;
  background-color: red;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.rombo-colorato.verde {
  background-color: #68A3A2;
}
.rombo-colorato.borgogna {
  background-color: #89103E;
}

/* BOTTONE ANIMATO */
.bottone-animato {
  position: relative;
  overflow: hidden;
  background: #00595C;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  font-family: "Parkinsans", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #68A3A2;
}
@media screen and (min-width: 1921px) {
  .bottone-animato {
    font-size: 34px;
  }
}
.bottone-animato.disabilitato {
  pointer-events: none;
}
.bottone-animato .before {
  transition: 0.4s transform ease-in-out;
  overflow: hidden;
}
.bottone-animato .after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  transform: translateY(250%);
  transition: 0.4s transform ease-in-out;
}
.bottone-animato:hover .before {
  transform: translateY(-250%);
}
.bottone-animato:hover .after {
  transform: translateY(0);
}

/* 01 - HEADER */
.site-header {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-200%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74), background-color 0.5s;
  width: 100%;
  z-index: 99;
}
.site-header.down {
  transform: translateY(0);
}
.site-header a {
  pointer-events: none;
}
.site-header a img {
  width: 15vw;
}

/* 02 - HERO SECTION */
.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero-section {
    overflow: hidden;
    height: 100svh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section {
    overflow: hidden;
    height: 100svh;
  }
}
@media screen and (max-width: 480px) {
  .hero-section {
    overflow: hidden;
    height: 100svh;
  }
}
.hero-section .col-left,
.hero-section .col-right {
  flex-basis: 12%;
  width: 12%;
  height: 85%;
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-bg-gradient.jpg");
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 480px) {
  .hero-section .col-left,
  .hero-section .col-right {
    background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-texture.svg");
  }
}
.hero-section .col-left::after,
.hero-section .col-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-texture.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .hero-section .col-left::after,
  .hero-section .col-right::after {
    display: none;
  }
}
.hero-section .col-right::after {
  left: auto;
  right: 100%;
  background-position: top right;
}
.hero-section .col-bottiglia {
  flex-basis: 76%;
  width: 76%;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-section .col-bottiglia img {
  max-width: 9vw;
  display: inline-block;
  mix-blend-mode: multiply;
  z-index: 3;
  margin-bottom: 5vh;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .hero-section .col-bottiglia img {
    max-width: 10vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .hero-section .col-bottiglia img {
    max-width: 11vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .hero-section .col-bottiglia img {
    max-width: 13vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero-section .col-bottiglia img {
    max-width: 11.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section .col-bottiglia img {
    max-width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .col-bottiglia img {
    max-width: 32vw;
  }
}
.hero-section .contenitore-payoff {
  border: 4px solid #A46A37;
  border-left: 0;
  border-right: 0;
  width: 100%;
  flex-basis: 100%;
  height: 15%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
.hero-section .contenitore-payoff::before, .hero-section .contenitore-payoff::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #A46A37;
}
@media screen and (max-width: 480px) {
  .hero-section .contenitore-payoff::before, .hero-section .contenitore-payoff::after {
    display: none;
  }
}
.hero-section .contenitore-payoff::before {
  left: calc(12% - 4px);
}
.hero-section .contenitore-payoff::after {
  right: calc(12% - 4px);
}
.hero-section .contenitore-payoff h2 {
  margin: 0;
  font-family: "Lemon Mocktail";
  font-weight: normal;
  line-height: 1;
  font-size: 2vw;
  color: #89103E;
}
@media screen and (min-width: 1921px) {
  .hero-section .contenitore-payoff h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .hero-section .contenitore-payoff h2 {
    font-size: 3vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .hero-section .contenitore-payoff h2 {
    font-size: 3vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .hero-section .contenitore-payoff h2 {
    font-size: 3vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .hero-section .contenitore-payoff h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section .contenitore-payoff h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .contenitore-payoff h2 {
    font-size: 5.5vw;
  }
}
.hero-section .montagna {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  width: 45%;
  z-index: 2;
  visibility: hidden;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section .montagna {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .montagna {
    width: 150%;
    display: none;
  }
}
.hero-section .montagna svg {
  width: 100%;
}
.hero-section .montagna.contenitore-montagna-left {
  left: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section .montagna.contenitore-montagna-left {
    left: -30%;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .montagna.contenitore-montagna-left {
    left: -100%;
  }
}
.hero-section .montagna.contenitore-montagna-right {
  right: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .hero-section .montagna.contenitore-montagna-right {
    right: -30%;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .montagna.contenitore-montagna-right {
    right: -100%;
  }
}

/* 03 - SEZIONE GALLERY */
.sezione-gallery {
  overflow: hidden;
}
.sezione-gallery.template-1 {
  padding-top: 15vh;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 {
    padding-top: 0;
  }
}
.sezione-gallery.template-1 .col-left {
  flex-basis: 37.5%;
  width: 37.5%;
  position: relative;
  background-color: #89103E;
  padding-top: 15vh;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-1 .col-left {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-1 .col-left {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-left {
    flex-basis: 27.5%;
    width: 27.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-left {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-left {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0;
    order: 1;
  }
}
.sezione-gallery.template-1 .col-left .contenitore-gallery-left {
  max-width: 65%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-left .contenitore-gallery-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-left .contenitore-gallery-left {
    max-width: 100%;
  }
}
.sezione-gallery.template-1 .col-left .contenitore-gallery-left .gallery-left img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1.5;
  -o-object-position: center center;
     object-position: center center;
}
@-moz-document url-prefix() {}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-left .contenitore-gallery-left .gallery-left img {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-left .contenitore-gallery-left .gallery-left img {
    aspect-ratio: 1/1.2;
  }
}
.sezione-gallery.template-1 .col-left .texture-horizontal {
  width: 100%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-left .texture-horizontal {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-left .texture-horizontal {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-left .texture-horizontal {
    display: none;
  }
}
.sezione-gallery.template-1 .col-center {
  position: relative;
  flex-basis: 25%;
  width: 25%;
  z-index: 1;
  text-align: center;
  padding: 0 2.5vw;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-1 .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-1 .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-center {
    flex-basis: 45%;
    width: 45%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-center {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    background-color: #68A3A2;
    padding: 10vh 5vw 0 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-center {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    background-color: #68A3A2;
    padding: 10vh 5vw 0 5vw;
  }
}
.sezione-gallery.template-1 .col-center::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% + 15vh);
  position: absolute;
  top: -15vh;
  left: 0;
  background: #68A3A2;
  z-index: -1;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-center::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-center::before {
    display: none;
  }
}
.sezione-gallery.template-1 .col-center h3 {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #00595C;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .sezione-gallery.template-1 .col-center h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.sezione-gallery.template-1 .col-center p {
  color: #00595C;
  margin: 5vh auto 10vh auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-center p {
    max-width: 66%;
  }
}
.sezione-gallery.template-1 .col-right {
  flex-basis: 37.5%;
  width: 37.5%;
  position: relative;
  background-color: #89103E;
  align-items: center;
  justify-content: center;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-1 .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-1 .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-right {
    flex-basis: 27.5%;
    width: 27.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right {
    width: 100%;
    flex-basis: 100%;
    order: 2;
    background-color: #68A3A2;
    padding-top: 20%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right {
    width: 100%;
    flex-basis: 100%;
    order: 2;
    background-color: #68A3A2;
    padding-top: 40%;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale {
  width: 30vw;
  height: 30vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale {
    width: 80vw;
    height: 80vw;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale:first-of-type {
  margin-left: 1.5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale:first-of-type {
    margin-left: 0;
    top: -2px;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale:first-of-type {
    margin-left: 0;
    top: -2px;
    position: relative;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-desktop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-desktop {
    right: -18.9vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-desktop {
    transform: translateY(-137%);
    right: unset;
    top: unset;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-desktop {
    transform: translateY(-125%);
    right: unset;
    top: unset;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-gallery {
    overflow: unset;
    width: 70vw;
    height: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-gallery {
    overflow: unset;
    width: 120vw;
    height: 120vw;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile {
  display: none;
  position: absolute;
  margin-top: -4px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile {
    display: block;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile.rombo-left {
  left: -50vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile.rombo-left {
    left: -23vw;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile.rombo-right {
  right: -50vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .contenitore-romboidale.rombo-mobile.rombo-right {
    right: -23vw;
  }
}
.sezione-gallery.template-1 .col-right .contenitore-romboidale .contenitore-gallery-right,
.sezione-gallery.template-1 .col-right .contenitore-romboidale .gallery-right,
.sezione-gallery.template-1 .col-right .contenitore-romboidale .slick-list,
.sezione-gallery.template-1 .col-right .contenitore-romboidale .slick-track {
  height: 100%;
}
.sezione-gallery.template-1 .col-right .texture-horizontal {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-1 .col-right .texture-horizontal {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-1 .col-right .texture-horizontal {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-1 .col-right .texture-horizontal {
    display: none;
  }
}
.sezione-gallery.template-2 {
  background-color: #68A3A2;
}
.sezione-gallery.template-2 .col-left {
  flex-basis: 37.5%;
  width: 37.5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .col-left {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .col-left {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-left {
    display: none;
  }
}
.sezione-gallery.template-2 .col-left .contenitore-gallery-left {
  max-width: 100%;
}
.sezione-gallery.template-2 .col-left .contenitore-gallery-left .gallery-left img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.75;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .col-left .contenitore-gallery-left .gallery-left img {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .col-left .contenitore-gallery-left .gallery-left img {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .col-left .contenitore-gallery-left .gallery-left img {
    aspect-ratio: 1/1;
  }
}
.sezione-gallery.template-2 .col-left .rombo-colorato.borgogna {
  z-index: 9;
  height: 100%;
  width: 80%;
  left: -40%;
}
.sezione-gallery.template-2 .col-left .rombo-colorato.verde {
  z-index: 9;
  height: 100%;
  width: 80%;
  right: -40%;
  left: auto;
  mix-blend-mode: unset;
}
.sezione-gallery.template-2 .col-center {
  position: relative;
  flex-basis: 25%;
  width: 25%;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-center {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    padding: 10vh 0 15vh 0;
  }
}
.sezione-gallery.template-2 .col-center .texture-montagne {
  width: 120%;
  max-width: unset;
  position: relative;
  right: -4%;
  top: 4%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .col-center .texture-montagne {
    width: 180%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-center .texture-montagne {
    top: 10%;
    width: 127%;
  }
}
.sezione-gallery.template-2 .col-center .contenitore-romboidale {
  position: absolute;
  z-index: -1;
  width: 15vw;
  height: 15vw;
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-center .contenitore-romboidale {
    width: 70vw;
    height: 70vw;
    top: 8%;
  }
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: 10px;
  right: 5%;
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery .triangle-nav {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
  will-change: border;
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery .triangle-nav.left {
  border-right: 35px solid #00595C;
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery .triangle-nav.left:hover {
  border-right: 35px solid #89103E;
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery .triangle-nav.right {
  border-left: 35px solid #fff;
}
.sezione-gallery.template-2 .col-center .contenitore-nav-gallery .triangle-nav.right:hover {
  border-left: 35px solid #89103E;
}
.sezione-gallery.template-2 .col-right {
  flex-basis: 37.5%;
  width: 37.5%;
  position: relative;
  z-index: 1;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-right {
    width: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.sezione-gallery.template-2 .col-right .contenitore-gallery-right {
  max-width: 100%;
}
.sezione-gallery.template-2 .col-right .contenitore-gallery-right .gallery-right img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.75;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .col-right .contenitore-gallery-right .gallery-right img {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .col-right .contenitore-gallery-right .gallery-right img {
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .col-right .contenitore-gallery-right .gallery-right img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-right .contenitore-gallery-right .gallery-right img {
    aspect-ratio: 1/1.2;
  }
}
.sezione-gallery.template-2 .col-right .rombo-colorato.verde {
  z-index: 9;
  height: 100%;
  width: 80%;
  left: -40%;
  mix-blend-mode: unset;
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .col-right .rombo-colorato.verde {
    display: none;
  }
}
.sezione-gallery.template-2 .col-right .rombo-colorato.borgogna {
  z-index: 9;
  height: 100%;
  width: 80%;
  right: -40%;
  left: auto;
  background: #870D3D;
}
.sezione-gallery.template-2 .outro-gallery {
  flex-basis: 100%;
  justify-content: center;
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-gallery-2-texture-2.jpg");
  background-size: cover;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .outro-gallery {
    background: #89103E;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .outro-gallery {
    order: 3;
    background: transparent;
  }
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: 10px;
  right: 5%;
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery .triangle-nav {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
  will-change: border;
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery .triangle-nav.left {
  border-right: 35px solid #00595C;
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery .triangle-nav.left:hover {
  border-right: 35px solid #89103E;
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery .triangle-nav.right {
  border-left: 35px solid #fff;
}
.sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery .triangle-nav.right:hover {
  border-left: 35px solid #89103E;
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .outro-gallery .contenitore-nav-gallery {
    bottom: unset;
    top: 5%;
    z-index: 3;
  }
}
.sezione-gallery.template-2 .outro-gallery .col-center {
  width: 25%;
  flex-basis: 25%;
  text-align: center;
  padding: 5vh 2.5vw;
  background: #89103E;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-gallery.template-2 .outro-gallery .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery.template-2 .outro-gallery .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-gallery.template-2 .outro-gallery .col-center {
    width: 45%;
    flex-basis: 45%;
    padding: 5vh 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .outro-gallery .col-center {
    width: 80%;
    flex-basis: 80%;
    padding: 5vh 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery.template-2 .outro-gallery .col-center {
    width: 100%;
    flex-basis: 100%;
    padding: 10vh 5vw;
  }
}
.sezione-gallery.template-2 .outro-gallery .col-center h3 {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #68A3A2;
  text-transform: uppercase;
}
@media screen and (min-width: 1921px) {
  .sezione-gallery.template-2 .outro-gallery .col-center h3 {
    font-size: 28px;
    line-height: 29px;
  }
}
.sezione-gallery.template-2 .outro-gallery .col-center h3 span {
  font-weight: 500;
}
.sezione-gallery.template-2 .outro-gallery .col-center p {
  color: #E7E0D8;
  margin: 5vh auto 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery.template-2 .outro-gallery .col-center p {
    max-width: 66%;
  }
}

/* 04 - SEZIONE PRODOTTI */
.sezione-prodotti .mw-60,
.sezione-ricetta .mw-60 {
  border-left: 4px solid #A46A37;
  border-right: 4px solid #A46A37;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60,
  .sezione-ricetta .mw-60 {
    border-left: 0;
    border-right: 0;
    max-width: 100vw;
  }
}
.sezione-prodotti .mw-60 .bottone-call-to-action,
.sezione-ricetta .mw-60 .bottone-call-to-action {
  width: 25vw;
  background-color: #89103E;
  color: #68A3A2;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-prodotti .mw-60 .bottone-call-to-action,
  .sezione-ricetta .mw-60 .bottone-call-to-action {
    width: 30vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-prodotti .mw-60 .bottone-call-to-action,
  .sezione-ricetta .mw-60 .bottone-call-to-action {
    width: 30vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-prodotti .mw-60 .bottone-call-to-action,
  .sezione-ricetta .mw-60 .bottone-call-to-action {
    width: 45vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-prodotti .mw-60 .bottone-call-to-action,
  .sezione-ricetta .mw-60 .bottone-call-to-action {
    width: 45vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .bottone-call-to-action,
  .sezione-ricetta .mw-60 .bottone-call-to-action {
    width: 100%;
  }
}
.sezione-prodotti .mw-60 .montagne-con-rombi,
.sezione-prodotti .mw-60 .bicchiere-con-rombi,
.sezione-ricetta .mw-60 .montagne-con-rombi,
.sezione-ricetta .mw-60 .bicchiere-con-rombi {
  width: 100%;
  border-top: 4px solid #A46A37;
  border-bottom: 4px solid #A46A37;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .montagne-con-rombi,
  .sezione-prodotti .mw-60 .bicchiere-con-rombi,
  .sezione-ricetta .mw-60 .montagne-con-rombi,
  .sezione-ricetta .mw-60 .bicchiere-con-rombi {
    border-top: 0;
    border-bottom: 0;
  }
}
.sezione-prodotti .mw-60 .montagne-con-rombi img,
.sezione-prodotti .mw-60 .montagne-con-rombi picture,
.sezione-prodotti .mw-60 .bicchiere-con-rombi img,
.sezione-prodotti .mw-60 .bicchiere-con-rombi picture,
.sezione-ricetta .mw-60 .montagne-con-rombi img,
.sezione-ricetta .mw-60 .montagne-con-rombi picture,
.sezione-ricetta .mw-60 .bicchiere-con-rombi img,
.sezione-ricetta .mw-60 .bicchiere-con-rombi picture {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .montagne-con-rombi img,
  .sezione-prodotti .mw-60 .montagne-con-rombi picture,
  .sezione-prodotti .mw-60 .bicchiere-con-rombi img,
  .sezione-prodotti .mw-60 .bicchiere-con-rombi picture,
  .sezione-ricetta .mw-60 .montagne-con-rombi img,
  .sezione-ricetta .mw-60 .montagne-con-rombi picture,
  .sezione-ricetta .mw-60 .bicchiere-con-rombi img,
  .sezione-ricetta .mw-60 .bicchiere-con-rombi picture {
    /* aspect-ratio: 1 / 1.2;
     object-fit: cover;
     object-position: center center;
     */
  }
}
.sezione-prodotti .mw-60 .montagne-con-rombi .rombo-colorato.verde,
.sezione-prodotti .mw-60 .bicchiere-con-rombi .rombo-colorato.verde,
.sezione-ricetta .mw-60 .montagne-con-rombi .rombo-colorato.verde,
.sezione-ricetta .mw-60 .bicchiere-con-rombi .rombo-colorato.verde {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .montagne-con-rombi .rombo-colorato.verde,
  .sezione-prodotti .mw-60 .bicchiere-con-rombi .rombo-colorato.verde,
  .sezione-ricetta .mw-60 .montagne-con-rombi .rombo-colorato.verde,
  .sezione-ricetta .mw-60 .bicchiere-con-rombi .rombo-colorato.verde {
    width: 35vw;
    height: 35vw;
  }
}
.sezione-prodotti .mw-60 .montagne-con-rombi .rombo-colorato.borgogna,
.sezione-prodotti .mw-60 .bicchiere-con-rombi .rombo-colorato.borgogna,
.sezione-ricetta .mw-60 .montagne-con-rombi .rombo-colorato.borgogna,
.sezione-ricetta .mw-60 .bicchiere-con-rombi .rombo-colorato.borgogna {
  height: 100%;
  width: 40%;
  right: -20%;
  left: auto;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .montagne-con-rombi .rombo-colorato.borgogna,
  .sezione-prodotti .mw-60 .bicchiere-con-rombi .rombo-colorato.borgogna,
  .sezione-ricetta .mw-60 .montagne-con-rombi .rombo-colorato.borgogna,
  .sezione-ricetta .mw-60 .bicchiere-con-rombi .rombo-colorato.borgogna {
    display: none;
  }
}
.sezione-prodotti .mw-60 .contenitore-illustrazione-ponte,
.sezione-ricetta .mw-60 .contenitore-illustrazione-ponte {
  text-align: center;
  margin-top: 10vh;
  border-top: 4px solid #A46A37;
}
.sezione-prodotti .mw-60 .contenitore-illustrazione-ponte img,
.sezione-ricetta .mw-60 .contenitore-illustrazione-ponte img {
  display: flex;
  margin: 0 auto;
  border-left: 4px solid #A46A37;
  border-right: 4px solid #A46A37;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .mw-60 .contenitore-illustrazione-ponte img,
  .sezione-ricetta .mw-60 .contenitore-illustrazione-ponte img {
    border-left: 0;
    border-right: 0;
  }
}
.sezione-prodotti .lista-prodotti,
.sezione-ricetta .lista-prodotti {
  padding-bottom: 20vh;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .lista-prodotti,
  .sezione-ricetta .lista-prodotti {
    padding-bottom: 0;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-titolo,
.sezione-ricetta .lista-prodotti .contenitore-titolo {
  text-align: center;
  border-top: 4px solid #A46A37;
  border-bottom: 4px solid #A46A37;
  padding: 7.5vh 0;
  z-index: 2;
  background-color: #E7E0D8;
}
.sezione-prodotti .lista-prodotti .contenitore-titolo h2,
.sezione-ricetta .lista-prodotti .contenitore-titolo h2 {
  margin: 0;
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #89103E;
}
@media screen and (min-width: 1921px) {
  .sezione-prodotti .lista-prodotti .contenitore-titolo h2,
  .sezione-ricetta .lista-prodotti .contenitore-titolo h2 {
    font-size: 34px;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill {
  position: relative;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale {
  background: #89103E;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 10vh;
  left: 5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .contenitore-romboidale,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale {
    display: none;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
  position: relative;
  max-width: 11.5vw;
  margin: 20vh auto 5vh auto;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
    max-width: 13.5vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
    max-width: 13.5vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
    max-width: 14.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
    max-width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom {
    max-width: 61vw;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom .bottiglia-amaro-del-bill,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom .bottiglia-amaro-del-bill,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom .bottiglia-amaro-del-bill,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom .bottiglia-amaro-del-bill {
  display: block;
  mix-blend-mode: multiply;
  transform: scale(1);
  z-index: -1;
  position: relative;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom .zoom-img,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom .zoom-img,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .wrapper-zoom .zoom-img,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .wrapper-zoom .zoom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro {
  background-color: #68A3A2;
  padding: 5vh 5vw;
  width: 100%;
  text-align: center;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h2,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h2,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2 {
  margin: 0;
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #89103E;
}
@media screen and (min-width: 1921px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h2,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h2,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2 {
    font-size: 34px;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h3,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h3,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3 {
  margin: 10px auto 0 auto;
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  color: #89103E;
}
@media screen and (min-width: 1921px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h3,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .titolo-amaro h3,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3 {
    font-size: 34px;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro {
  width: 100%;
  background: #89103E;
  color: #fff;
  padding: 10vh 5vw;
  text-align: center;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro p,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro p,
.sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro p,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro p {
  margin: 0 auto;
  max-width: 66%;
}
@media screen and (max-width: 480px) {
  .sezione-prodotti .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro p,
  .sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro p,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-del-bill .descrizione-amaro p,
  .sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro p {
    max-width: 100%;
  }
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill {
  border-bottom: 4px solid #A46A37;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .contenitore-romboidale {
  background: #161615;
  left: auto;
  right: 5vw;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro {
  background-color: #00595C;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2,
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h2,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .titolo-amaro h3 {
  color: #fff;
}
.sezione-prodotti .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro,
.sezione-ricetta .lista-prodotti .contenitore-amaro-riserva-del-bill .descrizione-amaro {
  background: #161615;
  color: #fff;
}

/* 05 - SEZIONE MARQUEE */
.sezione-marquee {
  background: #68A3A2;
  width: 100%;
  padding: 5vh 0;
  border-top: 4px solid #A46A37;
  overflow: hidden;
}
.sezione-marquee .contenitore-marquee .marquee {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.sezione-marquee .contenitore-marquee .marquee h3 {
  font-family: "Parkinsans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  color: #89103E;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .sezione-marquee .contenitore-marquee .marquee h3 {
    font-size: 30px;
  }
}

/* 06 - SEZIONE RICETTA */
.sezione-ricetta {
  position: relative;
}
.sezione-ricetta .mw-60 {
  padding-bottom: 15vh;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60 {
    padding-bottom: 0;
  }
}
.sezione-ricetta .mw-60::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #A46A37;
  position: absolute;
  top: 0;
  left: -10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ricetta .mw-60::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60::before {
    display: none;
  }
}
.sezione-ricetta .mw-60::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #A46A37;
  position: absolute;
  top: 0;
  right: -10vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ricetta .mw-60::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60::after {
    display: none;
  }
}
.sezione-ricetta .mw-60 .bottone-animato {
  background: #68A3A2;
  color: #89103E;
}
.sezione-ricetta .mw-60 .bicchiere-con-rombi .rombo-colorato.borgogna {
  height: 100%;
  width: 40%;
  left: -20%;
  right: auto;
}
.sezione-ricetta .mw-60 .contenitore-titolo {
  text-align: center;
  border-top: 4px solid #A46A37;
  border-bottom: 4px solid #A46A37;
  padding: 7.5vh 0;
}
.sezione-ricetta .mw-60 .contenitore-titolo h2,
.sezione-ricetta .mw-60 .contenitore-titolo h3 {
  margin: 0;
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00595C;
}
@media screen and (min-width: 1921px) {
  .sezione-ricetta .mw-60 .contenitore-titolo h2,
  .sezione-ricetta .mw-60 .contenitore-titolo h3 {
    font-size: 34px;
  }
}
.sezione-ricetta .mw-60 .contenitore-titolo h3 {
  margin-top: 5px;
  font-weight: 300;
}
.sezione-ricetta .mw-60 .descrizione-ricetta {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 7.5vh 5vw;
}
.sezione-ricetta .mw-60 .descrizione-ricetta p {
  margin: 0;
  max-width: 46%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-ricetta .mw-60 .descrizione-ricetta p {
    max-width: 66%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ricetta .mw-60 .descrizione-ricetta p {
    max-width: 66%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60 .descrizione-ricetta p {
    max-width: 100%;
  }
}
.sezione-ricetta .mw-60 .descrizione-ricetta + .lista-ricetta {
  margin-top: 0;
}
.sezione-ricetta .mw-60 .lista-ricetta {
  margin-top: 15vh;
  padding-bottom: calc(15vh - 4.8vw);
  gap: 4.76vw;
  gap: 8%;
  border-bottom: 4px solid #A46A37;
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60 .lista-ricetta {
    padding-left: 5vw;
    padding-right: 5vw;
    gap: 0;
  }
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta {
  flex-basis: 28%;
  width: 28%;
  position: relative;
  display: flex;
  margin-bottom: 8%;
  aspect-ratio: 1;
}
@media screen and (max-width: 480px) {
  .sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta {
    flex-basis: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 10vw;
  clip-path: polygon(50% 0%, 80% 50%, 50% 100%, 20% 50%);
  overflow: hidden;
  background-color: red;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  will-change: opacity visibility;
  transition: 0.3s opacity linear, 0.3s visibility linear;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:nth-child(3n+1):before {
  background-color: #89103E;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:nth-child(3n+2):before {
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-gallery-1-texture-2.jpg");
  mix-blend-mode: normal;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:nth-child(3n+3):before {
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-bg-gradient.jpg");
  mix-blend-mode: normal;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:nth-child(5) {
  pointer-events: none;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:hover p {
  opacity: 1;
  visibility: visible;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta:hover:before {
  opacity: 1;
  visibility: visible;
}
.sezione-ricetta .mw-60 .lista-ricetta .blocco-ricetta p {
  font-family: "Allison Script", sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: opacity visibility;
  transition: 0.3s opacity linear, 0.3s visibility linear;
  z-index: 2;
}

/* 08 - SEZIONE COME GUSTARLO */
.sezione-come-gustarlo {
  overflow: hidden;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo {
    border-top: 4px solid #A46A37;
  }
}
.sezione-come-gustarlo .col-left,
.sezione-come-gustarlo .col-right {
  flex-basis: 37.5%;
  width: 37.5%;
  position: relative;
  background-color: #89103E;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-come-gustarlo .col-left,
  .sezione-come-gustarlo .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-come-gustarlo .col-left,
  .sezione-come-gustarlo .col-right {
    flex-basis: 35%;
    width: 35%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .col-left,
  .sezione-come-gustarlo .col-right {
    width: 27.5%;
    flex-basis: 27.5%;
    padding-top: 20vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-left,
  .sezione-come-gustarlo .col-right {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-come-gustarlo .col-left,
  .sezione-come-gustarlo .col-right {
    width: 100%;
    flex-basis: 100%;
  }
}
.sezione-come-gustarlo .col-left img,
.sezione-come-gustarlo .col-right img {
  width: 100%;
}
.sezione-come-gustarlo .col-left .contenitore-gallery-left,
.sezione-come-gustarlo .col-left .contenitore-gallery-right,
.sezione-come-gustarlo .col-right .contenitore-gallery-left,
.sezione-come-gustarlo .col-right .contenitore-gallery-right {
  width: 100%;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-right {
    height: 100%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-right {
    height: 100%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left .gallery-right,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-left,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right .gallery-right {
    height: 100%;
  }
}
.sezione-come-gustarlo .col-left .contenitore-gallery-left img,
.sezione-come-gustarlo .col-left .contenitore-gallery-right img,
.sezione-come-gustarlo .col-right .contenitore-gallery-left img,
.sezione-come-gustarlo .col-right .contenitore-gallery-right img {
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-left .contenitore-gallery-left img,
  .sezione-come-gustarlo .col-left .contenitore-gallery-right img,
  .sezione-come-gustarlo .col-right .contenitore-gallery-left img,
  .sezione-come-gustarlo .col-right .contenitore-gallery-right img {
    aspect-ratio: 1/0.5;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-left {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-come-gustarlo .col-left {
    display: none;
  }
}
.sezione-come-gustarlo .col-left .rombo-colorato.borgogna {
  z-index: 9;
  height: 84%;
  width: 80%;
  left: -40%;
  top: 16%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .col-left .rombo-colorato.borgogna {
    height: 74%;
    width: 80%;
    left: -40%;
    top: 26%;
  }
}
.sezione-come-gustarlo .col-right .rombo-colorato.borgogna {
  z-index: 9;
  height: 84%;
  width: 80%;
  right: -40%;
  left: auto;
  top: 16%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .col-right .rombo-colorato.borgogna {
    height: 74%;
    width: 80%;
    right: -40%;
    top: 26%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-right .rombo-colorato.borgogna {
    height: 96%;
    width: 70%;
  }
}
.sezione-come-gustarlo .col-center {
  width: 25%;
  flex-basis: 25%;
  text-align: center;
  padding: 5vh 2.5vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-come-gustarlo .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-come-gustarlo .col-center {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .col-center {
    width: 45%;
    flex-basis: 45%;
    padding: 10vh 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-center {
    width: 100%;
    flex-basis: 100%;
    padding: 15vh 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-come-gustarlo .col-center {
    width: 100%;
    flex-basis: 100%;
    padding: 15vh 5vw 10vh 5vw;
  }
}
.sezione-come-gustarlo .col-center h2 {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #00595C;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1921px) {
  .sezione-come-gustarlo .col-center h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
.sezione-come-gustarlo .col-center p {
  color: #00595C;
  margin-bottom: 0;
  margin-top: 5vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-center p {
    max-width: 66%;
  }
}
.sezione-come-gustarlo .col-center img {
  max-width: 40%;
  margin: 0 auto 5vh auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .col-center img {
    max-width: 30%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .texture {
    display: none;
  }
}
.sezione-come-gustarlo .outro-come-gustarlo {
  background-color: #89103E;
  justify-content: center;
  width: 100%;
  flex-basis: 100%;
}
.sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
  width: 25%;
  flex-basis: 25%;
  color: #E7E0D8;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
    flex-basis: 30%;
    width: 30%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
    width: 45%;
    flex-basis: 45%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
    width: 50vw;
    flex-basis: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-come-gustarlo .outro-come-gustarlo .bottone-animato {
    width: 100%;
    flex-basis: 100%;
  }
}
.sezione-come-gustarlo .bottone-call-to-action {
  pointer-events: none;
}

/* 09 - CALL TO ACTION HORECA */
.call-to-action-horeca {
  padding-top: 20vh;
  padding-bottom: 20vh;
  padding-left: 5vw;
  padding-right: 5vw;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .call-to-action-horeca {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .call-to-action-horeca {
    text-align: center;
  }
}
.call-to-action-horeca h2 {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #89103E;
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .call-to-action-horeca h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1921px) {
  .call-to-action-horeca h2 {
    font-size: 34px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .call-to-action-horeca h2 {
    font-size: 28px;
  }
}
.call-to-action-horeca h3,
.call-to-action-horeca p,
.call-to-action-horeca a {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #00595C;
  font-size: 32px;
  line-height: 1;
  margin: 10px 0;
}
@media screen and (min-width: 1921px) {
  .call-to-action-horeca h3,
  .call-to-action-horeca p,
  .call-to-action-horeca a {
    font-size: 28px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1921px) {
  .call-to-action-horeca h3,
  .call-to-action-horeca p,
  .call-to-action-horeca a {
    font-size: 34px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .call-to-action-horeca h3,
  .call-to-action-horeca p,
  .call-to-action-horeca a {
    font-size: 25px;
  }
}
.call-to-action-horeca p,
.call-to-action-horeca a {
  margin: 0;
}

/* 10 - LISTA DISTRIBUTORI */
.sezione-lista-distributori {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #89103E;
}
.sezione-lista-distributori .contenitore-lista-distributori {
  border-top: 2.5px solid #E7E0D8;
  border-bottom: 2.5px solid #E7E0D8;
}
.sezione-lista-distributori .contenitore-lista-distributori h2 {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #E7E0D8;
  margin: 3.5vh;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .sezione-lista-distributori .contenitore-lista-distributori h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
.sezione-lista-distributori .contenitore-lista-distributori .lista-distributori {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.sezione-lista-distributori .contenitore-lista-distributori .lista-distributori li {
  border-top: 2.5px solid #E7E0D8;
  padding: 3.5vh 2.5vw;
  color: #E7E0D8;
}
.sezione-lista-distributori .contenitore-lista-distributori .lista-distributori li a {
  color: #E7E0D8;
}
.sezione-lista-distributori .contenitore-lista-distributori .lista-distributori li p {
  margin: 0;
}
.sezione-lista-distributori .bottone-animato {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vh auto 0 auto;
  cursor: pointer;
  background-color: #E7E0D8;
  color: #89103E;
}

/* 11 - FOOTER */
.site-footer {
  padding: 5vh 5vw;
  background-color: #fff;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .site-footer {
    padding: 5vh 2.5vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .site-footer {
    padding: 5vh 2.5vw;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .site-footer {
    padding: 5vh 2.5vw;
  }
}
.site-footer .site-info {
  gap: 0 5%;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-footer {
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer {
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer {
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.site-footer .site-info .col-footer.social {
  gap: 15px;
  flex-wrap: nowrap;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-footer.social {
    margin-top: 1.5vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-footer.social {
    margin-top: 1.5vh;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-footer.social {
    margin-top: 1.5vh;
  }
}
.site-footer .site-info p,
.site-footer .site-info a {
  color: #89103E;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    font-size: 18px;
  }
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    font-size: 15px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info p,
  .site-footer .site-info a {
    font-size: 16px;
  }
}
.site-footer .disclaimer-alcool {
  text-align: center;
  color: #89103E;
  line-height: 1;
  margin: 0;
  margin-top: 5vh;
}
@media screen and (max-width: 480px) {
  .site-footer .disclaimer-alcool {
    font-size: 14px;
  }
}

/* 12 - AGE GATE */
.age-gate__wrapper {
  padding: 0 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.age-gate__wrapper:before {
  content: "";
  display: inline-block;
  flex-basis: 12%;
  width: 12%;
  border-right: 4px solid #A46A37;
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-texture.svg");
  z-index: 99;
  position: relative;
}
.age-gate__wrapper:after {
  content: "";
  display: inline-block;
  flex-basis: 12%;
  width: 12%;
  border-left: 4px solid #A46A37;
  background: url("/wp-content/uploads/2025/05/amaro-del-bill-hero-texture.svg");
  z-index: 99;
  position: relative;
}
.age-gate__wrapper .age-gate__background {
  background-color: #E7E0D8;
}
.age-gate__wrapper .age-gate {
  background-color: #E7E0D8;
  padding: 0;
  flex-basis: 76%;
  width: 76%;
  position: relative;
  max-width: 100%;
  margin: 0;
}
.age-gate__wrapper .age-gate .age-gate__heading {
  margin: 7vh 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .age-gate__wrapper .age-gate .age-gate__heading {
    margin: 2vh 0;
  }
}
@media screen and (max-width: 480px) {
  .age-gate__wrapper .age-gate .age-gate__heading {
    margin: 2vh 0;
  }
}
.age-gate__wrapper .age-gate .age-gate__heading img {
  max-width: 12vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .age-gate__wrapper .age-gate .age-gate__heading img {
    max-width: 17vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .age-gate__wrapper .age-gate .age-gate__heading img {
    max-width: 32vw;
  }
}
@media screen and (max-width: 480px) {
  .age-gate__wrapper .age-gate .age-gate__heading img {
    max-width: 35vw;
  }
}
.age-gate__wrapper .age-gate .age-gate__challenge {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #89103E;
  text-transform: uppercase;
  border-top: 4px solid #A46A37;
  border-right: 0;
  border-left: 0;
  padding: 5vh 0;
  text-align: center;
  margin: 0;
  font-size: 30px;
}
@media screen and (min-width: 1921px) {
  .age-gate__wrapper .age-gate .age-gate__challenge {
    font-size: 28px;
    line-height: 29px;
  }
}
@media screen and (max-width: 480px) {
  .age-gate__wrapper .age-gate .age-gate__challenge {
    line-height: 1;
    font-size: 21px;
    padding: 5vh 10vw;
  }
}
.age-gate__wrapper .age-gate .age-gate__buttons {
  border-top: 4px solid #A46A37;
  border-bottom: 4px solid #A46A37;
  gap: 0;
  align-items: unset;
}
.age-gate__wrapper .age-gate .age-gate__buttons button {
  padding: 0;
  background-color: transparent;
  font-family: "Lemon Mocktail";
  font-size: 3vw;
  font-weight: normal;
  color: #89103E;
  border-radius: 0;
  transition: 0.3s background-color linear, 0.3s color linear, 3s border-color linear;
  will-change: background-color, color, border-color;
  aspect-ratio: 1;
  width: 10%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .age-gate__wrapper .age-gate .age-gate__buttons button {
    font-size: 5.5vw;
    width: 15%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .age-gate__wrapper .age-gate .age-gate__buttons button {
    font-size: 7vw;
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .age-gate__wrapper .age-gate .age-gate__buttons button {
    font-size: 11vw;
    width: 40%;
  }
}
.age-gate__wrapper .age-gate .age-gate__buttons button.age-gate__submit--yes {
  border-left: 4px solid #A46A37;
  border-right: 4px solid #A46A37;
}
.age-gate__wrapper .age-gate .age-gate__buttons button.age-gate__submit--no {
  border-right: 4px solid #A46A37;
}
.age-gate__wrapper .age-gate .age-gate__buttons button:hover {
  background-color: #89103E;
  color: #fff;
}

/* 13 - 404 */
.contenitore-404 {
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding: 250px 0;
  justify-content: center;
  flex-direction: column;
}
.contenitore-404 .logo img {
  width: 30vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 .logo img {
    width: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 .logo img {
    width: 80vw;
  }
}
.contenitore-404 h1 {
  font-style: normal;
  font-size: 2vw;
  line-height: 1.2;
  color: #000;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-404 h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 h1 {
    font-size: 8vw;
  }
}
.contenitore-404 a {
  font-style: normal;
  font-size: 40px;
  color: #000 !important;
  text-decoration: underline;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-404 a {
    font-size: 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-404 a {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-404 a {
    font-size: 20px;
  }
}

/* 14 - CREDITS */
.credits {
  background: #68A3A2;
  color: #89103E;
  padding: 10px 5vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .credits {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .credits {
    justify-content: center;
    flex-direction: column;
    z-index: 9;
  }
}
.credits svg, .credits a {
  max-width: 230px !important;
  width: 100% !important;
  height: 32px !important;
}
.credits a:first-child {
  font-family: "Parkinsans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #89103E;
  text-decoration: none !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  font-size: 12px;
  margin: 0 10px 0 0;
  height: auto;
  line-height: 35px;
}
@media screen and (min-width: 1921px) {
  .credits a:first-child {
    font-size: 28px;
    line-height: 29px;
  }
}
@media screen and (min-width: 1921px) {
  .credits a:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .credits a:first-child {
    margin: 0;
    font-size: 15px;
  }
}
.credits .cls-credits {
  fill: #89103E;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  stroke: none;
}
.credits .cls-1, .credits .cls-2, .credits .cls-3 {
  fill: none;
}
.credits .cls-2 {
  clip-path: url(#clippath-1);
}
.credits .cls-3 {
  clip-path: url(#clippath);
}/*# sourceMappingURL=main.css.map */