.section-scroll-shell {
  position: relative;
  width: 100%;
}

.section-scroll-shell > .top_main_cate,
.section-scroll-shell > .cate_box_group,
.section-scroll-shell > .faves,
.section-scroll-shell > .shopby_trend,
.section-scroll-shell > .brand_section,
.section-scroll-shell > .budget_section,
.section-scroll-shell > .product_sections,
.section-scroll-shell > .product_section,
.section-scroll-shell > .product-section {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.section-scroll-shell > .top_main_cate::-webkit-scrollbar,
.section-scroll-shell > .cate_box_group::-webkit-scrollbar,
.section-scroll-shell > .faves::-webkit-scrollbar,
.section-scroll-shell > .shopby_trend::-webkit-scrollbar,
.section-scroll-shell > .brand_section::-webkit-scrollbar,
.section-scroll-shell > .budget_section::-webkit-scrollbar,
.section-scroll-shell > .product_sections::-webkit-scrollbar,
.section-scroll-shell > .product_section::-webkit-scrollbar,
.section-scroll-shell > .product-section::-webkit-scrollbar {
  display: none;
}

.section-scroll-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.section-scroll-shell.has-scroll .section-scroll-nav {
  display: inline-flex;
}

.section-scroll-nav.prev {
  left: 10px;
}

.section-scroll-nav.next {
  right: 10px;
}

.section-scroll-nav i {
  font-size: 16px;
  pointer-events: none;
}

.section-scroll-nav:hover,
.section-scroll-nav:focus-visible {
  background: #000;
  transform: translateY(-50%) scale(1.05);
}

.section-scroll-nav:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.section-scroll-nav.is-disabled,
.section-scroll-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 767px) {
  .section-scroll-nav {
    display: none !important;
  }
  .scroll_btn {
    display: none !important;
  }
}
