/* FODOR 7.0.16 — visor propio, independiente de FlexSlider */
.single-product .product.fodor-has-cp .woocommerce-product-gallery{width:100%;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;opacity:1!important}
.single-product .product.fodor-has-cp .woocommerce-product-gallery.fodor-gallery-custom-active>.flex-viewport,
.single-product .product.fodor-has-cp .woocommerce-product-gallery.fodor-gallery-custom-active>.woocommerce-product-gallery__wrapper,
.single-product .product.fodor-has-cp .woocommerce-product-gallery.fodor-gallery-custom-active>.flex-control-thumbs{display:none!important}
.single-product .product.fodor-has-cp .fodor-gallery-viewer{display:flex!important;width:100%;aspect-ratio:1/1;align-items:center;justify-content:center;overflow:hidden;background:#fff;box-sizing:border-box}
.single-product .product.fodor-has-cp .fodor-gallery-main{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;margin:0!important}
.single-product .product.fodor-has-cp .fodor-gallery-banner{display:flex!important;align-items:center;gap:6px;width:100%;margin:10px 0 16px;padding:6px;border:1px solid #dfe4ee;border-radius:9px;background:#fff;box-sizing:border-box}
.single-product .product.fodor-has-cp .fodor-gallery-track{display:flex;gap:7px;overflow-x:auto;overflow-y:hidden;flex:1;min-width:0;scroll-behavior:smooth;scrollbar-width:thin}
.single-product .product.fodor-has-cp .fodor-gallery-thumb{flex:0 0 62px;width:62px;height:48px;padding:3px!important;margin:0!important;border:1px solid #edf0f5!important;border-radius:6px!important;background:#fff!important;cursor:pointer;box-sizing:border-box}
.single-product .product.fodor-has-cp .fodor-gallery-thumb.is-active{border:2px solid #7046f5!important}
.single-product .product.fodor-has-cp .fodor-gallery-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important}
.single-product .product.fodor-has-cp .fodor-gallery-arrow{flex:0 0 26px;width:26px;height:38px;padding:0!important;margin:0!important;border:1px solid #d9deea!important;border-radius:6px!important;background:#fff!important;color:#30384a!important;font-size:22px!important;line-height:34px!important;font-weight:700!important;cursor:pointer!important;box-shadow:none!important}
.single-product .product.fodor-has-cp .fodor-gallery-arrow:hover{background:#f5f2ff!important;color:#7046f5!important}
.single-product .product.fodor-has-cp .woocommerce-product-gallery>.fodor-left-layout-host{width:100%!important;max-width:100%!important;min-width:0!important;clear:both!important;box-sizing:border-box!important}

/* v7.0.18: flechas táctiles móviles */
.single-product .product.fodor-has-cp .fodor-gallery-arrow{
    position:relative!important;
    z-index:20!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent;
    user-select:none!important;
    -webkit-user-select:none!important;
}
@media(max-width:767px){
    .single-product .product.fodor-has-cp .fodor-gallery-arrow{
        min-width:28px!important;
        width:28px!important;
        height:40px!important;
    }
}
