.product-page{padding:48px 0 80px}
.product-hero{display:grid;grid-template-columns:360px 1fr;gap:36px;align-items:center;margin-bottom:40px}
.product-hero .visual{background:#fff;border:1px solid rgba(67,64,51,.14);min-height:280px;border-radius:6px;overflow:hidden}
.product-hero .visual:has(img[data-fit="full"]){min-height:0}
.product-hero img{width:100%;height:320px;object-fit:cover;display:block;background:#eee8dd}
.product-hero img[data-fit="full"]{height:auto;object-fit:contain}
.product-hero img[data-fit="crop"]{height:320px;object-fit:cover}
.product-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(36px,5vw,56px);margin:10px 0 12px}
.product-detail-wrap{
  margin-top:8px;width:100%;background:transparent;box-sizing:border-box
}
.product-page .mb-product-body,
.detail-preview.mb-product-body,
.detail-preview .mb-product-body{
  isolation:isolate;width:100%!important;max-width:100%!important;
  margin-left:0!important;margin-right:0!important;
  background:transparent!important;box-sizing:border-box;
  padding:28px 0 8px
}
.mb-product-body img{max-width:100%;height:auto;display:block}
@media(max-width:800px){.product-hero{grid-template-columns:1fr}}
