.product-page{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:start;gap:36px}.product-gallery{min-width:0;width:100%;position:sticky;top:96px}.gallery-main{position:relative;width:100%;height:min(620px,62vh);min-height:420px;aspect-ratio:auto;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#f7f8fa;display:flex;align-items:center;justify-content:center;font-size:medium}.gallery-main>img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.gallery-main .product-no-image{width:100%;height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;background:linear-gradient(145deg,#f7f9fb,#eef3f7);color:#718096}.gallery-main .product-no-image .no-image-icon{font-size:54px;line-height:1;color:#a6b3c1}.gallery-main .product-no-image strong{font-size:18px;color:#536273}.gallery-main .product-no-image small{font-size:12px;color:#8995a3}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(36,50,74,.14);background:rgba(255,255,255,.92);box-shadow:0 5px 18px rgba(36,50,74,.14);display:grid;place-items:center;color:var(--ink);font-size:30px;line-height:1}.gallery-arrow:hover{background:#fff}.gallery-arrow-left{left:14px}.gallery-arrow-right{right:14px}.gallery-counter{position:absolute;right:14px;bottom:14px;border-radius:999px;background:rgba(36,50,74,.8);color:#fff;padding:6px 10px;font-size:12px;font-weight:800}.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 5px}.thumbs button{flex:0 0 78px;width:78px;height:78px;padding:0;border-radius:13px;background:#fff;border:2px solid transparent;overflow:hidden;display:grid;place-items:center}.thumbs button.active{border-color:var(--coral)}.thumbs button img{width:100%;height:100%;object-fit:cover;display:block}.thumb-no-image{font-size:24px;color:#9aa6b4}.product-detail{min-width:0}.product-detail h1{overflow-wrap:anywhere}.product-detail>p{line-height:1.55}.product-seller-detail{margin:0;color:#526174}.product-seller-detail strong{color:var(--ink)}@media(max-width:900px){.product-page{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.gallery-main{height:min(520px,58vh);min-height:330px}.product-detail h1{font-size:34px}}@media(max-width:620px){.product-page{padding-top:24px}.gallery-main{height:420px;min-height:0;border-radius:16px}.gallery-arrow{width:38px;height:38px}.gallery-arrow-left{left:8px}.gallery-arrow-right{right:8px}.gallery-counter{right:9px;bottom:9px}.thumbs button{flex-basis:64px;width:64px;height:64px}.price-large,.product-detail h1{font-size:30px}}@media(max-width:420px){.gallery-main{height:340px}}