@import url("/assets/css/fonts.css?v=20260716-10");

:root {
  --template-blue: #183fad;
  --template-blue-soft: #4565bc;
  --template-yellow: #f1bf0a;
  --template-card: #e9ecf6;
  --template-card-accent: #abb9de;
  --site-page: #ffffff;
  --site-surface: #ffffff;
  --site-surface-soft: #f5f7fc;
  --site-ink: #090909;
  --site-muted: #565b69;
  --site-line: color-mix(in srgb, var(--template-blue) 14%, #dbe1ef);
}

[class~="bg-[#183fad]"] {
  background-color: var(--template-blue) !important;
}

[class~="text-[#183fad]"] {
  color: var(--template-blue) !important;
}

[class~="after:bg-[#183fad]"]::after,
[class~="before:bg-[#183fad]"]::before {
  background-color: var(--template-blue) !important;
}

[class~="bg-[#4565bc]"] {
  background-color: var(--template-blue-soft) !important;
}

[class~="bg-[#F1BF0A]"] {
  background-color: var(--template-yellow) !important;
}

[class~="text-[#F1BF0A]"] {
  color: var(--template-yellow) !important;
}

[class~="hover:text-[#F1BF0A]"]:hover {
  color: var(--template-yellow) !important;
}

[class~="border-[#F1BF0A]"] {
  border-color: var(--template-yellow) !important;
}

[class~="bg-[#e9ecf6]"] {
  background-color: var(--template-card) !important;
}

[class~="after:bg-[#e9ecf6]"]::after {
  background-color: var(--template-card) !important;
}

[class~="bg-[#abb9de]"] {
  background-color: var(--template-card-accent) !important;
}

@media (min-width: 640px) {
  [class~="sm:bg-[#183fad]"] {
    background-color: var(--template-blue) !important;
  }

  [class~="sm:bg-[#4565bc]"] {
    background-color: var(--template-blue-soft) !important;
  }
}

* {
  box-sizing: border-box;
  scrollbar-width: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar { width: 0; height: 0; display: none; }

body {
  margin: 0;
  overflow-x: clip;
  background-color: var(--site-page);
  background-image:
    radial-gradient(circle at 18% 17%, color-mix(in srgb, var(--template-blue-soft) 42%, transparent) 0, transparent 44%),
    radial-gradient(circle at 85% 78%, color-mix(in srgb, var(--template-yellow) 30%, transparent) 0, transparent 46%),
    radial-gradient(circle at 70% 5%, color-mix(in srgb, var(--template-blue) 28%, transparent) 0, transparent 40%);
  background-position: -22rem -20rem, calc(100% + 20rem) calc(100% + 16rem), calc(100% + 12rem) -18rem;
  background-size: 54rem 54rem, 62rem 62rem, 48rem 48rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay, overlay, overlay;
  color: var(--site-ink);
  font-family: "Inter", sans-serif;
  animation: template-page-light-drift 25s ease-in-out infinite alternate;
  transition: background-color 260ms ease, color 260ms ease;
}

.template-site-footer {
  position: relative;
  z-index: 0;
  width: min(100%, 64rem);
  padding: 44px 38px 20px;
  overflow: hidden;
  color: white;
  background: var(--template-blue);
  border-radius: 32px 32px 0 0;
}

.template-site-footer::before { display: none; }

.template-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr);
  gap: 58px;
  align-items: start;
}

.template-footer-column { min-width: 0; }
.template-footer-column--navigation { padding-left: 46px; border-left: 1px solid rgba(255,255,255,.18); }
.template-footer-eyebrow { display: block; margin-bottom: 7px; color: var(--template-yellow); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.template-footer-heading { margin: 0; font-family: "Inter", sans-serif; font-size: clamp(25px, 3vw, 34px); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }

.template-footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.template-footer-contact__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.065);
  border: 0;
  border-radius: 14px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.template-footer-contact__item:hover { color: white; background: rgba(255,255,255,.11); transform: translateY(-2px); }
.template-footer-contact__item--address { grid-column: 1 / -1; }
.template-footer-contact__item > svg,
.template-footer-contact__item > .template-whatsapp { width: 39px; height: 39px; display: grid; flex: 0 0 auto; place-items: center; padding: 9px; color: var(--template-yellow); background: rgba(255,255,255,.09); border-radius: 12px; }
.template-footer-contact__item > svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.template-footer-contact__item > .template-whatsapp svg { width: 21px; height: 21px; display: block; fill: currentColor; stroke: none; }
.template-footer-contact__copy { min-width: 0; display: grid; gap: 2px; }
.template-footer-contact__copy small { color: rgba(255,255,255,.56); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.template-footer-contact__copy strong { overflow: hidden; color: white; font-size: 11px; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; }

.template-footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
.template-footer-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.055); border: 0; border-radius: 11px; font-size: 11px; font-weight: 650; text-decoration: none; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.template-footer-nav a::after { content: "→"; color: rgba(255,255,255,.42); transition: translate 160ms ease; }
.template-footer-nav a:hover { color: white; background: rgba(255,255,255,.11); transform: translateY(-1px); }
.template-footer-nav a:hover::after { color: var(--template-yellow); translate: 2px 0; }
.template-footer-nav a[aria-current="page"] { color: var(--template-yellow); background: rgba(255,255,255,.12); }

.template-footer-payments { min-height: 55px; display: grid; gap: 9px; margin: 22px 0 0; padding-top: 18px; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.14); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.template-footer-payments[hidden] { display: none; }
.template-footer-payments > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 6px; }
.template-payment-method { width: 55px; height: 32px; display: grid; place-items: center; background: rgba(255,255,255,.96); border: 0; border-radius: 8px; }

.template-footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.template-footer-legal { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.65; }
.template-footer-legal p { margin: 0; }
.template-footer-legal a { color: var(--template-yellow); text-decoration: none; }
.template-footer-legal a:hover { text-decoration: underline; text-underline-offset: 3px; }

