@charset "UTF-8";
@font-face {
  font-family: 'SometimesTimes';
  src: url("../fonts/SometimesTimes-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ClashGrotesk';
  src: url("../fonts/ClashGrotesk-Light.woff") format("woff");
  font-weight: normal;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'ClashGrotesk';
  src: url("../fonts/ClashGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'ClashGrotesk';
  src: url("../fonts/ClashGrotesk-Regular.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal; }
.ab_content_flex {
  width: 100%;
  justify-content: space-between;
  display: flex;
  gap: 0 50px; }
  .ab_content_flex.remove_flex_gap {
    gap: 0; }
  @media (max-width: 992px) {
    .ab_content_flex {
      flex-direction: column; }
      .ab_content_flex:not(:last-child) {
        margin-bottom: 20px; } }
  .ab_content_flex.align_top {
    align-items: flex-start; }
  .ab_content_flex.align_left {
    align-items: flex-start; }
  .ab_content_flex.align_right {
    align-items: flex-end; }
  .ab_content_flex.align_center {
    align-items: center; }
  .ab_content_flex.align_bottom {
    align-items: flex-end; }
  .ab_content_flex.justify_left {
    justify-content: left; }
  .ab_content_flex.justify_right {
    justify-content: right; }
  .ab_content_flex.justify_center {
    justify-content: center; }
  .ab_content_flex.justify_between {
    justify-content: space-between; }
  .ab_content_flex .side_a {
    width: 50%;
    position: relative; }
    @media (max-width: 992px) {
      .ab_content_flex .side_a {
        width: 100%; }
        .ab_content_flex .side_a picture {
          margin-bottom: 25px; } }
  .ab_content_flex .side_b {
    width: 50%;
    position: relative; }
    @media (max-width: 992px) {
      .ab_content_flex .side_b {
        width: 100%; } }
  .ab_content_flex .side_top {
    width: 100%; }
  .ab_content_flex .side_bottom {
    width: 100%; }

.section_composer.immagine_wide picture {
  position: absolute;
  width: 60vw;
  top: 0;
  left: 0;
  height: 50vh;
  border-radius: 4px; }
  @media (max-width: 1600px) {
    .section_composer.immagine_wide picture {
      height: 68vh;
      max-height: 550px; } }
  @media (max-width: 992px) {
    .section_composer.immagine_wide picture {
      position: static;
      width: 100%;
      margin-top: 40px;
      order: 1;
      display: block;
      height: 45vh; } }
.section_composer.under_wide {
  padding-top: 40vh; }
  @media (max-width: 1600px) {
    .section_composer.under_wide {
      padding-top: 60vh; } }
  @media (max-width: 992px) {
    .section_composer.under_wide {
      padding-top: 0; } }
.section_composer .video_background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1; }
  .section_composer .video_background video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: relative;
    top: 0;
    left: 0; }
.section_composer .paragrafo {
  position: relative; }
  .section_composer .paragrafo.text_align_left {
    text-align: left; }
  .section_composer .paragrafo.text_align_right {
    text-align: right; }
  .section_composer .paragrafo.text_align_center {
    text-align: center; }
.section_composer.remove_padding_top {
  padding-top: 0; }
.section_composer.remove_padding_bottom {
  padding-bottom: 0; }
.section_composer picture.remove_margin_top {
  margin-top: 0; }
.section_composer picture.remove_margin_bottom {
  margin-bottom: 0; }
.section_composer .banner_picture {
  height: 50vh;
  border-radius: 4px;
  display: flex;
  margin: 50px 0 0; }
  .section_composer .banner_picture:not(:last-child) {
    margin-bottom: 50px; }
.section_composer .normal_picture {
  display: flex;
  width: 100%;
  margin-bottom: 0; }
  .section_composer .normal_picture:not(:last-child) {
    margin-bottom: 25px; }
.section_composer .ruota_img {
  transform: rotate(-10deg);
  max-width: 300px;
  margin: 0 auto 100px; }
  @media (max-width: 992px) {
    .section_composer .ruota_img {
      margin-bottom: 60px !important; } }
.section_composer .side_bottom .banner_picture {
  margin-bottom: 0; }
.section_composer .ab_content_flex {
  flex-wrap: wrap; }
.section_composer.col_50_50 .ab_content_flex .side_a {
  width: calc(50% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_50_50 .ab_content_flex .side_a {
      width: 100%; } }
.section_composer.col_50_50 .ab_content_flex .side_b {
  width: calc(50% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_50_50 .ab_content_flex .side_b {
      width: 100%; } }
.section_composer.col_50_50 .ab_content_flex.remove_flex_gap .side_a {
  width: 50%; }
  @media (max-width: 992px) {
    .section_composer.col_50_50 .ab_content_flex.remove_flex_gap .side_a {
      width: 100%; } }
.section_composer.col_50_50 .ab_content_flex.remove_flex_gap .side_b {
  width: 50%; }
  @media (max-width: 992px) {
    .section_composer.col_50_50 .ab_content_flex.remove_flex_gap .side_b {
      width: 100%; } }
.section_composer.col_40_60 .ab_content_flex .side_a {
  width: calc(40% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_40_60 .ab_content_flex .side_a {
      width: 100%; } }
.section_composer.col_40_60 .ab_content_flex .side_b {
  width: calc(60% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_40_60 .ab_content_flex .side_b {
      width: 100%; } }
.section_composer.col_40_60 .ab_content_flex.remove_flex_gap .side_a {
  width: 40%; }
  @media (max-width: 992px) {
    .section_composer.col_40_60 .ab_content_flex.remove_flex_gap .side_a {
      width: 100%; } }
.section_composer.col_40_60 .ab_content_flex.remove_flex_gap .side_b {
  width: 60%; }
  @media (max-width: 992px) {
    .section_composer.col_40_60 .ab_content_flex.remove_flex_gap .side_b {
      width: 100%; } }
.section_composer.col_60_40 .ab_content_flex .side_a {
  width: calc(60% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_60_40 .ab_content_flex .side_a {
      width: 100%; } }
.section_composer.col_60_40 .ab_content_flex .side_b {
  width: calc(40% - 25px); }
  @media (max-width: 992px) {
    .section_composer.col_60_40 .ab_content_flex .side_b {
      width: 100%; } }
.section_composer.col_60_40 .ab_content_flex.remove_flex_gap .side_a {
  width: 60%; }
  @media (max-width: 992px) {
    .section_composer.col_60_40 .ab_content_flex.remove_flex_gap .side_a {
      width: 100%; } }
.section_composer.col_60_40 .ab_content_flex.remove_flex_gap .side_b {
  width: 40%; }
  @media (max-width: 992px) {
    .section_composer.col_60_40 .ab_content_flex.remove_flex_gap .side_b {
      width: 100%; } }
.section_composer.col_100 .ab_content_flex {
  flex-direction: column; }
  .section_composer.col_100 .ab_content_flex .side_a {
    width: 100%; }
  .section_composer.col_100 .ab_content_flex .side_b {
    width: 100%; }
.section_composer.sfondo_dark {
  background-color: #F7F6F2; }
  .section_composer.sfondo_dark .paragrafo h2 strong {
    color: #161310; }

.text_banner {
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .text_banner {
      display: flex;
      flex-direction: column;
      padding-top: 0; } }
  @media (max-width: 992px) {
    .text_banner .mod_container {
      order: 2; } }
  @media (max-width: 992px) {
    .text_banner.corpo_testo {
      padding: 40px 0 0; } }
  .text_banner.corpo_testo .paragrafo h2 {
    margin-bottom: 40px; }
  .text_banner.corpo_testo .paragrafo p {
    padding-right: 30px; }
    @media (max-width: 992px) {
      .text_banner.corpo_testo .paragrafo p {
        max-width: 100%; } }
  .text_banner picture {
    position: absolute;
    width: 60vw;
    top: 0;
    left: 0;
    height: 50vh;
    border-radius: 4px; }
    @media (max-width: 1600px) {
      .text_banner picture {
        height: 68vh;
        max-height: 550px; } }
    @media (max-width: 992px) {
      .text_banner picture {
        position: static;
        width: 100%;
        margin-top: 40px;
        order: 1;
        display: block; } }

.grid_padding_top .grid_wrap {
  padding-top: 25px; }

.grid_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
  margin-top: 25px; }
  .grid_wrap.sezione_stile_2 {
    gap: 50px 25px;
    margin-bottom: 0 !important; }
  .grid_wrap.sezione_stile_1 {
    margin-bottom: 50px !important; }
  .grid_wrap.contratta .item_w .inner_w .paragrafo.paragrafo_bottom {
    margin-top: 0; }
  .grid_wrap.contratta .item_w .inner_w .paragrafo h2 {
    font-size: 30px; }
  .grid_wrap.contratta .item_w .inner_w .box_info {
    margin-top: 0; }
    .grid_wrap.contratta .item_w .inner_w .box_info .linea_anim {
      display: none; }
  @media (max-width: 992px) {
    .grid_wrap {
      grid-template-columns: 1fr 1fr !important; } }
  @media (max-width: 767px) {
    .grid_wrap {
      grid-template-columns: 1fr !important;
      gap: 20px; } }
  .grid_wrap.grid_1 {
    grid-template-columns: 1fr; }
  .grid_wrap.grid_2 {
    grid-template-columns: 1fr 1fr; }
  .grid_wrap.grid_3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .grid_wrap.grid_4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_11 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr  1fr 1fr 1fr; }
  .grid_wrap.grid_12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr  1fr 1fr 1fr 1fr; }
  .grid_wrap.grid_focus {
    margin-top: 25px;
    margin-bottom: 80px; }
    .grid_wrap.grid_focus .item_focus {
      min-height: 350px; }
      .grid_wrap.grid_focus .item_focus .paragrafo h2 {
        font-weight: bold;
        color: #161310;
        text-transform: uppercase;
        font-size: 30px; }
      .grid_wrap.grid_focus .item_focus .paragrafo p {
        color: #161310; }
      .grid_wrap.grid_focus .item_focus picture {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        transition: .3s;
        margin: 0; }
      .grid_wrap.grid_focus .item_focus .video_background {
        opacity: 0;
        transition: .3s; }
      .grid_wrap.grid_focus .item_focus:hover .paragrafo h2 {
        color: #161310; }
      .grid_wrap.grid_focus .item_focus:hover .paragrafo p {
        color: #161310; }
      .grid_wrap.grid_focus .item_focus:hover .inner_w {
        border: 0.06em solid #161310; }
      .grid_wrap.grid_focus .item_focus:hover picture, .grid_wrap.grid_focus .item_focus:hover .video_background {
        opacity: 1; }
  .grid_wrap .item_w {
    position: relative; }
    .grid_wrap .item_w:hover {
      cursor: default; }
    .grid_wrap .item_w .inner_w {
      border: 0.06em solid #161310;
      padding: 30px;
      transition: .3s;
      border-radius: 2px;
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      position: relative; }
      @media (max-width: 767px) {
        .grid_wrap .item_w .inner_w {
          padding: 25px; } }
      .grid_wrap .item_w .inner_w .link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        border: none;
        color: transparent;
        box-shadow: none;
        outline: none; }
        .grid_wrap .item_w .inner_w .link a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0;
          padding: 0;
          background: transparent;
          border: none;
          color: transparent;
          box-shadow: none;
          outline: none; }
    .grid_wrap .item_w:hover .inner_w {
      border: 0.06em solid #fff;
      box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }
      @media (max-width: 1024px) {
        .grid_wrap .item_w:hover .inner_w {
          border: 0.06em solid #161310;
          box-shadow: none; } }
    .grid_wrap .item_w .box_info {
      margin-top: 40px; }
    .grid_wrap .item_w h2 {
      font-weight: 300;
      font-size: 48px;
      color: #161310; }
      @media (max-width: 767px) {
        .grid_wrap .item_w h2 {
          font-size: 38px; } }
    .grid_wrap .item_w p {
      font-size: 15px;
      color: #63605F; }
    .grid_wrap .item_w picture {
      height: 200px;
      display: block;
      border-radius: 10px;
      margin: 0px 0; }
    .grid_wrap .item_w .paragrafo_bottom {
      margin-top: 30px; }
  .grid_wrap .item_w_stile_2 {
    display: flex; }
    .grid_wrap .item_w_stile_2:hover .inner_w {
      box-shadow: none;
      border: none !important; }
    .grid_wrap .item_w_stile_2 .inner_w {
      height: auto;
      padding: 0;
      border: none;
      display: flex; }
      .grid_wrap .item_w_stile_2 .inner_w .box_info {
        border-top: 1px solid #161310; }
      .grid_wrap .item_w_stile_2 .inner_w .paragrafo h2 {
        font-weight: 300;
        font-size: 30px;
        line-height: 100%;
        color: #161310;
        text-transform: none;
        margin-bottom: 0; }
      .grid_wrap .item_w_stile_2 .inner_w .paragrafo p {
        color: #161310;
        max-width: 250px; }
        @media (max-width: 767px) {
          .grid_wrap .item_w_stile_2 .inner_w .paragrafo p {
            max-width: 100%; } }
      .grid_wrap .item_w_stile_2 .inner_w picture {
        position: relative;
        opacity: 1;
        margin-bottom: 35px;
        max-width: 140px;
        height: auto; }

.sfondo_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .sfondo_bk:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    background: #000;
    z-index: 100; }

/* --- 1. OVERLAY PRINCIPALE (Il contenitore padre) --- */
.mega_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 99;
  background-color: #161310;
  padding-top: 140px;
  overflow-y: auto;
  /* FIX SCROLL */
  -webkit-overflow-scrolling: touch;
  /* Abilita inerzia su iOS */
  overscroll-behavior: contain;
  /* Impedisce che lo scroll muova il body sotto */
  padding-bottom: 100px;
  /* Spazio extra in fondo per non tagliare l'ultima voce */
  opacity: 0;
  visibility: hidden;
  /* --- 2. CONTENITORE GRIGLIA --- */ }
  @media (max-width: 992px) {
    .mega_menu {
      padding-top: 110px; } }
  .mega_menu .mod_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px; }
    @media (max-width: 992px) {
      .mega_menu .mod_container {
        padding: 0 20px; } }
    .mega_menu .mod_container .select_language {
      display: none; }
    @media (max-width: 767px) {
      .mega_menu .mod_container {
        flex-direction: column; }
        .mega_menu .mod_container .select_language {
          display: flex; } }
    .mega_menu .mod_container > ul {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none; }
      .mega_menu .mod_container > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        opacity: 0;
        transform: translateY(30px);
        /* --- 3. ACCORDION FIX (Sub-menu) --- */ }
        .mega_menu .mod_container > ul > li.remove_desktop {
          display: none; }
          @media (max-width: 1280px) {
            .mega_menu .mod_container > ul > li.remove_desktop {
              display: block; } }
        .mega_menu .mod_container > ul > li > a {
          font-family: "ClashGrotesk";
          font-weight: normal;
          color: #9F9F9F;
          font-size: 30px;
          text-transform: uppercase;
          line-height: 80px;
          text-decoration: none;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
          pointer-events: auto !important; }
          @media (max-width: 992px) {
            .mega_menu .mod_container > ul > li > a {
              font-size: 28px; } }
          @media (max-width: 767px) {
            .mega_menu .mod_container > ul > li > a {
              font-size: 24px;
              line-height: 60px; } }
          .mega_menu .mod_container > ul > li > a:hover {
            color: #bd9356; }
            @media (max-width: 992px) {
              .mega_menu .mod_container > ul > li > a:hover {
                color: #fff; } }
          .mega_menu .mod_container > ul > li > a .accordion-icon {
            width: 20px;
            height: 20px;
            position: relative;
            display: block; }
            .mega_menu .mod_container > ul > li > a .accordion-icon::before, .mega_menu .mod_container > ul > li > a .accordion-icon::after {
              content: '';
              position: absolute;
              background: #9F9F9F;
              transition: transform 0.3s ease; }
            .mega_menu .mod_container > ul > li > a .accordion-icon::before {
              top: 50%;
              left: 0;
              width: 100%;
              height: 1px;
              margin-top: -1px; }
            .mega_menu .mod_container > ul > li > a .accordion-icon::after {
              top: 0;
              left: 50%;
              width: 1px;
              height: 100%;
              margin-left: -1px; }
          .mega_menu .mod_container > ul > li > a:hover {
            opacity: 0.8; }
        .mega_menu .mod_container > ul > li.menu_is_open > a .accordion-icon::after {
          transform: rotate(90deg); }
        .mega_menu .mod_container > ul > li .sub-menu-wrapper {
          height: 0;
          overflow: hidden;
          will-change: height; }
        .mega_menu .mod_container > ul > li .sub-menu {
          padding: 40px;
          border-radius: 30px;
          background-color: rgba(255, 255, 255, 0.2);
          backdrop-filter: blur(15px);
          -webkit-backdrop-filter: blur(15px);
          margin-bottom: 30px; }
          .mega_menu .mod_container > ul > li .sub-menu li {
            list-style: none;
            border: none !important;
            opacity: 0;
            transform: translateY(10px); }
            .mega_menu .mod_container > ul > li .sub-menu li a {
              font-size: 20px;
              line-height: 2;
              color: #fff;
              display: block;
              text-decoration: none; }
              .mega_menu .mod_container > ul > li .sub-menu li a .accordion-icon {
                display: none; }
              .mega_menu .mod_container > ul > li .sub-menu li a:hover {
                font-weight: bold; }
        .mega_menu .mod_container > ul > li .sub-menu-grid {
          display: flex;
          background-color: rgba(255, 255, 255, 0.1);
          backdrop-filter: blur(15px);
          -webkit-backdrop-filter: blur(15px);
          border-radius: 4px;
          padding: 40px;
          margin-bottom: 30px;
          gap: 30px; }
          @media (max-width: 992px) {
            .mega_menu .mod_container > ul > li .sub-menu-grid {
              flex-direction: column;
              padding: 20px; } }
        .mega_menu .mod_container > ul > li .sub-menu-links {
          flex: 1;
          padding: 0;
          margin: 0;
          list-style: none; }
          .mega_menu .mod_container > ul > li .sub-menu-links li {
            border: none !important;
            opacity: 0;
            transform: translateY(10px); }
            .mega_menu .mod_container > ul > li .sub-menu-links li.current-menu-item a {
              color: #bd9356; }
            .mega_menu .mod_container > ul > li .sub-menu-links li.under_group {
              padding-left: 20px; }
            .mega_menu .mod_container > ul > li .sub-menu-links li a {
              font-family: "ClashGrotesk";
              font-size: 20px;
              line-height: 2;
              color: #fff;
              display: block;
              text-decoration: none;
              transition: opacity 0.3s;
              opacity: 0.9; }
              @media (max-width: 992px) {
                .mega_menu .mod_container > ul > li .sub-menu-links li a {
                  opacity: 1; } }
              .mega_menu .mod_container > ul > li .sub-menu-links li a .accordion-icon {
                display: none; }
              .mega_menu .mod_container > ul > li .sub-menu-links li a:hover {
                font-weight: bold;
                opacity: 1; }
        .mega_menu .mod_container > ul > li .sub-menu-image-col {
          width: 40%;
          position: relative;
          min-height: 250px;
          border-radius: 2px;
          overflow: hidden;
          background-color: rgba(0, 0, 0, 0.1); }
          @media (max-width: 991px) {
            .mega_menu .mod_container > ul > li .sub-menu-image-col {
              display: none; } }
          .mega_menu .mod_container > ul > li .sub-menu-image-col .menu-image-target {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .mega_menu .mod_container > ul > li .sub-menu-image-col .menu-image-target img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              position: absolute;
              top: 0;
              left: 0; }

/* Classe per le sezioni full-height */
.full-viewport {
  min-height: 100vh;
  min-height: 100dvh; }

.wrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: calc(100%);
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #161310; }
  @media (max-width: 1920px) {
    .wrap {
      height: 730px; } }
  .wrap .mod_container {
    max-width: 100%;
    padding: 0 60px;
    margin: unset;
    gap: 40px;
    align-items: flex-end; }
    @media (max-width: 992px) {
      .wrap .mod_container {
        padding: 0 20px;
        align-items: flex-start;
        flex-direction: column; } }
  .wrap.middle_height {
    min-height: 50vh;
    min-height: 50dvh; }
    .wrap.middle_height .content_text_slide .inner {
      padding-top: 140px; }
    @media (max-width: 1920px) {
      .wrap.middle_height {
        height: 500px; } }
  .wrap::before {
    ccontent: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center, rgba(15, 47, 73, 0.4) 0%, rgba(15, 47, 73, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 100;
    pointer-events: none; }
  @media (max-width: 1024px) {
    .wrap {
      min-height: unset;
      height: calc(var(--vh, 1vh) * 100); } }
  .wrap .breve_descrizione_box {
    position: absolute;
    z-index: 400;
    bottom: 104px;
    left: 40px;
    text-align: left; }
    @media (max-width: 992px) {
      .wrap .breve_descrizione_box {
        left: 15px; } }
    @media (max-width: 767px) {
      .wrap .breve_descrizione_box {
        position: static;
        text-align: center; } }
    .wrap .breve_descrizione_box p {
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .wrap .breve_descrizione_box p {
          margin-bottom: 20px; } }
  .wrap .multi_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    overflow: hidden; }
    .wrap .multi_slide picture {
      margin: 0;
      overflow: hidden;
      height: 110%;
      top: -5%;
      left: 0; }
      .wrap .multi_slide picture img {
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center center;
        transform: translateZ(0); }
  .wrap .content_text_slide {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 200; }
    .wrap .content_text_slide.align_top {
      align-items: flex-start; }
    .wrap .content_text_slide.align_left {
      align-items: flex-start; }
    .wrap .content_text_slide.align_right {
      align-items: flex-end; }
    .wrap .content_text_slide.align_center {
      align-items: center; }
    .wrap .content_text_slide.align_bottom {
      align-items: flex-end;
      padding-bottom: 60px; }
    .wrap .content_text_slide.justify_left {
      justify-content: left; }
    .wrap .content_text_slide.justify_right {
      justify-content: right; }
    .wrap .content_text_slide.justify_center {
      justify-content: center; }
    .wrap .content_text_slide.justify_between {
      justify-content: space-between; }
  .wrap .box_slide {
    opacity: 1;
    position: relative;
    width: 100%;
    text-align: center;
    transition: .3s; }
    .wrap .box_slide .bread_crumb, .wrap .box_slide .woocommerce-breadcrumb {
      margin-bottom: 30px;
      z-index: 200;
      position: relative; }
      .wrap .box_slide .bread_crumb span, .wrap .box_slide .bread_crumb a, .wrap .box_slide .woocommerce-breadcrumb span, .wrap .box_slide .woocommerce-breadcrumb a {
        font-size: 16px;
        text-decoration: none;
        color: #fff; }
      .wrap .box_slide .bread_crumb a:hover, .wrap .box_slide .woocommerce-breadcrumb a:hover {
        text-decoration: underline; }
    .wrap .box_slide .content_breadcrumbs {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .wrap .box_slide .content_breadcrumbs {
          flex-direction: column;
          align-items: flex-start; } }
      .wrap .box_slide .content_breadcrumbs .bread_crumb a, .wrap .box_slide .content_breadcrumbs .bread_crumb span {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.20em;
        line-height: 32px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .wrap .box_slide .content_breadcrumbs .bread_crumb a, .wrap .box_slide .content_breadcrumbs .bread_crumb span {
            letter-spacing: 0.15em; } }
    .wrap .box_slide .scroll_to {
      text-decoration: none;
      font-weight: 300; }
      .wrap .box_slide .scroll_to:hover {
        text-decoration: none; }
    .wrap .box_slide h1, .wrap .box_slide h2, .wrap .box_slide p, .wrap .box_slide .bread_crumb {
      opacity: 0; }
      @media (max-width: 992px) {
        .wrap .box_slide h1, .wrap .box_slide h2, .wrap .box_slide p, .wrap .box_slide .bread_crumb {
          text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.6), 0px 28px 30px rgba(0, 0, 0, 0.2); } }
    .wrap .box_slide .link {
      margin-top: 0;
      margin-bottom: 20px;
      opacity: 0; }
      .wrap .box_slide .link a {
        text-shadow: none; }

.wrap_only_text {
  padding-top: 200px;
  padding-bottom: 60px; }

.video-hero {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 13; }
  .video-hero #video_hero_media {
    object-fit: cover;
    width: 100vw;
    height: 110vh;
    position: relative;
    top: 0;
    left: 0; }

.slider_container {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
  will-change: transform; }
  .slider_container.no_content_before:before {
    content: none; }
  .slider_container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    background: #644724;
    z-index: 100; }

.custom_layer:before {
  height: 60%;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: .7;
  background: linear-gradient(to top, #161310 0%, rgba(22, 19, 16, 0) 100%); }

.discover_link a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
  .discover_link a span {
    position: absolute;
    transition-duration: 1s, .5s, 1s, .1s;
    transition-property: opacity, color, background, border;
    background-color: #fff;
    display: inline-block;
    height: 1px;
    width: 100%;
    transition: .3s;
    left: 0;
    bottom: -4px; }
  .discover_link a:hover {
    color: #fff; }
    .discover_link a:hover span {
      transition-duration: .3s;
      width: 0%; }

.page-template-template-vivari .slider_container:before {
  content: none; }

.vivari_home_featured_post {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none; }
  .vivari_home_featured_post.is-visible {
    pointer-events: auto; }
  .vivari_home_featured_post .featured_post_inner {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: all 0.4s ease;
    width: 100%;
    max-width: 500px; }
    .vivari_home_featured_post .featured_post_inner:hover {
      border-top-color: #bd9356; }
      .vivari_home_featured_post .featured_post_inner:hover .featured_cta {
        color: #fff; }
        .vivari_home_featured_post .featured_post_inner:hover .featured_cta .arrow {
          transform: translateX(8px);
          color: #bd9356; }
  .vivari_home_featured_post .featured_cat {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 10px;
    color: #bd9356;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .vivari_home_featured_post .featured_title {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    text-align: left; }
  .vivari_home_featured_post .featured_cta {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease; }
    .vivari_home_featured_post .featured_cta .arrow {
      font-family: Arial, sans-serif;
      font-size: 14px;
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease; }

.center_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto; }

.link {
  margin-top: 30px; }
  @media (max-width: 992px) {
    .link {
      margin-top: 24px; } }
  .link.centra {
    text-align: center; }
  .link a, .link span, .link button {
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    font-family: "aktiv-grotesk", sans-serif;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 35px;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 2px;
    transition: .3s;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 150px; }
    @media (max-width: 767px) {
      .link a, .link span, .link button {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: none;
        min-width: unset;
        width: auto; } }
    .link a:hover, .link span:hover, .link button:hover {
      color: #fff;
      background-color: #000;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.05); }
    .link a:focus, .link span:focus, .link button:focus {
      text-decoration: none;
      outline: 0 !important; }
    .link a:active, .link span:active, .link button:active {
      color: #fff !important;
      background-color: #161310; }
    .link a.white_link, .link span.white_link, .link button.white_link {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .link a.white_link:hover, .link span.white_link:hover, .link button.white_link:hover {
        background-color: #fff;
        color: #161310; }
      .link a.white_link:active, .link span.white_link:active, .link button.white_link:active {
        background-color: #161310;
        color: #fff !important; }

.content_button {
  display: flex;
  flex-direction: column; }
  .content_button.align_left {
    align-items: flex-start; }
  .content_button.align_center {
    align-items: center; }
  .content_button.align_right {
    align-items: flex-end; }
    @media (max-width: 767px) {
      .content_button.align_right {
        align-items: center; } }

.group_link {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .group_link {
      flex-direction: column;
      gap: 5px; }
      .group_link .link {
        margin-bottom: 0 !important; }
        .group_link .link a {
          width: 100%; } }

/* //////////////// STICKY MENU ///////////////*/
/* //////////////// END STICKY MENU ///////////////*/
.menu-open {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 2100;
  border-radius: 0;
  display: flex;
  background-color: transparent;
  transition: .3s;
  font-size: 15px; }
  @media (max-width: 992px) {
    .menu-open {
      top: 24px; } }
  .menu-open a {
    color: #fff; }

header .nav-toggle {
  cursor: pointer; }
  header .nav-toggle #toggle {
    position: relative;
    display: inline-block;
    perspective: 800px; }
    header .nav-toggle #toggle span {
      display: block;
      transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease; }
    header .nav-toggle #toggle .t_front {
      transform-origin: top center;
      transform: translateY(0) rotateX(0);
      opacity: 1; }
    header .nav-toggle #toggle .t_back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transform-origin: bottom center;
      transform: translateY(100%) rotateX(-90deg);
      opacity: 0; }
  header .nav-toggle.active #toggle .t_front {
    transform: translateY(-100%) rotateX(90deg);
    opacity: 0; }
  header .nav-toggle.active #toggle .t_back {
    transform: translateY(0) rotateX(0);
    opacity: 1; }

.menu_is_open {
  position: fixed;
  width: 100%; }
  .menu_is_open #toggle span {
    background-color: transparent; }
    .menu_is_open #toggle span:before, .menu_is_open #toggle span:after {
      margin: 0; }
    .menu_is_open #toggle span:before {
      transform: rotate(135deg); }
    .menu_is_open #toggle span:after {
      transform: rotate(-135deg); }

:root {
  --menu-hover-color: #F7F6F2;
  /* Colore per hover */
  --menu-default-color: #F7F6F2;
  /* Colore predefinito */ }

#toggle {
  width: 60px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: .3s;
  font-size: 15px;
  color: #fff; }

.fixed_body {
  overflow: hidden;
  width: 100%; }

header {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 2500;
  background-color: transparent;
  transform: translateY(0); }
  @media (max-width: 992px) {
    header {
      top: 20px; } }
  header .mod_container {
    justify-content: space-between;
    max-width: 100%;
    padding: 0 60px; }
    @media (max-width: 1280px) {
      header .mod_container {
        padding: 0 40px; } }
    @media (max-width: 992px) {
      header .mod_container {
        padding: 0 20px; } }
  header .side_a {
    display: flex;
    align-items: center;
    width: 300px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 992px) {
      header .side_a {
        width: 120px; } }
  header .side_b {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s; }
  header .side_c {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px; }
    @media (max-width: 992px) {
      header .side_c {
        width: 120px; } }

.quick_link {
  display: flex;
  align-items: center;
  gap: 30px; }
  .quick_link.mobile_mode_quick {
    display: none; }
  @media (max-width: 992px) {
    .quick_link {
      display: none; }
      .quick_link.mobile_mode_quick {
        display: flex;
        margin: 40px 0; } }
  .quick_link .account_link,
  .quick_link .cart_link {
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
    margin: 0;
    padding: 0; }
    .quick_link .account_link:hover,
    .quick_link .cart_link:hover {
      color: #bd9356; }
  .quick_link .cart_link.has-items {
    color: #bd9356;
    font-weight: 600; }

.mobile_mode {
  display: none; }
  @media (max-width: 767px) {
    .mobile_mode {
      display: flex;
      padding-left: 15px; } }

@media (max-width: 767px) {
  .desktop_mode {
    display: none; } }

.lang_switcher {
  display: flex;
  position: relative;
  align-items: center;
  left: -10px; }
  .lang_switcher .language_selected {
    font-weight: bold;
    position: relative;
    top: 1px; }
  .lang_switcher a, .lang_switcher span {
    color: #F7F6F2;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .7;
    font-size: 15px;
    line-height: 30px; }
    .lang_switcher a.lang_active, .lang_switcher span.lang_active {
      opacity: 1; }
    @media (max-width: 992px) {
      .lang_switcher a, .lang_switcher span {
        font-size: 15px;
        padding: 15px 10px; } }
  .lang_switcher a:hover {
    color: #bd9356; }

.logo {
  width: 180px;
  padding: 10px 0;
  position: relative;
  margin-top: 0;
  transition: .3s;
  display: flex;
  align-items: center; }
  @media (max-width: 992px) {
    .logo {
      width: 140px;
      padding: 0; } }
  .logo img, .logo svg {
    width: 100%;
    height: auto; }
  .logo svg path {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #fff; }

.lingua {
  position: relative; }
  .lingua ul {
    display: flex;
    margin: 0;
    margin-right: 30px; }
    @media (max-width: 992px) {
      .lingua ul {
        margin-right: 15px; } }
    .lingua ul li {
      text-transform: uppercase;
      color: #fff;
      margin-right: 15px;
      font-size: 13px;
      letter-spacing: 0.20em;
      line-height: 40px; }
      .lingua ul li.active {
        font-weight: bold; }
      .lingua ul li span {
        color: #fff; }
      .lingua ul li a {
        color: #fff;
        text-decoration: none; }

@media (max-width: 1280px) {
  .short_menu {
    display: none; } }
.short_menu ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative; }
  .short_menu ul li {
    display: flex;
    align-items: center; }
    .short_menu ul li.only_footer {
      display: none; }
    .short_menu ul li:nth-last-child(1) a::after {
      display: none; }
    .short_menu ul li.current-menu-item a {
      font-weight: bold;
      position: relative; }
    .short_menu ul li.menu-item-has-children > a::after {
      color: #161310;
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .5em;
      vertical-align: .3em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent; }
    .short_menu ul li.remove_desktop {
      display: none; }
    .short_menu ul li.only_for_desk {
      display: none; }
    .short_menu ul li a {
      color: #fff;
      padding: 15px 20px;
      text-align: center;
      display: flex;
      align-items: center;
      letter-spacing: .2px;
      text-decoration: none;
      font-size: 17px;
      line-height: 30px; }
      .short_menu ul li a:focus {
        color: #161310; }
      .short_menu ul li a:hover {
        opacity: .8; }
    .short_menu ul li.menu_td .sub-menu, .short_menu ul li.menu_es .sub-menu {
      width: 600px; }
    .short_menu ul li .sub-menu {
      background-color: #fff;
      position: absolute;
      top: 80px;
      width: 100%;
      margin-top: -50px;
      opacity: 0;
      transition: all 0.5s;
      pointer-events: none;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px;
      left: 20px;
      padding: 20px;
      border-radius: 20px; }
      @media (max-width: 767px) {
        .short_menu ul li .sub-menu {
          grid-template-columns: 1fr; } }
      .short_menu ul li .sub-menu li {
        transition: all 0.3s ease; }
        .short_menu ul li .sub-menu li.full_col {
          grid-column: 1/4; }
          .short_menu ul li .sub-menu li.full_col a {
            background-color: #161310;
            color: #fff !important; }
        .short_menu ul li .sub-menu li a {
          transition: all 0.3s ease;
          background: #f4f4f4;
          border-radius: 12px;
          height: 70px;
          display: flex;
          align-items: center;
          width: 100%;
          padding: 0 10px;
          font-size: 18px;
          letter-spacing: -0.2px;
          line-height: 16px;
          font-family: "aktiv-grotesk", sans-serif;
          color: #161310 !important;
          position: relative;
          justify-content: center; }
          .short_menu ul li .sub-menu li a:hover, .short_menu ul li .sub-menu li a:active, .short_menu ul li .sub-menu li a:focus {
            background-color: #bd9356;
            color: #fff !important;
            box-shadow: 0px 25px 49px rgba(0, 0, 0, 0.1); }
        .short_menu ul li .sub-menu li.current-menu-item a {
          background-color: #bd9356;
          color: #fff !important;
          font-weight: normal; }
      .short_menu ul li .sub-menu.open {
        opacity: 1;
        margin-top: 0;
        pointer-events: unset; }

.layer_bk_menu {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  pointer-events: none; }
  @media (max-width: 1280px) {
    .layer_bk_menu {
      display: none; } }
  .layer_bk_menu.active {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: auto; }

.paragrafo, .page-description, .term-description {
  width: 100%; }
  .paragrafo h1, .paragrafo h2, .page-description h1, .page-description h2, .term-description h1, .term-description h2 {
    font-family: "ClashGrotesk";
    line-height: 100%;
    color: #fff;
    margin-bottom: 25px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold; }
    .paragrafo h1:nth-last-child(1), .paragrafo h2:nth-last-child(1), .page-description h1:nth-last-child(1), .page-description h2:nth-last-child(1), .term-description h1:nth-last-child(1), .term-description h2:nth-last-child(1) {
      margin-bottom: 0; }
    .paragrafo h1 strong, .paragrafo h2 strong, .page-description h1 strong, .page-description h2 strong, .term-description h1 strong, .term-description h2 strong {
      font-weight: bold;
      color: #bd9356; }
  .paragrafo h3, .page-description h3, .term-description h3 {
    font-family: "ClashGrotesk";
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;
    color: #9F9F9F;
    text-transform: uppercase; }
  .paragrafo h5, .page-description h5, .term-description h5 {
    font-weight: 500;
    font-size: 24px;
    color: #bd9356;
    margin-bottom: 0; }
  .paragrafo h6, .page-description h6, .term-description h6 {
    font-size: 18px;
    font-weight: 300; }
  .paragrafo p, .page-description p, .term-description p {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #F7F6F2;
    margin-bottom: 20px; }
    .paragrafo p strong, .page-description p strong, .term-description p strong {
      font-weight: bold; }
    .paragrafo p em, .page-description p em, .term-description p em {
      font-style: italic; }
    .paragrafo p:nth-last-child(1), .page-description p:nth-last-child(1), .term-description p:nth-last-child(1) {
      margin-bottom: 0; }
  .paragrafo .link, .page-description .link, .term-description .link {
    margin-top: 40px; }
  .paragrafo a, .page-description a, .term-description a {
    text-decoration: underline; }
  .paragrafo ul, .page-description ul, .term-description ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column; }
    .paragrafo ul:not(:last-child), .page-description ul:not(:last-child), .term-description ul:not(:last-child) {
      margin-bottom: 20px; }
    .paragrafo ul li, .page-description ul li, .term-description ul li {
      list-style: none;
      display: inline-block;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 16px;
      line-height: 130%;
      margin-bottom: 15px;
      color: #F7F6F2; }
      .paragrafo ul li strong, .page-description ul li strong, .term-description ul li strong {
        color: #bd9356; }
      .paragrafo ul li:nth-last-child(1), .page-description ul li:nth-last-child(1), .term-description ul li:nth-last-child(1) {
        margin-bottom: 0; }
      .paragrafo ul li::before, .page-description ul li::before, .term-description ul li::before {
        background-image: url(../images/check-icon.svg);
        content: "";
        margin-right: 15px;
        width: 20px;
        height: 20px;
        display: inline-block;
        color: #161310;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 767px) {
          .paragrafo ul li::before, .page-description ul li::before, .term-description ul li::before {
            width: 16px;
            height: 16px;
            position: relative;
            top: 3px; } }
  .paragrafo img, .page-description img, .term-description img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .paragrafo .split, .page-description .split, .term-description .split {
    column-count: 2;
    column-gap: 30px; }
    @media (max-width: 767px) {
      .paragrafo .split, .page-description .split, .term-description .split {
        column-count: 1;
        column-gap: 0; } }
  .paragrafo blockquote, .page-description blockquote, .term-description blockquote {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 50px;
    margin-top: 50px; }
    .paragrafo blockquote p, .page-description blockquote p, .term-description blockquote p {
      font-weight: 300;
      font-style: italic;
      font-size: 48px;
      line-height: 100%; }
      @media (max-width: 992px) {
        .paragrafo blockquote p, .page-description blockquote p, .term-description blockquote p {
          margin-top: 60px; } }
      @media (max-width: 992px) {
        .paragrafo blockquote p, .page-description blockquote p, .term-description blockquote p {
          font-size: 38px; } }
  .paragrafo table, .page-description table, .term-description table {
    width: 100%;
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 40px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 17px; }
    .paragrafo table td, .page-description table td, .term-description table td {
      border: 1px solid #ddd;
      padding: 20px;
      line-height: 140%; }

.paragrafo_centro {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .paragrafo_centro p {
    margin: auto 20px;
    max-width: 700px; }
  .paragrafo_centro h3 {
    margin: 0 auto 10px; }

.paragrafo_white h1, .paragrafo_white h2, .paragrafo_white h3, .paragrafo_white h4, .paragrafo_white li, .paragrafo_white strong, .paragrafo_white em {
  color: #fff; }
.paragrafo_white h3, .paragrafo_white p {
  color: #F8F7F6; }
.paragrafo_white p strong {
  color: #fff; }

.paragrafo_slider.text_align_left {
  text-align: left; }
.paragrafo_slider.text_align_right {
  text-align: right; }
.paragrafo_slider.text_align_center {
  text-align: center; }
@media (max-width: 1024px) {
  .paragrafo_slider {
    max-width: 750px;
    margin: auto; } }
.paragrafo_slider h2 {
  font-family: "ClashGrotesk";
  margin-bottom: 30px;
  letter-spacing: .05em;
  font-size: 20px; }
  @media (max-width: 992px) {
    .paragrafo_slider h2 {
      margin-bottom: 30px;
      font-size: 16px; } }
.paragrafo_slider h1, .paragrafo_slider h6 {
  font-family: "ClashGrotesk";
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 767px) {
    .paragrafo_slider h1, .paragrafo_slider h6 {
      font-size: 28px; } }
.paragrafo_slider p {
  font-family: "aktiv-grotesk", sans-serif;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 130%;
  margin-top: 20px;
  opacity: 0; }
  @media (max-width: 992px) {
    .paragrafo_slider p {
      font-size: 16px; } }

.paragrafo_border {
  width: 100%;
  overflow: hidden; }
  .paragrafo_border .border_anim {
    width: 0;
    height: 4px;
    margin-bottom: 20px;
    background-color: #bd9356;
    pointer-events: none; }

.paragrafo_short_desc.text_align_center p {
  margin: 0 auto 25px; }
.paragrafo_short_desc p {
  max-width: 470px; }
  @media (max-width: 992px) {
    .paragrafo_short_desc p {
      max-width: 100%; } }

.paragrafo_elenco .side_b {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 68px; }
  @media (max-width: 992px) {
    .paragrafo_elenco .side_b {
      margin-top: 0; } }
  @media (max-width: 992px) {
    .paragrafo_elenco .side_b .paragrafo {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 992px) {
    .paragrafo_elenco .side_b .paragrafo ul {
      margin-top: 25px; } }
  .paragrafo_elenco .side_b .paragrafo ul li {
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    color: #161310;
    border-bottom: 1px solid #161310;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    @media (max-width: 992px) {
      .paragrafo_elenco .side_b .paragrafo ul li {
        font-size: 24px; } }
    .paragrafo_elenco .side_b .paragrafo ul li:nth-last-child(1) {
      margin-bottom: 0; }
    .paragrafo_elenco .side_b .paragrafo ul li::before {
      display: none; }

.paragrafo_alt.paragrafo h2, .paragrafo_alt.paragrafo h3, .paragrafo_alt.paragrafo p {
  color: #161310; }
  .paragrafo_alt.paragrafo h2 strong, .paragrafo_alt.paragrafo h3 strong, .paragrafo_alt.paragrafo p strong {
    color: #161310; }

.paragrafo_scheda_articolo picture img {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px; }
.paragrafo_scheda_articolo blockquote {
  background-color: #ddd !important;
  margin: 40px auto;
  padding: 40px;
  font-size: 20px;
  line-height: 120%;
  border-radius: 20px; }
  @media (max-width: 992px) {
    .paragrafo_scheda_articolo blockquote {
      padding: 40px 20px;
      font-size: 18px; } }
.paragrafo_scheda_articolo h1 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: normal;
  line-height: 100%;
  margin: 30px 0;
  font-size: 50px; }
  @media (max-width: 992px) {
    .paragrafo_scheda_articolo h1 {
      font-size: 30px;
      margin-bottom: 25px; } }
.paragrafo_scheda_articolo ul li {
  display: flex; }
  .paragrafo_scheda_articolo ul li::before {
    background-image: url(../images/check-icon-w.svg);
    top: 4px;
    position: relative; }
.paragrafo_scheda_articolo h2 {
  line-height: 111%;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500; }
  .paragrafo_scheda_articolo h2 strong {
    font-weight: normal;
    color: #bd9356; }
  .paragrafo_scheda_articolo h2 em {
    font-style: italic;
    font-family: "ClashGrotesk"; }
  .paragrafo_scheda_articolo h2 .word {
    padding-top: 0;
    margin-bottom: -0.4em; }
.paragrafo_scheda_articolo .data_articolo {
  font-size: 16px;
  display: block;
  margin-bottom: 15px; }
.paragrafo_scheda_articolo a {
  font-weight: bold; }
.paragrafo_scheda_articolo .bread_crumbs {
  font-size: 16px;
  margin-bottom: 15px; }
  .paragrafo_scheda_articolo .bread_crumbs a, .paragrafo_scheda_articolo .bread_crumbs span {
    text-decoration: none;
    font-size: 16px; }

.paragrafo_boxed {
  max-width: 900px; }

.paragrafo_anim {
  will-change: transform, opacity, filter; }
  .paragrafo_anim h2, .paragrafo_anim p {
    will-change: transform, opacity, filter; }

body.home {
  background-color: #161310; }
  body.home footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    padding: 120px 0 60px; }
  body.home .wrap_home {
    background-color: #161310;
    position: relative;
    z-index: 2;
    box-shadow: 0px 60px 90px rgba(0, 0, 0, 0.16); }

.otgs-development-site-front-end {
  display: none !important; }

footer {
  background-color: #161310;
  padding: 0 0 20px; }
  footer .mod_container .ab_content_flex .side_a {
    width: 30%; }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex .side_a {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  footer .mod_container .ab_content_flex .side_b {
    width: 70%;
    display: flex;
    gap: 160px; }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex .side_b {
        width: 100%;
        flex-direction: column;
        gap: 0; } }
  footer .mod_container .ab_content_flex .box_footer {
    width: 100%; }
    footer .mod_container .ab_content_flex .box_footer .info_contatti .telefono_link a, footer .mod_container .ab_content_flex .box_footer .info_contatti .email_link a {
      display: inline-block;
      max-width: 250px;
      width: 100%;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 15px 20px;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: bold;
      border-radius: 0;
      margin-bottom: 15px;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease; }
      footer .mod_container .ab_content_flex .box_footer .info_contatti .telefono_link a:hover, footer .mod_container .ab_content_flex .box_footer .info_contatti .email_link a:hover {
        border-color: #bd9356;
        background: rgba(255, 255, 255, 0.03); }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex .box_footer {
        margin-bottom: 40px; }
        footer .mod_container .ab_content_flex .box_footer:nth-last-child(1) {
          margin-bottom: 0; } }
    footer .mod_container .ab_content_flex .box_footer ul li.indirizzo_link {
      line-height: normal;
      margin-bottom: 24px; }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex .box_footer {
        width: 100%;
        text-align: center; } }
  footer .mod_container .ab_content_flex .logo_footer {
    width: 200px; }
    footer .mod_container .ab_content_flex .logo_footer svg {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex .logo_footer {
        width: 160px;
        margin: 0 auto 40px;
        display: flex;
        justify-content: center; } }
  footer .mod_container .ab_content_flex .link {
    width: 100%;
    margin-top: 55px; }
    footer .mod_container .ab_content_flex .link a {
      line-height: 45px;
      padding: 0;
      width: 100%;
      color: #fff; }
      footer .mod_container .ab_content_flex .link a:hover {
        color: #F7F6F2; }
  footer .mod_container .ab_content_flex h4 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-family: "ClashGrotesk"; }
    @media (max-width: 992px) {
      footer .mod_container .ab_content_flex h4 {
        margin-bottom: 20px; } }
  footer .mod_container .ab_content_flex p, footer .mod_container .ab_content_flex li, footer .mod_container .ab_content_flex a {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff; }
  footer .mod_container .ab_content_flex a {
    text-decoration: none; }
    footer .mod_container .ab_content_flex a:hover {
      color: #F7F6F2; }
  footer .mod_container .ab_content_flex ul {
    list-style: none; }
    footer .mod_container .ab_content_flex ul li {
      text-decoration: none;
      line-height: 40px; }
      footer .mod_container .ab_content_flex ul li.current-menu-item a {
        font-weight: bold; }
      footer .mod_container .ab_content_flex ul li.only_footer {
        display: block; }
      footer .mod_container .ab_content_flex ul li.menu-item-has-children {
        display: none; }
  footer .mod_container .under_footer {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
    footer .mod_container .under_footer .ab_content_flex .side_a {
      width: 50%; }
      @media (max-width: 992px) {
        footer .mod_container .under_footer .ab_content_flex .side_a {
          width: 100%; } }
    footer .mod_container .under_footer .ab_content_flex .side_b {
      width: 50%;
      justify-content: flex-end; }
      @media (max-width: 992px) {
        footer .mod_container .under_footer .ab_content_flex .side_b {
          width: 100%; } }
    @media (max-width: 992px) {
      footer .mod_container .under_footer .ab_content_flex {
        text-align: center; }
        footer .mod_container .under_footer .ab_content_flex .side_b {
          justify-content: center; } }
    footer .mod_container .under_footer p, footer .mod_container .under_footer li, footer .mod_container .under_footer a {
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 30px;
      color: #fff; }
      @media (max-width: 992px) {
        footer .mod_container .under_footer p, footer .mod_container .under_footer li, footer .mod_container .under_footer a {
          line-height: 18px; } }
    footer .mod_container .under_footer a {
      display: inline-block;
      margin: 0 5px; }
      footer .mod_container .under_footer a:hover {
        text-decoration: none;
        color: #F7F6F2; }
    footer .mod_container .under_footer .cookie_info {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 992px) {
        footer .mod_container .under_footer .cookie_info {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        footer .mod_container .under_footer .cookie_info a {
          font-size: 15px; } }
      footer .mod_container .under_footer .cookie_info a:nth-child(1) {
        margin-left: 0; }

.webenaco {
  color: #fff !important; }
  .webenaco:hover {
    color: #F7F6F2;
    text-decoration: none; }
  .webenaco svg {
    margin-left: 5px;
    width: 70px;
    color: #fff;
    position: relative;
    top: -1px;
    transition: .6s; }
    .webenaco svg path {
      fill: #fff; }
    .webenaco svg:hover {
      color: #fff;
      fill: #fff; }
      .webenaco svg:hover path.we {
        fill: #e13145; }

.info_social ul {
  display: flex;
  gap: 10px;
  align-items: center; }
  @media (max-width: 992px) {
    .info_social ul {
      justify-content: center; } }
  .info_social ul li a {
    display: block; }
    .info_social ul li a svg path {
      fill: #fff; }
    .info_social ul li a:hover svg path {
      fill: #bd9356; }
    .info_social ul li a svg {
      height: 25px; }
      .info_social ul li a svg path {
        transition: .3s; }

.sezione_neutra {
  padding-top: 200px;
  padding-bottom: 120px;
  position: relative;
  width: 100%; }
  @media (max-width: 992px) {
    .sezione_neutra {
      padding-top: 180px; } }
  .sezione_neutra::before {
    content: '';
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0; }
  .sezione_neutra .paragrafo_normale ul li::before {
    content: none !important; }

.admin-bar .sezione_neutra::before {
  top: 32px; }

.edit_gestore #wp-admin-bar-customize, .edit_gestore #wp-admin-bar-comments, .edit_gestore #wp-admin-bar-new-content, .edit_gestore #wp-admin-bar-wp-mail-smtp-menu, .edit_gestore #wp-admin-bar-duplicate-post, .edit_gestore #wp-admin-bar-wp-logo {
  display: none; }
.edit_gestore #wp-admin-bar-themes, .edit_gestore #wp-admin-bar-search, .edit_gestore #wp-admin-bar-edit-profile {
  display: none; }
.edit_gestore #wp-admin-bar-popup-maker, .edit_gestore #wp-admin-bar-wpseo-menu, .edit_gestore #wp-admin-bar-updates {
  display: none; }

.accordion {
  width: 100%;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .accordion {
      padding: 10px 0; } }

.card_content {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd; }
  .card_content .card-header {
    background-color: transparent;
    overflow: hidden;
    transition: .3s;
    border: none;
    padding: 0; }
    .card_content .card-header .fake_button .wrap_div_text {
      width: 100%; }
    .card_content .card-header .wrap_div_text {
      display: flex;
      width: calc(100% - 80px);
      flex-direction: column;
      align-items: flex-start;
      text-align: left; }
      .card_content .card-header .wrap_div_text h2 {
        font-weight: bold;
        line-height: 130%;
        font-size: 24px;
        margin-bottom: 0;
        font-family: "ClashGrotesk";
        color: #161310; }
        @media (max-width: 992px) {
          .card_content .card-header .wrap_div_text h2 {
            font-size: 20px; } }
      .card_content .card-header .wrap_div_text p {
        font-family: "aktiv-grotesk", sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
        color: #161310;
        margin-bottom: 0;
        text-align: left; }
  .card_content .card-body {
    padding: 10px 0 60px; }
    .card_content .card-body picture {
      height: 50vh; }
      @media (max-width: 992px) {
        .card_content .card-body picture {
          height: 45vh;
          margin-bottom: 20px; } }
    .card_content .card-body .paragrafo {
      margin-top: 0 !important; }
  .card_content button, .card_content .fake_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 0 30px;
    background: transparent !important;
    border: none;
    outline: none !important;
    cursor: pointer; }
    .card_content button:hover h2, .card_content .fake_button:hover h2 {
      color: #bd9356 !important; }
    .card_content button.collapsed svg, .card_content .fake_button.collapsed svg {
      transform: rotate(180deg); }
    .card_content button svg, .card_content .fake_button svg {
      width: 20px;
      height: 20px;
      transform: rotate(0deg);
      position: relative;
      top: 5px;
      transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      @media (max-width: 992px) {
        .card_content button svg, .card_content .fake_button svg {
          width: 15px;
          height: 15px; } }
    .card_content button h2, .card_content .fake_button h2 {
      color: #161310;
      margin: 0;
      transition: .3s;
      font-family: "SometimesTimes";
      font-weight: bold;
      font-size: 50px;
      line-height: 50px; }
      @media (max-width: 992px) {
        .card_content button h2, .card_content .fake_button h2 {
          font-size: 18px;
          text-align: left; } }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden; }

.d-none {
  display: none !important; }

@-moz-document url-prefix() {
  .d-none-ff {
    display: none !important; } }
.about {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 2em;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .about {
      height: calc(var(--vh, 1vh) * 100); } }

.copy-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2rem; }

.anime-text p {
  font-family: "ClashGrotesk";
  font-weight: normal;
  font-size: 75px;
  line-height: 100%;
  color: #161310;
  margin-bottom: 25px; }
  @media (max-width: 992px) {
    .anime-text p {
      font-size: 40px; } }
.anime-text .word {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0;
  will-change: opacity, transform;
  opacity: 0;
  --line-progress: 0; }
  @media (max-width: 1000px) {
    .anime-text .word {
      margin-right: 0.1rem;
      margin-bottom: 0.15rem; } }
  .anime-text .word.keyword-wrapper {
    margin: 0 0.2rem 0.2rem 0.1rem; }
  .anime-text .word span {
    position: relative; }
    .anime-text .word span.keyword {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #161310;
      z-index: 1;
      text-shadow: 0.06em 0 0 #f8f5ee, -0.06em 0 0 #f8f5ee, 0 0.06em 0 #f8f5ee, 0 -0.06em 0 #f8f5ee; }
      .anime-text .word span.keyword::after {
        content: "";
        position: absolute;
        bottom: 0.12em;
        left: 0;
        width: 100%;
        height: 0.05em;
        border-radius: 4px;
        z-index: -1;
        transform-origin: left center;
        transform: scaleX(var(--line-progress));
        background-color: #161310; }

/* =======================
   GRID 4 COLONNE + MEZZE RIGHE
   - Ogni riga piena = 2 unità verticali
   - Colonne: 4 unità (1,2,3,4)
   - Usa @include place(col, rowStart, colSpan, rowSpan)
   ======================= */
.bento_box {
  color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: calc(120 / 1920 * 100vw);
  overflow: hidden;
  /* ====== Custom specifico ====== */
  /* ====== POSIZIONI (4 colonne) ====== */
  /* --------- Responsive --------- */ }
  .bento_box__grid {
    display: grid;
    gap: clamp(12px, 1.4vw, 20px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(6, clamp(110px, 12vh, 180px));
    align-items: stretch;
    width: 100%;
    max-width: 1600px;
    padding: 0 calc(40 / 1920 * 100vw); }
  .bento_box .bb {
    background: #151515;
    border-radius: 2px;
    padding: clamp(16px, 2.2vw, 28px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0; }
    .bento_box .bb img {
      position: absolute;
      object-fit: cover;
      left: 0.05em;
      bottom: 0.05em;
      width: calc(100% - 0.1em);
      height: calc(100% - 0.1em);
      border-radius: 2px; }
    .bento_box .bb__eyebrow {
      font-size: 16px;
      line-height: 1.35;
      margin: 0 0 12px 0;
      opacity: .9;
      max-width: 22ch;
      position: relative;
      z-index: 1; }
    .bento_box .bb__eyebrow--br {
      position: absolute;
      bottom: clamp(16px, 2.2vw, 28px);
      margin: 0;
      text-align: left; }
    .bento_box .bb__num {
      font-weight: 700;
      font-size: clamp(28px, 5vw, 72px);
      line-height: 1;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
      position: relative; }
    .bento_box .bb__unit {
      font-size: .55em;
      opacity: .9; }
    .bento_box .bb__caption {
      font-size: clamp(12px, 1.05vw, 14px);
      line-height: 1.4;
      opacity: .9;
      margin: 0;
      text-align: center;
      position: relative; }
    .bento_box .bb__grains {
      display: inline-flex;
      gap: 6px;
      margin-bottom: 8px; }
      .bento_box .bb__grains span {
        width: 14px;
        height: 24px;
        background: #e8e8e8;
        border-radius: 7px 10px 7px 10px / 10px 7px 10px 7px; }
  .bento_box .bb--imgL {
    justify-content: flex-start; }
    .bento_box .bb--imgL p {
      font-family: "ClashGrotesk";
      font-weight: normal;
      font-size: 28px;
      line-height: 30px;
      color: #fff; }
  .bento_box .bb--stat, .bento_box .bb--collab {
    align-items: center !important;
    justify-content: center; }
  .bento_box .bb--gen .chicchi_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0; }
  .bento_box .bb--gen .side_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .bento_box .bb--gen img {
    position: static;
    max-width: 400px; }
  .bento_box .bb__num {
    font-family: "ClashGrotesk";
    font-weight: normal;
    font-size: 100px;
    line-height: 80px;
    color: #fff; }
    @media (max-width: 992px) {
      .bento_box .bb__num {
        font-size: 50px;
        line-height: 40px; } }
  .bento_box .bb__caption {
    color: #fff;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px; }
  .bento_box .bb--claim {
    align-items: center; }
    .bento_box .bb--claim svg {
      margin-bottom: 20px; }
      .bento_box .bb--claim svg path {
        fill: #fff; }
    .bento_box .bb--claim p {
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: normal;
      font-size: 28px;
      line-height: 30px;
      color: #fff; }
  .bento_box .bb--years {
    align-items: center !important; }
    .bento_box .bb--years .bb__num {
      align-items: center;
      display: flex;
      gap: 20px; }
  .bento_box .bb--imgL {
    grid-column: 1 / span 1;
    grid-row: 1 / span 4; }
  .bento_box .bb--stat {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2; }
  .bento_box .bb--gen {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
    text-align: center;
    align-items: center; }
  .bento_box .bb--claim {
    grid-column: 2 / span 2;
    grid-row: 3 / span 2;
    text-align: center; }
    .bento_box .bb--claim p {
      font-size: 16px;
      line-height: 1.25;
      margin: 0;
      color: #F7F6F2; }
  .bento_box .bb--imgR {
    grid-column: 4 / span 1;
    grid-row: 3 / span 4;
    overflow: hidden; }
  .bento_box .bb--years {
    grid-column: 1 / span 2;
    grid-row: 5 / span 2;
    align-items: flex-start; }
  .bento_box .bb--collab {
    grid-column: 3 / span 1;
    grid-row: 5 / span 2;
    text-align: center;
    align-items: center; }
  @media (max-width: 1024px) {
    .bento_box__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(10, clamp(110px, 12vh, 180px)); }
    .bento_box .bb--imgL {
      grid-column: 1 / span 1;
      grid-row: 1 / span 4; }
    .bento_box .bb--stat {
      grid-column: 2 / span 1;
      grid-row: 1 / span 2; }
    .bento_box .bb--gen {
      grid-column: 2 / span 1;
      grid-row: 3 / span 2; }
    .bento_box .bb--claim {
      grid-column: 1 / span 1;
      grid-row: 5 / span 4; }
    .bento_box .bb--imgR {
      grid-column: 2 / span 1;
      grid-row: 5 / span 4; }
    .bento_box .bb--years {
      grid-column: 1 / span 2;
      grid-row: 9 / span 2; }
    .bento_box .bb--collab {
      grid-column: 1 / span 2;
      grid-row: 11 / span 2;
      padding: 15vh; } }
  @media (max-width: 640px) {
    .bento_box__grid {
      grid-template-columns: 1fr;
      grid-template-rows: none; }
    .bento_box .bb--imgL, .bento_box .bb--stat, .bento_box .bb--gen, .bento_box .bb--claim, .bento_box .bb--imgR, .bento_box .bb--years, .bento_box .bb--collab {
      grid-column: 1 / -1;
      grid-row: auto; }
    .bento_box .bb {
      align-items: flex-start;
      text-align: left; }
    .bento_box .bb__caption {
      text-align: left; }
    .bento_box .bb__eyebrow--br {
      position: static;
      margin-top: 12px;
      text-align: left; } }

@media (max-width: 992px) {
  article {
    padding: 10vh calc(20 / 360 * 100vw) !important; } }

/*// Glow Border Animation //*/
.animated-border-box {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  /* Border Radius */
  border-radius: 2px;
  isolation: isolate;
  contain: paint; }

.animated-border-box:before {
  content: '';
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 300%;
  height: 300%;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(rgba(28, 28, 28, 0), #414141, rgba(28, 28, 28, 0) 25%);
  /* change speed here */
  animation: rotate var(--ab-dur, 8s) linear infinite;
  animation-delay: var(--ab-delay, 0s);
  /* nuovo: fase */
  animation-direction: var(--ab-dir, normal);
  /* nuovo: direzione */
  will-change: transform;
  backface-visibility: hidden; }

.animated-border-box:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #1C1C1C;
  left: 0.06em;
  top: 0.06em;
  width: calc(100% - 0.12em);
  height: calc(100% - 0.12em);
  border-radius: 2px; }

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn); } }
/* Fasi (stagger armonioso via delay negativo) */
.ab-seed-0 {
  --ab-delay: 0s; }

.ab-seed-1 {
  --ab-delay: -.3s; }

.ab-seed-2 {
  --ab-delay: -.6s; }

.ab-seed-3 {
  --ab-delay: -.9s; }

.ab-seed-4 {
  --ab-delay: -1.2s; }

.ab-seed-5 {
  --ab-delay: -1.5s; }

/* Varianti opzionali */
.ab-rev {
  --ab-dir: reverse; }

/* rotazione inversa */
.ab-fast {
  --ab-dur: 4s; }

/* un filo più rapida */
.ab-slow {
  --ab-dur: 8s; }

/* un filo più lenta */
/* =========================================
   SINGLE PRODUCT PREMIUM STYLES
========================================= */
.sp_master_container {
  padding-top: 150px;
  padding-bottom: 100px; }
  .sp_master_container .mod_container {
    padding: 0 60px; }
    @media (max-width: 992px) {
      .sp_master_container .mod_container {
        padding: 0 20px; } }

.sp_top_bar {
  margin-bottom: 40px; }
  .sp_top_bar .bread_crumb {
    font-size: 14px;
    opacity: 0.6;
    color: #fff; }

.js-product-split-section {
  gap: 8%;
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .js-product-split-section {
      margin-bottom: 40px; } }
  .js-product-split-section .side_a {
    width: 46%; }
    @media (max-width: 992px) {
      .js-product-split-section .side_a {
        width: 100%; } }
    .js-product-split-section .side_a .sp_image_wrapper {
      width: 100%; }
      @media (max-width: 992px) {
        .js-product-split-section .side_a .sp_image_wrapper {
          margin-bottom: 25px; } }
      .js-product-split-section .side_a .sp_image_wrapper img {
        width: 100%;
        height: auto;
        object-fit: contain; }
  .js-product-split-section .side_b {
    width: 46%; }
    @media (max-width: 992px) {
      .js-product-split-section .side_b {
        width: 100%; } }

.sp_info_inner .sp_title {
  font-family: "ClashGrotesk";
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal; }
.sp_info_inner .sp_excerpt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px; }
.sp_info_inner .sp_specifiche {
  margin-bottom: 40px; }
  .sp_info_inner .sp_specifiche h4 {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 10px; }
  .sp_info_inner .sp_specifiche p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5; }

.sp_woo_actions .product_title, .sp_woo_actions .woocommerce-product-details__short-description, .sp_woo_actions .product_meta {
  display: none; }
.sp_woo_actions:has(.variations_form) > p.price {
  display: none !important; }
.sp_woo_actions .reset_variations {
  display: none !important; }
.sp_woo_actions table.variations {
  width: 100%; }
  .sp_woo_actions table.variations tbody, .sp_woo_actions table.variations tr, .sp_woo_actions table.variations td, .sp_woo_actions table.variations th {
    display: block;
    border: none;
    padding: 0;
    text-align: left; }
  .sp_woo_actions table.variations th.label {
    display: none; }
.sp_woo_actions .vcv_label {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "aktiv-grotesk", sans-serif;
  margin-bottom: 15px;
  color: #fff; }
.sp_woo_actions .vivari_custom_variations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 30px; }
  .sp_woo_actions .vivari_custom_variations .vcv_btn {
    background-color: #2a2a2a;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .sp_woo_actions .vivari_custom_variations .vcv_btn .vcv_name {
      display: block;
      font-size: 18px;
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px; }
    .sp_woo_actions .vivari_custom_variations .vcv_btn .vcv_price {
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5); }
    .sp_woo_actions .vivari_custom_variations .vcv_btn:hover {
      background-color: #333; }
    .sp_woo_actions .vivari_custom_variations .vcv_btn.is-active {
      background-color: #fff; }
      .sp_woo_actions .vivari_custom_variations .vcv_btn.is-active .price del {
        color: #161310; }
      .sp_woo_actions .vivari_custom_variations .vcv_btn.is-active .vcv_name {
        color: #161310; }
      .sp_woo_actions .vivari_custom_variations .vcv_btn.is-active .vcv_price {
        color: #161310; }
.sp_woo_actions .woocommerce-variation-add-to-cart, .sp_woo_actions form.cart:not(.variations_form) {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 55px; }
  .sp_woo_actions .woocommerce-variation-add-to-cart .minus, .sp_woo_actions .woocommerce-variation-add-to-cart .plus, .sp_woo_actions form.cart:not(.variations_form) .minus, .sp_woo_actions form.cart:not(.variations_form) .plus {
    background-color: transparent;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 50px;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.3s; }
    .sp_woo_actions .woocommerce-variation-add-to-cart .minus:hover, .sp_woo_actions .woocommerce-variation-add-to-cart .plus:hover, .sp_woo_actions form.cart:not(.variations_form) .minus:hover, .sp_woo_actions form.cart:not(.variations_form) .plus:hover {
      color: #bd9356; }
  .sp_woo_actions .woocommerce-variation-add-to-cart .minus, .sp_woo_actions form.cart:not(.variations_form) .minus {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: none; }
  .sp_woo_actions .woocommerce-variation-add-to-cart .plus, .sp_woo_actions form.cart:not(.variations_form) .plus {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none; }
  .sp_woo_actions .woocommerce-variation-add-to-cart .quantity, .sp_woo_actions form.cart:not(.variations_form) .quantity {
    display: flex;
    margin: 0;
    height: 100%; }
    .sp_woo_actions .woocommerce-variation-add-to-cart .quantity input[type="number"], .sp_woo_actions form.cart:not(.variations_form) .quantity input[type="number"] {
      background-color: transparent;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      border-left: none;
      border-right: none;
      color: #fff;
      text-align: center;
      width: 50px;
      height: 100%;
      font-size: 16px;
      padding: 0;
      border-radius: 0;
      -moz-appearance: textfield; }
      .sp_woo_actions .woocommerce-variation-add-to-cart .quantity input[type="number"]::-webkit-outer-spin-button, .sp_woo_actions .woocommerce-variation-add-to-cart .quantity input[type="number"]::-webkit-inner-spin-button, .sp_woo_actions form.cart:not(.variations_form) .quantity input[type="number"]::-webkit-outer-spin-button, .sp_woo_actions form.cart:not(.variations_form) .quantity input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .sp_woo_actions .woocommerce-variation-add-to-cart .quantity input[type="number"]:focus, .sp_woo_actions form.cart:not(.variations_form) .quantity input[type="number"]:focus {
        outline: none;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .sp_woo_actions .woocommerce-variation-add-to-cart button.single_add_to_cart_button, .sp_woo_actions form.cart:not(.variations_form) button.single_add_to_cart_button {
    flex: 1;
    margin-left: 0;
    height: 100%;
    background-color: #fff;
    color: #161310;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease; }
    .sp_woo_actions .woocommerce-variation-add-to-cart button.single_add_to_cart_button[disabled], .sp_woo_actions form.cart:not(.variations_form) button.single_add_to_cart_button[disabled] {
      background-color: #F7F6F2 !important; }
    .sp_woo_actions .woocommerce-variation-add-to-cart button.single_add_to_cart_button.is-loading, .sp_woo_actions form.cart:not(.variations_form) button.single_add_to_cart_button.is-loading {
      color: transparent !important;
      pointer-events: none; }
      .sp_woo_actions .woocommerce-variation-add-to-cart button.single_add_to_cart_button.is-loading::after, .sp_woo_actions form.cart:not(.variations_form) button.single_add_to_cart_button.is-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-top-color: #161310;
        border-radius: 50%;
        animation: spin-vsc 0.8s linear infinite; }
    .sp_woo_actions .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover, .sp_woo_actions form.cart:not(.variations_form) button.single_add_to_cart_button:hover {
      background-color: #bd9356;
      color: #fff;
      border-color: #bd9356; }
.sp_woo_actions .woocommerce-variation-price {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  font-family: "aktiv-grotesk", sans-serif; }

button.button.alt.disabled {
  background-color: #fff !important;
  color: #161310 !important; }

.price del, .woocommerce-variation-price del {
  display: inline-block !important;
  opacity: 0.5 !important;
  text-decoration: line-through !important;
  margin-right: 10px;
  font-size: 0.85em;
  color: #fff; }
.price ins, .woocommerce-variation-price ins {
  display: inline-block !important;
  text-decoration: none !important;
  color: #bd9356 !important;
  font-weight: bold; }

.section_title_center {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-family: "ClashGrotesk";
  margin-bottom: 70px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.sensory_grid {
  max-width: 800px;
  margin: 0 auto; }
  .sensory_grid .sensory_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px; }
    .sensory_grid .sensory_row .sr_label {
      font-family: "SometimesTimes";
      font-style: italic;
      font-size: clamp(32px, 4vw, 46px);
      color: rgba(255, 255, 255, 0.7); }
    .sensory_grid .sensory_row .sr_dots {
      display: flex;
      gap: 20px; }
      .sensory_grid .sensory_row .sr_dots .pallina {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        transition: background-color 0.4s ease; }
        .sensory_grid .sensory_row .sr_dots .pallina.piena {
          background-color: #fff; }
  @media (max-width: 992px) {
    .sensory_grid {
      max-width: 100%;
      padding: 0 20px; }
      .sensory_grid .sensory_row {
        margin-bottom: 25px; }
        .sensory_grid .sensory_row .sr_label {
          font-size: 28px; }
        .sensory_grid .sensory_row .sr_dots {
          gap: 10px; }
          .sensory_grid .sensory_row .sr_dots .pallina {
            width: 18px;
            height: 18px; } }

.sp_grid_related {
  width: 100%; }
  .sp_grid_related .sp_grid_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 992px) {
      .sp_grid_related .sp_grid_inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media (max-width: 640px) {
      .sp_grid_related .sp_grid_inner {
        grid-template-columns: 1fr; } }

.swipe_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  margin-top: 0;
  background-color: #161310 !important;
  color: #F7F6F2 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
  .swipe_icon svg {
    width: 24px;
    height: 24px; }
  .swipe_icon:hover {
    background-color: #bd9356 !important;
    color: #fff !important; }
  .swipe_icon.icon-arrow-left {
    left: 25px; }
  .swipe_icon.icon-arrow-right {
    right: 25px; }
  .swipe_icon.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    cursor: not-allowed; }

.sp_grid_related {
  width: 100%; }
  .sp_grid_related .sp_grid_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    @media (max-width: 992px) {
      .sp_grid_related .sp_grid_inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px; } }
    @media (max-width: 640px) {
      .sp_grid_related .sp_grid_inner {
        grid-template-columns: 1fr; } }

/* =========================================
   RELATED SECTIONS (Accessori & Prova Anche)
========================================= */
.sp_related_section {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .sp_related_section.gallery_accessori, .sp_related_section.gallery_prova_anche {
    margin-bottom: 160px; }
  .sp_related_section.gallery_accessori {
    margin-top: 80px; }
  .sp_related_section .sp_grid_related {
    width: 100%; }
    .sp_related_section .sp_grid_related .sp_grid_inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px; }
      @media (max-width: 992px) {
        .sp_related_section .sp_grid_related .sp_grid_inner {
          grid-template-columns: repeat(2, 1fr);
          gap: 30px; } }
      @media (max-width: 640px) {
        .sp_related_section .sp_grid_related .sp_grid_inner {
          grid-template-columns: 1fr; } }

.sp_focus_accordion {
  width: 100%;
  margin: 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px; }
  .sp_focus_accordion .sp_focus_super_title {
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600; }
  .sp_focus_accordion .accordion {
    padding: 0; }
  .sp_focus_accordion .sp_card_premium {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0; }
    .sp_focus_accordion .sp_card_premium .card-header {
      width: 100%;
      background: transparent;
      border: none;
      padding: 0; }
      .sp_focus_accordion .sp_card_premium .card-header button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px 0;
        background: transparent !important;
        border: none;
        outline: none !important;
        cursor: pointer; }
        .sp_focus_accordion .sp_card_premium .card-header button .wrap_div_text {
          width: calc(100% - 40px);
          display: flex;
          align-items: flex-start;
          text-align: left; }
          .sp_focus_accordion .sp_card_premium .card-header button .wrap_div_text h2 {
            font-family: "SometimesTimes";
            font-weight: normal;
            font-size: clamp(30px, 4vw, 46px);
            color: rgba(255, 255, 255, 0.3);
            text-transform: none;
            margin: 0;
            line-height: 1;
            transition: color 0.3s ease; }
        .sp_focus_accordion .sp_card_premium .card-header button svg {
          width: 20px;
          height: 20px;
          stroke: #fff;
          opacity: 0.5;
          margin-top: 5px;
          transition: transform 0.4s ease, opacity 0.3s ease; }
        .sp_focus_accordion .sp_card_premium .card-header button[aria-expanded="true"] .wrap_div_text h2, .sp_focus_accordion .sp_card_premium .card-header button:not(.collapsed) .wrap_div_text h2 {
          color: rgba(255, 255, 255, 0.9); }
        .sp_focus_accordion .sp_card_premium .card-header button[aria-expanded="true"] svg, .sp_focus_accordion .sp_card_premium .card-header button:not(.collapsed) svg {
          transform: rotate(45deg);
          opacity: 1; }
    .sp_focus_accordion .sp_card_premium .collapse, .sp_focus_accordion .sp_card_premium .collapsing {
      width: 100%; }
      .sp_focus_accordion .sp_card_premium .collapse .card-body, .sp_focus_accordion .sp_card_premium .collapsing .card-body {
        padding: 40px 40px 40px 0;
        display: flex;
        justify-content: flex-end; }
        .sp_focus_accordion .sp_card_premium .collapse .card-body .paragrafo, .sp_focus_accordion .sp_card_premium .collapsing .card-body .paragrafo {
          max-width: 800px; }
        @media (max-width: 992px) {
          .sp_focus_accordion .sp_card_premium .collapse .card-body, .sp_focus_accordion .sp_card_premium .collapsing .card-body {
            padding: 0 0 40px 0; } }
    .sp_focus_accordion .sp_card_premium .sp_tech_list {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .sp_focus_accordion .sp_card_premium .sp_tech_list li {
        color: rgba(255, 255, 255, 0.6);
        display: block; }
        .sp_focus_accordion .sp_card_premium .sp_tech_list li::before {
          display: none !important; }
        .sp_focus_accordion .sp_card_premium .sp_tech_list li strong {
          color: #fff;
          font-weight: 400; }
    .sp_focus_accordion .sp_card_premium .sp_nutri_header {
      font-family: "aktiv-grotesk", sans-serif, sans-serif;
      font-size: 14px;
      color: #fff;
      margin-bottom: 15px;
      font-weight: bold;
      text-transform: uppercase; }
    .sp_focus_accordion .sp_card_premium .paragrafo {
      color: rgba(255, 255, 255, 0.6);
      font-size: 15px;
      line-height: 1.6;
      margin-top: 0 !important; }
      .sp_focus_accordion .sp_card_premium .paragrafo p {
        margin-bottom: 15px; }
    @media (max-width: 992px) {
      .sp_focus_accordion .sp_card_premium {
        flex-direction: column; }
        .sp_focus_accordion .sp_card_premium .card-header {
          width: 100%; }
          .sp_focus_accordion .sp_card_premium .card-header button {
            padding: 30px 0; }
        .sp_focus_accordion .sp_card_premium .collapse, .sp_focus_accordion .sp_card_premium .collapsing {
          width: 100%; } }

.sp_gift_box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .sp_gift_box .gb_img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background-color: #f7f7f7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .sp_gift_box .gb_img img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply; }
  .sp_gift_box .gb_text p {
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin: 0; }
    .sp_gift_box .gb_text p strong {
      display: block;
      color: #fff;
      margin-bottom: 5px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .sp_gift_box {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; } }

.sp_horeca_cta {
  font-family: "aktiv-grotesk", sans-serif, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .sp_horeca_cta a {
    color: #fff;
    text-decoration: none; }
  .sp_horeca_cta u {
    text-underline-offset: 3px;
    transition: color 0.3s; }
  .sp_horeca_cta a:hover u {
    color: #bd9356; }

.sp_spedizioni_cta {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .sp_spedizioni_cta .sp_cta_item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: background 0.4s ease, border-color 0.4s ease; }
    .sp_spedizioni_cta .sp_cta_item:hover {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.15); }
    .sp_spedizioni_cta .sp_cta_item .sp_cta_icon {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.05); }
      .sp_spedizioni_cta .sp_cta_item .sp_cta_icon svg {
        width: 20px;
        height: 20px;
        fill: #ffffff; }
    .sp_spedizioni_cta .sp_cta_item .sp_cta_text {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .sp_spedizioni_cta .sp_cta_item .sp_cta_text .sp_cta_label {
        display: block;
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 4px; }
      .sp_spedizioni_cta .sp_cta_item .sp_cta_text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.8); }
        .sp_spedizioni_cta .sp_cta_item .sp_cta_text p strong {
          font-weight: 500;
          color: #ffffff; }

.sp_gallery_card {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .sp_gallery_card .inner_gallery_img {
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1; }
    .sp_gallery_card .inner_gallery_img .object_image {
      width: 100%;
      height: 100%;
      display: block;
      margin: 0; }
      .sp_gallery_card .inner_gallery_img .object_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease; }
    .sp_gallery_card .inner_gallery_img:hover .object_image img {
      transform: scale(1.05); }
  .sp_gallery_card .gal_caption {
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500; }

.sp_ricetta_section {
  margin-bottom: 80px; }
  .sp_ricetta_section .sp_recipe_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px; }
    .sp_ricetta_section .sp_recipe_meta .rm_item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: "aktiv-grotesk", sans-serif, sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .sp_ricetta_section .sp_recipe_meta .rm_item i {
        font-size: 20px;
        color: #bd9356; }
      .sp_ricetta_section .sp_recipe_meta .rm_item span {
        display: inline-block;
        transform: translateY(1px); }

/* ==========================================================
   STILE SCONTI: PREZZO GRANDE IN BASSO (PRODOTTI VARIABILI)
   ========================================================== */
.woocommerce-variation-price .price {
  display: flex;
  align-items: center;
  gap: 12px; }
  .woocommerce-variation-price .price del {
    display: inline-block !important;
    opacity: 0.5;
    text-decoration: line-through;
    font-size: 0.7em;
    font-weight: normal;
    color: inherit; }
  .woocommerce-variation-price .price ins {
    display: inline-block !important;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold; }

.single-product .ppc-button-wrapper, .woocommerce-cart .ppc-button-wrapper {
  display: none; }

/* =========================================
   GUIDA ALLA DEGUSTAZIONE (Tasting Guide)
========================================= */
.sp_tasting_guide {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px; }
  @media (max-width: 992px) {
    .sp_tasting_guide {
      padding-bottom: 40px; } }
  .sp_tasting_guide .section_title_center {
    margin-bottom: 60px; }
  .sp_tasting_guide .tg_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px; }
    @media (max-width: 992px) {
      .sp_tasting_guide .tg_grid {
        grid-template-columns: 1fr;
        gap: 0; } }
  .sp_tasting_guide .tg_column {
    display: flex;
    flex-direction: column; }
  .sp_tasting_guide .tg_item {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    margin-bottom: 50px; }
    .sp_tasting_guide .tg_item h4 {
      font-family: "aktiv-grotesk", sans-serif, sans-serif;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
      font-weight: 600; }
    .sp_tasting_guide .tg_item .tg_list {
      list-style: none;
      padding: 0;
      margin: 15px 0 0 0; }
      .sp_tasting_guide .tg_item .tg_list li {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
        .sp_tasting_guide .tg_item .tg_list li::before {
          display: none; }
        .sp_tasting_guide .tg_item .tg_list li:last-child {
          border-bottom: none; }
        .sp_tasting_guide .tg_item .tg_list li strong {
          font-family: "aktiv-grotesk", sans-serif, sans-serif;
          color: #fff;
          font-weight: 500;
          font-size: 15px;
          letter-spacing: 0.05em; }
        .sp_tasting_guide .tg_item .tg_list li span {
          font-family: "SometimesTimes";
          font-style: normal;
          color: #F7F6F2;
          font-size: 20px;
          text-align: right; }
  .sp_tasting_guide .tg_main_image {
    width: 100%;
    margin-bottom: 70px;
    overflow: hidden;
    border-radius: 4px; }
    .sp_tasting_guide .tg_main_image img {
      width: 100%;
      height: auto;
      max-height: 550px;
      object-fit: cover;
      display: block;
      transition: transform 0.8s ease; }
    .sp_tasting_guide .tg_main_image:hover img {
      transform: scale(1.03); }

.top_header_woocomerce {
  margin-top: 200px; }
  .top_header_woocomerce .woocommerce-products-header {
    position: static; }
  .top_header_woocomerce .woocommerce-products-header__title {
    display: none; }
  .top_header_woocomerce .page-description, .top_header_woocomerce .term-description {
    text-align: center; }
    .top_header_woocomerce .page-description p, .top_header_woocomerce .term-description p {
      max-width: 750px;
      margin: auto; }
  .top_header_woocomerce .bread_section_woocomerce {
    margin-bottom: 15px; }
    .top_header_woocomerce .bread_section_woocomerce nav {
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
      .top_header_woocomerce .bread_section_woocomerce nav a {
        text-decoration: none; }

.pagination_woocomerce .mod_container {
  justify-content: center; }
.pagination_woocomerce .woocommerce-pagination {
  margin-bottom: 120px; }

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  display: none; }
.woocommerce .pre_footer_section {
  margin-bottom: 120px; }
.woocommerce fieldset {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 20px 0; }
  .woocommerce fieldset legend {
    font-size: 18px;
    padding: 0 20px; }

/* ==========================================================
   STILE PAGINA CARRELLO WOOCOMMERCE (DARK PREMIUM)
   ========================================================== */
.woocommerce-cart table.shop_table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px; }
  .woocommerce-cart table.shop_table thead th {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-family: "aktiv-grotesk", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 10px; }
  .woocommerce-cart table.shop_table tbody td {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    color: #fff;
    vertical-align: middle;
    background: transparent; }
  .woocommerce-cart table.shop_table .product-thumbnail img {
    width: 70px;
    height: auto;
    border-radius: 4px;
    box-shadow: none; }
  .woocommerce-cart table.shop_table .product-name a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease; }
    .woocommerce-cart table.shop_table .product-name a:hover {
      color: #bd9356; }
  .woocommerce-cart table.shop_table .product-remove a.remove {
    color: rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: all 0.3s ease; }
    .woocommerce-cart table.shop_table .product-remove a.remove:hover {
      color: #ff3333 !important;
      background: transparent !important; }
.woocommerce-cart .quantity input.qty {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px;
  width: 60px;
  text-align: center;
  border-radius: 0;
  font-family: "aktiv-grotesk", sans-serif;
  -moz-appearance: textfield; }
.woocommerce-cart td.actions {
  padding-top: 30px !important;
  border-bottom: none !important; }
  .woocommerce-cart td.actions .coupon {
    display: flex;
    gap: 15px;
    align-items: center; }
    .woocommerce-cart td.actions .coupon label {
      display: none; }
    .woocommerce-cart td.actions .coupon .input-text {
      background: transparent !important;
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
      color: #fff;
      padding: 0 15px !important;
      height: 45px !important;
      width: 200px !important;
      border-radius: 0 !important; }
      .woocommerce-cart td.actions .coupon .input-text::placeholder {
        color: rgba(255, 255, 255, 0.4); }
.woocommerce-cart .button {
  background-color: #161310 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 0 25px !important;
  height: 45px;
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: bold !important;
  font-family: "aktiv-grotesk", sans-serif;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center; }
  .woocommerce-cart .button:hover {
    background: #fff !important;
    color: #000 !important; }
  .woocommerce-cart .button[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    background: transparent; }
    .woocommerce-cart .button[disabled]:hover {
      background: transparent;
      color: rgba(255, 255, 255, 0.5); }
.woocommerce-cart .cart-collaterals {
  margin-top: 50px; }
  .woocommerce-cart .cart-collaterals .cart_totals {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 500px;
    float: right; }
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #fff;
      margin-bottom: 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 15px; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
      margin-bottom: 0; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 15px 0;
        text-transform: none;
        letter-spacing: normal; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
        color: rgba(255, 255, 255, 0.6);
        font-weight: normal; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
        text-align: right;
        color: #fff;
        font-weight: bold; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
        border-bottom: none;
        padding-top: 25px; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
        font-size: 22px;
        color: #bd9356; }
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
      margin-top: 30px;
      padding: 0; }
      .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        display: flex;
        width: 100%;
        background: #fff;
        color: #000;
        border: none;
        height: 55px;
        font-size: 16px;
        letter-spacing: 0; }
        .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
          background: #bd9356;
          color: #fff; }

.woocommerce-cart::after {
  content: "";
  display: table;
  clear: both; }

/* ==========================================================
   STILE Checkout woocomerce
   ========================================================== */
.sezione_neutra .mod_container h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  width: 100%; }
.sezione_neutra .mod_container header {
  position: static; }
  .sezione_neutra .mod_container header a {
    float: none !important; }
    .sezione_neutra .mod_container header a.edit {
      display: block;
      margin-bottom: 20px;
      font-size: 18px; }
.sezione_neutra .mod_container address {
  font-style: normal !important;
  font-size: 16px !important;
  border: none !important; }
.sezione_neutra .mod_container .woocommerce-form-coupon-toggle {
  display: none !important; }
@media (min-width: 992px) {
  .sezione_neutra .mod_container form.woocommerce-checkout {
    display: grid !important;
    grid-template-columns: 55% 40%;
    gap: 0 5%;
    align-items: start; }
    .sezione_neutra .mod_container form.woocommerce-checkout::before, .sezione_neutra .mod_container form.woocommerce-checkout::after {
      display: none !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #customer_details {
      grid-column: 1 / 2;
      grid-row: 1 / 3; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review_heading {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      margin-top: 0;
      padding-top: 0; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      position: sticky;
      top: 120px; } }
.sezione_neutra .mod_container form.woocommerce-checkout #customer_details .col-1, .sezione_neutra .mod_container form.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  float: none !important;
  margin-bottom: 40px; }
.sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row,
.sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row {
  margin-bottom: 20px; }
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row label,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    display: block; }
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row select,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row input.input-text,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 12px 15px;
    height: 50px;
    border-radius: 4px;
    font-family: "aktiv-grotesk", sans-serif;
    transition: all 0.3s ease; }
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text:focus,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row textarea:focus,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row select:focus,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row input.input-text:focus,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea:focus,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row select:focus {
      outline: none;
      border-color: #bd9356;
      background: rgba(255, 255, 255, 0.06); }
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea {
    height: 120px;
    resize: vertical; }
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection,
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 50px;
    border-radius: 4px;
    color: #fff; }
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection .select2-selection__rendered,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection .select2-selection__rendered {
      line-height: 33px;
      color: #fff;
      padding-left: 15px;
      font-size: 14px; }
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection .select2-selection__arrow,
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection .select2-selection__arrow {
      height: 50px; }
      .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-container .select2-selection .select2-selection__arrow b,
      .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-shipping-fields .form-row .select2-container .select2-selection .select2-selection__arrow b {
        background-color: #F7F6F2;
        border-radius: 50%; }
.sezione_neutra .mod_container form.woocommerce-checkout #order_review_heading {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-top: 0;
  padding-top: 0;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px; }
.sezione_neutra .mod_container form.woocommerce-checkout #order_review {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  position: relative;
  top: 0;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 30px !important;
  margin-top: 100px; }
  @media (max-width: 992px) {
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review {
      margin-top: 40px !important; } }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table {
    border: none !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    border-collapse: collapse !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table thead th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table thead td, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tbody th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tbody td, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tfoot th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tfoot td {
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
      padding: 15px 0 !important;
      color: #fff !important;
      background: transparent !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table th:first-child, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table td:first-child {
      text-align: left !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table th:last-child, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table td:last-child {
      text-align: right !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table thead th {
      color: rgba(255, 255, 255, 0.5) !important;
      font-weight: normal !important;
      font-size: 11px !important;
      text-transform: uppercase !important;
      letter-spacing: 0.05em !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .product-name {
      font-weight: 600 !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .product-name .product-quantity {
        color: rgba(255, 255, 255, 0.5) !important;
        font-weight: normal !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td {
      text-align: right !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: right !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method li {
          margin-bottom: 8px !important;
          display: flex !important;
          align-items: center !important;
          justify-content: flex-end !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method li:nth-last-child(1) {
            margin-bottom: 0 !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method li input[type="radio"] {
            margin: 0 8px 0 0 !important;
            accent-color: #bd9356 !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.woocommerce-shipping-totals td ul#shipping_method li label {
            margin: 0 !important;
            display: inline-block !important;
            color: #fff !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total td {
      border-bottom: none !important;
      padding-top: 25px !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total td strong {
      font-size: 24px !important;
      color: #bd9356 !important; }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
      padding: 0 0 25px 0 !important;
      margin: 0 0 25px 0 !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li {
        background: transparent !important;
        margin-bottom: 15px !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li input[type="radio"] {
          accent-color: #bd9356 !important;
          transform: scale(1.2) !important;
          margin-right: 10px !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li label {
          color: #fff !important;
          font-weight: bold !important;
          display: inline-flex !important;
          align-items: center !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li label img {
            max-height: 24px !important;
            margin-left: 10px !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box {
          background: rgba(0, 0, 0, 0.3) !important;
          border: 1px solid rgba(255, 255, 255, 0.05) !important;
          color: rgba(255, 255, 255, 0.7) !important;
          border-radius: 4px !important;
          padding: 20px !important;
          font-size: 13px !important;
          line-height: 1.6 !important;
          margin-top: 15px !important;
          box-shadow: none !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box::before {
            display: none !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box fieldset {
            border: none !important;
            padding: 0 !important;
            margin: 0 !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box p {
            margin: 0 0 10px 0 !important; }
            .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box p.woocommerce-SavedPaymentMethods-saveNew {
              display: flex;
              align-items: center;
              padding: 20px 0;
              margin: 0 !important; }
              .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box p.woocommerce-SavedPaymentMethods-saveNew label {
                margin-bottom: 0 !important; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box p:last-child {
            margin-bottom: 0 !important; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order {
      padding: 0 !important;
      margin: 0 !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-privacy-policy-text {
        color: rgba(255, 255, 255, 0.5) !important;
        font-size: 11px !important;
        margin-bottom: 20px !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-privacy-policy-text p {
          color: rgba(255, 255, 255, 0.5) !important;
          font-size: 11px !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-privacy-policy-text a {
          color: #bd9356 !important;
          text-decoration: underline !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 25px !important;
        color: #fff !important;
        font-size: 13px !important; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .button {
        width: 100% !important;
        height: 60px !important;
        background: #fff !important;
        color: #000 !important;
        font-family: "aktiv-grotesk", sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        letter-spacing: 0.1em !important;
        border: none !important;
        border-radius: 4px !important;
        transition: all 0.3s ease !important; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .button:hover {
          background: #bd9356 !important;
          color: #fff !important; }
.sezione_neutra .mod_container form.woocommerce-checkout #order_review {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px; }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table {
    border: none;
    width: 100%;
    margin-bottom: 30px; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table td {
      border-top: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding: 15px 0;
      color: #fff; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table th {
      color: rgba(255, 255, 255, 0.5);
      font-weight: normal;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .product-name {
      font-weight: 600; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .product-name .product-quantity {
        color: rgba(255, 255, 255, 0.5);
        font-weight: normal; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total th, .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total td {
      border-bottom: none;
      padding-top: 25px; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table tr.order-total td strong {
      font-size: 24px;
      color: #bd9356; }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment {
    background: transparent;
    border-radius: 0; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 0 0 25px 0;
      margin-bottom: 25px; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li {
        background: transparent;
        margin-bottom: 15px; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li input[type="radio"] {
          accent-color: #bd9356;
          transform: scale(1.2);
          margin-right: 10px; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li label {
          color: #fff;
          font-weight: bold; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box {
          background: rgba(0, 0, 0, 0.3);
          border: 1px solid rgba(255, 255, 255, 0.05);
          color: rgba(255, 255, 255, 0.7);
          border-radius: 4px;
          padding: 20px;
          font-size: 13px;
          line-height: 1.6;
          margin-top: 15px; }
          .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment ul.payment_methods li .payment_box::before {
            display: none; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order {
      padding: 0;
      margin: 0; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-privacy-policy-text {
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
        margin-bottom: 20px; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-privacy-policy-text a {
          color: #bd9356;
          text-decoration: underline; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 25px;
        color: #fff;
        font-size: 13px; }
      .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .button {
        width: 100%;
        height: 60px;
        background: #fff;
        color: #000;
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
        border-radius: 4px;
        transition: all 0.3s ease; }
        .sezione_neutra .mod_container form.woocommerce-checkout #order_review #payment .form-row.place-order .button:hover {
          background: #bd9356;
          color: #fff; }
.sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 30px; }
  .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 4px;
    padding: 18px 25px !important;
    font-family: "aktiv-grotesk", sans-serif;
    display: flex;
    align-items: center; }
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
      color: #bd9356 !important;
      margin-right: 15px;
      position: relative;
      top: auto;
      left: auto; }
    .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
      color: #fff !important;
      font-weight: 600;
      text-decoration: underline;
      margin-left: 8px;
      transition: color 0.3s ease; }
      .sezione_neutra .mod_container form.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover {
        color: #bd9356 !important; }
.sezione_neutra .mod_container form.woocommerce-checkout form.login {
  background: rgba(255, 255, 255, 0.01) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px;
  padding: 30px !important;
  margin-bottom: 40px !important; }
  .sezione_neutra .mod_container form.woocommerce-checkout form.login p.form-row label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    text-transform: uppercase; }
  .sezione_neutra .mod_container form.woocommerce-checkout form.login p.form-row input.input-text {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    height: 50px; }
    .sezione_neutra .mod_container form.woocommerce-checkout form.login p.form-row input.input-text:focus {
      border-color: #bd9356; }
  .sezione_neutra .mod_container form.woocommerce-checkout form.login .button {
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 30px !important;
    border-radius: 4px; }
    .sezione_neutra .mod_container form.woocommerce-checkout form.login .button:hover {
      background: #bd9356 !important;
      color: #fff !important; }
.sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row td {
  padding: 25px 0 25px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; }
.sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap {
  display: flex;
  gap: 15px;
  align-items: stretch; }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap input {
    flex: 1;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 0 15px !important;
    height: 48px !important;
    border-radius: 4px;
    font-family: "aktiv-grotesk", sans-serif; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap input::placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap input:focus {
      border-color: #bd9356 !important;
      outline: none; }
  .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap button {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    padding: 0 25px !important;
    height: 48px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 11px !important;
    border-radius: 4px;
    transition: all 0.3s ease; }
    .sezione_neutra .mod_container form.woocommerce-checkout #order_review table.shop_table .vivari-coupon-row .vsc_custom_coupon_wrap button:hover {
      background: #bd9356 !important;
      border-color: #bd9356 !important;
      color: #000 !important; }
.sezione_neutra .mod_container .fattura-radio-wrap .woocommerce-input-wrapper {
  display: flex;
  align-items: center; }
  .sezione_neutra .mod_container .fattura-radio-wrap .woocommerce-input-wrapper label {
    margin-right: 20px;
    margin-bottom: 0 !important; }
    .sezione_neutra .mod_container .fattura-radio-wrap .woocommerce-input-wrapper label:nth-last-child(1) {
      margin-right: 0; }

/* ==========================================================
   STILE Messaggi informativi woocomerce
   ========================================================== */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 4px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 16px 20px !important;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px !important; }
  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-right: 15px !important;
    font-size: 18px !important;
    color: #bd9356 !important; }
  .woocommerce-message a,
  .woocommerce-error a,
  .woocommerce-info a {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 600;
    margin-left: auto;
    transition: color 0.3s ease; }
    .woocommerce-message a:hover,
    .woocommerce-error a:hover,
    .woocommerce-info a:hover {
      color: #bd9356 !important; }

.woocommerce-error {
  border-color: rgba(255, 60, 60, 0.3) !important; }
  .woocommerce-error::before {
    color: #ff3c3c !important; }
  .woocommerce-error li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }

/* ==========================================================
   STILE GLOBALE CAMPI INPUT WOOCOMMERCE (DARK UI)
   ========================================================== */
.woocommerce {
  /* FIX SOVRAPPOSIZIONE PASSWORD WOOCOMMERCE */ }
  .woocommerce .form-row {
    margin-bottom: 20px; }
    .woocommerce .form-row label {
      display: block;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 8px; }
      .woocommerce .form-row label .required {
        color: #bd9356;
        text-decoration: none; }
    .woocommerce .form-row input.input-text,
    .woocommerce .form-row textarea,
    .woocommerce .form-row select {
      width: 100% !important;
      background: rgba(255, 255, 255, 0.03) !important;
      border: 1px solid rgba(255, 255, 255, 0.12) !important;
      border-radius: 4px !important;
      color: #fff !important;
      padding: 12px 15px !important;
      height: 50px !important;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 14px;
      transition: all 0.3s ease;
      box-shadow: none !important;
      appearance: none; }
      .woocommerce .form-row input.input-text:focus,
      .woocommerce .form-row textarea:focus,
      .woocommerce .form-row select:focus {
        outline: none !important;
        border-color: #bd9356 !important;
        background: rgba(255, 255, 255, 0.06) !important; }
      .woocommerce .form-row input.input-text::placeholder,
      .woocommerce .form-row textarea::placeholder,
      .woocommerce .form-row select::placeholder {
        color: rgba(255, 255, 255, 0.3); }
    .woocommerce .form-row textarea {
      height: 120px !important;
      resize: vertical; }
    .woocommerce .form-row input[type="checkbox"],
    .woocommerce .form-row input[type="radio"] {
      accent-color: #bd9356;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: middle;
      cursor: pointer; }
  .woocommerce .show-password-input {
    color: rgba(255, 255, 255, 0.5);
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    .woocommerce .show-password-input::after {
      content: none; }
  .woocommerce .show-password-input {
    background-color: #fff !important; }
  .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 30px !important;
    border-radius: 8px; }
    .woocommerce form.login p:first-child, .woocommerce form.register p:first-child, .woocommerce form.lost_reset_password p:first-child {
      color: rgba(255, 255, 255, 0.5);
      font-size: 13px;
      line-height: 1.6;
      margin-bottom: 25px; }
    .woocommerce form.login .button, .woocommerce form.register .button, .woocommerce form.lost_reset_password .button {
      background: #fff !important;
      color: #000 !important;
      height: 50px;
      padding: 0 40px !important;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      border-radius: 4px;
      border: none; }
      .woocommerce form.login .button:hover, .woocommerce form.register .button:hover, .woocommerce form.lost_reset_password .button:hover {
        background: #bd9356 !important;
        color: #fff !important; }
    .woocommerce form.login .lost_password a, .woocommerce form.register .lost_password a, .woocommerce form.lost_reset_password .lost_password a {
      color: rgba(255, 255, 255, 0.4);
      font-size: 12px;
      text-decoration: underline; }
      .woocommerce form.login .lost_password a:hover, .woocommerce form.register .lost_password a:hover, .woocommerce form.lost_reset_password .lost_password a:hover {
        color: #fff; }
  .woocommerce .woocommerce .form-row .password-input {
    display: block !important;
    position: relative !important;
    width: 100%; }
    .woocommerce .woocommerce .form-row .password-input input {
      padding-right: 50px !important; }
    .woocommerce .woocommerce .form-row .password-input .show-password-input {
      position: absolute !important;
      top: 50% !important;
      right: 15px !important;
      transform: translateY(-50%) !important;
      background: transparent !important;
      border: none !important;
      color: #bd9356 !important;
      cursor: pointer;
      width: auto !important;
      height: auto !important;
      padding: 0 !important;
      margin: 0 !important;
      z-index: 10;
      opacity: 0.7;
      transition: opacity 0.3s ease; }
      .woocommerce .woocommerce .form-row .password-input .show-password-input:hover {
        opacity: 1; }
      .woocommerce .woocommerce .form-row .password-input .show-password-input::before, .woocommerce .woocommerce .form-row .password-input .show-password-input::after {
        font-family: "WooCommerce" !important;
        font-size: 18px !important; }
  .woocommerce input::-ms-reveal,
  .woocommerce input::-ms-clear {
    display: none !important; }

/* ==========================================================
   STILE "IL MIO ACCOUNT" WOOCOMMERCE (DARK PREMIUM)
   ========================================================== */
@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%; } }
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      width: 25%;
      margin-bottom: 0;
      position: sticky;
      top: 120px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        display: block;
        padding: 15px 0;
        color: rgba(255, 255, 255, 0.6) !important;
        text-decoration: none !important;
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transition: all 0.3s ease;
        position: relative; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: #fff !important;
          padding-left: 10px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #bd9356 !important;
        font-weight: 600;
        padding-left: 10px; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
          content: "";
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          width: 4px;
          height: 4px;
          background: #bd9356;
          border-radius: 50%; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
        color: rgba(255, 60, 60, 0.6) !important; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
          color: #ff3c3c !important; }
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 40px; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: 70%; } }
  @media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 20px;
      background: transparent;
      border: none; } }
  .woocommerce-account .woocommerce-MyAccount-content p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content a {
    color: #bd9356;
    text-decoration: none;
    font-weight: 600; }
    .woocommerce-account .woocommerce-MyAccount-content a:hover {
      text-decoration: underline; }
  .woocommerce-account .woocommerce-MyAccount-content a.button {
    background-color: #161310 !important;
    text-decoration: none !important; }
  .woocommerce-account .woocommerce-MyAccount-content mark {
    background: transparent !important;
    color: #fff !important;
    font-weight: bold; }
  .woocommerce-account .woocommerce-MyAccount-content table.shop_table, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
    width: 100%;
    border-collapse: collapse !important;
    border: none !important;
    margin-bottom: 30px; }
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table th, .woocommerce-account .woocommerce-MyAccount-content table.shop_table td, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td {
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
      padding: 15px 10px !important;
      text-align: left;
      color: #fff;
      background: transparent !important; }
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table th, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th {
      color: rgba(255, 255, 255, 0.5) !important;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 11px !important;
      text-transform: uppercase !important;
      letter-spacing: 0.05em;
      font-weight: normal; }
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
      text-align: right; }
      .woocommerce-account .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions .button, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td.woocommerce-orders-table__cell-order-actions .button {
        background: transparent !important;
        color: #fff !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding: 8px 20px !important;
        border-radius: 4px;
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 11px !important;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.1em;
        transition: all 0.3s ease; }
        .woocommerce-account .woocommerce-MyAccount-content table.shop_table td.woocommerce-orders-table__cell-order-actions .button:hover, .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td.woocommerce-orders-table__cell-order-actions .button:hover {
          background: #bd9356 !important;
          border-color: #bd9356 !important;
          color: #000 !important; }
  .woocommerce-account .woocommerce-MyAccount-content .u-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .woocommerce-account .woocommerce-MyAccount-content .u-columns {
        grid-template-columns: 1fr 1fr; } }
    .woocommerce-account .woocommerce-MyAccount-content .u-columns header.title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .woocommerce-account .woocommerce-MyAccount-content .u-columns header.title h3 {
        margin: 0;
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 18px;
        color: #fff; }
      .woocommerce-account .woocommerce-MyAccount-content .u-columns header.title .edit {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
    .woocommerce-account .woocommerce-MyAccount-content .u-columns address {
      font-style: normal;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.8; }
  .woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
    margin-top: 20px; }

.woocommerce-account .woocommerce {
  gap: 0 !important;
  margin-top: 40px; }

/* =======================================================
   WOOCOMMERCE THANK YOU PAGE (ORDINE RICEVUTO) - PREMIUM
   ======================================================= */
.woocommerce-order-received .mod_container.wide_med {
  max-width: 900px;
  /* Stringiamo un po' il layout per renderlo più elegante */
  margin: 0 auto; }

/* 1. Contenitore generale e tipografia base */
.woocommerce-order {
  color: #eaeaea; }

.woocommerce-order h2,
.woocommerce-order h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 500; }

/* 2. Lista riepilogo in alto (Data, Totale, ecc.) */
ul.woocommerce-order-overview {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.03);
  /* Sfondo scurissimo elegante */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 50px !important; }

ul.woocommerce-order-overview li {
  flex: 1;
  min-width: 150px;
  border: none !important;
  /* Rimuoviamo i trattini fastidiosi di Woo */
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #888;
  margin: 0 !important;
  padding: 0 !important; }

ul.woocommerce-order-overview li strong {
  font-size: 1.1rem;
  color: #cda863;
  /* Il tuo colore Oro */
  margin-top: 8px;
  font-weight: 500;
  text-transform: none; }

/* 3. Dettagli Bancari (BACS) */
.woocommerce-bacs-bank-details {
  margin-bottom: 50px;
  padding: 30px;
  border-left: 3px solid #cda863;
  /* Linea d'accento dorata a sinistra */
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 8px 8px 0; }

.woocommerce-bacs-bank-details h3 {
  color: #cda863; }

/* 4. Tabella Dettagli Ordine (Pulita e senza gabbie) */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  border: none !important;
  /* Via il bordo quadrato esterno */ }

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 20px 10px;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  /* Solo linee orizzontali */
  text-align: left;
  background: transparent !important; }

.woocommerce-table--order-details thead th {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #888; }

.woocommerce-table--order-details tbody td {
  color: #fff;
  font-size: 0.95rem; }

.woocommerce-table--order-details tbody td.product-name a {
  color: #cda863;
  text-decoration: none;
  transition: 0.3s ease; }

.woocommerce-table--order-details tbody td.product-name a:hover {
  color: #fff; }

.woocommerce-table--order-details tfoot th {
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem; }

/* Evidenziamo il Totale Finale in basso alla tabella */
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: none !important;
  font-size: 1.2rem;
  color: #cda863;
  font-weight: 500;
  padding-top: 30px; }

/* 5. Box Indirizzi (Effetto Card) */
.woocommerce-customer-details .addresses {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }

.woocommerce-customer-details .addresses .col-1,
.woocommerce-customer-details .addresses .col-2 {
  flex: 1;
  min-width: 280px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: 100% !important;
  /* Override delle colonne native di Woo */
  margin-bottom: 0; }

.woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.8;
  color: #aaa;
  margin-bottom: 0; }

/* Icone negli indirizzi (se presenti telefono e email) */
.woocommerce-customer-details address p {
  margin: 5px 0; }

.woocommerce-bacs-bank-details ul li {
  border-right: none !important;
  border: none !important; }

body.vsc-open {
  overflow: hidden !important; }

.vsc_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none; }
  .vsc_container.is-active {
    pointer-events: all; }
  .vsc_container .vsc_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden; }
  .vsc_container .vsc_panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    background-color: #161310;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    color: #fff;
    transform: translateX(100%); }
    @media (max-width: 500px) {
      .vsc_container .vsc_panel {
        width: 100%; } }
  .vsc_container .vsc_fragments_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
    position: relative; }
  .vsc_container .vsc_header {
    padding: 40px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .vsc_container .vsc_header .vsc_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px; }
      .vsc_container .vsc_header .vsc_title h4 {
        font-family: "ClashGrotesk";
        font-size: 24px;
        font-weight: normal;
        margin: 0; }
      .vsc_container .vsc_header .vsc_title .vsc_close_btn {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        letter-spacing: 0.1em;
        transition: color 0.3s; }
        .vsc_container .vsc_header .vsc_title .vsc_close_btn:hover {
          color: #bd9356; }
    .vsc_container .vsc_header .vsc_shipping_bar .shipping_msg {
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 8px; }
      .vsc_container .vsc_header .vsc_shipping_bar .shipping_msg.success {
        color: #bd9356; }
    .vsc_container .vsc_header .vsc_shipping_bar .shipping_progress {
      width: 100%;
      height: 2px;
      background: rgba(255, 255, 255, 0.1); }
      .vsc_container .vsc_header .vsc_shipping_bar .shipping_progress .sp_fill {
        height: 100%;
        background: #bd9356;
        transition: width 0.6s ease; }
  .vsc_container .vsc_body {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding: 30px;
    /* Nascondi scrollbar brutte */
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .vsc_container .vsc_body::-webkit-scrollbar {
      width: 0;
      background: transparent; }
    .vsc_container .vsc_body::-webkit-scrollbar {
      width: 4px; }
    .vsc_container .vsc_body::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.2); }
    .vsc_container .vsc_body .vsc_empty {
      text-align: center;
      margin-top: 50px; }
      .vsc_container .vsc_body .vsc_empty p {
        font-family: "aktiv-grotesk", sans-serif;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 30px; }
    .vsc_container .vsc_body .vsc_items {
      list-style: none;
      padding: 0;
      margin: 0; }
      .vsc_container .vsc_body .vsc_items .vsc_item {
        display: flex;
        gap: 20px;
        margin-bottom: 18px; }
        .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_img {
          width: 80px;
          height: 80px;
          flex-shrink: 0;
          background: #fff; }
          .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_img img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info {
          flex: 1; }
          .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_title {
            display: block;
            font-family: "aktiv-grotesk", sans-serif;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            margin-bottom: 5px; }
            .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_title.is-loading::after {
              content: "";
              display: inline-block;
              vertical-align: middle;
              margin-left: 10px;
              width: 12px;
              height: 12px;
              border: 2px solid rgba(255, 255, 255, 0.15);
              border-top-color: #bd9356;
              border-radius: 50%;
              animation: spin-vsc 0.6s linear infinite; }
          .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 15px; }
            .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_price del {
              opacity: 0.5;
              text-decoration: line-through;
              margin-right: 8px;
              font-size: 0.9em; }
            .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_price ins {
              text-decoration: none;
              color: #bd9356;
              font-weight: bold; }
          .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector {
              display: flex;
              align-items: center;
              border: 1px solid rgba(255, 255, 255, 0.2); }
              .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector button {
                background: transparent;
                border: none;
                color: #fff;
                width: 30px;
                height: 30px;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0;
                margin: 0;
                line-height: 1;
                transition: all 0.2s ease; }
                .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector button:hover {
                  color: #bd9356; }
                .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector button:active {
                  transform: scale(0.8);
                  color: #bd9356; }
                .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector button.is-updating {
                  color: rgba(255, 255, 255, 0.2);
                  pointer-events: none; }
              .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector input {
                width: 35px;
                height: 30px;
                background: transparent;
                border: none;
                color: #fff;
                text-align: center;
                padding: 0;
                margin: 0;
                font-size: 14px;
                font-family: "aktiv-grotesk", sans-serif;
                -moz-appearance: textfield;
                line-height: 30px;
                transition: background 0.3s ease; }
                .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector input:focus {
                  outline: none;
                  background: rgba(255, 255, 255, 0.05); }
                .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector input::-webkit-outer-spin-button, .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_qty_selector input::-webkit-inner-spin-button {
                  -webkit-appearance: none;
                  margin: 0; }
            .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_remove {
              background: transparent;
              border: none;
              color: rgba(255, 255, 255, 0.5);
              font-family: "aktiv-grotesk", sans-serif;
              font-size: 12px;
              text-transform: uppercase;
              cursor: pointer;
              transition: color 0.3s; }
              .vsc_container .vsc_body .vsc_items .vsc_item .vsc_item_info .vsc_item_actions .vsc_remove:hover {
                color: #f00; }
  .vsc_container .vsc_footer {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .vsc_container .vsc_footer .vsc_summary {
      margin-bottom: 25px; }
      .vsc_container .vsc_footer .vsc_summary .vsc_summary_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px; }
        .vsc_container .vsc_footer .vsc_summary .vsc_summary_row span {
          font-family: "aktiv-grotesk", sans-serif;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.6); }
        .vsc_container .vsc_footer .vsc_summary .vsc_summary_row strong {
          font-size: 15px;
          font-weight: 500; }
        .vsc_container .vsc_footer .vsc_summary .vsc_summary_row .vsc_free_ship {
          color: #bd9356;
          font-weight: bold;
          letter-spacing: 0.1em; }
        .vsc_container .vsc_footer .vsc_summary .vsc_summary_row .vsc_calc_ship {
          font-size: 10px;
          opacity: 0.5;
          letter-spacing: 0.05em;
          text-transform: none; }
        .vsc_container .vsc_footer .vsc_summary .vsc_summary_row.vsc_total {
          margin-top: 20px;
          padding-top: 15px;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
          .vsc_container .vsc_footer .vsc_summary .vsc_summary_row.vsc_total span {
            color: #fff;
            font-weight: bold;
            font-size: 14px; }
          .vsc_container .vsc_footer .vsc_summary .vsc_summary_row.vsc_total strong {
            font-size: 22px;
            color: #fff; }
    .vsc_container .vsc_footer .vsc_btn {
      display: block;
      width: 100%;
      text-align: center;
      padding: 18px 0;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: bold;
      font-size: 13px;
      text-decoration: none;
      margin-bottom: 15px;
      transition: all 0.3s ease; }
      .vsc_container .vsc_footer .vsc_btn.primary {
        background: #fff;
        color: #161310;
        border: 1px solid #fff; }
      .vsc_container .vsc_footer .vsc_btn.primary:hover {
        background: #bd9356;
        color: #fff;
        border-color: #bd9356; }
      .vsc_container .vsc_footer .vsc_btn.outline {
        background: transparent;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3); }
      .vsc_container .vsc_footer .vsc_btn.outline:hover {
        background: #fff;
        color: #161310; }
  .vsc_container .vsc_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10; }
    .vsc_container .vsc_loader.is-active {
      opacity: 1;
      visibility: visible; }
    .vsc_container .vsc_loader span {
      color: #fff;
      font-family: "aktiv-grotesk", sans-serif;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-size: 12px; }

@keyframes spin-vsc {
  to {
    transform: rotate(360deg); } }
.vsc_shimmer {
  background-image: linear-gradient(-85deg, rgba(255, 255, 255, 0.2) 0%, white 50%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-shimmer 1.25s infinite linear;
  pointer-events: none; }

@keyframes text-shimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }
a.added_to_cart {
  display: none !important; }

/* MODAL GLOBAL WRAPPER */
.modals_wrapper_global {
  position: relative;
  z-index: 99999; }

/* SINGOLO MODAL */
.modal_premium {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none; }
  .modal_premium.active {
    display: block; }
  .modal_premium .modal_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }
  .modal_premium .modal_content_scroll {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* FIX MOBILE: Abilita inerzia e gestione touch nativa */
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
    /* MODIFICA: Setup Flex per margin: auto */
    display: flex;
    flex-direction: column;
    /* Importante per gestire lo scroll verticale correttamente */
    padding: 40px;
    /* Rimosso justify-content e align-items per usare margin: auto sul figlio */
    /* Scrollbar nascosta */
    scrollbar-width: none; }
    @media (max-width: 1024px) {
      .modal_premium .modal_content_scroll {
        padding: 20px;
        /* Rimosso align-items: flex-start perché margin: auto gestisce tutto automaticamente */ } }
    .modal_premium .modal_content_scroll::-webkit-scrollbar {
      display: none; }
  .modal_premium .modal_inner {
    background: #fff;
    width: 100%;
    /* MODIFICA FONDAMENTALE: */
    margin: auto;
    /* Questo centra se c'è spazio, e allinea in alto se scrolla */
    max-width: 900px;
    min-height: 50vh;
    padding: 60px 20px 20px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    color: #000; }
    @media (max-width: 1024px) {
      .modal_premium .modal_inner {
        padding: 20px;
        min-height: auto; } }
  .modal_premium .btn_close_modal {
    background: none;
    border: none;
    gap: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    transition: opacity 0.3s;
    z-index: 100;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer; }
    .modal_premium .btn_close_modal:hover {
      opacity: 0.6; }
  @media (max-width: 1024px) {
    .modal_premium .modal_body .info_prenotazioni {
      display: none; } }
  .modal_premium .modal_body video {
    width: 100%;
    border-radius: 30px; }
    @media (max-width: 1024px) {
      .modal_premium .modal_body video {
        border-radius: 12px; } }

/* Blocca lo scroll del body quando il modal è aperto */
body.is-modal-open {
  overflow: hidden; }

*, ::after, ::before {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

.clearer {
  clear: both; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  background-color: #161310;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      overflow-x: hidden; } }
  @media (max-width: 767px) {
    body {
      overflow-x: hidden; } }

html {
  position: relative;
  overflow-x: hidden; }

p {
  line-height: 25px; }

ol {
  list-style: decimal;
  padding-left: 23px; }

.mod_container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
  padding: 0 20px; }
  @media (max-width: 1280px) {
    .mod_container {
      padding: 0 40px; } }
  @media (max-width: 992px) {
    .mod_container {
      padding: 0 20px; } }
  .mod_container.beetween {
    justify-content: space-between; }
  .mod_container.column_direction {
    flex-direction: column; }
  .mod_container.boxed {
    max-width: 1200px; }
  .mod_container.wide_med {
    max-width: 1400px; }
  .mod_container.wide_max {
    max-width: 1600px; }
  .mod_container.wide_full {
    max-width: 100%; }
  .mod_container.rimuovi_padding_container {
    padding: 0; }

.admin-bar header {
  top: 32px; }
.admin-bar header.smaller {
  top: 32px; }

img {
  width: auto;
  height: auto;
  border: none;
  display: block; }

.hidden_vp {
  opacity: 0; }

.visible_vp {
  opacity: 1; }

.wp-post-image {
  width: 100%;
  height: auto; }

img.ajax-loader {
  width: auto; }

.aligncenter {
  margin: 0 auto; }

.alignleft {
  float: left;
  margin-right: 35px; }

.alignright {
  float: right;
  margin-left: 35px; }

.no_lateral_left {
  padding-left: 0px !important; }

.no_lateral_padding {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.no_margin {
  margin: 0 !important; }

.padding_5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 8px;
  display: block;
  z-index: 200;
  top: 19px;
  right: 10px; }

strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

a {
  transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
  transition-property: color, background-color, opacity;
  transition-duration: 300ms, 300ms, 300ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  color: #F7F6F2; }
  a:hover {
    color: #bd9356;
    outline: none !important; }

a:active {
  outline: none !important; }

a:focus {
  outline: none !important; }

header, nav, article, aside, section, footer, main figure, figcaption, hgroup {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

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

.effect_hover img {
  transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .effect_hover img:hover {
    text-decoration: none;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -o-transform: translate(0, -10px); }
    @media (max-width: 1024px) {
      .effect_hover img:hover {
        transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        box-shadow: none; } }

div.wpcf7 div.wpcf7-response-output {
  border-color: #161310 !important;
  background-color: #161310;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 20px;
  margin: 20px 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.paginazione {
  text-align: center; }
  .paginazione a {
    margin: 0 5px; }
  .paginazione span {
    margin: 0 5px; }

.privacy {
  font-size: 12px;
  color: #000; }

#big_main {
  position: absolute;
  height: 100%;
  width: 100%; }

.ajax-loader {
  position: absolute; }

.swiper-container {
  width: 100%; }
  .swiper-container .swiper-wrapper {
    width: 100%; }

.swipe_icon {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #fff;
  color: #161310;
  font-size: 20px;
  margin-top: -45px;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .swipe_icon.icon-arrow-right, .swipe_icon.icon-chevron-right {
    right: 15px; }
    @media (max-width: 767px) {
      .swipe_icon.icon-arrow-right, .swipe_icon.icon-chevron-right {
        right: 8px;
        padding: 4px;
        margin-top: -10px; } }
  .swipe_icon.icon-arrow-left, .swipe_icon.icon-chevron-left {
    left: 15px; }
    @media (max-width: 767px) {
      .swipe_icon.icon-arrow-left, .swipe_icon.icon-chevron-left {
        left: 8px;
        padding: 4px;
        margin-top: -10px; } }
  .swipe_icon.swiper-button-disabled {
    opacity: 0; }
  .swipe_icon:hover {
    cursor: pointer; }

.btn {
  outline: none !important; }

.table_content {
  display: table;
  width: 100%; }
  @media (max-width: 992px) {
    .table_content {
      display: block; } }
  .table_content .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    @media (max-width: 992px) {
      .table_content .cell {
        display: block;
        width: 100%; } }
    @media (max-width: 992px) {
      .table_content .cell.inner_image {
        height: 500px; } }
    @media (max-width: 767px) {
      .table_content .cell.inner_image {
        height: 250px; } }

.super_padding_lf {
  padding-left: calc((100% - 1280px) / 2); }
  .super_padding_lf .inside {
    padding-left: 30px; }

.super_padding_rg {
  padding-right: calc((100% - 1280px) / 2); }
  .super_padding_rg .inside {
    padding-left: 30px; }

@media (max-width: 767px) {
  .plyr__video-embed {
    margin-top: 30px; } }

.plyr__control--overlaid {
  background-color: #161310; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background-color: #161310; }

.plyr--full-ui input[type="range"] {
  color: #161310; }

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded="true"] {
  background: #161310; }

.plyr--stopped .plyr__controls {
  opacity: 0; }

.plyr--playing {
  opacity: 1; }

.wpcf7 {
  text-align: left; }
  .wpcf7 br {
    display: none; }

.fixed_body {
  width: 100%; }

.flexHorizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%; }
  @media (max-width: 992px) {
    .flexHorizontal {
      flex-wrap: wrap; } }
  .flexHorizontal.left {
    justify-content: flex-start; }
  .flexHorizontal.right {
    justify-content: flex-end; }
  .flexHorizontal .link {
    margin-right: 40px; }
    @media (max-width: 992px) {
      .flexHorizontal .link {
        margin-right: 0; } }

.wpcf7-form {
  padding: 0; }
  @media (max-width: 767px) {
    .wpcf7-form {
      padding: 0; } }
  .wpcf7-form .flexHorizontal {
    justify-content: space-between;
    gap: calc(20 / 1920 * 100vw); }
    @media (max-width: 992px) {
      .wpcf7-form .flexHorizontal {
        gap: 0; } }
    .wpcf7-form .flexHorizontal.flexHorizontal_age_hide {
      margin: 0; }
      .wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
        margin-bottom: calc(20 / 1920 * 100vw); }
        @media (max-width: 992px) {
          .wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
            margin-bottom: calc(16 / 768 * 100vw); } }
        @media (max-width: 767px) {
          .wpcf7-form .flexHorizontal.flexHorizontal_age_hide div {
            margin-bottom: calc(12 / 360 * 100vw); } }
    .wpcf7-form .flexHorizontal.flexHorizontal_no_margin_top {
      margin-top: 0; }
    .wpcf7-form .flexHorizontal .inner div {
      margin-top: -10px;
      display: flex;
      align-items: flex-start; }
    .wpcf7-form .flexHorizontal > * {
      width: 100%; }
  .wpcf7-form .intl-tel-input {
    width: 100%; }
  .wpcf7-form label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 14px; }
  .wpcf7-form input {
    font-size: 14px; }
  .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form textarea {
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #161310;
    height: 70px;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 10px;
    background-color: rgba(247, 246, 242, 0.1);
    font-family: "aktiv-grotesk", sans-serif;
    letter-spacing: .2px;
    font-size: 16px; }
    .wpcf7-form input[type=text]:active, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=text]:hover, .wpcf7-form input[type=email]:active, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=email]:hover, .wpcf7-form input[type=tel]:active, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=tel]:hover, .wpcf7-form input[type=number]:active, .wpcf7-form input[type=number]:focus, .wpcf7-form input[type=number]:hover, .wpcf7-form input[type=date]:active, .wpcf7-form input[type=date]:focus, .wpcf7-form input[type=date]:hover, .wpcf7-form textarea:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:hover {
      outline: none; }
  .wpcf7-form textarea {
    font-size: 16px;
    height: 150px;
    padding: 10px; }
    .wpcf7-form textarea:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:hover {
      outline: none; }
  .wpcf7-form select {
    width: 100%;
    border: none;
    color: #161310;
    border-radius: 10px;
    height: 70px;
    letter-spacing: .2px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    background-color: #161310;
    font-size: 14px;
    background-repeat: no-repeat;
    font-family: "SometimesTimes";
    background-image: url("images/drop-down.svg");
    background-position: 96% center;
    background-size: 14px; }
  .wpcf7-form input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 8px; }
  .wpcf7-form .content_bottone {
    text-align: right;
    width: auto;
    position: relative; }
    @media (max-width: 767px) {
      .wpcf7-form .content_bottone {
        margin: auto;
        width: 100%; } }
  .wpcf7-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 28px; }
  .wpcf7-form input[type=submit] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    height: 60px;
    min-width: auto;
    margin: 0;
    border-radius: 0;
    line-height: normal;
    transition: border-color 0.3s ease, color 0.3s ease;
    width: 100%;
    margin-top: 10px; }
    .wpcf7-form input[type=submit]:hover {
      color: #bd9356; }
    @media (max-width: 767px) {
      .wpcf7-form input[type=submit] {
        width: 100%;
        min-width: 100%;
        padding: 0;
        display: block;
        margin: auto; } }
  .wpcf7-form .accetto {
    font-size: 13px;
    position: relative;
    font-family: "aktiv-grotesk", sans-serif;
    top: 5px;
    color: #F7F6F2;
    text-decoration: none;
    display: block;
    margin-bottom: 25px; }
    .wpcf7-form .accetto:hover {
      color: #bd9356; }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0 0 0 0; }

.map-wrap {
  margin-top: 40px;
  padding-top: 0;
  position: relative;
  width: 100%;
  height: 500px; }
  @media (max-width: 992px) {
    .map-wrap {
      height: 450px;
      padding-top: 0;
      padding-bottom: 0; } }
  .map-wrap iframe {
    width: 100%;
    height: 500px; }
    @media (max-width: 992px) {
      .map-wrap iframe {
        height: 450px; } }

#map_contatti {
  height: 100% !important; }

.overlay {
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0; }
  @media (max-width: 992px) {
    .overlay {
      height: 450px;
      min-height: 450px; } }

.object_image {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0; }
  .object_image img {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
  display: block;
  height: 340px; }
  @media (max-width: 1920px) {
    .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
      height: 340px; } }
  @media (max-width: 1280px) {
    .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
      height: 300px; } }
  @media (max-width: 992px) {
    .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
      height: 340px; } }
  @media (max-width: 767px) {
    .gallery_orizzontale .swiper-wrapper a, .gallery_orizzontale_2 .swiper-wrapper a {
      height: 340px; } }
.gallery_orizzontale .swiper-wrapper h4, .gallery_orizzontale_2 .swiper-wrapper h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff; }

.gallery_orizzontale_2 .swiper-wrapper h4 {
  color: #161310; }

.ui-timepicker-disabled {
  display: none !important; }

.fancybox-active {
  height: inherit; }

.all_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.attachment_scroll {
  background-attachment: fixed; }
  @supports (-webkit-overflow-scrolling: touch) {
    .attachment_scroll {
      background-attachment: scroll; } }

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

.error404 {
  background-color: #161310; }

.noise2 {
  position: fixed;
  background-image: url("../images/noise2.webp");
  opacity: .06;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  /* Ottimizzazioni Hardware specifiche per Safari */
  pointer-events: none;
  z-index: 5100;
  /* Forza la GPU a prendere in carico questo singolo livello e a non mescolarlo con gli altri finché non serve */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;
  /* Diciamo al browser ESATTAMENTE cosa cambierà */
  will-change: transform;
  /* Mantengo la tua animazione e i tuoi steps */
  animation: noise 1.2s steps(3) infinite both; }

@keyframes noise {
  0% {
    transform: translate3d(1%, -1%, 0); }
  10% {
    transform: translate3d(-5%, -2%, 0); }
  20% {
    transform: translate3d(10%, 5%, 0); }
  30% {
    transform: translate3d(5%, -11%, 0); }
  40% {
    transform: translate3d(-12%, -5%, 0); }
  50% {
    transform: translate3d(10%, 9%, 0); }
  60% {
    transform: translate3d(15%, 0, 0); }
  70% {
    transform: translate3d(-10%, 8%, 0); }
  80% {
    transform: translate3d(10%, 2%, 0); }
  90% {
    transform: translate3d(1%, 5%, 0); }
  100% {
    transform: translate3d(0, 8%, 0); } }
.anima_basic {
  opacity: 0;
  will-change: transform, opacity; }

.zoom_content {
  opacity: 0;
  transform-origin: 0 0; }

.zoom_slow_content {
  opacity: 0;
  transform-origin: 0 0; }

.section {
  position: relative; }
  .section.light_bj {
    background-color: #fff; }
  .section.black_bk {
    background-color: #161310; }
  .section.dark_bk {
    background-color: #F8F7F6; }
  .section.no_spacing_top {
    padding-top: 0; }

.box_contatti .item_contatti {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
  color: #fff;
  gap: 20px;
  align-items: center; }
  .box_contatti .item_contatti svg {
    width: 20px; }
  .box_contatti .item_contatti a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 20px; }
    .box_contatti .item_contatti a:hover {
      opacity: .6; }

.form_contatti .side_input {
  padding: 30px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 20px; }
  .form_contatti .side_input .item_input {
    width: 100%; }
    .form_contatti .side_input .item_input input {
      width: 100%;
      height: auto;
      background-color: #fff;
      border-radius: 0;
      border: 1px rgba(0, 0, 0, 0.3);
      border-bottom-style: solid;
      margin-bottom: 0;
      padding: 16px 18px 16px 0;
      font-size: 18px;
      transition: all .2s;
      color: #161310;
      outline: none !important; }
      .form_contatti .side_input .item_input input:focus {
        border-style: none none solid;
        border-width: 1px;
        border-color: #161310 #161310 #161310; }
    .form_contatti .side_input .item_input textarea {
      color: #161310;
      width: 100%;
      border-radius: 0;
      height: 130px;
      background-color: #fff;
      border: 1px rgba(0, 0, 0, 0.3);
      border-bottom-style: solid;
      margin-bottom: 0;
      padding: 16px 18px 16px 0;
      font-size: 18px;
      transition: all .2s;
      outline: none !important; }
    .form_contatti .side_input .item_input select {
      width: 100%;
      border: 1px rgba(0, 0, 0, 0.3);
      border-bottom-style: solid;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.7);
      border-radius: 0;
      height: 50px;
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      -webkit-appearance: none;
      -moz-appearance: none;
      margin-bottom: 15px;
      background-color: #fff;
      background-image: url("images/dropdown.svg");
      background-size: 50px;
      background-repeat: no-repeat;
      background-position: right; }
      .form_contatti .side_input .item_input select::selection {
        border-style: none none solid;
        border-width: 1px;
        border-color: #161310 #161310 #161310; }
    .form_contatti .side_input .item_input input[type=number]::-webkit-input-placeholder,
    .form_contatti .side_input .item_input input[type=text]::-webkit-input-placeholder,
    .form_contatti .side_input .item_input input[type=email]::-webkit-input-placeholder,
    .form_contatti .side_input .item_input input[type=tel]::-webkit-input-placeholder,
    .form_contatti .side_input .item_input textarea::-webkit-input-placeholder {
      opacity: .7; }
    .form_contatti .side_input .item_input input[type=number]::-ms-input-placeholder,
    .form_contatti .side_input .item_input input[type=text]::-ms-input-placeholder,
    .form_contatti .side_input .item_input input[type=email]::-ms-input-placeholder,
    .form_contatti .side_input .item_input input[type=tel]::-ms-input-placeholder,
    .form_contatti .side_input .item_input textarea::-ms-input-placeholder {
      opacity: .7; }
    .form_contatti .side_input .item_input textarea::-moz-placeholder,
    .form_contatti .side_input .item_input input[type=text]::-moz-placeholder,
    .form_contatti .side_input .item_input input[type=email]::-moz-placeholder,
    .form_contatti .side_input .item_input input[type=tel]::-moz-placeholder {
      opacity: .7; }
    .form_contatti .side_input .item_input.item_total {
      grid-column: 1/3; }
    .form_contatti .side_input .item_input.item_submit input {
      text-align: center;
      background-color: transparent;
      border: 1px solid #161310;
      font-family: "aktiv-grotesk", sans-serif;
      color: #161310;
      height: 50px;
      line-height: 45px;
      font-size: 20px;
      font-weight: 300;
      padding: 0 70px;
      text-decoration: none !important;
      display: inline-block;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      letter-spacing: .2px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .form_contatti .side_input .item_input.item_submit input {
          margin-right: 0;
          width: 100%;
          margin-bottom: 15px;
          min-width: 100%; } }
      .form_contatti .side_input .item_input.item_submit input:hover {
        color: #fff;
        background-color: #161310;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.05); }
      .form_contatti .side_input .item_input.item_submit input:focus {
        text-decoration: none;
        outline: 0 !important; }
      .form_contatti .side_input .item_input.item_submit input:active {
        color: #fff !important;
        background-color: #161310; }
  .form_contatti .side_input .side_policy {
    grid-column: 1/3;
    font-size: 12px;
    line-height: 12px; }
    .form_contatti .side_input .side_policy label {
      display: flex;
      align-items: center;
      gap: 15px; }

.sezione_contatti .paragrafo_testo p, .sezione_newsletter .paragrafo_testo p, .curriculum .paragrafo_testo p {
  max-width: 500px; }
.sezione_contatti .ab_content_flex, .sezione_newsletter .ab_content_flex, .curriculum .ab_content_flex {
  margin-bottom: 0; }
.sezione_contatti .paragrafo ul, .sezione_newsletter .paragrafo ul, .curriculum .paragrafo ul {
  margin-top: 0; }
  .sezione_contatti .paragrafo ul li a, .sezione_newsletter .paragrafo ul li a, .curriculum .paragrafo ul li a {
    color: #161310; }
.sezione_contatti .paragrafo_form, .sezione_newsletter .paragrafo_form, .curriculum .paragrafo_form {
  z-index: -1; }

.sezione_contatti {
  padding: 60px 0; }
  .sezione_contatti .ab_content_flex {
    gap: 0; }
    .sezione_contatti .ab_content_flex .side_b {
      background-color: #fff; }
      @media (max-width: 992px) {
        .sezione_contatti .ab_content_flex .side_b {
          margin-top: 60px; } }
      @media (max-width: 767px) {
        .sezione_contatti .ab_content_flex .side_b {
          margin-top: 0; } }
  .sezione_contatti .info_prenotazioni ul li.indicazioni_principali {
    margin-bottom: 10px; }
  .sezione_contatti .info_prenotazioni ul li a {
    color: #fff;
    border: 1px solid #fff;
    background-color: #161310; }
    .sezione_contatti .info_prenotazioni ul li a:hover {
      background-color: #161310;
      color: #fff;
      border: 1px solid #fff; }
  .sezione_contatti .orari {
    margin-top: 60px; }
    .sezione_contatti .orari h2 {
      font-size: 40px; }
      .sezione_contatti .orari h2:nth-of-type(2) {
        margin-top: 30px; }
    .sezione_contatti .orari p {
      max-width: 100%; }

.sezione_newsletter input[type=email] {
  background-color: transparent;
  color: #161310;
  border-bottom: 1px solid #161310; }
.sezione_newsletter input[type=submit] {
  background-color: #fff;
  border: 1px solid #161310;
  color: #161310; }
  .sezione_newsletter input[type=submit]:hover {
    background-color: #161310;
    border: 1px solid #161310;
    color: #fff; }

.linea_anim {
  width: 100%;
  height: .06em;
  background: #161310; }

.gallery_plus {
  margin-top: 50px; }
  .gallery_plus.swiper {
    width: 100%;
    overflow-y: visible;
    overflow-x: visible; }
    .gallery_plus.swiper .swiper-slide {
      width: 600px;
      background-color: #fff; }
      @media (max-width: 767px) {
        .gallery_plus.swiper .swiper-slide {
          width: 100%; } }
      .gallery_plus.swiper .swiper-slide .box_plus {
        text-align: center; }
        .gallery_plus.swiper .swiper-slide .box_plus .side_top {
          background-color: #F8F5EC;
          padding-bottom: 40px; }
          .gallery_plus.swiper .swiper-slide .box_plus .side_top h2 {
            font-family: "aktiv-grotesk", sans-serif, sans-serif;
            font-size: 40px;
            font-weight: 500;
            margin: auto;
            padding: 40px 40px 20px; }
            @media (max-width: 992px) {
              .gallery_plus.swiper .swiper-slide .box_plus .side_top h2 {
                font-size: 28px;
                padding: 80px 20px 20px; } }
          .gallery_plus.swiper .swiper-slide .box_plus .side_top p {
            font-family: "aktiv-grotesk", sans-serif;
            line-height: 1.5em;
            padding: 0 40px; }
            @media (max-width: 767px) {
              .gallery_plus.swiper .swiper-slide .box_plus .side_top p {
                font-size: 16px;
                padding: 0 20px; } }
        .gallery_plus.swiper .swiper-slide .box_plus .side_bottom {
          background-color: #fff;
          padding-top: 40px; }
          .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul {
            margin-bottom: 0;
            padding: 0 80px;
            list-style: none; }
            @media (max-width: 992px) {
              .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul {
                padding: 0 20px; } }
            .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul li:nth-last-child(1)::after {
              background-color: transparent; }
            .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul li::after {
              content: '';
              display: block;
              margin: 40px auto;
              height: 1px;
              background-color: #161310;
              width: 190px; }
            .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul li h3 {
              color: #161310;
              letter-spacing: .1em;
              text-transform: uppercase;
              font-family: "aktiv-grotesk", sans-serif, sans-serif;
              font-size: 20px;
              font-weight: bold;
              margin-bottom: 10px; }
            .gallery_plus.swiper .swiper-slide .box_plus .side_bottom ul li p {
              font-family: "aktiv-grotesk", sans-serif, sans-serif;
              font-size: 16px;
              color: #161310;
              margin-bottom: 10px;
              line-height: 1.5em; }
    .gallery_plus.swiper .swiper-pagination {
      position: relative;
      margin-top: 45px; }
      @media (max-width: 767px) {
        .gallery_plus.swiper .swiper-pagination {
          bottom: auto;
          top: -20px;
          position: absolute; } }
      .gallery_plus.swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #161310;
        width: 40px;
        border-radius: 0;
        height: 5px; }
      .gallery_plus.swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #161310; }

.wrap_partial_contatti {
  background-color: #F7F6F2;
  padding: 120px 0; }
  @media (max-width: 992px) {
    .wrap_partial_contatti {
      padding: 40px 0; } }
  .wrap_partial_contatti .paragrafo_white h2, .wrap_partial_contatti .paragrafo_white p, .wrap_partial_contatti .paragrafo_white span {
    color: #161310 !important; }

.single-post .wrap_partial_contatti, .single-ricette_post .wrap_partial_contatti {
  margin-top: 60px; }
.single-post .ab_content_mod_flex, .single-ricette_post .ab_content_mod_flex {
  max-width: 900px;
  margin: auto; }
@media (max-width: 992px) {
  .single-post .slider_container.custom_layer:before, .single-ricette_post .slider_container.custom_layer:before {
    display: none; }
  .single-post .wrap .multi_slide, .single-ricette_post .wrap .multi_slide {
    border-radius: 0 0 30px 30px; } }

.global_page.global_page_news {
  padding-top: 250px;
  background-color: #161310; }
  @media (max-width: 992px) {
    .global_page.global_page_news {
      margin-left: 0;
      margin-right: 0;
      padding-top: 150px;
      width: 100%; } }
.global_page.global_page_single_news {
  padding-top: 200px; }
  @media (max-width: 992px) {
    .global_page.global_page_single_news {
      padding-top: 140px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.item_news {
  position: relative; }
  .item_news picture {
    overflow: hidden;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 10;
    display: block; }
  .item_news .box_news {
    background-color: rgba(247, 246, 242, 0.05);
    padding: 40px; }
  .item_news .data {
    font-size: 15px;
    margin: 10px 0;
    display: block;
    color: #fff; }
  .item_news .paragrafo h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px; }
  .item_news .paragrafo p {
    font-size: 15px;
    opacity: .9; }
  .item_news .category_news {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px; }
    .item_news .category_news a {
      font-size: 15px;
      background-color: transparent;
      border-radius: 0;
      display: block;
      color: #F7F6F2;
      padding: 5px 10px; }

.category_news {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 30px; }
  .category_news a {
    font-size: 15px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    color: #161310;
    padding: 5px 10px; }

.single-post .global_page, .single-ricette_post .global_page {
  margin-bottom: 0; }
.single-post .wrap, .single-ricette_post .wrap {
  min-height: 50vh;
  min-height: 50dvh;
  height: auto; }
.single-post .sezione_approfondimento, .single-ricette_post .sezione_approfondimento {
  padding-top: 60px; }
  @media (max-width: 992px) {
    .single-post .sezione_approfondimento, .single-ricette_post .sezione_approfondimento {
      padding-top: 40px; } }
  .single-post .sezione_approfondimento .sezione_contatti, .single-ricette_post .sezione_approfondimento .sezione_contatti {
    padding-top: 60px;
    padding-bottom: 120px; }
.single-post .category_news, .single-ricette_post .category_news {
  margin-bottom: 40px; }
  .single-post .category_news a, .single-ricette_post .category_news a {
    border-radius: 0;
    background-color: #bd9356;
    color: #fff;
    text-decoration: none; }

.blog_section {
  padding-bottom: 80px; }
  @media (max-width: 992px) {
    .blog_section {
      padding-bottom: 40px; } }
  .blog_section .mod_container {
    max-width: 1400px; }
  .blog_section .bread_crumbs {
    margin-bottom: 20px; }
    .blog_section .bread_crumbs a, .blog_section .bread_crumbs span {
      font-size: 15px;
      color: #fff; }

.grid_box_articoli {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 992px) {
    .grid_box_articoli {
      grid-template-columns: 1fr; } }
  .grid_box_articoli .item_box_info, .grid_box_articoli .item_articoli {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #161310;
    text-decoration: none;
    background-color: #F8F7F6;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd; }
    @media (max-width: 992px) {
      .grid_box_articoli .item_box_info, .grid_box_articoli .item_articoli {
        padding: 0; } }
    .grid_box_articoli .item_box_info picture, .grid_box_articoli .item_articoli picture {
      overflow: hidden;
      border-radius: 0;
      position: relative;
      z-index: 10;
      display: block;
      aspect-ratio: 1 / 1; }
      .grid_box_articoli .item_box_info picture img, .grid_box_articoli .item_articoli picture img {
        margin: 0;
        padding: 0; }
    .grid_box_articoli .item_box_info .box_info, .grid_box_articoli .item_articoli .box_info {
      background-color: #F8F7F6;
      padding: 40px;
      border-radius: 0 0 12px 12px; }
    .grid_box_articoli .item_box_info .paragrafo_articolo h2, .grid_box_articoli .item_articoli .paragrafo_articolo h2 {
      color: #161310;
      font-size: 20px;
      line-height: 110%;
      margin-bottom: 15px; }
    .grid_box_articoli .item_box_info .paragrafo_articolo img, .grid_box_articoli .item_articoli .paragrafo_articolo img {
      border-radius: 0;
      margin: 0; }
    .grid_box_articoli .item_box_info .paragrafo_articolo .data_articolo, .grid_box_articoli .item_articoli .paragrafo_articolo .data_articolo {
      color: #161310 !important; }
    .grid_box_articoli .item_box_info .paragrafo_articolo p, .grid_box_articoli .item_articoli .paragrafo_articolo p {
      color: #161310;
      font-weight: normal; }
    .grid_box_articoli .item_box_info .paragrafo, .grid_box_articoli .item_box_info .link_simple, .grid_box_articoli .item_articoli .paragrafo, .grid_box_articoli .item_articoli .link_simple {
      position: relative;
      z-index: 50; }
      .grid_box_articoli .item_box_info .paragrafo .data_articolo, .grid_box_articoli .item_box_info .link_simple .data_articolo, .grid_box_articoli .item_articoli .paragrafo .data_articolo, .grid_box_articoli .item_articoli .link_simple .data_articolo {
        color: #fff;
        margin-bottom: 15px;
        display: block;
        font-family: "aktiv-grotesk", sans-serif;
        font-size: 15px; }

/* =========================================
   BLOG MASONRY NATIVO (Zero Javascript)
========================================= */
.grid_box_articoli_blog {
  display: block !important;
  column-count: 3;
  column-gap: 40px; }
  .grid_box_articoli_blog .item_news {
    break-inside: avoid;
    page-break-inside: avoid;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden; }
    .grid_box_articoli_blog .item_news.is-anim-completed {
      transition: transform 0.3s ease; }
    .grid_box_articoli_blog .item_news:hover {
      transform: translateY(-5px); }
      .grid_box_articoli_blog .item_news:hover .object_image img {
        transform: scale(1.05); }
    .grid_box_articoli_blog .item_news .object_image {
      margin: 0;
      aspect-ratio: 16 / 10;
      overflow: hidden; }
      .grid_box_articoli_blog .item_news .object_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease; }
    .grid_box_articoli_blog .item_news .box_news {
      padding: 30px; }
      .grid_box_articoli_blog .item_news .box_news p {
        word-wrap: break-word;
        overflow-wrap: break-word; }
  @media (max-width: 1200px) {
    .grid_box_articoli_blog {
      column-count: 2;
      column-gap: 30px; } }
  @media (max-width: 992px) {
    .grid_box_articoli_blog {
      column-count: 1;
      display: flex !important;
      flex-direction: column;
      gap: 40px; }
      .grid_box_articoli_blog .item_news {
        margin-bottom: 0; } }

.bk_light {
  background-color: #F7F6F2; }

.section_gallery_luoghi {
  padding-bottom: 60px; }
  @media (max-width: 992px) {
    .section_gallery_luoghi {
      padding-bottom: 40px; } }
  .section_gallery_luoghi .mod_container {
    max-width: 1600px; }
  .section_gallery_luoghi .swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .section_gallery_luoghi .swiper-scrollbar {
    left: 0;
    width: 100%; }
  .section_gallery_luoghi .swiper_luoghi {
    overflow: hidden;
    padding-bottom: 40px; }
    .section_gallery_luoghi .swiper_luoghi .swiper-slide {
      width: 400px;
      height: 550px; }
      @media (max-width: 992px) {
        .section_gallery_luoghi .swiper_luoghi .swiper-slide {
          width: 320px;
          height: 480px; } }
      @media (max-width: 767px) {
        .section_gallery_luoghi .swiper_luoghi .swiper-slide {
          height: 420px; } }
  .section_gallery_luoghi .card_luogo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none; }
    .section_gallery_luoghi .card_luogo::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
      z-index: 1;
      pointer-events: none;
      transition: opacity 0.4s ease; }
    .section_gallery_luoghi .card_luogo picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .section_gallery_luoghi .card_luogo picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .section_gallery_luoghi .card_luogo h3 {
      position: absolute;
      bottom: 30px;
      left: 30px;
      color: #fff;
      font-size: 22px;
      font-weight: 500;
      font-family: "aktiv-grotesk", sans-serif;
      z-index: 2;
      margin: 0; }
    .section_gallery_luoghi .card_luogo:hover picture img {
      transform: scale(1.04); }
    .section_gallery_luoghi .card_luogo:hover::after {
      opacity: 0.9; }
  .section_gallery_luoghi .custom_scrollbar {
    position: relative;
    margin-top: 40px;
    height: 2px;
    background: rgba(22, 19, 16, 0.15);
    border-radius: 0;
    width: 100%;
    cursor: pointer; }
    .section_gallery_luoghi .custom_scrollbar .swiper-scrollbar-drag {
      background: #fe6d38;
      border-radius: 0;
      height: 4px;
      top: 0; }

.paragrafo_linea {
  width: 100%;
  border-top: 4px solid #fe6d38;
  padding-top: 20px;
  margin-bottom: 40px; }

.banner_full {
  height: 100vh;
  height: 100dvh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .banner_full {
      height: calc(var(--vh, 1vh) * 100); } }
  .banner_full .mod_container {
    height: 100%; }
  .banner_full .paragrafo {
    height: 70%;
    display: flex;
    justify-content: space-between; }
  .banner_full .object_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .banner_full .object_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateZ(0); }
    .banner_full .object_image::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.60408) 0%, transparent 100%);
      z-index: 1; }

.reveal_content,
.hero_anim_trigger,
.js-vsc-reveal {
  opacity: 0;
  visibility: hidden; }

.lenis-scrolling iframe {
  pointer-events: none; }

.section_padding {
  padding: 160px 0; }
  @media (max-width: 992px) {
    .section_padding {
      padding: 40px 0; } }
  .section_padding.wrap_home {
    padding-bottom: 80px; }

.section_margin {
  margin: 160px 0; }
  @media (max-width: 992px) {
    .section_margin {
      margin: 50px 0; } }

.grid_product {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding: 0 20px;
  margin-top: 80px; }
  @media (max-width: 992px) {
    .grid_product {
      grid-template-columns: 1fr; } }

@media (min-width: 1024px) {
  .home .item_prev_product picture {
    overflow: unset; }
    .home .item_prev_product picture img {
      transition: .3s ease;
      -webkit-filter: drop-shadow(0px 0px 105px rgba(115, 88, 59, 0.1));
      filter: drop-shadow(0px 0px 105px rgba(115, 88, 59, 0.1)); }
  .home .item_prev_product:hover picture img {
    -webkit-filter: drop-shadow(0px 0px 105px rgba(115, 88, 59, 0.6));
    filter: drop-shadow(0px 0px 105px rgba(115, 88, 59, 0.6)); } }

.item_prev_product {
  position: relative;
  will-change: opacity, transform;
  transform: translate3d(0px, 50px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0;
  visibility: hidden; }
  .item_prev_product .object_image {
    display: block; }
    .item_prev_product .object_image img {
      object-fit: contain; }
  .item_prev_product .box_item_text {
    margin-top: 30px; }
    .item_prev_product .box_item_text.with_price {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .item_prev_product .box_item_text.with_price .side_left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start; }
        .item_prev_product .box_item_text.with_price .side_left p {
          margin: 0;
          line-height: normal;
          text-align: left;
          max-width: 350px; }
          .item_prev_product .box_item_text.with_price .side_left p br {
            display: none; }
        .item_prev_product .box_item_text.with_price .side_left h2 {
          text-align: left; }
      .item_prev_product .box_item_text.with_price .side_right {
        font-size: 16px; }
    .item_prev_product .box_item_text h2 {
      font-family: "ClashGrotesk";
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
    .item_prev_product .box_item_text p {
      text-align: center;
      color: #9F9F9F;
      font-size: 14px;
      margin-top: 10px;
      text-transform: uppercase; }

.section_prev_product {
  background-color: #161310;
  position: relative;
  z-index: 100;
  padding-bottom: 60px; }

.section_elenco_product {
  background-color: #161310;
  position: relative;
  z-index: 100;
  padding-bottom: 60px; }
  .section_elenco_product .grid_product {
    padding: 0 40px; }
    @media (max-width: 992px) {
      .section_elenco_product .grid_product {
        padding: 0; } }

.full_banner {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .full_banner.full_banner_solo {
    margin-top: 60px; }
    @media (max-width: 992px) {
      .full_banner.full_banner_solo {
        height: 40vh;
        margin-top: 60px; } }
  @media (max-width: 992px) {
    .full_banner.js-resize-section {
      height: 40vh;
      margin-bottom: 40px; } }
  .full_banner.js-resize-section picture.resize_banner_js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    will-change: transform, width, height, border-radius;
    z-index: 1; }
    .full_banner.js-resize-section picture.resize_banner_js img.js-rb-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateZ(0) scale(1.1);
      filter: grayscale(1);
      will-change: transform, filter; }
    .full_banner.js-resize-section picture.resize_banner_js::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(15, 47, 73, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
      z-index: 1;
      pointer-events: none; }
  .full_banner.js-resize-section .mod_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
    pointer-events: none;
    padding-top: 45vh; }
    @media (max-width: 992px) {
      .full_banner.js-resize-section .mod_container {
        position: relative;
        padding: 0;
        justify-content: flex-end !important;
        padding-bottom: 15%; } }
    .full_banner.js-resize-section .mod_container .paragrafo {
      max-width: 800px;
      opacity: 0;
      transform: translateY(30px); }
      @media (max-width: 992px) {
        .full_banner.js-resize-section .mod_container .paragrafo {
          opacity: 1;
          transform: none; } }
  .full_banner.center_content .mod_container {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column; }
    .full_banner.center_content .mod_container .discover_link {
      margin-top: 40px; }
  .full_banner .video_banner {
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    position: absolute;
    overflow: hidden;
    z-index: 13; }
    .full_banner .video_banner .video_parallax {
      object-fit: cover;
      width: 100vw;
      height: 100vh;
      position: relative;
      top: 0;
      left: 0;
      transform: translateZ(0); }
  .full_banner .link {
    margin-top: 80px; }
  .full_banner picture {
    position: absolute;
    top: -10%;
    width: 100%;
    height: 120%;
    left: 0; }
    .full_banner picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateZ(0); }
    .full_banner picture::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(15, 47, 73, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
      z-index: 1; }
  .full_banner .logo_vivari {
    position: relative;
    z-index: 100; }
    .full_banner .logo_vivari svg {
      width: 400px; }
      @media (max-width: 992px) {
        .full_banner .logo_vivari svg {
          width: 200px; } }
  .full_banner .mod_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    align-items: flex-end;
    max-width: 100%;
    padding: 60px; }
    @media (max-width: 992px) {
      .full_banner .mod_container {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 20px;
        padding: 40px 20px; } }
    .full_banner .mod_container .side_a .paragrafo h2 {
      font-size: 30px;
      line-height: 100%;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .full_banner .mod_container .side_a .paragrafo h2 {
          font-size: 28px; } }
    .full_banner .mod_container .side_a .paragrafo p {
      font-size: 15px;
      line-height: 130%; }

.vertical_scroll_gallery {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  z-index: 10; }
  .vertical_scroll_gallery .center_fixed_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 5; }
    @media (max-width: 992px) {
      .vertical_scroll_gallery .center_fixed_text {
        padding: 0 40px; } }
    .vertical_scroll_gallery .center_fixed_text h3 {
      font-weight: normal;
      font-size: 16px;
      color: #9F9F9F;
      text-transform: uppercase;
      font-family: "ClashGrotesk", sans-serif; }
      @media (max-width: 992px) {
        .vertical_scroll_gallery .center_fixed_text h3 {
          color: #F7F6F2; } }
    .vertical_scroll_gallery .center_fixed_text h2 {
      font-weight: normal;
      font-family: "SometimesTimes";
      font-size: clamp(50px, 12vw, 180px);
      color: #F7F6F2;
      margin: 0;
      white-space: nowrap; }
      @media (max-width: 992px) {
        .vertical_scroll_gallery .center_fixed_text h2 {
          margin: 40px 0;
          font-size: clamp(50px, 18vw, 180px); } }
    .vertical_scroll_gallery .center_fixed_text p {
      font-family: "aktiv-grotesk", sans-serif;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 130%;
      margin-top: 20px; }
      @media (max-width: 992px) {
        .vertical_scroll_gallery .center_fixed_text p {
          font-size: 16px; } }
  .vertical_scroll_gallery .images_stack_container {
    position: absolute;
    top: 70vh;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: auto;
    padding-bottom: 5vh; }
    .vertical_scroll_gallery .images_stack_container .image_item_wrap {
      position: relative;
      width: 100%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(odd) {
        z-index: 2; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(even) {
        z-index: 10; }
        @media (max-width: 767px) {
          .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(even) {
            z-index: 2; } }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap.focus-top img {
        object-position: 50% 0% !important; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap .image_mask {
        position: relative;
        overflow: hidden;
        aspect-ratio: 3 / 4;
        height: auto;
        width: 32vw;
        max-width: 420px; }
        .vertical_scroll_gallery .images_stack_container .image_item_wrap .image_mask .image_inner {
          position: absolute;
          top: -10%;
          left: 0;
          width: 100%;
          height: 120%;
          will-change: transform; }
          .vertical_scroll_gallery .images_stack_container .image_item_wrap .image_mask .image_inner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 50%;
            transform: translateZ(0); }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(1) {
        margin-top: 10vh;
        margin-left: 20%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(2) {
        margin-top: -15vh;
        margin-left: 65%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(3) {
        margin-top: -5vh;
        margin-left: 15%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(4) {
        margin-top: -20vh;
        margin-left: 60%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(5) {
        margin-top: -10vh;
        margin-left: 20%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(6) {
        margin-top: -15vh;
        margin-left: 50%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(7) {
        margin-top: -5vh;
        margin-left: 25%; }
      .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(8) {
        margin-top: -15vh;
        margin-left: 65%; }
      @media (max-width: 767px) {
        .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(n) {
          margin-top: 5vh;
          margin-left: 5%; }
          .vertical_scroll_gallery .images_stack_container .image_item_wrap:nth-child(n) .image_mask {
            width: 90vw;
            max-width: 100%; } }

/* ------------------------- Marquee -------------------------------------------------- */
.marquee-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  /* Stile per le lettere singole splittate */
  /* Opzionale: nasconde il contenuto finché JS non parte per evitare FOUC */ }
  .marquee-wrapper[data-draggable="true"] {
    cursor: grab; }
    .marquee-wrapper[data-draggable="true"]:active {
      cursor: grabbing; }
  .marquee-wrapper .marquee-char {
    display: inline-block;
    /* Fondamentale per animare yPercent */
    white-space: pre;
    /* Preserva gli spazi vuoti tra parole */
    will-change: transform, opacity, filter;
    /* Ottimizzazione performance */ }
  .marquee-wrapper .marquee-wrapper[data-split="true"] .marquee-item {
    visibility: hidden; }
  .marquee-wrapper .marquee-wrapper[data-split="true"].is-initialized .marquee-item {
    visibility: visible; }

.marquee-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4rem;
  padding-right: 4rem; }
  @media (max-width: 768px) {
    .marquee-track {
      gap: 2rem;
      padding-right: 2rem; } }

.marquee-item {
  font-size: clamp(80px, 10vw, 200px);
  line-height: 1.4;
  color: #fff;
  color: rgba(255, 255, 255, 0.25);
  font-family: "SometimesTimes"; }
  .marquee-item .marquee-word {
    opacity: 0.25;
    will-change: opacity, text-shadow; }
  .marquee-item .marquee-comma {
    display: inline-block;
    opacity: 0.25; }

.scroll_text_big {
  margin-top: -30px; }
  .scroll_text_big:nth-child(1) {
    margin-top: 0; }

.marquee_emotion {
  padding-bottom: 60px; }

.pre_footer_section {
  background-color: #161310;
  padding: 80px 0 0; }
  @media (max-width: 992px) {
    .pre_footer_section {
      padding: 60px 0; } }
  .pre_footer_section .mod_container {
    max-width: 100%;
    padding: 0 60px; }
    @media (max-width: 992px) {
      .pre_footer_section .mod_container {
        padding: 0 20px; } }
  .pre_footer_section .pre_footer_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 992px) {
      .pre_footer_section .pre_footer_grid {
        grid-template-columns: 1fr; } }
    .pre_footer_section .pre_footer_grid .pf_side_a, .pre_footer_section .pre_footer_grid .pf_side_b {
      padding: 80px 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 992px) {
        .pre_footer_section .pre_footer_grid .pf_side_a, .pre_footer_section .pre_footer_grid .pf_side_b {
          padding: 50px 20px; } }
    .pre_footer_section .pre_footer_grid .pf_side_a {
      border-right: 1px solid rgba(255, 255, 255, 0.15); }
      @media (max-width: 992px) {
        .pre_footer_section .pre_footer_grid .pf_side_a {
          border-right: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }
    .pre_footer_section .pre_footer_grid .pf_inner {
      width: 100%;
      max-width: 400px;
      text-align: center; }
      .pre_footer_section .pre_footer_grid .pf_inner h3 {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 16px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 50px;
        font-weight: 500; }
      .pre_footer_section .pre_footer_grid .pf_inner .link {
        margin-top: 0; }
        .pre_footer_section .pre_footer_grid .pf_inner .link a {
          height: 50px;
          line-height: 48px;
          font-size: 13px;
          letter-spacing: 0.15em;
          padding: 0 40px; }
  .pre_footer_section .newsletter_form_wrap .wpcf7-form {
    padding: 0; }
  .pre_footer_section .newsletter_form_wrap .wpcf7 {
    padding: 0;
    margin: 0; }
  .pre_footer_section .newsletter_form_wrap .inline_form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative; }
    .pre_footer_section .newsletter_form_wrap .inline_form .wpcf7-form-control-wrap[data-name="email"] {
      flex: 1;
      min-width: 0; }
    .pre_footer_section .newsletter_form_wrap .inline_form input[type="email"] {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      height: 40px;
      padding: 0;
      margin: 0;
      font-size: 13px;
      font-family: "aktiv-grotesk", sans-serif;
      width: 100%;
      border-radius: 0;
      transition: border-color 0.3s ease; }
      .pre_footer_section .newsletter_form_wrap .inline_form input[type="email"]::placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .pre_footer_section .newsletter_form_wrap .inline_form input[type="email"]:focus {
        outline: none; }
    .pre_footer_section .newsletter_form_wrap .inline_form input[type="submit"] {
      background-color: transparent !important;
      border: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
      color: #fff !important;
      font-size: 13px !important;
      font-weight: bold;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0 0 10px 15px !important;
      height: 40px !important;
      width: auto !important;
      min-width: auto !important;
      margin: 0 !important;
      border-radius: 0 !important;
      line-height: 1 !important;
      transition: border-color 0.3s ease, color 0.3s ease !important; }
      .pre_footer_section .newsletter_form_wrap .inline_form input[type="submit"]:hover {
        color: #bd9356 !important; }
    .pre_footer_section .newsletter_form_wrap .inline_form:hover input[type="email"], .pre_footer_section .newsletter_form_wrap .inline_form:focus-within input[type="email"] {
      border-bottom-color: white; }
    .pre_footer_section .newsletter_form_wrap .inline_form:hover input[type="submit"], .pre_footer_section .newsletter_form_wrap .inline_form:focus-within input[type="submit"] {
      border-bottom-color: white !important; }
    .pre_footer_section .newsletter_form_wrap .inline_form .accettazione {
      width: 100%;
      margin-top: 15px;
      display: flex;
      align-items: flex-start;
      text-align: left; }
      .pre_footer_section .newsletter_form_wrap .inline_form .accettazione .wpcf7-form-control-wrap {
        margin-right: 12px;
        margin-top: 2px; }
      .pre_footer_section .newsletter_form_wrap .inline_form .accettazione .wpcf7-list-item {
        margin: 0; }
      .pre_footer_section .newsletter_form_wrap .inline_form .accettazione input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: transparent;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
        margin: 0;
        transition: .3s ease; }
        .pre_footer_section .newsletter_form_wrap .inline_form .accettazione input[type="checkbox"]:checked {
          background-color: #fff;
          border-color: #fff; }
          .pre_footer_section .newsletter_form_wrap .inline_form .accettazione input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            left: 4px;
            top: 1px;
            width: 4px;
            height: 8px;
            border: solid #161310;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
      .pre_footer_section .newsletter_form_wrap .inline_form .accettazione dd {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 13px;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        padding: 0; }
    .pre_footer_section .newsletter_form_wrap .inline_form .wpcf7-spinner {
      position: absolute;
      right: 0;
      top: -10px; }
  .pre_footer_section .newsletter_form_wrap .wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    font-size: 13px !important;
    border-width: 1px !important;
    text-align: left; }
  .pre_footer_section .newsletter_form_wrap .wpcf7-not-valid-tip {
    font-size: 11px;
    color: #ff4d4d;
    margin-top: 5px;
    display: block;
    text-align: left; }

.vivari_plus_section {
  height: 100vh;
  display: flex;
  align-items: center; }
  @media (max-width: 992px) {
    .vivari_plus_section {
      height: auto;
      padding: 0 0 40px;
      align-items: flex-start;
      margin-top: 120px; } }
  .vivari_plus_section .mod_container {
    max-width: 1400px;
    width: 100%; }
  .vivari_plus_section .plus_pin_container {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    margin-top: 80px;
    padding-left: 60px; }
    @media (max-width: 992px) {
      .vivari_plus_section .plus_pin_container {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        margin-top: 40px; } }
  .vivari_plus_section .progress_track {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15); }
    @media (max-width: 992px) {
      .vivari_plus_section .progress_track {
        display: none; } }
    .vivari_plus_section .progress_track .progress_fill {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transform-origin: top left; }
  .vivari_plus_section .plus_titles_list {
    width: 45%;
    list-style: none;
    margin: 0;
    padding: 0 5% 0 0; }
    @media (max-width: 992px) {
      .vivari_plus_section .plus_titles_list {
        width: 100%;
        padding: 0;
        margin-bottom: 0; } }
    .vivari_plus_section .plus_titles_list .plus_title_item {
      font-family: "SometimesTimes";
      color: rgba(255, 255, 255, 0.2);
      margin-bottom: 30px;
      line-height: 1.1;
      will-change: color;
      font-size: 40px;
      cursor: pointer;
      transition: transform 0.3s ease; }
      @media (max-width: 992px) {
        .vivari_plus_section .plus_titles_list .plus_title_item {
          font-size: 24px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          padding-bottom: 20px;
          margin-bottom: 20px;
          color: #fff !important; } }
      .vivari_plus_section .plus_titles_list .plus_title_item .plus_title_text {
        flex: 1;
        padding-right: 20px; }
      .vivari_plus_section .plus_titles_list .plus_title_item .plus_icon_wrapper {
        display: none; }
        @media (max-width: 992px) {
          .vivari_plus_section .plus_titles_list .plus_title_item .plus_icon_wrapper {
            display: block;
            position: relative;
            width: 20px;
            height: 20px;
            flex-shrink: 0; }
            .vivari_plus_section .plus_titles_list .plus_title_item .plus_icon_wrapper .plus_line {
              position: absolute;
              background-color: #F7F6F2; }
              .vivari_plus_section .plus_titles_list .plus_title_item .plus_icon_wrapper .plus_line.h_line {
                width: 100%;
                height: 1px;
                top: 50%;
                left: 0;
                transform: translateY(-50%); }
              .vivari_plus_section .plus_titles_list .plus_title_item .plus_icon_wrapper .plus_line.v_line {
                width: 1px;
                height: 100%;
                top: 0;
                left: 50%;
                transform: translateX(-50%); } }
      @media (max-width: 992px) {
        .vivari_plus_section .plus_titles_list .plus_title_item .plus_text_slide {
          width: 100%;
          position: relative;
          top: auto;
          left: auto;
          transform: none;
          margin-top: 0;
          font-family: "aktiv-grotesk", sans-serif; }
          .vivari_plus_section .plus_titles_list .plus_title_item .plus_text_slide .plus_text_inner {
            padding-top: 20px; }
          .vivari_plus_section .plus_titles_list .plus_title_item .plus_text_slide h2 {
            font-family: "ClashGrotesk";
            margin-bottom: 25px;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            padding-top: 10px; }
          .vivari_plus_section .plus_titles_list .plus_title_item .plus_text_slide p {
            font-family: "aktiv-grotesk", sans-serif;
            font-weight: normal;
            font-size: 16px;
            line-height: 180%;
            margin-bottom: 20px; } }
  .vivari_plus_section .plus_texts_container {
    width: 55%;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .vivari_plus_section .plus_texts_container {
        display: none; } }
    .vivari_plus_section .plus_texts_container .plus_text_slide {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden; }
      .vivari_plus_section .plus_texts_container .plus_text_slide .plus_text_inner {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
        padding: 20px; }
        @media (max-width: 992px) {
          .vivari_plus_section .plus_texts_container .plus_text_slide .plus_text_inner {
            padding: 0; } }
        .vivari_plus_section .plus_texts_container .plus_text_slide .plus_text_inner h2 {
          font-weight: normal;
          font-family: "ClashGrotesk";
          margin-bottom: 25px; }
        .vivari_plus_section .plus_texts_container .plus_text_slide .plus_text_inner img {
          max-width: 120px;
          margin-bottom: 20px; }
        .vivari_plus_section .plus_texts_container .plus_text_slide .plus_text_inner p {
          margin-bottom: 0; }

.horizontal_people_section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background-color: #161310; }
  @media (max-width: 992px) {
    .horizontal_people_section {
      height: auto;
      overflow: visible;
      padding: 0; } }
  .horizontal_people_section .hp_track {
    display: flex;
    width: max-content;
    height: 100%;
    will-change: transform; }
    @media (max-width: 992px) {
      .horizontal_people_section .hp_track {
        flex-direction: column;
        width: 100%; } }
  .horizontal_people_section .hp_slide {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .horizontal_people_section .hp_slide {
        width: 100%;
        height: auto;
        padding: 40px 0; } }
    .horizontal_people_section .hp_slide .hp_slide_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8%;
      width: 100%; }
      @media (max-width: 992px) {
        .horizontal_people_section .hp_slide .hp_slide_inner {
          flex-direction: column;
          gap: 40px; } }
    .horizontal_people_section .hp_slide .hp_side_img {
      width: 45%;
      height: 65vh;
      max-height: 700px;
      min-height: 450px;
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
        .horizontal_people_section .hp_slide .hp_side_img {
          width: 100%;
          height: 55vh;
          max-width: 550px;
          margin: 0 auto; } }
      .horizontal_people_section .hp_slide .hp_side_img .hp_img_mask {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        will-change: clip-path; }
        .horizontal_people_section .hp_slide .hp_side_img .hp_img_mask img {
          width: 120%;
          max-width: none;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          position: relative;
          left: -10%;
          transform: scale(1.15);
          will-change: transform; }
    .horizontal_people_section .hp_slide .hp_side_text {
      width: 45%; }
      @media (max-width: 992px) {
        .horizontal_people_section .hp_slide .hp_side_text {
          width: 100%; } }
      .horizontal_people_section .hp_slide .hp_side_text .hp_text_wrap {
        max-width: 500px; }
      .horizontal_people_section .hp_slide .hp_side_text .hp_name {
        font-family: "ClashGrotesk", sans-serif;
        font-size: 20px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 10px; }
      .horizontal_people_section .hp_slide .hp_side_text .hp_ruolo {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 13px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #F7F6F2;
        margin-bottom: 40px; }
      .horizontal_people_section .hp_slide .hp_side_text .hp_quote {
        font-family: "SometimesTimes", sans-serif;
        font-size: clamp(24px, 2.5vw, 36px);
        font-style: normal;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.4;
        margin-bottom: 50px; }
        @media (max-width: 992px) {
          .horizontal_people_section .hp_slide .hp_side_text .hp_quote {
            font-size: 35px; } }
      .horizontal_people_section .hp_slide .hp_side_text .hp_desc {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8); }
        .horizontal_people_section .hp_slide .hp_side_text .hp_desc p {
          margin-bottom: 20px; }

.vivari_dual_wave {
  width: 100%;
  overflow: hidden; }
  .vivari_dual_wave .dual-wave-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    gap: 25vw; }
    @media (max-width: 992px) {
      .vivari_dual_wave .dual-wave-wrapper {
        gap: 5vw; } }
  .vivari_dual_wave .wave-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: clamp(2rem, 10vw, 3rem);
    font-family: "ClashGrotesk";
    font-style: italic;
    font-weight: 300;
    line-height: 0.7;
    position: relative;
    z-index: 100; }
    @media (max-width: 992px) {
      .vivari_dual_wave .wave-column {
        gap: 1rem;
        font-size: clamp(20px, 5vw, 25px);
        min-width: 45vw; } }
  .vivari_dual_wave .wave-column-left {
    align-items: flex-start; }
  .vivari_dual_wave .wave-column-right {
    align-items: flex-end; }
  .vivari_dual_wave .animated-text {
    width: max-content;
    color: rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    transition: color 300ms ease-out;
    will-change: transform, color; }
    .vivari_dual_wave .animated-text.focused {
      color: white;
      z-index: 2; }
  .vivari_dual_wave .image-thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 15vw;
    aspect-ratio: 4 / 5;
    z-index: 1;
    pointer-events: none;
    border-radius: 4px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 992px) {
      .vivari_dual_wave .image-thumbnail-wrapper {
        width: 45vw; } }
    .vivari_dual_wave .image-thumbnail-wrapper .image-thumbnail {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.4s ease;
      will-change: opacity;
      transform: scale(1.01); }
      .vivari_dual_wave .image-thumbnail-wrapper .image-thumbnail.is-loaded {
        opacity: 1; }

.vivari_pinned_scroll {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .vivari_pinned_scroll .ps_wrapper {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto; }
    @media (max-width: 992px) {
      .vivari_pinned_scroll .ps_wrapper {
        flex-direction: column; } }
  .vivari_pinned_scroll .ps_column {
    flex: 1 0 50%;
    position: relative; }
  .vivari_pinned_scroll .ps_text_block {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 10%; }
    @media (max-width: 992px) {
      .vivari_pinned_scroll .ps_text_block {
        height: auto;
        padding: 60px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
    .vivari_pinned_scroll .ps_text_block .ps_text_inner {
      max-width: 500px; }
      @media (max-width: 992px) {
        .vivari_pinned_scroll .ps_text_block .ps_text_inner {
          margin: auto; } }
      .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_num {
        display: block;
        font-family: "SometimesTimes";
        font-size: clamp(20px, 4vw, 30px);
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 20px; }
      .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_desc {
        font-size: 18px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8); }
        .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_desc h2 {
          font-family: "SometimesTimes";
          font-weight: normal;
          margin-bottom: 20px;
          font-size: 36px;
          line-height: 130%;
          text-transform: none; }
      .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_mobile_img {
        display: none;
        margin-top: 40px;
        border-radius: 4px;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0); }
        @media (max-width: 992px) {
          .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_mobile_img {
            display: block; } }
        .vivari_pinned_scroll .ps_text_block .ps_text_inner .ps_mobile_img img {
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: 4 / 5;
          object-fit: cover;
          will-change: transform; }
  .vivari_pinned_scroll .ps_right {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 992px) {
      .vivari_pinned_scroll .ps_right {
        display: none; } }
    .vivari_pinned_scroll .ps_right .ps_gallery {
      width: 80%;
      height: 75vh;
      max-width: 500px;
      position: relative;
      border-radius: 4px;
      overflow: hidden; }
      .vivari_pinned_scroll .ps_right .ps_gallery .ps_card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        will-change: transform, opacity; }
        .vivari_pinned_scroll .ps_right .ps_gallery .ps_card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: scale(1.02); }

/* =========================================
   LAYOUT SEZIONE (Split Gallery)
========================================= */
.vivari_split_gallery {
  /* =========================================
   LAYOUT SEZIONE 3 (Split Gallery)
========================================= */
  /* =========================================
     CLASSI UNIVERSALI REVEAL IMMAGINI (Stagger)
  ========================================= */ }
  .vivari_split_gallery .vsg_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw; }
    @media (max-width: 992px) {
      .vivari_split_gallery .vsg_grid {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  .vivari_split_gallery .vsg_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem; }
    @media (max-width: 992px) {
      .vivari_split_gallery .vsg_left {
        gap: 3rem; } }
  .vivari_split_gallery .vsg_text_wrap {
    max-width: 450px; }
    @media (max-width: 992px) {
      .vivari_split_gallery .vsg_text_wrap {
        max-width: 100%; } }
  .vivari_split_gallery .vsg_img_a {
    width: 65%;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 992px) {
      .vivari_split_gallery .vsg_img_a {
        width: 65%; } }
  .vivari_split_gallery .vsg_right {
    height: 100%; }
  .vivari_split_gallery .vsg_img_b {
    width: 100%;
    height: 100%;
    min-height: 70vh; }
    @media (max-width: 992px) {
      .vivari_split_gallery .vsg_img_b {
        min-height: auto;
        aspect-ratio: 4 / 5; } }
  .vivari_split_gallery .vivari_split_gallery {
    width: 100%; }
    .vivari_split_gallery .vivari_split_gallery .vsg_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6vw; }
      @media (max-width: 992px) {
        .vivari_split_gallery .vivari_split_gallery .vsg_grid {
          grid-template-columns: 1fr;
          gap: 3rem; } }
    .vivari_split_gallery .vivari_split_gallery .vsg_left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 4rem; }
      @media (max-width: 992px) {
        .vivari_split_gallery .vivari_split_gallery .vsg_left {
          gap: 3rem; } }
    .vivari_split_gallery .vivari_split_gallery .vsg_text_wrap {
      max-width: 450px; }
      @media (max-width: 992px) {
        .vivari_split_gallery .vivari_split_gallery .vsg_text_wrap {
          max-width: 100%; } }
    .vivari_split_gallery .vivari_split_gallery .vsg_img_a {
      width: 65%;
      aspect-ratio: 1 / 1;
      margin-left: auto;
      margin-right: 0; }
      @media (max-width: 992px) {
        .vivari_split_gallery .vivari_split_gallery .vsg_img_a {
          width: 65%; } }
    .vivari_split_gallery .vivari_split_gallery .vsg_right {
      height: 100%; }
    .vivari_split_gallery .vivari_split_gallery .vsg_img_b {
      width: 100%;
      height: 100%;
      min-height: 70vh; }
      @media (max-width: 992px) {
        .vivari_split_gallery .vivari_split_gallery .vsg_img_b {
          min-height: auto;
          aspect-ratio: 4 / 5; } }
  .vivari_split_gallery .js-stagger-mask {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .vivari_split_gallery .js-stagger-mask img.js-stagger-img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1.15) translateX(5%);
      will-change: transform; }

.spaziatura {
  padding: 25vh 0; }
  @media (max-width: 992px) {
    .spaziatura {
      padding: 50px 0; } }

.blocchi_alternati {
  width: 100%; }
  .blocchi_alternati .ab_content_flex {
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .blocchi_alternati .ab_content_flex {
        gap: 25px !important; } }
    .blocchi_alternati .ab_content_flex:nth-child(even) .side_a {
      order: 2; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex:nth-child(even) .side_a {
          order: 1; } }
    .blocchi_alternati .ab_content_flex:nth-child(even) .side_b {
      order: 1; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex:nth-child(even) .side_b {
          order: 2; } }
  .blocchi_alternati .ab_content_flex {
    gap: 60px;
    margin-bottom: 60px;
    min-height: 650px;
    flex-wrap: nowrap; }
    @media (max-width: 992px) {
      .blocchi_alternati .ab_content_flex {
        margin-bottom: 0; } }
    .blocchi_alternati .ab_content_flex:nth-last-child(1) {
      margin-bottom: 0; }
    .blocchi_alternati .ab_content_flex .video_background {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      z-index: -1;
      max-height: 670px;
      border-radius: 20px; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex .video_background {
          height: 45vh;
          max-height: none; } }
      .blocchi_alternati .ab_content_flex .video_background video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0; }
    .blocchi_alternati .ab_content_flex .side_a {
      width: 100%;
      order: 1;
      display: flex; }
    .blocchi_alternati .ab_content_flex .side_b {
      width: 100%;
      order: 2;
      display: flex; }
    .blocchi_alternati .ab_content_flex .paragrafo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 600px; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex .paragrafo {
          max-width: 100%; } }
      .blocchi_alternati .ab_content_flex .paragrafo h3 {
        margin-bottom: 25px;
        max-width: 600px; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex .paragrafo .link a {
          width: 100% !important; } }
    .blocchi_alternati .ab_content_flex picture.object_image {
      width: 100%;
      height: 80vh; }
      @media (max-width: 992px) {
        .blocchi_alternati .ab_content_flex picture.object_image {
          width: 100%;
          height: 45vh; } }
      .blocchi_alternati .ab_content_flex picture.object_image img {
        object-fit: cover; }
      .blocchi_alternati .ab_content_flex picture.object_image.cover img {
        object-fit: cover; }
      .blocchi_alternati .ab_content_flex picture.object_image.contain img {
        object-fit: contain; }
    @media (max-width: 992px) {
      .blocchi_alternati .ab_content_flex picture {
        height: 45vh;
        margin-bottom: 0; } }
    .blocchi_alternati .ab_content_flex picture img {
      overflow: hidden; }

.svg_mask_animation {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  will-change: clip-path; }
  .svg_mask_animation.is-visible {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }

/* =========================================
   ACCORDION NUMERI
========================================= */
.vivari_accordion_numbers {
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .vivari_accordion_numbers .van_wrapper {
    display: flex;
    width: 100%;
    height: 75vh;
    min-height: 550px;
    max-height: 800px;
    position: relative; }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_wrapper {
        flex-direction: column;
        height: auto;
        min-height: 0;
        max-height: none; } }
  .vivari_accordion_numbers .van_item {
    position: relative;
    flex: 1;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.4s ease; }
    .vivari_accordion_numbers .van_item:hover {
      background-color: rgba(255, 255, 255, 0.03); }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_item {
        height: 90px;
        flex: none; } }
  .vivari_accordion_numbers .van_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: top;
    will-change: transform;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_line {
        width: 100%;
        height: 1px;
        transform-origin: left; } }
    .vivari_accordion_numbers .van_line.right-end {
      left: auto;
      right: 0; }
      @media (max-width: 992px) {
        .vivari_accordion_numbers .van_line.right-end {
          top: auto;
          bottom: 0; } }
  .vivari_accordion_numbers .van_inner {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-width: 380px; }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_inner {
        padding: 1.5rem;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr;
        min-width: 0;
        gap: 0; } }
  @media (max-width: 992px) {
    .vivari_accordion_numbers .van_top {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
      display: flex;
      align-items: center; } }
  @media (max-width: 992px) {
    .vivari_accordion_numbers .van_bottom {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  .vivari_accordion_numbers .van_number {
    font-family: "SometimesTimes";
    font-style: normal;
    font-size: clamp(50px, 6vw, 120px);
    line-height: 0.9;
    opacity: 0;
    visibility: hidden; }
  .vivari_accordion_numbers .van_content {
    opacity: 0;
    visibility: hidden;
    flex: 1;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_content {
        width: 100%;
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        align-items: flex-start;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem; } }
  .vivari_accordion_numbers .van_content_inner {
    width: 100%;
    max-width: 320px; }
  .vivari_accordion_numbers .van_title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600; }
  .vivari_accordion_numbers .van_arrow {
    opacity: 0.35;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden; }
    .vivari_accordion_numbers .van_arrow svg {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .vivari_accordion_numbers .van_arrow {
        width: 30px;
        margin-top: 5px; } }

/* =========================================
   STURGEON COLLECTION (Horizontal Sticky)
========================================= */
.vivari_sturgeon_collection {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #161310;
  /* =========================================
     BLINDATURA FOUC (Anti-flicker al reload)
  ========================================= */ }
  @media (max-width: 992px) {
    .vivari_sturgeon_collection {
      height: auto;
      overflow: visible;
      padding: 60px 0; } }
  .vivari_sturgeon_collection .js-vsc-reveal {
    opacity: 0;
    visibility: hidden; }
  .vivari_sturgeon_collection .js-vsc-slide:first-child .js-vsc-sturgeon {
    opacity: 0;
    visibility: hidden; }
  .vivari_sturgeon_collection .vsc_track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    height: 100vh;
    will-change: transform; }
    @media (max-width: 992px) {
      .vivari_sturgeon_collection .vsc_track {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 120px; } }
  .vivari_sturgeon_collection .vsc_slide {
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 5vw; }
    @media (max-width: 992px) {
      .vivari_sturgeon_collection .vsc_slide {
        width: 100%;
        height: auto;
        padding: 0 20px; } }
  .vivari_sturgeon_collection .vsc_card {
    width: 100%;
    height: 80vh;
    max-height: 800px;
    background-color: transparent;
    display: flex;
    align-items: center;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .vivari_sturgeon_collection .vsc_card .vsc_line {
      display: none !important; }
    @media (max-width: 992px) {
      .vivari_sturgeon_collection .vsc_card {
        flex-direction: column;
        height: auto;
        max-height: none;
        gap: 30px; } }
  .vivari_sturgeon_collection .vsc_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 5%; }
    @media (max-width: 992px) {
      .vivari_sturgeon_collection .vsc_left {
        padding-right: 0; } }
    .vivari_sturgeon_collection .vsc_left .vsc_sturgeon_title {
      text-align: center;
      margin-bottom: 40px;
      opacity: 0;
      visibility: hidden; }
      .vivari_sturgeon_collection .vsc_left .vsc_sturgeon_title h3 {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 28px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 5px; }
      .vivari_sturgeon_collection .vsc_left .vsc_sturgeon_title .vsc_subtitle {
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 14px;
        color: #bd9356;
        text-transform: uppercase;
        letter-spacing: 0.2em; }
    .vivari_sturgeon_collection .vsc_left .vsc_sturgeon_img {
      width: 100%;
      max-width: 650px;
      will-change: transform; }
      .vivari_sturgeon_collection .vsc_left .vsc_sturgeon_img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        transform: translateZ(0);
        filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.5)); }
  .vivari_sturgeon_collection .vsc_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 60px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }
    @media (max-width: 992px) {
      .vivari_sturgeon_collection .vsc_right {
        padding: 40px 25px;
        border-radius: 12px;
        height: auto;
        width: 100%; } }
    .vivari_sturgeon_collection .vsc_right .vsc_numbers_grid {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-bottom: 40px; }
      .vivari_sturgeon_collection .vsc_right .vsc_numbers_grid .vsc_num_item {
        display: flex;
        align-items: center;
        gap: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 15px; }
        .vivari_sturgeon_collection .vsc_right .vsc_numbers_grid .vsc_num_item .vsc_num_val {
          font-family: "aktiv-grotesk", sans-serif;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.6);
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          text-transform: uppercase;
          letter-spacing: 0.1em; }
          .vivari_sturgeon_collection .vsc_right .vsc_numbers_grid .vsc_num_item .vsc_num_val strong {
            font-size: 50px;
            font-weight: normal;
            font-family: "SometimesTimes";
            color: #fff;
            text-transform: none;
            letter-spacing: 0; }
    .vivari_sturgeon_collection .vsc_right .vsc_desc {
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 50px;
      line-height: 1.6;
      font-size: 15px; }
      .vivari_sturgeon_collection .vsc_right .vsc_desc.paragrafo h3 {
        margin-bottom: 15px;
        color: #fff;
        font-family: "aktiv-grotesk", sans-serif, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
    .vivari_sturgeon_collection .vsc_right .vsc_product {
      display: flex;
      align-items: center;
      gap: 30px;
      width: 100%;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
      border: 1px solid rgba(255, 255, 255, 0.08);
      padding: 20px 30px;
      border-radius: 12px;
      transition: all 0.4s ease; }
      .vivari_sturgeon_collection .vsc_right .vsc_product:hover {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-color: rgba(255, 255, 255, 0.15); }
      @media (max-width: 600px) {
        .vivari_sturgeon_collection .vsc_right .vsc_product {
          flex-direction: column;
          padding: 25px 20px;
          background: rgba(255, 255, 255, 0.03); } }
      .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_img {
        width: 90px;
        flex-shrink: 0; }
        .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_img img {
          width: 100%;
          height: auto;
          mix-blend-mode: lighten;
          filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5));
          transition: transform 0.4s ease; }
      .vivari_sturgeon_collection .vsc_right .vsc_product:hover .vsc_prod_img img {
        transform: scale(1.08); }
      .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr auto;
        grid-template-areas: "title btn" "cat btn";
        align-items: center;
        gap: 0 20px; }
        @media (max-width: 600px) {
          .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info {
            grid-template-columns: 1fr;
            grid-template-areas: "title" "cat" "btn";
            text-align: center;
            gap: 15px 0; } }
        .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info h4 {
          grid-area: title;
          font-family: "aktiv-grotesk", sans-serif, sans-serif;
          font-size: 20px;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          margin: 0 0 4px 0;
          color: #fff; }
        .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info .vsc_prod_cat {
          grid-area: cat;
          display: block;
          font-family: "aktiv-grotesk", sans-serif, sans-serif;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
          margin: 0; }
        .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info .vsc_btn_buy {
          grid-area: btn;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-family: "aktiv-grotesk", sans-serif, sans-serif;
          font-size: 12px;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          text-decoration: none;
          padding: 12px 35px;
          background-color: transparent;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 40px;
          transition: all 0.3s ease;
          justify-self: end; }
          @media (max-width: 600px) {
            .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info .vsc_btn_buy {
              justify-self: center;
              margin-top: 5px; } }
          .vivari_sturgeon_collection .vsc_right .vsc_product .vsc_prod_info .vsc_btn_buy:hover {
            background-color: #fff;
            color: #161310; }

/* =========================================
   SEZIONE CERTIFICATI
========================================= */
.sezione_certificati {
  padding-top: 80px; }
  @media (max-width: 992px) {
    .sezione_certificati {
      padding-top: 40px; } }
  .sezione_certificati .sc_grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .sezione_certificati .sc_grid {
        grid-template-columns: 1fr;
        gap: 50px; } }
  .sezione_certificati .sc_title h6, .sezione_certificati .sc_title p:first-child {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    font-weight: normal; }
  .sezione_certificati .sc_title h2, .sezione_certificati .sc_title h3 {
    font-family: "aktiv-grotesk", sans-serif, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .sezione_certificati .sc_title h2, .sezione_certificati .sc_title h3 {
        font-size: 24px; } }
  .sezione_certificati .sc_desc p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0; }
  .sezione_certificati .sc_logos_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; }
    .sezione_certificati .sc_logos_wrap .sc_logo_item {
      background-color: #fff;
      padding: 30px;
      border-radius: 4px;
      width: calc(50% - 15px);
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sezione_certificati .sc_logos_wrap .sc_logo_item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        mix-blend-mode: multiply; }
      @media (max-width: 992px) {
        .sezione_certificati .sc_logos_wrap .sc_logo_item {
          width: 150px;
          height: 150px;
          aspect-ratio: auto; } }
      @media (max-width: 767px) {
        .sezione_certificati .sc_logos_wrap .sc_logo_item {
          width: calc(50% - 15px);
          height: auto;
          aspect-ratio: 1 / 1; } }

.titolo_iniziale {
  margin-top: 200px; }
  .titolo_iniziale .mod_container {
    padding: 0 60px; }
    @media (max-width: 992px) {
      .titolo_iniziale .mod_container {
        padding: 0 20px; } }

/* ==========================================================
   PAGINA SCELTA CAVIALE (GRID + MODAL DARK)
   ========================================================== */
.sezione_guida_scelta {
  padding: 60px 0 100px 0; }
  .sezione_guida_scelta .scelta_grid_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px 40px; }
    @media (min-width: 640px) {
      .sezione_guida_scelta .scelta_grid_inner {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .sezione_guida_scelta .scelta_grid_inner {
        grid-template-columns: repeat(3, 1fr); } }
  .sezione_guida_scelta .scelta_card {
    cursor: pointer;
    text-align: center;
    opacity: 0;
    transform: translateY(40px); }
    .sezione_guida_scelta .scelta_card:hover {
      transform: translateY(-10px); }
      .sezione_guida_scelta .scelta_card:hover .sc_image img {
        filter: brightness(1.2); }
    .sezione_guida_scelta .scelta_card .sc_image {
      width: 100%;
      margin: 0 auto 35px auto;
      overflow: hidden; }
      .sezione_guida_scelta .scelta_card .sc_image img {
        width: 100%;
        height: auto;
        display: block;
        transition: filter 0.4s ease; }
    .sezione_guida_scelta .scelta_card .sc_desc p {
      font-family: "SometimesTimes";
      font-style: normal;
      color: rgba(255, 255, 255, 0.6);
      font-size: 30px;
      line-height: 130%;
      margin: 0; }

.modal_premium.modal_scelta_dark .modal_backdrop {
  background: rgba(20, 20, 20, 0.95); }
.modal_premium.modal_scelta_dark .modal_inner {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  color: #fff; }
.modal_premium.modal_scelta_dark .btn_close_modal {
  color: #fff;
  justify-content: flex-end;
  margin-bottom: 30px; }
  .modal_premium.modal_scelta_dark .btn_close_modal span {
    font-size: 11px; }
  .modal_premium.modal_scelta_dark .btn_close_modal svg {
    stroke: #fff;
    width: 20px;
    height: 20px;
    transition: stroke 0.3s ease; }
  .modal_premium.modal_scelta_dark .btn_close_modal:hover {
    color: #bd9356; }
    .modal_premium.modal_scelta_dark .btn_close_modal:hover svg {
      stroke: #bd9356; }
.modal_premium.modal_scelta_dark .modal_body .ab_content_flex {
  align-items: center;
  justify-content: space-between;
  gap: 5%; }
.modal_premium.modal_scelta_dark .modal_body .side_a {
  width: 55%; }
.modal_premium.modal_scelta_dark .modal_body .side_b {
  width: 40%; }
.modal_premium.modal_scelta_dark .modal_body .mc_big_image {
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }
  .modal_premium.modal_scelta_dark .modal_body .mc_big_image img {
    width: 100%;
    height: auto;
    display: block; }
.modal_premium.modal_scelta_dark .modal_body .mc_info {
  max-width: 380px;
  margin: 0; }
  .modal_premium.modal_scelta_dark .modal_body .mc_info .mc_pretitle {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px; }
  .modal_premium.modal_scelta_dark .modal_body .mc_info .mc_desc {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-bottom: 25px; }
  .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile {
    margin: 0;
    padding: 0; }
    .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile .sensory_grid {
      margin: 0;
      max-width: 100%; }
      .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile .sensory_grid .sensory_row {
        margin-bottom: 15px;
        justify-content: flex-start;
        gap: 20px; }
        .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile .sensory_grid .sensory_row .sr_label {
          font-size: 26px;
          width: 140px; }
        .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile .sensory_grid .sensory_row .sr_dots {
          gap: 12px; }
          .modal_premium.modal_scelta_dark .modal_body .mc_info .sp_sensory_profile .sensory_grid .sensory_row .sr_dots .pallina {
            width: 18px;
            height: 18px; }
  .modal_premium.modal_scelta_dark .modal_body .mc_info .mc_link_prodotto {
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 4px;
    transition: all 0.3s ease; }
    .modal_premium.modal_scelta_dark .modal_body .mc_info .mc_link_prodotto:hover {
      color: #bd9356;
      border-color: #bd9356; }
@media (max-width: 992px) {
  .modal_premium.modal_scelta_dark .modal_body .ab_content_flex {
    flex-direction: column; }
  .modal_premium.modal_scelta_dark .modal_body .side_a, .modal_premium.modal_scelta_dark .modal_body .side_b {
    width: 100%; }
  .modal_premium.modal_scelta_dark .modal_body .mc_info {
    margin: 40px auto 0 auto;
    max-width: 100%; } }

/* =========================================
   SINGLE AMBASSADOR PREMIUM STYLES
========================================= */
.mb_80 {
  margin-bottom: 80px; }

.pb_100 {
  padding-bottom: 100px; }

.ambassador_intro {
  padding-top: 60px;
  padding-bottom: 120px; }
  @media (max-width: 992px) {
    .ambassador_intro {
      padding-top: 40px; } }
  .ambassador_intro .mod_container {
    padding: 0 60px; }
    @media (max-width: 992px) {
      .ambassador_intro .mod_container {
        padding: 0 20px; } }
  .ambassador_intro .ab_content_flex {
    gap: 8%; }
    @media (max-width: 992px) {
      .ambassador_intro .ab_content_flex {
        gap: 0; } }
  .ambassador_intro .side_a {
    width: 40%; }
    @media (max-width: 992px) {
      .ambassador_intro .side_a {
        width: 100%;
        margin-bottom: 40px; } }
  .ambassador_intro .side_b {
    width: 52%; }
    @media (max-width: 992px) {
      .ambassador_intro .side_b {
        width: 100%; } }
  .ambassador_intro .amb_image_wrapper {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02); }
    .ambassador_intro .amb_image_wrapper .object_image {
      width: 100%;
      height: 100%;
      display: block; }
      .ambassador_intro .amb_image_wrapper .object_image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .ambassador_intro .amb_quote_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 750px; }
  .ambassador_intro .amb_quote {
    font-family: "SometimesTimes";
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 40px 0;
    padding: 0;
    border: none;
    font-style: normal; }
  .ambassador_intro .amb_meta .amb_stars {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    color: #bd9356; }
  .ambassador_intro .amb_meta .amb_name {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 600; }

.ambassador_video {
  margin-bottom: 20px; }
  .ambassador_video .paragrafo_centro {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 992px) {
      .ambassador_video .paragrafo_centro {
        text-align: left;
        align-items: flex-start; }
        .ambassador_video .paragrafo_centro p {
          margin: 0; } }
  .ambassador_video .video_wrapper_premium {
    width: 100%; }
    .ambassador_video .video_wrapper_premium video {
      width: 100%;
      height: auto;
      display: block;
      outline: none; }

.video_wrapper_premium_solo {
  width: 100%;
  margin-bottom: 120px; }
  @media (max-width: 992px) {
    .video_wrapper_premium_solo {
      margin-bottom: 60px; } }
  .video_wrapper_premium_solo video {
    width: 100%;
    height: auto;
    display: block;
    outline: none; }

.ambassador_gallery .sp_grid_related {
  margin-top: 40px; }

.bread_crumb {
  font-size: 15px;
  opacity: 0; }

.ambassador_form .ab_content_flex {
  gap: 8%; }
  @media (max-width: 992px) {
    .ambassador_form .ab_content_flex {
      gap: 0; } }
.ambassador_form .side_a {
  width: 35%; }
  @media (max-width: 992px) {
    .ambassador_form .side_a {
      width: 100%;
      margin-bottom: 40px; } }
.ambassador_form .side_b {
  width: 57%; }
  @media (max-width: 992px) {
    .ambassador_form .side_b {
      width: 100%; } }

.info_prenotazioni ul {
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  display: flex; }
  @media (max-width: 767px) {
    .info_prenotazioni ul {
      margin-bottom: 40px; } }
  .info_prenotazioni ul li {
    width: 100%;
    margin-bottom: 0; }
    .info_prenotazioni ul li.indicazioni_secondarie {
      margin-bottom: 25px; }
    .info_prenotazioni ul li.indicazioni_principali {
      margin-bottom: 10px; }
    .info_prenotazioni ul li span {
      color: #F7F6F2;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 18px; }
      .info_prenotazioni ul li span strong {
        color: #bd9356; }
    .info_prenotazioni ul li::before {
      display: none; }
    .info_prenotazioni ul li a {
      max-width: 250px;
      width: 100%;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 15px 20px;
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: bold;
      border-radius: 0;
      display: block;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease; }
      .info_prenotazioni ul li a:hover {
        border-color: #bd9356;
        background: rgba(255, 255, 255, 0.03); }

.form_premium_wrap .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px; }
.form_premium_wrap .wpcf7-form input[type="text"],
.form_premium_wrap .wpcf7-form input[type="email"],
.form_premium_wrap .wpcf7-form input[type="tel"],
.form_premium_wrap .wpcf7-form textarea,
.form_premium_wrap .wpcf7-form select {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 20px;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 0; }
  .form_premium_wrap .wpcf7-form input[type="text"]::placeholder,
  .form_premium_wrap .wpcf7-form input[type="email"]::placeholder,
  .form_premium_wrap .wpcf7-form input[type="tel"]::placeholder,
  .form_premium_wrap .wpcf7-form textarea::placeholder,
  .form_premium_wrap .wpcf7-form select::placeholder {
    color: rgba(255, 255, 255, 0.9); }
  .form_premium_wrap .wpcf7-form input[type="text"]:focus,
  .form_premium_wrap .wpcf7-form input[type="email"]:focus,
  .form_premium_wrap .wpcf7-form input[type="tel"]:focus,
  .form_premium_wrap .wpcf7-form textarea:focus,
  .form_premium_wrap .wpcf7-form select:focus {
    outline: none;
    border-color: #bd9356;
    background-color: rgba(255, 255, 255, 0.03); }
.form_premium_wrap .wpcf7-form textarea {
  height: 140px;
  resize: vertical; }
.form_premium_wrap .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
  padding-right: 45px; }
  .form_premium_wrap .wpcf7-form select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23c4a54f" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px; }
  .form_premium_wrap .wpcf7-form select option {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px; }
.form_premium_wrap .wpcf7-form .wpcf7-list-item {
  margin: 0; }
  .form_premium_wrap .wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer; }
    .form_premium_wrap .wpcf7-form .wpcf7-list-item label input[type="checkbox"],
    .form_premium_wrap .wpcf7-form .wpcf7-list-item label input[type="radio"] {
      margin-top: 3px;
      accent-color: #bd9356;
      width: 14px;
      height: 14px;
      cursor: pointer; }
    .form_premium_wrap .wpcf7-form .wpcf7-list-item label .wpcf7-list-item-label {
      font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.4;
      text-transform: none; }
.form_premium_wrap .wpcf7-form input[type="submit"] {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 18px;
  margin-top: 20px;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease; }
  .form_premium_wrap .wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #000; }

.gallery_ambassador .swipe_icon {
  margin-top: 0; }

.section_page_contatti, .section_page_horeca {
  padding-top: 200px; }
  @media (max-width: 992px) {
    .section_page_contatti, .section_page_horeca {
      padding-bottom: 80px; } }
  .section_page_contatti .generic_form, .section_page_horeca .generic_form {
    padding: 0;
    min-height: 70vh;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .section_page_contatti .generic_form, .section_page_horeca .generic_form {
        min-height: unset; } }
  .section_page_contatti .paragrafo, .section_page_horeca .paragrafo {
    max-width: 500px; }

.section_page_horeca .generic_form {
  min-height: unset;
  padding-bottom: 120px; }
  @media (max-width: 992px) {
    .section_page_horeca .generic_form {
      padding-bottom: 80px; } }

.generic_form {
  padding-top: 200px; }
  .generic_form.single_form {
    padding-top: 40px;
    padding-bottom: 120px; }
    .generic_form.single_form .mod_container {
      padding: 0; }
      @media (max-width: 992px) {
        .generic_form.single_form .mod_container .side_b {
          margin-top: 40px; } }

.intro_page_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 5000;
  align-items: center;
  justify-content: center;
  display: flex;
  visibility: visible;
  opacity: 1; }
  @media (max-width: 992px) {
    .intro_page_loader {
      height: 100dvh; } }
  .intro_page_loader #logo_principale {
    width: 20vw;
    position: relative;
    z-index: 1000; }
    @media (max-width: 1600px) {
      .intro_page_loader #logo_principale {
        width: 30vw; } }
    @media (max-width: 992px) {
      .intro_page_loader #logo_principale {
        width: 45vw; } }
    .intro_page_loader #logo_principale path {
      opacity: 0;
      visibility: hidden; }
    @media (max-width: 992px) {
      .intro_page_loader #logo_principale {
        width: 150px; } }
  .intro_page_loader .logo-container {
    position: relative;
    z-index: 2;
    /* fa in modo che il logo sia ben visibile */ }
  .intro_page_loader .mask-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /* questo livello agirà come maschera di uscita */
    pointer-events: none;
    fill: #161310;
    transform: scale(1.15);
    transform-origin: center center; }

.post-type-archive-ricette_post .item_news .data {
  display: none; }
.post-type-archive-ricette_post .sp_tasting_guide {
  padding-top: 50px; }

.sezione_mappa {
  padding-bottom: 160px; }
  .sezione_mappa picture {
    border-radius: 6px;
    overflow: hidden; }
  @media (max-width: 992px) {
    .sezione_mappa {
      padding-bottom: 40px; } }

.vivari_hourglass {
  position: relative;
  height: 100vh;
  background-color: #161310; }
  .vivari_hourglass .vhg_svg_defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none; }
  .vivari_hourglass .vhg_black_fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #161310;
    z-index: 4;
    pointer-events: none;
    opacity: 1; }
  .vivari_hourglass .vhg_scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .vivari_hourglass .vhg_video_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); }
  .vivari_hourglass .vhg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .vivari_hourglass .vhg_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 25%, rgba(22, 19, 16, 0.6) 100%); }
  .vivari_hourglass .vhg_text_layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    z-index: 10;
    pointer-events: none;
    overflow: visible; }
  .vivari_hourglass .vhg_phrase {
    grid-column: 1;
    grid-row: 1;
    width: 80%;
    max-width: 1000px;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    padding: 0.1em 0;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    font-family: "SometimesTimes";
    font-size: clamp(2.2rem, 5vw, 5.5rem);
    font-style: normal;
    letter-spacing: 0.01em;
    color: #fff; }
    @media (max-width: 992px) {
      .vivari_hourglass .vhg_phrase {
        width: 88%;
        max-width: 100%;
        font-size: clamp(1.8rem, 6vw, 2.8rem); } }
    @media (max-width: 767px) {
      .vivari_hourglass .vhg_phrase {
        width: 92%;
        font-size: clamp(1.5rem, 7vw, 2.2rem); } }

.home .full_banner .logo_vivari {
  display: none; }
.home .full_banner picture::before {
  height: 35%;
  background: linear-gradient(to top, #161310 0%, rgba(22, 19, 16, 0) 100%); }

/*# sourceMappingURL=screen.css.map */
