/**
 * ISACCO | Custom — Footer ISACCO e relativi componenti (orari, pagamenti, newsletter).
 * Estratto dal precedente concept.css in 2.28.73 senza cambiare le dichiarazioni.
 */

.isacco-concept-footer-socials a {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  text-decoration: none;
}

.isacco-concept-footer-socials svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.isacco-concept-footer-socials .isacco-icon-fill,
.isacco-concept-footer-socials .isacco-google-icon {
  fill: currentColor;
  stroke: none;
}

.isacco-concept-location-address h2,
.isacco-concept-hours-heading h2 {
  margin: 7px 0 9px;
  color: var(--isacco-concept-orange);
  font:
    400 clamp(27px, 3vw, 42px) / 1.08 "Hammersmith One",
    Montserrat,
    sans-serif;
  letter-spacing: -0.025em;
}

.isacco-concept-hours-heading {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  margin-bottom: 18px;
}

.isacco-concept-hours-heading .isacco-concept-section-index {
  width: 34px;
  height: 34px;
}

.isacco-concept-hours-heading h2 {
  margin-top: 5px;
  font-size: 30px;
}

.isacco-concept-footer {
  position: relative;
  margin: 16px 8px 8px;
  overflow: hidden;
  border-radius: var(--isacco-concept-radius);
  background: var(--isacco-concept-dark);
  color: var(--isacco-concept-light);
  font:
    12px/1.55 Montserrat,
    Arial,
    sans-serif;
}

.isacco-concept-footer a {
  color: #fff;
  text-decoration: none;
}

.isacco-concept-footer a:hover {
  color: var(--isacco-concept-orange);
}

.isacco-concept-footer-head {
  position: relative;
  min-height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 16px max(34px, calc((100% - var(--isacco-concept-width)) / 2 + 34px));
  border-bottom: 0;
  background: var(--isacco-concept-brown);
}

.isacco-concept-footer-signature {
  display: flex;
  align-items: center;
  gap: 20px;
}

.isacco-concept-footer-year {
  color: var(--isacco-concept-orange);
  font:
    400 59px/0.8 "Hammersmith One",
    Montserrat,
    sans-serif;
  letter-spacing: -0.06em;
}

.isacco-concept-footer-signature > span:last-child {
  display: grid;
  gap: 4px;
}

.isacco-concept-footer-signature strong {
  font:
    400 18px "Hammersmith One",
    Montserrat,
    sans-serif;
  letter-spacing: 0.08em;
}

.isacco-concept-footer-signature small {
  color: #e4d8d1;
  font-size: 11px;
}

.isacco-concept-footer a.isacco-concept-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--isacco-concept-brown);
  border-radius: 50%;
  background: #fff;
  color: var(--isacco-concept-orange);
  box-shadow: 0 8px 22px rgba(54, 47, 45, .12);
  text-decoration: none;
}

.isacco-concept-footer a.isacco-concept-back-top:hover,
.isacco-concept-footer a.isacco-concept-back-top:focus-visible {
  border-color: var(--isacco-concept-orange);
  background: #fff;
  color: var(--isacco-concept-orange);
}

.isacco-concept-back-top span {
  display: block;
  color: inherit;
  font: 400 20px/1 Arial, sans-serif;
}

