.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 2;
  padding-inline: var(--sp-xl);
  border-radius: 0.75rem;
  background: linear-gradient(var(--blue-sky-top), var(--blue-sky-bottom));
  color: #fff;
}

.banner-copy {
  position: relative;
  z-index: 1;
  max-width: 55%;
}

.banner-kicker,
.banner-lede {
  font-size: 0.4375rem;
  line-height: 1.4;
}

.banner-title {
  font-family: Recoleta, Larsseit, Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.185;
}

.banner-cloud,
.banner-art {
  position: absolute;
}

.banner-art {
  top: 9%;
  left: 47%;
  width: 46%;
}

.strip {
  overflow-x: auto;
  scrollbar-width: none;
}

.strip::-webkit-scrollbar {
  display: none;
}

.rating {
  display: flex;
  width: max-content;
}

.rating .ico-star {
  width: 1.125rem;
  height: 1.125rem;
}

.product-name {
  font-size: 1.0625rem;
  line-height: 1.4;
  transition: all 0.25s ease-in-out;
}

.product-card:hover .product-name {
  transform: translateY(-2px);
}
