/** Shopify CDN: Minification failed

Line 429:0 Unexpected "}"

**/
/* ============================================================
   HAIRESIA — section-footer.css
   ============================================================ */

/* ── FIX STRUTTURA DAWN ────────────────────────────────────── */
.footer__content-top .footer__blocks-wrapper {
  display: none !important;
}

.footer__content-top {
  display: block !important;
}

.footer .field__button {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  flex-shrink: 0 !important;
}

.footer .list-social__link {
  width: auto !important;
  height: auto !important;
  border-radius: 20px !important;
  background: transparent !important;
  padding: 4px 12px !important;
  border: 0.5px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer .list-social__link:hover {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #ffffff !important;
}

/* ── BASE ──────────────────────────────────────────────────── */
.footer {
  background-color: #E4508F !important;
  color: #ffffff !important;
}

.footer a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff !important;
}

/* ── TOP SECTION ───────────────────────────────────────────── */
.footer__content-top {
  padding-bottom: 0 !important;
}

/* ── TAGLINE BRAND ─────────────────────────────────────────── */
.footer__brand-row {
  padding: 8px 0 36px;
}

.footer__brand-tagline {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.65) !important;
}

/* ── GRIGLIA 3 COLONNE ─────────────────────────────────────── */
.footer__nav-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 24px !important;
  margin-bottom: 40px !important;
  width: 100% !important;
}

/* ── HEADING COLONNE ───────────────────────────────────────── */
.footer-block__heading {
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0 0 14px 0 !important;
  display: block !important;
}

/* ── LINK LIST ─────────────────────────────────────────────── */
.footer-block__details-content.list-unstyled {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.footer-block__details-content.list-unstyled li a,
.footer .list-menu__item--link {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
}

.footer-block__details-content.list-unstyled li a:hover,
.footer .list-menu__item--link:hover {
  color: #ffffff !important;
}

/* ── DIVISORE ──────────────────────────────────────────────── */
.footer__divider {
  height: 0.5px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 28px;
}

/* ── NEWSLETTER ROW ────────────────────────────────────────── */
.footer__newsletter-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
  padding-bottom: 40px !important;
}

.footer__newsletter-label {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75) !important;
  flex-shrink: 0;
}

.footer__newsletter-label strong {
  font-style: normal;
  font-weight: 500;
  color: #ffffff !important;
}

.footer__newsletter-form-wrap {
  flex: 1;
  max-width: 380px;
}

.footer__newsletter .field {
  display: flex !important;
  gap: 0 !important;
}

.footer__newsletter .field__input {
  flex: 1 !important;
  min-width: 0 !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.35) !important;
  border-right: none !important;
  border-radius: 3px 0 0 3px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  color: #ffffff !important;
  outline: none !important;
}

.footer__newsletter .field__input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.footer__newsletter .field__input:focus {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.footer__newsletter .field__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.footer__newsletter .newsletter-form__button,
.footer__newsletter .field__button {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 0 3px 3px 0 !important;
  padding: 10px 18px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: auto !important;
  height: auto !important;
}

.footer__newsletter .newsletter-form__button:hover,
.footer__newsletter .field__button:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

.newsletter-form__button-text {
  font-size: 13px !important;
  color: #ffffff !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.footer__newsletter .newsletter-form__button svg,
.footer__newsletter .field__button svg {
  fill: #ffffff !important;
  width: 16px !important;
  height: 16px !important;
}

.footer__newsletter .newsletter-form__message {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-top: 8px;
}

.footer__newsletter .newsletter-form__message--success {
  color: #ffffff !important;
}

/* ── SOCIAL SOLO NEL FOOTER ────────────────────────────────── */
.footer .footer__list-social {
  display: flex !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}

.footer .footer__list-social .list-social__link {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  padding: 4px 12px !important;
  border: 0.5px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  background: transparent !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer .footer__list-social .list-social__link:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
}

.footer .footer__list-social .list-social__link svg,
.footer .footer__list-social .list-social__link .icon {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

/* ── BOTTOM SECTION ────────────────────────────────────────── */
.footer__content-bottom {
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px !important;
  padding-bottom: 28px !important;
}

.footer__content-bottom-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}

.footer__content-bottom-wrapper--center {
  justify-content: center !important;
}

/* ── LOCALIZATION ──────────────────────────────────────────── */
.footer__column {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.footer__localization .caption-large {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ── PAYMENT ICONS ─────────────────────────────────────────── */
.footer__payment {
  display: flex !important;
  align-items: center !important;
}

.footer .list-payment {
  display: flex !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}

.footer .list-payment__item {
  display: flex !important;
  align-items: center !important;
}

.footer .list-payment__item .icon--full-color {
  height: 22px !important;
  width: auto !important;
  opacity: 0.8 !important;
}

/* ── COPYRIGHT ─────────────────────────────────────────────── */
.footer__copyright {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  padding-top: 16px !important;
  border-top: 0.5px solid rgba(255, 255, 255, 0.15) !important;
  width: 100% !important;
}

.footer__copyright-top {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 4px !important;
}

.footer__copyright .copyright__content {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer__copyright .copyright__content a {
  color: rgba(255, 255, 255, 0.65) !important;
  margin-left: 14px !important;
}

.footer__copyright .copyright__content a:hover {
  color: #ffffff !important;
}

.footer-company-info {
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

/* ── POLICIES ──────────────────────────────────────────────── */
.footer .policies {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 4px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer .policies li::before {
  content: '·';
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.3);
}

/* ── RESPONSIVE 749px ──────────────────────────────────────── */
@media screen and (max-width: 749px) {
  .footer__nav-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 16px !important;
  }
}
  .footer__newsletter-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .footer__newsletter-form-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  .footer__newsletter .field {
    flex-direction: column !important;
  }

  .footer__newsletter .field__input {
    border-right: 0.5px solid rgba(255, 255, 255, 0.35) !important;
    border-bottom: none !important;
    border-radius: 3px 3px 0 0 !important;
  }

  .footer__newsletter .newsletter-form__button,
  .footer__newsletter .field__button {
    border-radius: 0 0 3px 3px !important;
    width: 100% !important;
  }

  .footer__content-bottom-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .footer__copyright-top {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }
}

/* ── RESPONSIVE 480px ──────────────────────────────────────── */
@media screen and (max-width: 480px) {
  .footer__nav-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer .footer__list-social {
    flex-wrap: wrap !important;
  }
}
.footer__logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  filter: brightness(0) invert(1);
}