:root {
  --font-header: "Playfair Display", serif;
  --font-body: "Helvetica-Regular", sans-serif;
  --gold: rgba(207, 169, 128, 1);
  --grey: rgba(59, 49, 46, 1);
  --white: rgba(255, 255, 255, 1);
  --cream: rgba(255, 250, 243, 1);
  --cream2: rgba(236, 221, 204, 1);
  --yellow-gold: #ffb547;
  --christmas-red: #a21d2f;
  --size-h1: 48px;
  --size-h1-5: 36px;
  --size-h2: 32px;
  --size-h3: 24px;
  --size-h4: 20px;
  --size-h5: 16px;
  --size-body: 14px;
  --size-nav: 12px;
  --size-link: 10px;
  --bs-gutter-x: 1.5rem;
}

.header {
  position: fixed;
  height: auto;
  padding: 0;
}
.header .top-menu-wrapper {
  padding: 6px 0 0;
}
.header .top-menu-wrapper .header-menu.header-menu-right ul li {
  padding-bottom: 6px;
}
/* Site header theming */
.site .header .top-menu-wrapper {
  background: var(--top-menu-bg);
  color: var(--top-menu-text);
}
.site .header .top-menu-wrapper ul li a {
  color: var(--top-menu-text);
}
.site .header {
  background: var(--menu-bg);
  border-bottom: 1px solid var(--menu-text);
}
.site .header .header-menu-wrapper ul li a {
  color: var(--menu-text);
}

body {
  font-size: var(--size-body);
  font-family: var(--font-body);
  color: var(--grey);
  line-height: 1.5;
  letter-spacing: 0.3px;
  background: var(--cream);
}
/* body .site b, body .site strong {
  font-family: inherit;
} */
body .site .site-content {
  padding-top: 110px;
}
h1 {
  font-size: var(--size-h1);
}
h2 {
  font-size: var(--size-h2);
}
h3 {
  font-size: var(--size-h3);
}
h4 {
  font-size: var(--size-h4);
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.container-xxl .text h3 {
  font-size: var(--size-h5);
}
.header .logo img {
  height: 64px;
  width: auto;
}
.header .header-menu-wrapper {
  padding: 0.5rem 0 0rem;
}
.header .mega-menu .custom-sub {
  border: none;
  top: 116px;
  left: 0;
  width: 100vw;
  padding: 32px;
}

.header .header-menu ul {
  gap: 1rem;
}
.header .header-menu ul li a {
  text-transform: capitalize;
  font-size: var(--size-nav);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  align-items: center;
}
.header .header-menu ul li:hover {
  cursor: pointer;
}
.header .header-menu ul li.menu-item-has-children.open > a,
.header .header-menu ul li:hover > a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}
  .header li:hover a.menu-button {
    border-bottom: none !important;
  }
.header .top-menu-wrapper ul li a {
  border-bottom: none;
  padding-bottom: 0px;
}
.header .top-menu-wrapper ul li.menu-item-has-children.open > a,
.header .top-menu-wrapper ul li:hover > a {
  color: var(--white);
  border-bottom: none;
}
.header .menu-item:not(.mega-menu) .custom-sub {
  top: 116px;
  min-width: 100px;
}
.header .etichettatura.menu-item:not(.mega-menu) .custom-sub {
  transform: translateX(-20px);
}
.header .top-menu-wrapper .menu-item:not(.mega-menu) .custom-sub {
  top: 32px;
  z-index: 5;
  transform: translateX(-50px);
}
.header .top-menu-wrapper .menu-item:not(.mega-menu) .custom-sub li a {
  color: var(--grey);
}
.header .menu-item:not(.mega-menu) .custom-sub-wrap {
  padding: 0;
}
.header .mega-menu .custom-sub .custom-sub-wrap ul {
  display: flex;
}
.header .mega-menu .custom-sub .custom-sub-wrap ul li a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--grey);
  font-size: var(--size-nav);
  align-items: baseline;
}
.header .mega-menu .custom-sub .custom-sub-wrap ul li a img {
  display: block;
  height: 190px;
  width: 190px;
}
.header .menu-item:not(.mega-menu) .menu-img {
  display: none;
}

