/* وسائط العرض الصغيرة */
@media (max-width: 767px) {
    .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-block:not(.home-block--bg):not(.home-block--main-slider) {
        padding: 10px !important;
    }
    .footer__top .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-block.home-block--store-features .col-md-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .home-block--store-features {
        padding-top: 10px !important;
    }
}

/* تصميم الفوتر */
footer .title--has-dash::after {
    content: "";
    display: block;
    width: 100% !important;
    height: 5px !important;
    background: radial-gradient(circle, rgb(97 200 97) 0%, rgb(58 155 58) 100%);
    margin-top: 5px !important;
}
.footer__block {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
    height: 100%;
}
.footer .footer-list--row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* تصميم آراء العملاء */
.testimonial-entry {
    border: 2px solid #61c061 !important;
}
.splide--testimonials .splide__slide {
    border: 3px solid #61c061;
    border-radius: 10px;
}

/* أزرار "إضافة للسلة" */
.btn--floated.btn--add-to-cart {
    position: initial;
    display: block;
    width: 90%;
    border-radius: 99px !important;
    margin: 0px 15px 10px !important;
    transform: none !important;
    padding: 10px 10px 10px 2px !important;
}
.btn--add-to-cart i::after {
    content: "\ef36";
    margin-left: 8px;
    color: #fff;
}
.btn--add-to-cart {
    background: linear-gradient(54deg, rgba(97,200,97,1) 0%, rgba(58,155,58,1) 94%) !important;
    transition: all 0.4s ease !important;
}
.btn--add-to-cart:hover {
    background-color: #a4d6a4 !important;
}

/* الشارات */
.badge--primary {
    color: #fff;
    background-color: #4caf50;
    animation: blinkingBackground 5s infinite !important;
}
@keyframes blinkingBackground {
    0% {background-color: #fff0;}
    25% {background-color: #4caf50;}
    50% {background-color: #fff0;}
    75% {background-color: #4caf50;}
    100% {background-color: #fff0;}
}

/* نصوص المنتجات في الشاشات الصغيرة */
@media (max-width:576px) {
    .products-list-container .product-block h2 {
        font-size: 12px;
        text-align: center;
    }
    .products-list-container .product-block .price-wrapper {
        text-align: center;
    }
}

/* إخفاء البريد الإلكتروني */
a[href="mailto:tagplus50@gmail.com"] {
    display: none !important;
}

/* القوائم في الهيدر */
.nav-desktop--horizontal>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}