body,
.main-content,
.s-block{
    background:#F1E8E5 !important;
}

/* العناوين */
h1,h2,h3,h4,h5,h6{
    color:#062A68 !important;
}

/* النصوص */
body,p,span,a{
    color:#062A68;
}

/* الهيدر */
header,
.main-nav,
.s-header{
    background:#F1E8E5 !important;
}

/* التصنيفات */
a.slide--cat-entry{
    min-height:220px !important;
    border-radius:24px !important;
    background:#fff !important;
}

a.slide--cat-entry img{
    width:110px !important;
    height:110px !important;
}
/* أزرار الشراء */
button[type="submit"],
.s-button-btn,
.s-button-primary{
    background:#00C4CC !important;
    border-color:#00C4CC !important;
    color:#fff !important;
}
button[type="submit"],
.s-button-btn,
.s-button-primary{
    background:#062A68 !important;
    border-color:#062A68 !important;
    color:#fff !important;
}
button,
button span,
.s-button-primary,
.s-button-primary span{
    color:#ffffff !important;
}
/* توسيط العنوان مع بقاء عرض الكل والأسهم */
.s-slider-block__title{
    position: relative !important;
}

.s-slider-block__title-right{
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
}
.s-slider-block__title h2{
    border-bottom:3px solid #062A68;
    padding-bottom:8px;
    display:inline-block;
}
.s-product-card,
a.slide--cat-entry,
button{
    border-radius:20px !important;
}
/* توسيط عنوان آراء العملاء */
.s-reviews-header-wrapper{
    display:flex !important;
    justify-content:center !important;
    text-align:center !important;
}
/* إزالة الخط تحت العناوين */
.s-slider-block__title h2{
    border-bottom:none !important;
    padding-bottom:0 !important;
}