/* Add custom CSS styles below */ 
.advanced-slider .swiper .swiper-slide-active h2 {
 color: white;
}
body {
	background: #f4f4f4;
}
.main-nav-container.fixed-pinned.fixed-header .logo-normal,
.main-nav-container.fixed-header .logo-normal,
.main-nav-container.fixed-pinned .logo-normal {
  content: url("https://i.ibb.co/PGTfJyGJ/logo.png") !important; /* الشعار بعد التثبيت/السكرول */
  
}
.main-nav-container .inner {
 padding-top: 18px !important;
 padding-bottom: 18px !important;
 border-radius : 0px 0px 20px 20px;
}

 body.enhanced_add_btn_in_mobile .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__content, body.enhanced_add_btn_in_mobile .simplified-products .s-products-slider-card .product-card--simplified .product-card__content {
        padding-top: 10px !important;
    }
.text-store-text-primary {
    color: #4c525e;
    font-size: 18px;
}
/* هذا الكلاس سيتم إضافته عبر الجافاسكربت عند السكرول */
.header-scrolled .sicon-menu,
.header-scrolled .header-btn__icon,
.header-scrolled .s-cart-summary-icon {
    color: #000000 !important; /* تغيير لون الايقونات الخطية للأسود */
}

/* خاص بأيقونة السلة إذا كانت SVG */
.header-scrolled .s-cart-summary-icon svg,
.header-scrolled .s-cart-summary-icon path {
    fill: #000000 !important; /* تعبئة اللون للأسود */
}

/* اختياري: إذا أردت تغيير لون سعر السلة والعداد للأسود أيضاً */
.header-scrolled .s-cart-summary-total,
.header-scrolled .s-cart-summary-count {
    color: #000000 !important;
}

.store-footer__curve {
display: none;
}
    .mini_top_promotion .simplified-products .product-card.product-card--simplified .product-card__promotion {
 color : black;
    }
/* تصغير حجم صور الروابط الدائرية */
.circle-links-1 .group img {
    width: 70px !important;  /* العرض الجديد */
    height: 70px !important; /* الارتفاع الجديد */
}

/* (اختياري) تقليل المسافة بين الصورة والنص إذا لزم الأمر */
.circle-links-1 .group h3 {
    margin-top: 0.5rem !important;
}
.circle-links-1 .group h3 {
font-size: small;
}