/** Shopify CDN: Minification failed

Line 78:17 Unexpected "{"
Line 78:26 Expected ":"
Line 85:17 Unexpected "{"
Line 85:26 Expected ":"
Line 3598:0 Unexpected "{"
Line 3602:0 Unexpected "{"
Line 3623:1 Unexpected "{"
Line 3626:1 Unexpected "{"

**/
:root {
  --bg: #141414;
  --surface: #1d1d1d;
  --surface-alt: #252525;
  --text: #f4f4f4;
  --muted: #bbbbbb;
  --accent: #00e3b2;
  --accent-strong: #06f0bf;
  --border: rgba(255, 255, 255, 0.08);
  --radius: 24px;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  --page-width: 1360px;
  --section-space: 2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(circle at top, rgba(88, 42, 255, 0.22), transparent 32%),
    linear-gradient(180deg, #111111 0%, #171717 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

:root {
  --page-width: 1360px;
}

#figura-section-{{ section.id }} .figura-slider{
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:var(--figura-gap);
    overflow:hidden;
}

#figura-section-{{ section.id }} .figura-cat{
    min-width:0;
    width:100%;
    flex:none;
}

@media screen and (max-width: 749px) {
  .page-width {
    width: min(calc(100% - 32px), var(--page-width));
  }
}

@media screen and (max-width: 749px) {
  .page-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.site-main {
  padding-bottom: 3rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(9, 9, 11, 0.92);
  border-bottom: 1px solid var(--border);
}

.site-header__inner,
.site-header__actions,
.site-header__brand,
.desktop-nav__list,
.category-strip,
.section-heading,
.product-card__price,
.product-form__buttons,
.site-footer__bottom {
  display: flex;
  align-items: center;
}

.site-header__inner {
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.site-header__brand {
  gap: 1rem;
  flex-shrink: 0;
  flex-direction: row;
}

.site-logo img,
.site-logo span {
  max-height: 48px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-drawer-toggle,
.header-drawer-close {
  border: 0;
  background: transparent;
  color: var(--text);
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 4px 0;
}

.header-drawer-toggle strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 560px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.header-search input,
.newsletter-form input,
.product-form input {
  border: 0;
  padding: 0.95rem 1.1rem;
}

.header-search input {
  background: transparent;
}

.header-search input,
.header-search button {
  border-radius: 0;
}

.header-search button,
.newsletter-form button,
.button,
.product-card__form button,
.product-form button,
.shopify-payment-button__button {
  border: 0;
  border-radius: 14px;
  padding: 0.9rem 1.25rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #061713;
  font-weight: 700;
}
header, .header, .site-header {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.desktop-nav {
  border-top: 1px solid var(--border);
}

.desktop-nav__list {
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0.9rem 0;
  overflow: auto;
}

.desktop-nav__list a,
.site-header__actions a,
.site-header__location {
  color: #f0f0f0;
  font-size: 0.95rem;
}

.site-header__actions {
  gap: 1rem;
}

.header-action-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  color: #f0f0f0;
  font-size: 0.95rem;
}

.header-action-icon {
  font-size: 0.9rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-menu__panel {
  width: min(92vw, 360px);
  height: 100%;
  padding: 1.25rem;
  background: #111;
  border-right: 1px solid var(--border);
}

.mobile-menu__header,
.newsletter-form,
.main-product__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__links {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.mobile-menu__links a {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border);
}

.home-electronics {
  padding-top: 0;
}

.hero-slider,
.hero-slide,
.rich-banner,
.main-product__grid {
  display: grid;
  gap: 1.5rem;
}

.hero-slider--fullscreen {
  position: relative;
}

.hero-slider__track {
  position: relative;
}

.hero-slide {
  display: none;
  grid-template-columns: 1fr;
  min-height: var(--hero-height);
  padding: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #efefef 0%, #d8d8d8 100%);
  color: #111111;
  align-items: center;
}

.hero-slide.is-active {
  display: grid;
}

.hero-slide__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: var(--hero-inner-gap, 2rem);
  align-items: center;
  min-height: var(--hero-height);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-slide__content {
  max-width: min(100%, var(--hero-content-width, 440px));
}

.hero-slide__content h1,
.main-product__details h1 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.hero-slide__copy {
  color: rgba(17, 17, 17, 0.75);
  line-height: 1.6;
  max-width: 28rem;
}

.hero-slide__price {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
}

.hero-slide__caption {
  margin: 0 0 1.5rem;
  color: rgba(17, 17, 17, 0.72);
}

.hero-slide__media {
  justify-self: end;
}

.hero-slide__media img {
  width: min(100%, var(--hero-media-width, 860px));
  margin-left: auto;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: rgba(120, 120, 120, 0.6);
  color: #ffffff;
  font-size: 2rem;
}

.hero-slider__arrow--prev {
  left: 14px;
}

.hero-slider__arrow--next {
  right: 14px;
}

.hero-slider__dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
}

.hero-slider__dot {
  width: 44px;
  height: 4px;
  border: 0;
  background: rgba(17, 17, 17, 0.22);
}

.hero-slider__dot.is-active {
  background: rgba(17, 17, 17, 0.75);
}

.promo-card__body p,
.site-footer p,
.main-product__description,
.collection-header .rte {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.hero-slide__placeholder,
.product-card__placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(88, 42, 255, 0.2), rgba(0, 227, 178, 0.2));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.button--small {
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
}

.category-strip,
.promo-grid,
.product-grid,
.offer-strip,
.deal-grid,
.mini-feature-strip,
.brand-strip {
  gap: 1rem;
}

.category-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: start;
}

.offer-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
}

.offer-carousel:hover .offer-strip,
.offer-carousel:focus-within .offer-strip {
  animation-play-state: paused;
}

.category-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 124px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.about-page {
  padding: 3rem 0 4rem;
}

.about-page__hero,
.about-page__grid {
  display: grid;
  gap: 1.5rem;
}

.about-page__hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: stretch;
  margin-bottom: 2rem;
}

.about-page__copy,
.about-page__statement,
.about-page__content,
.about-page__value {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-page__copy,
.about-page__content,
.about-page__statement {
  padding: 2rem;
}

.about-page__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.about-page h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.98;
}

.about-page__lead,
.about-page__statement p,
.about-page__rte,
.about-page__value p {
  color: var(--muted);
}

.about-page__lead {
  margin: 1rem 0 0;
  max-width: 44rem;
  font-size: 1.04rem;
  line-height: 1.7;
}

.about-page__statement {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-page__statement span,
.about-page__value span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page__statement p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.35;
  font-weight: 700;
}

.about-page__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: start;
}

.about-page__content h2 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
}

.about-page__rte {
  line-height: 1.8;
}

.about-page__rte + .about-page__rte {
  margin-top: 1.25rem;
}

.about-page__values {
  display: grid;
  gap: 1rem;
}

.about-page__value {
  padding: 1.25rem;
}

.about-page__value h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.about-page__value p {
  margin: 0;
  line-height: 1.65;
}

@media screen and (max-width: 989px) {
  .about-page__hero,
  .about-page__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .about-page {
    padding: 2rem 0 3rem;
  }

  .about-page__copy,
  .about-page__content,
  .about-page__statement {
    padding: 1.35rem;
  }

  .about-page__statement p {
    font-size: 1.2rem;
  }
}


.category-strip::-webkit-scrollbar {
  display: none;
}
:root {
  --bg: #141414;
  --surface: #1d1d1d;
  --surface-alt: #252525;
  --text: #f4f4f4;
  --muted: #bbbbbb;
  --accent: #00e3b2;
  --accent-strong: #06f0bf;
  --border: rgba(255, 255, 255, 0.08);
  --radius: 24px;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
  --page-width: 1360px;
  --section-space: 2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  background: var(--bg);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.page-width {
  width: min(calc(100% - 32px), var(--page-width));
  margin: 0 auto;
}

.site-main {
  padding-bottom: 3rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(9, 9, 11, 0.92);
  border-bottom: 1px solid var(--border);
}

.site-header__inner,
.site-header__actions,
.site-header__brand,
.desktop-nav__list,
.category-strip,
.section-heading,
.product-card__price,
.product-form__buttons,
.site-footer__bottom {
  display: flex;
  align-items: center;
}

.site-header__inner {
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.site-header__brand {
  gap: 1rem;
  flex-shrink: 0;
  flex-direction: row;
}

.site-logo img,
.site-logo span {
  max-height: 48px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-drawer-toggle,
.header-drawer-close {
  border: 0;
  background: transparent;
  color: var(--text);
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 4px 0;
}

.header-drawer-toggle strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 560px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.header-search input,
.newsletter-form input,
.product-form input {
  border: 0;
  padding: 0.95rem 1.1rem;
}

.header-search input {
  background: transparent;
}

.header-search input,
.header-search button {
  border-radius: 0;
}

.header-search button,
.newsletter-form button,
.button,
.product-card__form button,
.product-form button,
.shopify-payment-button__button {
  border: 0;
  border-radius: 14px;
  padding: 0.9rem 1.25rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #061713;
  font-weight: 700;
}

.desktop-nav {
  border-top: 1px solid var(--border);
}

.desktop-nav__list {
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0.9rem 0;
  overflow: auto;
}

.desktop-nav__list a,
.site-header__actions a,
.site-header__location {
  color: #f0f0f0;
  font-size: 0.95rem;
}

.site-header__actions {
  gap: 1rem;
}

.header-action-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  color: #f0f0f0;
  font-size: 0.95rem;
}

.header-action-icon {
  font-size: 0.9rem;
}

.header-action-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__cart-count {
  font-size: 0.9rem;
}

.desktop-nav {
  display: none !important;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.58);
  padding: 1rem;
}

.mobile-menu__panel {
  width: min(96vw, 980px);
  max-height: calc(100vh - 2rem);
  padding: 1.25rem;
  overflow: auto;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.mobile-menu__header,
.newsletter-form,
.main-product__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-page {
  padding: 3rem 0 4rem;
}

.contact-page__hero,
.contact-page__grid {
  display: grid;
  gap: 1.5rem;
}

.contact-page__hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  align-items: stretch;
  margin-bottom: 2rem;
}

.contact-page__copy,
.contact-page__panel,
.contact-page__content,
.contact-page__form-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-page__copy,
.contact-page__content,
.contact-page__form-wrap {
  padding: 2rem;
}

.contact-page__panel {
  padding: 1.25rem;
  display: grid;
  gap: 1rem;
}

.contact-page__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-page h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.98;
}

