.box_prod .img_prod.product-gallery{position:relative;touch-action:pan-y pinch-zoom}
.box_prod .product-gallery>a{display:flex;width:80%;aspect-ratio:1;margin:0 auto;align-items:center;justify-content:center;overflow:hidden}
.box_prod .product-gallery>a>img{width:100%;height:100%;max-width:100%;object-fit:contain}
.box_prod .product-gallery .pg-arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:34px;height:40px;padding:0;margin:0;background:rgba(255,255,255,.88);color:#111;border-radius:5px;font-size:21px;line-height:1;opacity:0;pointer-events:none;transition:opacity .15s;z-index:2}
.box_prod .product-gallery .pg-prev{left:10%}
.box_prod .product-gallery .pg-next{right:10%}
.box_prod .product-gallery:hover .pg-arrow,.box_prod .product-gallery:focus-within .pg-arrow{opacity:1;pointer-events:auto}
.box_prod .product-gallery .pg-dots{position:absolute;bottom:5px;left:10%;width:80%;display:flex;justify-content:center;flex-wrap:wrap;z-index:2}
.box_prod .product-gallery .pg-dot{display:flex;align-items:center;justify-content:center;width:5px;height:5px;padding:0;margin:0;background:transparent;border-radius:0}
.box_prod .product-gallery .pg-dot:before{content:"";width:2px;height:2px;border-radius:50%;background:#777;box-shadow:0 0 1px 1px #fff;transition:transform .15s}
.box_prod .product-gallery .pg-dot[aria-current=true]:before{transform:scale(1.5)}
.box_prod .product-gallery button:focus-visible{outline:2px solid #2f408f;outline-offset:2px}
@media(hover:none){.box_prod .product-gallery .pg-arrow{display:none}}
