/**
 * 首页对齐 bassin.store：浅蓝公告条 + 紧凑白顶栏、主推、横幅、轮播
 */

:root {
  --bassin-blue: #1c4a5c;
  --bassin-blue-dark: #143a49;
  /* 白顶栏可视高度（与 inner / Logo 联动） */
  --bassin-header-h: 52px;
  --bassin-font: 'Assistant', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --bassin-red: #e60000;
}

body.bassin-home-page {
  font-family: var(--bassin-font);
  -webkit-font-smoothing: antialiased;
}

/* ========== Mother’s Day sale countdown（首页 / 商品列表顶栏之上） ========== */
.mothers-day-sale-banner {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.75rem 1.15rem;
  background: linear-gradient(90deg, #ffd6e8 0%, #fff5e0 55%, #fff8e8 100%);
  color: #1a1a1a;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.mothers-day-sale-banner:not([hidden]) {
  display: flex;
}

.mothers-day-sale-banner__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #888;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mothers-day-sale-banner__close:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.45);
}

.mothers-day-sale-banner__title {
  margin: 0 0 0.35rem;
  font-family: var(--bassin-font);
  font-size: clamp(1.725rem, 6vw, 2.475rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
}

.mothers-day-sale-banner__countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.15rem 0.35rem;
  font-family: var(--bassin-font);
}

.mothers-day-sale-banner__segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.1rem;
}

.mothers-day-sale-banner__value {
  font-size: clamp(1.45rem, 4.8vw, 1.95rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  color: #1a1a1a;
}

.mothers-day-sale-banner__label {
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-style: italic;
  font-weight: 500;
  color: #9b1c1c;
  line-height: 1;
  text-transform: lowercase;
}

.mothers-day-sale-banner__colon {
  font-size: clamp(1.45rem, 4.8vw, 1.95rem);
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  color: #1a1a1a;
  user-select: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ========== 顶部浅蓝公告条（须保留） ========== */
.bassin-announce {
  display: flex;
  align-items: stretch;
  background: #66ccff;
  color: #121212;
  font-size: clamp(0.78rem, 2.6vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  min-height: 2.5rem;
  font-family: var(--bassin-font);
}

.bassin-announce__arrow {
  flex: 0 0 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #121212;
  cursor: pointer;
  align-self: stretch;
  transition: opacity 0.15s;
}

.bassin-announce__arrow:hover {
  opacity: 0.75;
}

.bassin-announce__arrow:focus-visible {
  outline: 2px solid #121212;
  outline-offset: -2px;
}

.bassin-announce__viewport {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
}

.bassin-announce__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-self: stretch;
  width: 400%;
  height: 100%;
  min-height: 100%;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.bassin-announce .bassin-announce__slide {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
  margin-bottom: 0;
  padding: 0 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.25;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .bassin-announce {
    font-size: 0.7rem;
    min-height: 2.35rem;
  }

  .bassin-announce .bassin-announce__slide {
    padding: 0 0.4rem;
  }
}

/* ========== 白色顶栏 ========== */
.bassin-page-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}

.bassin-page-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.4rem 0.85rem;
  box-sizing: border-box;
}

.bassin-page-header__row--tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.15rem 0;
  min-height: var(--bassin-header-h);
}

.bassin-page-header__menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  margin-left: -0.15rem;
  cursor: pointer;
  color: #121212;
  border: none;
  background: transparent;
}

.bassin-page-header__logo {
  flex: 1;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bassin-page-header__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
}

.bassin-page-header__logo-img {
  height: clamp(34px, 8.5vw, 48px);
  width: auto;
  max-width: min(240px, 58vw);
  object-fit: contain;
  display: block;
}

.bassin-page-header__logo a:not(.bassin-page-header__logo-link) {
  color: #121212;
  text-decoration: none;
}

.bassin-page-header__logo a:hover {
  text-decoration: none;
  opacity: 0.92;
}

.bassin-page-header__actions {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  justify-content: flex-end;
}

