/* Add custom CSS styles below */ 
/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* التأكد من أن البنر داخل الحاوية يأخذ عرض الحاوية بالكامل */
.wide-placeholder .banner--fixed {
    width: 100%;
    height: auto;
}
.s-product-card-entry .s-button-btn:hover {
    background-color: #5f6f52;
    color: #fff;
}


.s-product-card-entry .s-button-btn {
    background-color: #500E1B;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 4px 0;
}
.s-product-card-vertical .s-product-card-wishlist-btn {
    all: unset;
    align-items: center;
    border: 1px solid #500f1b;
    border-radius: 4px;
    color: #500E1B;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 20px;
    justify-content: center;
    padding: 7px 10px;
    position: static;
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
#mainHeader {
    background-color: #fff;
    background-color: #F5F5F5;
}