/* Bellstore news overlay */

.bellstore-news-host {
  display: none;
}

html.is-news-page .header-wrap {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html.is-news-page .bellstore-news-host {
  display: block;
  position: fixed;
  z-index: 25;
  top: var(--news-header-offset, var(--header-height, 50px));
  left: 0;
  right: 0;
  bottom: var(--tab-bar-offset, calc(68px + env(safe-area-inset-bottom, 0px)));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  box-sizing: border-box;
  padding: 0 0 36px;
  background: #fff;
}

html.is-desktop-layout.is-news-page .bellstore-news-host {
  top: var(--news-header-offset, 140px);
  bottom: 0;
  padding: 0 0 56px;
}

html.is-news-page .main-content .page-enter {
  visibility: hidden !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.bs-news-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 16px 16px 8px;
  color: #1d1d1f;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
}

.bs-news-page h1 {
  font-size: clamp(28px, 6vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 6px 0 10px;
  font-weight: 700;
}

.bs-news-page h2,
.bs-news-body h2 {
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 36px 0 12px;
  font-weight: 700;
}

.bs-news-body h3 {
  font-size: 20px;
  margin: 28px 0 10px;
}

.bs-news-meta,
.bs-news-page time,
.bs-product-review time {
  display: block;
  color: #86868b;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.bs-news-lead {
  color: #3a3a3c;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 22px;
}

.bs-news-crumbs {
  font-size: 13px;
  font-weight: 600;
  color: #86868b;
  margin: 0 0 10px;
}

.bs-news-crumbs a {
  color: #0058e6;
  text-decoration: none;
}

.bs-news-back {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0058e6;
  text-decoration: none;
  margin-bottom: 8px;
}

.bs-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 10px 6px 4px;
}

@media (min-width: 860px) {
  html.is-news-page .bellstore-news-host .bs-news-page:not(.bs-news-article) {
    max-width: 1080px;
    padding: 28px 20px 16px;
  }

  .bs-news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.bs-news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.bs-news-card--glow {
  position: relative;
  z-index: 1;
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow:
    -16px 0 26px -10px rgba(37, 99, 235, 0.55),
    16px 0 26px -10px rgba(99, 102, 241, 0.48),
    0 14px 32px rgba(37, 99, 235, 0.16);
}

.bs-news-card--glow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 3px 0 0 rgba(37, 99, 235, 0.85),
    inset -3px 0 0 rgba(99, 102, 241, 0.85);
}

.bs-news-card__cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f4f4f6;
  overflow: hidden;
}

.bs-news-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.bs-news-card__cover--empty {
  background: linear-gradient(135deg, #0058e6, #7eb6f8);
}

.bs-news-card__body {
  padding: 14px 14px 16px;
}

.bs-news-card__body h2,
.bs-news-card__body h3 {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.25;
}

.bs-news-hero-wrap {
  margin: 8px -16px 24px;
}

html.is-desktop-layout .bs-news-hero-wrap {
  margin: 12px 0 28px;
}

.bs-news-hero {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef1f6;
}

html.is-desktop-layout .bs-news-hero {
  border-radius: 20px;
}

.bs-news-body p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.bs-news-body ul,
.bs-news-body ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.bs-news-body li {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 8px;
}

.bs-news-body strong {
  font-weight: 700;
}

.bs-news-figure {
  margin: 8px -16px 28px;
}

html.is-desktop-layout .bs-news-figure {
  margin: 12px 0 32px;
}

.bs-news-figure img,
.bs-news-figure video,
.bs-product-review img {
  width: 100%;
  display: block;
  background: #f4f4f6;
}

html.is-desktop-layout .bs-news-figure img,
html.is-desktop-layout .bs-news-figure video,
html.is-desktop-layout .bs-product-review img {
  border-radius: 18px;
}

#bellstore-product-specs {
  scroll-margin-top: 72px;
}

.bs-news-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 24px 0 28px;
}

@media (min-width: 560px) {
  .bs-news-products {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  .bs-news-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bs-news-product {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  background: #f6f7f9;
  border-radius: 16px;
  overflow: hidden;
  padding: 10px;
  align-items: center;
}

.bs-news-product__photo {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 12px;
  background: #fff center/contain no-repeat;
}

.bs-news-product__photo--empty {
  background: #ececec;
}

.bs-news-product__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 4px;
}

.bs-news-product__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.bs-news-product__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 6px;
}

.bs-news-product__old {
  font-size: 13px;
  color: #86868b;
  text-decoration: line-through;
}

.bs-news-product__price {
  font-size: 16px;
  font-weight: 700;
}

.bs-news-product__stock {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #1a7f37;
}

.bs-news-product__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0058e6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.bs-news-more {
  grid-column: 1 / -1;
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: #0058e6;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.bs-news-related {
  margin: 40px 0 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bs-news-related > h2 {
  margin: 16px 0 16px;
}

.bs-news-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 720px) {
  .bs-news-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bs-review-link {
  display: inline-flex;
  align-items: center;
  margin: 6px 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #0058e6;
  text-decoration: none;
}

.bs-more-nav {
  display: block;
  width: 100%;
  margin: 12px 0 4px;
  padding: 8px 0;
  box-sizing: border-box;
  grid-column: 1 / -1;
  position: sticky;
  top: 50px;
  z-index: 80;
  background: #f2f2f4;
  isolation: isolate;
}

.bs-more-nav__chips button.is-on {
  background: #1d1d1f;
  color: #fff;
}

.bs-more-nav__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.bs-more-nav__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #86868b;
}

