.catalog-card .product-visual{background:#fff;padding:0}
.catalog-card .product-visual img{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}
.catalog-card .product-visual .quick-add{opacity:1;transform:none}
.catalog-card .product-info h3{max-width:245px}
.catalog-card .product-info p{max-width:250px;line-height:1.35}
.catalog-card .product-price{white-space:nowrap}
.product-detail-live{display:grid;grid-template-columns:1.08fr .92fr;min-height:700px;border-bottom:1px solid var(--line)}
.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;background:#efe5d5}
.product-gallery figure{position:relative;margin:0;min-height:260px;background:#fff;overflow:hidden}
.product-gallery figure:first-child{grid-column:1/-1;min-height:420px}
.product-gallery img{display:block;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}
.product-gallery figcaption{position:absolute;left:12px;bottom:12px;padding:6px 8px;background:rgba(247,243,234,.9);font-family:var(--mono);font-size:9px;text-transform:uppercase}
.live-detail-side{display:flex;flex-direction:column;justify-content:center;padding:72px 8vw 72px 7vw;background:var(--paper)}
.live-detail-side h1{margin:15px 0 10px;max-width:580px;font-size:clamp(42px,5.4vw,78px);line-height:.9}
.live-detail-price{font-family:var(--mono);font-size:11px;text-transform:uppercase;color:var(--coral)}
.live-detail-intro{max-width:530px;margin:28px 0;color:var(--muted);font-size:16px;line-height:1.55}
.live-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 30px;padding:17px 0;border-block:1px solid var(--line);font-family:var(--mono);font-size:10px;line-height:1.45;text-transform:uppercase}
.live-detail-list strong{display:block;margin-bottom:4px;font-family:var(--display);font-size:13px;font-weight:500;text-transform:none}
.live-detail-side .button{align-self:flex-start}
.detail-copy-section{padding-top:72px;padding-bottom:90px}
.detail-copy-section .copy-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:35px}
.detail-copy-section .copy-block{padding:24px;background:var(--yellow);min-height:190px}
.detail-copy-section .copy-block:nth-child(2){background:var(--blue)}
.detail-copy-section .copy-block:nth-child(3){background:var(--pink)}
.detail-copy-section .copy-block h3{font-size:24px;line-height:1}
.detail-copy-section .copy-block p,.detail-copy-section .copy-block li{margin-top:12px;color:rgba(17,17,19,.7);font-size:13px;line-height:1.5}
.detail-copy-section .copy-block ul{padding-left:18px}
.product-loading{min-height:58vh}
@media(max-width:900px){.product-detail-live{grid-template-columns:1fr}.product-gallery{min-height:520px}.live-detail-side{padding:65px 7vw 80px}.detail-copy-section .copy-columns{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.product-gallery{grid-template-columns:1fr}.product-gallery figure:first-child{grid-column:auto;min-height:360px}.product-gallery figure{min-height:300px}.live-detail-list,.detail-copy-section .copy-columns{grid-template-columns:1fr}.detail-copy-section{padding-top:62px}}
