body:not(.home) #main-content {
    background-color: #F4F6FA;
}

/* Banner */
.category-banner {
    background: transparent linear-gradient(252deg, #E6EBF1 0%, #C8CDD3 100%) 0% 0% no-repeat padding-box;
    display: flex;
    column-gap: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 20px 20px 20px 190px;
    margin-bottom: 60px;
}
.category-banner img {
    mix-blend-mode: multiply;
    opacity: 0.22;
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.category-banner .category-banner-content-wrapper h1 {
    color: #67717E;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 8px;
}
.category-banner .category-banner-content-wrapper .category-description {
    font-size: 17px;
    color: black;
}
.category-banner .category-banner-content-wrapper .category-description h1 {
    font-size: 28px;
}
.category-banner .category-banner-content-wrapper .category-description p {
    line-height: 22px;
}
.category-banner .category-banner-content-wrapper .desc-read-more {
    color: var(--gamida-main-color);
    cursor: pointer;
}
.category-banner .category-banner-content-wrapper .desc-read-less {
    border-radius: 22px;
    background: var(--gamida-main-color);
    color: white;
}

/* Side filters area */
.widget-area .wd-widget-collapse .widget-title::after {
    content: '+';
    font-size: 22px;
    color: var(--gamida-main-color);
}
.widget-area .wd-widget-collapse.wd-opened .widget-title::after {
    content: '_';
    padding-bottom: 27px;
    background-color: unset;
}
.widget-area .widget-title {
    font-size: 21px;
    font-weight: bold;
    color: #67717E;
}
#custom_html-2 .widget-title {
    font-size: 32px;
    font-weight: bold;
    cursor: unset;
}
#custom_html-2 .widget-title::after {
    content: '';
    opacity: 0;
}
#custom_html-2 .textwidget {
    display: none !important;
}

/* Products grid */
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn {
    width: 100%;
}
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn a {
    width: 100%;
    background-color: var(--gamida-main-color) !important;
    padding: 5px 0;
    color: white;
    border-radius: 22px;
}
.wd-products .product-wrapper .wd-bottom-actions .wd-add-btn a span {
    font-size: 21px !important;
}
.wd-products .product-wrapper .webology_archive_buttons_container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: 1px solid #F0EDF4;
    padding: 20px 15px;
    display: none;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 2px 2px 2px #C8CDD374;
}
.wd-hover-with-fade.hover-ready:hover .webology_archive_buttons_container {
    display: flex;
}
.wd-hover-with-fade.hover-ready:hover .webology_archive_buttons_container .archive_buttons_separator {
    height: 2px;
    width: 30px;
    background-color: #E6EBF1;
}
.wd-products .product-wrapper .webology_archive_buttons_container .wd-action-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}


/* Categories grid */
.wd-products-element .category-grid-item:hover .wd-cat-image {
    background: #F4F6FA;
}
.wd-products-element .category-grid-item img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.wd-products-element .category-grid-item .wd-cat-inner.wrapp-category {
    border-radius: 12px;
    border: 1px solid #F0EDF4;
}
.wd-products-element .category-grid-item .wd-cat-inner.wrapp-category .category-image-wrapp {
    background: #F4F6FA;
    padding: 25px 25px 50px 25px;
}
.wd-products-element .category-grid-item .wd-entities-title {
    color: var(--gamida-main-color);
}
.wd-products-element .category-grid-item .wd-cat-count.more-products {
    color: var(--gamida-main-color);
}


/* Laptop */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .category-banner {
        flex-direction: column;
        padding: 20px;
    }
}


/* Mobile */
@media screen and (max-width: 768px) {    
    .category-banner {
        flex-direction: column;
        padding: 20px;
    }
    .category-banner img {
        display: none;
    }

    .wd-shop-tools .wd-burger-icon > a::before {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url('https://gmida.webology.co.il/safety/wp-content/uploads/sites/2/2025/12/filter-svgrepo-com.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .wd-products-element .category-grid-item .wd-cat-inner.wrapp-category .category-image-wrapp {
        padding: 5px;
    }

    .products .wd-product .product-wrapper {
        height: 100%;
        padding: 5px;
    }
    .wd-shop-tools .woocommerce-ordering.wd-ordering-mb-icon select {
        color: #67717E !important;
        font-size: 0;
    }
}