﻿:root {
  --huee-primary: #ef2b1d;
  --huee-dark: #071013;
  --huee-light: #ffffff;
  --huee-muted: #b9c0c7;
  --huee-gold: #f7c46c;
}

/* About page — Huee brand composition */
.about-brand-page {
  color: #1d1d1f;
  background: #fff;
}

.about-brand-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 166px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, .12), transparent 43%),
    linear-gradient(180deg, #121315 0%, #050506 100%);
  text-align: center;
}

.about-brand-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -210px;
  left: 8%;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  filter: blur(72px);
  pointer-events: none;
}

.about-brand-hero .premium-kicker {
  color: rgba(255, 255, 255, .52);
}

.about-brand-hero h1 {
  max-width: 940px;
  margin: 16px auto 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 84px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.about-brand-hero p {
  max-width: 620px;
  margin: 25px auto 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  opacity: .62;
}

.about-brand-content {
  position: relative;
  padding: 0 0 116px;
}

.about-brand-statement {
  position: relative;
  z-index: 3;
  min-height: 174px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: -46px;
  padding: 34px 38px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 24px;
  background: rgba(247, 247, 249, .97);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
  backdrop-filter: blur(24px);
}

.about-brand-statement-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 19, 21, .07);
}

.about-brand-statement-mark img {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
}

.about-brand-statement-copy > span,
.about-brand-story-copy > span,
.about-brand-principles header > span {
  display: block;
  color: #86868b;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.about-brand-statement-copy h2 {
  margin: 8px 0 9px;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.about-brand-statement-copy p {
  max-width: 760px;
  margin: 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.65;
}

.about-brand-statement > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 19px;
  color: #fff;
  border-radius: 999px;
  background: #1d1d1f;
  font-size: 12px;
  white-space: nowrap;
}

.about-brand-statement > a:hover {
  color: #fff;
  background: #000;
}

.about-brand-stories {
  display: grid;
  gap: 28px;
  margin-top: 88px;
}

.about-brand-story {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border-radius: 30px;
  background: #f5f5f7;
  box-shadow: 0 18px 58px rgba(17, 19, 21, .045);
}

.about-brand-story:nth-child(even) .about-brand-story-media {
  order: 2;
}

.about-brand-story.without-media {
  min-height: 0;
  grid-template-columns: 1fr;
}

.about-brand-story-media {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #08090a;
}

.about-brand-story-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-brand-story-copy {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(46px, 6vw, 84px);
}

.about-brand-story.without-media .about-brand-story-copy {
  max-width: 850px;
}

.about-brand-story-number {
  position: absolute;
  top: 34px;
  right: 38px;
  color: #c2c2c7;
  font-size: 11px;
  letter-spacing: .08em;
}

.about-brand-story-copy h2 {
  max-width: 510px;
  margin: 15px 0 24px;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.048em;
}

.about-brand-story-text {
  max-width: 540px;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.8;
}

.about-brand-principles {
  margin-top: 88px;
  padding: clamp(50px, 6vw, 76px);
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 120%, rgba(255, 255, 255, .1), transparent 40%),
    #0b0b0c;
}

.about-brand-principles header {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.about-brand-principles header > span {
  color: rgba(255, 255, 255, .48);
}

.about-brand-principles header h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.about-brand-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.about-brand-principles-grid article {
  min-height: 230px;
  padding: 30px 34px 0 0;
}

.about-brand-principles-grid article + article {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.about-brand-principles-grid article > i {
  color: rgba(255, 255, 255, .82);
  font-size: 25px;
}

.about-brand-principles-grid article > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 52px;
}

.about-brand-principles-grid article span {
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
}

.about-brand-principles-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.about-brand-principles-grid p {
  max-width: 285px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .about-brand-statement {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .about-brand-statement > a {
    grid-column: 2;
    justify-self: start;
  }

  .about-brand-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-brand-story:nth-child(even) .about-brand-story-media {
    order: 0;
  }

  .about-brand-story-media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .about-brand-story-copy {
    min-height: 390px;
  }
}

@media (max-width: 767.98px) {
  .about-brand-hero {
    min-height: 430px;
    padding: 126px 0 72px;
  }

  .about-brand-hero h1 {
    font-size: 48px;
  }

  .about-brand-hero p {
    font-size: 15px;
  }

  .about-brand-content {
    padding-bottom: 76px;
  }

  .about-brand-statement {
    display: block;
    margin-top: -28px;
    padding: 24px;
    border-radius: 20px;
  }

  .about-brand-statement-mark {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .about-brand-statement-mark img {
    width: 42px;
    height: 42px;
  }

  .about-brand-statement-copy h2 {
    font-size: 30px;
  }

  .about-brand-statement > a {
    margin-top: 22px;
  }

  .about-brand-stories,
  .about-brand-principles {
    margin-top: 52px;
  }

  .about-brand-story {
    border-radius: 20px;
  }

  .about-brand-story-media {
    aspect-ratio: 4 / 3;
  }

  .about-brand-story-copy {
    min-height: 0;
    padding: 42px 24px 34px;
  }

  .about-brand-story-number {
    top: 22px;
    right: 24px;
  }

  .about-brand-story-copy h2 {
    margin: 13px 0 19px;
    font-size: 36px;
  }

  .about-brand-story-text {
    font-size: 14px;
  }

  .about-brand-principles {
    padding: 48px 24px 28px;
    border-radius: 20px;
  }

  .about-brand-principles header {
    margin-bottom: 38px;
  }

  .about-brand-principles header h2 {
    font-size: 38px;
  }

  .about-brand-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-brand-principles-grid article {
    min-height: 0;
    padding: 26px 0 30px;
  }

  .about-brand-principles-grid article + article {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .about-brand-principles-grid article > div {
    margin-top: 26px;
  }
}

/* Category header — compact Huee catalogue identity */
.category-brand-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 166px 0 68px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 122%, rgba(255, 255, 255, .13), transparent 44%),
    linear-gradient(180deg, #141518 0%, #060607 100%);
  text-align: center;
}

.category-brand-hero::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -205px;
  left: 12%;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .11);
  filter: blur(70px);
  pointer-events: none;
}

.category-brand-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.category-brand-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, .52);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.category-brand-breadcrumb a,
.category-brand-breadcrumb span {
  color: inherit;
}

.category-brand-breadcrumb a:hover {
  color: #fff;
}

.category-brand-breadcrumb i {
  color: rgba(255, 255, 255, .28);
  font-size: 14px;
}

.category-brand-hero h1 {
  max-width: 960px;
  margin: 13px 0 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.category-brand-hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .category-brand-hero {
    min-height: 420px;
    padding: 128px 0 54px;
  }

  .category-brand-breadcrumb {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .category-brand-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .category-brand-hero h1 {
    width: 100%;
    font-size: 43px;
    overflow-wrap: break-word;
  }

  .category-brand-hero p {
    margin-top: 17px;
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--huee-light);
  background: #ffffff;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

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

.container {
  max-width: 1400px;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  color: #070809;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 680ms ease, visibility 680ms ease;
}

.page-loader-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 26px;
  animation: loaderIntro 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-loader-inner img {
  width: clamp(158px, 11vw, 198px);
  max-height: 62px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(7, 8, 9, 0.08));
}

.page-loader-ring {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #070809 0deg, rgba(7, 8, 9, 0.56) 84deg, rgba(7, 8, 9, 0.08) 150deg, rgba(7, 8, 9, 0.08) 360deg);
  animation: loaderRing 1.05s linear infinite;
}

.page-loader-ring::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: #fbfbfb;
}

body.is-loaded .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loaderRing {
  to {
    transform: rotate(1turn);
  }
}

@keyframes loaderIntro {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader,
  .page-loader-inner,
  .page-loader-ring {
    transition: none;
    animation: none;
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 220ms ease;
}

.site-header.header-solid {
  position: absolute;
}

.topbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: #d9e1e8;
  background: rgba(11, 13, 15, 0.96);
  border-top: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 400;
  transition: background 220ms ease, border-color 220ms ease;
}

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}

.topbar-contact a,
.topbar-social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar-contact a:hover {
  color: var(--huee-gold);
}

.topbar-campaigns {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  line-height: 1;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.topbar-campaigns i {
  font-size: 15px;
}

.topbar-campaigns b {
  min-width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  color: #111315;
  border-radius: 999px;
  background: #ffffff;
  font-size: 10px;
  font-weight: 600;
}

.topbar-campaigns:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-social a {
  width: auto;
  height: auto;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.topbar-social a:hover {
  color: var(--huee-gold);
}

.main-nav {
  position: relative;
  min-height: 100px;
  background: linear-gradient(180deg, rgba(18, 20, 23, 0.9), rgba(18, 20, 23, 0.12));
  transition: top 220ms ease, background 220ms ease, min-height 220ms ease;
}

.site-header.header-solid .topbar {
  background: #0d0f10;
  border-top-color: rgba(255, 255, 255, 0.22);
}

.site-header.header-solid .main-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #080808;
}

.navbar-brand img {
  width: 160px;
  max-height: 48px;
  object-fit: contain;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 26px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  gap: 24px;
}

.main-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: #ffffff;
}

.huee-category-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background: transparent;
}

.huee-category-toggle::after {
  display: none;
}

.huee-category-toggle i {
  font-size: 17px;
  transition: transform 180ms ease;
}

.huee-category-dropdown.show .huee-category-toggle i {
  transform: rotate(180deg);
}

.huee-category-menu {
  min-width: 280px;
  margin-top: 8px !important;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.98);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.huee-category-menu .dropdown-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  font-size: 14px;
  white-space: normal;
}

.huee-category-menu .dropdown-item i {
  flex: none;
  color: rgba(255, 255, 255, 0.42);
  font-size: 16px;
}

.huee-category-menu .dropdown-item:hover,
.huee-category-menu .dropdown-item:focus,
.huee-category-menu .dropdown-item.active {
  color: #0a0a0a;
  background: #ffffff;
}

.huee-category-menu .dropdown-item:hover i,
.huee-category-menu .dropdown-item:focus i,
.huee-category-menu .dropdown-item.active i {
  color: #0a0a0a;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-header-actions,
.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}

.icon-btn {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  border: 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  transition: color 180ms ease, opacity 180ms ease;
}

.icon-btn:hover {
  color: #ffffff;
}

.cart-btn span {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  color: #141414;
  background: #ffffff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
}

.account-menu {
  position: relative;
}

.account-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  z-index: 30;
  min-width: 164px;
  padding: 8px;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(18px);
}

.account-dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}

.account-dropdown::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 100%;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(6px) rotate(45deg);
}

.account-dropdown a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  color: #111315;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.account-dropdown a:hover {
  background: #f2f3f5;
}

.account-menu:hover .account-dropdown,
.account-menu.is-open .account-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-slider,
.hero-slide {
  min-height: auto;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  aspect-ratio: 2048 / 864;
  background: #050607;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 8, 0.05) 0%, rgba(6, 7, 8, 0) 48%, rgba(6, 7, 8, 0.22) 100%);
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: clamp(32px, 4.8vw, 66px);
  pointer-events: none;
}

.hero-btn {
  min-width: 150px;
  min-height: 46px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 24px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  pointer-events: auto;
}

.hero-btn:hover {
  color: #141414;
  background: #ffffff;
}

.hero-slider .splide__arrow {
  width: 60px;
  height: 60px;
  background: rgba(8, 12, 13, 0.94);
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-slider:hover .splide__arrow,
.hero-slider:focus-within .splide__arrow {
  opacity: 1;
  pointer-events: auto;
}

.hero-slider .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.hero-slider .splide__arrow--prev {
  left: 18px;
}

.hero-slider .splide__arrow--next {
  right: 18px;
}

.hero-slider .splide__pagination {
  bottom: 24px;
  gap: 7px;
}

.hero-slider .splide__pagination__page {
  width: 26px;
  height: 4px;
  margin: 0;
  background: rgba(255, 255, 255, 0.34);
  border: 0;
  border-radius: 999px;
  opacity: 1;
  transition: width 220ms ease, background 220ms ease;
}

.hero-slider .splide__pagination__page.is-active {
  transform: scale(1);
  width: 42px;
  background: #ffffff;
}

.trust-strip {
  color: #111315;
  background: #ffffff;
  padding: 34px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #ffffff;
}

.trust-item {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 26px 24px;
  text-align: center;
}

.trust-item i {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-grid;
  place-items: center;
  color: #111315;
  border: 1px solid #d9dde3;
  border-radius: 50%;
  background: transparent;
  font-size: 23px;
}

.trust-item h2 {
  margin: 0 0 5px;
  color: #111315;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.trust-item p {
  margin: 0;
  color: #747c87;
  font-size: 14px;
  line-height: 1.45;
}

.category-showcase {
  color: #111315;
  background: #ffffff;
  padding: 0 0 32px;
}

.category-showcase-head {
  margin-bottom: 24px;
  text-align: center;
}

.category-showcase-head span {
  display: block;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
}

.category-showcase-head h2 {
  max-width: 620px;
  margin: 8px auto 0;
  color: #111315;
  font-size: clamp(27px, 2.7vw, 38px);
  font-weight: 500;
  line-height: 1.12;
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.category-card {
  position: relative;
  min-height: 430px;
  display: flex;
  overflow: hidden;
  color: #ffffff;
  border-radius: 18px;
  background: #111315;
  box-shadow: 0 10px 34px rgba(17, 19, 21, 0.08);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 10, 0.62) 0%, rgba(8, 9, 10, 0.16) 48%, rgba(8, 9, 10, 0.64) 100%);
}

.category-card:hover img {
  transform: scale(1.035);
}

.category-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 30px;
}

.category-card-content span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.2;
}

.category-card-content h3 {
  max-width: 310px;
  margin: 10px 0 12px;
  color: #ffffff;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.category-card-content strong {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.products-section {
  color: #111315;
  background: #ffffff;
  padding: 46px 0 86px;
}

.home-product-sections .products-section + .products-section {
  padding-top: 76px;
}

.product-card-buy {
  position: relative;
  z-index: 4;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  color: #fff;
  border-radius: 999px;
  background: #111315;
  font-size: 12px;
  white-space: nowrap;
}

.product-card-buy:hover { color: #fff; background: #000; }

.products-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.products-head span {
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #6e6e73;
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.product-info span {
  display: block;
  color: #6f7782;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.products-head h2 {
  max-width: 640px;
  margin: 0 auto;
  color: #111315;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.12;
}

.products-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 17px;
  color: #111315;
  border: 1px solid rgba(17, 19, 21, 0.18);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}

.products-link:hover {
  color: #ffffff;
  background: #111315;
  border-color: #111315;
}

.products-footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111315;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(17, 19, 21, 0.045);
  cursor: pointer;
}

.product-card:focus-visible {
  outline: 2px solid #111315;
  outline-offset: 4px;
}

.product-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.8;
  border-bottom: 1px solid #f2f2f2;
}

.product-image-slider,
.product-image-slider .splide__track,
.product-image-slider .splide__list,
.product-image-slider .splide__slide {
  height: 100%;
}

.product-image-slider img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
  object-fit: contain;
}

.product-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: #111315;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 245, 247, 0.88);
  font-size: 17px;
  backdrop-filter: blur(14px);
}

.product-zoom:hover {
  color: #ffffff;
  background: #111315;
}

.product-image-slider .splide__arrow {
  display: none;
}

.product-image-slider .splide__pagination {
  bottom: 10px;
  gap: 5px;
}

.product-image-slider .splide__pagination__page {
  width: 5px;
  height: 5px;
  margin: 0;
  background: rgba(17, 19, 21, 0.22);
  border: 0;
  border-radius: 999px;
  opacity: 1;
  transition: width 220ms ease, background 220ms ease;
}

.product-image-slider .splide__pagination__page.is-active {
  width: 17px;
  transform: scale(1);
  background: #111315;
}

.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.product-info h3 {
  min-height: 42px;
  margin: 8px 0 9px;
  color: #111315;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.product-info p {
  min-height: 38px;
  margin: 0 0 16px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.48;
}

.product-bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}

