/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*body*/
body {
  background-color:#fff;
}
.top-navbar {
    color:#652f9a;
}
#mainnav{
    color:#652f9a !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #652f9a;
}
/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  

section:first-of-type {
        margin-top:0;
}
    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}
/*end*/
/*features*/
section.s-block.s-block--features.container{
    margin-top: -5%;
}
section.s-block.s-block--features.container .s-block--features__item{
    border:2px solid #652f9a;
    box-shadow: 0px 0px 8px 0px #7d51a5;
}

 .s-button-btn,.s-price-range-number-input {
    color: #ffffff;
    border-color: #652f9a;
}
.s-products-slider-card.swiper-slide {
    width: 55%;
}  
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #652f9a;
}
.s-product-card-entry{
    background-color:#ffffff;
    border:2px solid #652f9a
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#652f9a !important;
}
/* start customize setion*/
.md\:grid-cols-3 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 14% !important;
    height: 175px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 24% !important;
    height: 235px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 30% !important;
    height: 110px !important;
    background-color:unset;
}
}
.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}
/* end customize setion*/

/*footer*/
.store-footer__inner,
.store-footer {
    color:#ffffff;
    background-color:#652f9a !important;
}
.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #652f9a;
}
.copyright-text p{
    color:#fff;
}
footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.banner--fixed img ,
section.s-block.s-block--testimonials ,
section.s-block.s-block--features.container , 
.s-block.s-block--best-offers.container ,
section.s-block.s-block--banners.container ,
.home-slider{

animation: appear linear;
  animation-timeline:view();
  animation-range: entry 0% cover 40%;
background-color:transparent;
}

@keyframes appear {
            from {
                
                opacity: 0;
                scale:0.5;
            }
            to {
                 opacity: 1;
                scale:1;
            }
        }
    .navbar-brand
{animation: pulse-animation 1.5s infinite;}

 @keyframes pulse-animation {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.8;
            }
        }

.s-block__title ,
.s-slider-block__title,
.s-reviews-header-wrapper{
    justify-content:center;
}
.s-slider-block__title-left{
    display:none;
}
.s-block__title .right-side ,
.s-slider-block__title-right,
.s-slider-block__title h2{
    padding:0;
}
.s-reviews-header{
    margin:0;
}
.s-block__title h2 ,
.s-slider-block__title h2,
.s-reviews-header{
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.s-block__title h2::before,
.s-block__title h2::after,
.s-slider-block__title h2::before,
.s-slider-block__title h2::after,
.s-reviews-header::before,
.s-reviews-header::after{
  content: "";
  position: absolute;
  bottom: -15px;
  width: 80px;
  height: 2px;
  background: #7d4bcc; /* اللون البنفسجي */
}

.s-block__title h2::before,
.s-slider-block__title h2::before,
.s-reviews-header::before{
  right: 50%;
  margin-right: 15px;
}

.s-block__title h2::after,
.s-slider-block__title h2::after,
.s-reviews-header::after{
  left: 50%;
  margin-left: 15px;
}

/* الدايرة */
.s-block__title h2 .circle ,
.s-slider-block__title h2 .circle ,
.s-reviews-header .circle{
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #7d4bcc;
  border-radius: 50%;
  background: #fff;
}