body#app {
    background: #f4f2ea !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 {
    background: #91c29b !important;
}

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

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


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

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


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

.s-block--features__item:nth-of-type(3) .feature-icon i::before {
    background-image: url(https://i.ibb.co/TMPg6RnN/fast-dell.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: 2px solid #91c29b;
    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;
}

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


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

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

/* buttons */

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #91c29b !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:#91c29b !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 #91c29b;
    background:#fff !important;
    color:#91c29b !important;
}

/* end buttons hover */

/* categories circle */

.slide--cat-entry{
    height: 13rem !important;
}

a.slide--cat-entry img{
    height:15rem !important;
    width: 15rem !important;    
}

a.slide--cat-entry {
    background-color: transparent !important;
    border-color: transparent !important;
}

.slide--cat-entry h2{
    color: #000000 !important;
}


@media(min-width:651px){
 section.s-block.s-block--categories .swiper-wrapper{
    display:flex !important;
    justify-content: center !important;
} 
}


@media(max-width:650px){
    a.slide--cat-entry img{
    height:8rem !important;
    width: 8rem !important;    
}

a.slide--cat-entry {
    padding: 0 !important;
}

.section.s-block.s-block--categories .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
}
}


/* end categories circle */

/*footer */

.store-footer__inner {
    background-color: #e4dfd3 !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/Y7T5S1Vz/storelogo.png'); /* مسار صورة اللوجو */
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
}

/* end footer */

/* image under title */

.s-block__title h2, .s-slider-block__title-right h2 {
    position: relative;
    display: inline-block;
}

.s-block__title h2::after, .s-slider-block__title-right h2::after{
    content: "";
    display: block;
    height: 30px;
    background-image: url('https://i.ibb.co/fdM7cz2M/undertitle.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px auto 0; /* يخليها تحت وفي النص */
}

/* end image under title */