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

/*body*/
body {
  background-color:#F3E0F6;
}

.top-navbar {
    background-color:#f3e0f6;
    color:#3f3280;
}


#mainnav{
    background-color: #f3e0f6;
    color:#3f3280 !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #3f3280;
}

/*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;
}
.s-slider-block__title{
    display:none;
}

 .s-button-btn,.s-price-range-number-input {
    
    color: #ffffff;
    border-color: #63579F;
    
}

.s-products-slider-card.swiper-slide {
    width: 55%;
    
}  

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #63579F;
}
.s-product-card-entry{
    background-color:#f3e0f6;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#3f3280 !important;
}
section:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) , 
section:nth-child(2 of .s-block.s-block--fixed-banner.wide-placeholder) , 
section:nth-child(3 of .s-block.s-block--fixed-banner.wide-placeholder){
    max-width:30%;
    margin:auto;
    margin-top:5%;
}

/* start customize setion*/
.md\:grid-cols-2 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 20% !important;
    height: 330px !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: 20% !important;
    height: 250px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 30% !important;
    height: 140px !important;
    background-color:unset;
}
}

/* end customize setion*/

.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}

/*footer*/
.store-footer__inner,
.store-footer {
    color:#ffffff;
    background-color:#3f3280 !important;
}

.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #3f3280 !important;

}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}footer .hidden.lg\:block *, footer .s-social-list * {
    justify-content: center;
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
footer .hidden.lg\:block * {
    margin: 0;
}
}footer .hidden.lg\:block *{
    justify-content:center;
}
footer .s-social-list .s-social-link:first-child *{
    color:#ffffff;
    border-color: #ffffff;
      background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
footer .s-social-list .s-social-link:nth-child(2) *{
    color:#000000;
    border-color: #ffffff;
    background-color:#f7f400;
}
footer .s-social-list .s-social-link:last-child *{
    color:#ffffff;
    border-color: #ffffff;
    background-color:#000000;
}


.banner--fixed img{

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;
            }
        }