.header .etichettatura > a::before,
.header .select-store > a::before,
.header .select-location > a::before,
.header .select-newsletter > a::before,
.header .select-contact > a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  font-size: var(--size-nav) !important;
  display: inline-block;
  padding-left: 1.5rem;

  background-color: var(--menu-text);
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
}
.header .nolabel > a {
  font-size: 0 !important;
}
.header .etichettatura > a::before {
  -webkit-mask-image: url(../img/etichettatura.svg);
  mask-image: url(../img/etichettatura.svg);
}
.header .header-menu.header-menu-left ul li.menu-item-has-children > a::after {
  top: 0px;
}
.header .etichettatura > a::after {
  display: inline-block;
  font-size: 10px;
  content: "\f078";
  font-family: "FontAwesome";
  position: relative;
  top: -2px;
  margin-left: -8px;
  transform: rotate(0);
  transition: all 300ms;
}
.header .select-store > a::before {
  -webkit-mask-image: url(../img/placeholder.svg);
  mask-image: url(../img/placeholder.svg);
}
.header .select-location > a::before {
  -webkit-mask-image: url(../img/world.svg);
  mask-image: url(../img/world.svg);
}
.header .select-newsletter > a::before,
.menu-mobile .mobile-bottom-menu ul li.select-newsletter > a::before {
  -webkit-mask-image: url(../img/newsletter.svg);
  mask-image: url(../img/newsletter.svg);
}
.header .select-contact > a::before,
.menu-mobile .mobile-bottom-menu ul li.select-contact > a::before {
  -webkit-mask-image: url(../img/contact.svg);
  mask-image: url(../img/contact.svg);
}
.top-menu-wrapper .etichettatura > a::before,
.top-menu-wrapper .select-store > a::before,
.top-menu-wrapper .select-location > a::before,
.top-menu-wrapper .select-newsletter > a::before,
.top-menu-wrapper .select-contact > a::before {
  background-color: var(--top-menu-text);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
}
.header-menu-right .select-store > a,
.header .header-menu.header-menu-left ul li.select-contact > a,
.header .header-menu.header-menu-left ul li.select-store > a {
  background: none;
}
.header .header-menu.header-menu-left ul li {
  display: flex;
}
.header .header-menu-wrapper .header-menu.header-menu-left ul > li,
.header .header-menu-wrapper .logo,
.header .header-menu-wrapper .header-menu.header-menu-right ul > li {
  padding-bottom: 0.75rem;
}
.header .header-menu-wrapper .header-menu .custom-sub .sub-menu li {
  padding-bottom: 0rem;
}
.header .header-menu .top-menu-left ul li > a,
.header .header-menu .top-menu-right ul li > a,
.header .header-menu.header-menu-left ul li.select-store > a {
  background-size: 16px 16px !important;
  height: auto !important;
  width: auto !important;
}
.header .header-menu.header-menu-left ul li.select-contact > a,
.header-menu-right .select-store > a,
.header .header-menu.header-menu-left ul li.select-store > a {
  font-size: var(--size-nav) !important;
  display: inline-flex;
}
.top-menu-wrapper .select-contact > a::before {
  background-color: var(--top-menu-text);
  background-size: 18px 18px;
  height: 20px;
  width: 20px;
  -webkit-mask-size: 18px 20px;
  mask-size: 18px 20px;
}
.overlay-hero-header .block-wrapper .text-wrapper .title,
.overlay-hero-header .block-wrapper .text-wrapper .text {
  color: var(--gold);
}
.overlay-hero-header .block-wrapper .text-wrapper .text {
  margin-top: 0.5rem;
  margin: 0 auto;
}
.two-columns-header .block-wrapper .cta a {
  border-color: var(--gold);
  color: var(--gold);
}
.overlay-hero-header .breadcrumbs {
  color: var(--grey);
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.overlay-hero-header .image-wrapper {
  min-height: 400px;
}
.overlay-hero-header .image-wrapper::before,
.new-home-slider-section .slide .image::before,
.image-card .card .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  background: linear-gradient(transparent, #2a2315);
}
.overlay-hero-header .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.show-collections-offcanvas-toggle {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--gold);
  background-color: var(--cream2);
  color: var(--grey);
}
.show-collections-offcanvas-toggle > span {
  color: var(--grey);
}
.show-collections-offcanvas {
  border: 1px solid var(--gold);
  background-color: var(--cream);
}
.offcanvas-title {
  font-family: var(--font-header);
}
.show-collections-offcanvas .product-card {
  margin-bottom: 1rem;
}
.show-collections-offcanvas img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 6px;
}
.show-collections-offcanvas .product-title {
  font-size: var(--size-body);
}
.accordions-section .step-title {
  font-family: var(--font-header);
  text-transform: initial;
  font-size: var(--size-h2);
}
.intro-nashilover .card .title,
.intro-nashilover .card .number {
  display: none;
}
.intro-nashilover .slider {
  margin-top: 1rem;
  display: flex;
}
.intro-nashilover .slider .card {
  flex: 1;
}
.step-nashilover .step-title {
  font-size: var(--size-h2);
  margin-bottom: 1rem;
  font-family: var(--font-header);
  text-transform: none;
}
.accordion-button {
  padding: 12px 0 !important;
}
.accordion-button p {
  margin-bottom: 0 !important;
}
.step-nashilover
  .step-accordion
  .accordion-item
  .accordion-header
  .accordion-button::after,
.end-nashilover
  .end-accordion
  .accordion-item
  .accordion-header
  .accordion-button::after,
