/**
 * ======= sanxio store-front home hero start ===========
 * Full width of content rail; cover crop — no side letterboxing
 */
body.sx-store-advanced--home .sca-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: var(--md3-color-surface-container-low, #f3f5f9);
  box-shadow: none;
  box-sizing: border-box;
}
body.sx-store-advanced--home .sca-hero__track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.sx-store-advanced--home .sca-hero__track::-webkit-scrollbar {
  display: none;
}
body.sx-store-advanced--home .sca-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
  aspect-ratio: 21 / 9;
  max-height: min(42vw, 220px);
  min-height: 140px;
  background: var(--md3-color-surface-container, #eef2f6);
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body.sx-store-advanced--home .sca-hero__slide {
    max-height: min(28vw, 280px);
    min-height: 180px;
  }
}
body.sx-store-advanced--home .sca-hero__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}
body.sx-store-advanced--home .sca-hero__slide a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
body.sx-store-advanced--home .sca-hero__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 6px 0 0;
}
body.sx-store-advanced--home .sca-hero__dots:empty {
  display: none;
  padding: 0;
}
body.sx-store-advanced--home .sca-hero__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--md3-color-outline-variant);
  cursor: pointer;
}
body.sx-store-advanced--home .sca-hero__dot.is-active {
  background: var(--md3-color-primary);
  width: 18px;
  border-radius: 999px;
}
/**
 * ======= sanxio store-front home hero end ===========
 */
