:root {
  --black: #0d0d0d;
  --carbon: #1a1a1a;
  --white: #ffffff;
  --gold: #ffc107;
  --gray: #f5f5f5;
  --line: rgba(255, 255, 255, .12);
  --ink: #141414;
  --muted: #6b6b6b;
  --shadow: 0 24px 60px rgba(0, 0, 0, .20);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 14px;
  background: var(--gray);
  color: var(--ink);
  font-family: Poppins, Montserrat, Arial, sans-serif;
}

a,
button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(100% - 44px, 1840px);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(22px, 4vw, 64px);
  background: rgba(13, 13, 13, .94);
  border-bottom: 1px solid rgba(255, 193, 7, .18);
  border-radius: 8px 8px 0 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
}

.brand img,
.footer-brand img {
  width: clamp(172px, 18vw, 288px);
  height: auto;
  display: block;
}

.brand span {
  max-width: 170px;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.1vw, 36px);
  color: var(--white);
  font-weight: 600;
}

.main-nav a,
.main-nav button,
.footer nav a,
.footer nav button {
  background: transparent;
  border: 0;
  color: inherit;
}

.main-nav a,
.main-nav button {
  position: relative;
  padding: 10px 0;
}

.main-nav a.active,
.main-nav button.active {
  color: var(--gold);
}

.main-nav a::after,
.main-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav button:hover::after {
  transform: scaleX(1);
}

.main-nav .whatsapp {
  display: grid;
  gap: 1px;
  padding: 9px 18px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: var(--white);
  line-height: 1.05;
}

.main-nav .whatsapp span {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 500;
}

.main-nav .whatsapp::after {
  display: none;
}

.hero {
  width: min(100% - 44px, 1840px);
  min-height: clamp(560px, 41vw, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(380px, 43%) minmax(520px, 57%);
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, .13), transparent 16%),
    radial-gradient(circle at 73% 82%, rgba(255, 193, 7, .18), transparent 22%),
    linear-gradient(105deg, #030303 0%, #080808 38%, #151515 72%, #050505 100%);
  color: var(--white);
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08), 0 28px 70px rgba(0, 0, 0, .28);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  padding: clamp(48px, 5.2vw, 96px) clamp(36px, 6.2vw, 132px);
  position: relative;
  z-index: 2;
}

.edition,
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.edition::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 2px;
  margin-left: 12px;
  vertical-align: middle;
  background: var(--gold);
}

.hero h1 {
  margin: 0;
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(52px, 5vw, 104px);
  line-height: .9;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 strong,
.hero h1 small {
  display: block;
}

.hero h1 strong {
  color: var(--gold);
  font-weight: 900;
  text-shadow: 0 0 34px rgba(255, 193, 7, .20);
}

.hero h1 small {
  max-width: 720px;
  margin-top: 18px;
  color: var(--white);
  font-family: Poppins, Montserrat, Arial, sans-serif;
  font-size: clamp(17px, 1.45vw, 28px);
  font-weight: 800;
  line-height: 1.12;
}

.hero-indicators {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-indicators li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}

.hero-indicators li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 12px;
  height: 12px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 193, 7, .35);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover,
.filters button:hover,
.product-card:hover,
.floating-actions a:hover,
.floating-actions button:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--gold);
  color: var(--black);
  border: 1px solid var(--gold);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .42);
}

.icon {
  font-size: 18px;
}

.hero-media {
  position: relative;
  min-height: clamp(520px, 41vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  padding: 34px clamp(22px, 4vw, 76px) 52px 0;
}

.hero-media::before {
  content: "T";
  position: absolute;
  right: 6%;
  top: 9%;
  z-index: -1;
  width: clamp(260px, 26vw, 480px);
  height: clamp(260px, 26vw, 480px);
  display: grid;
  place-items: center;
  border: clamp(12px, 1.1vw, 20px) solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  color: rgba(255, 255, 255, .09);
  font-family: Georgia, serif;
  font-size: clamp(190px, 18vw, 360px);
  font-weight: 900;
}

.hero-media img {
  width: min(112%, 900px);
  aspect-ratio: 830 / 485;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  transform: translateX(-2%) rotate(-6deg) scale(1.08);
  filter: drop-shadow(0 42px 56px rgba(0, 0, 0, .62));
}

.hero-badge {
  position: absolute;
  right: clamp(22px, 5vw, 96px);
  bottom: clamp(34px, 7vw, 112px);
  width: 176px;
  height: 176px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  background: rgba(13, 13, 13, .72);
}

.hero-badge span,
.hero-badge strong,
.hero-badge small {
  display: block;
  font-size: 13px;
  line-height: 1.15;
}

.hero-badge strong {
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
}

.hero-badge small {
  color: var(--white);
}
.catalog-section,
.branches-section,
.trust,
.footer {
  width: min(100% - 44px, 1680px);
  margin-inline: auto;
}

.trust h2,
.footer h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.22;
}

