.product-detail{align-items:start}
.product-detail .product-gallery{display:block;min-width:0;align-self:start}
.product-gallery-stage{position:relative;border:1px solid #e4e7ea;border-radius:12px;overflow:hidden;background:#fff;touch-action:pan-y}
.product-gallery-stage .product-media{border:0;border-radius:0;margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:min(65vh,650px);min-height:280px}
.product-gallery-stage .product-media img,.product-gallery-stage .product-media video,.product-gallery-stage .product-media iframe,.product-gallery-stage .product-media model-viewer{width:100%;height:100%;max-height:100%;object-fit:contain}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);border:1px solid #d6dce2;background:#fffffff2;border-radius:50%;width:42px;height:42px;font-size:30px;line-height:1;box-shadow:0 2px 8px #18263815}
.gallery-previous{left:12px}.gallery-next{right:12px}
.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 3px 5px;scrollbar-width:thin;overscroll-behavior-x:contain}
.product-thumbnails button{flex:0 0 76px;width:76px;height:76px;background:#fff;border:1px solid #d6dce2;border-radius:8px;padding:5px}
.product-thumbnails button[aria-pressed=true]{border:2px solid var(--ink);box-shadow:0 0 0 2px var(--gold)}
.product-thumbnails img{width:100%;height:100%;object-fit:contain}
.product-buy-row{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:end;margin:18px 0 14px}
.product-buy-row label{font-size:16px;margin-bottom:9px}
.product-quantity{display:grid;grid-template-columns:46px minmax(0,1fr) 46px;border:1px solid var(--ink);border-radius:5px;overflow:hidden;height:54px}
.product-quantity button{border:0;font-size:25px;padding:0;background:#fff}
.product-quantity input.quantity-input{width:100%;height:100%;border:0;border-left:1px solid var(--ink);border-right:1px solid var(--ink);border-radius:0;padding:0;text-align:center;margin:0;font-size:19px;appearance:textfield;-moz-appearance:textfield}
.product-quantity input::-webkit-inner-spin-button,.product-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.product-buy-row .product-add{width:100%;min-height:54px;margin:0;text-transform:uppercase;letter-spacing:.04em}
.product-purchase .product-buy-now{display:flex;width:100%;min-height:52px;margin:0 0 24px;font-size:18px}
.product-description{overflow-wrap:anywhere}
@media(min-width:1024px){.product-detail>.product-gallery{position:sticky;top:20px}.product-gallery-stage .product-media{height:min(65vh,650px)}}
@media(max-width:719px){.product-buy-row{grid-template-columns:140px minmax(0,1fr);gap:10px}.product-quantity{grid-template-columns:38px minmax(0,1fr) 38px}.product-buy-row .product-add{font-size:14px;padding:10px}.product-gallery-stage .product-media{height:380px;height:min(100vw,450px);min-height:240px}.product-thumbnails button{flex-basis:64px;width:64px;height:64px}}
.quick-shop-content .product-gallery{position:static;max-height:none;overflow:visible}.quick-shop-content .product-gallery-stage .product-media{height:320px;min-height:200px}
