.bws-hero > *,
.bws-page-hero > *,
.bws-grid > *,
.bws-split > *,
.bws-product-detail > * {
  min-width: 0;
}
.bws-hero-visual,
.bws-visual,
.bws-section-image,
.bws-product-detail-image {
  margin: 0;
  overflow: hidden;
  background: var(--white);
}
.bws-hero-visual,
.bws-visual {
  width: 100%;
}
.bws-hero-visual {
  min-height: 410px;
  box-shadow: 18px 22px 0 rgb(167 180 160 / 35%);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.bws-hero-visual img,
.bws-visual img,
.bws-section-image img,
.bws-product-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.bws-visual {
  height: 390px;
  box-shadow: 14px 18px 0 rgb(38 43 43 / 12%);
  transform: perspective(1200px) rotateY(-4deg);
}
.bws-section-image {
  width: min(100%, 920px);
  height: clamp(260px, 38vw, 460px);
  margin: 0 0 42px;
  box-shadow: 14px 18px 0 rgb(38 43 43 / 11%);
}
.bws-product-card {
  padding: 0;
  overflow: hidden;
}
.bws-product-card > *:not(.bws-card-image) {
  margin-left: 28px;
  margin-right: 28px;
}
.bws-product-card .bws-price,
.bws-product-card .bws-link-arrow {
  margin-bottom: 28px;
}
.bws-card-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.bws-product-card:hover .bws-card-image {
  transform: scale(1.035);
}
.bws-product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}
.bws-product-detail-image {
  aspect-ratio: 1/1;
  box-shadow: 14px 18px 0 rgb(38 43 43 / 12%);
}
.bws-product-detail .bws-split {
  display: block;
}
.bws-product-detail .bws-list {
  margin-top: 34px;
}
@media (max-width: 920px) {
  .bws-hero-visual {
    min-height: 300px;
    max-width: 100%;
    transform: none;
  }
  .bws-visual {
    height: 300px;
    max-width: 100%;
    transform: none;
  }
  .bws-section-image {
    height: 300px;
  }
  .bws-product-detail {
    grid-template-columns: 1fr;
  }
  .bws-product-detail-image {
    max-width: 520px;
  }
}
@media (max-width: 560px) {
  .bws-hero-visual {
    min-height: 230px;
  }
  .bws-visual {
    height: 245px;
  }
  .bws-section-image {
    height: 220px;
  }
  .bws-product-card > *:not(.bws-card-image) {
    margin-left: 22px;
    margin-right: 22px;
  }
}
