.product-gallery{grid-template-columns:72px minmax(0,1fr);gap:1.75rem;width:100%;max-width:760px;display:grid}.product-gallery .product-gallery-thumbnails{flex-direction:column;gap:.75rem;display:flex}.product-gallery .product-gallery-thumbnail{aspect-ratio:3/4;cursor:pointer;background-color:#eeeaea;border:1px solid #0000;width:72px;transition:border-color .2s,opacity .2s;position:relative;overflow:hidden}.product-gallery .product-gallery-thumbnail:hover,.product-gallery .product-gallery-thumbnail.is-active{border-color:#181818}.product-gallery .product-gallery-thumbnail:not(.is-active){opacity:.72}.product-gallery .product-gallery-thumbnail-image,.product-gallery .product-gallery-main-image{object-fit:contain;object-position:center}.product-gallery .product-gallery-main{aspect-ratio:4/5;background-color:#eeeaea;width:100%;min-height:620px;position:relative;overflow:hidden}.product-gallery.product-gallery-empty{color:#8b7e7e;min-height:420px;font-family:var(--font-inter),system-ui,sans-serif;background-color:#eeeaea;justify-content:center;align-items:center;font-size:14px;display:flex}@media (max-width:768px){.product-gallery{grid-template-columns:1fr;gap:.875rem;max-width:none}.product-gallery .product-gallery-thumbnails{flex-direction:row;order:2;justify-content:center;padding-bottom:.25rem;overflow-x:auto}.product-gallery .product-gallery-thumbnail{flex:0 0 64px;width:64px}.product-gallery .product-gallery-main{aspect-ratio:4/5;min-height:auto}}
