.product-gallery{position:relative;overflow:hidden}.product-gallery .swiper-wrapper{display:flex}.product-gallery .swiper-slide{flex-shrink:0;width:100%}.product-gallery .swiper-pagination{bottom:10px!important}.product-gallery .swiper-pagination-bullet{background:rgba(212,175,55,.5);opacity:1}.product-gallery .swiper-pagination-bullet-active{background:#d4af37}.product-gallery .swiper-button-prev,.product-gallery .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(0,0,0,.7);border-radius:50%;color:#d4af37;transition:all .3s ease;opacity:0}.product-gallery:hover .swiper-button-prev,.product-gallery:hover .swiper-button-next{opacity:1}.product-gallery .swiper-button-prev:hover,.product-gallery .swiper-button-next:hover{background:rgba(0,0,0,.9);color:#ffd700}.product-gallery .swiper-button-prev{left:10px}.product-gallery .swiper-button-next{right:10px}.product-gallery .swiper-button-prev::after{content:"‹";font-size:18px;font-weight:700}.product-gallery .swiper-button-next::after{content:"›";font-size:18px;font-weight:700}.pagination .page-numbers{display:inline-flex;align-items:center;gap:.5rem}.pagination .page-numbers li{list-style:none}.pagination .page-numbers a,.pagination .page-numbers .current{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;color:#d4d4d4;background:#1a1a1a;border:1px solid #404040;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease}.pagination .page-numbers a:hover,.pagination .page-numbers .current{color:#000;background:#d4af37;border-color:#d4af37}.pagination .page-numbers .dots{color:#737373;padding:0 .5rem}