.sa-topbar {
  background: var(--sa-color-ink);
  color: var(--sa-color-surface);
  font-size: 0.875rem;
}

.sa-topbar__inner,
.sa-header__inner,
.sa-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sa-space-4);
}

.sa-topbar__inner {
  min-height: 36px;
}

.sa-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--sa-color-line);
  background: var(--sa-color-surface);
}

.sa-header__inner {
  min-height: 76px;
}

.sa-header__brand {
  flex: 0 0 auto;
}

.sa-logo,
.sa-logo-wrap a {
  color: var(--sa-color-ink);
  font-weight: 800;
  text-decoration: none;
}

.sa-header__nav {
  flex: 1 1 auto;
}

.sa-nav {
  display: flex;
  align-items: center;
  gap: var(--sa-space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-nav a,
.sa-header__action,
.sa-footer a,
.sa-social-links a {
  color: inherit;
  text-decoration: none;
}

.sa-nav a:focus-visible,
.sa-header__action:focus-visible,
.sa-footer a:focus-visible,
.sa-menu-toggle:focus-visible,
.sa-mobile-menu__close:focus-visible {
  outline: 2px solid var(--sa-color-accent);
  outline-offset: 3px;
}

.sa-header__actions {
  display: flex;
  align-items: center;
  gap: var(--sa-space-3);
}

.sa-header__action {
  font-size: 0.9375rem;
  font-weight: 700;
}

.sa-menu-toggle,
.sa-mobile-menu__close {
  display: none;
  border: 1px solid var(--sa-color-line);
  border-radius: var(--sa-radius-sm);
  background: var(--sa-color-surface);
  color: var(--sa-color-ink);
  cursor: pointer;
}

.sa-menu-toggle {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.sa-menu-toggle__bar {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.sa-mobile-menu[hidden] {
  display: none;
}

.sa-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgb(23 23 23 / 48%);
}

.sa-mobile-menu__panel {
  width: min(88vw, 380px);
  min-height: 100%;
  padding: var(--sa-space-5);
  background: var(--sa-color-surface);
  box-shadow: var(--sa-shadow-soft);
}

.sa-mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sa-space-4);
  margin-bottom: var(--sa-space-5);
}

.sa-mobile-menu__close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.sa-nav--mobile {
  align-items: stretch;
  flex-direction: column;
  gap: var(--sa-space-3);
}

.sa-mobile-menu__actions {
  margin-top: var(--sa-space-6);
}

.sa-footer {
  margin-top: var(--sa-space-7);
  border-top: 1px solid var(--sa-color-line);
  background: var(--sa-color-soft);
}

.sa-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sa-space-6);
  padding-block: var(--sa-space-7);
}

.sa-footer__title {
  margin: 0 0 var(--sa-space-4);
  font-size: 1rem;
}

.sa-footer__links,
.sa-social-links {
  display: grid;
  gap: var(--sa-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sa-space-2);
  margin-top: var(--sa-space-4);
}

.sa-trust-badge {
  border: 1px solid var(--sa-color-line);
  border-radius: var(--sa-radius-sm);
  padding: var(--sa-space-2) var(--sa-space-3);
  background: var(--sa-color-surface);
  font-size: 0.875rem;
  font-weight: 700;
}

.sa-footer__bottom {
  border-top: 1px solid var(--sa-color-line);
  color: var(--sa-color-muted);
  font-size: 0.875rem;
}

.sa-footer__bottom-inner {
  padding-block: var(--sa-space-4);
}

