/* Add custom CSS styles below */ 

 .navbar-brand img {
  max-height: 3rem;
  width: auto;
  max-width: 100px;
   animation-name: scale;
  animation-duration: 4s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes scale {
    0% {
        
        transform: scale(1.0);
    }

    10% {
       
        transform: scale(1.1);
    }
    20% {
       
        transform: scale(0.95);
    }
    30% {
       
        transform: scale(1.0);
    }
    40% {
       
        transform: scale(1.1);
    }
    50% {
       
        transform: scale(1.0);
    }
 
    60% {
       
        transform: scale(1.1);
    }
    70% {
       
        transform: scale(1.0);
    }
      80% {
       
        transform: scale(0.95);
    }
      90% {
       
        transform: scale(1.1);
    }

  
    100% {
        
        transform: scale(1.0);
    }
}


/******************************************/
.store-footer a h3:nth-child(1)::before {
  text-align: center;
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  margin: auto auto 20px;
  background-image: url(https://i.ibb.co/TDsJfVQz/Whats-App-Image-2025-07-15-at-11-51-39-PM-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:transparent;


animation: footerLogo 2s ease-in-out infinite;
 
}

@keyframes footerLogo {
  0% {
    transform: scale(1.4); 
  }
  50% {
    transform: scale(1.6); 
  }
  100% {
    transform: scale(1.4);
  }
}




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

.top-navbar {
    display: none;
}
:root{--color-primary:#362859; }


header.store-header, .main-nav-container.fixed-pinned .inner {
    background-color: #ece5ec;
    /* background-image: linear-gradient(45deg, #afe1d4, #cedad8, #f4e0d9); */
}
input.s-search-input {
    background-color: transparent !important;
    border: 1px solid #fff!important;
}
.main-menu li.root-level>a {
    color:  #362859 !important;
}

i.header-btn__icon.sicon-user-circle,i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #362859;
}
.sicon-user-circle:before,.s-menu-topnav-list a,.s-cart-summary-total,header.store-header .sicon-shopping-bag:before,header.store-header .sicon-sar:before,.sicon-menu:before,salla-contacts.s-contacts.s-contacts-header.hydrated a {
    color: #362859;
}
.main-nav-container {
    min-height: 70px !important;
    height:60px;
    background-color: transparent;
}
body.index section:nth-of-type(1) {
    margin-top: 1rem !important;
    }
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 95%;
    padding: 0 !important;
        margin: auto;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0;
}
    body.index section:nth-of-type(8) .banner--fixed img {
    margin: auto;
    max-width: 80%;
}
.s-block__title {
    justify-content: center;
}
.right-side h2 {
    font-size: 25px;
}
body.index section:nth-of-type(3) {
    margin-top: 1rem !important;
    max-width: 100%;
}
section:nth-of-type(3) .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
 gap: 0.15rem !important;
}
section:nth-of-type(3) .banner-entry {
    height: 335px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

.s-product-card-content-title {
    text-align: center;
}
.s-product-card-content-sub {
    justify-content: center;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center
{
 background-image: linear-gradient(45deg, #afe1d4, #cedad8, #f4e0d9);
 color:#362859;
 border:none;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    color: #fff;
}

/*footer*/
.store-footer__inner,footer.store-footer {
    background-image: linear-gradient(45deg, #afe1d4, #cedad8, #f4e0d9);
    color: #1a0b42;
}

.copyright-text p {
    color: #1a0b42 ;
}
footer.store-footer {
    margin-top: 0 !important;
}

@media(max-width: 768px){

body.index section:nth-of-type(3) {
    max-width: 100%;
}
section:nth-of-type(3) .banner-entry {
    height: 100px;
}

.swiper-slide {
    width: 56%;
}
footer.store-footer {
    text-align: center;
}
.store-footer a,.s-social-list {
    justify-content: center;
}