.btn--add-to-cart .s-button-text ,
  .s-add-product-button-with-quick-buy  .s-button-text{
    position: relative; /* لتمكين وضع العنصر الجديد */
    color: transparent; /* إخفاء النص الأصلي */
    transition: color 0.3s ease; /* تأثير التغيير */
}

 .btn--add-to-cart .s-button-text::before ,
  .s-add-product-button-with-quick-buy  .s-button-text::before {
    content: "اضف تبرعك "; /* النص الجديد */
    position: absolute;
    top: 0;
    left: 0;
    color: #25703e; /* لون النص الافتراضي */
    width: 100%; /* ملء المساحة بالكامل */
    height: 100%;
    text-align: center; /* محاذاة النص في المنتصف */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease; /* تأثير التغيير */
}



div.store-content > section:nth-child(2){
     margin:0 !important;
 }
div.store-content > section:nth-child(2) > div ,
 div.store-content > section:nth-child(4) > div{
    max-width:100%;
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
}
div.store-content > section:nth-child(2) > div img ,
 div.store-content > section:nth-child(4) > div img{
     border-radius:0 !important;
 }

.md\:grid-cols-2 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
 

.s-block--banners .grid.item_5 .banner-entry:last-child,.s-block--banners .grid.item_3 .banner-entry:last-child,.s-block--banners .grid.item_1 .banner-entry:last-child {
    grid-column: span 1 / span 1 !important;
    }
footer.store-footer {
    background: #156f3c !important;
    color: #fff !important;
}

@media(max-width:767px){

.achievement {
    background: #ffffff;
    color: #156f3c;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 48% !important;
    text-align: center;
    BORDER: 1px solid #25703e;
}
.achievements-container {
    display: flex;
    justify-content: center;
    gap: 50px;
  
}
.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;;
}}






/* تصميم الخلفية لقسم الإنجازات */
.achievements-section {
    background: #156f3c;
    color: #ffffff;
    text-align: center;
    padding: 50px 20px;
    
    position: relative;
 
    /* لضبط ترتيب العرض */
}

/* عنوان القسم */
.achievements-header h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.achievements-header p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

/* تصميم الحاوية */
.achievements-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.achievement {
    background: #ffffff;
    color: #156f3c;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 45%;
    text-align: center;
    BORDER: 1px solid #25703e;
}

.achievement-icon {
    font-size: 3em;
    color: #156f3c;
    margin-bottom: 10px;
}

.achievement h3 {
    font-size: 1.5em;
    margin: 10px 0;
}

.achievement-count {
    font-size: 2.5em;
    font-weight: bold;
    color: #156f3c;
}

.achievement p {
    font-size: 1em;
    margin-top: 5px;
}

/* باقي السكاشن */
.another-section {
    background: #f5f5f5;
    color: #333333;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    z-index: 2;
    /* لضمان الظهور فوق الإنجازات */
}