.product-bottom strong {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #111315;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.dealer-price-display {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

.dealer-price-display del {
  color: #93969c;
  font-size: 11px;
  font-weight: 400;
}

.dealer-price-display small {
  color: #227443;
  font-size: 10px;
  font-weight: 500;
}

.product-detail-price .dealer-price-display strong {
  font: inherit;
}

.product-detail-price .dealer-price-display del {
  font-size: 14px;
}

.product-detail-price .dealer-price-display small {
  margin-top: 3px;
  font-size: 11px;
}

.product-bottom button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  color: #ffffff;
  border: 1px solid #111315;
  border-radius: 999px;
  background: #111315;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}

.product-bottom button:hover {
  color: #111315;
  background: #ffffff;
  border-color: #111315;
}

.drive-video-section {
  color: #111315;
  background: #ffffff;
  padding: 42px 0 86px;
}

.drive-video-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.drive-video-head h2 {
  margin: 0 0 12px;
  color: #111315;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.12;
}

.drive-video-head p {
  max-width: 680px;
  margin: 0 auto;
  color: #747c87;
  font-size: 15px;
  line-height: 1.65;
}

.drive-video-slider {
  padding-bottom: 38px;
}

.drive-video-slider .splide__track {
  overflow: hidden;
}

.drive-video-slider .splide__slide {
  min-width: 0;
}

.drive-video-card {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.62 / 1;
  color: #ffffff;
  border-radius: 14px;
  background: #111315;
  box-shadow: 0 16px 44px rgba(17, 19, 21, 0.08);
  isolation: isolate;
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.drive-video-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 460ms ease, filter 460ms ease;
}

.drive-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 9, 10, 0.16) 0%, rgba(8, 9, 10, 0.12) 42%, rgba(8, 9, 10, 0.72) 100%);
  pointer-events: none;
}

.drive-video-card:hover img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.045);
}

.drive-video-play {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 9, 10, 0.34);
  backdrop-filter: blur(18px);
}

.drive-video-play {
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  font-size: 34px;
  transform: translate(-50%, -50%);
  transition: background 220ms ease, transform 220ms ease;
}

.drive-video-play i {
  margin-left: 4px;
}

.drive-video-card:hover .drive-video-play {
  background: rgba(255, 255, 255, 0.18);
  transform: translate(-50%, -50%) scale(1.04);
}

.drive-video-content {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
}

.drive-video-content span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.2;
}

.drive-video-content h3 {
  max-width: 310px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.drive-video-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.drive-video-modal .modal-dialog {
  width: min(1120px, calc(100vw - 32px));
  max-width: 1120px;
  margin: 16px auto;
}
.drive-video-modal .modal-content {
  display: flex;
  max-height: calc(100dvh - 32px);
  overflow: hidden;
  color: #fff;
  border: 0;
  border-radius: 24px;
  background: #070708;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .46);
}
.drive-video-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(7,7,8,.58);
  font-size: 20px;
  backdrop-filter: blur(16px);
}
.drive-video-player {
  width: 100%;
  max-height: calc(100dvh - 150px);
  aspect-ratio: 16 / 9;
  flex: 1 1 auto;
  min-height: 0;
  background: #000;
}
.drive-video-player iframe,.drive-video-player video {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 150px);
  display: block;
  border: 0;
  object-fit: contain;
  background: #000;
}
.drive-video-player [hidden] { display: none; }
.drive-video-modal-copy { flex: 0 0 auto; padding: 20px 28px 24px; }
.drive-video-modal-copy h2 { margin: 0; color: #fff; font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.drive-video-modal-copy p { max-width: 760px; margin: 9px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }

.drive-video-modal.is-portrait .modal-dialog {
  width: min(520px, calc(100vw - 32px));
  max-width: 520px;
}
.drive-video-modal.is-portrait .drive-video-player {
  height: min(76dvh, 780px);
  max-height: calc(100dvh - 150px);
  aspect-ratio: 9 / 16;
}

@media (max-width: 575.98px) {
  .drive-video-modal .modal-dialog,
  .drive-video-modal.is-portrait .modal-dialog {
    width: calc(100vw - 20px);
    margin: 10px auto;
  }
  .drive-video-modal .modal-content { max-height: calc(100dvh - 20px); }
  .drive-video-modal .modal-content { border-radius: 18px; }
  .drive-video-player,
  .drive-video-player iframe,
  .drive-video-player video { max-height: calc(100dvh - 132px); }
  .drive-video-modal.is-portrait .drive-video-player {
    height: min(72dvh, 680px);
    max-height: calc(100dvh - 132px);
  }
  .drive-video-modal-copy { padding: 16px 18px 18px; }
  .drive-video-modal-copy h2 { font-size: 20px; }
}

.drive-video-slider .splide__arrow {
  width: 44px;
  height: 44px;
  background: #111315;
  border-radius: 50%;
  opacity: 1;
}

.drive-video-slider .splide__arrow svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.drive-video-slider .splide__arrow--prev {
  left: 12px;
}

.drive-video-slider .splide__arrow--next {
  right: 12px;
}

.drive-video-slider .splide__pagination {
  bottom: 0;
  gap: 6px;
}

.drive-video-slider .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 0;
  background: rgba(17, 19, 21, 0.2);
  border-radius: 999px;
  opacity: 1;
  transition: width 220ms ease, background 220ms ease;
}

.drive-video-slider .splide__pagination__page.is-active {
  width: 22px;
  transform: scale(1);
  background: #111315;
}

.brand-marquee-section {
  overflow: hidden;
  color: #111315;
  background: #ffffff;
  padding: 0 0 70px;
}

.brand-slider {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
}

.brand-slider::before,
.brand-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.brand-slider::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-slider::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-slider .splide__track {
  overflow: hidden;
}

.brand-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: 180px;
  height: 96px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.brand-logo img {
  width: 150px;
  height: 74px;
  display: block;
  object-fit: contain;
}

.brand-logo:hover {
  opacity: 0.9;
  filter: grayscale(0);
  transform: translateY(-2px);
}

.contact-section {
  color: #111315;
  background: #ffffff;
  padding: 18px 0 92px;
}

.contact-panel {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 4.8vw, 72px);
  align-items: stretch;
}

.contact-copy {
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 34px;
}

.contact-copy > span {
  display: block;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
}

.contact-copy > div > span {
  display: block;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
}

.contact-copy h2 {
  max-width: 540px;
  margin: 10px 0 0;
  color: #111315;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 500;
  line-height: 1.04;
}

.contact-copy p {
  max-width: 320px;
  margin: 0;
  color: #747c87;
  font-size: 15px;
  line-height: 1.55;
  text-align: right;
}

.contact-lines {
  position: static;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}

.contact-lines a {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #404751;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  backdrop-filter: none;
}

.contact-lines i {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  color: #111315;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
}

.contact-form {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.contact-form label span {
  color: #59616b;
  font-size: 13px;
  line-height: 1.2;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 0;
  color: #111315;
  border: 0;
  border-bottom: 1px solid #dfe2e6;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  outline: 0;
  transition: border-color 180ms ease;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a1a7af;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #111315;
  box-shadow: none;
}

.contact-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 12px 24px;
  color: #ffffff;
  border: 1px solid #111315;
  border-radius: 999px;
  background: #111315;
  font-size: 14px;
  font-weight: 400;
}

.contact-form button:hover {
  color: #111315;
  background: #ffffff;
}

.contact-side {
  position: relative;
  min-width: 0;
  padding: 0;
}

.contact-map {
  overflow: hidden;
  height: 100%;
  min-height: 430px;
  border-radius: 12px;
  background: #e8eaed;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  border: 0;
  filter: grayscale(1) contrast(1.03);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%),
    #070809;
  padding: 44px 0 30px;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-visual {
  position: relative;
  width: min(1376px, calc(100% - 48px));
  min-height: 386px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: #111315;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.footer-visual picture,
.footer-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-visual img {
  object-fit: cover;
  object-position: center right;
}

.footer-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.9) 0%, rgba(5, 6, 7, 0.58) 38%, rgba(5, 6, 7, 0.08) 78%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.58));
}

.footer-visual-content {
  position: relative;
  z-index: 1;
  padding-top: 66px;
  padding-bottom: 66px;
}

.footer-visual-content h2 {
  max-width: 620px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1;
}

.footer-visual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-visual-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  color: #070809;
  border: 1px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-visual-actions a + a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.footer-visual-actions a:hover {
  color: #ffffff;
  background: transparent;
  transform: translateY(-2px);
}

.footer-visual-actions a + a:hover {
  color: #070809;
  background: #ffffff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 110px);
  padding-top: 70px;
  padding-bottom: 52px;
}

.footer-brand img {
  width: 156px;
  max-height: 46px;
  display: block;
  object-fit: contain;
}

.footer-brand p {
  max-width: 310px;
  margin: 22px 0 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 17px;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
  color: #070809;
  border-color: #ffffff;
  background: #ffffff;
  transform: translateY(-2px);
}

.footer-payment-methods {
  display: grid;
  gap: 10px;
  width: min(100%, 456px);
  margin-top: 26px;
}

.footer-payment-methods > span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-payment-methods img {
  width: 100%;
  max-width: 390px;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 72px);
}

.footer-links h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.footer-links a,
.footer-links span {
  display: block;
  max-width: 300px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.footer-links a {
  width: fit-content;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
  color: #ffffff;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.developer-bar {
  display: flex;
  justify-content: center;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.46);
  background: #050607;
}

.developer-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 180ms ease;
}

.developer-bar img {
  width: 138px;
  max-height: 28px;
  display: block;
  object-fit: contain;
}

.developer-bar a:hover {
  opacity: 1;
}

.product-modal .modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
}

.product-modal-body {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 0;
  color: #111315;
}

.product-modal-gallery {
  min-width: 0;
  padding: 0;
  background: #f6f6f7;
}

.product-modal-main-image {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  display: block;
  object-fit: cover;
}

.product-modal-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e7e8eb;
}

.product-modal-thumb {
  height: 112px;
  padding: 0;
  border: 0;
  background: #ffffff;
  opacity: 0.58;
  transition: opacity 180ms ease;
}

.product-modal-thumb.is-active {
  opacity: 1;
}

.product-modal-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-modal-info {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 54px);
}

.product-modal-info span {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.2;
}

.product-modal-info h2 {
  margin: 12px 0 14px;
  color: #111315;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.05;
}

.product-modal-info p {
  margin: 0;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.55;
}

.product-modal-info ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.product-modal-info li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #2f3338;
  font-size: 14px;
}

.product-modal-info li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #111315;
}

.product-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #eeeef0;
}

.product-modal-actions strong {
  color: #111315;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}

.product-modal-actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  color: #ffffff;
  border: 1px solid #111315;
  border-radius: 999px;
  background: #111315;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.product-modal-actions button:hover {
  color: #111315;
  background: #ffffff;
}

.product-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #111315;
  border: 1px solid rgba(17, 19, 21, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  backdrop-filter: blur(12px);
}

body.campaign-modal-open {
  overflow: hidden;
}

.campaign-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.campaign-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.campaign-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(3, 4, 5, 0.58);
  backdrop-filter: blur(14px);
}

.campaign-modal-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 56px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111315;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  background: rgba(250, 250, 251, 0.98);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
  transform: translateY(16px) scale(0.985);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.campaign-modal.is-open .campaign-modal-dialog {
  transform: translateY(0) scale(1);
}

.campaign-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e7e7e9;
}

.campaign-modal-head > div {
  display: grid;
  gap: 3px;
}

.campaign-modal-head span {
  color: #86868b;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.campaign-modal-head h2 {
  margin: 0;
  color: #111315;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.campaign-modal-close {
  width: 42px;
  height: 42px;
  flex: none;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #111315;
  border: 0;
  border-radius: 50%;
  background: #ececef;
  font-size: 22px;
  transition: background 180ms ease, transform 180ms ease;
}

.campaign-modal-close:hover {
  background: #e0e0e3;
  transform: rotate(4deg);
}

.campaign-modal-content {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 20px;
  overscroll-behavior: contain;
}

.campaign-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 188px;
  align-items: stretch;
  gap: 18px;
  padding: 22px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(21, 24, 28, 0.06);
}

.campaign-card-main {
  min-width: 0;
}

.campaign-card-value {
  display: inline-flex;
  margin-bottom: 10px;
  color: #76767b;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.campaign-card h3 {
  margin: 0 0 12px;
  color: #111315;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.campaign-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #6e6e73;
  font-size: 12px;
  list-style: none;
}

.campaign-card li {
  display: flex;
  gap: 7px;
}

.campaign-card li::before {
  content: "";
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  margin-top: 7px;
  border-radius: 50%;
  background: #86868b;
}

.campaign-code {
  position: relative;
  min-height: 122px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 20px;
  overflow: hidden;
  color: #ffffff;
  border: 0;
  border-radius: 15px;
  background: #111315;
  text-align: left;
}