.bassin-page-header__icon {
  display: inline-flex;
  padding: 0.35rem;
  color: #121212;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.bassin-page-header__menu-btn svg,
.bassin-page-header__icon svg {
  width: 24px;
  height: 24px;
}

.bassin-page-header__icon:hover {
  opacity: 0.75;
}

/* 主推商品（首屏双栏） */
.bassin-main {
  background: #fff;
}

.bassin-featured-section {
  padding: 0 0 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.bassin-featured__grid {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem 1rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .bassin-featured__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem 1.5rem 0;
    align-items: start;
  }
}

/* 物流说明：占满主推 grid 整行 */
.bassin-featured__grid[data-featured-root] > .bassin-featured__shipping {
  grid-column: 1 / -1;
  margin-top: 0;
}

/* Safe 大图下方：第二件商品插槽（JS 注入，版式同 bassin-featured__grid） */
.bassin-home-spotlight-slot {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.bassin-home-spotlight-slot:empty {
  display: none;
}

.bassin-home-spotlight-slot .bassin-featured__grid--spotlight {
  border-top: none;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 第二件商品：Size 标签小写灰字；Add to cart 粗黑边框（对齐参考图） */
.bassin-featured__grid--spotlight .bassin-featured__legend {
  text-transform: lowercase;
  font-size: 0.75rem;
  font-weight: 400;
  color: #707070;
}

.bassin-featured__grid--spotlight .bassin-featured__add-outline {
  border-width: 3px;
}

.bassin-featured__grid--spotlight {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 750px) {
  .bassin-featured__grid--spotlight {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.bassin-featured__title--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bassin-featured__media {
  background: #fafafa;
  border-radius: 4px;
  overflow: hidden;
}

.bassin-featured__media img,
.bassin-featured__main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.bassin-featured__title {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  color: #121212;
  font-family: var(--bassin-font);
}

.bassin-featured__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.bassin-featured__stars {
  color: #f5b301;
  font-size: 1.05em;
  letter-spacing: 0.06em;
}

.bassin-featured__rating-text {
  color: #5c5c5c;
  font-size: 1em;
}

.bassin-featured__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-bottom: 1rem;
}

.bassin-featured__compare {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: #b0b0b0;
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}

/* 现价 + 折扣标同一组，折后与徽章紧挨（对齐参考图） */
.bassin-featured__price-now-group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.bassin-featured__price-current {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--bassin-red);
  line-height: 1.2;
}

.bassin-featured__badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.bassin-featured__pct-off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bassin-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  line-height: 1;
  white-space: nowrap;
}

.bassin-featured__badge-sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bassin-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  line-height: 1;
  white-space: nowrap;
}

.bassin-featured__badge {
  background: #c00;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 2px;
}

.bassin-featured__excerpt {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #454545;
  margin-bottom: 1.25rem;
}

/* Quantity + Add to cart（线框）+ Buy it now（实心），对齐 Dawn / bassin.store */
.bassin-featured__buybox {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.bassin-featured__qty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.bassin-featured__qty-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.02em;
}

.bassin-featured__qty-control {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-width: 7.25rem;
  max-width: 100%;
  padding: 0.28rem 0.35rem;
  border: 1px solid #121212;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}

.bassin-featured__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 100%;
  min-height: 1.3rem;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 500;
  border: none;
  background: transparent;
  color: #121212;
  cursor: pointer;
  padding: 0;
  font-family: var(--bassin-font);
}

.bassin-featured__qty-control > .bassin-featured__qty-btn:first-of-type {
  justify-self: start;
}

.bassin-featured__qty-control > .bassin-featured__qty-btn:last-of-type {
  justify-self: end;
}

.bassin-featured__qty-btn:hover {
  opacity: 0.7;
}

.bassin-featured__qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #121212;
  font-variant-numeric: tabular-nums;
  min-width: 0;
}

.bassin-featured__add-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.25rem;
  background: #fff;
  color: #121212 !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2px;
  border: 2px solid #121212;
  cursor: pointer;
  font-family: var(--bassin-font);
}

