/* Add custom CSS styles below */ 
.s-block--fixed-banner .container {
    width: 100vw;
    padding: 0!important;
    padding-left: 0!important
}
.s-block--fixed-banner .container {
    padding: 0;
    max-width: 100vw;
}
section[class="s-block s-block--fixed-banner wide-placeholder"]:first-of-type{
    margin-top: 0rem;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px
}

.s-cart-summary-count {
    background-color: #59446B
}

.navbar-brand img {
    max-height: 3.3rem
}
.s-block--banners .grid {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    gap:0;
}

@media(min-width: 750px) {
    .s-block--banners {
        width:50rem
    }

    .s-block--banners .grid {
        justify-content: center;
            gap:2rem !important;
    }

    .grid .banner-entry {
        height: 450px!important;
        width: auto
    }

    .grid .banner-entry div {
        background-size: cover!important
    }
}
.grid .banner-entry div {
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.grid .banner-entry {
    border-radius: 10px;
    background-color: transparent;
}
.grid .banner-entry {
    padding: 0rem !important;
    background-color: transparent;
    border-radius: 10px
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: unset !important;
        grid-row:  unset !important;
    }
}
body{
    background-color: white;
}
#best-offers-3-slider {
    background-color: #D4CAEB;
    margin-top: -10px;
    padding-bottom: 2rem;
    
}
#best-offers-3-slider .swiper-wrapper{
    justify-content: center;
}
#best-offers-3-slider .carousel-slider .swiper{
    padding: 0
}
#best-offers-3-slider h2{
    display: none;
}
#best-offers-3-slider {
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
    max-width: 100vw;
}
.s-product-card-content-title a {
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.s-slider-block__title h2 {
    font-size: 1.3rem
}

.s-button-primary-outline {
    border-radius: 10px;
    background-color: #59446B;
    color: #fff
}
.s-product-card-content-sub{
    justify-content: center;
}
.s-reviews-testimonial{
    background-color: #554B70;
    border-radius: 10px;
    color: white;
}
.s-reviews-testimonial svg{
    filter: white;
    color: white;
}
.s-reviews-testimonial__icon svg{
    fill: white !important;
}
.s-reviews-header-wrapper {
justify-content: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
}.s-reviews-header-wrapper h1{
    text-align: center;
font-size: 2rem;
    font-weight: normal;
}
.s-block--features:before {
    content: 'ما يميزنا';
    display: block;
    font-size: 2.1rem;
    text-align: center;
    width: 100%;
    font-weight: 300;
    padding: 1rem;
}
.s-block--features__item .feature-icon {
    background-color: transparent !important;
}
.s-block--features__item p{
    display: none;
}
footer>div.store-footer__inner{
    background-color: white !important;
    text-align: center;
}
footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a:before {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Gjxwl/8OMhS9PUN9QMgVxX4OmboZB3gGV6chW5Ngj6lZ6Y.png);
    margin-bottom: 1rem
}

footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a {
    justify-content: center
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>div.flex.rtl\:space-x-reverse.space-x-2.items-end {
    justify-content: center
}

div.store-footer__inner>div>div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20>a h3 {
    display: none
}

#app>div.app-inner.flex.flex-col.min-h-full>footer>div.store-footer__inner>div>div:nth-child(3)>div:nth-child(1)>a {
    justify-content: center
}

.store-footer .contact-social ul {
    justify-content: center
}


.store-footer a,.s-social-list{
    justify-content: center;
}
.s-contacts-icon,.s-social-link a{
    background-color: #554B70;
    color: white;
}
.faqs .container {
  background-color: white;
  color: black;
  border-radius: 20px;
 box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
    margin: 20px 0;
  width: 50%;
}

.faqs .question {
  font-size: 1rem;
  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: 16px;
    margin-top: 2rem;
    padding: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #89A76D;
    border-radius: 3px;
    color: white;
    margin-bottom: 3rem;
}