html.bellstore-home-modules-on .home-widgets-section,
html.bellstore-home-modules-on .home-category-widget,
html.bellstore-home-modules-on .home-widgets-section--mobile-featured,
html.bellstore-home-modules-on .home-widgets-section--grid {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.bellstore-home-modules {
  --bhm-ink: var(--text, #1d1d1f);
  --bhm-muted: var(--text-secondary, #86868b);
  --bhm-line: var(--glass-border-subtle, rgba(0, 0, 0, 0.06));
  --bhm-soft: var(--bg-base, #f2f2f4);
  --bhm-accent: var(--accent, #0058e6);
  --bhm-radius: var(--radius-xl, 20px);
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

.bhm-trust,
.bhm-catalog-cta,
.bhm-promos {
  width: 100%;
}

.bhm-trust__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bhm-trust__track::-webkit-scrollbar {
  display: none;
}

.bhm-trust__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  max-width: min(72vw, 260px);
  padding: 8px 14px 8px 8px;
  border: 1px solid var(--bhm-line);
  border-radius: var(--radius-lg, 16px);
  background: var(--card, #fff);
  scroll-snap-align: start;
}

.bhm-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--accent-soft, rgba(0, 88, 230, 0.1));
  color: var(--bhm-accent);
  flex-shrink: 0;
}

.bhm-trust__icon svg {
  width: 16px;
  height: 16px;
}

.bhm-trust__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--bhm-ink);
}

.bhm-catalog-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(0, 88, 230, 0.18);
  border-radius: var(--radius-lg, 16px);
  background: var(--card, #fff);
  color: var(--bhm-accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: var(--shadow-glass, 0 4px 20px rgba(0, 0, 0, 0.06));
}

.bhm-catalog-cta__btn:hover {
  background: var(--accent-soft, rgba(0, 88, 230, 0.1));
  border-color: rgba(0, 88, 230, 0.28);
}

.bhm-widgets {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.bhm-section {
  min-width: 0;
  width: 100%;
}

.bhm-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.bhm-section__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--bhm-ink);
}

.bhm-section__subtitle {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--bhm-muted);
  font-weight: 500;
}

.bhm-section__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.bhm-section__cta {
  display: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--bhm-accent);
  text-decoration: none;
  white-space: nowrap;
}

.bhm-section__nav {
  display: none;
  gap: 6px;
}

.bhm-nav {
  width: 34px;
  height: 34px;
  border: 1px solid var(--bhm-line);
  border-radius: 50%;
  background: var(--card, #fff);
  color: var(--bhm-ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bhm-nav:hover {
  background: var(--bhm-soft);
}

.bhm-section__track {
  display: flex;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bhm-section__track::-webkit-scrollbar {
  display: none;
}

.bhm-section__track--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  scroll-snap-type: none;
  padding-bottom: 2px;
}

.bhm-card {
  flex: 0 0 158px;
  width: 158px;
  min-width: 158px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--card, #fff);
  border: 1px solid var(--bhm-line);
  border-radius: var(--bhm-radius);
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: var(--shadow-float, 0 8px 28px rgba(0, 0, 0, 0.08));
}

.bhm-section__track--grid .bhm-card {
  width: auto;
  min-width: 0;
  flex: initial;
}

.bhm-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.bhm-card__media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #fafafa 0%, #f0f1f3 100%);
}

.bhm-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  box-sizing: border-box;
}

.bhm-card__img--empty {
  background: var(--bhm-soft);
}

.bhm-card__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 4px 8px;
  border-radius: var(--radius-pill, 999px);
  background: var(--accent-soft, rgba(0, 88, 230, 0.1));
  color: var(--bhm-accent);
  font-size: 11px;
  font-weight: 700;
}

.bhm-card__badge--stock {
  background: rgba(52, 199, 89, 0.14);
  color: #1f8f45;
}

.bhm-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  padding: 2px 12px 12px;
  min-height: 96px;
}

.bhm-card__name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bhm-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.bhm-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: auto;
}

.bhm-card__price {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--bhm-ink);
}

.bhm-card__price--request {
  font-size: 13px;
  font-weight: 700;
  color: var(--bhm-accent);
}

.bhm-card__old {
  font-size: 12px;
  color: var(--bhm-muted);
  text-decoration: line-through;
}

.bhm-promos .bhm-section__head {
  padding: 0;
}

.bhm-promos__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bhm-promo {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  background: var(--card, #fff);
  border: 1px solid var(--bhm-line);
  border-radius: var(--bhm-radius);
  overflow: hidden;
  min-height: 100px;
  box-shadow: var(--shadow-float, 0 8px 28px rgba(0, 0, 0, 0.08));
}

.bhm-promo__media {
  background: var(--accent-soft, rgba(0, 88, 230, 0.1));
}

.bhm-promo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhm-promo__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
}

.bhm-promo__body strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--bhm-ink);
}

.bhm-promo__body span {
  font-size: 12px;
  line-height: 1.4;
  color: var(--bhm-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 700px) {
  .bhm-promos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .bellstore-home-modules {
    gap: 24px;
  }

  .bhm-trust__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .bhm-trust__chip {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    width: auto;
    min-height: 48px;
  }

  .bhm-section__title {
    font-size: 24px;
  }

  .bhm-section__subtitle {
    font-size: 14px;
  }

  .bhm-section__cta {
    display: inline;
  }

  .bhm-section__nav {
    display: inline-flex;
  }

  .bhm-card {
    flex: 0 0 calc((100% - 48px) / 5);
    width: calc((100% - 48px) / 5);
    min-width: calc((100% - 48px) / 5);
  }

  .bhm-card__name {
    font-size: 14px;
  }

  .bhm-card__price {
    font-size: 17px;
  }

  .bhm-section__track--grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bhm-catalog-cta__btn {
    min-height: 52px;
    font-size: 16px;
  }
}