.bs-more-nav__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.bs-more-nav__chips button {
  border: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #1d1d1f;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.bs-more-nav__chips button:active {
  transform: scale(0.98);
}

.bs-chapter {
  max-width: 760px;
  margin: 0 auto 16px;
  padding: 12px 16px 0;
  text-align: center;
}

.bs-chapter__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0058e6;
}

.bs-chapter__title {
  margin: 0;
  font-size: clamp(28px, 7vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.bs-chapter__sub {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #86868b;
}

.bs-product-reviews {
  display: block;
  width: 100%;
  max-width: none;
  margin: 8px 0 0;
  padding: 8px 0 48px;
  box-sizing: border-box;
  grid-column: 1 / -1;
  background: transparent;
  border-top: 0;
  scroll-margin-top: 72px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1d1d1f;
}

html.is-desktop-layout .bs-product-reviews {
  margin: 16px 0 0;
  padding: 12px 0 64px;
}

.bs-product-info {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  padding: 8px 0 24px;
  box-sizing: border-box;
  grid-column: 1 / -1;
  background: transparent;
  scroll-margin-top: 72px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1d1d1f;
}

.bs-product-info .bs-product-review h2 {
  font-size: 22px;
  margin: 0 0 12px;
}

.bs-news-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0058e6;
  margin: 8px 0 6px;
}

.bs-product-review {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px 16px 24px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.bs-product-review + .bs-product-review {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 0;
}

.bs-product-review h2 {
  font-size: clamp(26px, 4.5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}

.bs-news-more-link {
  margin-top: 20px;
}

.bs-news-more-link a {
  font-weight: 700;
  color: #0058e6;
  text-decoration: none;
}

.bs-product-reviews > h2 {
  font-size: 22px;
  margin: 0 0 16px;
}

.bs-news-empty {
  color: #86868b;
}

html.is-desktop-layout .bottom-nav [data-bellstore-news] {
  display: none;
}

.bs-home-news {
  --widget-grad-from: #2563eb;
  --widget-grad-to: #6366f1;
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  overflow: hidden;
  border-radius: var(--design-card-radius, 24px);
  min-height: 286px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.18), inset 0 1px rgba(255, 255, 255, 0.18);
  isolation: isolate;
}

.bs-home-news__mesh {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--widget-grad-from), var(--widget-grad-to));
  background-size: 200% 200%;
}

.bs-home-news__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}

.bs-home-news__blob--1 {
  width: 52%;
  height: 52%;
  top: -12%;
  left: -8%;
  background: #7dd3fc;
  opacity: 0.55;
}

.bs-home-news__blob--2 {
  width: 44%;
  height: 44%;
  bottom: -18%;
  right: -4%;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0.7;
}

.bs-home-news__blob--3 {
  width: 36%;
  height: 36%;
  top: 28%;
  right: 18%;
  background: rgba(196, 181, 253, 0.55);
  opacity: 0.55;
}

.bs-home-news__content {
  position: relative;
  z-index: 1;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bs-home-news__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.bs-home-news__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
}

.bs-home-news__title {
  margin: 0;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
  line-height: 1.1;
}

.bs-home-news__subtitle {
  margin: 6px 0 0;
  max-width: 280px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.bs-home-news__cta {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.bs-home-news__cta:hover {
  background: rgba(255, 255, 255, 0.24);
}

.bs-home-news__track-wrap {
  margin: 0 -16px;
  padding: 0 16px;
  overflow: hidden;
}

.bs-home-news__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.bs-home-news__track::-webkit-scrollbar {
  display: none;
}

.bs-home-news__card {
  flex: 0 0 min(78%, 260px);
  scroll-snap-align: start;
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.bs-home-news__cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eef1f6;
  overflow: hidden;
}

.bs-home-news__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.bs-home-news__cover--empty {
  background: linear-gradient(135deg, #dbeafe, #c7d2fe);
}

.bs-home-news__card-body {
  padding: 12px 12px 14px;
}

.bs-home-news__card-body h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bs-home-news__card-body time {
  font-size: 12px;
  color: #6b7280;
}

html.is-desktop-layout .bs-home-news {
  min-height: 308px;
}

html.is-desktop-layout .bs-home-news__content {
  padding: 20px 18px 18px;
}

html.is-desktop-layout .bs-home-news__track-wrap {
  overflow: visible;
  margin: 0;
  padding: 0;
}

html.is-desktop-layout .bs-home-news__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  gap: 14px;
}

html.is-desktop-layout .bs-home-news__card {
  flex: none;
  min-width: 0;
}

html.is-desktop-layout .bs-home-news__card-body h3 {
  font-size: 16px;
}

html.is-kiosk .bs-home-news {
  grid-column: 1 / -1;
}

@media (max-width: 767px) {
  .bs-home-news {
    border-radius: 20px;
    min-height: 0;
  }

  .bs-home-news__title {
    font-size: 20px;
  }

  .bs-home-news__subtitle {
    max-width: 180px;
    font-size: 12px;
  }
}