.posizioni-aperte
  .posizioni-accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  content: "+";
  border: none;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: none;
}
.posizioni-aperte .posizioni-title,
.full-text .title,
.intro-nashilover .title-nashilover,
.related-products .related-title {
  font-size: var(--size-h2);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
  background: none;
}
.two-columns-block .slide {
  text-align: left;
}
.two-columns-block .slide .text p {
  margin-bottom: 0;
}
.two-columns-block .slide .image img {
  /* max-height: 300px; */
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
}
.two-columns-block .block-wrapper.dark {
  color: var(--grey);
  background: var(--cream2);
}
.map-store .block-wrapper {
  background: none;
  border: 1px solid var(--gold);
}
.map-store .text-wrapper {
  color: var(--grey);
}
.map-store .block-wrapper .icon img {
  filter: invert(1);
  width: 16px !important;
}
.menu-img {
  width: 100px;
  height: 100px;
}
.two-columns-block:not(.two-columns-slider) .block-wrapper {
  padding: 2rem;
}
.two-columns-slider-image .text-wrapper .title,
.two-columns-slider-image .text-wrapper .text {
  text-align: left;
}
.two-columns-block .block-wrapper .text-wrapper .title {
  font-family: var(--font-header);
  font-size: var(--size-h2);
  margin-bottom: 20px;
}
.two-columns-block .block-wrapper .cta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.two-columns-block .block-wrapper .cta a {
  width: fit-content;
  padding: 8px 16px;
  color: var(--grey);
  border: 1px solid var(--grey);
}

.two-columns-block .block-wrapper .image-wrapper,
.two-columns-block .block-wrapper .image-wrapper img,
.two-columns-block .block-wrapper .text-wrapper,
.two-columns-block .block-wrapper .text-wrapper img {
  width: 100%;
}
.testimonianze .testimonianze-wrap .block-title {
  text-align: left;
  font-size: var(--size-h2);
  color: var(--grey);
}
.testimonianze .testimonianze-wrap {
  padding: none;
  background: none;
}
.testimonianze .testimonianze-wrap .slider .slide {
  padding: 40px 20px;
  border: none;
  background-color: var(--cream2);
  color: var(--grey);
  gap: 0.75rem;
}
.testimonianze .testimonianze-wrap .slider .slide .localita {
  color: var(--grey);
  font-size: var(--size-h4);
  font-family: var(--font-header);
  margin: 0;
}
.testimonianze .testimonianze-wrap .slider .slide .nome {
  color: var(--grey);
  text-transform: none;
  font-family: var(--font-body);
  margin: 0;
}
.testimonianze .testimonianze-wrap .slider .slide .text {
  color: var(--grey);
  margin: 0;
}
.testimonianze .testimonianze-wrap .slider .slide .image img {
  object-fit: cover;
}
.product-gallery .owl-dots {
  display: none;
}
.testimonianze .testimonianze-wrap .slider .owl-dots .owl-dot,
.block-slider .slider .owl-dots .owl-dot,
.two-columns-block .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 16px;
  border: 1px solid var(--gold);
}
.testimonianze .testimonianze-wrap .slider .owl-dots .owl-dot.active,
.block-slider .slider .owl-dots .owl-dot.active,
.two-columns-block .owl-dots .owl-dot.active {
  border: 1px solid var(--grey);
}

