.image-gallery{gap:16px;width:100%;min-width:0;display:flex}.thumbnail-gallery{flex-direction:column;flex-shrink:0;gap:12px;display:flex}.thumbnail-wrapper{cursor:pointer;border:2px solid #0000;border-radius:8px;width:80px;height:80px;transition:all .3s;overflow:hidden}.thumbnail-wrapper.active{border-color:var(--eco-green-accessible)}.thumbnail-image{object-fit:contain;width:100%;height:100%}.main-image-container{cursor:zoom-in;border-radius:16px;flex:1;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.product-main-image{object-fit:contain;width:100%;max-width:500px;height:auto;max-height:600px}.modal-content{justify-content:center;align-items:center;gap:24px;display:flex;position:relative}.modal-prev-btn,.modal-next-btn,.modal-close-btn{color:#fff;z-index:10;background:#0006;position:absolute;top:50%;transform:translateY(-50%)}.modal-prev-btn{left:16px}.modal-next-btn{right:16px}.modal-close-btn{top:16px;right:16px;transform:none}.modal-prev-btn:hover,.modal-next-btn:hover,.modal-close-btn:hover{background:#0009}@media (max-width:768px){.image-gallery{flex-direction:column-reverse}.thumbnail-gallery{flex-direction:row;padding-bottom:4px;overflow-x:auto}.thumbnail-wrapper{flex:0 0 60px;width:60px;height:60px}.product-main-image{object-fit:contain;max-height:380px}.modal-content img{max-width:86vw;height:auto}}
