/** Shopify CDN: Minification failed

Line 802:2 Unexpected "/"

**/
.footer {
  border-top: 0.5px solid #64675a;
  border-bottom: 0.5px solid #64675a;
  font-family: Roboto;
  display: flex;
  flex-direction: column;
}

.footer .link {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  font-size: var(--font-footer-link-size);
}
.footer .newsletter__button {
  min-height: 3rem;
  width: 100%;
}
.footer .field__input {
  height: 4rem;
  border-color: #64675a;
}
.footer .field__input:hover {
  border-color: #64675a;
}
.footer .field__input:focus {
  border-color: #64675a;
}
.footer localization-form + .footer__newsletter {
  margin-top: 2.4rem;
}

.footer--border {
  border-top: 1px solid rgba(var(--color-border-input));
}

.footer__content-top {
  padding-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  background-color: #f0ede4;
}

.footer__blocks-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-block--menu {
  display: none;
}

.footer__text,
.footer__copyright {
  color: rgba(var(--color-foreground), 0.4);
}

.footer__bottom-menu .list-menu__item {
  color: rgba(var(--color-foreground-title), 0.4);
}

.footer__text {
  font-size: 1.2rem;
}
.footer__text a {
  position: relative;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.8);
}
.footer__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.1rem;
  width: 100%;
  background-color: rgba(var(--color-foreground));
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
  transform-origin: 100% 50%;
}
.footer__text a:hover::before {
  transform: scaleZ(1);
  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
  transform-origin: 0 50%;
}

.footer__copyright > *,
.footer__bottom-menu .link {
  font-size: var(--font-footer-bottom-link-size);
}

.footer-block--logo {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 20px;
}

.footer_blocks-container-end {
  display: flex;
  margin-top: 4rem;
  flex-direction: column-reverse;
  gap: 2rem;
}

.footer__copyright {
  color: #b0afa4;
  min-width: 280px;
  text-align: center;
}

@media screen and (min-width: 990px) {

  .footer__copyright {
    text-align: left;
  }
  .footer__content-middle {
    display: block;
  }
  .footer__content-top {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .footer__blocks-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3rem;
  }
  .footer-block--menu {
    flex: none;
    display: block;
  }

  .footer-block--logo,
  .footer__copyright {
/*     width: 28rem; */
    max-width: 100%;
  }
  .footer-block--logo:first-child {
    margin-right: 1rem;
  }

  .footer-block--logo:last-child {
    margin-left: auto;
  }

  .footer_blocks-container-end {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .footer-block--logo:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__blocks-wrapper {
    gap: 3rem 3rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper {
    gap: 7rem;
  }
}
.footer__logo-link {
  text-decoration: none;
  word-wrap: break-word;
  max-width: 100%;
}

.footer__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__logo-link span {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}

.footer__content-middle {
  padding: 2rem;
  background-color: #606255; 
}

.footer__content-middle-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  align-items: center;
  /*   padding-bottom: 3.2rem; */
}

@media screen and (min-width: 990px) {
  .footer {
    flex-direction: row;
  }

  .policies {
    justify-content: end;
    align-items: end;
  }

  .footer__content-middle {
    width: 50rem;
  }
  /*   .footer__content-middle-container {
        padding-top: 3rem;
  } */

  .footer__content-middle {
    border-left: 1px solid #646759;
  }
}

.footer__content-middle-main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.footer__bottom-menu .list-menu__item {
  padding: 0;
}

.footer__bottom-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 1.8rem;
  margin-top: 0;
}

@media screen and (max-width: 990px) {
  .footer-block--menu + .footer__column--localization {
    margin-top: 4.8rem;
  }
}

.footer__column--localization {
  width: 100%;
  max-width: 100%;
  flex: none;
}

.footer .disclosure__button {
  font-size: 1.2rem;
}

.footer .footer-block--logo + .accordion {
  margin-top: 2.4rem;
  border-top: 0.1rem solid #626256;
}

.footer .accordion {
  border-top: none;
}
.footer .accordion .accordion__title {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: #626256;
}
.footer .accordion .icon-caret {
  right: 0;
  color: #626256;
}

.localization-form__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  letter-spacing: -0.02em;
}

