/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
.product-gallery{box-sizing:border-box;background-color:#ffc52f;border-radius:8px;width:100%;height:600px;padding:2rem 1rem 6rem;position:relative;overflow:hidden}.product-gallery__container{width:100%;max-width:700px;height:100%;margin:0 auto;position:relative}.product-gallery__images{justify-content:center;align-items:center;width:100%;height:calc(100% - 60px);padding:0 60px;display:flex;position:relative}.product-gallery__image{opacity:0;pointer-events:none;justify-content:center;align-items:center;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:60px;right:60px}.product-gallery__image.active{opacity:1;pointer-events:auto;z-index:1}.product-gallery__image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.product-gallery__arrow{z-index:10;cursor:pointer;color:#000;background:0 0;border:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery__arrow:hover{opacity:.7;transform:translateY(-50%)scale(1.1)}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow--next{right:1rem}.product-gallery__arrow svg{width:50px;height:50px;display:block}.product-gallery__dots{z-index:2;justify-content:center;gap:.75rem;margin-top:1rem;display:flex;position:relative}.product-gallery__dot{cursor:pointer;background-color:#0000004d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.product-gallery__dot:hover{background-color:#00000080}.product-gallery__dot.active{background-color:#000;transform:scale(1.3)}.product-gallery__pattern{background-position:bottom;background-repeat:repeat-x;background-size:contain;height:60px;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.product-gallery{height:auto;padding:2rem 1rem 6rem}.product-gallery__container{height:450px}.product-gallery__images{height:calc(100% - 60px);padding:0 50px}.product-gallery__image{left:50px;right:50px}.product-gallery__arrow,.product-gallery__arrow svg{width:40px;height:40px}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__pattern{height:60px}}@media (max-width:480px){.product-gallery__container{height:350px}.product-gallery__images{padding:0 40px}.product-gallery__image{left:40px;right:40px}.product-gallery__arrow,.product-gallery__arrow svg{width:35px;height:35px}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}}