:root{
    --main-color : #e05838 ;
    --white-color : #fff;
    --text-color : #231f1e;
}
.dark .da-bgm
{
   background-color  : var(--main-color) !important;
}
.s-product-card-content-footer salla-add-product-button .s-button-outline {
    border-color: var(--main-color) !important;
    color: var(--white-color);
    background: var(--main-color);
    padding: 5px 15px;
    font-weight: 700 !important;
}
.s-product-card-content-footer salla-add-product-button .s-button-outline:hover {
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
    background: transparent !important;
    transform :  scale(0.95)
}
.main-nav-container.fixed-pinned .inner {
    background: #e05838 !important;
}
i.sicon-menu {
    color : var(--white-color)
}
.s-slider-block__title{
    justify-content : center
}
.s-slider-block__title .s-slider-block__title-right{
    padding : 0;
}
/* بنرات */
.s-block--hero-slider:not(header + .s-block--hero-slider) {
    margin-top: 2rem !important;
}
/* العناوين */
.s-block--angel-products .title-wrapper.gap-4 {
    gap: 0.5rem;
}
.s-block__title .title-wrapper h2 ,
.s-block__title h2 ,
.s-slider-block__title .s-slider-block__title-right h2
{
    font-size : 2rem;
    font-weight: 700 !important;
}
img.angel-products-img {
    max-width: 40%;
    height: 40%;
}
/* الاقسام */
section.s-block--banners {
    margin-top : 2rem;
}
section.s-block--banners img {
    max-width: 70%;
}
section.s-block--banners .square-grid .banner-square .text-wrapper h3 {
    font-size: 1.4rem;
    font-weight: 700 !important;
    margin-top: 1rem;
}
/* المميزات */
section.s-block--features {
    background: #512e35;
    mask-image : none;
    padding: 2rem 0 !important;
}
section.s-block--features .grid  {
    gap : 1rem 0;
}
section.s-block--features .angel-feature {
    border-left : 1px solid #FFFFFF2B;
}
section.s-block--features .angel-feature > .flex-center:has(i) {
    display : none;
}
section.s-block--features .angel-feature:nth-child(4)
{
    border-left : none;
}
section.s-block--features .angel-feature .flex-center h4 {
    font-size : 2rem;
    margin-bottom : 0.6rem;
}
section.s-block--features .angel-feature .flex-center p {
    font-size : 1rem;
}
section.s-block--features .angel-feature .flex-center h4 ,
section.s-block--features .angel-feature .flex-center p
{
    color: var(--white-color);
}
/* الاسئلة الشائعة */
.s-block--faqs .s-block__title .flex , .s-block--faqs .s-block__title .flex p{
    color : var(--main-color) !important;
}
section.s-block--faqs .faqs-list .faq-container .faqs-list__item label {
    background-color: transparent;
    color: var(--main-color);
    font-weight: 800 !important;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}
section.s-block--faqs .faqs-list .faq-container .faqs-list__item label i{
    color :  var(--main-color) !important;
}
section.s-block--faqs .faqs-list .faq-container .faqs-list__item label:hover i{
    color : var(--white-color) !important;
}
section.s-block--faqs .faqs-list .faq-container .faqs-list__item .answer-container{
    margin-top : 1rem;
}
/* فوتر */
.dark .contact-links a{
    color : var(--text-color)
}
footer button[type="submit"]{
    background : var(--white-color);
    color : var(--text-color);
    font-weight : bold !important;
    border-color :var(--white-color)
}
footer button[type="submit"]:hover{
    background : var(--white-color);
}
.footer-middle h3 , .dark .da-cp{
    color :  var(--white-color) !important;
}
.footer-middle h3 ,
.footer-middle .footer-list a {
    text-align: center !important;
}
.footer-middle .contact-links {
    justify-content: center !important;
}
.social-links{
    gap: 1rem;
}
a.social-icon{
    padding: 7px 7px 2px 7px;
    border: 1px solid #fff;
    border-radius: 50%;
}
/* موبيل */
@media(max-width : 600px){
/* بنرات */
.s-block--hero-slider:not(header + .s-block--hero-slider) {
    margin-top: 2rem !important;
}
/* العناوين */
.s-block__title .title-wrapper h2 ,
.s-block__title h2 ,
.s-slider-block__title .s-slider-block__title-right h2
{
    font-size: 1.5rem;
}
/* الاقسام */
section.s-block--banners ,
section.s-block--angel-products
{
    margin-top : 0rem;
}
section.s-block--banners .square-grid .banner-square .text-wrapper h3 {
    font-size: 1rem;
}
/* المميزات */
.s-block--features .grid-cols-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
} 
section.s-block--features .angel-feature .flex-center h4 {
    font-size : 1.5rem;
    margin-bottom : 0.6rem;
}
section.s-block--features .angel-feature .flex-center p{
    font-size : .8rem;
}
}