@media screen and (min-width: 990px) {
  .footer__column--localization {
    width: 21rem;
  }
  .footer__column--localization:first-child {
    margin-right: 3rem;
  }
  .footer__content-middle-main {
    gap: 3rem;
  }
  .footer__content-middle-container {
    /*     padding-top: 4rem; */
    /*     padding-bottom: 10rem; */
  }
}
@media screen and (min-width: 1100px) {
  .footer__column--localization:last-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 1360px) {
  .footer__column--localization:first-child {
    margin-right: 11.5rem;
  }
  .footer__content-middle-main {
    gap: 3rem 8.5rem;
  }
}
.accordion:empty + .footer-block {
  margin-top: 0;
}

.footer .accordion {
  margin-top: 0;
}

@media screen and (min-width: 990px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block__heading {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #656759;
}

.footer__list-social:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .footer__content-middle-container {
    flex-direction: row;
  }
}
.footer__localization {
  display: grid;
  gap: 2rem;
}

localization-form {
  display: block;
}

.localization-form {
  width: 100%;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
}

.footer__localization h2,
.footer__payment h2 {
  margin: 0 0 1.6rem 0;
  color: #656759;
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}
.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 989px) {
  .localization-form .button {
    word-break: break-all;
  }
}
.localization-form__select {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground-title), 0.2);
  position: relative;
  border: 0;
  padding-left: 1rem;
  text-align: left;
}
.localization-form__select:hover {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground-title), 1);
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 990px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}
.localization-form__select .icon-caret {
  margin-left: 1.4rem;
  height: 1.2rem;
}

.localization-selector.link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground-title));
  width: 100%;
  padding: 1rem 3rem 1rem 2rem;
  border-radius: 3px;
}

.localization-selector.link .label {
  color: rgba(var(--color-foreground-title), 0.6);
}

.localization-selector.link .value {
  text-transform: uppercase;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list {
  border: 1px solid rgba(var(--color-foreground), 0.2);
  position: absolute;
  top: calc(100% + 2.4rem);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  max-width: 22rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 20rem;
  font-size: 1rem;
  background-color: rgb(var(--color-background));
  opacity: 1;
  z-index: 2;
  animation: animateLocalization var(--duration-default) ease;
  transform: translateY(-1rem);
  overflow-y: auto;
  bottom: auto;
}

.localization-form__select:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground-title), 1);
}

@media screen and (min-width: 990px) {
  footer .accordion {
    display: none;
  }
}
.footer-block__details-content {
  margin-bottom: 1.5rem;
  color: #656759;
}

.footer-block__details-content li:first-child .link {
  padding-top: 1.5rem;
}

@media screen and (min-width: 990px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block__details-content li:first-child .link {
    padding-top: 0;
  }
  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }
  .accordion:first-child + .footer-block:last-child li,
  .footer-block:only-child li {
    display: inline;
  }
}
.footer-block__details-content .list-menu__item--link {
  color: #656759;
}

.footer-block__details-content .list-menu__item--link:hover {
  opacity: 0.7;
}

.copyright__content {
  color: #b0afa4;
  text-decoration: underline;
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link,
  .copyright__content a,
  .footer__bottom-menu .list-menu__item {
    position: relative;
    display: inline-flex;
  }
  /*   .footer-block__details-content .list-menu__item--link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  } */
  .footer-block__details-content .list-menu__item--link::before,
  .copyright__content a:before,
  .footer__bottom-menu .list-menu__item:not(.list-menu__item--active)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 0;
    height: 0.1rem;
    width: 100%;
    background-color: rgba(var(--color-foreground-title));
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transform-origin: 100% 50%;
  }
  .copyright__content a::before {
    bottom: 0.2rem;
  }
  .footer__bottom-menu .list-menu__item:not(.list-menu__item--active)::before {
    bottom: -0.2rem;
  }
  .footer-block__details-content .list-menu__item--link:hover,
  .footer__bottom-menu .list-menu__item:hover,
  .copyright__content a:hover {
    opacity: 0.7;
  }
  .footer-block__details-content .list-menu__item--link:hover::before {
    transform: scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transform-origin: 0 50%;
  }
  .footer__bottom-menu .list-menu__item:hover::before {
    transform: scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transform-origin: 0 50%;
  }
  .copyright__content a:hover::before {
    transform: scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
    transform-origin: 0 50%;
  }
  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration: none;
  }
}
.footer__column--social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

.footer__column--social--container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

@media screen and (min-width: 990px) {
  .footer__column--social {
    margin-right: auto;
  }
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgba(var(--color-foreground-title), 1);
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content a {
  text-decoration: none;
  color: #b0afa4;
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}
.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground-title), 0.75);
}

.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground-title));
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

