:root {
  --ink: #171a1d;
  --muted: #687078;
  --line: #dfe2e5;
  --soft: #f4f5f5;
  --paper: #ffffff;
  --accent: #f05a24;
  --accent-dark: #c83d0c;
  --green: #14945c;
  --amber: #a96705;
  --focus: #2266cc;
  --shadow: 0 12px 32px rgba(20, 25, 30, 0.14);
  --shell: min(1440px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f3f4f4;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.campaign-strip {
  color: #ffffff;
  background: #f05a24;
}

.campaign-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.campaign-inner span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
}

.campaign-inner strong {
  font-size: 26px;
}

.campaign-inner p {
  margin: 0;
  color: #fff2ec;
  font-size: 13px;
}

.campaign-inner button {
  height: 32px;
  padding: 0 14px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.utility-bar {
  color: #646a70;
  background: #f6f6f6;
  border-bottom: 1px solid #eceeef;
  font-size: 12px;
}

.utility-inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-inner p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.utility-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.utility-left > span {
  width: 1px;
  height: 12px;
  background: #d5d8da;
}

.utility-left button {
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.utility-inner p svg {
  width: 13px;
  color: var(--accent);
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.utility-links span {
  width: 1px;
  height: 12px;
  background: #d5d8da;
}

.utility-links .utility-status {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--green);
  background: transparent;
}

.utility-links .utility-status svg {
  width: 13px;
  height: 13px;
}

.utility-links a:hover {
  color: #ffffff;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-main {
  min-height: 92px;
  display: grid;
  grid-template-columns: 236px 174px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--green);
  border-radius: 5px;
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 23px;
  height: 23px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 22px;
  line-height: 1.15;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.header-market-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.header-market-switch button {
  height: 30px;
  padding: 0 6px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  color: var(--accent);
  background: #ffffff;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
}

.header-market-switch button:hover,
.header-market-switch button:focus-visible {
  color: #ffffff;
  background: var(--accent);
}

.global-search {
  height: 44px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  border: 2px solid var(--accent);
  border-radius: 5px;
  overflow: hidden;
}

.global-search svg {
  width: 18px;
  justify-self: end;
  color: var(--muted);
}

.global-search input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 14px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.global-search button {
  align-self: stretch;
  padding: 0 26px;
  border: 0;
  color: #ffffff;
  background: var(--accent);
  cursor: pointer;
  font-weight: 700;
}

.global-search:focus-within {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(34, 102, 204, 0.12);
}

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

.icon-action {
  position: relative;
  min-width: 72px;
  display: grid;
  grid-template-columns: 24px auto;
  gap: 7px;
  align-items: center;
  padding: 8px 11px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.account-action {
  min-width: 106px;
  border-right: 1px solid var(--line);
}

.account-action b {
  display: none;
}

.icon-action svg {
  width: 21px;
}

.icon-action b {
  position: absolute;
  top: 0;
  left: 26px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
  background: var(--accent);
  font-size: 10px;
}

.main-nav {
  border-top: 1px solid #eceeef;
}

.nav-inner {
  height: 44px;
  display: flex;
  align-items: stretch;
  gap: 38px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.nav-link.active,
.nav-link:hover {
  color: var(--accent);
}

.nav-link.active::after {
  background: var(--accent);
}

.market-stage {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 258px minmax(0, 1fr) 226px;
  gap: 14px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e8eaec;
  border-radius: 8px;
  box-shadow: 0 3px 14px rgba(25, 31, 36, 0.04);
}

.market-menu {
  padding: 4px 15px 2px;
  border-right: 1px solid var(--line);
}

.market-menu-title {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.market-menu-title svg {
  width: 17px;
  color: var(--accent);
}

.market-city-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 10px;
  margin: 9px 0 4px;
}

.market-city-links button {
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.market-city-links button:first-child,
.market-city-links button:hover {
  color: var(--accent);
}

.market-menu-group {
  padding: 9px 0 7px;
  border-bottom: 1px solid #eceeef;
}

.market-menu-group:last-child {
  border-bottom: 0;
}

.market-menu-group h2 {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
}

.market-menu-group h2 svg {
  width: 13px;
  height: 13px;
  color: var(--muted);
}

.market-menu-group > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px 7px;
}

.market-menu-group button {
  padding: 0;
  border: 0;
  color: #666d73;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.market-menu-group button:nth-child(3n + 1),
.market-menu-group button:hover,
.market-menu-group button.active {
  color: var(--accent);
}

.stage-center {
  min-width: 0;
}

.catalog-banner {
  position: relative;
  height: 330px;
  overflow: hidden;
  background: #3c4145;
  border-radius: 5px;
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 460ms ease, visibility 460ms ease;
}

.banner-slide.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.banner-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.artwork-slide {
  background: #111111;
}

.artwork-slide > img {
  object-position: center center;
}

.lookbook-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  gap: 3px;
  background: #15191b;
}

.lookbook-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-grid img:first-child {
  object-position: 54% center;
}

.lookbook-grid img:nth-child(2) {
  object-position: center 35%;
}

.lookbook-grid img:last-child {
  object-position: center 30%;
}

.lookbook-shade {
  background: rgba(7, 10, 12, 0.64);
}

.business-slide .lookbook-grid img:first-child {
  object-position: center 30%;
}

.banner-shade {
  position: absolute;
  inset: 0;
  background: rgba(12, 15, 17, 0.59);
}

.banner-shade-wholesale {
  background: rgba(8, 12, 14, 0.64);
}

.banner-content {
  position: absolute;
  inset: 0;
  width: auto;
  margin: 0;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
}

.banner-content > p,
.catalog-heading > div > p,
.notice-inner > div > p,
.contact-inner > div > p,
.drawer-head p {
  margin: 0 0 8px;
  color: #f06455;
  font-size: 12px;
  font-weight: 800;
}

.banner-content h1,
.banner-content h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  font-weight: 850;
}

.banner-content h2 strong {
  color: #ff7a35;
  font-size: 1.08em;
}

.banner-artwork-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  min-width: 142px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background: rgba(15, 22, 11, 0.78);
  border-left: 3px solid #a6c54a;
}

.banner-artwork-badge strong {
  font-size: 20px;
}

.banner-artwork-badge span {
  max-width: 76px;
  font-size: 10px;
  line-height: 1.35;
}

.banner-artwork-cta {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 46px;
  height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  color: #ffffff;
  background: rgba(15, 18, 13, 0.72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.banner-artwork-cta svg {
  width: 15px;
}

.banner-controls {
  position: absolute;
  z-index: 5;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

.banner-arrow,
.banner-dots button {
  pointer-events: auto;
  cursor: pointer;
}

.banner-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 3px;
  color: #ffffff;
  background: rgba(10, 13, 15, 0.45);
}

.banner-arrow svg {
  width: 15px;
}

.banner-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.banner-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.banner-dots button.active {
  width: 22px;
  border-radius: 5px;
  background: var(--accent);
}

.stage-promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.stage-promos button {
  position: relative;
  height: 112px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #e8eaec;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

.stage-promos img {
  transition: transform 260ms ease;
}

.stage-promos button:hover img {
  transform: scale(1.035);
}

.stage-promos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-promos button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 15, 0.42);
}

.stage-promos span {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  color: #ffffff;
}

.stage-promos small,
.stage-promos strong {
  display: block;
}

.stage-promos small {
  margin-bottom: 4px;
  color: #ffd7c5;
  font-size: 10px;
}

.stage-promos strong {
  font-size: 14px;
}

.market-side {
  padding: 4px 4px 0 0;
}

.notice-mini {
  padding: 8px 8px 14px;
  border-bottom: 2px solid var(--accent);
}

.notice-mini-dots {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.notice-mini-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
}

.notice-mini p {
  margin: 0;
  padding: 7px;
  background: #f6f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.notice-mini strong {
  margin-right: 8px;
}

.self-operated-panel {
  padding: 16px 8px;
}

.self-operated-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.self-operated-head > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  background: var(--green);
}

.self-operated-head svg {
  width: 19px;
}

.self-operated-head div {
  min-width: 0;
}

.self-operated-head strong,
.self-operated-head small {
  display: block;
}

.self-operated-head strong {
  font-size: 13px;
}

.self-operated-head small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.self-operated-panel dl {
  margin: 0;
  padding: 10px 0;
}

.self-operated-panel dl > div {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eef0f1;
  font-size: 11px;
}

.self-operated-panel dt {
  color: var(--muted);
}

.self-operated-panel dd {
  margin: 0;
  color: var(--accent);
  font-weight: 800;
}

.self-operated-panel > button {
  width: 100%;
  height: 34px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  color: var(--accent);
  background: #fff7f2;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.banner-tags {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  color: #f2f3f4;
  font-size: 14px;
}

.banner-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.banner-tags span::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--accent);
}

.banner-cta {
  height: 42px;
  margin-top: 26px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  color: #ffffff;
  background: rgba(20, 23, 26, 0.42);
  cursor: pointer;
  font-weight: 700;
}

.banner-cta:hover {
  color: var(--ink);
  background: #ffffff;
}

.banner-cta svg {
  width: 17px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  margin-top: 18px;
  background: #ffffff;
}

.trust-grid {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.trust-grid strong {
  font-size: 25px;
  color: var(--ink);
}

.trust-grid > div:first-child strong,
.trust-grid > div:nth-child(3) strong {
  color: var(--accent);
}

.brand-intro {
  padding: 52px 0;
  color: #ffffff;
  background: #171c1e;
  border-top: 4px solid var(--green);
}

.brand-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  gap: 76px;
  align-items: center;
}

.brand-intro-copy > p:first-child {
  margin: 0 0 10px;
  color: #58bd88;
  font-size: 11px;
  font-weight: 800;
}

.brand-intro-copy h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.25;
}

