  .brand-categories {
        background: #fff;
      }

      /* السلايدر */
      .brand-slider {
        gap: 35px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 10px 40px;
          overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE و Edge القديم */
    scrollbar-width: none;     /* Firefox */
      }
     
     

      /* العنصر */
      .brand-item {
        text-align: center;
        min-width: 140px;
        color: #222;
        text-decoration: none;
      }

      /* الدائرة */
      .brand-circle {
        width: 100px;
        height: 100px;
        /* background: #e1ab2d; */
        background: #fff7fb;
        /* background: #fffafe; */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
      }

      .brand-circle i {
        font-size: 32px;
        color: #670756;
      }

      /* النص */
      .brand-item p {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
      }

      /* الأسهم */
      .brand-arrow {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        font-size: 28px;
        color: #999;
        z-index: 10;
        width: fit-content;
      }

      .brand-arrow.prev {
        left: -10px !important;
      }

      .brand-arrow.next {
        right: -10px !important;
      }

      .brand-arrow:hover {
        color: #000;
      }