.trust p,
.footer p {
  margin: 5px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.catalog-section {
  padding: 18px 0 70px;
}

.branches-section {
  padding: 42px 0 70px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  text-transform: uppercase;
}

.section-count {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.pwa-install-card {
  display: none;
}

.pwa-install-card__icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--gold);
}

.pwa-install-card__icon svg {
  width: 44px;
  height: 44px;
}

.pwa-install-card__body {
  flex: 1;
  min-width: 0;
}

.pwa-install-card__title {
  margin: 0 0 10px;
  color: var(--white);
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(18px, 4.8vw, 22px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.pwa-install-card__text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.pwa-install-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pwa-install-card__btn:active {
  transform: scale(.98);
}

.pwa-install-card.is-hidden {
  display: none !important;
}

body.pwa-modal-open {
  overflow: hidden;
}

.pwa-install-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
}

.pwa-install-modal[hidden] {
  display: none !important;
}

.pwa-install-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}

.pwa-install-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  max-height: min(92vh, 720px);
  overflow: auto;
  padding: 22px 18px 16px;
  background: var(--black);
  border: 2px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  color: var(--white);
}

.pwa-install-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pwa-install-modal__header h2 {
  margin: 0;
  color: var(--gold);
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(17px, 4.5vw, 22px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.pwa-install-modal__close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 193, 7, .45);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.pwa-install-modal__content {
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.55;
}

.pwa-install-lead {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.pwa-install-steps {
  margin: 0;
  padding-left: 1.25rem;
}

.pwa-install-steps--large li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.pwa-install-steps li {
  margin-bottom: 12px;
}

.pwa-install-steps li:last-child {
  margin-bottom: 0;
}

.pwa-share-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 193, 7, .35);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
}

.pwa-share-visual svg {
  width: 56px;
  height: 56px;
  color: var(--gold);
}