.store-archive.standard-card .card,
.standard-card .card {
  text-align: left;
  margin: 0rem;
}
.standard-card .card {
  padding: 0;
}
.store-archive.standard-card .card {
  padding: 1rem;
}
.standard-card .card .card-content {
  padding: 1rem;
  transition: all 0.3s ease;
}
.standard-card .block-title {
  font-size: var(--size-h2);
}
.standard-card .card .card-content .title {
  margin-top: 0;
  font-size: var(--size-h4);
  font-family: var(--font-header);
  text-transform: none;
}
.standard-card .card .card-content .title p,
.standard-card .card .card-content .title p strong {
  font-family: var(--font-header);
}
.standard-card .card .card-content .text {
  margin-bottom: 1rem;
  font-size: var(--size-body);
}
.standard-card .card .image img {
  width: 100%;
  object-fit: cover;
}
.image-card .card {
  cursor: pointer;
}
.image-card .card .image {
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.image-card .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.image-card .card .card-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.image-card .card .card-content .title {
  font-size: var(--size-h3);
  color: var(--white);
}
.image-card .card:hover .read-more-btn svg {
  animation: readarrow 0.5s linear;
}
.image-card .card:hover img {
  transform: scale(1.05);
}
.image-card .card:hover .image::before {
  z-index: 1;
}
.store-archive.standard-card .col-12 {
  margin-bottom: 3rem;
}
.store-archive.standard-card .card .title {
  font-family: var(--font-header);
  text-transform: none;
  font-size: var(--size-h3);
}
.store-archive.standard-card .card .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
}
.store-archive.standard-card .card .text .description {
  margin-top: 1rem;
}
.store-archive.standard-card .card .image img {
  height: 330px;
  object-fit: cover;
}
.store-archive.standard-card .card .address,
.store-archive.standard-card .card .phone {
  display: flex;
  flex-direction: row;
}
.store-archive.standard-card .card .address .icon,
.store-archive.standard-card .card .phone .icon {
  width: 20px;
}
.store-archive.standard-card .card .cta,
.standard-card .card .cta {
  text-align: left;
}
.single-products-wrap
  .product-details
  .product-categories-pills
  .category-pill {
  padding: 0.25rem 0.5rem;
  background: var(--gold);
  color: var(--white);
  margin-right: 0.5rem;
  font-size: var(--size-link);
  text-transform: uppercase;
}
.single-products-wrap .product-details .product-title {
  font-size: var(--size-h3);
  margin: 16px 0 0 0;
}
.product-archive .product-counter {
  text-align: end;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid var(--gold);
}
.product-archive .product-card .product-image {
  position: relative;
}
.product-archive .product-card .product-image,
.product-archive .product-card .product-image img {
  height: 330px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.product-archive .product-card.has-hover .product-hover-image {
  /* display: none; */
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  object-fit: cover;
  z-index: -1;
}
.product-archive .product-card.has-hover:hover .product-primary-image {
  /* display: none; */
  opacity: 0;
}
.product-archive .product-card.has-hover:hover .product-hover-image {
  /* display: block; */
  opacity: 1;
  z-index: 1;
}
.product-archive .product-card .product-cta a {
  width: fit-content;
  padding: 8px 16px;
}
.product-archive .category-title {
  font-family: var(--font-header);
  margin: 4rem 0 2rem;
}
.single-products-wrap .product-details .product-store-cta a {
  color: var(--white);
  border: none;
  background: var(--grey);
}
.single-products-wrap
  .product-details
  .product-formats
  .formats-nav
  .nav-item
  .nav-link.active {
  color: var(--white);
  background: var(--gold);
  border: var(--gold);
}
.thumbnail-nav {
  padding-right: 2rem;
}
.thumb-item {
  margin-bottom: 16px;
  width: fit-content;
  width: 80px;
  height: 100px;
}
.thumb-item img,
.thumb-item video {
  width: 80px;
  height: 96px;
  object-fit: cover;
}
.thumb-item.active {
  border: 2px solid var(--grey);
}
.product-gallery {
  overflow: hidden;
  position: relative;
}

.product-gallery-container {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  cursor: grab;
}

.product-gallery-container:active {
  cursor: grabbing;
}

.product-gallery-container.dragging {
  cursor: grabbing;
}

.product-gallery .product-image {
  flex: 0 0 calc(50% - 20px);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-gallery .product-image img,
.product-gallery .product-image video {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.faq-text {
  padding: 32px 0;
}
.faq-text .title {
  font-family: var(--font-header);
  font-size: var(--size-h3);
  color: var(--grey);
}
.faq-text .text {
  font-family: var(--font-body);
  letter-spacing: 1px;
  color: var(--grey);
}

.block-slider.block-slider-immagini .slide {
  padding: 0;
  margin: 0 16px 0 4px;
  text-align: start;
}
.block-slider.block-slider-immagini .slide .image {
  margin: 0;
}
.block-slider.block-slider-immagini .slide .image img {
  /* height: 225px; */
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}
.block-slider .slider .slide .title {
  padding: 0 20px;
  font-size: var(--size-body);
}
.block-slider .slider .slide .text {
  padding: 0 20px;
  font-size: var(--size-body);
  margin: 0 0 12px 0;
}

.full-text.with-background-image {
  text-align: center;
  padding: 64px 0;
}
.store-archive {
  margin: 64px 0 100px 0;
}
.full-text .subtitle {
  font-family: var(--font-body);
}
.full-text.with-background-image .image {
  margin-bottom: -80px;
}
.full-text.with-background-image .title {
  font-size: var(--size-h1);
  margin-bottom: 5px;
}
.full-text .cta {
  margin-top: 1rem;
}
.full-text .cta a {
  color: var(--grey);
  border: 1px solid var(--grey);
  padding: 0.5rem 1rem;
  width: auto;
}
.full-text form {
  margin-top: 0;
}
.full-text form .wpforms-field-container .wpforms-field .wpforms-field-medium,
.full-text
  form
  .wpforms-field-container
  .wpforms-field.wpforms-field-textarea
  .wpforms-field-large,
.full-text form .wpforms-field-container .wpforms-field .wpforms-field-large,
.full-text
  form
  .wpforms-field-container
  .wpforms-field.wpforms-field-address
  .wpforms-field-large
  input,
.full-text
  form
  .wpforms-field-container
  .wpforms-field.wpforms-field-address
  .wpforms-field-large
  select {
  border-color: var(--gold);
}
.block-slider.single-store-gallery .slider .slide {
  border: none;
  padding: 0;
  margin: 0 16px 0 4px;
}
.block-slider.single-store-gallery .slider .slide .image {
  padding: 0;
}
.block-slider.single-store-gallery .slider .slide .image img {
  height: 225px;
  object-fit: cover;
  max-width: 100%;
}

.accordion-item:has(.accordion-collapse.show)
  .accordion-header
  .accordion-button {
  border-bottom: none !important;
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after,
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item:has(.accordion-collapse.show)
  .accordion-header
  .accordion-button::after {
  transform: rotate(180deg);
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-body
  .slider
  .slide {
  gap: 1rem;
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-body
  .slider
  .slide
  .title {
  margin-top: 0px;
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-body
  .slider
  .slide
  .cta
  a {
  font-size: var(--size-link);
  padding: 0.5rem 1rem;
  width: auto;
  letter-spacing: 0.3px;
}
.single-products-wrap
  .product-details
  .product-accordion
  .accordion-item
  .accordion-body
  .slider
  .owl-dots
  .owl-dot {
  width: 4px;
  height: 4px;
  margin: 0 8px;
  border-radius: 16px;
}

.single-products-wrap .owl-carousel .owl-nav button.owl-next,
.single-products-wrap .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50%;
  font-size: 30px;
  font-weight: 400;
}
.single-products-wrap .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.single-products-wrap .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.news .news-card {
  border: none;
}
.news .news-card .news-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.news .news-card .text-wrapper {
  border: 1px solid var(--gold);
  border-top: 0;
}
.new-home-slider-section {
  padding: 32px 0;
}
#new-home-slider {
  display: block;
}
.new-home-slider-wrapper {
  position: relative;
}
/* Anchor Navigation */
.anchor-navigation {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 32px;
}

.anchor-nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.anchor-btn {
  background: transparent;
  border: 1px solid var(--gold);
  padding: 0.75rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  color: var(--gold);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--size-link);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.anchor-btn:hover {
  background: #fffaf333;
  color: var(--gold);
}

.anchor-btn.active {
  background: var(--gold);
  color: var(--grey);
}
.banner-locator {
  margin: 0;
  padding: 32px 0;
}
.banner-locator .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.banner-locator .title .cta {
  background: transparent;
  border: 1px solid var(--white);
  padding: 0.75rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--size-link);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-body);
  width: fit-content;
  text-align: center;
}
.full-image-banner {
  min-height: auto;
  margin: 32px 0;
}
.full-image-banner .text-wrapper {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--white);
}
.full-image-banner .block-wrapper .text-wrapper .title,
.full-image-banner .block-wrapper .text-wrapper .text {
  color: var(--white);
  margin-top: 1rem;
}
.full-image-banner .block-wrapper .text-wrapper .cta {
  margin-top: 1rem;
}
.full-image-banner .block-wrapper .text-wrapper .cta a {
  color: var(--white);
  border-color: var(--white);
  margin-top: 0rem;
  padding: 0.5rem 1rem;
}
.full-image-banner .image-wrapper {
  width: 100%;
  max-height: 280px;
}
.full-image-banner .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 280px;
}
.new-home-slider-section .slide {
  position: relative;
}
.new-home-slider-section .slide .text-wrapper {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.new-home-slider-section .slide .slide-title {
  color: var(--gold);
  font-family: var(--font-header);
  font-size: var(--size-h2);
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.new-home-slider-section .slide .slide-text {
  color: var(--gold);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.new-home-slider-section .slide .cta a {
  color: var(--gold);
  letter-spacing: 1px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--size-nav);
  text-transform: uppercase;
}
.new-home-slider-section .slide .cta a::after {
  display: inline-block;
  font-size: var(--size-nav);
  content: "\f078";
  font-family: "FontAwesome";
  position: relative;
  top: -1px;
  margin-left: 4px;
  transform: rotate(270deg);
  transition: all 300ms;
}
.new-home-slider-section .slide .cta:hover a::after {
  margin-left: 12px;
}
.new-home-slider-section .slide .image,
.new-home-slider-section .slide .image img {
  height: calc(100vh - 175px);
  object-fit: cover;
}

.sticky-news-section {
  position: relative;
  min-height: 150vh;
}

.sticky-news-section .block-title {
  font-family: var(--font-header);
  font-size: 26px;
  color: var(--grey);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1rem;
}
/* Left image column - sticky */
.sticky-image-col {
  position: sticky;
  top: 125px;
  height: 80vh;
  overflow: hidden;
}

.sticky-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right list column */
.list-col {
  position: relative;
  z-index: 2;
}

.list-content {
  padding-top: 35vh;
  padding-bottom: 0vh;
}

.featured-news-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  border: 1px solid var(--white);
}

.featured-news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(transparent, black);
  z-index: 2;
  transition: background 0.3s ease;
}

.featured-news-content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 3;
  color: var(--white);
  font-family: var(--font-header);
  text-transform: capitalize;
}
.featured-title {
  margin-bottom: 2rem;
}
.read-more-btn {
  display: inline-block;
  border: 1px solid var(--white);
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.featured-news-link:hover .read-more-btn svg,
.news-link:hover .read-more-btn svg {
  animation: readarrow 0.5s linear;
}
@keyframes readarrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(100%);
  }
  52% {
    transform: translateX(-100%);
  }
  55% {
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
  }
}

