/* 绝当品商城：左翻页分类 + 右画框橱窗 */

.bx-home-mall {
  padding: 20px 0 22px;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.12) 0%, transparent 36%),
    linear-gradient(180deg, #f3ece2 0%, #f8f3ea 48%, #f1e8db 100%);
  border-top: 1px solid rgba(184, 149, 78, 0.2);
  border-bottom: 1px solid rgba(184, 149, 78, 0.14);
}

.bx-home-mall__sheet {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.48fr);
  height: auto;
  max-height: none;
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf3 0%, #f7f0e4 100%);
  border: 1px solid rgba(168, 132, 62, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 252, 246, 0.7) inset,
    0 18px 42px rgba(58, 32, 18, 0.07);
}

.bx-home-mall__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 18px 14px;
  background:
    radial-gradient(circle at 80% 0%, rgba(212, 175, 55, 0.16) 0%, transparent 42%),
    linear-gradient(180deg, #2c1816 0%, #3a1f1c 52%, #241210 100%);
  color: #f6ead8;
}

.bx-home-mall__copy::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(232, 201, 106, 0.42), transparent);
}

.bx-home-mall__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.28em;
  color: var(--bx-gold-light);
}

.bx-home-mall__title {
  margin: 8px 0 0;
  font-family: var(--bx-font-serif);
  font-size: clamp(1.42rem, 2.1vw, 1.8rem);
  font-weight: 700;
  line-height: 1.28;
  color: #fff8ee;
}

.bx-home-mall__intro {
  margin: 8px 0 0;
  max-width: 36em;
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(246, 234, 216, 0.72);
}

.bx-home-mall__pager {
  display: flex;
  flex-direction: column;
  margin: 12px 0 0;
}

.bx-home-mall__cats-view {
  overflow: hidden;
  height: 200px;
}

.bx-home-mall__cats-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.bx-home-mall__cats-page {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  height: 100%;
}

.bx-home-mall__cat {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  flex: 0 0 50px;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 6px;
  border: 0;
  border-left: 1px solid transparent;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.bx-home-mall__cat:hover,
.bx-home-mall__cat:focus-visible {
  background: rgba(255, 248, 238, 0.05);
  outline: none;
}

.bx-home-mall__cat.is-active {
  border-left-color: var(--bx-gold);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0.04));
}

.bx-home-mall__cat-no {
  padding-top: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bx-gold);
}

.bx-home-mall__cat-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bx-home-mall__cat-body strong {
  font-family: var(--bx-font-serif);
  font-size: 14px;
  font-weight: 700;
  color: #fff8ee;
}

.bx-home-mall__cat-body em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(246, 234, 216, 0.55);
}

.bx-home-mall__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 0;
}

.bx-home-mall__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(232, 201, 106, 0.28);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bx-home-mall__dot:hover,
.bx-home-mall__dot:focus-visible {
  background: rgba(232, 201, 106, 0.7);
  outline: none;
}

.bx-home-mall__dot.is-on {
  background: var(--bx-gold);
  transform: scale(1.2);
}

.bx-home-mall__enter {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.06em;
  color: var(--bx-gold-light);
  text-decoration: none;
}

.bx-home-mall__enter:hover {
  color: #fff;
}

.bx-home-mall__stage {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 0;
  padding: 40px 24px 36px;
  background-color: #f6efe3;
  background-image:
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    linear-gradient(rgba(184, 149, 78, 0.55), rgba(184, 149, 78, 0.55)),
    repeating-linear-gradient(135deg, rgba(184, 149, 78, 0.045) 0 1px, transparent 1px 11px),
    radial-gradient(ellipse at 50% 42%, #fffdf8 0%, #f3eadc 72%);
  background-repeat: no-repeat;
  background-size:
    26px 1px, 1px 26px,
    26px 1px, 1px 26px,
    26px 1px, 1px 26px,
    26px 1px, 1px 26px,
    auto, auto;
  background-position:
    16px 16px, 16px 16px,
    calc(100% - 16px) 16px, calc(100% - 16px) 16px,
    16px calc(100% - 16px), 16px calc(100% - 16px),
    calc(100% - 16px) calc(100% - 16px), calc(100% - 16px) calc(100% - 16px),
    0 0, 0 0;
  box-shadow:
    inset 0 0 0 1px rgba(184, 149, 78, 0.16),
    inset 0 22px 36px rgba(90, 58, 32, 0.05),
    inset 0 -22px 36px rgba(90, 58, 32, 0.05);
}

.bx-home-mall__mark {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 0;
  transform: translate(-50%, -50%);
  font-family: var(--bx-font-serif);
  font-size: clamp(4.8rem, 9vw, 7.2rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, rgba(168, 132, 62, 0.1) 0%, rgba(255, 252, 246, 0.22) 55%, rgba(168, 132, 62, 0.07) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  pointer-events: none;
  user-select: none;
}

.bx-home-mall__ornament {
  position: absolute;
  left: 28px;
  right: 28px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  font-family: var(--bx-font-serif);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.28em;
  color: #b08940;
  text-shadow: 0 1px 0 rgba(255, 252, 246, 0.85);
  pointer-events: none;
}

.bx-home-mall__ornament--top {
  top: 12px;
}

.bx-home-mall__ornament--bottom {
  bottom: 12px;
}

.bx-home-mall__ornament::before,
.bx-home-mall__ornament::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  max-width: 160px;
  margin: 0 14px;
  background: linear-gradient(90deg, transparent, rgba(184, 149, 78, 0.55), transparent);
  box-shadow: 0 1px 0 rgba(255, 252, 246, 0.7);
}

.bx-home-mall__tiles,
.bx-home-mall__empty,
.bx-home-mall__cat-empty {
  position: relative;
  z-index: 1;
}

.bx-home-mall__empty,
.bx-home-mall__cat-empty {
  margin: 12px;
  text-align: center;
  color: #7a6758;
  font-size: 14px;
}

.bx-home-mall__tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 18px;
  margin: 0;
}

