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

/*body*/
body {
  background-color:#2E044A;
}
#mainnav{
    background-color: #2E044A;
    color:#ffffff !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #fff;
}
/*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-quantity-input-input,
.flex.justify-between.text-lg.mb-5 b,
.s-reviews-testimonial__text p,
h2.font-bold.text-sm.mb-5,
#product-filter, 
h2.total-price.font-bold.text-xl.inline-block,
.grid.grid-cols-1.sm\:grid-cols-2.gap-6.sm\:gap-8 .form-input,
.grid.grid-cols-1.sm\:grid-cols-2.gap-6.sm\:gap-8 .iti input,
.iti--separate-dial-code .iti__selected-dial-code,
.s-comments-item-user-info-name{
  color: #2E044A;
}
.grid.grid-cols-1.sm\:grid-cols-2.gap-6.sm\:gap-8 .text-gray-700{  color: #fff !important;
}
.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-button-btn,.s-price-range-number-input {
    
    color: #ffffff;
    border-color: #e09524;
    
}

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

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #e09524;
}
.s-product-card-entry{
    background-color:#ffffff;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#000 !important;
}


/* start customize setion*/
.md\:grid-cols-2 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 25% !important;
    height: 255px !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: 25% !important;
    height: 200px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 45% !important;
    height: 130px !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:#2E044A !important;
    border-top: 1px solid #ffffff;
}

.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #b37619;

}
.copyright-text p ,
.s-slider-block__title h2 ,
.s-block__title h2 ,
.s-reviews-header{
    color:#fff;
}
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;
}

.product-single a.whatsapp-contact-block {
    border: 1px solid #fff;
    margin-bottom: 2%;
    border-radius: 10px;
}


  /* WhatsApp floating button styles */
  .salla-wa-box {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }

  .salla-wa-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: transform .14s ease, box-shadow .14s ease;
    overflow: hidden;
  }

  .salla-wa-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  }

  .salla-wa-btn img {
    width: 70%;
    height: 70%;
    object-fit: contain;
  }

  .salla-wa-text {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    font-family: sans-serif;
    text-align: center;
  }

  @media (max-width: 480px) {
    .salla-wa-btn {
      width: 70px;
      height: 70px;
    }
    .salla-wa-text {
      font-size: 14px;
    }
  }
body {
  color: white !important;
  }
  .text-gray-800{
  color: white !important;
  }
.s-comments-product{
background-color: rgb(46 4 74);
}

 .s-product-card-price, .s-product-card-starting-price h4
 {  color:black  !important;
.s-quantity-input-input {
    color: #0000 !important; 
}