/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container {
    padding: 0!important;
    margin:0 !important;
    max-width: 100% !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container img {
    border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-child(6) > .container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
    @media (min-width: 1024px) {
        .index .store-header {
    position: absolute;
    right: 0;
    left: 0;
    background: transparent !important;
}
    }

.store-header {
    background-color: white;
}
.store-footer__inner {
    background: transparent !important;
}

footer.store-footer {
    background-image: url(https://i.ibb.co/h1841M14/Footer-BG-1.png);
    background-color: transparent;
    color: white !important;
    padding-top: 5rem;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -2rem;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background: #1394aa !important;
    color: white !important;
}
.footer-is-light .store-footer {
    margin-top: 0 !important;
}


section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:last-of-type .container img {
    border-radius: 0 !important;
}

.bg-nav_bg {
    background: white;
    color: #2c255a;
}

.s-contacts-topnav-link {
    color: white;
}
.top-nav .s-contacts-topnav-link::before {
    color: #2c255a;
}

body.index > div.store-content > section:nth-child(4) {
    background-image: url(https://i.ibb.co/wN9yNQPX/2-5.webp);
    background-repeat: no-repeat;
    height: 95vh;
    background-size: 100%;
    background-position: center 70%;
}

#app > div.store-content > section:nth-child(4) .container  {
    padding-top: 5rem !important;
}

body.index > div.store-content > section:nth-child(4) + section.s-block.container.s-block--fixed-products{
    margin-top: -22rem;
}



@media (max-width: 992px) {
    .statistics-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    body.index > div.store-content > section:nth-child(4) {
    height: auto;
}
    #app > div.store-content > section:nth-child(4) .container  {
    padding-top: 1rem !important;
}

body.index > div.store-content > section:nth-child(4) + section.s-block.container.s-block--fixed-products {
    margin-top: 1rem;
}

    footer.store-footer {
    margin-top: -3rem;
}
}

.store-footer .s-social-link a {
    color: #39afb6;
    border-color: #39afb6;
}

.footer-is-dark .store-footer h3 {
        color: #39afb6;
}
.statistics-list__item .inner {
    background: #eaf0f0; }

.statistics-list__item .inner p {
    color: #39afb0;
}
@media (max-width: 992px) {
    body.index > div.store-content > section:nth-child(8) img {
    content: url(https://i.ibb.co/jvM1k166/GIF-Phone.gif);
}
}section.s-block.s-block--features-list.s-block--full-bg.bg-gray-50 {
    background: transparent !important;
}

.s-block--features__item .feature-icon:before {
    display: none;
}

.s-block--features__item .feature-icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
}


.s-block--features__item i.feature-icon.sicon-store2 {
    background-image: url(https://i.ibb.co/TMR1rkNx/3-3.png);
}


.s-block--features__item i.feature-icon.sicon-shipping-fast {
     background-image: url(https://i.ibb.co/RkBVkj6V/1-6.png);
   
}

.s-block--features__item i.feature-icon.sicon-fire{
    background-image: url(https://i.ibb.co/b5DSLHgM/2-8.png);
}

.product-entry__image a {
    height: 100% !important;
    display: block;
}
.product-entry--vertical .product-entry__image {
    flex-grow: 1 !important;
    height: auto !important;
    flex-basis: auto !important;
}







.footer-main::before, .store-footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px; /* ارتفاع الصورة */
    background-image: url('https://cdn.files.salla.network/homepage/761089090/c863587b-81be-4b64-9674-b5760c5da46d.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}