/* Add custom CSS styles below */ 
.slide--cat-entry img {
    border-radius: 46px;
}

/* استهدف كل السلايدرز من نفس النوع */
.cats-banners-slider .swiper-wrapper {
    display: flex !important;
    gap: 16px !important;
    transform: none !important;
}

.cats-banners-slider .swiper {
    overflow: visible !important;
}

.cats-banners-slider .swiper-slide {
    width: calc(25% - 12px) !important;
    flex-shrink: 0 !important;
}

@media (max-width: 768px) {
    .cats-banners-slider .swiper-slide {
        width: calc(50% - 10px) !important;
    }
}

.cats-banners-slider .c-or-b-slide-item {
    height: 320px !important;
    border-radius: 20px !important;
    overflow: hidden;
}

/* اخفاء النقاط */
.cats-banners-slider .swiper-pagination {
    display: none !important;
}



/* خلفية الفوتر */
.store-footer {
    background: linear-gradient(135deg, #0f0f1a, #1c0f2e);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* العنوان الرئيسي */
.footer-head h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* وصف المتجر */
.footer-head-description {
    color: #b8b8c7;
    font-size: 14px;
}


/* عناوين الأقسام */
.footer-body h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.footer-body h3::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #6c2bd9;
    position: absolute;
    bottom: -5px;
    right: 0;
}

/* الروابط */
.footer-body a {
    color: #cfcfe6;
    transition: 0.3s;
}

.footer-body a:hover {
    color: #ffffff;
    padding-right: 5px;
}

/* أيقونات التواصل */
.contact-links span {
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
}

/* الحساب */
.account-links a {
    background: rgba(255,255,255,0.03);
    padding: 6px 10px;
    border-radius: 8px;
    transition: 0.3s;
}

.account-links a:hover {
    background: #6c2bd9;
}

/* الجزء السفلي */
.copyright-container {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 30px;
}

.copyright-text {
    color: #aaa;
}

/* الدفع */
.s-payments-list img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.s-payments-list img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


.social-link {
    background: #fff !important;
    transform: translateY(-3px);
}