.elementor-1100 .elementor-element.elementor-element-b090298{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:0;}.elementor-1100 .elementor-element.elementor-element-f1cddce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1100 .elementor-element.elementor-element-494426a .woocommerce-breadcrumb{color:#374151;font-family:"Roboto", Sans-serif;font-size:20px;}.elementor-1100 .elementor-element.elementor-element-494426a .woocommerce-breadcrumb > a{color:#DA1A33;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1100 .elementor-element.elementor-element-f68b825.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1100 .elementor-element.elementor-element-f68b825.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-1100 .elementor-element.elementor-element-f68b825.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1100 .elementor-element.elementor-element-f68b825.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-b090298 *//* خلي الرو يكون Grid */
.elementor-widget-wc-categories .row.clearfix {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* المسافة بين العناصر */
    justify-content: flex-start; /* ممكن center أو space-between */
    padding: 0;
    margin: 0;
    list-style: none;
}

/* كل كاتيجوري */
.elementor-widget-wc-categories .row.clearfix li.product-category {
    flex: 1 1 calc(33.333% - 20px); /* 3 كروت في الصف */
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
}

/* تابلت */
@media (max-width: 991px) {
  .elementor-widget-wc-categories .row.clearfix li.product-category {
      flex: 1 1 calc(50% - 20px); /* 2 في الصف */
      max-width: calc(50% - 20px);
  }
}

/* موبايل */
@media (max-width: 575px) {
  .elementor-widget-wc-categories .row.clearfix li.product-category {
      flex: 1 1 100%; /* 1 في الصف */
      max-width: 100%;
  }
}
#alligned-categories-shop-page .count{
    display: none;
}/* End custom CSS */