.isacco-concept-footer-grid {
  max-width: var(--isacco-concept-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 1.05fr 1.35fr;
  gap: 0;
  padding: 28px 34px 26px;
}

.isacco-concept-footer-grid > section {
  position: relative;
  min-width: 0;
  padding: 0 29px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.isacco-concept-footer-grid > section:first-child {
  padding-left: 0;
}

.isacco-concept-footer-grid > section:last-child {
  padding-right: 0;
  border-right: 0;
}

.isacco-concept-footer-index {
  position: absolute;
  top: -8px;
  right: 25px;
  margin: 0;
  color: rgba(246, 159, 22, 0.32);
  font:
    400 38px "Hammersmith One",
    Montserrat,
    sans-serif;
}

.isacco-concept-footer h2 {
  position: relative;
  margin: 0 0 15px;
  color: var(--isacco-concept-orange);
  font:
    400 16px "Hammersmith One",
    Montserrat,
    sans-serif;
  letter-spacing: 0.07em;
}

.woocommerce-account .isacco-concept-footer h2 {
  margin: 0 0 15px !important;
  color: var(--isacco-concept-orange) !important;
  font: 400 16px/normal "Hammersmith One", Montserrat, sans-serif !important;
  letter-spacing: 0.07em !important;
  text-transform: none !important;
}

.isacco-concept-footer h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 7px;
  background: var(--isacco-concept-orange);
}

.isacco-concept-footer h3 {
  margin: 13px 0 7px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.isacco-concept-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.isacco-concept-footer li {
  margin-bottom: 7px;
}

.isacco-concept-footer-socials {
  display: flex;
  gap: 24px;
  margin-top: 14px;
}

.isacco-concept-hours p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 4px 0;
  border-bottom: 0;
}

.isacco-concept-hours span {
  color: #d7d0cc;
  text-align: right;
}

.isacco-concept-hours .is-today {
  margin-inline: -8px;
  padding-inline: 8px;
  border-radius: 3px 12px 3px 12px;
  background: rgba(246, 159, 22, 0.16);
  box-shadow: inset 3px 0 0 var(--isacco-concept-orange);
  font-weight: 700;
}

.isacco-concept-hours .is-today strong,
.isacco-concept-hours .is-today span {
  color: var(--isacco-concept-orange);
  font-weight: 700;
}

.isacco-concept-hours .is-today small {
  margin-left: 6px;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.isacco-concept-hours .is-special-day small {
  color: #fff;
}

.isacco-concept-payments {
  display: grid;
  grid-template-columns: repeat(3, minmax(52px, 1fr));
  gap: 6px;
}

.isacco-concept-payments span {
  display: grid;
  place-items: center;
  min-height: 34px;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
}

.isacco-concept-payments img {
  display: block;
  width: 100%;
  height: auto;
}

.isacco-concept-poste {
  display: block;
  width: 154px;
  max-width: 100%;
  height: auto;
  background: transparent;
}

.isacco-concept-newsletter > p:not(.isacco-concept-footer-index) {
  max-width: 290px;
  color: #ddd4d0;
}

.isacco-concept-newsletter form {
  position: relative;
  margin: 12px 0 0 !important;
}

.isacco-concept-newsletter input {
  width: 100%;
  height: 43px;
  padding: 0 110px 0 15px !important;
  border: 0 !important;
  border-radius: 5px 22px 22px 5px !important;
  background: #fff !important;
}

.isacco-concept-newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px !important;
  height: 43px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--isacco-concept-orange) !important;
  color: #fff !important;
  font-weight: 700;
}

.isacco-concept-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 0;
}

.isacco-concept-reviews span {
  display: grid;
}

.isacco-concept-reviews strong {
  color: var(--isacco-concept-orange);
  font:
    400 28px "Hammersmith One",
    Montserrat,
    sans-serif;
}

.isacco-concept-reviews small {
  font-size: 9px;
  letter-spacing: 0.05em;
}

.isacco-concept-reviews img {
  width: 105px;
  max-width: 45%;
}

.isacco-concept-footer-legal {
  display: grid;
  gap: 10px;
  padding: 12px max(34px, calc((100% - var(--isacco-concept-width)) / 2 + 34px));
  border-top: 0;
  background: #2d2826;
  font-size: 10.5px;
}

.isacco-concept-footer-legal nav,
.isacco-concept-footer-legal p {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
  text-align: center;
}

.isacco-concept-footer-legal nav a {
  color: #dcd5d1;
}

@media (max-width: 1080px) {
.isacco-concept-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 0;
  }

.isacco-concept-footer-grid > section:nth-child(2) {
    border-right: 0;
  }

.isacco-concept-footer-grid > section:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 780px) {
.isacco-concept-footer {
    margin: 8px 6px 6px;
    border-radius: 20px;
  }

.isacco-concept-footer-head {
    display: grid;
    justify-items: center;
    padding: 20px;
    text-align: center;
  }

.isacco-concept-footer-signature {
    display: grid;
    justify-items: center;
    gap: 10px;
  }

.isacco-concept-footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 24px 20px;
  }

.isacco-concept-footer-grid > section,
.isacco-concept-footer-grid > section:first-child,
.isacco-concept-footer-grid > section:nth-child(3) {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
  }

.isacco-concept-footer-grid > section:last-child {
    padding: 22px 0;
    border-right: 0;
    text-align: center;
  }

.isacco-concept-footer-grid > section:last-child {
    border-bottom: 0;
  }

.isacco-concept-footer-index {
    right: 0;
  }

.isacco-concept-footer h2::after {
    margin-inline: auto;
  }

.isacco-concept-footer-socials {
    justify-content: center;
  }

.isacco-concept-payments {
    max-width: 260px;
    margin-inline: auto;
  }

.isacco-concept-poste,
.isacco-concept-newsletter > p:not(.isacco-concept-footer-index) {
    margin-inline: auto;
  }

.isacco-concept-reviews {
    max-width: 310px;
    margin-inline: auto;
  }

.isacco-concept-footer-legal {
    padding: 16px 18px;
  }

.isacco-concept-footer-legal nav,
.isacco-concept-footer-legal p {
    flex-wrap: wrap;
    gap: 9px 15px;
  }
}

