/* HumanlyYou Product Detail Page System v1 */

.hy-product-hero{padding-bottom:14px}
.hy-product-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:stretch;
}
.hy-product-hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hy-product-hero__media{
  overflow:hidden;
  border-radius:22px;
  min-height:420px;
}
.hy-product-hero__media img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.hy-product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 8px;
}
.hy-product-price{
  display:flex;
  align-items:center;
  gap:12px;
  margin:18px 0 18px;
  flex-wrap:wrap;
}
.hy-product-price strong{
  font-size:34px;
  line-height:1;
  letter-spacing:-.03em;
  color:#223028;
}
.hy-product-price span{
  color:#6b7280;
  text-decoration:line-through;
  font-size:18px;
}
.hy-product-price em{
  font-style:normal;
  color:#5d6b63;
  font-weight:800;
  font-size:13px;
  letter-spacing:.06em;
}
.hy-product-note{
  margin-top:12px;
  color:#5d6b63;
  line-height:1.6;
}
.hy-product-detail-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
}
.hy-product-copy{
  padding:24px;
}
.hy-product-copy h2,
.hy-product-side h3{
  margin-top:0;
}
.hy-product-copy p{
  color:#5d6b63;
  line-height:1.8;
}
.hy-product-side{
  padding:22px;
}
.hy-product-bottom{
  padding:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
@media (max-width: 980px){
  .hy-product-hero__grid,
  .hy-product-detail-grid{
    grid-template-columns:1fr;
  }
  .hy-product-hero__media{
    min-height:300px;
  }
  .hy-product-hero__media img{
    min-height:300px;
  }
}
