.detail-art.product-photo{position:relative}
.product-perspective-controls{display:none}
.product-gallery{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:start}
.product-gallery.single-view{grid-template-columns:1fr}
.product-gallery.single-view .product-thumbnails{display:none}
.product-gallery>.detail-art{width:100%;min-width:0}
.product-thumbnails{display:grid;gap:10px;align-content:start;max-height:760px;overflow-y:auto;scrollbar-width:thin}
.product-thumbnail{width:82px;aspect-ratio:1;border:1px solid rgba(255,255,255,.22);background:#f4f4f2;padding:5px;cursor:pointer;overflow:hidden;transition:border-color .25s,background .25s,transform .25s}
.product-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}
.detail-art.product-video{padding:0;background:#050505;overflow:hidden;cursor:default}.detail-art.product-video video{display:block;width:100%;height:100%;object-fit:contain;background:#050505}
.product-thumbnail:hover{border-color:#888;transform:translateX(3px)}
.product-thumbnail.selected{border-color:var(--red);background:#fff;box-shadow:0 0 0 1px rgba(229,47,47,.2)}
@media(max-width:760px){.product-gallery{grid-template-columns:1fr;gap:12px}.product-gallery>.detail-art{grid-row:1}.product-thumbnails{grid-row:2;display:flex;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:2px}.product-thumbnail{flex:0 0 70px;width:70px}.product-thumbnail:hover{transform:none}}
