/* Scoped to the one-way hinge detail page. */
.one-way-detail .pd-media img{width:100%;height:auto;max-height:560px;object-fit:contain}
.one-way-detail figure img{display:block;width:100%;height:auto;object-fit:contain}
.one-way-detail .product-comparison{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:32px;align-items:start}
.one-way-detail .product-comparison>div{min-width:0}
.one-way-detail .product-spec-figure{max-width:900px;margin:0 auto}
.one-way-detail .product-spec-figure img{border:1px solid var(--line);border-radius:4px;background:#fff}
.one-way-detail figcaption{font-size:13px;color:var(--muted);margin-top:12px}
.one-way-detail .spec-table th{white-space:normal}
@media(max-width:760px){.one-way-detail .product-comparison,.one-way-detail .grid-2{grid-template-columns:1fr}.one-way-detail .pd-media img{max-height:420px}}