.contact-page__lead,
.contact-page__section-heading p,
.contact-page__details p,
.contact-page__card p {
  color: var(--muted);
}

.contact-page__lead {
  margin: 1rem 0 0;
  max-width: 44rem;
  font-size: 1.04rem;
  line-height: 1.7;
}

.contact-page__card {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-page__card span,
.contact-page__details span,
.contact-form__field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.contact-page__card a,
.contact-page__card p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.contact-page__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.contact-page__section-heading {
  margin-bottom: 1.5rem;
}

.contact-page__section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: 1.65rem;
}

.contact-page__rte {
  line-height: 1.8;
}

.contact-page__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.contact-page__details div {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-page__details p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form__message {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-size: 0.95rem;
}

.contact-form__message--success {
  background: rgba(0, 227, 178, 0.12);
  border: 1px solid rgba(0, 227, 178, 0.35);
}

.contact-form__message--error {
  background: rgba(255, 99, 99, 0.12);
  border: 1px solid rgba(255, 99, 99, 0.35);
}

@media screen and (max-width: 989px) {
  .contact-page__hero,
  .contact-page__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .contact-page {
    padding: 2rem 0 3rem;
  }

  .contact-page__copy,
  .contact-page__content,
  .contact-page__form-wrap {
    padding: 1.35rem;
  }

  .contact-page__details {
    grid-template-columns: 1fr;
  }
}

.about-page {
  padding: 3rem 0 4rem;
}

.about-page__hero,
.about-page__grid {
  display: grid;
  gap: 1.5rem;
}

.about-page__hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: stretch;
  margin-bottom: 2rem;
}

.about-page__copy,
.about-page__statement,
.about-page__content,
.about-page__value {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-page__copy,
.about-page__content,
.about-page__statement {
  padding: 2rem;
}

.about-page__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.about-page h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.98;
}

.about-page__lead,
.about-page__statement p,
.about-page__rte,
.about-page__value p {
  color: var(--muted);
}

.about-page__lead {
  margin: 1rem 0 0;
  max-width: 44rem;
  font-size: 1.04rem;
  line-height: 1.7;
}

.about-page__statement {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-page__statement span,
.about-page__value span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page__statement p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.35;
  font-weight: 700;
}

.about-page__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: start;
}

.about-page__content h2 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
}

.about-page__rte {
  line-height: 1.8;
}

.about-page__rte + .about-page__rte {
  margin-top: 1.25rem;
}

.about-page__values {
  display: grid;
  gap: 1rem;
}

.about-page__value {
  padding: 1.25rem;
}

.about-page__value h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.about-page__value p {
  margin: 0;
  line-height: 1.65;
}

@media screen and (max-width: 989px) {
  .about-page__hero,
  .about-page__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .about-page {
    padding: 2rem 0 3rem;
  }

  .about-page__copy,
  .about-page__content,
  .about-page__statement {
    padding: 1.35rem;
  }

  .about-page__statement p {
    font-size: 1.2rem;
  }
}

.mobile-menu__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1fr);
  margin-top: 1rem;
}

.mobile-menu__primary {
  padding: 1.5rem;
  background: #2b2b2b;
  display: grid;
  justify-items: center;
}

.mobile-menu__secondary {
  padding: 1.5rem 1.75rem;
  background: #181818;
}

.mobile-menu__eyebrow {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.mobile-menu__links,
.mobile-menu__sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  width: min(100%, 30rem);
}

.mobile-menu__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-menu__link.is-active {
  color: #061713;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  padding: 1rem 1.1rem;
  margin: 0 -1.1rem;
  border-bottom-color: transparent;
}

.mobile-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  font-size: 0;
  line-height: 1;
  flex-shrink: 0;
}

.mobile-menu__chevron::before {
  content: "\203A";
  font-size: 1.55rem;
  line-height: 1;
}

.mobile-menu__panel-view {
  display: none;
}

.mobile-menu__panel-view.is-active {
  display: block;
}

.mobile-menu__panel-title {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.mobile-menu__sublinks li + li {
  margin-top: 0.35rem;
}

.mobile-menu__sublinks a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu__empty {
  display: grid;
  gap: 1rem;
  max-width: 24rem;
}

.mobile-menu__empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.home-electronics {
  padding-top: 0;
}

.hero-slider,
.hero-slide,
.rich-banner,
.main-product__grid {
  display: grid;
  gap: 1.5rem;
}

.hero-slider--fullscreen {
  position: relative;
  min-height: var(--hero-height);
}

.hero-slider__track {
  position: relative;
  min-height: var(--hero-height);
}

.hero-slide {
  display: none;
  grid-template-columns: 1fr;
  min-height: var(--hero-height);
  padding: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #efefef 0%, #d8d8d8 100%);
  color: #111111;
  align-items: center;
}

.hero-slide.is-active {
  display: grid;
}

.hero-slide__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: var(--hero-inner-gap, 2rem);
  align-items: center;
  min-height: var(--hero-height);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-slide__content {
  max-width: min(100%, var(--hero-content-width, 440px));
}

.hero-slide__content h1,
.main-product__details h1 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.hero-slide__copy {
  color: rgba(17, 17, 17, 0.75);
  line-height: 1.6;
  max-width: 28rem;
}

.hero-slide__price {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
}

.hero-slide__caption {
  margin: 0 0 1.5rem;
  color: rgba(17, 17, 17, 0.72);
}

.hero-slide__media {
  justify-self: end;
}

.hero-slide__media img {
  width: min(100%, var(--hero-media-width, 860px));
  margin-left: auto;
}

.hero-slider__arrow {
  position: absolute;
  top: calc(var(--hero-height) / 2);
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: rgba(120, 120, 120, 0.6);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
}

.hero-slider__arrow--prev {
  left: 14px;
}

.hero-slider__arrow--next {
  right: 14px;
}

.hero-slider__dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
}

.hero-slider__dot {
  width: 44px;
  height: 4px;
  border: 0;
  background: rgba(17, 17, 17, 0.22);
}

.hero-slider__dot.is-active {
  background: rgba(17, 17, 17, 0.75);
}

.promo-card__body p,
.site-footer p,
.main-product__description,
.collection-header .rte {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.hero-slide__placeholder,
.product-card__placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(88, 42, 255, 0.2), rgba(0, 227, 178, 0.2));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
}

.button--small {
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
}

.category-strip,
.promo-grid,
.product-grid,
.offer-strip,
.deal-grid,
.mini-feature-strip,
.brand-strip {
  gap: 1rem;
}

.category-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: start;
  width: min(100%, var(--category-content-max-width, 100%));
  margin-left: auto;
  margin-right: auto;
}

.offer-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
}

.offer-carousel:hover .offer-strip,
.offer-carousel:focus-within .offer-strip {
  animation-play-state: paused;
}

.category-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 124px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-pill {
  text-align: center;
  color: #f4f4f4;
}

.category-pill__panel {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 1rem 0.8rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(75, 53, 145, 0.9), rgba(34, 34, 64, 0.95));
  border: 1px solid rgba(162, 138, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.category-pill img,
.category-pill__placeholder {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 auto;
}

.category-pill__placeholder {
  fill: rgba(255, 255, 255, 0.9);
}

.category-pill__title {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.95rem;
  line-height: 1.3;
}

.scroll-button {
  width: 38px;
  height: 88px;
  border: 0;
  border-radius: 12px;
  align-self: start;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.scroll-button[disabled] {
  opacity: 0.35;
  cursor: default;
}

.content-section {
  padding-top: var(--section-padding-top, var(--section-space));
  padding-bottom: var(--section-padding-bottom, 0);
  background: var(--section-bg, transparent);
}

.home-categories-section,
.home-offers-section {
  background: var(--section-bg, #000000);
}

.home-promo-grid-section {
  padding-top: var(--section-padding-top, var(--section-space));
  padding-bottom: var(--promo-padding-bottom, 0);
  background: var(--section-bg, transparent);
}

.home-promo-grid-section .page-width,
.home-promo-grid-section .home-promo-grid-section__full {
  padding-top: 0;
}

.home-promo-grid-section__full {
  width: min(100%, 100%);
  padding-left: 16px;
  padding-right: 16px;
}

.content-section--hero-gap {
  padding-top: var(--section-padding-top, 48px);
}

.content-section--section-gap {
  padding-top: var(--section-padding-top, 48px);
}

.section-heading {
  justify-content: space-between;
  margin-bottom: var(--section-heading-spacing, 1rem);
  text-align: var(--section-heading-align, left);
}

.section-heading h2,
.site-footer h2,
.collection-header h1 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--section-heading-color, inherit);
}

.promo-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-promo-grid-section .promo-grid {
  grid-template-columns: repeat(var(--promo-columns, 4), minmax(0, 1fr));
  column-gap: var(--promo-column-gap, 16px);
  row-gap: var(--promo-row-gap, 16px);
}

.offer-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--offer-card-width, 360px);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.offer-strip::-webkit-scrollbar {
  display: none;
}

