.product-gallery-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 2px;max-width:100%}
.product-gallery-thumbnails button{flex:0 0 76px;width:76px;height:68px;padding:4px;border:2px solid #dbe6e3;border-radius:10px;background:#fff;cursor:pointer}
.product-gallery-thumbnails button[aria-pressed="true"]{border-color:#0f826f}
.product-gallery-thumbnails button:focus-visible{outline:3px solid #0f826f;outline-offset:2px}
.product-gallery-thumbnails img{width:100%;height:100%;object-fit:contain}
.pd-gallery[data-product-gallery]{display:flex;flex-direction:column;min-width:0}
.pd-gallery[data-product-gallery] .pd-image{flex:1;height:auto}