.brand-intro-lead {
  max-width: 760px;
  margin: 17px 0 0;
  color: #c7cdcf;
  font-size: 14px;
  line-height: 1.9;
}

.brand-intro-note {
  margin: 17px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.brand-intro-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-intro-services > div {
  min-height: 92px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-intro-services svg {
  width: 25px;
  height: 25px;
  color: #ff7440;
  flex: 0 0 auto;
}

.brand-intro-services span,
.brand-intro-services strong,
.brand-intro-services small {
  display: block;
}

.brand-intro-services strong {
  font-size: 14px;
}

.brand-intro-services small {
  margin-top: 4px;
  color: #9fa8ac;
  font-size: 11px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 13px;
}

.category-rail {
  padding: 30px 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
}

.category-tile {
  min-height: 78px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-content: center;
  padding: 12px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.category-tile:first-child {
  border-left: 1px solid var(--line);
}

.category-tile svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 29px;
  height: 29px;
  color: var(--muted);
}

.category-tile span {
  font-size: 15px;
  font-weight: 800;
}

.category-tile small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.category-tile:hover,
.category-tile.active {
  color: var(--accent);
  background: #fff7f5;
}

.category-tile:hover svg,
.category-tile.active svg,
.category-tile.active small {
  color: var(--accent);
}

.catalog {
  padding-top: 24px;
  padding-bottom: 80px;
  scroll-margin-top: 130px;
}

.catalog-heading {
  min-height: 82px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}

.catalog-title-block > p {
  margin-bottom: 6px;
}

.catalog-inline-stats {
  width: min(100%, 640px);
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-inline-stats > div {
  min-height: 42px;
  padding: 0 17px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  border-left: 1px solid var(--line);
}

.catalog-inline-stats > div:last-child {
  border-right: 1px solid var(--line);
}

.catalog-inline-stats strong {
  color: var(--ink);
  font-size: 19px;
  white-space: nowrap;
}

.catalog-inline-stats > div:first-child strong,
.catalog-inline-stats > div:nth-child(3) strong {
  color: var(--accent);
}

.catalog-inline-stats span {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.catalog-heading h2,
.notice-inner h2,
.contact-inner h2,
.drawer-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.result-count strong {
  color: var(--ink);
  font-size: 18px;
}

.catalog-toolbar {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-toggle {
  display: none;
}

.stock-segment {
  display: inline-grid;
  grid-template-columns: repeat(3, 64px);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
}

.stock-segment button {
  height: 32px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #ffffff;
  cursor: pointer;
  font-size: 12px;
}

.stock-segment button:last-child {
  border-right: 0;
}

.stock-segment button.active {
  color: #ffffff;
  background: var(--ink);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.sort-control select {
  height: 34px;
  padding: 0 28px 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: #ffffff;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  gap: 28px;
  padding-top: 20px;
}

.filters {
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.side-category-nav {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.side-category-nav > p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.filters .category-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.filters .category-tile {
  width: 100%;
  min-height: 50px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-content: center;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #4f565c;
  background: #f7f8f8;
}

.filters .category-tile:first-child {
  border-left: 1px solid transparent;
}

.filters .category-tile svg {
  width: 20px;
  height: 20px;
}

.filters .category-tile span {
  font-size: 13px;
}

.filters .category-tile small {
  margin-top: 1px;
  font-size: 10px;
}

.filters .category-tile:hover,
.filters .category-tile.active {
  border-color: #ffd2bf;
  color: var(--accent);
  background: #fff5f0;
}

.filter-mobile-head {
  display: none;
}

.filters fieldset {
  margin: 0 0 28px;
  padding: 0 0 24px;
  display: grid;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.filters legend {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
}

.filters label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f565c;
  cursor: pointer;
  font-size: 13px;
}

.filters input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--accent);
}

.filter-reset {
  width: 100%;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
}

.filter-reset:hover {
  border-color: var(--ink);
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 0;
}

.active-filters:not(:empty) {
  margin-bottom: 16px;
}

.active-filter {
  height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #f0b7b1;
  border-radius: 4px;
  color: var(--accent-dark);
  background: #fff7f5;
  font-size: 11px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 18px;
}

.product-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: #bcc1c5;
  box-shadow: 0 10px 24px rgba(27, 31, 35, 0.1);
}

.product-image-button {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  border: 0;
  background: #eceeef;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-card:hover .product-image-button img {
  transform: scale(1.025);
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-badge {
  padding: 5px 7px;
  color: #ffffff;
  background: rgba(23, 26, 29, 0.88);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
}

.product-badge.red {
  background: var(--accent);
}

.product-content {
  padding: 14px 14px 15px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
}

.stock-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.stock-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.stock-status.low {
  color: var(--amber);
}

.stock-status.low::before {
  background: var(--amber);
}

.product-title {
  width: 100%;
  min-height: 42px;
  margin: 10px 0 8px;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.product-title:hover {
  color: var(--accent);
}

.product-spec {
  min-height: 18px;
  margin: 0 0 12px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.product-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #eceeef;
}

.price-block small {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 10px;
}

.price-block strong {
  color: var(--accent);
  font-size: 21px;
}

.price-block strong span {
  margin-right: 2px;
  font-size: 12px;
}

.selection-add {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.selection-add:hover,
.selection-add.selected {
  color: #ffffff;
  background: var(--ink);
}

.selection-add svg {
  width: 17px;
}

.empty-state {
  min-height: 420px;
  place-items: center;
  align-content: center;
  text-align: center;
  border: 1px dashed #c7ccd0;
  background: #fafafa;
}

.empty-state:not([hidden]) {
  display: grid;
}

.empty-state svg {
  width: 44px;
  height: 44px;
  color: var(--muted);
}

.empty-state h3 {
  margin: 14px 0 4px;
  font-size: 18px;
}

.empty-state p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.empty-state button {
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: var(--ink);
  cursor: pointer;
}

.notice-band {
  padding: 62px 0 66px;
  color: #ffffff;
  background: #171c1e;
  border-top: 4px solid var(--green);
}

.wholesale-about {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
  gap: 76px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wholesale-about-copy > p:first-child,
.notice-heading > p {
  margin: 0 0 10px;
  color: #58bd88;
  font-size: 11px;
  font-weight: 800;
}

.wholesale-about-copy h2,
.notice-heading h2 {
  margin: 0;
}

.wholesale-about-copy h2 {
  font-size: 29px;
  line-height: 1.25;
}

.wholesale-about-copy > p:nth-of-type(2) {
  max-width: 760px;
  margin: 17px 0 0;
  color: #c7cdcf;
  font-size: 14px;
  line-height: 1.9;
}

.wholesale-about-copy > strong {
  display: block;
  margin-top: 17px;
  font-size: 14px;
}

.wholesale-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.wholesale-service-grid > div {
  min-height: 88px;
  padding: 16px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.wholesale-service-grid svg {
  width: 24px;
  height: 24px;
  color: #ff7440;
  flex: 0 0 auto;
}

.wholesale-service-grid span,
.wholesale-service-grid strong,
.wholesale-service-grid small {
  display: block;
}

.wholesale-service-grid strong {
  font-size: 14px;
}

.wholesale-service-grid small {
  margin-top: 4px;
  color: #9fa8ac;
  font-size: 11px;
}

.notice-inner {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
}

.notice-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.notice-items article {
  padding-left: 22px;
  border-left: 1px solid #4b5258;
}

.notice-items svg {
  width: 25px;
  color: #f06455;
}

.notice-items h3 {
  margin: 14px 0 7px;
  font-size: 16px;
}

.notice-items p {
  margin: 0;
  color: #bfc5ca;
  font-size: 13px;
  line-height: 1.8;
}

.contact-band {
  padding: 42px 0;
  background: #f3f4f4;
  border-bottom: 1px solid var(--line);
}

.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contact-inner span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.contact-actions {
  display: flex;
  gap: 12px;
}

.contact-actions a,
.contact-actions button {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  font-weight: 700;
}

.contact-actions a:first-child {
  color: #ffffff;
  background: var(--ink);
}

.contact-actions svg {
  width: 18px;
}

.site-footer {
  padding: 42px 0 22px;
  color: #c7ccd0;
  background: #16191c;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #363b40;
}

.footer-main > p {
  max-width: 340px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  color: #ffffff;
  font-size: 18px;
}

.footer-brand p {
  margin: 4px 0 0;
  font-size: 11px;
}

.footer-bottom {
  padding-top: 20px;
  color: #777e84;
  font-size: 11px;
}

.scrim {
  position: fixed;
  z-index: 50;
  inset: 0;
  background: rgba(10, 12, 14, 0.54);
}

.selection-drawer {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(430px, 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #ffffff;
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.account-drawer {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(480px, 100%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #ffffff;
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.account-drawer.open {
  transform: translateX(0);
}

.account-body {
  overflow-y: auto;
}

.account-summary {
  min-height: 118px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  background: #202428;
}

.account-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--green);
  font-size: 21px;
  font-weight: 800;
}

.account-summary strong,
.account-summary span {
  display: block;
}

.account-summary strong {
  font-size: 17px;
}

.account-summary div:nth-child(2) span {
  margin-top: 5px;
  color: #bfc5ca;
  font-size: 11px;
}

.account-summary .account-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #bfead6;
  font-size: 10px;
}

.account-badge svg {
  width: 14px;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: #f7f8f8;
}

.account-stats > div,
.account-stats > button {
  min-height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
}

.account-stats > button {
  cursor: pointer;
}

.account-stats > :last-child {
  border-right: 0;
}

.account-stats strong {
  font-size: 19px;
}

.account-stats span {
  color: var(--muted);
  font-size: 10px;
}

.account-tabs,
.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}

.account-tabs button,
.auth-tabs button {
  position: relative;
  height: 50px;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.account-tabs button::after,
.auth-tabs button::after {
  content: "";
  position: absolute;
  right: 30%;
  bottom: 0;
  left: 30%;
  height: 3px;
  background: transparent;
}

.account-tabs button.active,
.auth-tabs button.active {
  color: var(--accent);
}

.account-tabs button.active::after,
.auth-tabs button.active::after {
  background: var(--accent);
}

.account-panel {
  display: none;
  padding: 28px 24px 32px;
}

.account-panel.active {
  display: block;
}

.account-form,
.auth-form {
  display: grid;
  gap: 17px;
}

.account-form label,
.auth-form label {
  display: grid;
  gap: 7px;
  color: #52595f;
  font-size: 11px;
  font-weight: 700;
}

.account-form input,
.auth-form input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #cfd3d6;
  border-radius: 4px;
  outline: 0;
  color: var(--ink);
  background: #ffffff;
}

.account-form input:focus,
.auth-form input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(34, 102, 204, 0.1);
}

.account-form input:disabled {
  color: #737a80;
  background: #f1f2f3;
}

.account-form > button,
.auth-form > button {
  height: 44px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: var(--accent);
  cursor: pointer;
  font-weight: 800;
}

.account-form > button:disabled,
.auth-form > button:disabled {
  background: #9da3a8;
  cursor: wait;
}

.form-message {
  min-height: 18px;
  margin: -6px 0 0;
  color: var(--accent-dark);
  font-size: 11px;
  line-height: 1.5;
}

.form-message.success {
  color: var(--green);
}

.account-footer {
  padding: 16px 24px 22px;
  border-top: 1px solid var(--line);
  background: #f7f8f8;
}

.account-footer button {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d7dadd;
  border-radius: 4px;
  color: #52595f;
  background: #ffffff;
  cursor: pointer;
}

.account-footer svg {
  width: 17px;
}

.auth-dialog {
  width: min(830px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: auto;
}

.auth-dialog::backdrop {
  background: rgba(10, 12, 14, 0.62);
}

.auth-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  min-height: 520px;
}

.auth-aside {
  position: relative;
  padding: 48px 38px;
  color: #ffffff;
  background: #202428;
  overflow: hidden;
}

.auth-aside::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 180px;
  height: 180px;
  border: 36px solid rgba(240, 90, 36, 0.35);
  border-radius: 50%;
}

.auth-aside .brand-mark {
  background: var(--green);
}

.auth-aside > p {
  margin: 18px 0 7px;
  color: #aeb5ba;
  font-size: 9px;
  font-weight: 800;
}

.auth-aside h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.4;
}

.auth-aside ul {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
  color: #c8cdd1;
  font-size: 12px;
}

.auth-aside li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.auth-aside li svg {
  width: 16px;
  color: #68c99e;
}

.auth-main {
  padding: 42px 44px 34px;
}

.auth-tabs {
  margin-bottom: 28px;
}

.auth-form {
  display: none;
}

.auth-form.active {
  display: grid;
}

.auth-note {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
}

.auth-note svg {
  width: 15px;
  color: var(--green);
}

.auth-close {
  z-index: 4;
}

.selection-drawer.open {
  transform: translateX(0);
}

.drawer-head {
  min-height: 92px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
  font-size: 23px;
}

.drawer-head button,
.dialog-close,
.filter-mobile-head button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.drawer-head button svg,
.dialog-close svg,
.filter-mobile-head button svg {
  width: 18px;
}

.drawer-body {
  padding: 16px 24px;
  overflow-y: auto;
}

.drawer-empty {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--muted);
  text-align: center;
}

.drawer-empty svg {
  width: 40px;
  height: 40px;
}

.drawer-empty p {
  margin: 12px 0 0;
  font-size: 13px;
}

.selection-item {
  display: grid;
  grid-template-columns: 72px 1fr 32px;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.selection-item img {
  width: 72px;
  height: 84px;
  object-fit: cover;
  border-radius: 4px;
}

.selection-item strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 1.45;
}

.selection-item small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.selection-item b {
  display: block;
  margin-top: 5px;
  color: var(--accent);
  font-size: 15px;
}

.selection-item button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--muted);
}

.selection-item button:hover {
  color: var(--accent);
}

.selection-item button svg {
  width: 16px;
}

.drawer-footer {
  padding: 18px 24px 24px;
  border-top: 1px solid var(--line);
  background: #f7f8f8;
}

.drawer-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 13px;
}

.drawer-footer strong {
  font-size: 17px;
}

.copy-list,
.clear-list {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.copy-list {
  border: 0;
  color: #ffffff;
  background: var(--accent);
  font-weight: 800;
}

.copy-list:disabled {
  background: #9aa0a5;
  cursor: not-allowed;
}

.copy-list svg {
  width: 17px;
}

.clear-list {
  margin-top: 9px;
  border: 1px solid var(--line);
  background: #ffffff;
  font-size: 12px;
}

.product-dialog {
  width: min(940px, calc(100% - 40px));
  max-height: min(760px, calc(100vh - 40px));
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: auto;
}

.product-dialog::backdrop {
  background: rgba(10, 12, 14, 0.62);
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
}

.dialog-product {
  display: grid;
  grid-template-columns: minmax(340px, 48%) 1fr;
  min-height: 580px;
}

.dialog-product-image {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  background: #edf0f1;
}

.dialog-product-info {
  padding: 54px 42px 40px;
}

.dialog-product-info .dialog-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}

.dialog-product-info h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.45;
}

.dialog-price {
  margin: 24px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dialog-price span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.dialog-price strong {
  color: var(--accent);
  font-size: 34px;
}

.dialog-price strong small {
  font-size: 16px;
}

.dialog-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
  margin: 0 0 26px;
}

.dialog-specs dt {
  color: var(--muted);
  font-size: 11px;
}

.dialog-specs dd {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.dialog-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.dialog-services span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 11px;
}

.dialog-add {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  background: var(--accent);
  cursor: pointer;
  font-weight: 800;
}

.dialog-add.selected {
  background: var(--ink);
}

.dialog-add svg {
  width: 18px;
}

.dialog-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.toast {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 28px;
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 13px;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

:focus-visible {
  outline: 3px solid rgba(34, 102, 204, 0.35);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .header-main {
    grid-template-columns: 230px minmax(280px, 1fr) auto;
    gap: 18px;
  }

  .header-market-switch {
    display: none;
  }

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

  .market-stage {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .market-side {
    display: none;
  }

  .category-tile {
    padding-inline: 16px;
  }

  .category-tile small {
    display: none;
  }

  .catalog-heading {
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 16px;
  }

  .catalog-inline-stats > div {
    padding-inline: 10px;
  }

  .brand-intro-layout {
    gap: 38px;
  }

  .wholesale-about {
    gap: 38px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  .site-header {
    top: 0;
  }

  .campaign-inner p,
  .utility-bar,
  .main-nav {
    display: none;
  }

  .campaign-inner {
    min-height: 52px;
    justify-content: space-between;
  }

  .campaign-inner strong {
    font-size: 18px;
  }

  .campaign-inner span {
    display: none;
  }

  .header-main {
    min-height: 128px;
    padding: 12px 0;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .header-market-switch {
    display: none;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-actions {
    grid-column: 2;
  }

  .account-action {
    min-width: 40px;
    border-right: 1px solid var(--line);
  }

  .icon-action span {
    display: none;
  }

  .icon-action {
    min-width: 42px;
    grid-template-columns: 1fr;
  }

  .global-search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 42px;
  }

  .global-search button {
    padding-inline: 18px;
  }

  .catalog-banner {
    height: 340px;
  }

  .market-stage {
    width: 100%;
    margin-top: 0;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
  }

  .market-menu,
  .market-side {
    display: none;
  }

  .catalog-banner {
    border-radius: 0;
  }

  .stage-promos {
    width: var(--shell);
    margin: 12px auto 0;
  }

  .banner-content h1,
  .banner-content h2 {
    max-width: 550px;
    font-size: 42px;
  }

  .trust-grid {
    min-height: 140px;
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid > div,
  .trust-grid > div:first-child {
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .brand-intro {
    padding: 42px 0;
  }

  .brand-intro-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .category-list {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

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

  .category-tile {
    flex: 0 0 150px;
  }

  .catalog-toolbar {
    justify-content: space-between;
  }

  .catalog-heading {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 0;
  }

  .catalog-inline-stats {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .filter-toggle {
    height: 34px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    font-size: 12px;
  }

  .filter-toggle svg {
    width: 16px;
  }

  .stock-segment {
    margin-left: auto;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(360px, 90%);
    padding: 0 24px 28px;
    border: 0;
    background: #ffffff;
    box-shadow: var(--shadow);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .filters.open {
    transform: translateX(0);
  }

  .filter-mobile-head {
    min-height: 74px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
  }

  .notice-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wholesale-about {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .notice-items {
    gap: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-main > p:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .catalog-banner {
    height: 330px;
  }

  .campaign-inner button {
    height: 30px;
    padding-inline: 10px;
  }

  .stage-promos {
    grid-template-columns: repeat(3, 76%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .stage-promos::-webkit-scrollbar {
    display: none;
  }

  .stage-promos button {
    scroll-snap-align: start;
  }

  .banner-slide > img {
    object-position: 58% center;
  }

  .banner-content h1,
  .banner-content h2 {
    max-width: 320px;
    font-size: 35px;
    line-height: 1.08;
  }

  .banner-artwork-badge {
    top: 12px;
    right: 12px;
    min-width: 126px;
  }

  .banner-artwork-cta {
    right: 12px;
    bottom: 48px;
  }

  .brand-intro-copy h2 {
    font-size: 24px;
  }

  .brand-intro-services {
    grid-template-columns: 1fr;
  }

  .brand-intro-services > div {
    min-height: 76px;
  }

  .wholesale-about-copy h2 {
    font-size: 24px;
  }

  .wholesale-service-grid {
    grid-template-columns: 1fr;
  }

  .wholesale-service-grid > div {
    min-height: 74px;
  }

  .banner-tags {
    gap: 12px;
    font-size: 12px;
  }

  .trust-grid strong {
    font-size: 20px;
  }

  .trust-grid span {
    font-size: 11px;
  }

  .category-rail {
    padding: 18px 0;
  }

  .catalog {
    padding-top: 38px;
  }

  .catalog-heading h2 {
    font-size: 26px;
  }

  .catalog-inline-stats > div {
    min-height: 36px;
    padding-inline: 4px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1px;
  }

  .catalog-inline-stats strong {
    font-size: 16px;
  }

  .catalog-inline-stats span {
    font-size: 9px;
  }

  .catalog-toolbar {
    flex-wrap: wrap;
    min-height: 98px;
    padding: 10px 0;
    gap: 8px;
  }

  .stock-segment {
    grid-template-columns: repeat(3, 52px);
  }

  .sort-control {
    width: 100%;
    justify-content: flex-end;
  }

  .sort-control select {
    min-width: 150px;
  }

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

  .product-content {
    padding: 10px;
  }

  .product-meta {
    display: block;
  }

  .product-meta > span:last-child {
    display: none;
  }

  .product-title {
    min-height: 38px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .product-spec {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .price-block strong {
    font-size: 18px;
  }

  .selection-add {
    width: 33px;
    height: 33px;
  }

  .notice-band {
    padding: 52px 0;
  }

  .notice-items {
    grid-template-columns: 1fr;
  }

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

  .contact-actions {
    width: 100%;
    flex-direction: column;
  }

  .contact-actions a,
  .contact-actions button {
    justify-content: center;
  }

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

  .auth-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .auth-aside {
    min-height: 152px;
    padding: 22px 24px;
  }

  .auth-aside .brand-mark,
  .auth-aside ul {
    display: none;
  }

  .auth-aside > p {
    margin-top: 0;
  }

  .auth-aside h2 {
    font-size: 23px;
  }

  .auth-main {
    padding: 24px 20px 26px;
  }

  .account-summary {
    grid-template-columns: 50px 1fr;
  }

  .account-summary .account-badge {
    display: none;
  }

  .dialog-product-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .dialog-product-info {
    padding: 28px 20px 26px;
  }

  .dialog-product-info h2 {
    padding-right: 28px;
    font-size: 20px;
  }

  .dialog-close {
    top: 10px;
    right: 10px;
  }

  .footer-brand .brand-mark {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
