/** Task 33837: catalog gallery mobile/touch refinements. */
@media (max-width: 768px) {
    .product-image-section.touching .catalog-gallery-nav {
        opacity: 1 !important;
    }

    .catalog-gallery-nav {
        padding: 0 10px !important;
    }

    .catalog-gallery-arrow {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .catalog-gallery-arrow svg {
        width: 14px !important;
        height: 18px !important;
    }
}

@media (max-width: 480px) {
    .catalog-gallery-nav {
        padding: 0 8px !important;
    }

    .catalog-gallery-arrow {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .catalog-gallery-arrow svg {
        width: 13px !important;
        height: 17px !important;
    }
}