.template-social-links { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.template-social-links a { width: 38px; height: 38px; display: grid; place-items: center; color: rgba(255,255,255,.88); background: rgba(255,255,255,.065); border: 0; border-radius: 50%; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.template-social-links a:hover { color: var(--template-yellow); background: rgba(255,255,255,.11); transform: translateY(-2px); }
.template-social-links svg { width: 20px; height: 20px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.template-social-links .fill-current { fill: currentColor; }
.template-social-links .stroke-none { stroke: none; }
.template-social-links .template-whatsapp svg { fill: currentColor; stroke: none; }

.payment-brand { width: 54px; height: 28px; display: flex; align-items: center; justify-content: center; overflow: hidden; line-height: 1; text-transform: none; }
/* Logo Cielo: o SVG oficial tem dimensões em mm (proporção ~2.87:1). O wrapper do
   rodapé (template-payment-method) tem 55x32px fixos; contém o logo proporcionalmente. */
.payment-brand--cielo { width: 55px; height: 32px; }
.payment-brand--cielo img { width: 70%; height: 100%; display: block; object-fit: contain; }
.payment-brand--visa { color: #1434cb; font-family: Arial, sans-serif; font-size: 15px; font-weight: 900; font-style: italic; letter-spacing: -.08em; }
.payment-brand--mastercard { gap: 0; }
.payment-brand--mastercard i { width: 18px; height: 18px; display: block; border-radius: 50%; background: #eb001b; }
.payment-brand--mastercard i + i { margin-left: -6px; background: #f79e1b; opacity: .92; }
.payment-brand--elo { position: relative; color: #151515; font-family: Arial, sans-serif; font-size: 18px; font-weight: 900; letter-spacing: -.08em; }
.payment-brand--elo i { width: 5px; height: 5px; margin-left: 3px; background: #f2c500; border-radius: 50%; box-shadow: 0 -6px #34a4dc, 0 6px #e94b35; }
.payment-brand--hipercard { width: 50px; height: 19px; color: white; font-family: Arial, sans-serif; font-size: 8px; font-weight: 800; background: #b31319; border-radius: 4px; }
.payment-brand--amex { width: 48px; height: 22px; flex-direction: column; color: white; font-family: Arial, sans-serif; font-size: 7px; font-weight: 900; letter-spacing: .02em; background: #006fcf; border-radius: 3px; }
.payment-brand--amex b { line-height: .95; }
.payment-brand--pix { gap: 3px; color: #32bcad; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; }
.payment-brand--pix svg { width: 21px; height: 21px; display: block; fill: #32bcad; stroke: none; }
.payment-brand--paypal { font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; font-style: italic; letter-spacing: -.05em; }
.payment-brand--paypal b { color: #003087; }
.payment-brand--paypal i { color: #009cde; font-style: italic; }

button,
input,
select,
textarea {
  font: inherit;
}

.font-anton,
.template-hero-title {
  font-family: "Anton", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.template-navbar-logo {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.template-navbar-logo--mobile {
  display: none;
}

.template-navbar--standalone {
  padding: 8px;
  background: var(--site-surface);
  border: 0;
  border-radius: 2rem;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--template-blue) 13%, transparent);
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.template-navbar-brand--standalone {
  flex: 0 0 164px;
  align-self: stretch;
  max-width: 164px;
  padding: 0 18px;
  background: transparent;
}

.template-navbar-surface--standalone {
  min-width: 0;
  padding: 6px 8px 6px 20px;
  color: var(--template-blue);
  background: transparent;
  border-radius: 0;
}

.template-navbar--standalone ul a {
  color: color-mix(in srgb, var(--site-ink) 78%, var(--template-blue));
}

.template-navbar--standalone ul a:hover,
.template-navbar--standalone ul a[aria-current="page"] {
  color: var(--template-blue);
}

.template-navbar--standalone ul a[aria-current="page"] {
  font-weight: 700;
}

.template-navbar-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.template-hero-title {
  width: 100%;
  margin: 0;
}

.template-hero-title svg {
  display: block;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin-inline: auto;
  overflow: visible;
}

.template-hero-title text {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.template-everest-logo {
  width: 170px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.template-benefits {
  display: grid;
  gap: 12px;
}

.template-benefits-list { display: grid; gap: 12px; }
.template-benefits-list[hidden],
.template-benefit-description[hidden] { display: none; }

.template-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

.template-benefit[hidden] { display: none; }
.template-benefit__copy { min-width: 0; display: grid; gap: 2px; }
.template-benefit__copy > span { min-height: 1em; }

.template-benefit strong {
  display: block;
  font-weight: 800;
}

.template-benefit strong[hidden] { display: none; }

.template-nowrap {
  white-space: nowrap;
}

.template-benefit:not([hidden]) ~ .template-benefit:not([hidden]) {
  padding-top: 12px;
  border-top: 1px solid rgba(9, 9, 9, 0.15);
}

.template-benefit svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.template-benefit__icon {
  width: 26px;
  height: 26px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.template-benefit__icon svg {
  width: 100%;
  height: 100%;
}

.template-benefits--option-2 { display: block; }
.template-benefit-description { margin: 0; font-size: 12px; line-height: 1.55; }
.template-benefit-description strong { font-weight: 800; }
.template-hero-copy [data-banner-description] strong,
.product-info-dialog__description strong { font-weight: 800; }

.template-sherife-hero {
  position: relative;
  isolation: isolate;
  width: min(100%, 1280px);
  margin: 32px auto 0;
  color: var(--template-blue);
  background: transparent;
}

.template-sherife-hero::before,
.template-sherife-hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
  filter: blur(22px);
  will-change: transform, opacity;
}

.template-sherife-hero::before {
  inset: 14% 43% 8% -4%;
  opacity: .56;
  background:
    radial-gradient(circle at 28% 42%, color-mix(in srgb, var(--template-blue-soft) 42%, transparent) 0 4%, transparent 32%),
    radial-gradient(circle at 66% 54%, color-mix(in srgb, var(--template-yellow) 30%, transparent) 0 3%, transparent 25%);
  animation: template-hero-light-drift 11s ease-in-out infinite alternate;
}

.template-sherife-hero::after {
  inset: 6% -5% 22% 50%;
  opacity: .46;
  background:
    radial-gradient(circle at 52% 45%, color-mix(in srgb, var(--template-blue) 28%, transparent) 0 5%, transparent 30%),
    radial-gradient(circle at 72% 70%, color-mix(in srgb, var(--template-blue-soft) 31%, transparent) 0 3%, transparent 24%);
  animation: template-hero-light-drift 14s ease-in-out -4s infinite alternate-reverse;
}

.template-sherife-hero__inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(420px, 500px);
  justify-content: start;
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  margin: 0 auto;
  padding: 28px 0 42px;
  position: relative;
  z-index: 1;
}

.template-sherife-hero:not([data-banner-ready]) .template-sherife-hero__inner {
  visibility: hidden;
  opacity: 0;
}

.template-sherife-hero[data-banner-ready] .template-sherife-hero__inner {
  animation: template-banner-reveal 260ms ease-out both;
}

.template-sherife-hero__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 610px;
  transition: opacity 180ms ease, transform 180ms ease;
  will-change: opacity, transform;
}

.template-sherife-hero__copy.is-banner-copy-changing {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.template-sherife-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--template-blue-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.template-sherife-hero__kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 16%, transparent);
}

.template-sherife-hero h1 {
  margin: 0;
  color: var(--hero-title-color);
  font-family: "Anton", sans-serif;
  font-size: clamp(60px, 7.4vw, 94px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.025em;
}

.template-sherife-hero h1:not(.template-sherife-hero__accent) {
  --hero-title-color: var(--template-blue);
}

.template-sherife-hero h1.template-sherife-hero__accent {
  --hero-title-color: var(--template-blue-soft);
  position: relative;
  color: var(--hero-title-color) !important;
}

.template-sherife-hero__accent-base {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.template-sherife-hero__accent-shine { display: none; }

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .template-sherife-hero__accent-shine {
    display: block;
    position: absolute;
    inset: 0;
    color: transparent;
    pointer-events: none;
    background-image: linear-gradient(108deg, rgb(255 255 255 / 0) 0 43%, rgb(255 255 255 / 0) 46%, rgb(255 255 255 / .9) 50%, rgb(255 255 255 / 0) 54%, rgb(255 255 255 / 0) 100%);
    background-size: 260% 100%;
    background-position: 165% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: template-title-light-sweep 5.4s linear infinite;
  }
}

@keyframes template-banner-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes template-hero-light-drift {
  from { opacity: .34; transform: translate3d(-2%, -1%, 0) scale(.94); }
  to { opacity: .72; transform: translate3d(3%, 2%, 0) scale(1.08); }
}

@keyframes template-title-light-sweep {
  from { background-position: 165% 0; }
  to { background-position: -165% 0; }
}

@keyframes template-page-light-drift {
  from { background-position: -22rem -20rem, calc(100% + 20rem) calc(100% + 16rem), calc(100% + 12rem) -18rem; }
  to { background-position: -8rem -7rem, calc(100% + 6rem) calc(100% + 2rem), calc(100% - 4rem) -4rem; }
}

.template-sherife-hero__copy > p {
  max-width: 555px;
  margin: 22px 0 0;
  color: color-mix(in srgb, var(--template-blue) 72%, var(--site-ink));
  font-size: 17px;
  line-height: 1.6;
}

.template-sherife-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.template-sherife-hero__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.template-sherife-hero__button:hover { transform: translateY(-2px); }
.template-sherife-hero__button--primary { color: #090909; background: var(--template-yellow); }
.template-sherife-hero__button--primary:hover { color: #090909; background: color-mix(in srgb, var(--template-yellow) 84%, var(--site-surface)); }
.template-sherife-hero__button--secondary { color: var(--template-blue); background: var(--site-surface); border-color: color-mix(in srgb, var(--template-blue) 48%, var(--site-line)); }
.template-sherife-hero__button--secondary:hover { color: var(--template-blue); background: color-mix(in srgb, var(--template-blue) 12%, var(--site-surface)); }

.template-sherife-banner-wrap {
  width: min(100%, 500px);
  justify-self: end;
  display: grid;
  gap: 12px;
}

.template-sherife-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1080 / 1350;
  background: var(--template-card);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 48px color-mix(in srgb, var(--template-blue) 24%, transparent);
  transition: box-shadow 260ms ease;
}

.template-sherife-banner[hidden] { display: none; }
.template-sherife-banner__track { position: absolute; inset: 0; }
.template-sherife-banner__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 420ms ease; }
.template-sherife-banner__slide.is-active { opacity: 1; }
.template-sherife-banner__slide img { width: 100%; height: 100%; display: block; object-fit: cover; }

.template-sherife-banner__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.template-sherife-banner__dots[hidden] { display: none; }
.template-sherife-banner__dot { width: 8px; height: 8px; padding: 0; cursor: pointer; background: color-mix(in srgb, var(--template-blue) 42%, white); border: 0; border-radius: 999px; transition: width 180ms ease, background 180ms ease; }
.template-sherife-banner__dot.is-active { width: 26px; background: var(--template-yellow); }

/* Banner tipo 2 (wide): arte horizontal 1920 × 650 com o texto embutido,
   ocupando praticamente toda a largura disponível — sem a coluna de copy
   sobreposta. No desktop fica bem maior que o hero padrão. */
.template-sherife-hero[data-banner-mode="wide"] {
  width: 100%;
  max-width: none;
}

.template-sherife-hero[data-banner-mode="wide"] .template-sherife-hero__inner {
  width: min(1560px, calc(100% - 24px));
  min-height: 0;
  display: block;
  padding: 0;
}

.template-sherife-hero[data-banner-mode="wide"] .template-sherife-hero__copy {
  display: none;
}

.template-sherife-hero[data-banner-mode="wide"] .template-sherife-banner-wrap {
  width: 100%;
  justify-self: stretch;
  gap: 10px;
}

.template-sherife-hero[data-banner-mode="wide"] .template-sherife-banner {
  aspect-ratio: 1920 / 620;
  border-radius: 16px;
  box-shadow: 0 22px 52px color-mix(in srgb, var(--template-blue) 20%, transparent);
}

.template-sherife-hero[data-banner-mode="wide"] .template-sherife-banner__slide img {
  object-fit: cover;
}

@media (max-width: 640px) {
  .template-sherife-hero[data-banner-mode="wide"] .template-sherife-hero__inner {
    width: calc(100% - 16px);
  }
  .template-sherife-hero[data-banner-mode="wide"] .template-sherife-banner {
    aspect-ratio: 16 / 7;
    border-radius: 12px;
  }
}

[data-business-hours],
.business-hours-lines {
  display: grid;
  gap: 3px;
}

.template-whatsapp svg {
  width: 24px;
  height: 24px;
}

.template-cta {
  align-items: center;
  gap: 8px;
  padding: 5px 15px 5px 5px;
  color: #090909;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: var(--template-yellow);
  border: 1px solid var(--template-yellow);
  border-radius: 9999px;
  box-shadow: 0 0 0 rgba(9, 9, 9, 0);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.template-cta--visible {
  display: inline-flex;
}

.template-cta:hover {
  background: color-mix(in srgb, var(--template-yellow) 84%, var(--site-surface));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--template-yellow) 22%, transparent);
  transform: translateY(-2px);
}

.template-cta:active {
  background: color-mix(in srgb, var(--template-yellow) 78%, var(--site-ink));
  box-shadow: 0 4px 10px color-mix(in srgb, var(--template-yellow) 16%, transparent);
  transform: translateY(0);
}

.template-cta:focus-visible,
.template-icon-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--template-yellow) 52%, transparent);
  outline-offset: 3px;
}

.template-cta__icon {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  background: white;
  border-radius: 9999px;
}

.template-cta__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.template-cta__icon--cart svg {
  width: 19px;
  height: 19px;
}

.template-icon-button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: #090909;
  background: white;
  border: 4px solid var(--template-yellow);
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(9, 9, 9, 0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.template-icon-button > span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  line-height: 0;
}

.template-icon-button:hover {
  border-color: color-mix(in srgb, var(--template-yellow) 84%, var(--site-surface));
  box-shadow: 0 6px 14px color-mix(in srgb, var(--template-yellow) 22%, transparent);
  transform: translateY(-2px);
}

.template-icon-button:active {
  background: color-mix(in srgb, var(--template-yellow) 12%, var(--site-surface));
  box-shadow: 0 3px 8px color-mix(in srgb, var(--template-yellow) 18%, transparent);
  transform: translateY(0);
}

.template-icon-button svg {
  display: block;
  width: 20px;
  height: 20px;
}

.template-navbar-actions { gap: 8px; }
.template-commerce-account,
.template-commerce-cart { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; color: var(--template-blue); background: var(--site-surface); border: 0; border-radius: 999px; font-size: 11px; font-weight: 750; text-decoration: none; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.template-commerce-account:hover { color: var(--template-blue-soft); background: var(--site-surface-soft); transform: translateY(-1px); }
.template-commerce-cart { position: relative; overflow: visible; color: var(--site-ink); background: var(--template-yellow); }
.template-commerce-cart:hover { color: var(--site-ink); background: color-mix(in srgb, var(--template-yellow) 88%, white); transform: translateY(-1px); }
.template-commerce-account svg,
.template-commerce-cart svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.template-commerce-cart b { position: absolute; top: -5px; right: -5px; min-width: 17px; min-height: 17px; display: grid; place-items: center; padding: 0 4px; color: var(--on-primary, white); background: var(--template-blue); border: 2px solid var(--site-surface); border-radius: 999px; font-size: 9px; line-height: 1; }
[data-commerce-action] { display: inline-flex !important; }
html[data-commerce-enabled="true"] [data-product-contact] { display: none !important; }

.commerce-notice { position: fixed; z-index: 100; bottom: 22px; left: 22px; max-width: min(360px, calc(100% - 44px)); padding: 13px 16px; color: white; background: var(--template-blue); border-radius: 12px; box-shadow: 0 16px 34px color-mix(in srgb, var(--template-blue) 22%, transparent); font-size: 13px; font-weight: 650; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 180ms ease, transform 180ms ease; }
.commerce-notice[data-type="error"] { background: #b42b35; }
.commerce-notice.is-visible { opacity: 1; transform: translateY(0); }
.commerce-floating-cart { position: fixed; z-index: 70; right: 22px; bottom: 22px; }
.commerce-floating-cart::before { position: absolute; right: 0; bottom: 100%; width: 100%; height: 10px; content: ""; }
.commerce-floating-cart__toggle { min-height: 50px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; color: var(--site-ink); cursor: pointer; background: var(--template-yellow); border: 0; border-radius: 999px; box-shadow: 0 14px 30px color-mix(in srgb, var(--template-blue) 18%, transparent); font-size: 12px; font-weight: 800; }
.commerce-floating-cart__toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.commerce-floating-cart__toggle b { min-width: 18px; min-height: 18px; display: grid; place-items: center; padding: 0 4px; color: var(--on-primary, white); background: var(--template-blue); border-radius: 999px; font-size: 9px; line-height: 1; }
.commerce-floating-cart__preview { position: absolute; right: 0; bottom: calc(100% + 10px); width: min(340px, calc(100vw - 32px)); display: grid; gap: 12px; padding: 16px; color: var(--site-ink); pointer-events: none; visibility: hidden; opacity: 0; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 18px; box-shadow: 0 18px 42px color-mix(in srgb, var(--template-blue) 18%, transparent); transform: translateY(8px); transition: visibility 160ms linear, opacity 160ms ease, transform 180ms ease; }
.commerce-floating-cart:hover .commerce-floating-cart__preview,
.commerce-floating-cart:focus-within .commerce-floating-cart__preview,
.commerce-floating-cart.is-open .commerce-floating-cart__preview { pointer-events: auto; visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0ms; }
.commerce-floating-cart__heading,
.commerce-floating-cart__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.commerce-floating-cart__heading strong { color: var(--template-blue); font-size: 15px; }
.commerce-floating-cart__heading span { color: var(--site-muted); font-size: 11px; }
.commerce-floating-cart__items { display: grid; gap: 8px; }
.commerce-floating-cart__items > div { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 9px; }
.commerce-floating-cart__items img { width: 42px; height: 42px; padding: 4px; background: var(--site-surface-soft); border-radius: 9px; object-fit: contain; }
.commerce-floating-cart__items span { min-width: 0; display: grid; gap: 2px; }
.commerce-floating-cart__items span strong { overflow: hidden; color: var(--site-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.commerce-floating-cart__items small,
.commerce-floating-cart__items > p { margin: 0; color: var(--site-muted); font-size: 10px; }
.commerce-floating-cart__items b { color: var(--template-blue); font-size: 11px; white-space: nowrap; }
.commerce-floating-cart__total { padding-top: 12px; border-top: 1px solid var(--site-line); color: var(--site-muted); font-size: 11px; }
.commerce-floating-cart__total strong { color: var(--template-blue); font-size: 18px; }
.commerce-floating-cart__link { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; color: var(--site-ink); background: var(--template-yellow); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }

.commerce-page-shell { width: min(100%, 1120px); margin: 38px auto 72px; }
.commerce-page-shell--narrow { width: min(100%, 620px); }
.commerce-progress { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 34px; color: var(--site-muted); font-size: 11px; }
.commerce-progress span { display: inline-flex; align-items: center; gap: 7px; }
.commerce-progress span::first-letter { font-weight: 800; }
.commerce-progress span.is-active { color: var(--template-blue); font-weight: 800; }
.commerce-progress i { width: min(7vw, 60px); height: 1px; background: var(--site-line); }
.commerce-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.commerce-page-heading h1,
.commerce-auth-card h1,
.commerce-delivery-card h1,
.commerce-account-home h1,
.commerce-empty h1 { margin: 0; color: var(--site-ink); font-family: "Anton", sans-serif; font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: .94; letter-spacing: .01em; }
.commerce-page-heading a { color: var(--template-blue); font-size: 13px; font-weight: 750; text-decoration: none; }
.commerce-page-heading a:hover { text-decoration: underline; text-underline-offset: 3px; }
.commerce-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr); gap: 28px; align-items: start; }
.commerce-cart-list { display: grid; gap: 12px; }
.commerce-cart-item { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto auto; align-items: center; gap: 16px; padding: 15px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 18px; }
.commerce-cart-item > img { width: 92px; height: 92px; display: block; padding: 8px; background: var(--site-surface-soft); border-radius: 13px; object-fit: contain; }
.commerce-cart-item__body { min-width: 0; display: grid; gap: 5px; }
.commerce-cart-item__body h2 { margin: 0; color: var(--template-blue); font-size: 16px; line-height: 1.2; }
.commerce-cart-item__body > span { color: var(--site-muted); font-size: 11px; }
.commerce-cart-item__body > strong { color: var(--template-blue); font-size: 16px; }
.commerce-cart-item__body > strong small { font-size: 9px; text-transform: uppercase; }
.commerce-quantity { display: flex; align-items: center; min-width: 102px; height: 38px; border: 1px solid var(--site-line); border-radius: 10px; overflow: hidden; }
.commerce-quantity button { width: 32px; height: 100%; color: var(--template-blue); cursor: pointer; background: transparent; border: 0; font-size: 20px; line-height: 1; }
.commerce-quantity button:hover { background: var(--site-surface-soft); }
.commerce-quantity output { flex: 1; color: var(--site-ink); font-size: 13px; font-weight: 800; text-align: center; }
.commerce-cart-item__end { display: grid; justify-items: end; gap: 9px; }
.commerce-cart-item__end > strong { color: var(--site-ink); font-size: 14px; }
.commerce-cart-item__end > small { color: var(--site-muted); font-size: 10px; line-height: 1.2; }
.commerce-cart-item__end button,
.commerce-text-button { padding: 0; color: var(--template-blue); cursor: pointer; background: transparent; border: 0; font-size: 11px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.commerce-summary { position: sticky; top: 18px; display: grid; gap: 18px; padding: 22px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 20px; box-shadow: 0 14px 30px color-mix(in srgb, var(--template-blue) 7%, transparent); }
.commerce-summary h2 { margin: 0; color: var(--template-blue); font-size: 20px; }
.commerce-summary__rows { display: grid; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--site-line); }
.commerce-summary__rows p { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0; color: var(--site-muted); font-size: 12px; }
.commerce-summary__rows p strong { color: var(--site-ink); font-size: 13px; }
.commerce-summary__rows small { display: block; margin-top: 2px; color: var(--site-muted); font-size: 9px; }
.commerce-free { color: #148454 !important; }
.commerce-pending { color: var(--template-blue) !important; }
.commerce-discount { color: var(--template-blue) !important; }
.commerce-summary__payment { display: grid; gap: 8px; }
.commerce-summary__payment > span { color: var(--site-muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.commerce-summary__payment-note { margin: 0; padding: 9px 10px; color: var(--site-muted); background: var(--site-surface-soft); border-radius: 10px; font-size: 10px; line-height: 1.45; }
.commerce-summary__installments { display: grid; gap: 7px; }
.commerce-summary__installments > span { color: var(--site-muted); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.commerce-installment-select {
  width: 100%;
  min-height: 42px;
  color: var(--site-ink);
  cursor: pointer;
  background: var(--site-surface-soft);
  border: 0;
  padding: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  outline: 0;
}
.commerce-installment-select:focus { box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 12%, transparent); }
.commerce-payment-choice { width: 100%; display: flex; align-items: center; gap: 10px; padding: 10px; color: var(--site-muted); cursor: pointer; background: var(--site-surface-soft); border: 1px solid transparent; border-radius: 11px; text-align: left; }
.commerce-payment-choice.is-selected { color: var(--template-blue); background: color-mix(in srgb, var(--template-card) 52%, white); border-color: color-mix(in srgb, var(--template-blue) 28%, var(--site-line)); }
.commerce-payment-choice__radio { width: 16px; height: 16px; flex: 0 0 auto; border: 1.5px solid currentColor; border-radius: 50%; }
.commerce-payment-choice.is-selected .commerce-payment-choice__radio { border: 4px solid var(--template-blue); }
.commerce-payment-choice strong { display: block; font-size: 12px; }
.commerce-payment-choice small { display: block; margin-top: 2px; font-size: 10px; }
.commerce-coupon { display: grid; gap: 7px; padding: 13px 0; border-top: 1px solid var(--site-line); }
.commerce-coupon > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.commerce-coupon input { min-width: 0; height: 38px; padding: 0 11px; color: var(--site-ink); background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 9px; font: inherit; font-size: 12px; font-weight: 750; text-transform: uppercase; outline: 0; }
.commerce-coupon input:focus { border-color: var(--template-blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 12%, transparent); }
.commerce-coupon button { min-width: 72px; color: var(--template-blue); cursor: pointer; background: var(--site-surface-soft); border: 1px solid var(--site-line); border-radius: 9px; font: inherit; font-size: 10px; font-weight: 800; }
.commerce-coupon button:hover:not(:disabled) { color: var(--site-ink); background: var(--template-yellow); border-color: var(--template-yellow); }
.commerce-coupon small { color: var(--site-muted); font-size: 10px; line-height: 1.4; }
.commerce-summary__total { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 3px 12px; }
.commerce-summary__total > span { color: var(--site-muted); font-size: 12px; }
.commerce-summary__total strong { color: var(--template-blue); font-size: 27px; line-height: 1; }
.commerce-summary__total small { grid-column: 2; color: var(--site-muted); font-size: 10px; text-align: right; }
.commerce-summary__total-full { grid-column: 1 / -1; margin: 0; padding-top: 8px; color: var(--site-muted); font-size: 11px; text-align: center; border-top: 1px dashed var(--site-line); }
.commerce-page-loading { padding: 40px 0; color: var(--site-muted); font-size: 13px; text-align: center; }
.commerce-primary-action,
.commerce-primary-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; color: var(--site-ink); cursor: pointer; background: var(--template-yellow); border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease; }
.commerce-primary-action:hover:not(:disabled), .commerce-primary-link:hover { color: var(--site-ink); background: color-mix(in srgb, var(--template-yellow) 85%, white); transform: translateY(-1px); }
.commerce-primary-action:disabled { cursor: not-allowed; opacity: .55; }
.commerce-primary-action svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.commerce-security-note { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: var(--site-muted); font-size: 11px; line-height: 1.45; }
.commerce-security-note svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: var(--template-blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.commerce-empty { display: grid; justify-items: start; gap: 17px; padding: 48px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 22px; }
.commerce-empty p { margin: 0; color: var(--site-muted); }
.commerce-auth-card,
.commerce-delivery-card,
.commerce-account-home { display: grid; gap: 20px; padding: clamp(22px, 4vw, 38px); background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 23px; }
.commerce-auth-card > div:first-child > span,
.commerce-delivery-card__heading > div > span,
.commerce-account-home > div:first-child > span { color: var(--template-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.commerce-account-home > div:first-child > span { display: block; margin-bottom: 13px; line-height: 1.2; }
.commerce-auth-card p,
.commerce-delivery-card__heading p,
.commerce-account-home p { margin: 8px 0 0; color: var(--site-muted); font-size: 14px; line-height: 1.55; }
.commerce-auth-tabs { display: inline-flex; width: max-content; max-width: 100%; gap: 4px; padding: 4px; background: var(--site-surface-soft); border-radius: 11px; }
.commerce-auth-tabs button { min-height: 34px; padding: 0 13px; color: var(--site-muted); cursor: pointer; background: transparent; border: 0; border-radius: 8px; font-size: 12px; font-weight: 750; }
.commerce-auth-tabs button.is-active { color: var(--template-blue); background: var(--site-surface); box-shadow: 0 2px 5px color-mix(in srgb, var(--template-blue) 8%, transparent); }
.commerce-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.commerce-form label { min-width: 0; display: grid; gap: 6px; align-content: start; color: var(--template-blue); font-size: 11px; font-weight: 800; }
.commerce-form input { width: 100%; min-height: 46px; padding: 0 12px; color: var(--site-ink); outline: 0; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 10px; font-size: 14px; font-weight: 500; }
.commerce-form input:focus { border-color: var(--template-blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 13%, transparent); }
.commerce-form textarea { width: 100%; min-height: 74px; padding: 10px 12px; color: var(--site-ink); outline: 0; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 10px; font: inherit; font-size: 14px; font-weight: 500; line-height: 1.45; resize: vertical; }
.commerce-form textarea:focus { border-color: var(--template-blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 13%, transparent); }
.commerce-form label small { color: var(--site-muted); font-size: 9px; font-weight: 500; }
.commerce-form-static-value { display: grid; gap: 6px; color: var(--template-blue); font-size: 11px; font-weight: 800; }
.commerce-form-static-value strong { min-height: 46px; display: flex; align-items: center; padding: 0 12px; color: var(--site-ink); background: var(--site-surface-soft); border-radius: 10px; font-size: 14px; font-weight: 500; }
.commerce-address-readout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--site-line); border-radius: 12px; }
.commerce-address-readout > div { min-width: 0; display: grid; gap: 4px; padding: 12px; background: var(--site-surface-soft); }
.commerce-address-readout span { color: var(--site-muted); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.commerce-address-readout strong { overflow: hidden; color: var(--site-ink); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.commerce-form > .commerce-primary-action,
.commerce-form > .commerce-text-button,
.commerce-form-error,
.commerce-form-note,
.commerce-form > .field-wide { grid-column: 1 / -1; }
.commerce-form-error { min-height: 17px; margin: 0; color: #b42b35; font-size: 11px; font-weight: 650; }
.commerce-form-note { margin: 0; color: var(--site-muted); font-size: 11px; line-height: 1.5; }
.commerce-delivery-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.commerce-delivery-badge { flex: 0 0 auto; padding: 8px 10px; color: var(--template-blue); background: color-mix(in srgb, var(--template-card) 60%, white); border-radius: 999px; font-size: 10px; font-weight: 800; }
.commerce-field-with-action { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.commerce-field-with-action > input { grid-column: 1 / -1; }
.commerce-field-with-action > button { grid-column: 2; grid-row: 2; min-height: 34px; margin: 0 6px 6px 0; padding: 0 9px; color: var(--template-blue); cursor: pointer; background: var(--site-surface-soft); border: 0; border-radius: 7px; font-size: 10px; font-weight: 800; }
.commerce-account-home__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.commerce-secondary-action { min-height: 48px; padding: 0 18px; color: var(--template-blue); cursor: pointer; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.commerce-account-settings { display: grid; gap: 18px; padding: clamp(22px, 4vw, 38px); background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 23px; }
.commerce-account-settings__heading { display: grid; gap: 9px; }
.commerce-account-settings__heading > span { color: var(--template-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.commerce-account-settings__heading h1 { margin: 4px 0 0; color: var(--site-ink); font-family: "Anton", sans-serif; font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: .94; letter-spacing: .01em; }
.commerce-account-settings__heading p { margin: 0; color: var(--site-muted); font-size: 14px; line-height: 1.55; }
.product-info-dialog__variants { display: grid; gap: 8px; margin: 16px 0 4px; }
.product-info-dialog__variants > span { color: var(--site-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.product-info-dialog__variants > div { display: flex; flex-wrap: wrap; gap: 8px; }
.product-info-dialog__variants button { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 8px 12px; color: var(--site-ink); background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 999px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.product-info-dialog__variants button.is-selected { color: var(--template-blue); border-color: var(--template-yellow); box-shadow: 0 0 0 2px color-mix(in srgb, var(--template-yellow) 24%, transparent); }
.product-info-dialog__variants button i { width: 12px; height: 12px; border: 1px solid color-mix(in srgb, var(--site-ink) 25%, transparent); border-radius: 50%; background: var(--variant-color, var(--site-muted)); }
.commerce-back-link { justify-self: start; padding: 0; color: var(--template-blue); cursor: pointer; background: transparent; border: 0; font-size: 12px; font-weight: 800; text-decoration: none; }
.commerce-settings-card { display: grid; gap: 16px; padding: clamp(18px, 3vw, 24px); background: var(--site-surface-soft); border-radius: 17px; }
.commerce-settings-card h2 { margin: 0; color: var(--template-blue); font-size: 19px; }
.commerce-settings-card > div > p { margin: 5px 0 0; color: var(--site-muted); font-size: 12px; line-height: 1.5; }
.commerce-settings-card--danger { background: color-mix(in srgb, #b42b35 6%, var(--site-surface-soft)); }
.commerce-settings-card--danger h2 { color: #a02b34; }
.commerce-form--single { grid-template-columns: 1fr; }
.commerce-danger-action { min-height: 48px; justify-self: start; padding: 0 18px; color: white; cursor: pointer; background: #b42b35; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; }
.commerce-danger-action:hover:not(:disabled) { background: #93242c; }
.commerce-danger-action:disabled { cursor: not-allowed; opacity: .58; }
.commerce-orders-empty { display: grid; gap: 7px; padding: 22px; background: var(--site-surface-soft); border-radius: 16px; }
.commerce-orders-empty h2 { margin: 0; color: var(--template-blue); font-size: 17px; }
.commerce-orders-empty p { margin: 0; font-size: 12px; }
.commerce-orders-empty a { margin-top: 7px; color: var(--template-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.commerce-orders { display: grid; gap: 12px; }
.commerce-orders__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.commerce-orders__heading h2 { margin: 0; color: var(--template-blue); font-size: 19px; }
.commerce-orders__heading span { color: var(--site-muted); font-size: 11px; font-weight: 700; }
.commerce-orders__list { display: grid; gap: 9px; }
.commerce-order-card { display: grid; grid-template-columns: minmax(0, 1fr) auto 20px; align-items: center; gap: 12px; padding: 15px; color: inherit; background: var(--site-surface-soft); border-radius: 14px; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease; }
.commerce-order-card:hover { color: inherit; background: color-mix(in srgb, var(--template-card) 70%, white); transform: translateY(-1px); }
.commerce-order-card > div { min-width: 0; display: grid; gap: 3px; }
.commerce-order-card span { color: var(--site-muted); font-size: 10px; font-weight: 750; }
.commerce-order-card strong { color: var(--template-blue); font-size: 13px; }
.commerce-order-card small { color: var(--site-muted); font-size: 10px; }
.commerce-order-card > b { color: var(--site-ink); font-size: 13px; white-space: nowrap; }
.commerce-order-card svg { width: 18px; height: 18px; fill: none; stroke: var(--template-blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.commerce-maintenance { display: grid; gap: 10px; padding: 17px; background: color-mix(in srgb, var(--template-card) 72%, var(--site-surface)); border-radius: 16px; }
.commerce-maintenance > p { margin: -3px 0 2px; color: var(--site-muted); font-size: 11px; line-height: 1.45; }
.commerce-maintenance__list { display: grid; gap: 8px; }
.commerce-maintenance-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px; background: var(--site-surface); border-radius: 12px; }
.commerce-maintenance-card > div { min-width: 0; display: grid; gap: 3px; }
.commerce-maintenance-card span { color: var(--template-blue); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.commerce-maintenance-card strong { overflow: hidden; color: var(--site-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.commerce-maintenance-card small { color: var(--site-muted); font-size: 10px; }
.commerce-maintenance-card > b { color: var(--template-blue); font-size: 11px; text-align: right; white-space: nowrap; }
.commerce-maintenance-card.is-overdue span,
.commerce-maintenance-card.is-overdue > b { color: #a85c13; }
.commerce-order-detail { display: grid; gap: 18px; padding: clamp(22px, 4vw, 38px); background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 23px; }
.commerce-order-detail > span { color: var(--template-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.commerce-order-detail > h1 { margin: -9px 0 0; color: var(--site-ink); font-family: "Anton", sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 400; line-height: .95; }
.commerce-order-detail > p { max-width: 560px; margin: -7px 0 0; color: var(--site-muted); font-size: 14px; line-height: 1.55; }
.commerce-back-link { width: max-content; color: var(--template-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.commerce-order-detail__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.commerce-order-detail__summary > div { display: grid; gap: 5px; padding: 13px; background: var(--site-surface-soft); border-radius: 12px; }
.commerce-order-detail__summary small { color: var(--site-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.commerce-order-detail__summary strong { color: var(--template-blue); font-size: 12px; line-height: 1.25; }
.commerce-order-detail__items { display: grid; gap: 8px; padding-top: 4px; }
.commerce-order-detail__items > div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; color: var(--site-muted); font-size: 12px; }
.commerce-order-detail__items strong { color: var(--site-ink); font-size: 12px; }
.commerce-order-detail__total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 15px; border-top: 1px solid var(--site-line); color: var(--site-muted); font-size: 13px; }
.commerce-order-detail__total strong { color: var(--template-blue); font-size: 26px; }

.template-featured-products-action { display: flex; justify-content: center; margin-top: 30px; }
.template-featured-products-action .template-cta { min-width: 190px; justify-content: center; }

.template-product-card {
  cursor: pointer;
  transition: transform 180ms ease;
}

.template-product-card:hover {
  transform: translateY(-2px);
}

.template-product-price {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.template-product-price-stack {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 2px;
  padding-block: 7px;
  line-height: 1.15;
}

.template-product-price-stack > span {
  overflow: hidden;
  color: #646977;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-product-price-stack .template-product-regular-price {
  color: #9a9eaa;
  font-size: 9px;
}

.template-product-price-stack strong {
  overflow: hidden;
  color: var(--template-blue);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-product-price-stack strong small {
  font-size: 9px;
  text-transform: uppercase;
}

.catalog-empty-state {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 42px 22px;
  color: #575c6a;
  text-align: center;
  background: var(--template-card);
  border-radius: 24px;
}

.catalog-empty-state strong { color: var(--template-blue); font-size: 17px; }
.catalog-empty-state span { font-size: 13px; }

.catalog-category-filter { display: grid; gap: 9px; margin-top: 18px; }
.catalog-category-filter > span { color: var(--template-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-category-filter__options { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.catalog-category-filter__options::-webkit-scrollbar { display: none; }
.catalog-category-filter__options button { min-height: 36px; flex: 0 0 auto; padding: 0 13px; color: var(--template-blue); cursor: pointer; background: var(--site-surface); border: 1px solid color-mix(in srgb, var(--template-blue) 18%, var(--site-line)); border-radius: 999px; font-size: 12px; font-weight: 750; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.catalog-category-filter__options button:hover { background: color-mix(in srgb, var(--template-blue) 8%, var(--site-surface)); }
.catalog-category-filter__options button[aria-pressed="true"] { color: var(--on-primary, white); background: var(--template-blue); border-color: var(--template-blue); }

.template-mobile-menu {
  width: min(calc(100% - 28px), 64rem);
  margin: 0 auto 14px;
  padding: 14px;
  color: white;
  background: var(--template-blue);
  border-radius: 0 0 28px 28px;
}

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

.template-mobile-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
}

.template-mobile-menu a:hover,
.template-mobile-menu a[aria-current="page"] {
  color: var(--template-yellow);
  background: rgba(255, 255, 255, 0.09);
}

.template-mobile-menu--standalone {
  margin-top: 8px;
  color: color-mix(in srgb, var(--site-ink) 78%, var(--template-blue));
  background: var(--site-surface);
  border: 1px solid var(--site-line);
  border-radius: 24px;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--template-blue) 14%, transparent);
}

.template-mobile-menu--standalone a:hover,
.template-mobile-menu--standalone a[aria-current="page"] {
  color: var(--template-blue);
  background: var(--template-card);
}

.template-info-card {
  min-height: 230px;
}

.template-hero-copy {
  max-width: 250px;
  gap: 12px;
}

.template-location-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.template-location-heading h2 {
  margin: 0;
}

.template-location-icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--template-blue);
  background: var(--template-yellow);
  border-radius: 9999px;
}

.template-location-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.template-hero-product {
  height: min(45vw, 448px);
}

.template-contact-grid a {
  color: inherit;
  text-decoration: none;
}

.template-contact-grid {
  display: grid;
  align-content: center;
  gap: 14px;
}

.template-contact-grid p {
  margin: 0;
}

.template-contact-phones {
  display: grid;
  gap: 6px;
}

.template-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.template-contact-item > svg,
.template-contact-item > .template-whatsapp {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.template-contact-item > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.template-search {
  width: 100%;
  padding: 12px 18px;
  color: var(--site-ink);
  background: var(--site-surface);
  border: 1px solid var(--site-line);
  border-radius: 9999px;
  outline: 0;
}

.template-search:focus {
  border-color: var(--template-blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 18%, transparent);
}

.product-info-dialog {
  position: fixed;
  inset: 0;
  width: min(900px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: #090909;
  background: white;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(9, 9, 9, 0.32);
}

.product-info-dialog::backdrop {
  background: rgba(5, 14, 42, 0.62);
  backdrop-filter: blur(4px);
}

.product-info-dialog__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.product-info-dialog__media {
  align-self: center;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 520px;
  padding: 22px;
  place-items: center;
}

.product-info-dialog__thumbnails {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
}

.product-info-dialog__thumbnails:empty { display: none; }

.product-info-dialog__thumbnails button {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  padding: 4px;
  overflow: hidden;
  cursor: pointer;
  background: white;
  border: 2px solid transparent;
  border-radius: 12px;
}

.product-info-dialog__thumbnails button.is-active { border-color: var(--template-yellow); }
.product-info-dialog__thumbnails img { width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }

.product-info-dialog__image-frame {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  border-radius: 24px;
  background: white;
  border: 0;
}

.product-info-dialog__image-frame:focus-visible { outline: 3px solid var(--template-yellow); outline-offset: 4px; }

.product-info-dialog__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.product-gallery-lightbox {
  width: min(100vw - 32px, 1120px);
  height: min(100dvh - 32px, 860px);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: white;
  background: transparent;
  border: 0;
}

.product-gallery-lightbox::backdrop { background: rgba(5, 14, 42, .84); backdrop-filter: blur(7px); }
.product-gallery-lightbox__layout { position: relative; display: grid; width: 100%; height: 100%; place-items: center; }
.product-gallery-lightbox__stage { display: grid; width: min(100%, 860px); height: min(76dvh, 700px); min-height: 0; place-items: center; overflow: hidden; touch-action: pan-y; user-select: none; }
.product-gallery-lightbox__stage img { display: block; width: auto; height: auto; max-width: 100%; max-height: min(76dvh, 700px); object-fit: contain; border-radius: 22px; box-shadow: 0 22px 70px rgba(0, 0, 0, .34); }
.product-gallery-lightbox__close, .product-gallery-lightbox__nav { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; color: #0a1536; background: white; border: 0; border-radius: 999px; cursor: pointer; box-shadow: 0 8px 28px rgba(0, 0, 0, .24); }
.product-gallery-lightbox__close { position: absolute; z-index: 2; top: 12px; right: 12px; }
.product-gallery-lightbox__nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.product-gallery-lightbox__nav--previous { left: 12px; }
.product-gallery-lightbox__nav--next { right: 12px; }
.product-gallery-lightbox__close svg, .product-gallery-lightbox__nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.product-gallery-lightbox__close:hover, .product-gallery-lightbox__nav:hover { color: var(--template-blue); background: var(--template-yellow); }
.product-gallery-lightbox__close:focus-visible, .product-gallery-lightbox__nav:focus-visible { outline: 3px solid var(--template-yellow); outline-offset: 3px; }
.product-gallery-lightbox__counter { position: absolute; z-index: 2; bottom: 15px; left: 50%; min-width: 58px; padding: 7px 11px; color: white; background: rgba(5, 14, 42, .66); border-radius: 999px; font-size: 12px; font-weight: 800; text-align: center; transform: translateX(-50%); }

.product-info-dialog__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px 32px;
}

.product-info-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: #090909;
  cursor: pointer;
  background: var(--template-card);
  border: 0;
  border-radius: 9999px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.product-info-dialog__close:hover {
  background: #dce2f2;
  transform: rotate(4deg);
}

.product-info-dialog__close:focus-visible {
  outline: 3px solid rgba(24, 63, 173, 0.28);
  outline-offset: 2px;
}

.product-info-dialog__category {
  margin: 0 44px 10px 0;
  color: var(--template-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-info-dialog__title {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.05;
}

.product-info-dialog__prices {
  display: grid;
  gap: 3px;
  margin-top: 18px;
}

.product-info-dialog__regular-price {
  color: #8b8f9b;
  font-size: 12px;
}

.product-info-dialog__price {
  color: var(--template-blue);
  font-size: 24px;
  font-weight: 800;
}

.product-info-dialog__price small { font-size: 11px; text-transform: uppercase; }
.product-info-dialog__installment { color: #555b68; font-size: 12px; }

.product-info-dialog__description {
  margin: 20px 0;
  color: #4f5360;
  line-height: 1.65;
  white-space: pre-line;
}

.product-info-dialog__specs {
  width: 100%;
  display: grid;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--template-blue) 12%, #e4e7ef);
  border-radius: 14px;
}

.product-info-dialog__specs[hidden] { display: none; }
.product-info-dialog__specs > div { display: grid; grid-template-columns: minmax(100px, 0.8fr) minmax(0, 1.25fr); align-items: start; gap: 12px; padding: 9px 11px; border-bottom: 1px solid #e4e7ef; }
.product-info-dialog__specs > div:last-child { border-bottom: 0; }
.product-info-dialog__specs dt { min-width: 0; color: #666b78; font-size: 10px; }
.product-info-dialog__specs dd { min-width: 0; margin: 0; color: var(--template-blue); font-size: 10px; font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; word-break: break-word; text-align: right; }

.template-legal {
  display: grid;
  gap: 24px;
}

.template-legal__intro {
  max-width: 760px;
  color: #565b69;
  font-size: 18px;
  line-height: 1.7;
}

.template-legal__content {
  display: grid;
  gap: 18px;
}

.template-legal__card {
  padding: 24px;
  background: var(--template-card);
  border-radius: 24px;
}

.template-legal__card h2 {
  margin: 0 0 10px;
  color: var(--template-blue);
  font-family: "Anton", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.template-legal__card p,
.template-legal__card li {
  color: #4f5360;
  line-height: 1.7;
}

.template-legal__card p {
  margin: 0;
}

.template-legal__card p + p,
.template-legal__card ul {
  margin-top: 10px;
}

.template-legal__card a {
  color: var(--template-blue);
  font-weight: 700;
}

.privacy-settings-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 11px 16px;
  color: white;
  font-weight: 700;
  cursor: pointer;
  background: var(--template-blue);
  border: 0;
  border-radius: 9999px;
}

.privacy-consent-banner {
  position: fixed;
  z-index: 1000;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 24px;
  width: min(920px, calc(100% - 28px));
  margin: auto;
  padding: 20px;
  color: #252a38;
  background: white;
  border: 1px solid rgba(24, 63, 173, 0.12);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(12, 28, 74, 0.24);
}

.privacy-consent-copy strong {
  color: var(--template-blue);
  font-size: 16px;
}

.privacy-consent-copy p {
  margin: 5px 0;
  color: #5e6371;
  font-size: 13px;
  line-height: 1.5;
}

.privacy-consent-copy a {
  color: var(--template-blue);
  font-size: 12px;
  font-weight: 800;
}

.privacy-location-option {
  display: flex;
  grid-column: 1;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: #4f5360;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.privacy-switch-track {
  width: 42px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
  padding: 3px;
  background: #cfd4e0;
  border-radius: 9999px;
  transition: background-color 160ms ease;
}

.privacy-switch-track i {
  width: 18px;
  height: 18px;
  display: block;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: transform 160ms ease;
}

.privacy-location-option[aria-checked="true"] .privacy-switch-track {
  background: var(--template-blue);
}

.privacy-location-option[aria-checked="true"] .privacy-switch-track i {
  transform: translateX(18px);
}

.privacy-consent-actions {
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  gap: 8px;
}

.privacy-consent-actions button {
  min-height: 42px;
  padding: 9px 14px;
  font-weight: 800;
  cursor: pointer;
  border-radius: 9999px;
}

.privacy-essential-btn {
  color: var(--template-blue);
  background: white;
  border: 1px solid rgba(24, 63, 173, 0.22);
}

.privacy-accept-btn {
  color: #090909;
  background: var(--template-yellow);
  border: 1px solid var(--template-yellow);
}

@media (prefers-reduced-motion: reduce) {
  body,
  .template-sherife-hero::before,
  .template-sherife-hero::after,
  .template-sherife-hero h1,
  .template-sherife-hero__accent-shine,
  .template-sherife-hero__copy,
  .template-sherife-hero[data-banner-ready] .template-sherife-hero__inner {
    animation: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .commerce-notice { right: 84px; bottom: 82px; left: 12px; max-width: none; }
  .commerce-floating-cart { right: 18px; bottom: 24px; }
  .commerce-floating-cart__toggle { min-width: 50px; justify-content: center; padding: 0 13px; }
  .commerce-floating-cart__toggle > span { display: none; }
  .commerce-address-readout { grid-template-columns: 1fr; }
  .template-commerce-account { width: 42px; padding: 0; justify-content: center; }
  .template-commerce-account span { display: none; }
  .template-commerce-cart { width: 42px; padding: 0; justify-content: center; }
  .template-commerce-cart b { top: -4px; right: -4px; }
  .template-commerce-cart > span { display: none; }
  .template-mobile-menu [data-commerce-cart-link] { display: flex; align-items: center; justify-content: space-between; }
  .commerce-page-shell { margin-top: 26px; margin-bottom: 48px; }
  .commerce-progress { justify-content: flex-start; gap: 7px; overflow: hidden; white-space: nowrap; font-size: 10px; }
  .commerce-progress i { width: 20px; }
  .commerce-progress b { display: none; }
  .commerce-page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 18px; }
  .commerce-checkout-layout { grid-template-columns: 1fr; gap: 16px; }
  .commerce-summary { position: static; }
  .commerce-cart-item { grid-template-columns: 70px minmax(0, 1fr); gap: 11px; }
  .commerce-cart-item > img { width: 70px; height: 70px; }
  .commerce-cart-item__end { justify-items: start; min-width: 0; }
  .commerce-cart-item__end > strong, .commerce-cart-item__end > small { overflow-wrap: anywhere; }
  .commerce-order-detail { padding: 20px 16px; }
  .commerce-order-detail__summary { gap: 10px; }
  .commerce-order-detail__items > div { gap: 8px; }
  .commerce-order-detail__items span { min-width: 0; overflow-wrap: anywhere; }
  .commerce-order-cancel { text-align: left; }
  .commerce-summary__total strong { font-size: 22px; overflow-wrap: anywhere; }
  .commerce-payment-choice small { overflow-wrap: anywhere; }
  .commerce-cart-item__body h2 { font-size: 14px; }
  .commerce-cart-item__body > strong { font-size: 14px; }
  .commerce-quantity { grid-column: 2; grid-row: 2; justify-self: start; min-width: 0; width: 96px; }
  .commerce-cart-item__end { grid-column: 2; grid-row: 2; justify-self: end; align-self: center; }
  .commerce-summary__total strong { font-size: 24px; }
  .commerce-empty { padding: 30px 22px; }
  .commerce-auth-card,
  .commerce-delivery-card,
  .commerce-account-home { padding: 22px; border-radius: 18px; }
  .commerce-form { grid-template-columns: 1fr; }
  .commerce-delivery-card__heading { flex-direction: column; }
  .commerce-delivery-badge { align-self: flex-start; }
  .commerce-order-detail__summary { grid-template-columns: 1fr; }
  .commerce-order-card { grid-template-columns: minmax(0, 1fr) auto; }
  .commerce-order-card svg { display: none; }

  .template-sherife-hero { margin-top: 22px; }
  .template-sherife-hero__inner { width: min(100% - 36px, 460px); min-height: 0; grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
  .template-sherife-hero__copy { max-width: none; }
  .template-sherife-hero__kicker { margin-bottom: 18px; font-size: 10px; }
  .template-sherife-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .template-sherife-hero__copy > p { margin-top: 18px; font-size: 15px; }
  .template-sherife-hero__actions { margin-top: 22px; }
  .template-sherife-banner-wrap { width: min(100%, 420px); justify-self: center; }
  .template-sherife-banner { border-radius: 20px; }

  .template-site-footer { padding: 36px 24px 20px; border-radius: 26px 26px 0 0; }
  .template-footer-main { grid-template-columns: 1fr; gap: 32px; }
  .template-footer-column--navigation { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .template-footer-heading { font-size: 28px; }
  .template-footer-bottom { align-items: flex-start; flex-direction: column; }
  .template-social-links { justify-content: flex-start; }

  .template-home-panel-content {
    min-height: 320px;
  }

  .template-everest-logo {
    width: 150px;
    height: 52px;
  }

  .template-navbar-logo {
    height: 40px;
  }

  .template-navbar-logo--desktop {
    display: none;
  }

  .template-navbar-logo--mobile {
    display: block;
  }

  .template-hero-copy {
    max-width: none;
  }

  .template-benefit {
    font-size: 11px;
  }

  .product-info-dialog__layout {
    grid-template-columns: 1fr;
  }

  .product-info-dialog__media {
    min-height: 0;
    padding: 20px;
  }

  .product-info-dialog__image-frame {
    width: min(100%, 300px);
    max-width: 300px;
    max-height: none;
  }

  .product-info-dialog__image { max-height: none; }

  .product-gallery-lightbox { width: calc(100vw - 18px); height: calc(100dvh - 18px); }
  .product-gallery-lightbox__stage { width: min(100%, 430px); height: min(72dvh, 620px); }
  .product-gallery-lightbox__stage img { max-height: min(72dvh, 620px); }
  .product-gallery-lightbox__stage img { border-radius: 16px; }
  .product-gallery-lightbox__close { top: 6px; right: 6px; }
  .product-gallery-lightbox__nav { width: 42px; height: 42px; }
  .product-gallery-lightbox__nav--previous { left: 5px; }
  .product-gallery-lightbox__nav--next { right: 5px; }

  .product-info-dialog__content {
    padding: 34px 24px 26px;
  }

  .privacy-consent-banner {
    grid-template-columns: 1fr;
  }

  .privacy-location-option,
  .privacy-consent-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .privacy-consent-actions {
    align-items: stretch;
  }

  .privacy-consent-actions button {
    flex: 1;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .template-sherife-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 28px;
  }

  .template-sherife-banner { width: min(100%, 440px); }
}

@media (min-width: 768px) {
  .template-home-panel-content {
    min-height: 208px;
  }
}

@media (min-width: 640px) {
  .template-home-panel-content {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
  }

  .template-home-panel-footer {
    margin-top: -1px;
  }

  .template-home-panel-footer > :first-child {
    border-bottom-left-radius: 0 !important;
  }

  .template-home-panel-footer > :last-child {
    border-bottom-right-radius: 0 !important;
  }
}

@media (max-width: 479px) {
  .template-site-footer { padding-inline: 18px; }
  .template-footer-contact { grid-template-columns: 1fr; }
  .template-footer-contact__item--address { grid-column: auto; }
  .template-footer-contact__copy strong { white-space: normal; }

  .template-navbar--standalone {
    padding: 6px;
  }

  .template-navbar-brand--standalone {
    flex-basis: 128px;
    max-width: 128px;
    padding-inline: 12px;
  }

  .template-navbar-surface--standalone {
    padding: 5px 7px;
  }

  .template-navbar-logo {
    max-width: 140px;
  }

  .template-product-price {
    font-size: 13px;
  }

  .template-location-heading {
    align-items: flex-start;
  }

  .template-location-icon {
    width: 38px;
    height: 38px;
  }

  .privacy-consent-actions {
    flex-direction: column-reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .template-cta,
  .template-icon-button,
  .product-info-dialog__close {
    transition: none;
  }
}

/* ===== Select customizado (site) ===== */
.commerce-select { position: relative; min-width: 0; }
.commerce-select__trigger { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 12px; color: var(--site-ink); cursor: pointer; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 10px; font: inherit; font-size: 14px; font-weight: 500; outline: 0; }
.commerce-select__trigger:focus { border-color: var(--template-blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--template-blue) 13%, transparent); }
.commerce-select__trigger svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.commerce-select__menu { position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 40; display: grid; gap: 2px; max-height: 240px; overflow: auto; padding: 6px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 10px; box-shadow: 0 14px 30px color-mix(in srgb, var(--template-blue) 16%, transparent); }
.commerce-select__menu button { display: block; width: 100%; padding: 9px 10px; color: var(--site-ink); cursor: pointer; text-align: left; background: none; border: 0; border-radius: 8px; font: inherit; font-size: 12px; }
.commerce-select__menu button:hover { background: color-mix(in srgb, var(--template-blue) 8%, white); }
.commerce-select__menu button[aria-selected="true"] { color: var(--template-blue); font-weight: 800; }
.commerce-summary__installments .commerce-select { width: 100%; }

/* ===== Minha conta: dados e endereços ===== */
.commerce-account-data { display: grid; gap: 16px; padding: 20px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 18px; }
.commerce-account-data__heading h2 { margin: 0; color: var(--site-ink); font-family: "Anton", sans-serif; font-size: 22px; font-weight: 400; }
.commerce-account-data__heading p { margin: 4px 0 0; color: var(--site-muted); font-size: 12px; }
.commerce-account-data__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.commerce-account-data__fields > div { display: grid; gap: 3px; padding: 10px 12px; background: color-mix(in srgb, var(--template-card) 45%, white); border-radius: 10px; }
.commerce-account-data__fields span { color: var(--site-muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.commerce-account-data__fields strong { color: var(--site-ink); font-size: 13px; overflow-wrap: anywhere; }
.commerce-account-data__fields strong.is-locked { color: var(--template-blue); }
.commerce-account-profile-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.commerce-account-profile-form .commerce-form-error { grid-column: 1 / -1; }
.commerce-account-profile-form .commerce-secondary-action { grid-column: 1 / -1; justify-self: start; }
.commerce-account-addresses { display: grid; gap: 10px; }
.commerce-account-addresses__heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.commerce-account-addresses__heading h3 { margin: 0; color: var(--site-ink); font-size: 14px; }
.commerce-text-button { color: var(--template-blue); cursor: pointer; background: none; border: 0; font: inherit; font-size: 11px; font-weight: 800; }
.commerce-address-list { display: grid; gap: 8px; }
.commerce-address-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; background: color-mix(in srgb, var(--template-card) 45%, white); border-radius: 11px; }
.commerce-address-card__body { min-width: 0; display: grid; gap: 3px; }
.commerce-address-card__body strong { color: var(--site-ink); font-size: 12px; }
.commerce-address-card__body strong small { color: var(--template-blue); font-size: 9px; font-weight: 800; }
.commerce-address-card__body span { color: var(--site-muted); font-size: 10px; line-height: 1.4; overflow-wrap: anywhere; }
.commerce-address-card__actions { display: flex; gap: 8px; }
.commerce-address-card__actions button { color: var(--template-blue); cursor: pointer; background: none; border: 0; font: inherit; font-size: 10px; font-weight: 800; }
.commerce-address-card__actions button:last-child { color: var(--site-muted); }
.commerce-address-empty { margin: 0; padding: 14px; color: var(--site-muted); font-size: 11px; text-align: center; background: color-mix(in srgb, var(--template-card) 40%, white); border-radius: 11px; }
.commerce-address-form { display: grid; gap: 14px; padding: 16px; background: var(--site-surface); border: 1px solid var(--site-line); border-radius: 14px; }
.commerce-address-form__heading { display: flex; align-items: center; justify-content: space-between; }
.commerce-address-form__heading h4 { margin: 0; color: var(--site-ink); font-size: 14px; }
.commerce-form--address { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.commerce-form--address .field-wide { grid-column: 1 / -1; }
.commerce-address-form__actions { display: flex; gap: 10px; justify-content: flex-end; }
.commerce-address-form__error { grid-column: 1 / -1; }

@media (max-width: 560px) {
  .commerce-account-data__fields, .commerce-account-profile-form, .commerce-form--address { grid-template-columns: 1fr; }
}

/* ===== Anti-vazamento de texto (site) ===== */
.commerce-cart-item__body h2,
.commerce-cart-item__body span,
.commerce-cart-item__body strong,
.commerce-cart-item__body strong small,
.commerce-cart-item__end strong,
.commerce-cart-item__end small,
.commerce-summary__rows p,
.commerce-summary__rows p strong,
.commerce-summary__payment-note,
.commerce-summary__installments > span,
.commerce-delivery-card p,
.commerce-delivery-card h1,
.commerce-delivery-card label,
.commerce-delivery-card label small,
.commerce-address-card__body strong,
.commerce-address-card__body span,
.commerce-account-data__fields strong,
.commerce-order-detail span,
.commerce-order-detail h1,
.commerce-order-detail p,
.commerce-order-detail__items span,
.commerce-order-detail__items strong,
.commerce-order-card div span,
.commerce-order-card div strong,
.commerce-order-card div small,
.commerce-order-card b {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Toolbar de pedidos no mobile: empilha busca / filtros */
@media (max-width: 767px) {
  .orders-toolbar { flex-direction: column; align-items: stretch; }
  .orders-search { min-width: 0; }
  .orders-filter { justify-content: flex-start; }
}

/* ===== Frete e instalação no checkout ===== */
.commerce-delivery-quote { display: grid; gap: 10px; padding: 13px 14px; background: color-mix(in srgb, var(--template-card) 50%, white); border: 1px solid var(--site-line); border-radius: 12px; }
.commerce-delivery-quote[hidden] { display: none; }
.commerce-delivery-quote__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0; color: var(--site-muted); font-size: 12px; }
.commerce-delivery-quote__row strong { color: var(--template-blue); font-size: 13px; }
.commerce-install-choice { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.commerce-install-choice input { width: 17px; height: 17px; flex: 0 0 auto; margin: 0; accent-color: var(--template-blue); }
.commerce-install-choice span { display: grid; gap: 2px; }
.commerce-install-choice strong { color: var(--site-ink); font-size: 12px; }
.commerce-install-choice small { color: var(--site-muted); font-size: 10px; line-height: 1.4; }
.commerce-install-choice.is-unavailable { margin: 0; color: var(--site-muted); font-size: 11px; line-height: 1.45; }

/* ===== Diálogos: nunca exibir um <dialog> fechado ===== */
dialog:not([open]) {
  display: none !important;
}

/* ===== Aviso de entrega fora da área (site) ===== */
.commerce-delivery-warning {
  display: block;
  margin: 0;
  padding: 10px 12px;
  color: #8a5a0b;
  background: color-mix(in srgb, #f1bf0a 14%, var(--site-surface, #fff));
  border: 1px solid color-mix(in srgb, #f1bf0a 42%, transparent);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  grid-column: 1 / -1;
}