.featured-news-link:hover .read-more-btn {
  background: rgba(255, 255, 255, 0.2);
}

/* Posts list styling */
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-link {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 2rem 0;
  gap: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--gold);
}

.post-meta {
  height: 135px;
  object-fit: cover;
}
.post-title {
  margin-bottom: 0.5rem;
  font-size: var(--size-h4);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-family: var(--font-header);
}
.news-link .read-more-btn {
  border: 1px solid var(--gold);
  background: transparent;
}
.news-link .read-more-btn svg path {
  fill: var(--gold);
}

/* View all button */
.view-all-btn {
  border: 1px solid var(--grey);
  padding: 0.5rem 1rem;
  background: transparent;
  color: var(--grey);
  border-radius: 50px;
  font-size: var(--size-nav);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: var(--cream2);
}
/* sitemap menu container */
.three-level-menu {
  margin: 0 auto;
  padding: 32px 0;
}

.menu-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.top-level-item {
  flex: 1;
  min-width: 250px;
  margin-bottom: 4px;
}
.top-level-item.has-children.four_col_menu {
  flex: 1 1 100%;
}
.top-level-item.has-children,
.menu-column {
  flex: 0 1 calc(25% - 22.5px);
}

.top-level-item:not(.has-children),
.menu-column {
  flex: 0 1 calc(25% - 22.5px);
}