@media (max-width: 1024px) {
  .sa-topbar__inner,
  .sa-header__inner,
  .sa-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sa-header__inner {
    min-height: auto;
    padding-block: var(--sa-space-4);
  }

  .sa-header__nav,
  .sa-header__action {
    display: none;
  }

  .sa-menu-toggle {
    display: inline-flex;
  }

  .sa-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .sa-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Phase 13W JSON parity pass: visual-only header/footer shell. */
.sa-topbar {
  background: #111;
  color: #fff;
}

.sa-topbar a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.sa-header {
  border-bottom: 0;
  background: #fff001;
  color: #111;
  box-shadow: 0 8px 24px rgb(17 17 17 / 10%);
}

.sa-header__inner {
  display: grid;
  grid-template-columns: auto minmax(200px, 1fr) minmax(260px, 420px) auto;
  min-height: 92px;
  gap: var(--sa-space-4);
}

.sa-header__nav {
  min-width: 0;
}

.sa-nav--desktop {
  justify-content: center;
  gap: var(--sa-space-3);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sa-header-search {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
}

.sa-header-search input,
.sa-header-search button {
  min-height: 42px;
  border: 0;
  font: inherit;
}

.sa-header-search input {
  min-width: 0;
  padding: 0 var(--sa-space-4);
}

.sa-header-search button {
  padding: 0 var(--sa-space-4);
  background: #111;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.sa-header__actions {
  gap: var(--sa-space-2);
}

.sa-header-icon,
.sa-language-switch,
.sa-promo-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 2px solid #111;
  border-radius: 999px;
  padding: 0 var(--sa-space-3);
  background: #fff;
  color: #111;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sa-promo-button {
  background: #111;
  color: #fff;
}

.sa-header-icon__glyph {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.sa-header-icon__glyph--account {
  border: 2px solid currentColor;
  border-radius: 999px;
}

.sa-header-icon__glyph--account::after {
  position: absolute;
  right: -0.25rem;
  bottom: -0.38rem;
  left: -0.25rem;
  height: 0.45rem;
  border: 2px solid currentColor;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  content: "";
}

.sa-header-icon__glyph--cart {
  border: 2px solid currentColor;
  border-radius: 0.2rem;
}

.sa-header-icon__glyph--cart::before {
  position: absolute;
  top: -0.35rem;
  right: 0.15rem;
  left: 0.15rem;
  height: 0.45rem;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  content: "";
}

.sa-mega-menu {
  border-top: 2px solid #111;
  background: #111;
  color: #fff;
}

.sa-mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--sa-space-4);
  padding-block: var(--sa-space-4);
}

.sa-mega-menu__section {
  border: 1px solid rgb(255 240 1 / 30%);
  border-radius: var(--sa-radius-sm);
  padding: var(--sa-space-3);
  background: rgb(255 255 255 / 5%);
}

.sa-mega-menu__title {
  display: block;
  margin-bottom: var(--sa-space-3);
  color: #fff001;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.sa-mega-menu__groups {
  display: grid;
  gap: var(--sa-space-3);
}

.sa-mega-menu__group h2 {
  margin: 0 0 var(--sa-space-2);
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.sa-mega-menu__group ul,
.sa-mobile-accordion ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-mega-menu__group a,
.sa-mobile-accordion a {
  color: inherit;
  text-decoration: none;
}

.sa-mega-menu__group a {
  color: rgb(255 255 255 / 82%);
  font-size: 0.88rem;
}

.sa-mobile-menu {
  background: rgb(0 0 0 / 72%);
}

.sa-mobile-menu__panel {
  width: min(100vw, 440px);
  background: #fff001;
  color: #111;
}

.sa-mobile-menu__search {
  margin-block: var(--sa-space-4);
}

.sa-mobile-menu__accordions {
  display: grid;
  gap: var(--sa-space-3);
}

.sa-mobile-accordion {
  border: 2px solid #111;
  border-radius: var(--sa-radius-sm);
  background: #fff;
}

.sa-mobile-accordion summary {
  cursor: pointer;
  padding: var(--sa-space-3);
  font-weight: 900;
  text-transform: uppercase;
}

.sa-mobile-accordion__group {
  padding: 0 var(--sa-space-3) var(--sa-space-3);
}

.sa-mobile-accordion__group strong {
  display: block;
  margin-bottom: var(--sa-space-2);
}

.sa-mobile-menu__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sa-space-2);
}