.bx-home-mall__tile {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  max-width: 214px;
  min-width: 148px;
  color: inherit;
  text-decoration: none;
}

.bx-home-mall__tile[hidden] {
  display: none !important;
}

.bx-home-mall__frame {
  position: relative;
  display: block;
  padding: 8px;
  background: linear-gradient(180deg, #f8f1e4 0%, #efe3d0 100%);
  box-shadow:
    0 0 0 1px rgba(168, 132, 62, 0.55),
    0 0 0 3px #fbf6ee,
    0 0 0 4px rgba(184, 149, 78, 0.42),
    0 10px 22px rgba(58, 32, 18, 0.08);
  transition: box-shadow 0.35s ease;
}

.bx-home-mall__frame::after {
  content: "";
  position: absolute;
  inset: 11px;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(255, 248, 230, 0.18);
  box-shadow: inset 0 0 0 1px rgba(184, 149, 78, 0.22);
}

.bx-home-mall__photo {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: #16110e;
}

.bx-home-mall__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease, filter 0.35s ease;
}

.bx-home-mall__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--bx-font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 248, 238, 0.28);
}

.bx-home-mall__mask {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 9px 10px 10px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(245, 236, 220, 0.96) 100%);
  border: 1px solid rgba(184, 149, 78, 0.38);
  box-shadow:
    0 -6px 18px rgba(28, 16, 14, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.bx-home-mall__mask::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85), transparent);
}

.bx-home-mall__mask-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #5c4a3a;
}

.bx-home-mall__mask-more {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8a1a24;
}

.bx-home-mall__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 12px 4px 0;
  text-align: center;
}

.bx-home-mall__meta em {
  font-style: normal;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.18em;
  color: #a07a2c;
}

.bx-home-mall__meta strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: var(--bx-font-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #2a1c14;
}

.bx-home-mall__meta b {
  font-family: var(--bx-font-serif);
  font-size: 13px;
  font-weight: 700;
  color: #8a1a24;
}

.bx-home-mall__tile:hover .bx-home-mall__frame,
.bx-home-mall__tile:focus-visible .bx-home-mall__frame {
  box-shadow:
    0 0 0 1px rgba(184, 149, 78, 0.85),
    0 0 0 3px #fffaf3,
    0 0 0 4px rgba(212, 175, 55, 0.7),
    0 14px 28px rgba(58, 32, 18, 0.12);
}

.bx-home-mall__tile:hover .bx-home-mall__photo img,
.bx-home-mall__tile:focus-visible .bx-home-mall__photo img {
  transform: scale(1.06);
}

.bx-home-mall__tile:hover .bx-home-mall__mask,
.bx-home-mall__tile:focus-visible .bx-home-mall__mask {
  opacity: 1;
  transform: translateY(0);
}

.bx-home-mall__tile.is-sold .bx-home-mall__photo img {
  filter: saturate(0.6);
}

.bx-home-mall__tile.is-sold .bx-home-mall__meta b {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.14em;
  color: #7a6758;
}

@media (hover: hover) and (pointer: fine) {
  .bx-home-mall__tile:hover .bx-home-mall__meta strong {
    color: #7a1420;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bx-home-mall__cats-track,
  .bx-home-mall__photo img,
  .bx-home-mall__mask,
  .bx-home-mall__frame {
    transition: none;
  }

  .bx-home-mall__tile:hover .bx-home-mall__photo img {
    transform: none;
  }
}

.bx-mall-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.bx-mall-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bx-border);
  box-shadow: var(--bx-shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bx-mall-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 16, 46, 0.22);
  box-shadow: var(--bx-shadow-md);
}

.bx-mall-card.is-sold {
  opacity: 0.82;
}

.bx-mall-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.bx-mall-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #faf8f5, #f0ebe3);
  overflow: hidden;
}

.bx-mall-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-mall-card__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--bx-font-serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: rgba(200, 16, 46, 0.28);
  letter-spacing: 0.18em;
}

.bx-mall-card__stamp {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.bx-mall-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
}

.bx-mall-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.bx-mall-card__tag {
  flex-shrink: 0;
  padding: 2px 8px;
  font-size: calc(11px * var(--bx-text-scale, 1));
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--bx-red);
  background: rgba(200, 16, 46, 0.06);
  border: 1px solid rgba(200, 16, 46, 0.18);
  border-radius: 999px;
  line-height: 1.4;
}

