/* Hide native horizontal scrollbar under PDP image gallery; keep prev/next arrows. */
#gallery [data-track],
#gallery-main {
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

#gallery [data-track]::-webkit-scrollbar,
#gallery-main::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