.sa-footer {
  margin-top: var(--sa-space-7);
  border-top: 0;
  background: #000;
  color: #fff;
}

.sa-footer__grid {
  grid-template-columns: 1.1fr 1fr 0.8fr 0.9fr;
  align-items: start;
}

.sa-footer__title {
  color: #fff001;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sa-footer__column p {
  margin: 0 0 var(--sa-space-2);
  color: rgb(255 255 255 / 82%);
}

.sa-footer__logo {
  margin-bottom: var(--sa-space-4);
}

.sa-footer__logo .sa-logo,
.sa-footer__logo .sa-logo-wrap a,
.sa-footer .custom-logo-link {
  color: #fff;
}

.sa-footer a {
  color: #fff;
}

.sa-footer__links a,
.sa-social-links a {
  color: rgb(255 255 255 / 82%);
}

.sa-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sa-space-2);
  margin: var(--sa-space-4) 0 0;
  padding: 0;
  list-style: none;
}

.sa-payment-badges li,
.sa-trustpilot-shell {
  border: 1px solid rgb(255 240 1 / 40%);
  border-radius: var(--sa-radius-sm);
  padding: var(--sa-space-2) var(--sa-space-3);
  background: rgb(255 255 255 / 6%);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.sa-trustpilot-shell {
  display: grid;
  gap: 0.2rem;
  margin-top: var(--sa-space-4);
}

.sa-trustpilot-shell span {
  color: rgb(255 255 255 / 72%);
  font-weight: 500;
}

.sa-footer__mobile {
  display: none;
}

.sa-footer__bottom {
  border-top: 1px solid rgb(255 255 255 / 14%);
  color: rgb(255 255 255 / 62%);
}

@media (max-width: 1180px) {
  .sa-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .sa-header-search {
    grid-column: 1 / -1;
    order: 5;
  }

  .sa-mega-menu__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .sa-topbar__inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sa-header__inner {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .sa-header-search,
  .sa-mega-menu,
  .sa-header__nav,
  .sa-header__actions > .sa-header-icon,
  .sa-header__actions > .sa-language-switch,
  .sa-header__actions > .sa-promo-button {
    display: none;
  }

  .sa-menu-toggle {
    display: inline-flex;
    margin-left: auto;
    border-color: #111;
    background: #fff;
  }

  .sa-footer__grid {
    display: none;
  }

  .sa-footer__mobile {
    display: block;
  }

  .sa-footer__mobile-inner {
    display: grid;
    gap: var(--sa-space-4);
    padding-block: var(--sa-space-6);
  }

  .sa-footer__mobile nav,
  .sa-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sa-space-3);
  }
}

@media (max-width: 640px) {
  .sa-topbar__inner {
    font-size: 0.8rem;
  }

  .sa-mobile-menu__panel {
    width: 100vw;
  }

  .sa-header-icon,
  .sa-language-switch,
  .sa-promo-button {
    width: auto;
  }
}

/* Phase 14I visual parity sprint: keep the PHP header compact like the Elementor baseline. */
.sa-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff001;
}

.sa-header__inner {
  min-height: 64px;
  padding-block: 0.35rem;
}

.sa-header .custom-logo,
.sa-header .sa-logo img,
.sa-header__brand img {
  display: block;
  width: auto;
  max-width: 112px;
  max-height: 54px;
  object-fit: contain;
}

.sa-header__brand {
  display: flex;
  align-items: center;
  min-width: 94px;
}

.sa-header-search {
  max-width: 430px;
  justify-self: center;
}

.sa-header-search input,
.sa-header-search button {
  min-height: 34px;
  font-size: 0.86rem;
}

.sa-nav--desktop {
  gap: 0.65rem;
  font-size: 0.78rem;
  line-height: 1.05;
}