.no-children-group {
  flex: 1 1 calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.no-children-group .top-level-item {
  flex: none;
  min-width: auto;
}

.top-level-link {
  font-family: var(--font-header);
  font-size: 18px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: var(--gold);
}

.top-level-link:hover {
  color: var(--gold);
}

.second-level {
  margin-top: 10px;
}

.second-level-item {
  flex: 1;
  margin-bottom: 8px;
}

.second-level-link {
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.2s ease;
}

.second-level-link:hover {
  color: var(--gold);
}

.third-level {
  margin-left: 4px;
  margin-top: 8px;
}

.third-level-link {
  font-size: var(--size-body);
  text-decoration: none;
  display: block;
  padding: 5px 0;
  position: relative;
  padding-left: 12px;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.third-level-link::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.third-level-link:hover {
  color: var(--gold);
  padding-left: 16px;
  transition: all 0.2s ease;
}
.menu-column .top-level-link::after,
.second-level-link::after,
.third-level-link::after {
  content: "";
  height: 16px;
  width: 14px;
  position: absolute;
  right: 8px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 14px 16px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.2s ease;
}
.second-level-link:hover::after,
.third-level-link:hover::after {
  opacity: 1;
  right: 0;
}
.menu-content-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-content-simple .top-level-item {
  flex: 1 1 300px;
  max-width: calc(25% - 22.5px);
}
.wpforms-field-container .accordion-item {
  background: none;
  border: var(--grey);
}
.wpforms-field-container .accordion-button {
  padding: 0.5rem 0rem;
  background: none;
  border-bottom: 1px solid var(--grey);
}
.wpforms-field-container
  .accordion-item:not(:has(.accordion-collapse.show))
  .accordion-header
  .accordion-button.collapsed,
.wpforms-field-container
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  border-bottom: 1px solid var(--grey) !important;
  border-radius: 0;
}
.wpforms-field-container
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: var(--grey);
  background: none;
  box-shadow: none;
  padding: 8px 0 !important;
}
.wpforms-field-container .accordion-button h4,
.wpforms-field-container .accordion-button p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.wpforms-field-container .accordion-button h4 {
  font-family: "Helvetica-Medium";
  font-size: var(--size-body);
}
.wpforms-field-container
  .accordion-item
  .accordion-header
  .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: none;
}
.wpforms-field-container
  .accordion-item:has(.accordion-collapse.show)
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.wpforms-field-container .accordion-button:focus {
  z-index: 3;
  border-color: var(--grey);
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
.wpforms-field-container .accordion-body {
  padding: 0.5rem 0rem;
}
.news .news-title {
  font-size: var(--size-h3);
}
/* Site footer theming */
.site .footer .footer-menu-wrap hr {
  background: var(--footer-text);
}
.site .footer .prefooter,
.site .footer .footer-menu-wrap {
  background-color: var(--footer-bg);
}
.site
  .footer
  .prefooter
  .newsletter-form
  form
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-medium,
.site
  .footer
  .prefooter
  .newsletter-form
  form
  .wpforms-submit-container
  .wpforms-submit {
  border: 1px solid var(--footer-text);
  color: var(--footer-text);
  background: transparent;
}
.site
  .footer
  .prefooter
  .newsletter-form
  form
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-medium::placeholder,
.site .footer .prefooter .newsletter-form .prefooter-title,
.site .footer .footer-menu-wrap .footer-title,
.site .footer .wpforms-field-label-inline,
.site .footer .footer-menu-wrap .footer-menu ul li a,
.site .footer .footer-menu-wrap .footer-text p,
.site .footer .footer-menu-wrap .footer-text a,
.site .footer .wpforms-field-label-inline a {
  color: var(--footer-text);
}

.footer .wpforms-field-label-inline a {
  text-decoration: underline;
}
.footer .prefooter .logo-footer {
  max-width: 135px;
}
.footer .prefooter .social {
  text-align: center;
  margin-top: 30px;
  max-width: 135px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.footer .prefooter .social a {
  margin-right: 0;
}
.footer .prefooter .social svg {
  height: 16px;
  width: 16px;
  color: var(--footer-text);
}
.footer .prefooter .social svg path {
  fill: var(--footer-text);
}
.footer .copyright-text a {
  text-decoration: underline;
}
.two-columns-block .slide .title {
  margin-bottom: 8px;
}
.custom-sub .language-box {
  display: none;
}
.header .top-menu-wrapper .language-indicator {
  margin-left: 4px;
}
.header .top-menu-wrapper .header-menu.header-menu-right ul li.current-menu-item a{
  color: var(--gold);
  font-weight: 600;
  font-family: 'Helvetica-Medium';
}
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .country-box, 
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .language-box {
  display: block;
}
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .country-box .country-title,
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .language-box .language-title {
  color: var(--grey);
  font-family: 'Helvetica-Medium';
  font-size: var(--size-nav);
  padding: 2px 0;
  text-align: left;
}

.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .language-box {
  border-top: 1px solid var(--gold);
  padding: 4px 0;
  margin-top: 4px;
  text-align: left;
}
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .language-box a {
  color: var(--grey);
  text-transform: uppercase;
  padding: 4px 10px 4px 0;
  font-family: var(--font-body);
}
.header .top-menu-wrapper .header-menu.header-menu-right ul .custom-sub .language-box a.active {
  color: var(--gold);
  font-weight: 600;
  font-family: 'Helvetica-Medium';
}
@media (max-width: 767px) {
  :root {
    --size-h1: 32px;
    --size-h1-5: 36px;
    --size-h2: 24px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-h5: 16px;
    --size-body: 14px;
    --size-nav: 12px;
    --size-link: 10px;
    --bs-gutter-x: 1rem;
  }
  .header {
    height: auto;
    border-bottom: 1px solid var(--grey);
  }
  .header .logo img {
    height: 45px;
    padding: 2px 0;
    width: auto;
  }
#menu-mobile-top-menu-right li{
padding-left: 4px;
}
  .product-gallery .product-image {
    flex: 0 0 100%;
    height: 40vh;
  }
  .thumbnail-nav {
    padding: 0;
    margin-bottom: 1rem;
  }
  .thumb-item {
    height: 80px;
  }
  .thumb-item img,
  .thumb-item video {
    height: 75px;
    object-fit: contain;
  }
  .two-columns-block:not(.two-columns-slider).map-store .block-wrapper {
    margin: 32px 0;
    padding: 1rem;
  }
  .two-columns-block .block-wrapper.dark {
    margin: 0;
    padding: 1rem;
  }
  .two-columns-block {
    padding: 32px 0;
  }
  .product-archive .product-card .product-image,
  .product-archive .product-card .product-image img {
    height: 225px;
    object-fit: contain;
  }
  body .site .site-content {
    padding-top: 75px;
  }
  .overlay-hero-header .image-wrapper {
    height: 100%;
  }
  .overlay-hero-header .image-wrapper img {
    height: 100%;
    height: calc(85vh - 150px);
    object-fit: cover;
  }
  .new-home-slider-section .slide .image,
  .new-home-slider-section .slide .image img {
    height: calc(90vh - 175px);
  }
  .block-slider .slider .owl-dots {
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
  }
  .two-columns-block .block-wrapper .cta {
    text-align: left;
  }
  .anchor-navigation {
    left: 45px;
    right: 45px;
    overflow: hidden;
  }
  .anchor-nav-wrapper {
    gap: 1rem;
    justify-content: start;
    overflow: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }
  .anchor-nav-wrapper::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .anchor-btn {
    padding: 0.5rem 0.75rem;
  }
  .sticky-news-section {
    min-height: fit-content;
  }
  .sticky-news-section .block-title {
    border-bottom: none;
  }
  .sticky-news-section .sticky-image {
    max-height: 90vw;
  }
  .sticky-image-col {
    position: static;
    max-height: 90vw;
  }
  .list-content {
    padding: 0;
  }
  .news-link {
    grid-template-columns: 1fr 1fr;
  }
  .product-image {
    flex: 0 0 100%;
  }
  .image-card .card img {
    height: 250px;
  }
  .footer .prefooter,
  .footer .footer-menu-wrap {
    margin: 0;
  }
  .footer .footer-menu-wrap .footer-title {
    border-color: var(--grey);
  }
  .three-level-menu .menu-content {
    flex-wrap: wrap;
    gap: 10px;
  }
  .top-level-item.has-children,
  .top-level-item:not(.has-children),
  .no-children-group {
    flex: 1 1 48%; /* 1 column */
  }

  .menu-content-simple .top-level-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .header .header-menu.header-menu-left ul li a.menu-button.open {
    position: fixed;
    height: 16px;
    width: 16px;
    top: 45px;
    z-index: 1;
    box-shadow: none;
    border: none;
  }
  .top-level-item {
    min-width: auto;
  }
  .top-level-item.has-children.four_col_menu .second-level {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 100%;
  }
  .top-level-item.has-children.four_col_menu .second-level-item {
    flex: 1 1 48%;
  }
  .two-columns-slider .owl-stage-outer {
    margin-right: 0px;
    margin-left: -8px;
  }
  .full-text form .wpforms-submit {
    max-width: none;
  }
  .full-image-banner.blocco_sotto .block-wrapper .title {
    color: var(--white) !important;
  }
  .full-image-banner.blocco_sotto .block-wrapper .cta {
    border: none !important;
  }
  .footer .prefooter .social {
    max-width: 100%;
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .intro-nashilover .slider {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .end-nashilover .end-cta a {
    max-width: none;
  }
  .show-collections-offcanvas img {
    height: 100px;
    width: 100px;
  }
  .footer .footer-menu-wrap hr {
    margin: 12px 0;
    opacity: 0;
  }
  .footer .prefooter .social {
    gap: 3rem;
  }
  .footer .footer-menu-wrap .footer-text {
    display: flex;
    flex-direction: column;
  }
  .two-columns-block .block-wrapper {
    margin: 0;
    padding: 32px 0;
  }
}
@media (max-width: 992px) {

  .header:has(.top-menu-wrapper .menu-item.open) {
    z-index: 1010;
  }
  .menu-mobile {
    padding: 0 16px 32px 16px;
    overflow: scroll;
    height: calc(100vh - 24px);
  }
  .menu-mobile .custom-sub-wrap.container-xxl {
    padding: 0;
  }
  .menu-mobile .menu li {
    border-color: var(--gold);
    padding: 0;
  }
  .menu-mobile .menu li a {
    font-size: 12px;
    font-family: "Helvetica-Medium";
    width: 100%;
    display: inline-block;
    padding: 20px 0;
  }
  .menu-mobile .menu li.menu-item-has-children.open > a {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 4px;
    font-size: var(--size-body);
    width: fit-content;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 16px;
    padding: 12px 0;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu {
    grid-template-columns: 1fr;
  }
  .menu-mobile .menu li.menu-item-has-children.open.prodotti-menu .sub-menu {
    grid-template-columns: 1fr 1fr;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu li {
    padding: 0;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu a {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 12px;
    color: var(--grey);
    font-size: var(--size-body);
    text-transform: none;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu a img {
    height: 42vw;
    width: 42vw;
  }
  .menu-mobile .menu li.menu-item-has-children.open .sub-menu .country-box {
    display: none;
  }
  .menu-mobile .menu li.menu-item-has-children.open a::after {
    transform: rotate(180deg);
  }
  .menu-mobile .mobile-bottom-menu ul li.select-contact > a,
  .menu-mobile .mobile-bottom-menu ul li.select-newsletter > a {
    background: url(../img/contact.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    height: 16px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    display: flex;
    align-items: center;
    padding-top: 4px;
    text-transform: none;
  }
  .top-menu-wrapper .etichettatura > a::before,
  .top-menu-wrapper .select-store > a::before,
  .top-menu-wrapper .select-location > a::before,
  .top-menu-wrapper .select-newsletter > a::before,
  .top-menu-wrapper .select-contact > a::before {
    background-color: var(--top-menu-text);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    -webkit-mask-size: 14px 14px;
    mask-size: 14px 14px;
  }
  .header .top-menu-wrapper .header-menu.header-menu-right ul {
    gap: 0.25rem;
  }
  .header
    .top-menu-wrapper
    .header-menu.header-menu-left
    ul
    li.select-store
    > a,
  .header .top-menu-wrapper .header-menu ul li a {
    font-size: 11px !important;
  }
  .menu-mobile .mobile-bottom-menu ul li.select-newsletter > a {
    background-image: url(../img/newsletter.svg);
  }
  .header .top-menu-wrapper .select-location.menu-item:not(.mega-menu) .custom-sub {
    transform: translateX(-20px);
  }
}

@media (min-width: 768px) {
  .full-text-wrapper:has(.wpforms-container) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  .full-text-wrapper:has(.wpforms-container) .title {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 12px 0;
  }
  .full-text-wrapper:has(.wpforms-container) .subtitle {
    grid-column: 1;
    grid-row: 2;
  }
  .full-text-wrapper:has(.wpforms-container) .text {
    grid-column: 2;
    grid-row: 1 / 4;
  }
  .post-template-default.single
    .two-columns-header
    .block-wrapper
    .image-wrapper {
    min-height: 60vh;
  }
  .post-template-default.single
    .two-columns-header
    .block-wrapper
    .image-wrapper
    img {
    height: 60vh;
  }
  .menu-content,
  .menu-content-simple {
    gap: 4rem 30px;
  }
  .testimonianze {
    margin: 0;
  }
  .two-columns-block.two-columns-slider .slider {
    margin-left: -8px;
  }
  .two-columns-block.two-columns-slider .slider .owl-item {
    padding-bottom: 0;
  }
  .two-columns-block.two-columns-slider
    .block-wrapper
    .layout-row
    .text-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .end-nashilover .end-cta {
    gap: 1rem;
    display: inline-flex;
    justify-content: center;
  }

  .top-level-item.has-children.four_col_menu .second-level-item {
    flex: 1 1 calc(25% - 12.5px);
  }
  .top-level-item.has-children.four_col_menu .second-level {
    column-count: 4;
    column-gap: 10%;
    column-fill: balance;
    max-height: 300px;
  }

  .top-level-item.has-children.four_col_menu .second-level-item {
    break-inside: avoid;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    min-width: 250px;
  }
  .thumbnail-nav {
    position: sticky;
    top: 150px; /* Adjust based on your header height */
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .product-gallery {
    position: sticky;
    top: 150px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow: hidden;
  }
}
@media (min-width: 1100px) {
  .top-level-item.has-children.four_col_menu .second-level {
    display: block;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .menu-content,
  .menu-content-simple {
    gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header .custom-sub .custom-sub-wrap {
    padding: 0;
  }
  .header .mega-menu .custom-sub .custom-sub-wrap ul li a img {
    height: calc(80vw / 6);
    width: calc(80vw / 6);
}
}
@media (min-width: 1401px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 96vw;
  }
}