.bx-mall-card__price {
  margin: 0 0 0 auto;
  font-family: var(--bx-font-serif);
  font-size: calc(1.05rem * var(--bx-title-scale, 1));
  font-weight: 700;
  color: var(--bx-red);
  white-space: nowrap;
}

.bx-mall-card__title {
  margin: 0;
  font-family: var(--bx-font-serif);
  font-size: calc(1.02rem * var(--bx-text-scale, 1));
  font-weight: 700;
  line-height: 1.4;
  color: var(--bx-title);
}

.bx-mall-card__store {
  margin: 0;
  font-size: 12px;
  color: var(--bx-muted);
}

.bx-mall-buys {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0 14px 12px;
}

.bx-mall-buy {
  color: var(--bx-red);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.bx-mall-buy:hover {
  text-decoration: underline;
}

/* 列表筛选：贴近内页 subnav */

.bx-mall-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 20px;
}

.bx-mall-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
  border: 1px solid var(--bx-border);
  border-radius: var(--bx-radius);
  box-shadow: 0 10px 32px rgba(26, 26, 26, 0.06);
  overflow: hidden;
}

.bx-mall-chip {
  margin: 0;
  padding: 9px 16px;
  border: 0;
  background: transparent;
  color: var(--bx-text);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.bx-mall-chip:hover,
.bx-mall-chip.is-active {
  color: var(--bx-red);
  background: rgba(200, 16, 46, 0.06);
  font-weight: 600;
}

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

.bx-mall-empty {
  margin: 12px 0 0;
  color: var(--bx-muted);
}

.bx-mall-notice {
  margin-top: 32px;
}

/* 详情：左图右文，对齐业务详情 stage */

.bx-mall-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px 32px;
  align-items: start;
  margin-bottom: 28px;
}

.bx-mall-stage__visual {
  min-width: 0;
}

.bx-mall-stage__hero {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #faf8f5;
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
}

.bx-mall-stage__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.bx-mall-stage__ph {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border-radius: 16px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(200, 16, 46, 0.15), rgba(26, 26, 26, 0.92)),
    repeating-linear-gradient(-18deg, transparent 0 16px, rgba(255, 255, 255, 0.04) 16px 17px);
}

.bx-mall-stage__ph span {
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.bx-mall-stage__ph strong {
  margin-top: 8px;
  font-size: 22px;
}

.bx-mall-stage__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
}

.bx-mall-stage__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--bx-border);
  border-radius: 8px;
  overflow: hidden;
  background: #faf8f5;
  cursor: pointer;
}

.bx-mall-stage__thumb.is-active {
  border-color: var(--bx-red);
}

.bx-mall-stage__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.bx-mall-stage__copy {
  padding: 4px 0 0;
}

.bx-mall-stage__tag {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--bx-red);
}

.bx-mall-stage__price {
  margin: 0 0 16px;
  font-family: var(--bx-font-serif);
  font-size: clamp(1.45rem, 2.6vw, calc(1.85rem * var(--bx-title-scale, 1)));
  font-weight: 700;
  color: var(--bx-red);
  line-height: 1.2;
}

.bx-mall-stage__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.bx-mall-stage__facts li {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #faf8f5;
  border: 1px solid var(--bx-border);
  font-size: 14px;
}

.bx-mall-stage__facts span {
  color: var(--bx-muted);
}

.bx-mall-stage__intro {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--bx-text);
}

.bx-mall-stage__actions {
  margin: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bx-mall-related {
  margin-top: 36px;
}

.bx-mall-related h2 {
  margin: 0 0 16px;
  font-family: var(--bx-font-serif);
  font-size: 1.15rem;
  color: var(--bx-title);
}

@media (max-width: 960px) {
  .bx-home-mall__sheet {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bx-home-mall__copy {
    padding: 22px 18px 16px;
  }

  .bx-home-mall__copy::after {
    display: none;
  }

  .bx-home-mall__cats-view {
    height: 186px;
  }

  .bx-home-mall__cat {
    flex-basis: 50px;
  }

  .bx-home-mall__enter {
    padding-top: 14px;
  }

  .bx-home-mall__stage {
    padding: 36px 14px 32px;
    min-height: 0;
    background-size:
      20px 1px, 1px 20px,
      20px 1px, 1px 20px,
      20px 1px, 1px 20px,
      20px 1px, 1px 20px,
      auto, auto;
  }

  .bx-home-mall__mark {
    font-size: 4.2rem;
  }

  .bx-home-mall__ornament {
    letter-spacing: 0.16em;
    font-size: 11px;
  }

  .bx-home-mall__tile {
    width: calc((100% - 20px) / 2);
    max-width: none;
  }

  .bx-home-mall__tile {
    width: calc((100% - 20px) / 2);
    max-width: none;
  }

  .bx-mall-grid,
  .bx-mall-grid--home,
  .bx-mall-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bx-mall-stage {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .bx-mall-grid {
    gap: 12px;
  }

  .bx-mall-filters {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .bx-mall-chip {
    flex-shrink: 0;
  }
}
