.detail-page{padding-top:32px;padding-bottom:80px}.detail-back{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:32px;color:#bbc0c9;font-size:14px}.detail-back a:hover{color:#ff3048}.detail-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:44px;align-items:start}.detail-layout .rc-gallery{min-width:0;border:1px solid #30333a;border-radius:14px;overflow:hidden;background:#191c22}.detail-layout .rc-gallery-main{width:100%;height:460px}.detail-layout .rc-gallery-main img{width:100%;height:100%;object-fit:contain}.detail-layout .rc-gallery-thumbs{padding:14px}.detail-info h1{font-size:clamp(28px,4vw,46px);letter-spacing:-.03em;line-height:1.3;margin:12px 0 18px;overflow-wrap:anywhere}.detail-price{font-size:30px;font-weight:800;margin:0;color:#ff3048}.detail-specs{margin:26px 0}.detail-specs>div{display:grid;grid-template-columns:1fr 1.25fr;gap:18px;border-bottom:1px solid #30333a;padding:13px 0}.detail-specs dt{color:#a6aab2}.detail-specs dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.detail-description{margin-top:40px;padding:28px;border:1px solid #30333a;border-radius:12px;background:#191c22}.detail-description h2{margin:0 0 14px}.detail-description p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;margin:0}.product-card h2 a:focus-visible{outline:2px solid #ff3048;outline-offset:4px}@media(max-width:760px){.detail-layout{grid-template-columns:1fr;gap:28px}.detail-layout .rc-gallery-main{height:330px}.detail-page{padding-inline:20px}.detail-description{padding:20px}.detail-specs>div{grid-template-columns:1fr 1fr}}

.detail-page{width:100%}

/* Keep detail photos at the same uncropped proportion as catalog cards. */
.detail-layout .rc-gallery-main{height:auto;aspect-ratio:16/9;background:#f5f5f5}
.detail-layout .rc-gallery-main img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:760px){.detail-layout .rc-gallery-main{height:auto;aspect-ratio:16/9}}

/* Keep the detail thumbnails inside their buttons instead of letting the
   full-size white product images overflow across the whole strip. */
.detail-layout .rc-gallery-thumbs{
  display:flex;
  gap:10px;
  overflow-x:auto;
  background:#191c22;
  scrollbar-width:thin;
}
.detail-layout .rc-gallery-thumbs button{
  flex:0 0 76px;
  width:76px;
  height:60px;
  overflow:hidden;
  padding:3px;
  background:#f5f5f5;
}
.detail-layout .rc-gallery-thumbs img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  object-fit:contain;
  object-position:center;
}
