[x-cloak] {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
}

#_nav_menu-123-13 {
  min-height: 75px;
}

@media (max-width: 1120px) {
  #_header-76-13 .oxygen-show-in-sticky-only {
    display: block;
  }

  #_nav_menu-123-13 .oxy-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#menu-item-134 > a {
  padding: 0 !important;
  margin-right: 20px;
}

#menu-item-134 > a img {
  display: block;
  height: 65px;
  width: auto;
}

.prodotto h1 {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.prodotto img {
  transition: filter 0.25s ease;
}

.prodotto:hover img,
.prodotto:focus-within img {
  filter: brightness(70%);
}

.prodotto:hover h1,
.prodotto:focus-within h1 {
  opacity: 1;
}

.contact-status {
  margin-top: 16px;
  color: #eff4fb;
  font-size: 14px;
  line-height: 1.6;
}

.contact-status--info {
  color: #eff4fb;
}

.contact-status--success {
  color: #dcf6df;
}

.contact-status--error {
  color: #ffd2d2;
}

.captcha-block {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(220px, 1fr);
  align-items: center;
  column-gap: 16px;
  row-gap: 12px;
  width: 100%;
  max-width: 100%;
}

.captcha-media {
  display: grid;
  justify-items: start;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.captcha-entry {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.contact-captcha-image {
  display: block;
  width: min(100%, 600px);
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  background: #123248;
}

.captcha-input {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 64px;
  font-size: 24px;
  letter-spacing: 0.18em;
}

@media (max-width: 600px) {
  .captcha-block,
  .captcha-media,
  .captcha-entry,
  .captcha-input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .captcha-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .captcha-input {
    min-height: 58px;
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}

.contact-captcha-refresh {
  appearance: none;
  padding: 10px 14px;
  border: 0;
  border-radius: 3px;
  background: #e8bb94;
  color: #102030;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-captcha-refresh:hover,
.contact-captcha-refresh:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}

.contact-captcha-refresh:focus-visible {
  outline: 2px solid rgba(232, 187, 148, 0.45);
  outline-offset: 2px;
}

[data-contact-error-for][hidden] {
  display: none !important;
}

.contact-status[hidden],
.site-lightbox[hidden] {
  display: none !important;
}

html.site-lightbox-open,
body.site-lightbox-open {
  overflow: hidden;
}

.site-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.site-lightbox__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
}

.site-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.site-lightbox__caption {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.site-lightbox__close,
.site-lightbox__nav {
  appearance: none;
  border: 0;
  cursor: pointer;
  color: #e8bb94;
  background: rgba(38, 31, 19, 0.78);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-lightbox__close:hover,
.site-lightbox__nav:hover {
  background: rgba(38, 31, 19, 0.95);
  color: #ffffff;
}

.site-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 32px;
  line-height: 1;
}

.site-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  font-size: 40px;
  line-height: 1;
}

.site-lightbox__nav--prev {
  left: 16px;
}

.site-lightbox__nav--next {
  right: 16px;
}

@media (max-width: 767px) {
  .site-lightbox {
    padding: 16px;
  }

  .site-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .site-lightbox__nav {
    bottom: 16px;
    top: auto;
    transform: none;
  }

  .site-lightbox__nav--prev {
    left: calc(50% - 64px);
  }

  .site-lightbox__nav--next {
    right: calc(50% - 64px);
  }
}
