body{
    background:#F9FAFB;
    color:#2E2E2E;
}

.top-navbar{
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.banner--fixed img,
.banner-entry{
    background:transparent;
}

section:nth-of-type(1){
    margin:unset;
}

section:nth-of-type(1) .container{
    max-width:unset;
    padding:unset;
}

section:nth-of-type(2) .container{
    max-width:600px;
}

section:nth-of-type(3){
    margin-top:1rem;
}

/* عناوين الأقسام */

.s-slider-block__title h2{
    font-size:1.7rem;
    padding-bottom:1rem;
    border-bottom:2px solid #C9A24E;
    color:#355126;
}

/* بطاقات المنتجات */

.s-product-card-vertical{
    background:#ffffff;
    border-radius:14px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    margin:10px;
    transition:.3s;
}

.s-product-card-vertical:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 28px rgba(53,81,38,.18);
}

.s-product-card-entry{
    height:95%;
}

/* الأزرار */

.s-button-primary-outline{
    color:#fff;
    border:none;
    background:linear-gradient(180deg,#4E6D3A,#355126);
}

.s-button-primary-outline:hover{
    color:#fff;
    background:linear-gradient(180deg,#C9A24E,#B88A2E);
}

/* قسم التقييمات */

.s-reviews-testimonial{
    color:#fff;
    background:linear-gradient(180deg,#4E6D3A,#355126);
}

/* الفوتر */

.footer-is-light .store-footer .store-footer__inner,
.store-footer__inner{
    color:#fff;
    background:linear-gradient(180deg,#355126,#24381B);
}

.store-footer{
    background:#F9FAFB;
}

/* النصوص */

.text-gray-900{
    color:#2E2E2E !important;
}

.text-gray-700{
    color:#4A4A4A !important;
}

.text-gray-500{
    color:#6B7280 !important;
}

/* إزالة أي خلفيات من القالب */

section,
.main-content,
.store-page,
.store-container{
    background:transparent !important;
    background-image:none !important;
}