.pwa-share-visual span {
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pwa-install-actions {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.pwa-install-actions__primary,
.pwa-install-actions__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.pwa-install-actions__primary {
  border: 0;
  background: var(--gold);
  color: var(--black);
}

.pwa-install-actions__secondary {
  border: 1px solid rgba(255, 193, 7, .55);
  background: transparent;
  color: var(--white);
  text-decoration: none;
}

.pwa-install-actions__secondary:hover,
.pwa-install-actions__secondary:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.pwa-install-neutral {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.pwa-install-modal__feedback {
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 193, 7, .45);
  border-radius: 8px;
  background: rgba(255, 193, 7, .08);
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pwa-install-modal__feedback[hidden] {
  display: none !important;
}

.pwa-install-modal__dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pwa-install-modal__dismiss.is-hidden {
  display: none !important;
}

.pwa-install-modal__help {
  display: block;
  margin-top: 14px;
  padding: 8px 4px 2px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pwa-install-modal__help:hover,
.pwa-install-modal__help:focus-visible {
  color: var(--gold);
}

.pwa-install-modal--guide .pwa-install-modal__panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pwa-install-modal--guide .pwa-install-modal__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.pwa-install-modal--carousel .pwa-install-modal__header h2 {
  letter-spacing: 0.02em;
}

.pwa-install-modal__header.is-hidden,
.pwa-install-modal__close.is-hidden {
  display: none !important;
}

.pwa-guide {
  display: grid;
  gap: 16px;
}

.pwa-guide__intro {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 1.45;
}

.pwa-guide__choices {
  display: grid;
  gap: 12px;
}

.pwa-guide__choice {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 18px 16px;
  border: 2px solid rgba(255, 193, 7, .45);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  font-family: inherit;
  text-align: left;
  transition: border-color .2s ease, transform .2s ease;
}

.pwa-guide__choice:hover,
.pwa-guide__choice:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.pwa-guide__choice:active {
  transform: scale(.99);
}

.pwa-guide__choice-icon {
  font-size: 28px;
  line-height: 1;
}

.pwa-guide__choice-title {
  color: var(--gold);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pwa-guide__choice-desc {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pwa-guide__help-link {
  display: block;
  margin-top: 4px;
  padding: 8px 4px 2px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pwa-guide__help-link:hover,
.pwa-guide__help-link:focus-visible {
  color: var(--gold);
}

.pwa-guide__head {
  display: grid;
  gap: 6px;
}

.pwa-guide__title {
  margin: 0;
  color: var(--gold);
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.pwa-guide__subtitle,
.pwa-guide__page-indicator,
.pwa-guide__step-indicator {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
}

.pwa-guide__steps {
  display: grid;
  gap: 18px;
}

.pwa-guide__step {
  display: grid;
  gap: 10px;
}

.pwa-guide__step-label {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pwa-guide__step-text {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.pwa-guide__note {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}

.pwa-guide__figure {
  margin: 0;
}

.pwa-guide-summary {
  display: grid;
  gap: 18px;
  text-align: center;
}

.pwa-guide-summary__flow {
  margin: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255, 193, 7, .35);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  font-size: clamp(15px, 4.2vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

.pwa-guide-summary__timing {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
}

.pwa-guide-summary__actions {
  display: grid;
  gap: 12px;
}

.pwa-guide-summary__confirm {
  margin: 0;
  padding: 8px 4px 2px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pwa-guide-summary__confirm:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide__image-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide-quick-shell {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.pwa-guide-quick-shell__close {
  position: absolute;
  top: calc(4px + env(safe-area-inset-top, 0px));
  right: 4px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 193, 7, .55);
  border-radius: 8px;
  background: rgba(0, 0, 0, .78);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.pwa-guide-quick-shell__close:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide-quick-shell__frame {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 48px 6px 6px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.pwa-guide-quick-shell__frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pwa-guide-quick-shell__hint {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 8px 2px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.pwa-guide-carousel-shell {
  display: grid;
  grid-template-rows: minmax(28px, 9%) minmax(0, 1fr) minmax(40px, 11%) minmax(112px, 18%);
  gap: 6px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.pwa-guide-carousel-shell__step {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pwa-guide-carousel-shell__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}

.pwa-guide-carousel-shell__image-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  border: 2px solid rgba(255, 193, 7, .28);
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
  cursor: zoom-in;
}

.pwa-guide-carousel-shell__image-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide-carousel-shell__image-btn img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pwa-guide-carousel-shell__text {
  margin: 0;
  color: var(--white);
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pwa-guide-carousel-shell__footer {
  display: grid;
  gap: 10px;
  flex-shrink: 0;
}

.pwa-guide__image-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid rgba(255, 193, 7, .35);
  border-radius: 12px;
  background: rgba(255, 255, 255, .03);
  overflow: hidden;
  cursor: zoom-in;
}

.pwa-guide__image-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide__image-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.pwa-guide__carousel {
  display: grid;
  gap: 14px;
}

.pwa-guide__carousel-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.pwa-guide__carousel-track {
  display: flex;
  transition: transform .28s ease;
  will-change: transform;
}

.pwa-guide__carousel-slide {
  flex: 0 0 100%;
  display: grid;
  gap: 12px;
  min-width: 100%;
}

.pwa-guide__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pwa-guide__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
}

.pwa-guide__dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}

.pwa-guide__dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

.pwa-guide__actions--single {
  grid-template-columns: 1fr;
}

.pwa-guide__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pwa-guide__btn--primary {
  border: 0;
  background: var(--gold);
  color: var(--black);
}

.pwa-guide__btn--secondary {
  border: 1px solid rgba(255, 193, 7, .55);
  background: transparent;
  color: var(--white);
}

.pwa-guide__btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.pwa-guide__done {
  display: grid;
  gap: 14px;
}

.pwa-guide__done-title {
  margin: 0;
  color: var(--gold);
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(20px, 5.4vw, 24px);
  font-weight: 900;
  line-height: 1.2;
}

.pwa-guide__done-lead {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.pwa-guide__done-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pwa-guide__done-list li {
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
}

.pwa-guide__done-footer {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

.pwa-install-success {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 65;
  transform: translateX(-50%);
  max-width: min(calc(100% - 28px), 360px);
  padding: 14px 18px;
  border: 2px solid var(--gold);
  border-radius: 10px;
  background: var(--black);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
}

.pwa-install-success[hidden] {
  display: none !important;
}

.text-link {
  color: var(--black);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
}

.catalog-search {
  margin: 0 0 18px;
}

.search-field {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 680px);
  min-height: 54px;
  border: 1px solid rgba(13, 13, 13, .16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.search-icon {
  width: 18px;
  height: 18px;
  margin-left: 18px;
  border: 2px solid var(--black);
  border-radius: 50%;
  opacity: .72;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  margin: 13px 0 0 -2px;
  border-radius: 999px;
  background: var(--black);
  transform: rotate(45deg);
}

.search-field input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 0;
  outline: 0;
  padding: 0 52px 0 14px;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-weight: 700;
}

.search-field input::placeholder {
  color: rgba(13, 13, 13, .56);
  font-weight: 600;
}

.search-field input::-webkit-search-cancel-button {
  appearance: none;
}

.search-field button {
  position: absolute;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.search-field button[hidden] {
  display: none;
}

.catalog-results-count {
  margin: -6px 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.filters button {
  min-width: 150px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(13, 13, 13, .14);
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.filters button.active {
  background: var(--gold);
  border-color: var(--gold);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(13, 13, 13, .10);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.product-card:hover {
  border-color: rgba(255, 193, 7, .8);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .12);
}

.product-image {
  aspect-ratio: 1.72 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, #fff, #f8f8f8);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  border-radius: 5px;
  background: var(--gold);
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
}

.product-info {
  padding: 18px;
}

.product-info h3 {
  margin: 0;
  min-height: 48px;
  font-size: 18px;
  line-height: 1.15;
}

.meta {
  margin: 5px 0 12px;
  color: var(--carbon);
  font-weight: 500;
}

.debug-sku {
  margin: 6px 0 4px;
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.product-code {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.sizes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.sizes span {
  min-width: 32px;
  padding: 4px 7px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
}

.sizes em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.card-actions a,
.card-actions button {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 7px;
  border: 1px solid rgba(13, 13, 13, .13);
  background: var(--white);
  color: var(--black);
  font-size: 12px;
  font-weight: 800;
}

.card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--gold);
  border-color: var(--gold);
}

.card-actions .product-detail-btn {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.detail-modal-open {
  overflow: hidden;
}

.product-card a,
.product-card button {
  cursor: pointer;
  touch-action: manipulation;
}

@media (pointer: coarse) {
  .product-card .product-image,
  .product-card .product-info h3,
  .product-card .product-info .meta,
  .product-card .product-info .product-code,
  .product-card .product-info .sizes,
  .product-card .product-info .debug-sku {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  .product-card .fav,
  .product-card .card-actions,
  .product-card .product-secondary-actions {
    pointer-events: auto;
  }

  .product-card .product-image img {
    -webkit-touch-callout: none;
  }
}

.product-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  padding: 24px;
}

.product-detail-modal.open {
  display: grid;
  place-items: center;
}

.product-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(8px);
}

.product-detail-card {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-detail-close {
  position: sticky;
  top: 12px;
  left: calc(100% - 54px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 12px 12px -50px auto;
  border: 0;
  border-radius: 7px;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
  gap: 0;
}

.product-detail-gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: 28px;
  background: #f7f7f7;
  border-right: 1px solid rgba(13, 13, 13, .10);
}

.product-detail-main-image {
  min-height: 460px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid rgba(13, 13, 13, .08);
  border-radius: 8px;
}

.product-detail-main-image img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  padding: 18px;
}

.product-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  gap: 10px;
}

.product-detail-thumbs button {
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 7px;
  background: var(--white);
}

.product-detail-thumbs button.active {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(255, 193, 7, .22);
}

.product-detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-info {
  padding: 44px clamp(24px, 4vw, 46px) 32px;
}

.product-detail-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-info h2 {
  margin: 0 0 14px;
  font-family: Montserrat, Poppins, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
}

.product-detail-description {
  margin: 0 0 22px;
  color: var(--carbon);
  font-size: 15px;
  line-height: 1.55;
}

.product-detail-info-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.product-detail-info-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(13, 13, 13, .08);
}

.product-detail-info-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-detail-info-row strong {
  color: var(--black);
  font-size: 15px;
}

.product-detail-section {
  margin-bottom: 22px;
}

.product-detail-section h3 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.product-detail-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-sizes span,
.product-detail-sizes em {
  min-width: 36px;
  padding: 6px 8px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
}

.product-detail-table {
  display: grid;
  gap: 0;
  border: 1px solid rgba(13, 13, 13, .10);
  border-radius: 8px;
  overflow: hidden;
}

.product-detail-table [role="row"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-detail-table [role="row"] > * {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(13, 13, 13, .08);
  font-size: 13px;
}

.product-detail-table [role="row"]:first-child {
  background: rgba(255, 193, 7, .16);
  font-weight: 800;
}

.product-detail-table [role="row"]:last-child > * {
  border-bottom: 0;
}

.product-detail-actions {
  display: grid;
  gap: 10px;
}

.product-detail-actions a,
.product-detail-actions button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 7px;
  border: 1px solid rgba(13, 13, 13, .13);
  font-size: 13px;
  font-weight: 800;
}

.product-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.product-detail-actions button {
  background: var(--white);
  color: var(--black);
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 52px;
  background: var(--carbon);
  color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.trust article {
  padding: 34px 30px;
}

.trust article + article {
  border-left: 1px solid var(--line);
}

.trust span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
}

.trust p,
.footer p {
  color: rgba(255, 255, 255, .68);
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.branch-card {
  min-height: 250px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(13, 13, 13, .10);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .07);
}

.branch-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.branch-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.branch-card p {
  margin: 6px 0;
  color: var(--muted);
  line-height: 1.45;
}

.branch-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.branch-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(13, 13, 13, .13);
  border-radius: 7px;
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
}

.branch-actions a:last-child {
  background: var(--gold);
  border-color: var(--gold);
}

.footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 38px;
  padding: 36px clamp(24px, 4vw, 52px);
  margin-bottom: 34px;
  background: var(--black);
  color: var(--white);
  border-radius: 8px;
}

.footer-brand img {
  max-width: 240px;
}

.footer nav {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer nav a,
.footer nav button {
  width: fit-content;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  text-align: left;
}

.wholesale .btn {
  margin-top: 18px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.floating-actions a,
.floating-actions button {
  min-width: 122px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 193, 7, .54);
  border-radius: 8px;
  background: rgba(13, 13, 13, .88);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: transform .2s ease, background .2s ease;
}

.floating-actions a:last-child {
  background: var(--gold);
  color: var(--black);
}

@media (max-width: 1180px) {
  .site-header,
  .main-nav {
    flex-wrap: wrap;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
    padding-bottom: 18px;
  }

  .hero-media {
    min-height: 390px;
    padding: 0 24px 58px;
  }

  .hero-media img {
    width: min(92%, 680px);
    transform: rotate(-4deg) scale(1.02);
  }

  .trust,
  .branch-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust article:nth-child(3) {
    border-left: 0;
  }

  .trust article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
  }

  .brand span {
    text-align: right;
  }

  .main-nav {
    width: 100%;
    gap: 10px 18px;
    font-size: 14px;
  }

  .hero-copy {
    padding: 42px 22px 18px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero h1 small {
    font-size: 16px;
  }

  .hero-indicators {
    margin-top: 22px;
  }

  .hero-indicators li {
    font-size: 14px;
  }

  .hero-actions,
  .section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-media {
    min-height: 310px;
    padding: 0 10px 48px;
  }

  .hero-media img {
    width: min(112%, 430px);
    transform: rotate(-5deg) scale(1.02);
  }

  .hero-media::before,
  .hero-badge {
    display: none;
  }

  .trust,
  .branches-section,
  .branch-grid,
  .product-grid,
  .footer {
    width: min(100% - 28px, 1680px);
    grid-template-columns: 1fr;
  }

  .trust article,
  .trust article + article {
    border-left: 0;
    border-top: 1px solid rgba(13, 13, 13, .10);
  }

  .trust article:first-child {
    border-top: 0;
  }

  .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .filters button {
    min-width: 0;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    left: 14px;
    right: 14px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .floating-actions a,
  .floating-actions button {
    min-width: 0;
    padding: 0 6px;
    font-size: 10px;
  }

  .section-head-featured,
  .section-head-link {
    display: none;
  }

  .section-head {
    margin-bottom: 14px;
  }

  .section-head-intro .eyebrow {
    margin-bottom: 0;
  }

  .pwa-install-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: min(100% - 28px, 1680px);
    margin: 0 auto 18px;
    padding: 18px 16px;
    background: var(--black);
    border: 2px solid var(--gold);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  }

  .pwa-install-modal {
    padding: 12px;
  }

  .pwa-install-modal__panel {
    width: 100%;
    max-height: 94vh;
    padding: 20px 16px 14px;
  }

  .pwa-install-modal__header h2 {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .pwa-install-modal--guide .pwa-install-modal__panel {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
  }

  .pwa-guide-carousel-shell {
    grid-template-rows: minmax(24px, 8%) minmax(0, 1fr) minmax(36px, 10%) minmax(104px, 17%);
    gap: 4px;
  }

  .pwa-guide-carousel-shell__text {
    font-size: 14px;
  }

  .pwa-guide__btn {
    min-height: 46px;
    font-size: 12px;
  }

  .pwa-guide__choice-title {
    font-size: 15px;
  }

  .pwa-guide__step-text,
  .pwa-guide__done-lead {
    font-size: 15px;
  }

  .pwa-install-modal__content,
  .pwa-install-steps--large li,
  .pwa-install-lead {
    font-size: 17px;
  }
}

.catalog-share {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 28;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 193, 7, .65);
  border-radius: 8px;
  background: rgba(13, 13, 13, .92);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.catalog-share:hover {
  transform: translateY(-2px);
}

.product-secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.product-secondary-actions button {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(13, 13, 13, .12);
  border-radius: 7px;
  background: #f7f7f7;
  color: var(--carbon);
  font-size: 12px;
  font-weight: 800;
}

.product-secondary-actions button:disabled,
.catalog-share:disabled {
  opacity: .72;
  cursor: default;
}

@media (max-width: 720px) {
  .catalog-share {
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .product-secondary-actions {
    grid-template-columns: 1fr 1fr;
  }

  .product-secondary-actions button {
    min-height: 36px;
    font-size: 11px;
  }

  .product-detail-modal {
    padding: 10px;
  }

  .product-detail-card {
    max-height: 94vh;
  }

  .product-detail-layout,
  .product-detail-info-grid,
  .product-detail-actions {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery {
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 13, 13, .10);
  }

  .product-detail-main-image {
    min-height: 310px;
  }

  .product-detail-info {
    padding: 28px 16px 18px;
  }

  .product-detail-close {
    top: 8px;
    margin: 8px 8px -46px auto;
  }
}

.branch-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin: 0 0 18px;
  border-radius: 8px;
  background: #eeeeee;
}


.is-hidden {
  display: none !important;
}






body.has-final-hero {
  padding-top: 0;
  background: #000;
}

body.has-final-hero .site-header {
  display: none;
}

body.has-final-hero .hero.hero-final {
  width: 100%;
  border-radius: 0;
}

@media (max-width: 720px) {
  body.has-final-hero .hero.hero-final {
    width: 100%;
  }
}

.anchor-target {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 18px;
}

.hero-final {
  position: relative;
  width: 100%;
  margin: 0;
  background: #000;
  overflow: hidden;
}

.hero-final-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #000;
}

.hero-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  border: 0;
  outline: none;
}

.hero-hotspot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.hotspot-whatsapp {
  top: 4.2%;
  left: 83%;
  width: 14%;
  height: 7.5%;
}

.hotspot-catalogo {
  top: 71%;
  left: 4%;
  width: 21%;
  height: 8%;
}

.hotspot-sucursales {
  top: 71%;
  left: 26.2%;
  width: 20.5%;
  height: 8%;
}

.nav-catalogo {
  top: 5.4%;
  left: 40.6%;
  width: 6.5%;
  height: 5.4%;
}

.nav-categorias {
  top: 5.4%;
  left: 54.2%;
  width: 8%;
  height: 5.4%;
}

.nav-marcas {
  top: 5.4%;
  left: 62.8%;
  width: 6%;
  height: 5.4%;
}

.nav-novedades {
  top: 5.4%;
  left: 47.4%;
  width: 7%;
  height: 5.4%;
}

.nav-sucursales {
  top: 5.4%;
  left: 70.2%;
  width: 8%;
  height: 5.4%;
}

.nav-contacto {
  top: 5.4%;
  left: 78.5%;
  width: 6%;
  height: 5.4%;
}

@media (max-width: 720px) {
  .anchor-target {
    scroll-margin-top: 10px;
  }
}

.fav {
  color: var(--black);
  font-size: 20px;
  line-height: 1;
  text-indent: 0;
}

.fav.saved {
  color: var(--gold);
  border-color: rgba(255, 193, 7, .85);
  background: var(--black);
}

.staging-env-banner{position:sticky;top:0;z-index:9999;background:#b45309;color:#fff;text-align:center;padding:.5rem;font-weight:700;font-size:.875rem;}
