.elementor-kit-3049{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c092edf:#0628E1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3049 button,.elementor-kit-3049 input[type="button"],.elementor-kit-3049 input[type="submit"],.elementor-kit-3049 .elementor-button{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* حاوية كل صنف */
.cat-section {
    margin-bottom: 60px;
}

/* عنوان الصنف */
.cat-title {
    font-size: 22px;
    font-weight: bold;
    border-right: 4px solid #e63946;
    padding-right: 12px;
    margin-bottom: 20px;
}

.cat-title a {
    color: #222;
    text-decoration: none;
}

/* المنتجات أفقياً في صف واحد */
.cat-section ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* بطاقة المنتج */
.cat-section ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* زر عرض الكل */
.view-all-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.view-all-btn:hover {
    background: #333;
    color: #fff;
}

/* الجوال - عمودان فقط */
@media (max-width: 768px) {
    .cat-section ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.wcfm-stores-section {
    margin: 40px 0;
}

.wcfm-stores-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wcfm-store-item {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.wcfm-store-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.wcfm-store-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.store-banner {
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
}

.store-info {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-logo {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
    border: 2px solid #eee;
}

.store-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* الجوال */
@media (max-width: 768px) {
    .wcfm-stores-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.view-all-stores-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #2e7d32;
    border-radius: 25px;
    color: #2e7d32;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
}

.view-all-stores-btn:hover {
    background: #2e7d32;
    color: #fff;
}/* End custom CSS */