.campaign-code::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -48px;
  bottom: -50px;
  border: 18px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.campaign-code span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-code strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.campaign-code i {
  position: absolute;
  top: 16px;
  right: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.campaign-code:hover {
  background: #232529;
}

.campaign-modal-empty {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 34px;
  text-align: center;
}

.campaign-modal-empty i {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 8px;
  color: #111315;
  border-radius: 50%;
  background: #ececef;
  font-size: 24px;
}

.campaign-modal-empty h3,
.campaign-modal-empty p {
  margin: 0;
}

.campaign-modal-empty h3 {
  font-size: 18px;
  font-weight: 500;
}

.campaign-modal-empty p {
  color: #86868b;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .topbar {
    display: none;
  }

  .site-header {
    position: relative;
    inset: auto;
    padding: 0;
  }

  .site-header.header-solid {
    position: relative;
  }

  .main-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    min-height: 58px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #07080a;
    box-shadow: none;
    backdrop-filter: blur(24px) saturate(150%);
  }

  .site-header.header-solid .main-nav {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    background: #07080a;
  }

  .main-nav .container {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 58px;
    display: grid;
    grid-template-columns: 72px 1fr 72px;
    align-items: center;
    padding-right: 18px;
    padding-left: 18px;
  }

  .navbar-brand img {
    width: 112px;
  }

  .navbar-brand {
    justify-self: center;
    margin: 0;
  }

  .navbar-toggler {
    width: 30px;
    height: 40px;
    justify-self: start;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 27px;
    box-shadow: none !important;
    outline: 0;
  }

  .navbar-toggler[aria-expanded="true"] {
    color: #ffffff;
    background: transparent;
    box-shadow: none !important;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler:focus-visible {
    border: 0;
    box-shadow: none !important;
    outline: 0;
  }

  .navbar-collapse {
    display: none !important;
  }

  .mobile-header-actions {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 8px;
  }

  .icon-btn {
    width: 28px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font-size: 19px;
  }

  .icon-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }

  .cart-btn span {
    top: 0;
    right: -2px;
    min-width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, background 220ms ease;
  }

  .mobile-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: block;
    max-height: min(82vh, 660px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 10px 18px 22px;
    color: #111315;
    border-radius: 28px 28px 0 0;
    background: #ffffff;
    box-shadow: 0 -26px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(104%);
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c9cdd3 transparent;
  }

  .mobile-menu::-webkit-scrollbar {
    width: 4px;
  }

  .mobile-menu::-webkit-scrollbar-thumb {
    background: #c9cdd3;
    border-radius: 999px;
  }

  .mobile-menu-handle {
    width: 42px;
    height: 4px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: #d7d9dd;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #eceef1;
  }

  .mobile-menu-head img {
    width: 116px;
    max-height: 36px;
    object-fit: contain;
  }

  .mobile-menu-close {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    color: #111315;
    border: 1px solid #e6e8eb;
    border-radius: 50%;
    background: #f7f8fa;
    font-size: 22px;
  }

  .mobile-menu-nav {
    display: grid;
    gap: 2px;
    padding: 14px 0;
  }

  .mobile-menu-nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px;
    color: #111315;
    border-bottom: 1px solid #f0f1f3;
    font-size: 18px;
    font-weight: 400;
  }

  .mobile-menu-nav a::after {
    content: "\ea6e";
    font-family: remixicon;
    color: #9da3ad;
    font-size: 20px;
  }

  .mobile-menu-nav a.active {
    color: #000000;
  }

  .mobile-menu-campaigns {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px;
    color: #111315;
    border: 0;
    border-bottom: 1px solid #f0f1f3;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  }

  .mobile-menu-campaigns i {
    color: #9da3ad;
    font-size: 20px;
  }

  .mobile-category-dropdown {
    border-bottom: 1px solid #f0f1f3;
  }

  .mobile-category-dropdown summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 4px;
    color: #111315;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    list-style: none;
  }

  .mobile-category-dropdown summary::-webkit-details-marker {
    display: none;
  }

  .mobile-category-dropdown summary i {
    color: #9da3ad;
    font-size: 20px;
    transition: transform 180ms ease;
  }

  .mobile-category-dropdown[open] summary i {
    transform: rotate(180deg);
  }

  .mobile-category-dropdown > div {
    display: grid;
    padding: 0 0 8px 14px;
  }

  .mobile-category-dropdown > div a {
    min-height: 44px;
    padding: 9px 4px;
    color: #5d626a;
    font-size: 15px;
  }

  .mobile-menu-auth {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px 14px;
    color: #ffffff;
    border-radius: 16px;
    background: #111315;
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-menu-auth i {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    color: #111315;
    border-radius: 50%;
    background: #ffffff;
    font-size: 17px;
  }

  .mobile-menu-contact {
    display: grid;
    gap: 8px;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #eceef1;
    border-radius: 16px;
    background: #f7f8fa;
  }

  .mobile-menu-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2b2f36;
    font-size: 14px;
  }

  .mobile-menu-contact i {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: #111315;
    font-size: 15px;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    background: rgba(0, 0, 0, 0.42);
    opacity: 1;
    pointer-events: auto;
  }

  body.mobile-menu-open .mobile-menu {
    transform: translateY(0);
  }

  .campaign-modal {
    align-items: end;
    padding: 12px;
  }

  .campaign-modal-dialog {
    width: 100%;
    max-height: min(82vh, 720px);
    border-radius: 24px;
    transform: translateY(32px);
  }

  .campaign-modal-head {
    padding: 22px 20px 18px;
  }

  .campaign-modal-content {
    padding: 14px;
  }

  .campaign-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .campaign-code {
    min-height: 86px;
  }

  .hero-slider,
  .hero-slide {
    min-height: auto;
  }

  .hero-bg {
    object-position: center;
  }

  .hero-content {
    padding-top: 205px;
    padding-bottom: 78px;
  }

  .hero-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-slider .splide__arrow {
    width: 46px;
    height: 46px;
  }

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

  .trust-item {
    border: 0;
  }

  .category-showcase {
    padding: 0 0 26px;
  }

  .category-showcase-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category-card {
    min-height: 360px;
  }

  .products-section {
    padding: 34px 0 58px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .drive-video-section {
    padding: 32px 0 58px;
  }

  .drive-video-card {
    aspect-ratio: 1.74 / 1;
  }

  .drive-video-slider .splide__track {
    overflow: hidden;
  }

  .drive-video-slider .splide__arrow {
    width: 40px;
    height: 40px;
  }

  .drive-video-slider .splide__arrow--prev {
    left: 10px;
  }

  .drive-video-slider .splide__arrow--next {
    right: 10px;
  }

  .contact-section {
    padding: 8px 0 58px;
  }

  .brand-marquee-section {
    padding: 0 0 48px;
  }

  .brand-slider::before,
  .brand-slider::after {
    width: 62px;
  }

  .brand-logo {
    width: 132px;
    height: 74px;
  }

  .brand-logo img {
    width: 108px;
    height: 56px;
  }

  .contact-panel {
    border-radius: 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-copy {
    align-items: flex-start;
    padding: 0 0 6px;
  }

  .contact-copy p {
    text-align: left;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 360px;
  }

  .site-footer {
    padding: 30px 0 24px;
  }

  .footer-visual {
    width: min(100% - 32px, 860px);
    min-height: 310px;
    border-radius: 24px;
  }

  .footer-visual-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .footer-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .product-modal-body {
    grid-template-columns: 1fr;
  }

  .product-modal-info {
    padding: 28px;
  }

}

@media (max-width: 575.98px) {
  .hero-slider,
  .hero-slide {
    min-height: auto;
  }

  .hero-slide {
    aspect-ratio: 1080 / 1350;
  }

  .hero-bg {
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 7, 8, 0.08) 0%, rgba(6, 7, 8, 0) 44%, rgba(6, 7, 8, 0.28) 100%);
  }

  .hero-content {
    padding-bottom: 24px;
  }

  .hero-slider .splide__arrow {
    top: auto;
    bottom: 24px;
  }

  .hero-slider .splide__arrow--prev {
    left: 16px;
  }

  .hero-slider .splide__arrow--next {
    right: 16px;
  }

  .trust-strip {
    padding: 24px 0;
  }

  .trust-grid {
    border-radius: 0;
  }

  .trust-item {
    min-height: 104px;
    padding: 22px 18px;
  }

  .trust-item h2 {
    font-size: 17px;
  }

  .trust-item p {
    font-size: 13px;
  }

  .category-showcase-head {
    text-align: left;
  }

  .category-showcase-head h2 {
    margin-left: 0;
    font-size: 26px;
  }

  .category-card {
    min-height: 330px;
  }

  .category-card-content {
    padding: 24px;
  }

  .category-card-content h3 {
    font-size: 25px;
  }

  .products-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    text-align: left;
  }

  .products-head h2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 26px;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-media {
    aspect-ratio: 1 / 0.92;
  }

  .product-card {
    border-radius: 13px;
  }

  .product-card .product-info {
    padding: 12px;
  }

  .product-info > span {
    font-size: 9px;
    line-height: 1.3;
  }

  .product-info h3 {
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 8px;
    font-size: 13px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .product-info p {
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .product-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-top: 11px;
  }

  .product-bottom strong {
    min-height: 28px;
    font-size: 13px;
  }

  .product-bottom button {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 10px;
  }

  .product-zoom {
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .product-image-slider img {
    padding: 6px;
  }

  .product-image-slider .splide__pagination {
    bottom: 7px;
    gap: 3px;
  }

  .product-image-slider .splide__pagination__page {
    width: 4px;
    height: 4px;
  }

  .product-image-slider .splide__pagination__page.is-active {
    width: 13px;
  }

  .drive-video-head {
    margin-bottom: 22px;
    text-align: left;
  }

  .drive-video-head h2 {
    font-size: 26px;
  }

  .drive-video-head p {
    margin-left: 0;
    font-size: 14px;
  }

  .drive-video-card {
    aspect-ratio: 1.28 / 1;
    border-radius: 12px;
  }

  .drive-video-play {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .drive-video-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .drive-video-content h3 {
    font-size: 18px;
  }

  .contact-panel {
    border-radius: 0;
  }

  .contact-copy,
  .contact-form {
    padding: 0;
  }

  .contact-copy h2 {
    font-size: 28px;
  }

  .contact-copy p,
  .contact-lines a {
    font-size: 14px;
  }

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

  .contact-form button {
    width: 100%;
  }

  .contact-side {
    padding: 0;
  }

  .contact-lines {
    position: static;
    display: grid;
    padding: 0;
    margin-bottom: 14px;
  }

  .contact-lines a {
    color: #25292e;
    background: transparent;
    padding: 0;
  }

  .contact-lines i {
    color: #111315;
  }

  .contact-map {
    border-radius: 10px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 300px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand p {
    margin-bottom: 22px;
  }

  .footer-visual {
    min-height: 330px;
    width: calc(100% - 24px);
    border-radius: 22px;
  }

  .footer-visual-content h2 {
    font-size: 30px;
  }

  .footer-visual-actions {
    flex-direction: column;
    max-width: 240px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .product-modal-thumbs {
    display: none;
  }

  .product-modal-info h2 {
    font-size: 28px;
  }

  .product-modal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-modal-actions button {
    width: 100%;
  }
}

/* Navigation refinement */
.main-nav .nav-link {
  position: relative;
}

.main-nav .nav-link.active,
.page-inner .main-nav .nav-link.active {
  font-weight: 400;
}

.main-nav .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: center;
}

.huee-category-menu {
  min-width: 240px;
  margin-top: 10px !important;
  padding: 8px;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.huee-category-menu .dropdown-item {
  min-height: 40px;
  padding: 9px 12px;
  color: #111315;
  border-radius: 10px;
  font-size: 14px;
}

.huee-category-menu .dropdown-item i {
  color: #8a8e94;
  font-size: 15px;
}

.huee-category-menu .dropdown-item:hover,
.huee-category-menu .dropdown-item:focus,
.huee-category-menu .dropdown-item.active {
  color: #111315;
  background: #f2f3f5;
}

.huee-category-menu .dropdown-item:hover i,
.huee-category-menu .dropdown-item:focus i,
.huee-category-menu .dropdown-item.active i {
  color: #111315;
}

.account-dropdown {
  min-width: 220px;
}

.account-dropdown-head {
  display: grid;
  gap: 3px;
  margin: 0 4px 6px;
  padding: 8px 8px 12px;
  border-bottom: 1px solid #e8e8ed;
}

.account-dropdown-head span {
  color: #86868b;
  font-size: 11px;
}

.account-dropdown-head strong {
  overflow: hidden;
  color: #111315;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-dropdown a {
  gap: 9px;
}

.account-dropdown a i {
  color: #777c83;
  font-size: 16px;
}

.account-dropdown .account-dropdown-logout {
  margin-top: 5px;
  padding-top: 11px;
  border-top: 1px solid #e8e8ed;
  border-radius: 0 0 10px 10px;
}

.mobile-account-links {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 14px;
  background: #f5f5f7;
}

.mobile-account-links > strong {
  margin-bottom: 6px;
  color: #111315;
  font-size: 13px;
  font-weight: 500;
}

.mobile-account-links a {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #303236;
  font-size: 14px;
}

/* Product gallery */
.product-detail-gallery {
  min-width: 0;
}

.product-detail-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-detail-thumbnail {
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f5f7;
  opacity: 0.56;
  transition: opacity 180ms ease, border-color 180ms ease;
}

.product-detail-thumbnail.is-active,
.product-detail-thumbnail:hover {
  border-color: #1d1d1f;
  opacity: 1;
}

.product-detail-thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.product-modal-thumbs:empty {
  display: none;
}

@media (max-width: 575.98px) {
  .main-nav .nav-link.active::after {
    bottom: 2px;
  }

  .product-detail-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }
}

.huee-promo-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.huee-promo-popup.is-hidden {
  display: none;
}

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

.huee-promo-popup__content {
  position: relative;
  z-index: 1;
  width: min(520px, 92vw);
  border-radius: 16px;
  overflow: hidden;
  background: var(--huee-dark);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.huee-promo-popup__image {
  display: block;
  width: 100%;
  max-height: 82vh;
  object-fit: cover;
}

.huee-promo-popup__close {
  position: absolute;
  top: 6%;
  right: 6%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.huee-promo-popup__close i {
  display: block;
  line-height: 1;
}

.huee-promo-popup__close:hover,
.huee-promo-popup__close:active {
  background: rgba(255, 255, 255, 0.08);
}

.huee-promo-popup__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .huee-promo-popup__close {
    top: 6%;
    right: 6%;
    width: 38px;
    height: 38px;
  }

}

.about-page {
  color: #1d1d1f;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.about-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #86868b;
}

.about-hero {
  padding: 240px 0 110px;
  text-align: center;
}

.about-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.about-hero .about-eyebrow {
  margin-bottom: 22px;
}

.about-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.about-hero p {
  margin: 0 auto;
  max-width: 520px;
  color: #6e6e73;
  font-size: 19px;
  line-height: 1.5;
}

.about-content {
  padding: 40px 0 60px;
}

.about-block {
  padding: 100px 0;
  border-top: 1px solid #f0f0f2;
}

.about-block-inner {
  display: flex;
  align-items: center;
  gap: 96px;
}

.about-block.is-reverse .about-block-inner {
  flex-direction: row-reverse;
}

.about-block figure {
  flex: 1 1 50%;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f5f7;
}

.about-block img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}

.about-block-copy {
  flex: 1 1 50%;
}

.about-block-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}

.about-block-copy p {
  margin: 0;
  max-width: 440px;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.65;
}

.about-trust {
  padding: 70px 0 100px;
  border-top: 1px solid #f0f0f2;
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.about-trust-item {
  text-align: center;
}

.about-trust-item i {
  display: block;
  margin: 0 auto 18px;
  font-size: 26px;
  color: #1d1d1f;
}

.about-trust-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1f;
}

.about-trust-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #86868b;
}

@media (max-width: 767.98px) {
  .about-hero {
    padding: 170px 0 64px;
  }

  .about-block {
    padding: 64px 0;
  }

  .about-block-inner {
    flex-direction: column;
    gap: 32px;
  }

  .about-block.is-reverse .about-block-inner {
    flex-direction: column;
  }

  .about-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

/* Single logo source: white on dark surfaces (home header, footer), natural color elsewhere */
.footer-brand img {
  filter: brightness(0) invert(1);
}

.page-home .site-header .navbar-brand img {
  filter: brightness(0) invert(1);
}

/* Inner pages (no hero image behind header): topbar stays black, nav row goes white with dark text */
.page-inner .main-nav,
.page-inner .site-header.header-solid .main-nav {
  background: #ffffff;
}

.page-inner .main-nav .nav-link {
  color: #111315;
}

.page-inner .main-nav .nav-link:hover {
  color: #000000;
}

.page-inner .main-nav .nav-link.active {
  color: #000000;
}

.page-inner .icon-btn {
  color: #111315;
}

.page-inner .icon-btn:hover {
  color: #000000;
}

.page-inner .navbar-toggler {
  color: #111315;
  border-color: rgba(17, 19, 21, 0.18);
}

/* Contact page */
.contact-page {
  color: #111315;
  background: #ffffff;
}

.contact-page-hero {
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  padding: 230px 0 118px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.13), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 46%),
    #070809;
}

.contact-page-hero span {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page-hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(54px, 7.5vw, 110px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.contact-page-hero p {
  max-width: 560px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.65;
}

.contact-page-content {
  padding: 0 0 120px;
}

.contact-info-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: -58px;
}

.contact-info-card {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  overflow: hidden;
  color: #111315;
  border: 1px solid #e4e5e7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 55px rgba(7, 8, 9, 0.09);
  transition: transform 180ms ease, border-color 180ms ease;
}

a.contact-info-card:hover {
  color: #111315;
  border-color: #b8bbc0;
  transform: translateY(-3px);
}

.contact-info-card > i {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-bottom: auto;
  color: #ffffff;
  border-radius: 10px;
  background: #111315;
  font-size: 18px;
}

.contact-info-card > span {
  margin: 18px 0 5px;
  color: #858a91;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-card strong {
  max-width: 100%;
  color: #111315;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-page-panel {
  margin-top: 84px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: 28px;
  background: #f5f5f5;
}

.contact-page-panel .contact-copy {
  padding-bottom: 46px;
}

.contact-page-panel .contact-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-form-status {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid #d4d7da;
  border-radius: 10px;
  color: #30343a;
  background: #ffffff;
  font-size: 13px;
}

.contact-form-status.is-success {
  border-color: #b8d9c5;
  color: #175d32;
  background: #f2faf5;
}

.contact-form-status.is-error {
  border-color: #e6c2c2;
  color: #8a2525;
  background: #fff7f7;
}

.contact-field-error {
  color: #a22929;
  font-size: 11px;
}

.contact-form button {
  gap: 10px;
}

.contact-form button i {
  font-size: 17px;
}

.contact-map {
  position: relative;
}

.contact-map-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(8, 8, 8, 0.86);
  backdrop-filter: blur(14px);
  font-size: 12px;
  line-height: 1.45;
}

.contact-map-caption i {
  flex: none;
  font-size: 18px;
}

.contact-social-row {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 20px 24px;
  color: #ffffff;
  border-radius: 18px;
  background: #111315;
}

.contact-social-row > span {
  font-size: 14px;
}

.contact-social-row > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-social-row a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 18px;
  transition: color 180ms ease, background 180ms ease;
}