.bassin-featured__add-outline:hover {
  background: #fafafa;
}

.bassin-featured__buy-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.25rem;
  background: #121212;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: var(--bassin-font);
}

.bassin-featured__buy-now:hover {
  opacity: 0.92;
}

/* Buy it now 下方：View full details 靠右（无下划线） */
.bassin-featured__post-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.bassin-featured__details {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  font-size: 0.9rem;
  font-weight: 400;
  color: #2c2c2c;
  text-decoration: none;
  line-height: 1.3;
}

.bassin-featured__details:hover {
  opacity: 0.75;
}

.bassin-featured__details-arrow {
  font-weight: 400;
  line-height: 1;
}

.bassin-featured__legend {
  font-size: 0.88rem;
  font-weight: 600;
  color: #707070;
  margin-bottom: 0.5rem;
  padding: 0;
}

.bassin-featured__variants {
  border: none;
  margin: 0 0 1rem;
  padding: 0;
}

.bassin-featured__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.bassin-featured__pill {
  position: relative;
  cursor: pointer;
}

.bassin-featured__pill input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.bassin-featured__pill span {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(18, 18, 18, 0.25);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #121212;
  background: #fff;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.bassin-featured__pill input:checked + span {
  background: #121212;
  color: #fff;
  border-color: #121212;
}

.bassin-featured__pill input:focus-visible + span {
  outline: 2px solid #121212;
  outline-offset: 2px;
}

.bassin-featured__shipping {
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.bassin-featured__ship-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}

/* 图标占位统一，便于与左侧文字顶对齐 */
.bassin-featured__ship-ico {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.bassin-featured__ship-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

/* 两行标题：同款字重与颜色 */
.bassin-featured__ship-title {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #008000;
  letter-spacing: 0.01em;
  font-family: var(--bassin-font);
}

/* 两行说明：同款略小字号 + 统一辅色（与 Dawn 一致层级） */
.bassin-featured__ship-desc {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: #5c5c5c;
  font-family: var(--bassin-font);
}

.bassin-featured__btn,
.button--primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  background: #121212;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.bassin-featured__btn:hover {
  opacity: 0.88;
}

.bassin-featured-loading {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}

/* 全宽横幅（仅图片，无文案叠层） */
.bassin-image-banner {
  width: 100%;
}

.bassin-image-banner__media img {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(70vh, 560px);
  object-fit: cover;
}

/* #bassinSlideshow：白底文案区（彩虹 + 底部灰条仅为装饰，非按钮） */
.bassin-slideshow {
  margin: 0;
  background: #fff;
}

.bassin-slideshow__slide {
  display: none;
}

.bassin-slideshow__slide.is-active {
  display: block;
}

.bassin-slideshow__text-block {
  padding: 2.5rem 1.25rem 2.75rem;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  font-family: var(--bassin-font);
}

.bassin-slideshow__heading {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 4vw, 1.85rem);
  font-weight: 700;
  color: #000;
  line-height: 1.25;
}

.bassin-slideshow__emoji {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

.bassin-slideshow__sub {
  margin: 0;
  color: #757575;
  font-size: 0.95rem;
  line-height: 1.55;
}

.bassin-slideshow__pseudo-cta {
  display: inline-block;
  margin-top: 1.35rem;
  padding: 0.65rem 1.75rem;
  background: #8c8c8c;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 2px;
  pointer-events: none;
  user-select: none;
  cursor: default;
}

/* 「Safe for children」配图区块（接在 Highlights 下方） */
.bassin-safe-spotlight {
  margin: 0;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.bassin-safe-spotlight__media {
  width: 100%;
  overflow: hidden;
  background: #e8e8e8;
}

.bassin-safe-spotlight__media img {
  width: 100%;
  height: auto;
  max-height: min(65vh, 720px);
  object-fit: cover;
  object-position: center top;
  display: block;
  vertical-align: middle;
}

.bassin-safe-spotlight__text {
  padding: 2rem 1.25rem 2.5rem;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
  font-family: var(--bassin-font);
}

.bassin-safe-spotlight__title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  /* 标题字号基准：图标用 em 随文字缩放，便于与一行标题视觉对齐 */
  font-size: clamp(1.45rem, 4.5vw, 2.05rem);
}

.bassin-safe-spotlight__trust-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  /* 与单行标题区域等高对齐（中对齐） */
  height: 1.15em;
}