@media (max-width: 780px) {
.isacco-concept-hours-heading {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

.isacco-concept-hours-heading h2 {
    font-size: 27px;
  }

.isacco-concept-hours p {
    max-width: 310px;
    margin-inline: auto;
  }
}

.isacco-concept-footer .isacco-concept-payments {
  grid-template-columns: repeat(3, 64px);
}

.isacco-concept-footer .isacco-concept-payments span {
  min-height: 30px;
}

@media (max-width: 780px) {
.isacco-concept-footer .isacco-concept-payments {
    max-width: 202px;
  }
}

body .isacco-concept-footer h2,
body.woocommerce .isacco-concept-footer h2,
body.woocommerce-page .isacco-concept-footer h2 {
  margin: 0 0 15px !important;
  color: var(--isacco-concept-orange) !important;
  font: 400 16px/normal "Hammersmith One", Montserrat, sans-serif !important;
  letter-spacing: .07em !important;
  text-transform: none !important;
}

body .isacco-concept-footer h3,
body.woocommerce .isacco-concept-footer h3,
body.woocommerce-page .isacco-concept-footer h3 {
  margin: 13px 0 7px !important;
  color: #fff !important;
  font: 700 10px/1.35 Montserrat, sans-serif !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body .isacco-concept-footer .isacco-concept-payments {
  display: flex;
  max-width: none;
  align-items: center;
}

body .isacco-concept-footer .isacco-concept-payments span {
  width: auto;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: visible;
}

body .isacco-concept-footer .isacco-concept-payments img {
  width: auto !important;
  object-fit: contain;
}

@media (max-width: 780px) {
body .isacco-concept-footer .isacco-concept-payments {
    justify-content: center;
  }
}

body .isacco-concept-footer .isacco-concept-payments { gap: 9px; }

body .isacco-concept-footer .isacco-concept-payments img {
  max-width: 54px !important;
  height: 23px !important;
}

@media (min-width:1081px) {
.isacco-concept-footer-grid {
    grid-template-columns:1.05fr 1.15fr 1.05fr 1.35fr;
  }

.isacco-concept-hours span { white-space:nowrap; }
}

@media (max-width:780px) {
.isacco-concept-footer-head {
    display:flex;
    min-height:0;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    padding:16px 18px;
    text-align:left;
  }

.isacco-concept-footer-signature {
    display:flex;
    min-width:0;
    flex:1 1 auto;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
  }

.isacco-concept-footer-year {
    flex:0 0 auto;
    font-size:44px;
  }

.isacco-concept-footer-signature > span:last-child {
    min-width:0;
    gap:2px;
  }

.isacco-concept-footer-signature strong {
    font-size:12px;
    line-height:1.15;
    letter-spacing:.07em;
  }

.isacco-concept-footer-signature small {
    font-size:9px;
    line-height:1.25;
  }

.isacco-concept-back-top {
    width:40px;
    height:40px;
  }

.isacco-concept-back-top span {
    font-size:18px;
  }

.isacco-concept-hours p {
    width:100%;
    max-width:310px;
    margin-inline:auto;
    padding-inline:8px;
    box-sizing:border-box;
  }

.isacco-concept-hours .is-today {
    margin-inline:auto !important;
    padding-inline:8px;
  }
}

@media (max-width: 780px) {
.isacco-concept-footer {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

.isacco-concept-footer h2 {
    font-size: 18px !important;
  }

.isacco-concept-footer h3 {
    font-size: 12px !important;
  }

.isacco-concept-footer :is(li,p,a,span,small) {
    line-height: 1.5;
  }

.isacco-concept-hours p {
    max-width: 340px !important;
    gap: 9px !important;
  }

.isacco-concept-hours p > strong,
  .isacco-concept-hours p > span {
    white-space: nowrap !important;
  }

.isacco-concept-hours p > strong {
    font-size: 14px !important;
  }

.isacco-concept-hours p > span {
    font-size: 13.5px !important;
  }

.isacco-concept-footer-signature strong {
    font-size: 12px !important;
  }

.isacco-concept-footer-signature small,
  .isacco-concept-back-top {
    font-size: 9px !important;
  }
}

/* 2.28.86 — Newsletter footer: feedback esplicito, senza honeypot autofillabile. */
.isacco-concept-newsletter .isacco-newsletter-response {
  min-height: 0;
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
}

.isacco-concept-newsletter .isacco-newsletter-response:empty {
  display: none;
}

.isacco-concept-newsletter .isacco-newsletter-response[data-state="success"],
.isacco-concept-newsletter .isacco-newsletter-response.is-confirmed {
  color: #f1f2f1;
}

.isacco-concept-newsletter .isacco-newsletter-response[data-state="error"],
.isacco-concept-newsletter .isacco-newsletter-response.is-error {
  color: #f1f2f1;
}

.isacco-concept-newsletter .isacco-newsletter-privacy {
  margin: 7px 0 0;
  font-size: 10px;
  line-height: 1.45;
  color: #ddd4d0;
}

.isacco-concept-newsletter .isacco-newsletter-privacy a {
  color: #f69f16;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.isacco-concept-newsletter .isacco-newsletter-unavailable {
  margin-top: 12px;
  font-size: 11px;
  color: #ddd4d0;
}

@media (max-width: 780px) {
  .isacco-concept-back-top {
    bottom: 12px;
  }
}