.contact-social-row a:hover {
  color: #111315;
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .contact-page-hero {
    min-height: 540px;
    padding: 210px 0 100px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    margin-top: -42px;
  }

  .contact-info-card {
    min-height: 140px;
  }

  .contact-page-panel {
    margin-top: 58px;
  }

  .contact-page-panel .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .contact-page-hero {
    min-height: 480px;
    padding: 185px 0 74px;
  }

  .contact-page-hero h1 {
    font-size: 50px;
  }

  .contact-page-hero p {
    margin-top: 24px;
    font-size: 15px;
  }

  .contact-page-content {
    padding-bottom: 72px;
  }

  .contact-info-card {
    min-height: 132px;
    padding: 20px;
    border-radius: 14px;
  }

  .contact-page-panel {
    margin-top: 42px;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .contact-page-panel .contact-copy {
    padding-bottom: 30px;
  }

  .contact-map-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .contact-social-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Auth (customer / dealer login & register) */
.auth-page {
  background: #ffffff;
  padding: 240px 0 120px;
}

.auth-page-inner {
  display: flex;
  justify-content: center;
}

.auth-panel {
  width: 100%;
  max-width: 460px;
}

.auth-head {
  text-align: center;
  margin-bottom: 32px;
}

.auth-head .about-eyebrow {
  margin-bottom: 12px;
  display: inline-block;
}

.auth-head h1 {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}

.auth-head p {
  margin: 0;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.5;
}

.auth-tabs {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
}

.auth-tab {
  flex: 1;
  padding: 14px 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  font-weight: 500;
  color: #86868b;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.auth-tab.active {
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
}

.auth-form {
  display: none;
  flex-direction: column;
  gap: 18px;
}

.auth-form.is-active {
  display: flex;
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.auth-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
}

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="tel"],
.auth-form input[type="password"] {
  height: 46px;
  padding: 0 14px;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  font-size: 15px;
  color: #1d1d1f;
  background: #fff;
  transition: border-color 160ms ease;
}

.auth-form input:focus {
  outline: none;
  border-color: #1d1d1f;
}

.auth-check {
  flex-direction: row !important;
  align-items: center;
  gap: 10px !important;
  font-size: 13px;
  color: #6e6e73;
}

.auth-check input {
  width: 16px;
  height: 16px;
}

.auth-submit {
  height: 48px;
  border: none;
  border-radius: 8px;
  background: #1d1d1f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.auth-submit:hover {
  opacity: 0.85;
}

.auth-switch {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  color: #6e6e73;
}

.auth-switch a {
  color: #1d1d1f;
  font-weight: 600;
  margin-left: 6px;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .auth-page {
    padding: 170px 0 80px;
  }

  .auth-grid {
    grid-template-columns: 1fr;
  }
}

/* Category detail page */
.category-hero {
  background: #ffffff;
  padding: 220px 0 60px;
  text-align: center;
}

.category-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}

.category-hero p {
  margin: 0 auto;
  max-width: 560px;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.6;
}

.category-page .products-section {
  padding-bottom: 100px;
}

.products-empty {
  text-align: center;
  color: #86868b;
  padding: 60px 0;
}

/* Premium inner pages: restrained typography, generous spacing, no ornamental UI */
.premium-page {
  color: #1d1d1f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.premium-hero {
  padding: 184px 0 82px;
  color: #1d1d1f;
  background: #fff;
  border-bottom: 1px solid #e8e8ed;
}

.premium-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(48px, 8vw, 132px);
}

.premium-kicker,
.premium-breadcrumb {
  color: #86868b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero h1 {
  max-width: 820px;
  margin: 14px 0 0;
  color: #1d1d1f;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.05em;
}

.premium-hero-grid > p,
.category-hero-meta p {
  margin: 0;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.62;
}

.premium-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  letter-spacing: 0;
  text-transform: none;
}

.premium-breadcrumb a,
.premium-breadcrumb span {
  color: #86868b;
}

.premium-breadcrumb a:hover {
  color: #1d1d1f;
}

.premium-rich-text {
  color: #515154;
  font-size: 17px;
  line-height: 1.75;
}

.premium-rich-text > :last-child {
  margin-bottom: 0;
}

/* About */
.about-page .about-hero {
  padding: 184px 0 82px;
  text-align: left;
}

.about-page .about-content {
  padding: 0;
}

.about-page .about-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  padding: 96px 0;
  border-top: 0;
  border-bottom: 1px solid #e8e8ed;
}

.about-page .about-block:nth-child(even) figure {
  order: 2;
}

.about-page .about-block figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f7;
}

.about-page .about-block img {
  width: 100%;
  min-height: 420px;
  max-height: 620px;
  display: block;
  object-fit: cover;
}

.about-page .about-block-copy > span,
.about-principles article > span {
  color: #86868b;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.about-page .about-block-copy h2 {
  margin: 18px 0 22px;
  color: #1d1d1f;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.about-principles {
  padding: 78px 0 104px;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #d2d2d7;
}

.about-principles article {
  padding: 28px 34px 0 0;
}

.about-principles article + article {
  padding-left: 34px;
  border-left: 1px solid #d2d2d7;
}

.about-principles h3 {
  margin: 32px 0 7px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 500;
}

.about-principles p {
  margin: 0;
  color: #86868b;
  font-size: 14px;
  line-height: 1.55;
}

/* Contact */
.contact-page .contact-page-hero {
  min-height: 0;
  display: block;
  padding: 184px 0 82px;
  color: #1d1d1f;
  background: #fff;
}

.contact-page .contact-page-hero h1 {
  max-width: 760px;
  color: #1d1d1f;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.05em;
}

.contact-page .contact-page-hero p {
  margin: 0;
  color: #6e6e73;
  font-size: 17px;
}

.contact-page-content {
  padding: 0 0 104px;
}

.contact-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #d2d2d7;
}

.contact-directory > a,
.contact-directory > div {
  position: relative;
  min-width: 0;
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 36px 28px 0;
  color: #1d1d1f;
  border-right: 1px solid #d2d2d7;
}

.contact-directory > * + * {
  padding-left: 36px;
}

.contact-directory > :last-child {
  border-right: 0;
}

.contact-directory span {
  margin-bottom: 9px;
  color: #86868b;
  font-size: 12px;
}

.contact-directory strong {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-directory i {
  position: absolute;
  top: 28px;
  right: 24px;
  color: #86868b;
  font-size: 16px;
}

.contact-page .contact-page-panel {
  margin-top: 84px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.contact-page-panel .contact-copy {
  align-items: end;
  padding-bottom: 50px;
  border-bottom: 1px solid #d2d2d7;
}

.contact-page-panel .contact-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  padding-top: 54px;
}

.contact-page .contact-map,
.contact-page .contact-map iframe {
  min-height: 520px;
  border-radius: 4px;
}

.contact-page .contact-map-caption {
  border: 0;
  border-radius: 3px;
  background: rgba(20, 20, 20, 0.84);
}

.contact-page .contact-social-row {
  min-height: 72px;
  margin-top: 72px;
  padding: 20px 0;
  color: #1d1d1f;
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
  border-radius: 0;
  background: transparent;
}

.contact-page .contact-social-row a {
  width: 38px;
  height: 38px;
  color: #1d1d1f;
  border-color: #d2d2d7;
}

.contact-page .contact-social-row a:hover {
  color: #fff;
  background: #1d1d1f;
}

/* Category and product cards */
.category-page .category-hero {
  padding: 176px 0 64px;
  text-align: left;
}

.category-page .category-hero h1 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.category-hero-meta {
  display: grid;
  align-content: end;
  gap: 22px;
}

.category-hero-meta > span {
  color: #86868b;
  font-size: 13px;
}

.category-page .category-products {
  padding: 64px 0 112px;
}

.product-card {
  position: relative;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(17, 19, 21, 0.045);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(17, 19, 21, 0.075);
}

.product-card-detail-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.product-card-detail-link:focus-visible {
  outline: 2px solid #1d1d1f;
  outline-offset: 3px;
}

.product-card .product-zoom {
  z-index: 4;
}

.product-card .product-media {
  background: #f5f5f7;
}

.product-card > .product-media > img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
  object-fit: contain;
}

.product-card .product-info {
  padding: 18px;
}

.product-detail-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 500;
}

.products-empty {
  min-height: 240px;
  display: grid;
  place-items: center;
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
}

/* Product detail */
.product-detail-stage {
  padding: 164px 0 108px;
}

.product-detail-stage > .container > .premium-breadcrumb {
  margin-bottom: 38px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: clamp(54px, 8vw, 128px);
}

.product-detail-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f5f5f7;
}

.product-detail-media > img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  display: block;
  object-fit: contain;
}

.product-detail-media:has(.product-magnifier) {
  cursor: zoom-in;
  isolation: isolate;
}

.product-magnifier {
  --magnifier-size: clamp(168px, 16vw, 224px);
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: var(--magnifier-size);
  height: var(--magnifier-size);
  display: block;
  overflow: hidden;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 24, 48, 0.24), 0 0 0 1px rgba(91, 76, 240, 0.22);
  opacity: 0;
  scale: 0.86;
  transform: translate3d(0, 0, 0);
  transition: opacity 160ms ease, scale 180ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.product-magnifier::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(35, 140, 255, 0.22), inset 0 0 24px rgba(116, 70, 245, 0.06);
}

.product-magnifier > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  display: block;
  object-fit: contain;
  transform-origin: 0 0;
  will-change: transform;
}

.product-detail-media.is-zooming .product-magnifier {
  opacity: 1;
  scale: 1;
}

.product-detail-media.is-zooming > img {
  filter: saturate(0.96);
}

.product-detail-media.is-zooming .product-detail-zoom {
  opacity: 0.3;
}

.product-detail-zoom {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  color: #1d1d1f;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  backdrop-filter: blur(16px);
  transition: opacity 160ms ease, background-color 160ms ease;
}

@media (hover: none), (pointer: coarse) {
  .product-detail-media:has(.product-magnifier) { cursor: default; }
  .product-magnifier { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .product-magnifier, .product-detail-zoom { transition: none; }
}

.product-detail-category {
  color: #86868b;
  font-size: 13px;
}

.product-detail-summary h1 {
  margin: 14px 0 18px;
  color: #1d1d1f;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.product-detail-summary > p {
  margin: 0;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.65;
}

.product-detail-price {
  margin-top: 34px;
  color: #1d1d1f;
  font-size: 24px;
  font-weight: 500;
}

.product-detail-contact {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 22px;
  color: #fff;
  border: 1px solid #1d1d1f;
  border-radius: 999px;
  background: #1d1d1f;
  font-size: 14px;
}

.product-detail-contact:hover {
  color: #1d1d1f;
  background: #fff;
}

.product-detail-assurance {
  margin: 42px 0 0;
  border-top: 1px solid #d2d2d7;
}

.product-detail-assurance > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8ed;
}

.product-detail-assurance dt,
.product-detail-assurance dd {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.product-detail-assurance dt {
  color: #86868b;
}

.product-detail-assurance dd {
  color: #1d1d1f;
}

.product-detail-content {
  padding: 92px 0;
  background: #f5f5f7;
}

.product-detail-content-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(48px, 9vw, 140px);
}

.product-detail-content header span,
.product-related-head span {
  color: #86868b;
  font-size: 12px;
}

.product-detail-content header h2,
.product-related-head h2 {
  margin: 10px 0 0;
  color: #1d1d1f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.product-related {
  padding: 92px 0 110px;
}

.product-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}

.product-related-head > a {
  color: #1d1d1f;
  font-size: 14px;
}

.product-modal .modal-content {
  border-radius: 4px;
}

.product-modal-main-image {
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .premium-hero-grid,
  .about-page .about-block,
  .product-detail-grid,
  .product-detail-content-grid {
    grid-template-columns: 1fr;
  }

  .premium-hero-grid {
    gap: 28px;
  }

  .about-page .about-block:nth-child(even) figure {
    order: 0;
  }

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

  .contact-directory > a,
  .contact-directory > div,
  .contact-directory > * + * {
    min-height: 104px;
    padding: 22px 38px 22px 0;
    border-right: 0;
    border-bottom: 1px solid #e8e8ed;
  }

  .contact-directory > :last-child {
    border-bottom: 0;
  }

  .contact-page-panel .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-detail-grid {
    gap: 46px;
  }
}

