.product-gallery{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important;align-content:start;position:relative}.product-gallery img{width:100%;background:#fff;object-fit:contain!important;cursor:pointer;border:2px solid transparent}.product-gallery img:first-child{grid-column:1/-1!important;aspect-ratio:1!important;cursor:pointer;touch-action:pan-y}.product-gallery img:not(:first-child){grid-column:auto!important;aspect-ratio:1!important;padding:5px}.product-gallery img.selected-thumb{border-color:#ff6934}.gallery-controls{position:absolute;left:0;right:0;top:0;aspect-ratio:1;pointer-events:none}.gallery-controls button{position:absolute;top:50%;translate:0 -50%;width:42px;height:54px;border:0;border-radius:9px;background:#211f2fdd;color:#fff;font-size:34px;line-height:1;pointer-events:auto;cursor:pointer}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-count{position:absolute;right:14px;top:14px;padding:7px 10px;border-radius:999px;background:#211f2fdd;color:#fff;font-size:12px;font-weight:800}.gallery-controls small{position:absolute;left:50%;bottom:14px;translate:-50% 0;padding:7px 10px;border-radius:999px;background:#fffddf;color:#211f2f;font-size:11px;font-weight:800;white-space:nowrap}@media(max-width:540px){.product-gallery{grid-template-columns:repeat(3,1fr)!important}.gallery-controls button{width:38px;height:48px}.gallery-controls small{font-size:12px}}