/* .footer h2 {
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  font-weight: var(--font-button-weight);
  
} */

.newsletter__title {
  font-size: 2rem;
  letter-spacing: 1px;
}

/* .newsletter__title {
}

.newsletter__inner {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.newsletter__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #64675a;
}

.newsletter-form__inner {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.newsletter-form__field-wrapper {
  flex: 1 1 250px;
  min-width: 250px;
}

.newsletter__button {
  white-space: nowrap;
  height: auto;
  padding: 1.5rem;
  border-radius: 0.3rem;
  font-size: 14px;
  letter-spacing: 3.75px;
} */

/* Estilo personalizado para el newsletter del footer */
.footer__newsletter .field__input {
  color: #64675a;
  background-color: #fefbf3;
  border-radius: 5px;
}

/* .footer__newsletter .field__input {
  padding: 14px;
  border-radius: 5px;
  font-size: 16px;
} */

.footer__newsletter .field__input:hover {
  color: #64675a;
  background-color: #fefbf3;
}

.footer__newsletter .field__input::placeholder {
  color: #64675a;
  opacity: 1;
}

.footer__newsletter .newsletter__button {
  background-color: transparent;
  color: #646759;
  border: 0.5px solid #646759;
  border-radius: 5px;
}

.footer__newsletter {
  background-color: #f0ede4;
  color: #60655e;
  border-color: #60655e;
}

.footer__newsletter .newsletter__button:hover {
  background-color: #f0ede4;
  color: #f0ede4;
  /*   border-color: #60655e; */
}

/* #FooterNewsletter {
  border: 1px solid #64675a;
} */

/* .input-newsletter {
  border: 1px solid #64675a;
  color: #64675a;
  padding: 7px 15px;
} */

/* .footer__content-middle-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
} */

.right-footer-block-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.right-footer-block {
  display: flex;
  flex-direction: column;
}

.footer__copyright a {
  color: #b0afa4;
}

.footer-powerBy {
  text-decoration: none;
}

.footer__copyright a {
  text-decoration: none;
}

 */
/* Centra y añade espacio al contenedor principal */
.footer__content-middle-main {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-left: 2rem;
  margin-top: 3rem;
}

/* Da espacio entre el bloque de Contacto y el de Horarios */
.info-block {
  margin-bottom: 4rem;
}
.info-block:last-child {
  margin-bottom: 0;
}

/* Estilo para los títulos "CONTATTO:" y "ORARI..." */
.info-block__title {
  font-family: "Flawsome";
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #f0ede4;
  letter-spacing: 1px;
}

.info-block__subtitle {
  font-family: "Flawsome";
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #f0ede4;
  letter-spacing: 1px;
}

/* Estilo para los párrafos de texto */
.info-block p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1.6rem;
  color: #f0ede4;
  font-family: Roboto;
}

/* Estilo para los enlaces (email y teléfono) */
.info-block a {
  color: inherit; /* Hereda el color del texto */
  text-decoration: none; /* Quita el subrayado por defecto */
  transition: all 0.3s ease;
  font-family: Roboto;
}

.info-block a:hover {
  border-bottom-color: rgb(
    var(--color-foreground)
  ); /* Hace el subrayado más visible al pasar el ratón */
}

.info-direction {
  margin: 3rem 0;
}

.info-direction a {
  text-decoration: underline;
}

.info-numbers a {
  text-decoration: underline;
}

.info-mail {
  padding-top: 2rem;
  text-decoration: underline;
}

.footer-block__details-content .list-menu__item--link {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}

.footer-contact-mobile {
  display: none;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.3rem;
  color: #626256;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-icon {
  font-size: 1.4rem;
}

@media screen and (max-width: 989px) {
  .footer-contact-mobile {
    display: flex;
  }
  .footer__content-middle {
    display: none;
  }
}

.mobile-socials-block {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  gap:5px;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 989px) {
  .footer-contact-mobile {
    display: flex;
  }
  .footer__content-middle {
    display: none;
  }
}

.mobile-socials-block {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-contact__title {
  color: #626256;
  font-size: 2rem;
  letter-spacing: 1px;
}

.icon-location {
  width: 24px;
  height: 24px;
}

.icon-phone {
  width: 24px;
  height: 24px;
}

.icon-mobile {
  width: 24px;
  height: 24px;
}

.icon-email {
  width: 24px;
  height: 24px;
}

.contact-icons-container {
  display: flex;
  gap: 0.8rem;
}