@media (max-width: 575.98px) {
  .premium-hero,
  .about-page .about-hero,
  .contact-page .contact-page-hero,
  .category-page .category-hero {
    padding: 136px 0 52px;
  }

  .premium-hero h1,
  .contact-page .contact-page-hero h1,
  .category-page .category-hero h1 {
    font-size: 42px;
  }

  .about-page .about-block {
    gap: 30px;
    padding: 58px 0;
  }

  .about-page .about-block img {
    min-height: 280px;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-principles article,
  .about-principles article + article {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #e8e8ed;
  }

  .about-principles h3 {
    margin-top: 18px;
  }

  .contact-page .contact-page-panel {
    margin-top: 54px;
  }

  .contact-page-panel .contact-copy {
    align-items: flex-start;
    padding-bottom: 32px;
  }

  .contact-page-panel .contact-layout {
    padding-top: 34px;
  }

  .contact-page .contact-map,
  .contact-page .contact-map iframe {
    min-height: 360px;
  }

  .category-page .category-products {
    padding: 42px 0 76px;
  }

  .product-detail-stage {
    padding: 128px 0 72px;
  }

  .product-detail-stage > .container > .premium-breadcrumb {
    margin-bottom: 24px;
  }

  .product-detail-summary h1 {
    font-size: 42px;
  }

  .product-detail-content,
  .product-related {
    padding: 68px 0;
  }

  .product-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-modal-info {
    padding: 24px;
  }
}

/* Premium composition v2 */
.premium-hero-center {
  position: relative;
  z-index: 1;
  max-width: 980px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.premium-hero-center h1 {
  margin: 16px 0 0;
  color: inherit;
  font-size: clamp(48px, 6.4vw, 84px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.premium-hero-center > p {
  max-width: 580px;
  margin: 25px auto 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.62;
}

.contact-page .contact-page-hero,
.about-page .about-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 166px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.12), transparent 43%),
    linear-gradient(180deg, #121315 0%, #050506 100%);
  border: 0;
  text-align: center;
}

.contact-page .contact-page-hero::after,
.about-page .about-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -210px;
  left: 8%;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(72px);
  pointer-events: none;
}

.contact-page .contact-page-hero .premium-kicker,
.about-page .about-hero .premium-kicker {
  color: rgba(255, 255, 255, 0.52);
}

.contact-page .contact-page-hero h1,
.about-page .about-hero h1 {
  max-width: 940px;
  margin: 16px auto 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contact-page .contact-page-hero p,
.about-page .about-hero p {
  margin: 25px auto 0;
  color: #fff;
}

.contact-page-content {
  position: relative;
  padding: 0 0 112px;
}

.contact-directory {
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: -46px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  background: rgba(247, 247, 249, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(24px);
}

.contact-directory > a,
.contact-directory > div,
.contact-directory > * + * {
  min-height: 146px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 16px;
  padding: 28px;
  border: 0;
  border-right: 1px solid #dedee3;
}

.contact-directory > :last-child {
  grid-template-columns: 44px minmax(0, 1fr);
  border-right: 0;
}

.contact-directory > a:hover {
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.78);
}

.contact-directory-icon {
  position: static !important;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 50%;
  background: #1d1d1f;
  font-size: 18px !important;
}

.contact-directory-arrow {
  position: static !important;
  justify-self: end;
  color: #86868b !important;
  font-size: 16px !important;
}

.contact-directory span {
  display: block;
  margin: 0 0 6px;
  color: #86868b;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-directory strong {
  display: block;
  font-size: 14px;
  line-height: 1.48;
}

.contact-page .contact-page-panel {
  margin-top: 88px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 30px;
  background: #f5f5f7;
}

.contact-page-panel .contact-copy {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  padding: 0 0 48px;
  border: 0;
  text-align: center;
}

.contact-page-panel .contact-copy > span {
  color: #86868b;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-panel .contact-copy h2 {
  max-width: none;
  margin: 12px 0 13px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.contact-page-panel .contact-copy p {
  max-width: 520px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}

.contact-page-panel .contact-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 14px;
  padding: 0;
}

.contact-page-panel .contact-form {
  align-content: start;
  padding: clamp(26px, 3.2vw, 42px);
  border-radius: 20px;
  background: #fff;
}

.contact-page-panel .contact-form input,
.contact-page-panel .contact-form textarea {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #f5f5f7;
}

.contact-page-panel .contact-form textarea {
  min-height: 132px;
}

.contact-page-panel .contact-form input:focus,
.contact-page-panel .contact-form textarea:focus {
  border-color: #a9a9af;
  background: #fff;
}

.contact-page-panel .contact-form button {
  min-height: 50px;
  justify-self: stretch;
  margin-top: 4px;
}

.contact-page-panel .contact-side,
.contact-page-panel .contact-map,
.contact-page-panel .contact-map iframe {
  min-height: 100%;
}

.contact-page-panel .contact-map {
  overflow: hidden;
  border-radius: 20px;
}

.contact-page .contact-social-row {
  min-height: 76px;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
  border: 0;
}

.contact-page .contact-social-row > span {
  color: #86868b;
  font-size: 12px;
}

.about-page .about-hero {
  min-height: 600px;
}

.about-page .about-hero .premium-hero-center > p {
  max-width: 640px;
}

.category-page .category-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 154px 0 70px;
  color: #1d1d1f;
  background:
    radial-gradient(circle at 50% 120%, rgba(0, 0, 0, 0.055), transparent 43%),
    #f5f5f7;
  border: 0;
  text-align: center;
}

.category-page .category-hero .premium-breadcrumb {
  justify-content: center;
}

.category-page .category-hero h1 {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: clamp(44px, 5.6vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.category-page .category-hero p {
  max-width: 600px;
  margin: 22px auto 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.6;
}

.category-product-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 24px;
  padding: 6px 13px;
  color: #6e6e73;
  border: 1px solid #d2d2d7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.category-page .products-grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 360px));
  justify-content: center;
}

@media (max-width: 991.98px) {
  .contact-directory {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-directory > a,
  .contact-directory > div,
  .contact-directory > * + * {
    min-height: 106px;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid #dedee3;
  }

  .contact-directory > :last-child {
    border-bottom: 0;
  }

  .contact-page-panel .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-page-panel .contact-map,
  .contact-page-panel .contact-map iframe {
    min-height: 430px;
  }
}

@media (max-width: 575.98px) {
  .contact-page .contact-page-hero,
  .about-page .about-hero,
  .category-page .category-hero {
    min-height: 410px;
    padding: 130px 0 64px;
  }

  .premium-hero-center h1,
  .contact-page .contact-page-hero h1,
  .about-page .about-hero h1,
  .category-page .category-hero h1 {
    font-size: 43px;
    line-height: 1.01;
  }

  .premium-hero-center > p,
  .contact-page .contact-page-hero p,
  .about-page .about-hero p {
    margin-top: 20px;
    font-size: 15px;
  }

  .contact-directory {
    margin-top: -30px;
    border-radius: 18px;
  }

  .contact-page .contact-page-panel {
    margin-top: 58px;
    padding: 28px 16px 16px;
    border-radius: 24px;
  }

  .contact-page-panel .contact-copy {
    padding-bottom: 32px;
  }

  .contact-page-panel .contact-form {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .contact-page-panel .contact-map,
  .contact-page-panel .contact-map iframe {
    min-height: 340px;
    border-radius: 16px;
  }

  .contact-page .contact-social-row {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}
/* Commerce */
.commerce-page{padding:48px 0 110px;background:#f7f7f8;min-height:70vh}.commerce-steps{display:flex;gap:30px;padding:18px 0;border-bottom:1px solid #dedfe2;color:#94979d;font-size:13px}.commerce-steps .is-active{color:#111;font-weight:600}.commerce-head{max-width:680px;padding:60px 0 38px}.commerce-head>span{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#6d7076}.commerce-head h1{font-size:clamp(40px,6vw,72px);letter-spacing:-.055em;margin:10px 0}.commerce-head p{color:#686b71;font-size:17px}.commerce-alert{padding:15px 18px;border-radius:12px;margin-bottom:20px}.commerce-alert.is-error{background:#fff0f0;color:#a32323}.commerce-alert.is-success{background:#edf9f1;color:#196a3b}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-lines,.checkout-form{background:#fff;border:1px solid #e4e5e7;border-radius:20px;overflow:hidden}.cart-line{display:grid;grid-template-columns:120px minmax(0,1fr) 120px 130px;gap:22px;align-items:center;padding:22px;border-bottom:1px solid #ececef}.cart-line-media{aspect-ratio:1;background:#f6f6f7;border-radius:14px;overflow:hidden}.cart-line-media img{width:100%;height:100%;object-fit:contain}.cart-line-copy span{font-size:12px;color:#858890}.cart-line-copy h2{font-size:18px;margin:5px 0 10px}.cart-line-qty label{font-size:12px;color:#777}.cart-line-qty input{display:block;width:72px;margin:6px 0;padding:8px;border:1px solid #d7d8dc;border-radius:8px}.cart-line-qty button,.cart-clear{border:0;background:none;font-size:12px;text-decoration:underline}.cart-line-total{text-align:right}.cart-line-total a{display:inline-flex;color:#777;margin-left:10px}.cart-clear{margin:18px 22px}.cart-summary{background:#0a0b0c;color:#fff;border-radius:20px;padding:28px;position:sticky;top:120px}.cart-summary>span{display:block;color:#989ca4;font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px}.cart-summary>div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #292a2d}.cart-summary-total{font-size:19px;border-bottom:0!important;padding:22px 0!important}.cart-summary>a,.cart-summary>button{display:flex;width:100%;justify-content:center;align-items:center;gap:9px;border:0;border-radius:999px;background:#fff;color:#08090a;padding:15px;font-weight:600}.cart-summary>button:disabled{opacity:.35}.cart-summary p{font-size:12px;color:#aeb1b7;margin:18px 0 0}.cart-summary p.is-warning{color:#ffd37a}.commerce-empty,.order-result{text-align:center;background:#fff;border:1px solid #e5e6e8;border-radius:24px;padding:80px 24px}.commerce-empty>i,.order-result>i{font-size:52px}.commerce-empty h2,.order-result h1{font-size:38px;letter-spacing:-.04em;margin:20px 0 8px}.commerce-empty a,.order-result a{display:inline-flex;margin-top:22px;padding:13px 23px;border-radius:999px;background:#0b0c0d;color:#fff}.checkout-form section{padding:28px;border-bottom:1px solid #e8e9eb}.checkout-form h2{font-size:20px;margin:0 0 20px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout-form label{font-size:13px;color:#565960}.checkout-form input,.checkout-form textarea,.checkout-form select{display:block;width:100%;border:1px solid #d9dadd;border-radius:10px;padding:12px;margin-top:7px;background:#fff}.checkout-form label.is-full{grid-column:1/-1}.checkout-form small{display:block;color:#91949b;margin-top:5px}.checkout-check{display:flex!important;align-items:flex-start;gap:10px}.checkout-check input{width:auto!important;margin-top:2px}.billing-fields{margin-top:20px}.checkout-mini small{max-width:220px}.order-result{max-width:760px;margin:60px auto}.order-result.is-paid>i{color:#16834b}.order-result.is-failed>i{color:#b42318}.order-result>span{display:block;color:#777}.order-result>div{display:flex;justify-content:center;gap:20px;margin-top:20px}.product-buy{display:flex;gap:12px;align-items:end;margin:24px 0}.product-buy label span{display:block;font-size:12px;color:#777}.product-buy input{width:76px;padding:13px;border:1px solid #d9dade;border-radius:999px;text-align:center}.product-buy button{border:0;background:#090a0b;color:#fff;border-radius:999px;padding:14px 28px;font-weight:600}
@media(max-width:991px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-line{grid-template-columns:90px 1fr}.cart-line-qty,.cart-line-total{grid-column:2}.checkout-grid{grid-template-columns:1fr}.checkout-form label.is-full{grid-column:auto}.commerce-steps{gap:12px;overflow:auto;white-space:nowrap}.commerce-head{padding-top:40px}}
.order-result h1{color:#161719!important;opacity:1!important;visibility:visible!important}.order-result p{max-width:520px;margin:0 auto;color:#686b71!important;font-size:15px;line-height:1.65;opacity:1!important;visibility:visible!important}.order-result .order-result-summary{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:24px;color:#161719!important;opacity:1!important;visibility:visible!important}.order-result-summary strong{font-size:22px;font-weight:600}.order-result-summary small{color:#7b7e84;font-size:13px}
.customer-orders{display:grid;gap:18px}.customer-orders>article{background:#fff;border:1px solid #e4e5e7;border-radius:18px;overflow:hidden}.customer-order-head{display:flex;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #ececef}.customer-order-head>div{display:flex;gap:8px;flex-direction:column}.customer-order-head>div:last-child{text-align:right}.customer-order-head small,.customer-order-lines small{color:#858890}.customer-order-head .is-paid{color:#16834b}.customer-order-head .is-pending{color:#9a6500}.customer-order-lines{display:flex;gap:14px;padding:20px 24px;overflow:auto}.customer-order-lines>div{display:flex;align-items:center;gap:12px;min-width:220px}.customer-order-lines img{width:64px;height:64px;object-fit:contain;background:#f7f7f8;border-radius:10px}.customer-order-lines span{display:flex;flex-direction:column}.customer-orders footer{display:flex;justify-content:space-between;padding:16px 24px;background:#fafafa}

/* Cart — quiet, product-led commerce */
.cart-page {
  padding: 116px 0 120px;
  color: #1d1d1f;
  background: #f5f5f7;
}

.cart-page .commerce-steps {
  gap: 26px;
  margin-bottom: 42px;
  padding: 0 0 26px;
  color: #86868b;
  border-bottom: 0;
  font-size: 12px;
}

.cart-page .commerce-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-page .commerce-steps b {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: #86868b;
  border: 1px solid #d2d2d7;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  font-weight: 500;
}

.cart-page .commerce-steps .is-active { color: #1d1d1f; }
.cart-page .commerce-steps .is-active b { color: #fff; border-color: #1d1d1f; background: #1d1d1f; }

.cart-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 58px 0 42px;
}

.cart-page-head > div > span {
  color: #86868b;
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cart-page-head h1 {
  margin: 9px 0 0;
  color: #1d1d1f;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.cart-page-head p {
  margin: 0 0 3px;
  color: #86868b;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.cart-page-head p strong { color: #1d1d1f; font-weight: 500; }

.cart-page .cart-layout {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
}

.cart-panel {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 19, 21, .045);
}

.cart-panel-head {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 28px;
  border-bottom: 1px solid #ededf0;
}

.cart-panel-head h2 { margin: 0; font-size: 17px; font-weight: 500; }
.cart-panel-head a { display: inline-flex; align-items: center; gap: 6px; color: #6e6e73; font-size: 13px; }
.cart-panel-head a:hover { color: #1d1d1f; }

.cart-page .cart-lines { overflow: visible; border: 0; border-radius: 0; background: transparent; }

.cart-page .cart-line {
  grid-template-columns: 148px minmax(210px, 1fr) 116px 132px;
  gap: 26px;
  min-height: 205px;
  padding: 28px;
  border-bottom: 1px solid #ededf0;
}

.cart-page .cart-line-media {
  width: 148px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: #f5f5f7;
}

.cart-page .cart-line-media img { padding: 8px; object-fit: contain; }
.cart-page .cart-line-copy > span { color: #86868b; font-size: 11px; }
.cart-page .cart-line-copy h2 { min-height: 0; margin: 8px 0 24px; font-size: 18px; font-weight: 500; line-height: 1.3; }
.cart-page .cart-line-copy small { display: block; margin-bottom: 4px; color: #86868b; font-size: 11px; }
.cart-page .cart-line-copy strong { font-size: 14px; font-weight: 500; }

.cart-line-controls > span,
.cart-page .cart-line-total > span {
  display: block;
  margin-bottom: 10px;
  color: #86868b;
  font-size: 11px;
}

.cart-quantity {
  width: 104px;
  height: 38px;
  display: grid;
  grid-template-columns: 34px 36px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d2d2d7;
  border-radius: 999px;
}

.cart-quantity button {
  height: 100%;
  padding: 0;
  color: #1d1d1f;
  border: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
}

.cart-quantity button:hover { background: #f5f5f7; }
.cart-quantity button:disabled { color: #c8c8cd; cursor: not-allowed; }
.cart-quantity output { color: #1d1d1f; font-size: 13px; text-align: center; }

.cart-page .cart-line-total { position: relative; align-self: stretch; text-align: right; }
.cart-page .cart-line-total strong { display: block; color: #1d1d1f; font-size: 16px; font-weight: 500; }
.cart-page .cart-line-total > a {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: #86868b;
  border-radius: 50%;
  background: #f5f5f7;
  font-size: 16px;
}
.cart-page .cart-line-total > a:hover { color: #fff; background: #1d1d1f; }

.cart-panel-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 28px;
}

.cart-panel-footer > div { display: flex; align-items: center; gap: 12px; }
.cart-panel-footer > div > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #f5f5f7; font-size: 18px; }
.cart-panel-footer > div span { display: flex; flex-direction: column; }
.cart-panel-footer > div strong { font-size: 12px; font-weight: 500; }
.cart-panel-footer > div small { margin-top: 2px; color: #86868b; font-size: 11px; }
.cart-panel-footer button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; color: #86868b; border: 0; background: transparent; font-size: 12px; }
.cart-panel-footer button:hover { color: #1d1d1f; }

.cart-page .cart-summary {
  top: 112px;
  padding: 28px;
  color: #1d1d1f;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 19, 21, .045);
}

.cart-page .cart-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ededf0;
}

.cart-page .cart-summary-head > span { color: #1d1d1f; font-size: 17px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.cart-page .cart-summary-head small { color: #86868b; font-size: 12px; }
.cart-page .cart-summary > div:not(.cart-summary-head) { padding: 12px 0; border: 0; }
.cart-page .cart-summary > div > span { color: #6e6e73; font-size: 13px; }
.cart-page .cart-summary > div > span small { color: #a1a1a6; font-size: 10px; }
.cart-page .cart-summary > div > strong { color: #1d1d1f; font-size: 14px; font-weight: 500; }
.cart-page .cart-summary .cart-summary-total { margin-top: 10px; padding: 20px 0 24px !important; border-top: 1px solid #ededf0 !important; }
.cart-page .cart-summary .cart-summary-total span { color: #1d1d1f; font-size: 15px; }
.cart-page .cart-summary .cart-summary-total strong { font-size: 21px; letter-spacing: -.02em; }
.cart-page .cart-summary > a { min-height: 52px; color: #fff; background: #1d1d1f; font-size: 14px; }
.cart-page .cart-summary > a:hover { color: #fff; background: #000; }
.cart-line-copy del { display: block; margin: 3px 0 1px; color: #96999f; font-size: 11px; }
.cart-summary-discount span, .cart-summary-discount strong { color: #227443 !important; }
.cart-page .cart-summary ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.cart-page .cart-summary li { display: flex; align-items: center; gap: 8px; color: #86868b; font-size: 11px; }
.cart-page .cart-summary li i { color: #1d1d1f; font-size: 14px; }

.cart-empty { max-width: none; padding: 100px 24px; border: 0; border-radius: 24px; box-shadow: 0 14px 44px rgba(17, 19, 21, .045); }
.cart-empty > span { width: 68px; height: 68px; display: inline-grid; place-items: center; border-radius: 50%; background: #f5f5f7; }
.cart-empty > span i { font-size: 28px; }
.cart-empty > i { display: none; }
.cart-empty p { max-width: 460px; margin: 0 auto; color: #86868b; }
.cart-empty a { align-items: center; gap: 7px; }

.swal2-container { z-index: 10050 !important; }
.huee-swal-toast { border: 1px solid rgba(17,19,21,.06) !important; border-radius: 15px !important; box-shadow: 0 18px 55px rgba(17,19,21,.15) !important; }
.huee-swal-toast .swal2-title { color: #1d1d1f !important; font-size: 14px !important; font-weight: 500 !important; }
.huee-swal-dialog { border-radius: 22px !important; }
.huee-swal-dialog .swal2-title { color: #1d1d1f; font-size: 24px; font-weight: 500; }
.huee-swal-confirm,.huee-swal-cancel { min-width: 118px; border-radius: 999px !important; box-shadow: none !important; }
.huee-swal-confirm { background: #1d1d1f !important; }
.huee-swal-cancel { color: #1d1d1f !important; background: #ededf0 !important; }
.product-tax-note { display: block; margin-top: 7px; color: #86868b; font-size: 12px; }

@media (max-width: 1199.98px) {
  .cart-page .cart-layout { grid-template-columns: minmax(0, 1fr) 330px; }
  .cart-page .cart-line { grid-template-columns: 122px minmax(180px, 1fr) 108px 116px; gap: 18px; padding: 24px; }
  .cart-page .cart-line-media { width: 122px; }
}

@media (max-width: 991.98px) {
  .cart-page { padding-top: 104px; }
  .cart-page .cart-layout { grid-template-columns: 1fr; }
  .cart-page .cart-summary { position: static; }
}

@media (max-width: 767.98px) {
  .cart-page-head { align-items: flex-start; flex-direction: column; padding: 42px 0 30px; }
  .cart-page-head p { text-align: left; }
  .cart-panel-head { padding: 0 20px; }
  .cart-page .cart-line { grid-template-columns: 96px minmax(0, 1fr); min-height: 0; gap: 16px; padding: 20px; }
  .cart-page .cart-line-media { width: 96px; grid-row: span 2; }
  .cart-page .cart-line-copy h2 { margin-bottom: 13px; font-size: 16px; }
  .cart-line-controls { grid-column: 2; }
  .cart-page .cart-line-total { grid-column: 1 / -1; min-height: 38px; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #ededf0; text-align: left; }
  .cart-page .cart-line-total > span { display: none; }
  .cart-page .cart-line-total > a { position: static; }
  .cart-panel-footer { align-items: flex-start; flex-direction: column; padding: 20px; }
}

@media (max-width: 575.98px) {
  .cart-page .commerce-steps { gap: 18px; }
  .cart-page .commerce-steps span { font-size: 0; }
  .cart-page .commerce-steps span::after { content: attr(data-label); font-size: 11px; }
  .cart-page-head h1 { font-size: 48px; }
  .cart-panel,.cart-page .cart-summary,.cart-empty { border-radius: 18px; }
}

/* Checkout — cart experience continued */
.checkout-page {
  padding: 116px 0 120px;
  color: #1d1d1f;
  background: #f5f5f7;
}

.checkout-page .commerce-steps {
  gap: 26px;
  margin-bottom: 42px;
  padding: 0 0 26px;
  color: #86868b;
  border-bottom: 0;
  font-size: 12px;
}

.checkout-page .commerce-steps span,
.checkout-page .commerce-steps a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #86868b;
}

.checkout-page .commerce-steps b {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: #86868b;
  border: 1px solid #d2d2d7;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  font-weight: 500;
}

.checkout-page .commerce-steps a b {
  color: #fff;
  border-color: #86868b;
  background: #86868b;
}

.checkout-page .commerce-steps .is-active { color: #1d1d1f; }
.checkout-page .commerce-steps .is-active b { color: #fff; border-color: #1d1d1f; background: #1d1d1f; }

.checkout-page .checkout-layout {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
}

.checkout-panel {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 19, 21, .045);
}

.checkout-panel-head {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border-bottom: 1px solid #ededf0;
}

.checkout-panel-head span {
  display: block;
  margin-bottom: 5px;
  color: #86868b;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.checkout-panel-head h1 { margin: 0; font-size: 24px; font-weight: 500; letter-spacing: -.025em; }
.checkout-panel-head > a { display: inline-flex; align-items: center; gap: 6px; color: #6e6e73; font-size: 13px; white-space: nowrap; }
.checkout-panel-head > a:hover { color: #1d1d1f; }

.checkout-page .checkout-section {
  padding: 32px;
  border-bottom: 1px solid #ededf0;
}

.checkout-page .checkout-section:last-child { border-bottom: 0; }

.checkout-section-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
}

.checkout-section-head > i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f5f7;
  font-size: 18px;
}

.checkout-section-head h2 { margin: 0 0 3px; font-size: 17px; font-weight: 500; }
.checkout-section-head p { margin: 0; color: #86868b; font-size: 11px; }

.checkout-page .checkout-grid { gap: 18px; }
.checkout-page .checkout-form { border: 0; }
.checkout-page .checkout-section label,
.checkout-page .checkout-final-fields > label { color: #6e6e73; font-size: 12px; }
.checkout-page .checkout-section label > span:first-child { display: block; }
.checkout-page .checkout-section label > span small { margin-left: 4px; color: #a1a1a6; font-size: 10px; }

.checkout-page .checkout-section input:not([type="checkbox"]),
.checkout-page .checkout-section textarea,
.checkout-page .checkout-section select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: #1d1d1f;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: 0;
  background: #f5f5f7;
  font-size: 14px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.checkout-page .checkout-section textarea { min-height: 104px; resize: vertical; line-height: 1.5; }
.checkout-page .checkout-section input:not([type="checkbox"]):focus,
.checkout-page .checkout-section textarea:focus,
.checkout-page .checkout-section select:focus {
  border-color: #a1a1a6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .045);
}
.checkout-page .checkout-section input::placeholder,
.checkout-page .checkout-section textarea::placeholder { color: #a1a1a6; }
.checkout-page .checkout-section label > small { display: block; margin: 6px 0 0; color: #a1a1a6; font-size: 10px; }

.checkout-switch {
  display: flex !important;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #1d1d1f !important;
  cursor: pointer;
}

.checkout-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.checkout-switch .checkout-switch-ui {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
  display: block !important;
  border-radius: 999px;
  background: #d2d2d7;
  transition: background .2s ease;
}
.checkout-switch-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
  transition: transform .2s ease;
}
.checkout-switch input:checked + .checkout-switch-ui { background: #1d1d1f; }
.checkout-switch input:checked + .checkout-switch-ui::after { transform: translateX(18px); }
.checkout-switch input:focus-visible + .checkout-switch-ui { box-shadow: 0 0 0 3px rgba(29, 29, 31, .14); }
.checkout-page .billing-fields { margin-top: 0; }

.checkout-final-fields { display: grid; gap: 22px; }
.checkout-contract { display: flex !important; align-items: flex-start; gap: 10px; color: #6e6e73 !important; cursor: pointer; }
.checkout-contract input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.checkout-contract > span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid !important;
  place-items: center;
  color: transparent;
  border: 1px solid #c7c7cc;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
}
.checkout-contract input:checked + span { color: #fff; border-color: #1d1d1f; background: #1d1d1f; }
.checkout-contract input:focus-visible + span { box-shadow: 0 0 0 3px rgba(29, 29, 31, .14); }
.checkout-contract em { font-style: normal; line-height: 1.55; }

.checkout-page .checkout-summary {
  top: 112px;
  padding: 28px;
  color: #1d1d1f;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 19, 21, .045);
}

.checkout-page .cart-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #ededf0;
}
.checkout-page .cart-summary-head > span { margin: 0; color: #1d1d1f; font-size: 17px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.checkout-page .cart-summary-head small { color: #86868b; font-size: 12px; }

.checkout-page .checkout-summary > .checkout-products { display: grid; gap: 16px; padding: 20px 0; border-bottom: 1px solid #ededf0; }
.checkout-product { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.checkout-product-media { width: 54px; height: 54px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: #f5f5f7; }
.checkout-product-media img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.checkout-product-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.checkout-product-copy strong { overflow: hidden; font-size: 12px; font-weight: 500; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.checkout-product-copy small { color: #86868b; font-size: 10px; }
.checkout-product > strong { font-size: 12px; font-weight: 500; white-space: nowrap; }

.checkout-page .checkout-summary > .checkout-totals { display: block; padding: 16px 0 0; border: 0; }
.checkout-totals > div { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; }
.checkout-totals > div > span { color: #6e6e73; font-size: 13px; }
.checkout-totals > div > span small { color: #a1a1a6; font-size: 10px; }
.checkout-totals > div > strong { font-size: 13px; font-weight: 500; }
.checkout-page .checkout-summary .cart-summary-total { margin-top: 9px; padding: 19px 0 24px !important; border-top: 1px solid #ededf0 !important; }
.checkout-page .checkout-summary .cart-summary-total span { color: #1d1d1f; font-size: 15px; }
.checkout-page .checkout-summary .cart-summary-total strong { font-size: 21px; letter-spacing: -.02em; }

.checkout-page .checkout-summary > button {
  min-height: 52px;
  color: #fff;
  background: #1d1d1f;
  font-size: 14px;
  cursor: pointer;
}
.checkout-page .checkout-summary > button:hover:not(:disabled) { background: #000; }
.checkout-page .checkout-summary > button:disabled { color: #86868b; background: #ededf0; cursor: not-allowed; opacity: 1; }
.checkout-payment-brand,
.cart-payment-brand {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 14px;
  background: #f7f7f8;
}
.checkout-payment-brand img,
.cart-payment-brand img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  object-fit: contain;
}
.checkout-payment-brand span,
.cart-payment-brand span {
  color: #86868b;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.checkout-page .checkout-summary ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.checkout-page .checkout-summary li { display: flex; align-items: center; gap: 8px; color: #86868b; font-size: 11px; }
.checkout-page .checkout-summary li i { color: #1d1d1f; font-size: 14px; }
.checkout-page .checkout-summary p.is-warning { display: flex; gap: 7px; color: #9a6500; line-height: 1.45; }

@media (max-width: 1199.98px) {
  .checkout-page .checkout-layout { grid-template-columns: minmax(0, 1fr) 330px; }
}

@media (max-width: 991.98px) {
  .checkout-page { padding-top: 104px; }
  .checkout-page .checkout-layout { grid-template-columns: 1fr; }
  .checkout-page .checkout-summary { position: static; }
}

@media (max-width: 767.98px) {
  .checkout-panel-head { min-height: 0; align-items: flex-start; flex-direction: column; padding: 24px 20px; }
  .checkout-page .checkout-section { padding: 26px 20px; }
  .checkout-page .checkout-grid { grid-template-columns: 1fr; }
  .checkout-page .checkout-grid label.is-full { grid-column: auto; }
}

@media (max-width: 575.98px) {
  .checkout-page .commerce-steps { gap: 18px; }
  .checkout-page .commerce-steps span,
  .checkout-page .commerce-steps a { font-size: 0; }
  .checkout-page .commerce-steps span::after,
  .checkout-page .commerce-steps a::after { content: attr(data-label); font-size: 11px; }
  .checkout-panel,
  .checkout-page .checkout-summary { border-radius: 18px; }
}

/* About — editorial product story */
.about-editorial {
  color: #1d1d1f;
  background: #fff;
}

.about-editorial-intro {
  padding: 150px 0 88px;
  border-bottom: 1px solid #e8e8ed;
}

.about-editorial-kicker,
.about-values-head > span {
  display: block;
  color: #86868b;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-editorial-intro h1 {
  max-width: 1080px;
  margin: 22px 0 58px;
  color: #1d1d1f;
  font-size: clamp(50px, 6.7vw, 92px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.058em;
}

.about-editorial-intro-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid #d2d2d7;
}

.about-editorial-intro-foot p {
  max-width: 590px;
  margin: 0;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.65;
}

.about-editorial-intro-foot > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #86868b;
  font-size: 12px;
  white-space: nowrap;
}

.about-story-list { padding: 18px 0 0; }
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: clamp(48px, 8vw, 118px);
  padding: 92px 0;
  border-bottom: 1px solid #e8e8ed;
}

.about-story:nth-child(even) .about-story-media { order: 2; }
.about-story-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.22 / 1;
  border-radius: 24px;
  background: #f5f5f7;
  box-shadow: 0 18px 60px rgba(17, 19, 21, .055);
}
.about-story-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-story-copy { max-width: 540px; }
.about-story-meta { display: flex; align-items: center; gap: 11px; color: #86868b; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.about-story-meta span + span::before { content: ""; width: 24px; height: 1px; display: inline-block; margin: 0 11px 3px 0; background: #d2d2d7; }
.about-story-copy h2 {
  margin: 22px 0 25px;
  color: #1d1d1f;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.about-story-text { color: #6e6e73; font-size: 16px; line-height: 1.78; }

.about-values { margin-top: 92px; padding: 86px 0 106px; background: #f5f5f7; }
.about-values-head { max-width: 720px; margin-bottom: 52px; }
.about-values-head h2 { margin: 13px 0 0; font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d2d2d7; }
.about-values-grid article { min-height: 230px; padding: 27px 34px 0 0; }
.about-values-grid article + article { padding-left: 34px; border-left: 1px solid #d2d2d7; }
.about-values-grid article > span { color: #86868b; font-size: 11px; }
.about-values-grid h3 { margin: 58px 0 9px; font-size: 19px; font-weight: 500; }
.about-values-grid p { max-width: 290px; margin: 0; color: #86868b; font-size: 13px; line-height: 1.6; }

/* Privacy policy */
.policy-page { color: #1d1d1f; background: #f5f5f7; }
.policy-intro { padding: 136px 0 82px; border-bottom: 1px solid #e8e8ed; background: #fff; }
.policy-breadcrumb { display: flex; align-items: center; gap: 5px; margin-bottom: 54px; color: #86868b; font-size: 11px; }
.policy-breadcrumb a { color: #86868b; }
.policy-breadcrumb a:hover { color: #1d1d1f; }
.policy-kicker { display: block; color: #86868b; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.policy-intro h1 { margin: 16px 0 24px; font-size: clamp(52px, 7vw, 90px); font-weight: 500; line-height: .98; letter-spacing: -.06em; }
.policy-intro > .container > p { max-width: 630px; margin: 0; color: #6e6e73; font-size: 17px; line-height: 1.65; }
.policy-body { padding: 68px 0 116px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 38px; }
.policy-sidebar { position: sticky; top: 110px; }
.policy-sidebar-inner { padding: 24px; border-radius: 20px; background: #fff; box-shadow: 0 12px 38px rgba(17, 19, 21, .04); }
.policy-sidebar-inner > span { display: block; margin-bottom: 17px; color: #86868b; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.policy-sidebar nav { display: grid; }
.policy-sidebar nav a { padding: 10px 0; color: #6e6e73; border-bottom: 1px solid #ededf0; font-size: 12px; line-height: 1.4; }
.policy-sidebar nav a:hover { color: #1d1d1f; }
.policy-sidebar button {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
  padding: 10px 14px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #1d1d1f;
  font-size: 12px;
}
.policy-sidebar button:hover { background: #000; }
.policy-article { padding: clamp(30px, 5vw, 68px); border-radius: 28px; background: #fff; box-shadow: 0 16px 54px rgba(17, 19, 21, .045); }
.policy-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 56px; padding: 20px 22px; border-radius: 16px; background: #f5f5f7; }
.policy-summary > span { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.policy-summary i { font-size: 19px; }
.policy-summary strong { font-size: 13px; font-weight: 500; }
.policy-summary p { margin: 0; color: #86868b; font-size: 12px; text-align: right; }
.policy-rich-text { max-width: 820px; }
.policy-rich-text h2 { scroll-margin-top: 130px; margin: 64px 0 19px; padding-top: 0; color: #1d1d1f; font-size: clamp(28px, 3.3vw, 40px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.policy-rich-text h2:first-child { margin-top: 0; }
.policy-rich-text h3 { margin: 34px 0 11px; color: #1d1d1f; font-size: 18px; font-weight: 500; }
.policy-rich-text p,
.policy-rich-text li { color: #6e6e73; font-size: 15px; line-height: 1.8; }
.policy-rich-text p { margin: 0 0 18px; }
.policy-rich-text ul,
.policy-rich-text ol { display: grid; gap: 8px; margin: 18px 0 24px; padding-left: 22px; }
.policy-rich-text a { color: #1d1d1f; text-decoration: underline; text-underline-offset: 3px; }
.policy-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 72px; padding-top: 28px; border-top: 1px solid #e8e8ed; }
.policy-contact > div { display: flex; flex-direction: column; gap: 4px; }
.policy-contact span { color: #86868b; font-size: 11px; }
.policy-contact strong { font-size: 15px; font-weight: 500; }
.policy-contact a { display: inline-flex; align-items: center; gap: 7px; padding: 12px 19px; color: #fff; border-radius: 999px; background: #1d1d1f; font-size: 12px; white-space: nowrap; }
.policy-contact a:hover { color: #fff; background: #000; }

@media (max-width: 991.98px) {
  .about-editorial-intro { padding-top: 112px; }
  .about-story { grid-template-columns: 1fr; gap: 38px; padding: 70px 0; }
  .about-story:nth-child(even) .about-story-media { order: 0; }
  .about-story-copy { max-width: 680px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-sidebar { position: static; }
  .policy-sidebar-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
  .policy-sidebar-inner > span { grid-column: 1 / -1; margin-bottom: 0; }
  .policy-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .policy-sidebar button { width: auto; margin-top: 0; }
}

@media (max-width: 767.98px) {
  .about-editorial-intro { padding: 88px 0 58px; }
  .about-editorial-intro h1 { margin: 18px 0 38px; font-size: 47px; }
  .about-editorial-intro-foot { align-items: flex-start; flex-direction: column; gap: 20px; }
  .about-editorial-intro-foot p { font-size: 15px; }
  .about-story-list { padding-top: 0; }
  .about-story { gap: 30px; padding: 52px 0; }
  .about-story-media { border-radius: 18px; }
  .about-story-copy h2 { margin: 17px 0 18px; font-size: 38px; }
  .about-story-text { font-size: 14px; }
  .about-values { margin-top: 52px; padding: 62px 0 74px; }
  .about-values-head { margin-bottom: 38px; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 0; padding: 24px 0 28px; }
  .about-values-grid article + article { padding-left: 0; border-top: 1px solid #d2d2d7; border-left: 0; }
  .about-values-grid h3 { margin: 25px 0 7px; }
  .policy-intro { padding: 88px 0 58px; }
  .policy-breadcrumb { margin-bottom: 36px; }
  .policy-intro h1 { font-size: 52px; }
  .policy-intro > .container > p { font-size: 15px; }
  .policy-body { padding: 30px 0 76px; }
  .policy-sidebar-inner { display: block; padding: 20px; }
  .policy-sidebar nav { grid-template-columns: 1fr; }
  .policy-sidebar button { width: 100%; margin-top: 20px; }
  .policy-article { padding: 28px 20px; border-radius: 20px; }
  .policy-summary { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 42px; }
  .policy-summary p { text-align: left; }
  .policy-rich-text h2 { margin-top: 48px; font-size: 30px; }
  .policy-rich-text p,
  .policy-rich-text li { font-size: 14px; }
  .policy-contact { align-items: flex-start; flex-direction: column; margin-top: 54px; }
}

/* Keep the About hero aligned with the approved Contact composition. */
.about-brand-page .about-brand-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: 166px 0 86px;
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, .12), transparent 43%),
    linear-gradient(180deg, #121315 0%, #050506 100%);
}

.about-brand-page .about-brand-hero h1 {
  max-width: 940px;
  margin: 16px auto 0;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 84px);
  line-height: .98;
  letter-spacing: -.055em;
}

.about-brand-page .about-brand-hero p {
  margin: 25px auto 0;
  color: #fff;
}

.about-brand-page,
.about-brand-page .premium-hero-center,
.about-brand-statement,
.about-brand-statement-copy,
.about-brand-story,
.about-brand-story-copy {
  min-width: 0;
}

.about-brand-page {
  overflow: hidden;
}

.about-brand-page .premium-hero-center,
.about-brand-page .about-brand-hero h1 {
  width: 100%;
}

@media (max-width: 767.98px) {
  .about-brand-page .about-brand-hero {
    min-height: 430px;
    padding: 126px 0 72px;
  }

  .about-brand-page .about-brand-hero h1 {
    padding: 0 4px;
    font-size: 42px;
    overflow-wrap: break-word;
  }

  .about-brand-statement-copy h2,
  .about-brand-statement-copy p,
  .about-brand-story-copy h2,
  .about-brand-story-text {
    overflow-wrap: break-word;
  }
}

/* Commerce account, verification and profile */
.commerce-auth-page .auth-page-inner {
  padding-bottom: 0;
}

.commerce-auth-panel {
  max-width: 440px;
  padding: 34px;
  border: 1px solid #ededf0;
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(17, 19, 21, .045);
  transition: max-width 180ms ease;
}

.commerce-auth-panel:has([data-auth-pane="register"].is-active) {
  max-width: 600px;
}

.commerce-auth-panel .auth-head {
  margin-bottom: 22px;
}

.commerce-auth-panel .auth-head h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.commerce-auth-panel .auth-tabs {
  margin-bottom: 24px;
}

.commerce-auth-panel .auth-tab {
  padding: 11px 0;
  font-size: 14px;
}

.commerce-auth-panel .auth-form {
  gap: 15px;
}

.commerce-auth-panel .auth-form label > small {
  display: block;
  margin-top: 7px;
  color: #929297;
  font-size: 11px;
  line-height: 1.45;
}

.commerce-auth-panel .auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 500;
}

.auth-register-group {
  display: grid;
  gap: 15px;
  margin: 3px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #ededf0;
}

.auth-register-group > span {
  color: #86868b;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.commerce-auth-page {
  padding: 190px 0 90px;
}

.commerce-auth-panel .auth-grid {
  gap: 14px;
}

.commerce-auth-panel .auth-form input[type="text"],
.commerce-auth-panel .auth-form input[type="email"],
.commerce-auth-panel .auth-form input[type="tel"],
.commerce-auth-panel .auth-form input[type="password"] {
  height: 44px;
  border-radius: 10px;
}

.commerce-auth-panel .auth-switch {
  margin-top: 22px;
}

.commerce-auth-panel .auth-switch a {
  margin-left: 0;
  color: #6e6e73;
  font-weight: 500;
  text-decoration: none;
}

.commerce-auth-panel .auth-switch a:hover {
  color: #1d1d1f;
}

.auth-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-login-options .auth-check {
  margin: 0;
}

.auth-login-options > a {
  color: #6e6e73;
  font-size: 12px;
}

.auth-login-options > a:hover {
  color: #1d1d1f;
}

.password-reset-page {
  min-height: 76vh;
  padding: 190px 0 90px;
  background: #f5f5f7;
}

.password-reset-inner {
  display: flex;
  justify-content: center;
}

.password-reset-card {
  width: 100%;
  max-width: 440px;
  padding: 34px;
  border: 1px solid #ededf0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(17, 19, 21, .045);
}

.password-reset-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 25px;
  color: #777b82;
  font-size: 12px;
}

.password-reset-card h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.035em;
}

.password-reset-card > p {
  margin: 10px 0 24px;
  color: #777b82;
  font-size: 13px;
  line-height: 1.55;
}

.password-reset-card form {
  display: grid;
  gap: 15px;
}

.password-reset-card label span {
  display: block;
  margin-bottom: 7px;
  color: #4f5258;
  font-size: 12px;
}

.password-reset-card input {
  width: 100%;
  height: 44px;
  padding: 0 13px;
  color: #1d1d1f;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  outline: 0;
  background: #fff;
}

.password-reset-card input:focus { border-color: #1d1d1f; }
.password-reset-card button { height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border: 0; border-radius: 999px; background: #1d1d1f; font-size: 13px; font-weight: 500; }

/* Customer orders */
.orders-page { min-height: 76vh; padding: 180px 0 100px; background: #f5f5f7; }
.orders-page-inner { max-width: 1120px; }
.orders-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.orders-head h1 { margin: 0; color: #1d1d1f; font-size: clamp(42px, 5vw, 64px); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.orders-head>div { display: flex; align-items: baseline; gap: 6px; color: #86868b; }
.orders-head>div strong { color: #1d1d1f; font-size: 20px; font-weight: 500; }
.orders-head>div span { font-size: 12px; }
.orders-list { display: grid; gap: 18px; }
.order-card { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(17,19,21,.045); }
.order-card-head { display: grid; grid-template-columns:minmax(230px,1fr) auto minmax(160px,.5fr); align-items: center; gap: 22px; padding: 24px 26px; border-bottom: 1px solid #ededf0; }
.order-card-number span,.order-card-total span { display:block; margin-bottom: 5px; color:#8b8e94; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.order-card-number strong { display:block; color:#1d1d1f; font-size:15px; font-weight:600; }
.order-card-number small { display:block; margin-top:5px; color:#8b8e94; font-size:11px; }
.order-card-statuses { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:7px; }
.order-chip { padding:7px 10px; border-radius:999px; font-size:10px; white-space:nowrap; }
.order-chip.is-payment-paid,.order-chip.is-order { color:#196a3b; background:#eaf7ee; }
.order-chip.is-payment-pending { color:#8a5b00; background:#fff5d8; }
.order-chip.is-payment-failed,.order-chip.is-cancelled { color:#a12626; background:#fff0f0; }
.order-chip.is-payment-refunded { color:#555a63; background:#eff0f2; }
.order-card-total { text-align:right; }
.order-card-total strong { display:block; color:#1d1d1f; font-size:19px; font-weight:500; }
.order-card-total small { display:block; margin-top:5px; color:#237443; font-size:10px; }
.order-products { display:grid; padding:6px 26px; }
.order-product { display:grid; grid-template-columns:68px minmax(0,1fr) auto; align-items:center; gap:16px; padding:17px 0; border-bottom:1px solid #f0f0f2; }
.order-product:last-child { border-bottom:0; }
.order-product-media { width:68px; height:68px; display:grid; place-items:center; overflow:hidden; border-radius:14px; background:#f6f6f7; }
.order-product-media img { width:100%; height:100%; padding:5px; object-fit:contain; }
.order-product-media i { color:#8a8d93; font-size:23px; }
.order-product-copy strong { display:block; color:#1d1d1f; font-size:14px; font-weight:500; }
.order-product-copy span { display:block; margin-top:6px; color:#898c92; font-size:11px; }
.order-product-total { color:#1d1d1f; font-size:14px; font-weight:500; }
.order-card-footer { padding:20px 26px 23px; background:#fafafa; }
.order-progress { display:grid; grid-template-columns:repeat(4,1fr); margin:0; padding:0; list-style:none; }
.order-progress li { position:relative; display:flex; align-items:center; flex-direction:column; gap:8px; color:#a0a3a8; font-size:10px; text-align:center; }
.order-progress li:before { content:""; position:absolute; top:12px; right:50%; left:-50%; height:1px; background:#dedfe2; }
.order-progress li:first-child:before { display:none; }
.order-progress li i { position:relative; z-index:1; width:25px; height:25px; display:grid; place-items:center; color:#8b8e94; border:1px solid #d7d8dc; border-radius:50%; background:#fff; font-style:normal; }
.order-progress li.is-done,.order-progress li.is-current { color:#1d1d1f; }
.order-progress li.is-done:before,.order-progress li.is-current:before { background:#1d1d1f; }
.order-progress li.is-done i,.order-progress li.is-current i { color:#fff; border-color:#1d1d1f; background:#1d1d1f; }
.order-tracking{display:grid;grid-template-columns:42px minmax(130px,.7fr) minmax(230px,1fr) auto;align-items:center;gap:18px;padding:16px 18px;margin-top:20px;border-radius:16px;background:#f3f3f5}.order-tracking-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#1d1d1f;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.04)}.order-tracking-icon i{font-size:19px}.order-tracking-company>span,.order-tracking-number>span{display:block;margin-bottom:5px;color:#8b8e94;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.order-tracking-company strong{display:block;color:#1d1d1f;font-size:13px;font-weight:600}.order-tracking-number>div{display:flex;align-items:center;gap:9px}.order-tracking-number code{color:#1d1d1f;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.045em}.order-tracking-number button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:0;border-radius:8px;color:#5f6368;background:#fff;font:inherit;font-size:10px;cursor:pointer;transition:.18s ease}.order-tracking-number button:hover,.order-tracking-number button.is-copied{color:#1d1d1f;box-shadow:0 3px 10px rgba(0,0,0,.06)}.order-tracking-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:9px 15px;border-radius:99px;color:#fff;background:#1d1d1f;font-size:11px;font-weight:600;white-space:nowrap}.order-tracking-link:hover{color:#fff;background:#000}
.product-buy,.product-buy.has-services,.product-buy.has-options{display:block;width:100%}.product-services{display:grid;padding:0;margin:22px 0;border:0;gap:8px}.product-services legend{margin-bottom:9px;color:#1d1d1f;font-size:12px;font-weight:600}.product-services legend small{margin-left:5px;color:#86868b;font-weight:400}.product-services label{position:relative;display:block;margin:0;cursor:pointer}.product-services input{position:absolute;inset:0;z-index:2;width:100%!important;height:100%!important;margin:0!important;opacity:0;cursor:pointer}.product-services label>span{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:1px 10px;padding:12px 14px;border:1px solid #dedfe2;border-radius:14px;background:#fff;transition:.16s;pointer-events:none}.product-services label>span>i{display:grid;grid-row:1/3;width:30px;height:30px;place-items:center;border-radius:9px;background:#f3f3f5}.product-services label>span>b{font-size:12px;font-weight:600}.product-services label>span>small{grid-column:2;color:#86868b;font-size:10px}.product-services label>span>strong{grid-column:3;grid-row:1/3;font-size:12px;font-weight:600;white-space:nowrap}.product-services label.is-selected>span{border-color:#1d1d1f;background:#f7f7f8;box-shadow:0 0 0 1px #1d1d1f}.product-services label.is-selected>span>i{color:#fff;background:#1d1d1f}.product-buy-actions{display:grid;grid-template-columns:144px minmax(0,1fr);align-items:end;gap:12px;width:100%;margin-top:24px;padding-top:20px;border-top:1px solid #ececef}.product-quantity{display:block}.product-quantity>span:first-child{display:block;margin:0 0 8px;color:#6e6e73;font-size:12px}.product-quantity-control{display:grid!important;grid-template-columns:40px 1fr 40px;align-items:center;height:52px;border:1px solid #d8d8dc;border-radius:16px;background:#fff;overflow:hidden}.product-buy .product-quantity-control button{display:grid;place-items:center;width:40px;height:50px;padding:0;border:0;border-radius:0;background:transparent;color:#1d1d1f;font-size:18px;font-weight:400;cursor:pointer}.product-buy .product-quantity-control button:hover{background:#f5f5f7}.product-buy .product-quantity-control input{width:100%;height:50px;padding:0;border:0;border-radius:0;background:transparent;text-align:center;font-size:14px;font-weight:600;appearance:textfield;-moz-appearance:textfield}.product-quantity-control input::-webkit-inner-spin-button,.product-quantity-control input::-webkit-outer-spin-button{margin:0;appearance:none}.product-buy .product-add-button{width:100%;height:52px;padding:0 26px;border-radius:16px;font-size:14px;letter-spacing:-.01em}.cart-line-service{display:flex;align-items:center;gap:7px;padding:8px 10px;margin-top:12px;border-radius:10px;background:#f4f5f6}.cart-line-service>i{font-size:15px}.cart-line-service span,.cart-line-service b,.cart-line-service small{display:block!important;margin:0!important}.cart-line-service b{color:#343639;font-size:10px}.cart-line-service small{color:#74777c;font-size:9px}.checkout-product-copy em{display:flex;align-items:center;gap:4px;color:#3d6c50;font-size:9px;font-style:normal}.order-product-copy>small{display:flex;align-items:center;gap:5px;margin-top:5px;color:#39704f;font-size:10px}
@media(max-width:600px){.product-services label>span{grid-template-columns:30px minmax(0,1fr)}.product-services label>span>strong{grid-column:2;grid-row:auto;margin-top:4px}.product-buy-actions{grid-template-columns:128px minmax(0,1fr);gap:10px}.product-buy .product-add-button{padding:0 16px}}
.order-cancelled { display:flex; align-items:center; gap:8px; color:#a12626; font-size:12px; }
.orders-empty { padding:80px 24px; border-radius:24px; background:#fff; text-align:center; box-shadow:0 12px 34px rgba(17,19,21,.045); }
.orders-empty>span { width:54px; height:54px; display:grid; place-items:center; margin:0 auto; border-radius:50%; background:#f5f5f7; font-size:23px; }
.orders-empty h2 { margin:20px 0 0; color:#1d1d1f; font-size:28px; font-weight:500; }
.orders-empty a { display:inline-flex; margin-top:22px; padding:13px 21px; color:#fff; border-radius:999px; background:#1d1d1f; font-size:12px; }
.orders-pagination { margin-top:28px; }

@media(max-width:767.98px) {
  .password-reset-page { padding:138px 0 64px; }
  .password-reset-card { padding:26px 20px; border-radius:16px; }
  .orders-page { padding:138px 0 70px; }
  .orders-head { align-items:flex-start; margin-bottom:24px; }
  .orders-head h1 { font-size:42px; }
  .order-card { border-radius:18px; }
  .order-card-head { grid-template-columns:1fr auto; gap:14px; padding:20px; }
  .order-card-statuses { grid-column:1/-1; grid-row:2; justify-content:flex-start; }
  .order-products { padding:4px 20px; }
  .order-product { grid-template-columns:58px minmax(0,1fr); gap:12px; }
  .order-product-media { width:58px; height:58px; }
  .order-product-total { grid-column:2; }
  .order-card-footer { padding:18px 14px 21px; }
  .order-progress li span { font-size:9px; }
  .order-tracking { grid-template-columns:38px minmax(0,1fr); gap:13px; padding:15px; }
  .order-tracking-icon { width:38px; height:38px; }
  .order-tracking-number { grid-column:1/-1; padding-top:12px; border-top:1px solid #dedfe2; }
  .order-tracking-number>div { justify-content:space-between; }
  .order-tracking-link { grid-column:1/-1; width:100%; margin-top:1px; }
}

.verification-page {
  min-height: 100vh;
  padding: 190px 0 90px;
  background: #f5f5f7;
}

.verification-page-inner {
  display: flex;
  justify-content: center;
}

.verification-card {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  color: #1d1d1f;
  border: 1px solid #ededf0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(17, 19, 21, .045);
  text-align: center;
}

.verification-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  color: #fff;
  border-radius: 18px;
  background: #1d1d1f;
  font-size: 25px;
}

.verification-kicker {
  color: #86868b;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.verification-card h1 {
  margin: 12px 0 15px;
  color: #1d1d1f;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.verification-card > p {
  max-width: 460px;
  margin: 0 auto;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.65;
}

.verification-card > p strong {
  color: #1d1d1f;
  font-weight: 500;
}

.verification-dealer-code {
  margin-top: 28px;
  padding: 22px;
  border-radius: 18px;
  background: #f5f5f7;
}

.verification-dealer-code span,
.verification-dealer-code small {
  display: block;
  color: #86868b;
  font-size: 11px;
}

.verification-dealer-code strong {
  display: block;
  margin: 7px 0;
  color: #1d1d1f;
  font-size: 25px;
  letter-spacing: .16em;
}

.verification-form {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.verification-form label {
  color: #6e6e73;
  font-size: 11px;
  text-align: left;
}

.verification-form input {
  width: 100%;
  height: 68px;
  padding: 0 20px;
  color: #1d1d1f;
  border: 1px solid #dedee3;
  border-radius: 16px;
  outline: none;
  background: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .3em;
  text-align: center;
}

.verification-form input:focus {
  border-color: #1d1d1f;
}

.verification-form button,
.commerce-profile-actions button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #1d1d1f;
  font-size: 13px;
  font-weight: 500;
}

.verification-form button:hover,
.commerce-profile-actions button:hover {
  background: #000;
}

.verification-resend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 24px;
  color: #86868b;
  font-size: 12px;
}

.verification-resend form,
.verification-resend button {
  margin: 0;
}

.verification-resend button {
  padding: 0;
  color: #1d1d1f;
  border: 0;
  background: none;
  font-weight: 500;
}

.verification-logout {
  display: inline-block;
  margin-top: 19px;
  color: #86868b;
  font-size: 11px;
}

.commerce-profile-page {
  padding: 210px 0 116px;
  color: #1d1d1f;
  background: #f5f5f7;
}

.commerce-profile-inner {
  max-width: 1180px;
}

.commerce-profile-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}

.commerce-profile-head > div:first-child > span {
  color: #86868b;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.commerce-profile-head h1 {
  margin: 12px 0 13px;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.055em;
}

.commerce-profile-head p {
  margin: 0;
  color: #6e6e73;
  font-size: 15px;
}

.commerce-profile-account {
  min-width: 285px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: #fff;
  border-radius: 20px;
  background: #111113;
}

.commerce-profile-account strong {
  font-size: 15px;
  font-weight: 500;
}

.commerce-profile-account span,
.commerce-profile-account small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .53);
  font-size: 11px;
}

.commerce-profile-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px 18px;
  color: #554b31;
  border-radius: 14px;
  background: #f4ead0;
  font-size: 12px;
}

.commerce-profile-form {
  display: grid;
  gap: 18px;
}

.commerce-profile-section {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.6fr);
  gap: clamp(32px, 6vw, 88px);
  padding: clamp(30px, 5vw, 54px);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 19, 21, .04);
}

.commerce-profile-section > header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.commerce-profile-section > header > span {
  margin-top: 4px;
  color: #b1b1b6;
  font-size: 10px;
  letter-spacing: .08em;
}

.commerce-profile-section h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.commerce-profile-section header p {
  max-width: 250px;
  margin: 9px 0 0;
  color: #86868b;
  font-size: 12px;
  line-height: 1.55;
}

.commerce-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.commerce-profile-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.commerce-profile-grid label.is-full {
  grid-column: 1 / -1;
}

.commerce-profile-grid label > span {
  color: #6e6e73;
  font-size: 11px;
}

.commerce-profile-grid input,
.commerce-profile-grid textarea {
  width: 100%;
  padding: 13px 0;
  color: #1d1d1f;
  border: 0;
  border-bottom: 1px solid #d2d2d7;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  resize: vertical;
}

.commerce-profile-grid input:focus,
.commerce-profile-grid textarea:focus {
  border-color: #1d1d1f;
}

.commerce-profile-grid input:disabled {
  color: #86868b;
}

.commerce-profile-grid small {
  color: #a1a1a6;
  font-size: 10px;
}

.commerce-profile-check {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #6e6e73;
  font-size: 12px;
}

.commerce-profile-check input {
  width: 17px;
  height: 17px;
  accent-color: #1d1d1f;
}

.commerce-profile-section:has(.commerce-profile-check) .commerce-profile-grid {
  grid-column: 2;
}

.commerce-profile-grid.is-hidden {
  display: none;
}

.commerce-profile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 14px;
}

.commerce-profile-actions button {
  min-width: 190px;
  padding: 0 24px;
}

.commerce-profile-actions a {
  color: #6e6e73;
  font-size: 12px;
}

/* Site search */
body.is-search-open {
  overflow: hidden;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100100;
  display: grid;
  align-items: start;
  justify-items: center;
  padding: clamp(72px, 10vh, 118px) 24px 32px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.site-search-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.site-search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(4, 6, 9, 0.52);
  backdrop-filter: blur(16px) saturate(0.8);
  -webkit-backdrop-filter: blur(16px) saturate(0.8);
  cursor: default;
}

.site-search-dialog {
  position: relative;
  width: min(940px, 100%);
  max-height: calc(100vh - clamp(104px, 16vh, 170px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  transform: translateY(-18px) scale(0.985);
  transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.site-search-overlay.is-open .site-search-dialog {
  transform: translateY(0) scale(1);
}

.site-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 10px 30px;
}

.site-search-head > span {
  color: #6e6e73;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-search-head button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #1d1d1f;
  background: #f1f1f3;
  font-size: 21px;
  transition: background 160ms ease, transform 160ms ease;
}

.site-search-head button:hover {
  background: #e6e6e9;
  transform: rotate(4deg);
}

.site-search-form {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 30px;
  border-bottom: 1px solid #d8d8dc;
}

.site-search-form > i {
  flex: 0 0 auto;
  color: #1d1d1f;
  font-size: 30px;
}

.site-search-form input {
  width: 100%;
  min-width: 0;
  padding: 17px 48px 19px 14px;
  border: 0;
  outline: 0;
  color: #101012;
  background: transparent;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.site-search-form input::-webkit-search-cancel-button {
  display: none;
}

.site-search-form input::placeholder {
  color: #aaaab0;
  opacity: 1;
}

.site-search-clear {
  position: absolute;
  right: 4px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #8e8e93;
  background: transparent;
  font-size: 21px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 160ms ease;
}

.site-search-clear.is-visible {
  visibility: visible;
  opacity: 1;
}

.site-search-content {
  min-height: 210px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 24px 30px 28px;
}

.site-search-start > span,
.site-search-status,
.site-search-group h3 {
  display: block;
  margin: 0 0 12px;
  color: #86868b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-search-start > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.site-search-start a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  color: #1d1d1f;
  background: #f2f2f4;
  font-size: 13px;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-search-start a:hover {
  color: #fff;
  background: #171719;
  transform: translateY(-1px);
}

.site-search-start a i {
  font-size: 14px;
}

.site-search-status {
  margin-bottom: 18px;
}

.site-search-group + .site-search-group {
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid #ececef;
}

.site-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-search-result {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border-radius: 17px;
  color: #1d1d1f;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.site-search-result:hover,
.site-search-result:focus-visible {
  color: #1d1d1f;
  background: #f4f4f6;
  outline: 0;
  transform: translateY(-1px);
}

.site-search-result-media {
  width: 70px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: #f3f3f5;
}

.site-search-result-media img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  object-fit: contain;
}

.site-search-result-media i {
  color: #77777c;
  font-size: 24px;
}

.site-search-result-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.site-search-result-copy small {
  color: #86868b;
  font-size: 10px;
  font-weight: 500;
}

.site-search-result-copy strong {
  overflow: hidden;
  color: #171719;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-search-result-copy > span {
  display: -webkit-box;
  overflow: hidden;
  color: #6e6e73;
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-search-result-arrow {
  color: #9a9a9f;
  font-size: 17px;
  transition: color 160ms ease, transform 160ms ease;
}

.site-search-result:hover .site-search-result-arrow,
.site-search-result:focus-visible .site-search-result-arrow {
  color: #1d1d1f;
  transform: translate(2px, -2px);
}

.site-search-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #86868b;
  text-align: center;
}

.site-search-empty i {
  margin-bottom: 12px;
  font-size: 31px;
}

.site-search-empty strong {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 500;
}

.site-search-empty span {
  margin-top: 4px;
  font-size: 12px;
}

.site-search-skeletons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.site-search-skeletons span {
  height: 84px;
  border-radius: 17px;
  background: linear-gradient(90deg, #f3f3f5 20%, #e9e9ec 50%, #f3f3f5 80%);
  background-size: 240% 100%;
  animation: site-search-pulse 1.2s linear infinite;
}

@keyframes site-search-pulse {
  to { background-position: -240% 0; }
}

.site-search-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px 17px;
  border-top: 1px solid #ececef;
  color: #98989d;
  font-size: 10px;
}

.site-search-foot kbd {
  margin-right: 5px;
  padding: 3px 5px;
  border: 1px solid #d8d8dc;
  border-radius: 5px;
  color: #6e6e73;
  background: #f7f7f8;
  box-shadow: none;
  font-family: inherit;
  font-size: 9px;
}

@media (prefers-reduced-motion: reduce) {
  .site-search-overlay,
  .site-search-dialog,
  .site-search-result,
  .site-search-skeletons span {
    transition: none;
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .site-search-overlay {
    padding: 12px;
  }

  .site-search-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: 23px;
  }

  .site-search-head {
    padding: 16px 17px 7px 20px;
  }

  .site-search-form {
    margin: 0 20px;
  }

  .site-search-form > i {
    font-size: 25px;
  }

  .site-search-form input {
    padding: 14px 40px 16px 11px;
    font-size: 24px;
  }

  .site-search-content {
    min-height: 190px;
    padding: 21px 20px 24px;
  }

  .site-search-grid,
  .site-search-skeletons {
    grid-template-columns: 1fr;
  }

  .site-search-result {
    grid-template-columns: 62px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 8px;
  }

  .site-search-result-media {
    width: 62px;
    height: 58px;
  }

  .site-search-foot {
    padding: 13px 20px 15px;
  }

  .site-search-foot span:first-child {
    display: none;
  }

  .site-search-foot span:last-child {
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .commerce-profile-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .commerce-profile-account {
    width: 100%;
  }

  .commerce-profile-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .commerce-profile-check,
  .commerce-profile-section:has(.commerce-profile-check) .commerce-profile-grid {
    grid-column: 1;
  }
}

@media (max-width: 575.98px) {
  .commerce-auth-page {
    padding: 138px 0 64px;
  }

  .commerce-auth-panel {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .auth-register-group {
    padding: 18px 0 0;
  }

  .verification-page,
  .commerce-profile-page {
    padding: 126px 0 76px;
  }

  .verification-card {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .verification-card h1 {
    font-size: 30px;
  }

  .commerce-profile-head {
    margin-bottom: 30px;
  }

  .commerce-profile-head h1 {
    font-size: 48px;
  }

  .commerce-profile-section {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .commerce-profile-grid {
    grid-template-columns: 1fr;
  }

  .commerce-profile-grid label.is-full {
    grid-column: auto;
  }

  .commerce-profile-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Mobile header is in document flow; inner pages do not need desktop header clearance. */
@media (max-width: 767.98px) {
  .product-detail-stage {
    padding: 28px 0 64px;
  }

  .category-brand-hero {
    min-height: 0;
    padding: 52px 0 58px;
  }

  .about-brand-page .about-brand-hero {
    min-height: 0;
    padding: 54px 0 64px;
  }

  .premium-hero,
  .about-page .about-hero,
  .contact-page .contact-page-hero,
  .category-page .category-hero {
    min-height: 0;
    padding: 48px 0 56px;
  }

  .about-editorial-intro,
  .policy-intro {
    padding-top: 44px;
  }

  .commerce-page,
  .cart-page,
  .checkout-page,
  .commerce-auth-page,
  .password-reset-page,
  .verification-page,
  .commerce-profile-page,
  .orders-page {
    padding-top: 44px;
  }
}
.cart-coupon{padding:14px 0;border-top:1px solid rgba(16,24,40,.08)}
.cart-coupon form{display:flex;align-items:center;gap:8px;width:100%}
.cart-coupon input{min-width:0;flex:1;height:44px;border:0;background:#f4f4f6;border-radius:14px;padding:0 14px;font:inherit;outline:none}
.cart-coupon input:focus{box-shadow:0 0 0 2px rgba(0,0,0,.12)}
.cart-coupon button{height:44px;border:0;border-radius:14px;background:#1d1d1f;color:#fff;padding:0 16px;font-weight:600;cursor:pointer}
.cart-coupon span{flex:1;font-size:13px;color:#6e6e73}.cart-coupon span b{color:#1d1d1f;letter-spacing:.06em}
.dealer-price-display small+small{margin-left:6px}
/* Product variants */
.product-options{border:0;padding:0;margin:24px 0}.product-options legend{display:flex;align-items:baseline;gap:10px;width:100%;margin-bottom:12px;font-size:15px;font-weight:600;color:#111}.product-options legend small{font-size:12px;font-weight:400;color:#7b7d83}
.product-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-option-list label{position:relative;cursor:pointer}.product-option-list input{position:absolute;inset:0;z-index:2;width:100%!important;height:100%!important;margin:0!important;opacity:0;cursor:pointer}.product-option-list label>span{display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center;min-height:68px;padding:14px 16px;border:1px solid #e5e5e7;border-radius:16px;background:#fff;transition:.2s ease;pointer-events:none}.product-option-list label:hover>span{border-color:#b8b8bc}.product-option-list label.is-selected>span{border-color:#161719;box-shadow:0 0 0 1px #161719}.product-option-list b{font-size:14px;font-weight:600}.product-option-list small{grid-row:2;color:#85878d;font-size:11px}.product-option-list strong{grid-row:1/3;grid-column:2;font-size:13px;white-space:nowrap}
.cart-line-option{display:flex!important;align-items:center;gap:7px;margin:5px 0 8px;color:#62656b;font-size:12px}.cart-line-option i{font-size:15px}.cart-line-option b{color:#17181a}.order-item-option{display:flex;align-items:center;gap:6px;color:#676a70}
@media(max-width:600px){.product-option-list{grid-template-columns:1fr}.product-option-list label>span{min-height:62px;padding:12px 14px}}
.product-services input:checked+span{border-color:#1d1d1f;background:#f7f7f8;box-shadow:0 0 0 1px #1d1d1f}.product-services input:checked+span>i{color:#fff;background:#1d1d1f}.product-option-list input:checked+span{border-color:#161719;box-shadow:0 0 0 1px #161719}
.product-option-list label.is-out-of-stock{cursor:not-allowed;opacity:.48}.product-add-button:disabled{cursor:not-allowed;opacity:.45}
