body#app {
    background: #f9f6f1 !important;
}


section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: 0px !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container{
    max-width: 100% !important;
    padding: 0 !important;
}

.banner--fixed img{
    border-radius: 0 !important;
    background-color: #00000000 !important;
}

/* header */

.top-navbar * {
    color: #F9F6F1 !important;
}

.top-navbar {
    background: #34502A !important;
}

div#mainnav {
    background: #F9F6F1 !important;
}

input.s-search-input {
    background: #F9F6F1 !important;   
}


/* مميزات متحركة */

.s-block--features__item:nth-of-type(1) .feature-icon i::before {
    background-image: url(https://i.ibb.co/Kcvq9s9J/feat1.gif);
}


.s-block--features__item:nth-of-type(2) .feature-icon i::before {
    background-image: url(https://i.ibb.co/DPL94JnG/feat2.gif);
}

.s-block--features__item:nth-of-type(3) .feature-icon i::before {
    background-image: url(https://i.ibb.co/LDhMKpXT/feat3.gif);
}

.s-block--features__item .feature-icon {
    background-color: transparent !important;
}


.s-block--features__item .feature-icon i::before {
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.s-block--features__item {
    border: 1px solid #34502A;
    background-color: transparent !important;
    border-radius:15px !important;
}


.s-block--features__item .feature-icon i {
    font-size: 70px !important;
}

.s-block--features__item .feature-icon {
    height: 4rem;
    width: 5rem;
}

.s-block--features__item h2 {
    font-size: 17px;
    line-height: 1.5em !important;
}

.s-block--features__item p{
    color: #545454 !important;
    font-size: 16px !important;
}

.s-block--features__item h2 {
   color: #000000 !important;
}


@media (min-width: 1440px) {
     .s-block--features .grid {
        width: 1280px;
        margin: auto;
    }
}

/*نهاية مميزات متحركة */

/* testimonials */

.s-reviews-testimonial {
    border: 1px solid #34502A;
    border-radius:10px !important;
    background-color: #fff9f1 !important;
}

/* end reviews-testimonial */

/* buttons */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #34502A !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight:400 !important
}

.s-product-card-entry.s-product-card-vertical.s-product-card-fit-height{
    border:1px solid #d5d5d5 !important;
}

/* buttons hover */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center{
    color:#fff !important;
    background:#34502A !important;
    border:2px solid transparent;
    transition:all .3s ease;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover{
    transform:scale(.94);
    border:2px solid #34502A;
    background:#fff !important;
    color:#34502A !important;
}

/* end buttons hover */

/* صور مربعة */

.banner-entry{
    border-radius: 25px 25px 0px 0px !important;
}

.banner-entry h3.banner__title.font-bold.mb-1.leading-6 {
    color: #6C8D5F !important;
}

p.banner__description {
    color: #F9F6F1 !important;
}


.has-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.has-overlay:hover::after {
    opacity: 1;
}

@media(max-width:678px){
   section.s-block.s-block--banners.container .grid {
    grid-auto-flow: column !important;   
} 

.banner-entry{
    height: 250px !important;
}

.banner-entry h3.banner__title.font-bold.mb-1.leading-6 {
    font-size: 20px !important;
    line-height:1.2em !important;
}
}

@media(min-width:679px){
     section.s-block.s-block--banners.container .grid {
    grid-auto-flow: row !important;   
} 

.banner-entry{
    height: 380px !important;
}  

.banner-entry h3.banner__title.font-bold.mb-1.leading-6 {
    font-size: 28px !important;
    line-height:1.4em !important;
}
}

/* صور مربعة نهاية*/

/*footer */

.store-footer__inner {
    background-color: #34502A !important;
}

footer.store-footer {
    background: #34502A !important;
}

footer .store-footer__inner * {
        text-align: center;
        justify-content: center;}

@media (min-width:750px){

.store-footer__inner>.lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
        }
    

.store-footer__inner {
    @media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1 / span 2 !important;
    }
}
}

 .store-footer a h3{
     position: relative;
     font-size: 0; /* إخفاء النص */
     margin-bottom: 0 !important;
}

.store-footer a h3::before {
  content: "";
  display: block;
  width: 80px;      /* عرض اللوجو */
  height: 80px;      /* ارتفاع اللوجو */ 
  background-image: url('https://i.ibb.co/ZzYdW1Sf/download-2026-06-28-T204112-854.png'); /* مسار صورة اللوجو */
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
}

span.text-sm.copyright-text p {
    color: #fff !important;
}

/* end footer */