/**
 * Saida footer redesign.
 *
 * All visual rules are scoped to the new CMS block root classes so the
 * existing international and reseller footer blocks keep their current
 * presentation until their content is migrated intentionally.
 */

.page-footer {
  --saida-footer-ink: #252525;
  --saida-footer-dark: #242423;
  --saida-footer-dark-soft: #30302e;
  --saida-footer-light: #f7f4ee;
  --saida-footer-light-deep: #eee9e1;
  --saida-footer-line: #d9d3c9;
  --saida-footer-muted: #6d6963;
  --saida-footer-accent: #f58026;
  --saida-footer-accent-dark: #d9650d;
  box-sizing: border-box;
  max-width: none !important;
  width: 100%;
}

/* The two Italian CMS blocks form one full-width footer composition. */
.page-footer .footer-container-wrapper:has(.saida-footer-trust) {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.page-footer .footer-container-wrapper:has(.saida-footer-trust) > .block-static-block.widget {
  margin: 0;
}

.saida-footer-trust,
.saida-footer-links,
.saida-footer-payment {
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.saida-footer-trust *,
.saida-footer-links *,
.saida-footer-payment * {
  box-sizing: border-box;
}

/* Trust and newsletter band. */
.saida-footer-trust {
  background: var(--saida-footer-dark);
  color: #fff;
  margin: 0;
  max-width: none;
  width: 100%;
}

.saida-footer-trust__inner {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(440px, .95fr) minmax(480px, 1.25fr);
  margin: 0 auto;
  max-width: 1600px;
  padding: 42px 46px 40px;
  width: 100%;
}

.saida-footer-reviews {
  min-width: 0;
  padding-right: 42px;
}

.saida-footer-eyebrow {
  color: #d8d8d5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.saida-footer-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.saida-footer-review {
  min-width: 0;
  padding: 0 28px 0 0;
}

.saida-footer-review + .saida-footer-review {
  border-left: 1px solid rgba(255, 255, 255, .34);
  padding-left: 34px;
  padding-right: 0;
}

.page-footer .saida-footer-review__brand {
  align-items: center;
  display: inline-flex;
  min-height: 34px;
}

.saida-footer-review__brand img {
  display: block;
  height: 30px;
  max-width: 150px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.saida-footer-review__rating {
  align-items: baseline;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 5px;
  line-height: 1.4;
  margin: 14px 0 6px;
}

.saida-footer-review__rating strong {
  font-size: 18px;
  font-weight: 700;
}

.saida-footer-review__stars {
  color: var(--saida-footer-accent);
  display: flex;
  font-size: 18px;
  gap: 5px;
  line-height: 1;
  margin: 0 0 10px;
}

.page-footer .saida-footer-review__count {
  color: #f1f1ef;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-decoration: none;
}

.page-footer .saida-footer-review__count:hover,
.page-footer .saida-footer-review__count:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-footer .saida-footer-review__action {
  align-items: center;
  color: var(--saida-footer-accent) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.4;
  text-decoration: none;
}

.saida-footer-review__action i {
  font-size: 11px;
  transition: transform .2s ease;
}

.page-footer .saida-footer-review__action:hover,
.page-footer .saida-footer-review__action:focus {
  color: #ffa15a !important;
  text-decoration: none;
}

.saida-footer-review__action:hover i,
.saida-footer-review__action:focus i {
  transform: translateX(3px);
}

.saida-footer-newsletter {
  border-left: 1px solid rgba(255, 255, 255, .38);
  min-width: 0;
  padding: 4px 0 0 48px;
}

.saida-footer-newsletter__title {
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.22;
  margin: 0 0 12px;
}

.saida-footer-newsletter__text {
  color: #d8d8d5;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 760px;
}

.saida-footer-newsletter .newsletter-wrapper,
.saida-footer-newsletter .newsletter-container,
.saida-footer-newsletter .block.newsletter,
.saida-footer-newsletter .block.newsletter .content {
  margin: 0 !important;
  max-width: none;
  padding: 0;
  width: 100%;
}

.saida-footer-newsletter .block.newsletter > .title {
  display: none;
}

.saida-footer-newsletter .block.newsletter .form.subscribe {
  align-items: start;
  display: grid !important;
  gap: 0 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
  width: 100%;
}

.saida-footer-newsletter .block.newsletter .field.newsletter {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  min-width: 0;
  width: auto;
}

.saida-footer-newsletter .block.newsletter .field .label {
  display: none;
}

.saida-footer-newsletter .block.newsletter .field .control {
  margin: 0 !important;
}

.saida-footer-newsletter .block.newsletter .field .control::before {
  content: none !important;
  display: none !important;
}

.saida-footer-newsletter .block.newsletter input[type="email"] {
  background: var(--saida-footer-dark-soft) !important;
  border: 1px solid #858580 !important;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 16px !important;
  width: 100%;
}

.saida-footer-newsletter .block.newsletter input[type="email"]::placeholder {
  color: #c4c4c0;
  opacity: 1;
}

.saida-footer-newsletter .block.newsletter input[type="email"]:focus {
  border-color: #fff !important;
  box-shadow: 0 0 0 2px rgba(245, 128, 38, .45);
}

.saida-footer-newsletter .block.newsletter .actions {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  width: auto;
}

.saida-footer-newsletter .block.newsletter .action.subscribe {
  background: var(--saida-footer-accent) !important;
  border: 1px solid var(--saida-footer-accent) !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  letter-spacing: .08em;
  line-height: 50px;
  min-width: 170px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease;
  width: auto !important;
}

.saida-footer-newsletter .block.newsletter .action.subscribe:hover,
.saida-footer-newsletter .block.newsletter .action.subscribe:focus {
  background: var(--saida-footer-accent-dark) !important;
  border-color: var(--saida-footer-accent-dark) !important;
}

.saida-footer-newsletter .block.newsletter .prgdpr-consent-checkboxes-block {
  color: #c9c9c6;
  font-size: 12px;
  grid-column: 1 / -1;
  grid-row: 2;
  line-height: 1.5;
  margin-top: 12px;
  text-align: left;
}

.saida-footer-newsletter .block.newsletter .prgdpr-consent-checkbox,
.saida-footer-newsletter .block.newsletter .prgdpr-consent-checkbox label,
.saida-footer-newsletter .block.newsletter .prgdpr-consent-checkbox label span {
  color: #c9c9c6;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: left;
}

.saida-footer-newsletter .block.newsletter .prgdpr-consent-checkbox input {
  accent-color: var(--saida-footer-accent);
  margin-right: 6px !important;
}

.page-footer .saida-footer-newsletter .prgdpr-consent-checkboxes-block a {
  color: #fff;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.saida-footer-newsletter div.mage-error {
  color: #ffb27a;
  font-size: 12px;
  margin: 5px 0 0;
}

/* Link directory. */
.saida-footer-links {
  background: var(--saida-footer-light);
  color: var(--saida-footer-ink);
  margin: 0;
  max-width: none;
  width: 100%;
}

.saida-footer-links__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1600px;
  padding: 42px 46px 46px;
  width: 100%;
}

.saida-footer-links .footer-box {
  clear: none;
  min-width: 0;
  padding: 0 46px;
}

.saida-footer-links .footer-box:first-child {
  padding-left: 0;
}

.saida-footer-links .footer-box + .footer-box {
  border-left: 1px solid var(--saida-footer-line);
}

.saida-footer-links .footer-box:last-child {
  padding-right: 0;
}

.page-footer .saida-footer-links .footer-box > .saida-footer-links__title {
  align-items: center;
  color: var(--saida-footer-ink) !important;
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .13em;
  line-height: 1.35;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.page-footer .saida-footer-links .footer-box > .saida-footer-links__title::after {
  content: none !important;
}

.saida-footer-links .footer-link {
  margin: 0;
}

.saida-footer-links .footer-link li,
.saida-footer-links .footer-link li.last {
  line-height: 1.4;
  padding: 0 0 3px !important;
}

.page-footer .saida-footer-links .footer-link a {
  align-items: center;
  color: #373532 !important;
  display: flex;
  font-size: 15px;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.45;
  min-height: 34px;
  padding: 4px 0;
  text-decoration: none;
}

.saida-footer-links .footer-link a i {
  color: var(--saida-footer-accent);
  flex: 0 0 auto;
  font-size: 11px;
  transition: transform .2s ease;
}

.page-footer .saida-footer-links .footer-link a:hover,
.page-footer .saida-footer-links .footer-link a:focus {
  color: var(--saida-footer-accent-dark) !important;
  text-decoration: none;
}

.saida-footer-links .footer-link a:hover i,
.saida-footer-links .footer-link a:focus i {
  transform: translateX(3px);
}

/* Social, payment and legal strip shared by all store views. */
.page-footer .bottom-footer-wrapper:has(.saida-footer-payment) {
  background: var(--saida-footer-light-deep) !important;
  border-top: 1px solid var(--saida-footer-line) !important;
  color: var(--saida-footer-muted);
  overflow: visible;
  padding: 0 !important;
}

.page-footer .bottom-footer-wrapper:has(.saida-footer-payment) > .footer.content {
  background: transparent;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.page-footer .bottom-footer-wrapper:has(.saida-footer-payment) .block-static-block.widget,
.page-footer .bottom-footer-wrapper:has(.saida-footer-payment) .footer-custom-block {
  margin: 0;
  padding: 0;
  width: 100%;
}

.page-footer .bottom-footer-wrapper:has(.saida-footer-payment) .copyright {
  color: #77716a;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 1600px;
  padding: 14px 40px 0;
  width: 100%;
}

.saida-footer-payment {
  color: var(--saida-footer-muted);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 22px 0 20px;
  text-align: left;
  width: 100%;
}

.saida-footer-payment__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 46px;
  width: 100%;
}

.saida-footer-payment__main {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: 17px;
}

.saida-footer-payment__social-wrap {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.saida-footer-payment__label {
  color: var(--saida-footer-ink);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.saida-footer-payment__social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.page-footer .saida-footer-payment__social a {
  align-items: center;
  border: 1px solid #aaa39a;
  border-radius: 50%;
  color: #3b3936 !important;
  display: inline-flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  width: 36px;
}

.page-footer .saida-footer-payment__social a:hover,
.page-footer .saida-footer-payment__social a:focus {
  background: var(--saida-footer-accent);
  border-color: var(--saida-footer-accent);
  color: #fff !important;
  outline: none;
  transform: translateY(-2px);
}

.page-footer .saida-footer-payment__social a:focus-visible {
  box-shadow: 0 0 0 3px rgba(245, 128, 38, .3);
}

.saida-footer-payment__methods {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.saida-footer-payment__methods img {
  display: block;
  height: auto;
  max-width: 450px;
  width: min(100%, 450px);
}

.saida-footer-payment__legal {
  border-top: 1px solid var(--saida-footer-line);
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  padding-top: 15px;
  text-align: center;
}

.saida-footer-payment__legal p,
.saida-footer-payment__legal address {
  color: var(--saida-footer-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

.page-footer .saida-footer-payment__legal a {
  color: #403d39 !important;
  font-size: inherit;
  font-weight: 600;
  text-decoration: none;
}

.page-footer .saida-footer-payment__legal a:hover,
.page-footer .saida-footer-payment__legal a:focus {
  color: var(--saida-footer-accent-dark) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1100px) {
  .saida-footer-trust__inner {
    grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
    padding-left: 30px;
    padding-right: 30px;
  }

  .saida-footer-reviews {
    padding-right: 28px;
  }

  .saida-footer-review {
    padding-right: 20px;
  }

  .saida-footer-review + .saida-footer-review {
    padding-left: 22px;
  }

  .saida-footer-newsletter {
    padding-left: 32px;
  }

  .saida-footer-newsletter .block.newsletter .action.subscribe {
    min-width: 142px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .saida-footer-links__inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .saida-footer-links .footer-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .saida-footer-payment__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1020px) {
  .saida-footer-trust__inner {
    grid-template-columns: 1fr;
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .saida-footer-reviews {
    padding: 0 0 30px;
  }

  .saida-footer-newsletter {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .38);
    padding: 30px 0 0;
  }

  .saida-footer-links__inner {
    padding-bottom: 38px;
    padding-top: 38px;
  }

  .saida-footer-links .footer-box {
    padding-left: 22px;
    padding-right: 22px;
  }

  .saida-footer-payment__main {
    grid-template-columns: 1fr;
  }

  .saida-footer-payment__methods {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .saida-footer-links .showhide {
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  .saida-footer-trust__inner,
  .saida-footer-links__inner,
  .saida-footer-payment__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .saida-footer-eyebrow {
    margin-bottom: 17px;
  }

  .saida-footer-newsletter__title {
    font-size: 23px;
  }

  .saida-footer-newsletter__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .saida-footer-links__inner {
    display: block;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .saida-footer-links .footer-box,
  .saida-footer-links .footer-box:first-child,
  .saida-footer-links .footer-box:last-child {
    border-left: 0;
    border-top: 1px solid var(--saida-footer-line);
    padding: 0;
  }

  .saida-footer-links .footer-box:first-child {
    border-top: 0;
  }

  .page-footer .saida-footer-links .footer-box > .saida-footer-links__title {
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    min-height: 54px;
  }

  .saida-footer-links .footer-link {
    margin: 0;
  }

  .page-footer .saida-footer-links .footer-link a {
    font-size: 14px;
    min-height: 40px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .saida-footer-links .footer-link li:last-child {
    padding-bottom: 12px !important;
  }

  .saida-footer-payment {
    padding-bottom: 18px;
    padding-top: 20px;
  }

  .saida-footer-payment__main,
  .saida-footer-payment__social-wrap {
    justify-items: center;
    text-align: center;
  }

  .saida-footer-payment__social-wrap {
    flex-direction: column;
    gap: 11px;
  }

  .saida-footer-payment__social {
    justify-content: center;
  }

  .saida-footer-payment__methods {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .page-footer .bottom-footer-wrapper:has(.saida-footer-payment) .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .saida-footer-review__brand img {
    height: 26px;
    max-width: 125px;
  }

  .saida-footer-review {
    padding-right: 14px;
  }

  .saida-footer-review + .saida-footer-review {
    padding-left: 16px;
  }

  .saida-footer-newsletter .block.newsletter .form.subscribe {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .saida-footer-newsletter .block.newsletter .field.newsletter,
  .saida-footer-newsletter .block.newsletter .actions,
  .saida-footer-newsletter .block.newsletter .prgdpr-consent-checkboxes-block {
    grid-column: 1;
  }

  .saida-footer-newsletter .block.newsletter .field.newsletter {
    grid-row: 1;
  }

  .saida-footer-newsletter .block.newsletter .actions {
    grid-row: 2;
  }

  .saida-footer-newsletter .block.newsletter .prgdpr-consent-checkboxes-block {
    grid-row: 3;
    margin-top: 2px;
  }

  .saida-footer-newsletter .newsletter-wrapper .block.newsletter .action.subscribe {
    min-width: 0;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .saida-footer-trust__inner {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .saida-footer-reviews__grid {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .saida-footer-review,
  .saida-footer-review + .saida-footer-review {
    border-left: 0;
    padding: 0;
  }

  .saida-footer-review + .saida-footer-review {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 22px;
  }

  .saida-footer-review__rating {
    margin-top: 10px;
  }

  .saida-footer-payment__social {
    max-width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .saida-footer-review__action i,
  .saida-footer-links .footer-link a i,
  .page-footer .saida-footer-payment__social a {
    transition: none;
  }
}