.offer-tile,
.deal-card,
.mini-feature,
.brand-tile,
.trust-card,
.wide-banner {
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.offer-tile {
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: center;
  background: var(--offer-card-bg, linear-gradient(135deg, #ffffff, #f0f3ff));
  color: var(--offer-text-color, #0f1720);
  overflow: hidden;
  min-height: var(--offer-min-height, 112px);
  scroll-snap-align: start;
  border-radius: var(--offer-radius, var(--radius));
}

.offer-tile__image {
  min-height: var(--offer-min-height, 112px);
  display: grid;
  place-items: center;
  padding: 0.85rem 1rem;
  background: var(--offer-image-bg, #ffffff);
  border-right: 1px solid rgba(15, 23, 32, 0.12);
}

.offer-tile__image img,
.offer-tile__placeholder {
  width: auto;
  max-width: 100%;
  max-height: 52px;
  height: auto;
  object-fit: contain;
}

.offer-tile__placeholder {
  height: 44px;
  fill: rgba(15, 23, 32, 0.45);
}

.offer-tile__content {
  padding: 1rem;
}

.offer-tile__content h3,
.deal-card__body h3,
.trust-card h3 {
  margin: 0 0 0.35rem;
}

.offer-tile__content h3 {
  color: var(--offer-heading-color, #0f1720);
}

.offer-tile__content p {
  margin: 0;
  color: var(--offer-body-color, rgba(15, 23, 32, 0.72));
}

.promo-card,
.product-card,
.site-footer__newsletter,
.site-footer__menu,
.main-product__details,
.main-product__media {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.98), rgba(24, 24, 24, 0.98));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.promo-card__body,
.product-card__content,
.site-footer__newsletter,
.site-footer__menu,
.main-product__details {
  padding: 1.25rem;
}

.promo-card__body h3,
.site-footer__menu h3,
.main-product__details h1,
.promo-popup__content h2 {
  color: #ffffff;
}

.promo-card__media {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at top, rgba(128, 87, 255, 0.22), transparent 38%),
    linear-gradient(180deg, #2d2b39, #171717);
  position: relative;
}

.promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  fill: rgba(255, 255, 255, 0.7);
}

.promo-card__price {
  margin: 0 0 0.5rem;
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 700;
}

.promo-card--product {
  background: var(--promo-card-bg, #ffffff);
  border: 1px solid rgba(15, 23, 32, 0.12);
  border-radius: var(--promo-card-radius, 0);
  color: #111111;
  box-shadow: none;
}

.promo-card--product .promo-card__media {
  aspect-ratio: 1 / 1.18;
  background: var(--promo-media-bg, #f7f5f2);
}

.promo-card--product .promo-card__media img {
  object-fit: contain;
  padding: 1.25rem;
}

.promo-card--product .promo-card__body {
  padding: 0.9rem 0;
  background: var(--promo-card-bg, #ffffff);
}

.promo-card--product .promo-card__body h3 {
  margin: 0;
  color: var(--promo-title-color, #1b1b1b);
  font-size: 1.05rem;
  font-weight: 500;
}

.promo-card--product .promo-card__price {
  margin: 0.35rem 0 0;
  color: var(--promo-price-color, #1b1b1b) !important;
  font-size: 1.1rem;
  font-weight: 700;
}

.promo-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--promo-nav-color, #111111);
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.25rem;
}

.promo-card__nav--prev {
  left: 14px;
}

.promo-card__nav--next {
  right: 14px;
}

.promo-card__quick-action {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(17, 17, 17, 0.28);
  background: var(--promo-action-bg, rgba(255, 255, 255, 0.94));
  color: var(--promo-action-color, #111111);
  font-size: 1.8rem;
  line-height: 1;
}

.product-card__media {
  display: block;
  aspect-ratio: 4 / 4;
  background:
    radial-gradient(circle at top, rgba(128, 87, 255, 0.28), transparent 42%),
    linear-gradient(180deg, #253346, #281c33);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.product-card__content {
  display: grid;
  gap: 0.8rem;
}

.product-card__title {
  font-size: 1.1rem;
  font-weight: 600;
}

.product-card__price {
  gap: 0.6rem;
}

.product-card__compare,
.main-product__price span {
  color: #9f9f9f;
  text-decoration: line-through;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(var(--deal-columns, 4), minmax(0, 1fr));
  gap: var(--deal-gap, 1rem);
}

.deal-card {
  background: var(--deal-card-bg,
    radial-gradient(circle at top left, rgba(220, 83, 255, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(69, 190, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #223243, #2f1837));
  overflow: hidden;
  border-radius: var(--deal-radius, var(--radius));
}

.deal-card__media {
  aspect-ratio: 4 / 4.7;
}

.deal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.deal-card__body {
  padding: 1.15rem;
}

.deal-card__body h3 {
  color: var(--deal-title-color, #ffffff);
}

.deal-card__body p {
  margin: 0.35rem 0 0;
  color: var(--deal-text-color, rgba(255, 255, 255, 0.74));
}

.deal-card__price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--deal-price-color, #fff) !important;
}

.rich-banner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  align-items: center;
  padding: 1.75rem;
  margin-top: 1.75rem;
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 20% 30%, rgba(210, 64, 255, 0.28), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 132, 0, 0.22), transparent 24%),
    linear-gradient(135deg, #23151f, #30241b 55%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wide-banner {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background: var(--banner-bg,
    radial-gradient(circle at 10% 10%, rgba(192, 71, 255, 0.25), transparent 22%),
    linear-gradient(135deg, #2f141e, #1a1613 48%, #0f0f0f 100%));
  border-radius: var(--banner-radius, var(--radius));
}

.wide-banner--reverse .wide-banner__media {
  order: 2;
}

.wide-banner--reverse .wide-banner__copy {
  order: 1;
}

.wide-banner__media {
  min-height: var(--banner-media-min-height, 280px);
}

.wide-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-banner__copy {
  padding: var(--banner-content-padding, 2rem);
  background: var(--banner-content-bg, transparent);
  color: var(--banner-text-color, #ffffff);
}

.wide-banner__copy h2 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  color: var(--banner-heading-color, #ffffff);
}

.wide-banner__copy p:not(.eyebrow) {
  color: var(--banner-body-color, rgba(255, 255, 255, 0.78));
}

.mini-feature-strip {
  display: grid;
  grid-template-columns: repeat(var(--feature-columns, 5), minmax(0, 1fr));
  gap: var(--feature-gap, 1rem);
}

.mini-feature {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding: 1.25rem;
  background: var(--feature-card-bg, linear-gradient(180deg, rgba(28, 35, 58, 0.95), rgba(23, 26, 39, 0.95)));
  text-align: center;
  color: var(--feature-text-color, #ffffff);
  border-radius: var(--feature-radius, var(--radius));
}

.mini-feature img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(var(--trust-columns, 3), minmax(0, 1fr));
  gap: var(--trust-gap, 1rem);
}

.trust-card {
  padding: 1.5rem;
  background: var(--trust-card-bg,
    radial-gradient(circle at center, rgba(111, 70, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #23405f, #1a2436 38%, #234f78));
  color: var(--trust-title-color, #ffffff);
  border-radius: var(--trust-radius, var(--radius));
}

.trust-card p {
  margin: 0;
  color: var(--trust-text-color, rgba(255, 255, 255, 0.8));
}

.trust-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(var(--brand-columns, 5), minmax(0, 1fr));
  gap: var(--brand-gap, 1rem);
}

.brand-tile {
  display: grid;
  place-items: center;
  min-height: var(--brand-min-height, 140px);
  padding: 1rem;
  background: var(--brand-tile-bg, #3a3a3a);
  color: var(--brand-text-color, #ffffff);
  border-radius: var(--brand-radius, var(--radius));
}

.brand-tile img {
  max-width: 150px;
  max-height: 64px;
  object-fit: contain;
}

.rich-banner__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.rich-banner__copy h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.overlay-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.overlay-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 540px);
  margin: 7vh auto;
  padding: 2rem;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.overlay-card--compact {
  width: min(92vw, 410px);
}

.overlay-card h2 {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
}

.overlay-card p,
.overlay-card small {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
}

.overlay-card input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--accent);
  background: #181818;
  color: #ffffff;
}

.overlay-card__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
}

.overlay-outline-button,
.overlay-card__submit {
  width: 100%;
  margin-top: 1rem;
}

.overlay-outline-button {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #f7f7f7;
}

.overlay-card__divider {
  display: block;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.account-auth__tabs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.account-auth__tab {
  padding: 0.95rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #ffffff;
  font-weight: 700;
}

.account-auth__tab.is-active {
  text-decoration: underline;
}

.account-auth__or {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.account-auth__panel {
  display: none;
}

.account-auth__panel.is-active {
  display: block;
}

.account-auth__check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  font-weight: 700;
}

.account-auth__check input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--accent);
}

.account-drawer {
  position: fixed;
  inset: 0;
  z-index: 72;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.48);
}

.account-drawer__panel {
  width: min(88vw, 300px);
  min-height: 100%;
  margin-left: auto;
  padding: 1.5rem;
  background: #1d1d1d;
  color: #ffffff;
  pointer-events: auto;
}

.account-drawer__close {
  position: static;
  display: block;
  margin-left: auto;
}

.account-drawer__menu {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 1.35rem;
}

.account-drawer__menu a,
.account-drawer__logout {
  display: grid;
  gap: 0.2rem;
  color: #ffffff;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

.account-drawer__menu span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.promo-popup.is-visible {
  display: grid;
  place-items: center;
}

.promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--popup-overlay-opacity, 0.72));
}

.promo-popup__card {
  position: relative;
  z-index: 1;
  width: min(92vw, 860px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  background: var(--popup-card-bg, linear-gradient(180deg, #1c1c1c, #101010));
  border: 1px solid var(--border);
  border-radius: var(--popup-radius, calc(var(--radius) + 4px));
  overflow: hidden;
}

.promo-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-popup__content {
  padding: 2rem;
  color: var(--popup-text-color, #ffffff);
}

.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.promo-popup__content h2 {
  color: var(--popup-heading-color, #ffffff);
}

.home-hero-section {
  background: var(--section-bg, transparent);
}

.home-hero-section .hero-slide__content h1 {
  color: var(--hero-text-color, #ffffff);
}

.home-hero-section .hero-slide__copy {
  color: var(--hero-copy-color, rgba(255, 255, 255, 0.82));
}

.home-hero-section .hero-slide__price {
  color: var(--hero-price-color, #ffffff);
}

.home-hero-section .hero-slide__caption {
  color: var(--hero-caption-color, rgba(255, 255, 255, 0.7));
}

.category-strip {
  gap: var(--category-gap, 1rem);
  justify-content: var(--category-content-justify, start);
}

.category-pill {
  background: var(--category-card-bg, transparent);
  color: var(--category-text-color, inherit);
  border-radius: var(--category-radius, var(--radius));
}

.category-pill__panel {
  background: var(--category-panel-bg, rgba(255, 255, 255, 0.08));
}

.home-featured-collection-section .featured-collection-grid {
  grid-template-columns: repeat(var(--featured-columns, 4), minmax(0, 1fr));
  gap: var(--featured-gap, 1rem);
}

.main-product,
.main-collection {
  padding-top: 2rem;
}

.main-product__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}

.main-product__media {
  min-height: 400px;
}

.main-product__media img {
  width: 100%;
  height: auto;
}

.main-product__details {
  display: grid;
  gap: 1rem;
}

.main-product__details label {
  color: rgba(255, 255, 255, 0.78);
}

.main-product__price strong {
  font-size: 1.8rem;
}

.product-form {
  display: grid;
  gap: 0.9rem;
}

.product-form input {
  border-radius: 12px;
}

.product-form__buttons {
  gap: 0.85rem;
  flex-wrap: wrap;
}

.main-404 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.main-404__card {
  max-width: 520px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.98), rgba(24, 24, 24, 0.98));
  text-align: center;
}

.main-404__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-404__card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.main-404__card p:last-of-type {
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  padding: 3rem 0 0;
  background: rgba(10, 10, 10, 0.85);
  border-top: 1px solid var(--border);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.site-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.site-footer__bottom {
  justify-content: center;
  padding: 1.5rem 0;
  color: #9d9d9d;
}

@media (max-width: 989px) {
  .site-header__inner,
  .site-header__actions {
    flex-wrap: wrap;
  }

  .mobile-menu {
    padding: 0;
  }

  .mobile-menu__panel {
    width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    padding: 1rem;
  }

  .mobile-menu__layout {
    grid-template-columns: 1fr;
  }

  .hero-slide,
  .rich-banner,
  .wide-banner,
  .main-product__grid,
  .promo-popup__card,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .hero-slide__inner {
    grid-template-columns: 1fr;
    padding: 2rem 0 4rem;
  }

  .promo-grid,
  .product-grid,
  .deal-grid,
  .mini-feature-strip,
  .brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-promo-grid-section .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-deal-grid-section .deal-grid,
  .home-mini-features-section .mini-feature-strip,
  .home-brands-section .brand-strip,
  .home-featured-collection-section .featured-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-strip,
  .trust-grid,
  .home-trust-section .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .desktop-nav,
  .site-header__location {
    display: none;
  }

  .mobile-menu__primary,
  .mobile-menu__secondary {
    padding: 1rem;
  }

  .mobile-menu__secondary {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .hero-slide {
    min-height: var(--hero-height-mobile, auto);
  }

  .hero-slider--fullscreen,
  .hero-slider__track {
    min-height: var(--hero-height-mobile, auto);
  }

  .hero-slide__inner {
    min-height: var(--hero-height-mobile, auto);
    gap: 1.5rem;
    padding: 1.5rem 0 4rem;
  }

  .hero-slide__content {
    max-width: 100%;
  }

  .hero-slide__media img {
    width: 100%;
  }

  .hero-slider__arrow {
    top: calc(var(--hero-height-mobile, var(--hero-height)) / 2);
    width: 44px;
    height: 44px;
  }

  .promo-grid,
  .product-grid,
  .deal-grid,
  .mini-feature-strip,
  .brand-strip {
    grid-template-columns: 1fr;
  }

  .home-promo-grid-section .promo-grid {
    grid-template-columns: repeat(var(--promo-mobile-columns, 1), minmax(0, 1fr));
  }

  .home-deal-grid-section .deal-grid {
    grid-template-columns: repeat(var(--deal-columns-mobile, 1), minmax(0, 1fr));
  }

  .home-mini-features-section .mini-feature-strip {
    grid-template-columns: repeat(var(--feature-columns-mobile, 1), minmax(0, 1fr));
  }

  .home-brands-section .brand-strip {
    grid-template-columns: repeat(var(--brand-columns-mobile, 1), minmax(0, 1fr));
  }

  .home-trust-section .trust-grid {
    grid-template-columns: repeat(var(--trust-columns-mobile, 1), minmax(0, 1fr));
  }

  .home-featured-collection-section .featured-collection-grid {
    grid-template-columns: repeat(var(--featured-columns-mobile, 1), minmax(0, 1fr));
  }

  .category-carousel {
    grid-template-columns: 1fr;
  }

  .offer-carousel {
    grid-template-columns: 1fr;
  }

  .offer-strip {
    grid-auto-columns: 88%;
  }

  .scroll-button {
    display: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }
}

.category-pill {
  text-align: center;
  color: #f4f4f4;
}

.category-pill__panel {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 1rem 0.8rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(75, 53, 145, 0.9), rgba(34, 34, 64, 0.95));
  border: 1px solid rgba(162, 138, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.category-pill img,
.category-pill__placeholder {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0 auto;
}

.category-pill__placeholder {
  fill: rgba(255, 255, 255, 0.9);
}

.category-pill__title {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.95rem;
  line-height: 1.3;
}

.scroll-button {
  width: 38px;
  height: 88px;
  border: 0;
  border-radius: 12px;
  align-self: start;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.scroll-button[disabled] {
  opacity: 0.35;
  cursor: default;
}

.content-section {
  padding-top: var(--section-space);
}

.home-promo-grid-section {
  padding-top: var(--promo-section-gap, var(--section-space));
  padding-bottom: var(--promo-padding-bottom, 0);
}

.home-promo-grid-section .page-width,
.home-promo-grid-section .home-promo-grid-section__full {
  padding-top: var(--promo-padding-top, 0);
}

.home-promo-grid-section__full {
  width: min(100%, 100%);
  padding-left: 16px;
  padding-right: 16px;
}

.content-section--hero-gap {
  padding-top: 48px;
}

.content-section--section-gap {
  padding-top: 48px;
}

.section-heading {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.section-heading h2,
.site-footer h2,
.collection-header h1 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.promo-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-promo-grid-section .promo-grid {
  grid-template-columns: repeat(var(--promo-columns, 4), minmax(0, 1fr));
  column-gap: var(--promo-column-gap, 16px);
  row-gap: var(--promo-row-gap, 16px);
}

.offer-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 360px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.offer-strip::-webkit-scrollbar {
  display: none;
}

.offer-tile,
.deal-card,
.mini-feature,
.brand-tile,
.trust-card,
.wide-banner {
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.offer-tile {
  display: grid;
  grid-template-columns: 148px 1fr;
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #f0f3ff);
  color: #0f1720;
  overflow: hidden;
  min-height: 112px;
  scroll-snap-align: start;
}

.offer-tile__image {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 0.85rem 1rem;
  background: #ffffff;
  border-right: 1px solid rgba(15, 23, 32, 0.12);
}

.offer-tile__image img,
.offer-tile__placeholder {
  width: auto;
  max-width: 100%;
  max-height: 52px;
  height: auto;
  object-fit: contain;
}

.offer-tile__placeholder {
  height: 44px;
  fill: rgba(15, 23, 32, 0.45);
}

.offer-tile__content {
  padding: 1rem;
}

.offer-tile__content h3,
.deal-card__body h3,
.trust-card h3 {
  margin: 0 0 0.35rem;
}

.offer-tile__content p {
  margin: 0;
  color: rgba(15, 23, 32, 0.72);
}

.promo-card,
.product-card,
.site-footer__newsletter,
.site-footer__menu,
.main-product__details,
.main-product__media {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.98), rgba(24, 24, 24, 0.98));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.promo-card__body,
.product-card__content,
.site-footer__newsletter,
.site-footer__menu,
.main-product__details {
  padding: 1.25rem;
}

.promo-card__body h3,
.site-footer__menu h3,
.main-product__details h1,
.promo-popup__content h2 {
  color: #ffffff;
}

.promo-card__media {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at top, rgba(128, 87, 255, 0.22), transparent 38%),
    linear-gradient(180deg, #2d2b39, #171717);
  position: relative;
}

.promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  fill: rgba(255, 255, 255, 0.7);
}

.promo-card__price {
  margin: 0 0 0.5rem;
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 700;
}

.promo-card--product {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 32, 0.12);
  border-radius: 0;
  color: #111111;
  box-shadow: none;
}

.promo-card--product .promo-card__media {
  aspect-ratio: 1 / 1.18;
  background: #f7f5f2;
}

.promo-card--product .promo-card__media img {
  object-fit: contain;
  padding: 1.25rem;
}

.promo-card--product .promo-card__body {
  padding: 0.9rem 0;
  background: #ffffff;
}

.promo-card--product .promo-card__body h3 {
  margin: 0;
  color: #1b1b1b;
  font-size: 1.05rem;
  font-weight: 500;
}

.promo-card--product .promo-card__price {
  margin: 0.35rem 0 0;
  color: #1b1b1b !important;
  font-size: 1.1rem;
  font-weight: 700;
}

.promo-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.25rem;
}

.promo-card__nav--prev {
  left: 14px;
}

.promo-card__nav--next {
  right: 14px;
}

.promo-card__quick-action {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(17, 17, 17, 0.28);
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  font-size: 1.8rem;
  line-height: 1;
}

.product-card__media {
  display: block;
  aspect-ratio: 4 / 4;
  background:
    radial-gradient(circle at top, rgba(128, 87, 255, 0.28), transparent 42%),
    linear-gradient(180deg, #253346, #281c33);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.product-card__content {
  display: grid;
  gap: 0.8rem;
}

.product-card__title {
  font-size: 1.1rem;
  font-weight: 600;
}

.product-card__price {
  gap: 0.6rem;
}

.product-card__compare,
.main-product__price span {
  color: #9f9f9f;
  text-decoration: line-through;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.deal-card {
  background:
    radial-gradient(circle at top left, rgba(220, 83, 255, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(69, 190, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #223243, #2f1837);
  overflow: hidden;
}

.deal-card__media {
  aspect-ratio: 4 / 4.7;
}

.deal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.deal-card__body {
  padding: 1.15rem;
}

.deal-card__body p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.deal-card__price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff !important;
}

.rich-banner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  align-items: center;
  padding: 1.75rem;
  margin-top: 1.75rem;
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 20% 30%, rgba(210, 64, 255, 0.28), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 132, 0, 0.22), transparent 24%),
    linear-gradient(135deg, #23151f, #30241b 55%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wide-banner {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(192, 71, 255, 0.25), transparent 22%),
    linear-gradient(135deg, #2f141e, #1a1613 48%, #0f0f0f 100%);
}

.wide-banner__media {
  min-height: 280px;
}

.wide-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wide-banner__copy {
  padding: 2rem;
}

.wide-banner__copy h2 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
}

.wide-banner__copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.mini-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mini-feature {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(28, 35, 58, 0.95), rgba(23, 26, 39, 0.95));
  text-align: center;
}

.mini-feature img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  padding: 1.5rem;
  background:
    radial-gradient(circle at center, rgba(111, 70, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #23405f, #1a2436 38%, #234f78);
}

.trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.trust-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.brand-tile {
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 1rem;
  background: #3a3a3a;
}

.brand-tile img {
  max-width: 150px;
  max-height: 64px;
  object-fit: contain;
}

.rich-banner__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.rich-banner__copy h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.overlay-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.overlay-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 540px);
  margin: 7vh auto;
  padding: 2rem;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.overlay-card--compact {
  width: min(92vw, 410px);
}

.overlay-card h2 {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
}

.overlay-card p,
.overlay-card small {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
}

.overlay-card input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--accent);
  background: #181818;
  color: #ffffff;
}

.overlay-card__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
}

.overlay-outline-button,
.overlay-card__submit {
  width: 100%;
  margin-top: 1rem;
}

.overlay-outline-button {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #f7f7f7;
}

.overlay-card__divider {
  display: block;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.account-auth__tabs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.account-auth__tab {
  padding: 0.95rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #ffffff;
  font-weight: 700;
}

.account-auth__tab.is-active {
  text-decoration: underline;
}

.account-auth__or {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.account-auth__panel {
  display: none;
}

.account-auth__panel.is-active {
  display: block;
}

.account-auth__check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  font-weight: 700;
}

.account-auth__check input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--accent);
}

.account-drawer {
  position: fixed;
  inset: 0;
  z-index: 72;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.48);
}

.account-drawer__panel {
  width: min(88vw, 300px);
  min-height: 100%;
  margin-left: auto;
  padding: 1.5rem;
  background: #1d1d1d;
  color: #ffffff;
  pointer-events: auto;
}

.account-drawer__close {
  position: static;
  display: block;
  margin-left: auto;
}

.account-drawer__menu {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 1.35rem;
}

.account-drawer__menu a,
.account-drawer__logout {
  display: grid;
  gap: 0.2rem;
  color: #ffffff;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

.account-drawer__menu span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.promo-popup.is-visible {
  display: grid;
  place-items: center;
}

.promo-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.promo-popup__card {
  position: relative;
  z-index: 1;
  width: min(92vw, 860px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  background: linear-gradient(180deg, #1c1c1c, #101010);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
}

.promo-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-popup__content {
  padding: 2rem;
}

.promo-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.main-product,
.main-collection {
  padding-top: 2rem;
}

.main-product__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}

.main-product__media {
  min-height: 400px;
}

.main-product__media img {
  width: 100%;
  height: auto;
}

.main-product__details {
  display: grid;
  gap: 1rem;
}

.main-product__details label {
  color: rgba(255, 255, 255, 0.78);
}

.main-product__price strong {
  font-size: 1.8rem;
}

.product-form {
  display: grid;
  gap: 0.9rem;
}

.product-form input {
  border-radius: 12px;
}

.product-form__buttons {
  gap: 0.85rem;
  flex-wrap: wrap;
}

.main-404 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.main-404__card {
  max-width: 520px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.98), rgba(24, 24, 24, 0.98));
  text-align: center;
}

.main-404__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-404__card h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.main-404__card p:last-of-type {
  margin: 1rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  padding: 3rem 0 0;
  background: rgba(10, 10, 10, 0.85);
  border-top: 1px solid var(--border);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.site-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.site-footer__bottom {
  justify-content: center;
  padding: 1.5rem 0;
  color: #9d9d9d;
}

@media (max-width: 989px) {
  .site-header__inner,
  .site-header__actions {
    flex-wrap: wrap;
  }

  .hero-slide,
  .rich-banner,
  .wide-banner,
  .main-product__grid,
  .promo-popup__card,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .hero-slide__inner {
    grid-template-columns: 1fr;
    padding: 2rem 0 4rem;
  }

  .promo-grid,
  .product-grid,
  .deal-grid,
  .mini-feature-strip,
  .brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-promo-grid-section .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-strip,
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .desktop-nav,
  .site-header__location {
    display: none;
  }

  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .hero-slide {
    min-height: var(--hero-height-mobile, auto);
  }

  .hero-slide__inner {
    min-height: var(--hero-height-mobile, auto);
    gap: 1.5rem;
    padding: 1.5rem 0 4rem;
  }

  .hero-slide__content {
    max-width: 100%;
  }

  .hero-slide__media img {
    width: 100%;
  }

  .hero-slider__arrow {
    width: 44px;
    height: 44px;
  }

  .promo-grid,
  .product-grid,
  .deal-grid,
  .mini-feature-strip,
  .brand-strip {
    grid-template-columns: 1fr;
  }

  .home-promo-grid-section .promo-grid {
    grid-template-columns: repeat(var(--promo-mobile-columns, 1), minmax(0, 1fr));
  }

  .category-carousel {
    grid-template-columns: 1fr;
  }

  .offer-carousel {
    grid-template-columns: 1fr;
  }

  .offer-strip {
    grid-auto-columns: 88%;
  }

  .scroll-button {
    display: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }
}
{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
{
 margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.header__heading-link, 
.header__heading, 
.header .logo-text {
  font-size: 32px !important;
  font-weight: bold !important;
}
.header__heading-link, 
.header__heading, 
.header .logo-text {
  font-size: 32px !important;
  font-weight: bold !important;
}
.header__heading-logo {
  max-width: 200px !important;
  width: 200px !important;
  height: auto !important;
}
 {
  display: none !important;
}
 {
  display: none !important;
}
.desktop-nav,
.desktop-nav__list {
  display: none !important;
}

.site-header {
  background: #05070d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.site-logo,
.site-logo span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 520px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.header-search input {
  border: 0;
  padding: 14px 16px;
  font-size: 14px;
  background: #ffffff;
  color: #111111;
}

.header-search button {
  border: 0;
  padding: 14px 22px;
  background: #1dd8ba;
  color: #05110d;
  font-weight: 700;
  cursor: pointer;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-action-button,
.site-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.site-header__location {
  display: inline-flex !important;
  align-items: center;
}

.header-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 14px;
  line-height: 1;
}

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

.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.mobile-menu__panel {
  width: 520px !important;
  max-width: 92vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #1a1a1a !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

.mobile-menu__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 22px !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu__layout {
  display: block !important;
}

.mobile-menu__primary {
  background: #2d2d2d !important;
  padding: 18px 22px !important;
}

.mobile-menu__eyebrow {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mobile-menu__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu__simple-link {
  display: block;
  padding: 14px 16px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  background: #171717;
  border-radius: 8px;
}

.mobile-menu__simple-link:hover {
  background: #20d4b4;
  color: #000;
}

.overlay-panel[hidden],
.account-drawer[hidden] {
  display: none !important;
}

@media (max-width: 989px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .mobile-menu__panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 749px) {
  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .site-logo,
  .site-logo span {
    font-size: 1.55rem;
  }

  .header-drawer-toggle strong,
  .header-action-button,
  .site-header__cart,
  .site-header__location {
    font-size: 13px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .header-search input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .header-search button {
    padding: 12px 16px;
    font-size: 13px;
  }
}
.desktop-nav,
.desktop-nav__list {
  display: none !important;
}

.site-header {
  background: #05070d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.site-logo,
.site-logo span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.site-logo img {
  max-height: 48px;
  width: auto;
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 520px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.header-search input {
  border: 0;
  padding: 14px 16px;
  font-size: 14px;
  background: #ffffff;
  color: #111111;
}

.header-search button {
  border: 0;
  padding: 14px 22px;
  background: #1dd8ba;
  color: #05110d;
  font-weight: 700;
  cursor: pointer;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-action-button,
.site-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.site-header__location {
  display: inline-flex !important;
  align-items: center;
}

.header-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 14px;
  line-height: 1;
}

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

.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.mobile-menu__panel {
  width: 520px !important;
  max-width: 92vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #1a1a1a !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

.mobile-menu__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 22px !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu__layout {
  display: block !important;
}

.mobile-menu__primary {
  background: #2d2d2d !important;
  padding: 18px 22px !important;
}

.mobile-menu__eyebrow {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mobile-menu__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu__simple-link {
  display: block;
  padding: 14px 16px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  background: #171717;
  border-radius: 8px;
}

.mobile-menu__simple-link:hover {
  background: #20d4b4;
  color: #000;
}

.overlay-panel[hidden],
.account-drawer[hidden] {
  display: none !important;
}

.login-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.login-popup__container {
  position: relative;
  z-index: 1;
  width: min(92vw, 500px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.login-popup__content {
  padding: 32px 24px;
}

.login-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.login-popup__header h2 {
  margin: 0 0 8px;
}

.login-popup__header p {
  margin: 0 0 20px;
  color: #666;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 14px;
}

.form-group--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.forgot-password {
  color: #111;
  font-size: 13px;
  text-decoration: none;
}

.login-popup__submit {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.login-popup__footer {
  margin-top: 16px;
  text-align: center;
}

.login-popup__footer a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.overlay-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  margin: 60px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.overlay-card__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.overlay-outline-button,
.overlay-card__submit,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.overlay-outline-button {
  border: 1px solid #ccc;
  background: #fff;
  color: #111;
}

.overlay-card__submit,
.button {
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.overlay-card__divider {
  display: block;
  text-align: center;
  margin: 12px 0;
  color: #888;
}

.account-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
}

.account-drawer__panel {
  width: min(92vw, 380px);
  height: 100vh;
  margin-left: auto;
  background: #fff;
  padding: 24px;
  overflow-y: auto;
}

.account-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-drawer__menu li + li {
  margin-top: 10px;
}

.account-drawer__menu a {
  display: block;
  padding: 12px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.account-drawer__menu strong {
  display: block;
  margin-bottom: 4px;
}

.account-drawer__menu span {
  color: #666;
  font-size: 13px;
}

@media (max-width: 989px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .mobile-menu__panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 749px) {
  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .site-logo,
  .site-logo span {
    font-size: 1.55rem;
  }

  .header-drawer-toggle strong,
  .header-action-button,
  .site-header__cart,
  .site-header__location {
    font-size: 13px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .header-search input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .header-search button {
    padding: 12px 16px;
    font-size: 13px;
  }
}
.desktop-nav,
.desktop-nav__list {
  display: none !important;
}

.site-header {
  background: #05070d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.site-logo,
.site-logo span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.site-logo img {
  max-height: 48px;
  width: auto;
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 520px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.header-search input {
  border: 0;
  padding: 14px 16px;
  font-size: 14px;
  background: #ffffff;
  color: #111111;
}

.header-search button {
  border: 0;
  padding: 14px 22px;
  background: #1dd8ba;
  color: #05110d;
  font-weight: 700;
  cursor: pointer;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-action-button,
.site-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.site-header__location {
  display: inline-flex !important;
  align-items: center;
}

.header-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 14px;
  line-height: 1;
}

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

.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.mobile-menu__panel {
  width: 520px !important;
  max-width: 92vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #1a1a1a !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

.mobile-menu__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 22px !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu__layout {
  display: block !important;
}

.mobile-menu__primary {
  background: #2d2d2d !important;
  padding: 18px 22px !important;
}

.mobile-menu__eyebrow {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mobile-menu__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu__simple-link {
  display: block;
  padding: 14px 16px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  background: #171717;
  border-radius: 8px;
}

.mobile-menu__simple-link:hover {
  background: #20d4b4;
  color: #000;
}

.overlay-panel[hidden],
.account-drawer[hidden] {
  display: none !important;
}

.login-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.login-popup__container {
  position: relative;
  z-index: 1;
  width: min(92vw, 500px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.login-popup__content {
  padding: 32px 24px;
}

.login-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.login-popup__header h2 {
  margin: 0 0 8px;
}

.login-popup__header p {
  margin: 0 0 20px;
  color: #666;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 14px;
}

.form-group--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.forgot-password {
  color: #111;
  font-size: 13px;
  text-decoration: none;
}

.login-popup__submit {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.login-popup__footer {
  margin-top: 16px;
  text-align: center;
}

.login-popup__footer a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.overlay-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  margin: 60px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.overlay-card__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.overlay-outline-button,
.overlay-card__submit,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.overlay-outline-button {
  border: 1px solid #ccc;
  background: #fff;
  color: #111;
}

.overlay-card__submit,
.button {
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.overlay-card__divider {
  display: block;
  text-align: center;
  margin: 12px 0;
  color: #888;
}

.account-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
}

.account-drawer__panel {
  width: min(92vw, 380px);
  height: 100vh;
  margin-left: auto;
  background: #fff;
  padding: 24px;
  overflow-y: auto;
}

.account-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-drawer__menu li + li {
  margin-top: 10px;
}

.account-drawer__menu a {
  display: block;
  padding: 12px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.account-drawer__menu strong {
  display: block;
  margin-bottom: 4px;
}

.account-drawer__menu span {
  color: #666;
  font-size: 13px;
}

@media (max-width: 989px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .mobile-menu__panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 749px) {
  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .site-logo,
  .site-logo span {
    font-size: 1.55rem;
  }

  .header-drawer-toggle strong,
  .header-action-button,
  .site-header__cart,
  .site-header__location {
    font-size: 13px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .header-search input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .header-search button {
    padding: 12px 16px;
    font-size: 13px;
  }
}
.desktop-nav,
.desktop-nav__list {
  display: none !important;
}

.site-header {
  background: #05070d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.site-logo,
.site-logo span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.site-logo img {
  max-height: 48px;
  width: auto;
}

.header-drawer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.header-drawer-toggle__icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.header-drawer-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.header-search {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 520px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

.header-search input {
  border: 0;
  padding: 14px 16px;
  font-size: 14px;
  background: #ffffff;
  color: #111111;
}

.header-search button {
  border: 0;
  padding: 14px 22px;
  background: #1dd8ba;
  color: #05110d;
  font-weight: 700;
  cursor: pointer;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-action-button,
.site-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.site-header__location {
  display: inline-flex !important;
  align-items: center;
}

.header-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 14px;
  line-height: 1;
}

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

.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.mobile-menu__panel {
  width: 520px !important;
  max-width: 92vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #1a1a1a !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}

.mobile-menu__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 22px !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mobile-menu__layout {
  display: block !important;
}

.mobile-menu__primary {
  background: #2d2d2d !important;
  padding: 18px 22px !important;
}

.mobile-menu__eyebrow {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.mobile-menu__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-menu__simple-link {
  display: block;
  padding: 14px 16px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  background: #171717;
  border-radius: 8px;
}

.mobile-menu__simple-link:hover {
  background: #20d4b4;
  color: #000;
}

.overlay-panel[hidden],
.account-drawer[hidden] {
  display: none !important;
}

.login-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.login-popup__container {
  position: relative;
  z-index: 1;
  width: min(92vw, 500px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.login-popup__content {
  padding: 32px 24px;
}

.login-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.login-popup__header h2 {
  margin: 0 0 8px;
}

.login-popup__header p {
  margin: 0 0 20px;
  color: #666;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-size: 14px;
}

.form-group--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.forgot-password {
  color: #111;
  font-size: 13px;
  text-decoration: none;
}

.login-popup__submit {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.login-popup__footer {
  margin-top: 16px;
  text-align: center;
}

.login-popup__footer a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.overlay-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  margin: 60px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.overlay-card__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 28px;
  cursor: pointer;
}

.overlay-outline-button,
.overlay-card__submit,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.overlay-outline-button {
  border: 1px solid #ccc;
  background: #fff;
  color: #111;
}

.overlay-card__submit,
.button {
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.overlay-card__divider {
  display: block;
  text-align: center;
  margin: 12px 0;
  color: #888;
}

.account-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
}

.account-drawer__panel {
  width: min(92vw, 380px);
  height: 100vh;
  margin-left: auto;
  background: #fff;
  padding: 24px;
  overflow-y: auto;
}

.account-drawer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-drawer__menu li + li {
  margin-top: 10px;
}

.account-drawer__menu a {
  display: block;
  padding: 12px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.account-drawer__menu strong {
  display: block;
  margin-bottom: 4px;
}

.account-drawer__menu span {
  color: #666;
  font-size: 13px;
}

@media (max-width: 989px) {
  .site-header__inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-search {
    order: 3;
    width: 100%;
    max-width: none;
  }

  .site-header__actions {
    width: 100%;
    justify-content: space-between;
  }

  .mobile-menu__panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 749px) {
  .page-width {
    width: min(calc(100% - 20px), var(--page-width));
  }

  .site-logo,
  .site-logo span {
    font-size: 1.55rem;
  }

  .header-drawer-toggle strong,
  .header-action-button,
  .site-header__cart,
  .site-header__location {
    font-size: 13px;
  }

  .site-header__actions {
    gap: 10px;
  }

  .header-search input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .header-search button {
    padding: 12px 16px;
    font-size: 13px;
  }
}
/* Only Mega Popup CSS - Header affect ஆகாது */

.mega-overlay {
  display: none;
  position: fixed;
  inset: 86px 0 0;
  background: rgba(0,0,0,.55);
  z-index: 998;
}

body.mega-open .mega-overlay {
  display: block;
}

.croma-mega-menu {
  display: none;
  position: fixed;
  top: 86px;
  left: 24px;
  right: 24px;
  width: auto;
  min-height: 560px;
  background: #151515;
  color: #fff;
  z-index: 999;
  grid-template-columns: 35% 32.5% 32.5%;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}

body.mega-open .croma-mega-menu {
  display: grid;
}

.croma-mega-menu * {
  box-sizing: border-box;
}

.mega-col {
  padding: 24px;
}

.mega-left {
  background: #101010;
}

.mega-middle {
  background: #181818;
  border-right: 3px solid #19d3a2;
}

.mega-right {
  background: #202020;
}

.croma-mega-menu h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
}

.croma-mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.croma-mega-menu li {
  min-height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.croma-mega-menu li:hover {
  background: #19d3a2;
  color: #000;
}

.croma-mega-menu a {
  color: inherit;
  text-decoration: none;
}

.mega-group {
  margin-bottom: 24px;
}

.menu-close-text {
  display: none;
}

body.mega-open .menu-open-text {
  display: none;
}

body.mega-open .menu-close-text {
  display: inline;
}
.home-categories-section .category-carousel {
  width: min(100%, calc(var(--category-content-max-width, 100%) - 32px));
}

.home-categories-section .category-strip {
  justify-content: center;
  padding-inline: 6px;
}

.home-categories-section .category-pill {
  position: relative;
}

.home-categories-section .category-pill::after {
  content: "\203A";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  line-height: 1;
  pointer-events: none;
}

.home-categories-section .category-pill__panel {
  padding-right: 2rem;
}

@media (max-width: 749px) {
  .home-categories-section .category-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .home-categories-section .scroll-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-self: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.35rem;
  }

  .home-categories-section .category-strip {
    justify-content: start;
    grid-auto-columns: minmax(112px, 128px);
  }

  .home-categories-section .category-pill::after {
    right: 10px;
    font-size: 1.2rem;
  }
}
.home-categories-section .category-carousel {
  width: min(100%, calc(var(--category-content-max-width, 100%) - 32px));
}

.home-categories-section .category-strip {
  justify-content: center;
  padding-inline: 6px;
}

.home-categories-section .category-pill {
  position: relative;
}

.home-categories-section .category-pill::after {
  content: none;
}

.home-categories-section .category-pill__panel {
  padding-right: 0.8rem;
  margin-bottom: 0.35rem;
}

.home-categories-section .category-pill__title {
  margin-top: 0.2rem;
}

@media (max-width: 749px) {
  .home-categories-section .category-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .home-categories-section .scroll-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-self: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    pointer-events: auto;
  }

  .home-categories-section .category-strip {
    justify-content: start;
    grid-auto-columns: minmax(112px, 128px);
  }

  .home-categories-section .category-pill::after {
    content: none;
  }
}
.home-categories-section .category-carousel {
  width: min(100%, calc(var(--category-content-max-width, 100%) - 32px));
}

.home-categories-section .category-strip {
  justify-content: center;
  padding-inline: 6px;
}

.home-categories-section .category-pill {
  position: relative;
}

.home-categories-section .category-pill::after {
  content: none;
}

.home-categories-section .category-pill__panel {
  padding-right: 0.8rem;
  margin-bottom: 0.35rem;
}

.home-categories-section .category-pill__title {
  margin-top: 0.2rem;
}

@media (max-width: 749px) {
  .home-categories-section .category-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .home-categories-section .scroll-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-self: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .home-categories-section .category-strip {
    justify-content: start;
    grid-auto-columns: minmax(112px, 128px);
  }

  .home-categories-section .category-pill::after {
    content: none;
  }
}
.home-categories-section .category-carousel {
  width: min(100%, calc(var(--category-content-max-width, 100%) - 32px));
}

.home-categories-section .category-strip {
  justify-content: center;
  padding-inline: 6px;
}

.home-categories-section .category-pill {
  position: relative;
}

.home-categories-section .category-pill::after {
  content: none;
}

.home-categories-section .category-pill__panel {
  padding-right: 0.8rem;
  margin-bottom: 0.35rem;
}

.home-categories-section .category-pill__title {
  margin-top: 0.2rem;
}

@media (max-width: 749px) {
  .home-categories-section .category-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .home-categories-section .scroll-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-self: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .home-categories-section .category-strip {
    justify-content: start;
    grid-auto-columns: minmax(112px, 128px);
  }

  .home-categories-section .category-pill::after {
    content: none;
  }
}
.home-categories-section .category-carousel {
  width: min(100%, calc(var(--category-content-max-width, 100%) - 32px));
}

.home-categories-section .category-strip {
  justify-content: center;
  padding-inline: 6px;
}

.home-categories-section .category-pill {
  position: relative;
}

.home-categories-section .category-pill::after {
  content: none;
}

.home-categories-section .category-pill__panel {
  padding-right: 0.8rem;
  margin-bottom: 0.35rem;
}

.home-categories-section .category-pill__title {
  margin-top: 0.2rem;
}

@media (max-width: 749px) {
  .home-categories-section .category-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
  }

  .home-categories-section .scroll-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    align-self: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .home-categories-section .category-strip {
    justify-content: start;
    grid-auto-columns: minmax(112px, 128px);
  }

  .home-categories-section .category-pill::after {
    content: none;
  }
}
.h-captcha,
.hcaptcha-box,
iframe[src*="hcaptcha"],
div[data-hcaptcha-widget-id],
.grecaptcha-badge,
iframe[title*="hCaptcha"],
iframe[title*="captcha"],
div[aria-label*="hCaptcha"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: -1 !important;
}
.home-offers-section .scroll-button {
  display: none !important;
}

.home-offers-section .section-heading {
  display: block;
  margin-bottom: var(--section-heading-spacing, 1rem);
}

.home-offers-section .section-heading h2 {
  display: block;
  color: var(--section-heading-color, #f5f7fb);
}
.bank-offers-section .bank-offers-section__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.bank-offers-section .bank-offers-section__heading-wrap {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
}

.bank-offers-section .bank-offers-section__carousel {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
}

.bank-offers-section .bank-offers-section__track {
  justify-content: center;
}

@media (max-width: 749px) {
  .bank-offers-section .bank-offers-section__track {
    justify-content: start;
  }
}
.bank-offers-section .bank-offers-section__inner {
  width: min(calc(100% - 32px), 1240px);
  margin: 0 auto;
}

.bank-offers-section .bank-offers-section__heading-wrap {
  width: 100%;
  margin: 0 0 16px;
  text-align: left;
}

.bank-offers-section .bank-offers-section__heading {
  text-align: left;
}

.bank-offers-section .bank-offers-section__carousel {
  width: 100%;
  margin: 0 auto;
}

.bank-offers-section .bank-offers-section__track {
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 749px) {
  .bank-offers-section .bank-offers-section__inner {
    width: min(calc(100% - 20px), 1240px);
  }

  .bank-offers-section .bank-offers-section__track {
    justify-content: start;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.bank-offers-section {
  background: var(--bank-offers-bg, transparent);
  padding-top: var(--bank-offers-padding-top, 40px);
  padding-bottom: var(--bank-offers-padding-bottom, 0);
}

.bank-offers-section .bank-offers-section__inner {
  width: min(calc(100% - 32px), 1320px);
  margin: 0 auto;
}

.bank-offers-section .bank-offers-section__heading-wrap {
  margin-bottom: var(--bank-offers-heading-spacing, 16px);
  text-align: left;
}

.bank-offers-section .bank-offers-section__heading {
  margin: 0;
  color: var(--bank-offers-heading-color, #f5f7fb);
  font-size: var(--bank-offers-heading-size, 28px);
  line-height: 1.2;
  text-align: left;
}

.bank-offers-section .bank-offers-section__carousel {
  overflow: hidden;
}

.bank-offers-section .bank-offers-section__viewport {
  overflow: hidden;
}

.bank-offers-section .bank-offers-section__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--bank-offers-card-gap, 16px) * (var(--bank-offers-visible-cards, 4) - 1))) / var(--bank-offers-visible-cards, 4));
  gap: var(--bank-offers-card-gap, 16px);
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.bank-offers-section .bank-offers-section__track::-webkit-scrollbar {
  display: none;
}

.bank-offers-section .bank-offer-card {
  display: grid;
  grid-template-columns: var(--bank-offers-image-width, 140px) 1fr;
  align-items: center;
  min-height: var(--bank-offers-card-height, 120px);
  background: var(--bank-offers-card-bg, #f3f6ff);
  border-radius: var(--bank-offers-radius, 16px);
  overflow: hidden;
}

.bank-offers-section .bank-offer-card__image {
  min-height: var(--bank-offers-card-height, 120px);
  display: grid;
  place-items: center;
  padding: 12px;
  background: var(--bank-offers-image-bg, #ffffff);
  border-right: 1px solid rgba(15, 23, 32, 0.12);
}

.bank-offers-section .bank-offer-card__image img,
.bank-offers-section .bank-offer-card__placeholder {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.bank-offers-section .bank-offer-card__content {
  padding: 18px;
}

.bank-offers-section .bank-offer-card__content h3 {
  margin: 0 0 8px;
  color: var(--bank-offers-title-color, #0f1720);
  font-size: 18px;
  line-height: 1.25;
}

.bank-offers-section .bank-offer-card__content p {
  margin: 0;
  color: var(--bank-offers-text-color, #4a5567);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 749px) {
  .bank-offers-section .bank-offers-section__inner {
    width: min(calc(100% - 20px), 1320px);
  }

  .bank-offers-section .bank-offers-section__heading {
    font-size: max(20px, calc(var(--bank-offers-heading-size, 28px) - 4px));
  }

  .bank-offers-section .bank-offers-section__track {
    grid-auto-columns: minmax(260px, 82vw);
  }

  .bank-offers-section .bank-offer-card__content {
    padding: 14px;
  }
}
.bank-offers-section {
  background: var(--bank-offers-bg);
  padding-top: var(--bank-offers-padding-top);
  padding-bottom: var(--bank-offers-padding-bottom);
  overflow: hidden;
}

.bank-offers-section .bank-offers-section__header h2 {
  margin: 0;
  color: var(--bank-offers-heading-color);
  font-size: var(--bank-offers-heading-size);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.bank-offers-section .bank-offers-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.bank-offers-section .bank-offers-slider__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.bank-offers-section .bank-offers-slider__viewport::-webkit-scrollbar {
  display: none;
}

.bank-offers-section .bank-offers-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--bank-offers-card-length);
  gap: var(--bank-offers-gap);
  align-items: stretch;
}

.bank-offers-section .bank-offer-card__link {
  display: grid;
  grid-template-columns: var(--bank-offers-logo-width) minmax(0, 1fr);
  min-height: var(--bank-offers-card-height);
  background: var(--bank-offers-card-bg);
  color: var(--bank-offers-card-text);
  border-radius: var(--bank-offers-radius);
  overflow: hidden;
  border: 1px solid rgba(12, 23, 36, 0.08);
  box-shadow: 0 12px 30px rgba(10, 24, 39, 0.08);
}

.bank-offers-section .bank-offer-card__logo-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 14px 12px;
  background: var(--bank-offers-logo-bg);
  border-right: 1px solid rgba(12, 23, 36, 0.08);
  text-align: center;
}

.bank-offers-section .bank-offer-card__content {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
}

.bank-offers-section .bank-offer-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--bank-offers-card-text);
}

.bank-offers-section .bank-offer-card__subtitle {
  color: var(--bank-offers-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bank-offers-section .bank-offers-slider__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bank-offers-heading-color);
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 989px) {
  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: minmax(300px, 78vw);
  }
}

@media (max-width: 749px) {
  .bank-offers-section .bank-offers-slider {
    grid-template-columns: 1fr;
  }

  .bank-offers-section .bank-offers-slider__arrow {
    display: none;
  }

  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: 88%;
  }

  .bank-offers-section .bank-offer-card__link {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bank-offers-section .bank-offer-card h3 {
    font-size: 17px;
  }

  .bank-offers-section .bank-offer-card__subtitle {
    font-size: 13px;
  }
}
.bank-offers-section {
  background: var(--bank-offers-bg);
  padding-top: var(--bank-offers-padding-top);
  padding-bottom: var(--bank-offers-padding-bottom);
  overflow: hidden;
}

.bank-offers-section .bank-offers-section__header {
  margin-bottom: 16px;
}

.bank-offers-section .bank-offers-section__header h2 {
  margin: 0;
  color: var(--bank-offers-heading-color);
  font-size: var(--bank-offers-heading-size);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.bank-offers-section .bank-offers-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.bank-offers-section .bank-offers-slider__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.bank-offers-section .bank-offers-slider__viewport::-webkit-scrollbar {
  display: none;
}

.bank-offers-section .bank-offers-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--bank-offers-card-length);
  gap: var(--bank-offers-gap);
  align-items: stretch;
}

.bank-offers-section .bank-offer-card {
  min-width: 0;
}

.bank-offers-section .bank-offer-card__link {
  display: grid;
  grid-template-columns: var(--bank-offers-logo-width) minmax(0, 1fr);
  min-height: var(--bank-offers-card-height);
  background: var(--bank-offers-card-bg);
  color: var(--bank-offers-card-text);
  border-radius: var(--bank-offers-radius);
  overflow: hidden;
  border: 1px solid rgba(12, 23, 36, 0.08);
  box-shadow: 0 12px 30px rgba(10, 24, 39, 0.08);
}

.bank-offers-section .bank-offer-card__link[aria-disabled="true"] {
  cursor: default;
}

.bank-offers-section .bank-offer-card__logo-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 14px 12px;
  background: var(--bank-offers-logo-bg);
  border-right: 1px solid rgba(12, 23, 36, 0.08);
  text-align: center;
}

.bank-offers-section .bank-offer-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 77, 255, 0.08);
  color: #0a58ca;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bank-offers-section .bank-offer-card__logo {
  max-width: 100%;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.bank-offers-section .bank-offer-card__logo-text {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bank-offers-section .bank-offer-card__content {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
}

.bank-offers-section .bank-offer-card__kicker,
.bank-offers-section .bank-offer-card__subtitle,
.bank-offers-section .bank-offer-card__footer {
  margin: 0;
}

.bank-offers-section .bank-offer-card__kicker {
  color: var(--bank-offers-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bank-offers-section .bank-offer-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--bank-offers-card-text);
}

.bank-offers-section .bank-offer-card__subtitle {
  color: var(--bank-offers-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bank-offers-section .bank-offer-card__footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--bank-offers-card-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.bank-offers-section .bank-offer-card__footer-arrow {
  font-size: 14px;
}

.bank-offers-section .bank-offers-slider__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bank-offers-heading-color);
  font-size: 24px;
  line-height: 1;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.bank-offers-section .bank-offers-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.24);
}

.bank-offers-section .bank-offers-slider__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

@media screen and (max-width: 989px) {
  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: minmax(300px, 78vw);
  }
}

@media screen and (max-width: 749px) {
  .bank-offers-section .bank-offers-slider {
    grid-template-columns: 1fr;
  }

  .bank-offers-section .bank-offers-slider__arrow {
    display: none;
  }

  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: 88%;
  }

  .bank-offers-section .bank-offer-card__link {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bank-offers-section .bank-offer-card h3 {
    font-size: 17px;
  }

  .bank-offers-section .bank-offer-card__subtitle {
    font-size: 13px;
  }
}
.bank-offers-section {
  background: var(--bank-offers-bg);
  padding-top: var(--bank-offers-padding-top);
  padding-bottom: var(--bank-offers-padding-bottom);
  overflow: hidden;
}

.bank-offers-section .bank-offers-section__header {
  margin-bottom: 16px;
}

.bank-offers-section .bank-offers-section__header h2 {
  margin: 0;
  color: var(--bank-offers-heading-color);
  font-size: var(--bank-offers-heading-size);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.bank-offers-section .bank-offers-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.bank-offers-section .bank-offers-slider__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.bank-offers-section .bank-offers-slider__viewport::-webkit-scrollbar {
  display: none;
}

.bank-offers-section .bank-offers-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--bank-offers-card-length);
  gap: var(--bank-offers-gap);
  align-items: stretch;
}

.bank-offers-section .bank-offer-card {
  min-width: 0;
}

.bank-offers-section .bank-offer-card__link {
  display: grid;
  grid-template-columns: var(--bank-offers-logo-width) minmax(0, 1fr);
  min-height: var(--bank-offers-card-height);
  background: var(--bank-offers-card-bg);
  color: var(--bank-offers-card-text);
  border-radius: var(--bank-offers-radius);
  overflow: hidden;
  border: 1px solid rgba(12, 23, 36, 0.08);
  box-shadow: 0 12px 30px rgba(10, 24, 39, 0.08);
}

.bank-offers-section .bank-offer-card__link[aria-disabled="true"] {
  cursor: default;
}

.bank-offers-section .bank-offer-card__logo-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 14px 12px;
  background: var(--bank-offers-logo-bg);
  border-right: 1px solid rgba(12, 23, 36, 0.08);
  text-align: center;
}

.bank-offers-section .bank-offer-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 77, 255, 0.08);
  color: #0a58ca;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bank-offers-section .bank-offer-card__logo {
  max-width: 100%;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.bank-offers-section .bank-offer-card__logo-text {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bank-offers-section .bank-offer-card__content {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
}

.bank-offers-section .bank-offer-card__kicker,
.bank-offers-section .bank-offer-card__subtitle,
.bank-offers-section .bank-offer-card__footer {
  margin: 0;
}

.bank-offers-section .bank-offer-card__kicker {
  color: var(--bank-offers-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bank-offers-section .bank-offer-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--bank-offers-card-text);
}

.bank-offers-section .bank-offer-card__subtitle {
  color: var(--bank-offers-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bank-offers-section .bank-offer-card__footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--bank-offers-card-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.bank-offers-section .bank-offer-card__footer-arrow {
  font-size: 14px;
}

.bank-offers-section .bank-offers-slider__arrow {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  color: var(--bank-offers-heading-color);
  font-size: 24px;
  line-height: 1;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.bank-offers-section .bank-offers-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.24);
}

.bank-offers-section .bank-offers-slider__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

@media screen and (max-width: 989px) {
  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: minmax(300px, 78vw);
  }
}

@media screen and (max-width: 749px) {
  .bank-offers-section .bank-offers-slider {
    grid-template-columns: 1fr;
  }

  .bank-offers-section .bank-offers-slider__arrow {
    display: none;
  }

  .bank-offers-section .bank-offers-slider__track {
    grid-auto-columns: 88%;
  }

  .bank-offers-section .bank-offer-card__link {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bank-offers-section .bank-offer-card h3 {
    font-size: 17px;
  }

  .bank-offers-section .bank-offer-card__subtitle {
    font-size: 13px;
  }
}
.custom-action-slider {
  height: 400px !important;
  max-height: 400px !important;
}

.custom-action-slider img {
  height: 100% !important;
  object-fit: cover !important;
}
/* Fix gap between collection and footer */
.shopify-section:last-of-type {
  background: #000000;
}

/* Remove extra spacing */
.shopify-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

main#MainContent {
  background: #000000;
}