.sa-header-icon,
.sa-language-switch,
.sa-promo-button {
  min-height: 32px;
  padding-inline: 0.65rem;
  font-size: 0.72rem;
}

.sa-mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  box-shadow: 0 18px 30px rgb(0 0 0 / 18%);
}

.sa-header:hover .sa-mega-menu,
.sa-header:focus-within .sa-mega-menu,
.sa-header.is-mega-open .sa-mega-menu {
  display: block;
}

.sa-mega-menu__inner {
  max-width: 1180px;
  padding-block: 1rem;
}

.sa-mega-menu__section {
  min-height: 250px;
  border-radius: 0;
  background: #1a1a1a;
}

.sa-mega-menu__group h2 {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.sa-mega-menu__group a {
  color: #16a34a;
  font-size: 0.8rem;
  font-weight: 700;
}

.sa-footer {
  margin-top: 0;
  background: #000;
}

.sa-footer__grid {
  padding-block: 2.4rem;
}

@media (max-width: 900px) {
  .sa-header {
    position: sticky;
  }

  .sa-header__inner {
    min-height: 62px;
    padding-block: 0.45rem;
  }

  .sa-header .custom-logo,
  .sa-header .sa-logo img,
  .sa-header__brand img {
    max-width: 88px;
    max-height: 44px;
  }

  .sa-header__brand {
    min-width: auto;
  }

  .sa-topbar__inner {
    min-height: 30px;
    gap: 0.75rem;
    font-size: 0.72rem;
    line-height: 1.1;
  }
}

/* Phase 14I correction: do not expose mega menu on generic header hover. */
.sa-header:hover .sa-mega-menu,
.sa-header:focus-within .sa-mega-menu {
  display: none;
}

.sa-header.is-mega-open .sa-mega-menu {
  display: block;
}

@supports selector(.sa-header:has(.sa-header__nav:hover)) {
  .sa-header:has(.sa-header__nav:hover) .sa-mega-menu,
  .sa-header:has(.sa-mega-menu:hover) .sa-mega-menu {
    display: block;
  }
}

/* Elementor header/footer PHP parity pass. */
.sa-elementor-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border: 0;
  background: #f5f5f5;
  color: #111;
  box-shadow: none;
}

.sa-header__main {
  background: #fff001;
}

.sa-header__main-inner {
  display: grid;
  width: 100%;
  min-height: 100px;
  grid-template-columns: minmax(112px, 0.58fr) minmax(260px, 430px) minmax(320px, 1fr) auto;
  gap: clamp(0.55rem, 1vw, 1.15rem);
  align-items: center;
  padding: 0 3%;
}

.sa-header__burger {
  display: none;
}

.sa-header__brand {
  display: flex;
  min-width: 0;
  align-items: center;
}

.sa-header__brand .custom-logo-link,
.sa-header__brand .custom-logo,
.sa-header__brand img {
  display: block;
  width: auto !important;
  max-width: 118px !important;
  max-height: 70px !important;
  object-fit: contain;
}

.sa-header-search--elementor {
  display: block;
  width: min(100%, 430px);
  max-width: 430px !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sa-header-search--elementor input {
  width: 100%;
  min-height: 40px !important;
  border: 0;
  border-radius: 0;
  padding: 0.2rem 0.9rem;
  background: #fff;
  color: #111;
  font-size: 0.95rem;
  font-weight: 400;
}

.sa-header-search--elementor button {
  display: none;
}

.sa-header__quick {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.05rem !important;
  white-space: nowrap;
}

.sa-header__quick a,
.sa-header__right a {
  color: #111;
  font-size: 0.72rem !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.sa-header__preview {
  max-width: none;
  white-space: nowrap;
}

.sa-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 1vw, 1.1rem);
}

.sa-header__language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sa-header__cart {
  display: grid;
  min-width: 58px;
  justify-items: center;
  gap: 0.15rem;
}

