:root{
    --1:var(--1);
}
.s-product-card-entry {
    box-shadow: -8px 10px 15px -3px rgba(0,0,0,.1);
    overflow: visible!important
}

.index .s-product-card-content-sub {
    justify-content: center;
    margin-bottom: 30px
}

.index .s-product-card-price {
    /* color: #fff!important; */
    font-size: 18px!important
}

.index .s-product-card-content-subtitle {
    color: #fff
}

.s-products-slider-card.swiper-slide {
    padding-bottom: 30px!important
}

.index .s-product-card-content {
    background: var(--1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px
}

.index .s-product-card-content-footer {
    position: absolute;
    bottom: -25px
}

.index .s-button-btn:not(button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after,button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after,button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-light-outline.s-button-disabled.s-button-loader-center) {
    background-color: #fff!important;
    padding: 10px!important;
    border-radius: 50px!important;
    width: 60px;
    height: 60px;
    border-color: var(--color-primary);
}
.index .s-button-btn:not(button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after,button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after,button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-light-outline.s-button-disabled.s-button-loader-center):hover {
    background-color: var(--color-primary)!important;
   
}
i.text-base.sicon-shopping-bag {
    content: '\f07a';
    color: var(--1);
    font-size: 1.5rem;
}

.index div.s-product-card-content>div.s-product-card-content-footer.gap-2>salla-add-product-button>salla-button>button>span>span {
    display: none!important;
}

.s-product-card-content-title a {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700!important;
    color: #000!important
}
 .s-products-list-vertical-cards {
     gap: 2rem .625rem;
}

  /* develope By Package +201002241591  3lwaaa@gmail.com - https://wa.me/201002241591 */ 

.faqs .container {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
    width: 50%;
}

.faqs .question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faqs .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.faqs ..question.active::after {
    transform: rotate(45deg);
}

.faqs .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faqs .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}

div[class="wrapper faqs"] {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faqs h2 {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 5rem;
}

@media (max-width: 700px) {
    .faqs .container {
        width: 90% !important;
    }
}

.faqs a {
    font-size: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background-color: var(--color-primary);
    border-radius: 10px;
    color: white;
}




section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: -2px!important
}


.rounded-md {
    border-radius: 0!important
}


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


.s-block--fixed-banner img {
    border-radius: 0!important
}










/* 🌍 خلفية الموقع بالكامل */
body {
    background: #ffffff !important;
}





i.text-base.sicon-shopping-bag span {
    font-size: 0 !important;
    display: none;
}

.s-button-text span {
    font-size: 0;
}

span.s-button-text {
    position: relative;
    right: 3px;
    top: 3px;
}




.navbar-brand img {
    filter: drop-shadow(0.2px 0.2px 0.3px #000);
    animation: slide-in 1500ms;
    max-height: 60px
}




@keyframes slide-in {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0%)
    }
}



@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position:relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem!important
    }
}




@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left:0!important
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0!important;
        width: 100%;
        margin: 0;
        padding: 0
    }
}



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