.elementor-155 .elementor-element.elementor-element-7f2c64e{--thim-ekits-product-columns:repeat(3, 1fr);}.elementor-155 .elementor-element.elementor-element-a6c95d8 .thim-ekits-search-form .input-group {flex-direction:row;}.elementor-155 .elementor-element.elementor-element-a6c95d8 .thim-ekits-search-form .button-search i,
                    .elementor-155 .elementor-element.elementor-element-a6c95d8 .thim-ekits-search-form .button-search .text{color:var( --e-global-color-accent );}.elementor-155 .elementor-element.elementor-element-a6c95d8 .thim-ekits-search-form .button-search svg path{stroke:var( --e-global-color-accent );}.elementor-155 .elementor-element.elementor-element-a6c95d8 .thim-ekits-search-form .button-search{background-color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-155 .elementor-element.elementor-element-7f2c64e{--thim-ekits-product-columns:repeat(2, 1fr);}}@media(max-width:767px){.elementor-155 .elementor-element.elementor-element-7f2c64e{--thim-ekits-product-columns:repeat(1, 1fr);}}/* Start custom CSS for thim-ekits-list-product, class: .elementor-element-7f2c64e *//* تحويل العرض إلى 4 بطاقات في السطر */
.thim-ekits-product__inner {
    direction: rtl !important;
}
.thim-ekits-product__inner {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: flex-start !important;
}

.thim-ekits-product__item {
    width: calc(25% - 15px) !important; /* 4 بطاقات في السطر */
    background: #fff;
    border-radius: 30px !important;
    padding: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: 0.4s !important;
    text-align: center;
    box-sizing: border-box;
}

.thim-ekits-product__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.onsale {
    background-color: #FF7070 !important; /* اللون الأحمر */
    color: #ffffff !important;           /* لون النص الأبيض */
    padding: 5px 15px !important;        /* مساحة داخلية للبادج */
    border-radius: 20px !important;      /* حواف دائرية عصرية */
    font-size: 0.85rem !important;
    font-weight: bold !important;
}

/* تنسيق الصورة */
.thim-ekits-product__item img {
    border-radius: 20px !important;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    margin-bottom: 15px !important;
}

/* تنسيق العنوان والسعر */
.woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    color: #007BFF !important;
    margin-bottom: 10px !important;
}

.price {
    display: block;
    margin-bottom: 15px !important;
    font-weight: bold;
    color: #FF7070;
}

/* تنسيق زر إضافة للسلة */
.add_to_cart_button {
    display: inline-block !important;
    padding: 10px 20px !important;
    background: #007BFF !important;
    color: #fff !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}

.add_to_cart_button:hover {
    background: #FF7070 !important;
}

/* التجاوب مع التابلت والموبايل */
@media (max-width: 1024px) {
    .thim-ekits-product__item { width: calc(50% - 10px) !important; }
}

@media (max-width: 768px) {
    .thim-ekits-product__item { width: 100% !important; }
}/* End custom CSS */