.elementor-75722 .elementor-element.elementor-element-1292d1c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-2916bf0 */.cat-carousel {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    scroll-snap-type: x mandatory;
}

.cat-carousel a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 14px;
    white-space: nowrap;
    background: #fff;
    color: #333;
    text-decoration: none;
}
/* استایل کاروسل */
.custom-carousel {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* حذف کامل اسکرول‌بار در همه مرورگرها */
.custom-carousel::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.custom-carousel {
  -ms-overflow-style: none !important; /* IE و Edge قدیمی */
  scrollbar-width: none !important;    /* Firefox */
}

/* استایل آیتم‌ها */
.custom-carousel a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 8px 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  white-space: nowrap;
  background: white;
}/* End custom CSS */