.bassin-safe-spotlight__trust-icon {
  display: block;
  width: 0.82em;
  height: 0.82em;
  flex-shrink: 0;
}

.bassin-safe-spotlight__heading {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  color: #000;
  line-height: 1.15;
  text-align: center;
}

.bassin-safe-spotlight__sub {
  margin: 0;
  color: #757575;
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: center;
}

/* 安全说明下方：包邮 / 退货（与主推区 shipping 视觉一致） */
.bassin-safe-spotlight__promises {
  border-top: 1px solid #e8e8e8;
  padding: 1.25rem 1.25rem 2rem;
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  font-family: var(--bassin-font);
}

.bassin-safe-spotlight__promise-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}

.bassin-safe-spotlight__promise-ico {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.bassin-safe-spotlight__promise-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bassin-safe-spotlight__promise-title {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #008000;
  letter-spacing: 0.01em;
}

.bassin-safe-spotlight__promise-desc {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  color: #5c5c5c;
}

/* 首页 Best Seller（仅 2 个商品、双列平铺、不横向滚动） */
.bassin-home-page .hero-trending {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 1.5rem 0 2rem;
}

.bassin-home-page .hero-trending-scroll {
  overflow-x: visible;
  margin: 0 auto;
  padding: 0 0.75rem 12px;
  scroll-snap-type: none;
  max-width: min(100%, 1040px);
  width: 100%;
  box-sizing: border-box;
}

.bassin-home-page .hero-trending-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.bassin-home-page .hero-trending-card {
  flex: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  scroll-snap-align: none;
}

.bassin-home-page .hero-trending-skeleton-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.bassin-home-page .hero-trending-skeleton-card {
  width: 100% !important;
  flex: none !important;
  max-width: none !important;
}

.bassin-home-page .hero-trending-inner {
  padding-bottom: 0;
}

.bassin-home-page .hero-trending-header {
  margin-bottom: 1rem;
}

.bassin-home-page .hero-trending-title {
  margin: 0;
  font-family: var(--bassin-font);
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 700;
  color: #121212;
  letter-spacing: 0.01em;
}

.bassin-home-page .hero-trending-name,
.bassin-home-page .hero-trending-name a {
  color: #121212;
  font-family: var(--bassin-font);
}

.bassin-home-page .hero-trending-sub {
  color: #5c5c5c;
  font-family: var(--bassin-font);
}

.bassin-home-page .hero-trending-add {
  font-family: var(--bassin-font);
}

.bassin-home-page .hero-trending-price-now {
  color: #c62828;
}

.bassin-home-page .hero-trending-cta-wrap {
  margin: 1.35rem 0 0;
  padding: 0;
  text-align: center;
}

.bassin-home-page .hero-trending-view-all {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: #121212;
  color: #fff !important;
  font-family: var(--bassin-font);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  line-height: 1.2;
}

.bassin-home-page .hero-trending-view-all:hover {
  opacity: 0.9;
}

/* 侧栏菜单：与目标站一致的单列集合、略大行距 */
.bassin-drawer-collections {
  display: flex;
  flex-direction: column;
}

.bassin-drawer-collections a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
  color: #303030;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  font-family: var(--bassin-font);
}

.bassin-drawer-collections a:last-child {
  border-bottom: none;
}

.bassin-drawer-collections a:hover {
  text-decoration: underline;
}

.brand-nav-drawer-heading {
  margin: 1.35rem 0 0.25rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

@media (prefers-reduced-motion: reduce) {
  .bassin-announce__track {
    transition: none;
  }

  .bassin-featured__pill span {
    transition: none;
  }
}
