body [data-sepahan-auto-scroll] .sepahan-products-strip-scroll,
body [data-sepahan-auto-scroll] .sepahan-products-15-viewport,
body [data-sepahan-auto-scroll].sepahan-image-cats-scroll,
body [data-sepahan-auto-scroll] .sepahan-image-cats-scroll,
body [data-sepahan-auto-scroll] .sepahan-shop-brands-scroll,
body [data-sepahan-auto-scroll].sepahan-category-grid-section .sepahan-category-grid,
body [data-sepahan-auto-scroll] .sepahan-category-grid{
  scroll-behavior:auto!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  overscroll-behavior-inline:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
body [data-sepahan-auto-scroll] .sepahan-products-strip-scroll::-webkit-scrollbar,
body [data-sepahan-auto-scroll] .sepahan-products-15-viewport::-webkit-scrollbar,
body [data-sepahan-auto-scroll].sepahan-image-cats-scroll::-webkit-scrollbar,
body [data-sepahan-auto-scroll] .sepahan-image-cats-scroll::-webkit-scrollbar,
body [data-sepahan-auto-scroll] .sepahan-shop-brands-scroll::-webkit-scrollbar,
body [data-sepahan-auto-scroll].sepahan-category-grid-section .sepahan-category-grid::-webkit-scrollbar,
body [data-sepahan-auto-scroll] .sepahan-category-grid::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
body [data-sepahan-auto-scroll].sepahan-category-grid-section .sepahan-category-grid,
body [data-sepahan-auto-scroll] .sepahan-category-grid{display:flex!important;flex-wrap:nowrap!important;gap:var(--scg-gap,16px)!important;direction:rtl!important}
body [data-sepahan-auto-scroll].sepahan-category-grid-section .sepahan-category-grid-card,
body [data-sepahan-auto-scroll] .sepahan-category-grid-card{flex:0 0 var(--scg-scroll-item-width,320px)!important;max-width:var(--scg-scroll-item-width,320px)!important}
body [data-sepahan-auto-scroll] .sepahan-products-15-slide[aria-label]{scroll-snap-align:start!important}


/* Brand carousel: no scroll into empty space after the last real card. */
body .sepahan-shop-brands-section .sepahan-shop-brands-scroll{
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-y!important;
}
body .sepahan-shop-brands-section .sepahan-shop-brands-list{
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  flex:0 0 auto!important;
}
body .sepahan-shop-brands-section .sepahan-shop-brands-scroll.sepahan-brand-no-overflow{
  overflow-x:hidden!important;
  cursor:default!important;
}
