@media (min-width:992px){.product-gallery .container{display:grid;gap:20px;grid-template-columns:40% 60%}}.product-gallery__wrap{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}.product-gallery__thumbs{display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;width:80px}.product-gallery__thumb{border:2px solid transparent;border-radius:4px;cursor:pointer;overflow:hidden;transition:border-color .2s}.product-gallery__thumb img{aspect-ratio:1/1;display:block;object-fit:contain;width:100%}.product-gallery__thumb:hover{border-color:#a0a0a0}.product-gallery__thumb.is-selected{border-color:#e77600}.product-gallery__main{flex:1;position:relative}.product-gallery__main img{display:block;height:600px;margin:0 auto;object-fit:contain;width:600px}.product-gallery__arrow{align-items:center;background:hsla(0,0%,100%,.85);border:1px solid #ccc;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:2.5rem}.product-gallery__arrow:hover{background:#fff}.product-gallery__arrow svg{height:1.2rem;width:1.2rem}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}@media (max-width:991px){.product-gallery__wrap{flex-direction:column}.product-gallery__thumbs{flex-direction:row;overflow-x:auto;width:100%}.product-gallery__thumb{flex-shrink:0;width:64px}}