.starting .swiper,
.starting .swiper-wrapper,
.starting .swiper-scrollbar,
.starting .swiper-pagination,
.starting .h-\[400px\],
.starting .ea-carousel,
.starting .product-strip {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.starting .w-11\/12.mx-auto.py-6 {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

.starting .mt-6:has(.h-\[400px\]),
.starting .mt-6:has(.swiper) {
  margin-top: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#ea-hard {
  display: none;
  width: 100%;
  max-width: none;
  margin: -8px auto 0;
  height: 248px;
  box-sizing: border-box;
  padding: 0;
  background: #f4f4f4;
  position: relative !important;
  z-index: 1;
  overflow: hidden;
}

#ea-hard.ea-show {
  display: block;
}

#ea-hard.ea-float {
  display: none !important;
}

#ea-hard .ea-track {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  will-change: transform;
}

#ea-hard .ea-s {
  flex: 0 0 28%;
  max-width: none;
  text-align: center;
  opacity: 0.45;
  padding-top: 24px;
  box-sizing: border-box;
  transform: scale(0.62);
  transform-origin: center bottom;
  transition: transform 0.45s ease, opacity 0.45s ease, padding-top 0.45s ease;
}

#ea-hard .ea-s.on {
  opacity: 1;
  padding-top: 0;
  transform: scale(1.08) translateY(-4px);
  z-index: 2;
}

#ea-hard .ea-s .box {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#ea-hard img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  background: transparent;
  transition: width 0.45s ease, height 0.45s ease;
}

#ea-hard .ea-s.on img {
  width: 200px;
  height: 200px;
}

#ea-hard .meta {
  display: none;
  margin-top: 6px;
  color: #111;
}

#ea-hard .ea-s.on .meta {
  display: block;
}

#ea-hard .meta .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden;
  padding: 0 8px;
}

#ea-hard .meta .price {
  display: none !important;
}

.starting .bg-\[\#0A0A0B\] {
  position: relative;
  z-index: 6;
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 16px !important;
}
