/******************! style General *************************/

/* تحسين تصميم المنتجات 
.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-card p {
    font-size: 14px;
    color: #555;
}
*/

/* 
تحسين زر الإضافة إلى السلة 
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-color: #fff;
    color: #d97c7b;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
*/
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    background-color: #d97c7b;
    color: #fff;
}





:root {
    --main-color: #da7c7c;
    --second-color:#28205e;
    --three-color:#fff;
}

body {
    background-color: #fff;
    background-size: cover;
    background-position: center;
}


.container {
    background-color: #fff;}

.banner--fixed img{

background: transparent;
border-radius:30px;

}
.s-block {
    margin-top: 2rem;
    background-color: #fff;}
.ps-footer__middle {

    background: rgb(247 220 218);
}
    .ps-footer--bottom {
    padding: 15px 0 10px;
    background: rgb(255 199 201);}
    .ps-footer--bottom {    background: rgba(255, 255, 255, 1);

}

    .s-product-card-entry {
        height: 350px;
        width: 225px;}
        
/*  تحويل ايقونات مواقع التواصل في الفوتر الى دائرية وتعديل لونها*/        
.ps-footer .s-social-link a {
        border-radius: 50px;
        color: #ffffff;
    }
.ps-footer .s-social-link a:hover {  
    color: #da7b7d;
    background-color: rgb(255 255 255 / 5%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;

    }  
    
 /*  تحويل ايقونات التواصل في الفوتر الى دائرية وتعديل لونها*/        
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item {
    color: #ffffff;
    border-radius: 50px;
} 

.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item:hover {
    color: #da7b7d;
    background-color: rgb(255 255 255 / 5%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;

} 


/* هوفر لنصوص الفوتر */
.ps-footer--block .s-menu-footer-list .s-menu-footer-item:hover {
    color: #da7b7d !important;
}
/*ايقونة الحساب*/
.btn_style i {
    color: #d97c7b;
    background-color: #ffffff;
}

.btn_style i:hover {
    color: #ffffff;
    background-color: #d97c7b;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}

.cart_style .s-cart-summary-count {
    background-color: #d97c7b;
    color: #ffffff;
}

.cart_style #s-cart-icon .sicon-shopping-bag {
    color: #d97c7b;
    background-color: #ffffff !important;
}

.cart_style #s-cart-icon .sicon-shopping-bag:hover {
    color: #ffffff;
    background-color: #d97c7b !important;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}

.left_btn_search {
    color: #d97c7b;
    background: #ffffff;
}

.left_btn_search:hover {
    color: #ffffff;
    background-color: #d97c7b !important;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}
i.sicon-menu.text-primary.text-2xl {
    color: #d97c7b;
    background-color: #ffffff;
    display: flex;
    width: 35px !important;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

i.sicon-menu.text-primary.text-2xl:hover {
    color: #ffffff;
    background-color: #d97c7b !important;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
}

salla-contacts.s-contacts.s-contacts-header.hydrated {
    color: #d97c7b;
}
.s-slider-block__title-right,
.distctive_h1 {
    background-color: #da7c7c; /* خلفية */
    color: #fff; /* لون الخط أبيض */
    padding: 10px 25px;
    border-radius: 50px; /* يخلي الشكل دائري */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}


.main_link_photoe {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* شادو ناعم */
    transition: all 0.3s ease;
    border-radius: 12px; /* لو عايز الحواف ناعمة */
}

.main_link_photoe:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); /* شادو أعمق عند المرور */
    transform: translateY(-3px); /* يرفع العنصر لفوق شوية */
}