.sa-header__cart-count {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.sa-header__cart-label {
  font-size: 0.68rem;
}

.sa-header__categories {
  min-height: 116px;
  background: #f5f5f5;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
}

.sa-header__categories-inner {
  display: grid;
  min-height: 116px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.sa-header__categories a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 0.45rem !important;
  border-left: 1px solid rgb(0 0 0 / 8%);
  color: #111;
  font-size: 0.68rem !important;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sa-header__categories a:last-child {
  border-right: 1px solid rgb(0 0 0 / 8%);
}

.sa-header__categories a:hover,
.sa-header__categories a:focus-visible {
  background: #fff001;
}

.sa-elementor-header .sa-mega-menu {
  top: 100%;
  border-top: 0;
  background: #111;
}

.sa-elementor-header .sa-mega-menu__section {
  border-color: rgb(255 255 255 / 18%);
  background: #111;
}

.sa-elementor-footer {
  margin-top: 0;
  background: #000;
  color: #fff;
}

.sa-footer__desktop {
  min-height: 50vh;
  padding: 4%;
}

.sa-elementor-footer .sa-footer__grid {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.sa-elementor-footer .sa-footer__column {
  min-width: 0;
  padding: 0 4%;
}

.sa-elementor-footer .sa-footer__title,
.sa-footer__terms,
.sa-footer__privacy {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 1.75vw, 1.38rem);
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}

.sa-footer__divider {
  display: block;
  width: 53%;
  height: 2px;
  margin: 0.45rem 0 clamp(1.4rem, 2vw, 2rem);
  background: #fff;
}

.sa-elementor-footer p,
.sa-elementor-footer .sa-footer__links a {
  color: #fff;
  font-size: clamp(1rem, 1.75vw, 1.38rem);
  font-weight: 100;
  line-height: 1.28;
  text-decoration: none;
}

.sa-elementor-footer p {
  margin: 0 0 0.95rem;
}

.sa-footer__social {
  margin-top: clamp(1.6rem, 2.5vw, 2.4rem);
}

.sa-footer__social .sa-social-links {
  display: flex;
  gap: 1rem;
}

.sa-footer__social .sa-social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  color: transparent;
  font-size: 0;
}

.sa-footer__social .sa-social-links a::first-letter {
  color: transparent;
}

.sa-footer__social .sa-social-links a::before {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sa-footer__social .sa-social-links li:nth-child(1) a::before {
  content: "IG";
}

.sa-footer__social .sa-social-links li:nth-child(2) a::before {
  content: "FB";
}

.sa-footer__social .sa-social-links li:nth-child(3) a::before {
  content: "TP";
}

.sa-footer__column--company {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.sa-footer__terms {
  margin-bottom: clamp(1.4rem, 2vw, 2.2rem);
}

.sa-footer__mark {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: clamp(1.2rem, 2vw, 2rem);
  object-fit: contain;
}

.sa-footer__company-text {
  max-width: 330px;
}

.sa-footer__links {
  display: grid;
  gap: 0.65rem;
  margin-bottom: clamp(1.8rem, 2.8vw, 2.5rem);
}

.sa-footer__mobile,
.sa-footer__bottom {
  display: none;
}

@media (max-width: 1100px) {
  .sa-header__main-inner {
    grid-template-columns: 120px minmax(220px, 1fr) auto;
  }

  .sa-header__quick {
    grid-column: 1 / -1;
    padding-bottom: 0.7rem;
  }

  .sa-header__right {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 900px) {
  .sa-header__main-inner {
    min-height: 70px;
    grid-template-columns: 42px 1fr 42px;
    padding: 2%;
  }

  .sa-header__burger,
  .sa-menu-toggle.sa-header__burger {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
  }

  .sa-header__brand {
    justify-content: center;
  }

  .sa-header__brand .custom-logo-link,
  .sa-header__brand .custom-logo,
  .sa-header__brand img {
    max-width: 102px !important;
    max-height: 52px !important;
  }

  .sa-header-search--elementor,
  .sa-header__quick,
  .sa-header__categories,
  .sa-header__right .sa-header__language,
  .sa-header__cart-label {
    display: none;
  }

  .sa-header__right {
    grid-column: 3;
    grid-row: 1;
  }

  .sa-header__cart {
    min-width: 34px;
  }

  .sa-header__cart-count {
    width: 28px;
    height: 28px;
  }

  .sa-footer__desktop {
    display: none;
  }

  .sa-elementor-footer .sa-footer__mobile {
    display: block !important;
  }

  .sa-footer__mobile-inner {
    display: grid !important;
    gap: 1.6rem !important;
    padding: 2.2rem 1.4rem !important;
  }

  .sa-footer__mobile-links {
    display: grid;
    gap: 0.7rem;
  }

  .sa-footer__mobile-links a {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
  }

  .sa-elementor-footer p,
  .sa-elementor-footer .sa-footer__links a {
    font-size: 1rem;
  }
}

/* Reference footer used globally across the site. */
.sa-footer.sa-elementor-footer.sa-footer-reference {
  margin-top: 0 !important;
  overflow: hidden !important;
  background: #10291d !important;
  color: #f7f5ee !important;
  font-family: AvenirNextLTPro, Avenir, Arial, sans-serif !important;
}

.sa-footer-reference *,
.sa-footer-reference *::before,
.sa-footer-reference *::after {
  box-sizing: border-box;
}

.sa-footer-reference a {
  color: inherit !important;
  text-decoration: none !important;
}

.sa-footer-reference__newsletter {
  padding: clamp(68px, 7vw, 108px) 24px clamp(64px, 6vw, 96px) !important;
  border-top: 2px solid #10291d !important;
  background: #ffd400 !important;
  color: #10291d !important;
  text-align: center !important;
}

.sa-footer-reference__newsletter-inner {
  width: min(100%, 820px) !important;
  margin: 0 auto !important;
}

body .sa-footer-reference .sa-footer-reference__newsletter h2 {
  margin: 0 0 12px !important;
  color: #10291d !important;
  font-family: "Avenir bold", AvenirNextLTPro, Avenir, Arial, sans-serif !important;
  font-size: clamp(34px, 4.2vw, 62px) !important;
  font-weight: 950 !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body .sa-footer-reference .sa-footer-reference__newsletter p {
  margin: 0 0 28px !important;
  color: #10291d !important;
  font-size: clamp(18px, 1.5vw, 23px) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

.sa-footer-reference__newsletter p strong {
  display: inline-block !important;
  padding: 2px 12px 3px !important;
  border-radius: 999px !important;
  background: #21783a !important;
  color: #fff !important;
  font-family: "Avenir bold", AvenirNextLTPro, Avenir, Arial, sans-serif !important;
  font-weight: 950 !important;
}

.sa-footer-reference__form {
  display: grid !important;
  width: min(100%, 680px) !important;
  grid-template-columns: minmax(0, 1fr) 150px !important;
  gap: 14px !important;
  margin: 0 auto 18px !important;
}

.sa-footer-reference__form input[type="email"] {
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 26px !important;
  border: 3px solid #10291d !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #10291d !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  box-shadow: none !important;
}

.sa-footer-reference__form button {
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #10291d !important;
  color: #ffd400 !important;
  font-family: "Avenir bold", AvenirNextLTPro, Avenir, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

.sa-footer-reference__consent {
  display: flex !important;
  grid-column: 1 / -1 !important;
  align-items: flex-start !important;
  gap: 9px !important;
  color: #526056 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.sa-footer-reference__consent input {
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.sa-footer .sa-footer-reference__consent a {
  color: #123720 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

.sa-footer-reference__newsletter-notice {
  width: min(100%, 680px) !important;
  margin: 0 auto 16px !important;
  color: #245d2c !important;
  font-weight: 850 !important;
}

.sa-footer-reference__newsletter-notice--error {
  color: #8a1f11 !important;
}

.sa-footer-reference__newsletter small {
  display: block !important;
  color: #526056 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.sa-footer-reference__main {
  padding: clamp(76px, 7vw, 112px) 24px clamp(86px, 8vw, 132px) !important;
  background: #10291d !important;
  color: #f7f5ee !important;
}

.sa-footer-reference__grid {
  display: grid !important;
  width: min(100% - 56px, 1480px) !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(220px, 1.25fr) minmax(150px, 0.8fr) minmax(190px, 0.85fr) minmax(220px, 1fr) !important;
  gap: clamp(56px, 8vw, 140px) !important;
  align-items: start !important;
}

.sa-footer-reference__logo {
  width: 128px !important;
  margin: 0 0 34px !important;
}

.sa-footer-reference__logo .sa-logo-wrap,
.sa-footer-reference__logo .custom-logo-link {
  display: block !important;
}

.sa-footer-reference__logo img,
.sa-footer-reference__logo .custom-logo {
  display: block !important;
  width: auto !important;
  max-width: 128px !important;
  max-height: 86px !important;
  object-fit: contain !important;
}

.sa-footer-reference__brand p,
.sa-footer-reference__column p,
.sa-footer-reference__column a {
  margin: 0 !important;
  color: #d4ded6 !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

.sa-footer-reference__brand p + p {
  margin-top: 2px !important;
}

.sa-footer-reference__column {
  display: grid !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.sa-footer-reference__column h2 {
  margin: 0 0 14px !important;
  color: #ffd400 !important;
  font-family: "Avenir bold", AvenirNextLTPro, Avenir, Arial, sans-serif !important;
  font-size: clamp(15px, 1.2vw, 19px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
}

.sa-footer-reference__column--contact p:last-child {
  color: #aebfb4 !important;
}

.sa-footer-reference__bottom {
  display: flex !important;
  min-height: 66px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding: 0 clamp(24px, 5vw, 88px) !important;
  background: #10291d !important;
  color: #aebfb4 !important;
}

.sa-footer-reference__bottom p {
  margin: 0 !important;
  color: #aebfb4 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.sa-footer-reference__bottom ul {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sa-footer-reference__bottom li {
  display: inline-flex !important;
  min-height: 20px !important;
  align-items: center !important;
  padding: 2px 8px !important;
  border-radius: 5px !important;
  background: rgb(255 255 255 / 14%) !important;
  color: #e6eee8 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

@media (max-width: 980px) {
  .sa-footer-reference__newsletter {
    padding: 54px 18px 58px !important;
  }

  .sa-footer-reference__form {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
  }

  .sa-footer-reference__grid {
    width: min(100%, 680px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 44px 34px !important;
  }

  .sa-footer-reference__brand {
    grid-column: 1 / -1 !important;
  }

  .sa-footer-reference__bottom {
    min-height: auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

@media (max-width: 640px) {
  .sa-footer-reference__newsletter h2 {
    font-size: clamp(30px, 11vw, 42px) !important;
  }

  .sa-footer-reference__grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .sa-footer-reference__logo {
    margin-bottom: 22px !important;
  }

  .sa-footer-reference__bottom ul {
    flex-wrap: wrap !important;
  }
}

/* Global WhatsApp shortcut. Its stacking level stays below the product sticky cart (z-index: 120). */
.sa-whatsapp-float {
  position: fixed;
  z-index: 100;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  filter: drop-shadow(0 5px 12px rgb(16 41 29 / 22%));
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.sa-whatsapp-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sa-whatsapp-float:hover {
  transform: translateY(-2px) scale(1.04);
}

.sa-whatsapp-float:focus-visible {
  outline: 3px solid #10291d;
  outline-offset: 4px;
}

body.sa-product-sticky-cart-visible .sa-whatsapp-float {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.92);
}

@media (max-width: 640px) {
  .sa-whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-whatsapp-float {
    transition: none;
  }
}
