/* Add custom CSS styles below */ 
/*fixed code*/
* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
:root{
    --second-color:#fff;
}
/*change body color */
.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url(https://cdn.files.salla.network/theme/91918896/05dc1019-9cee-40a7-b7b3-d7acd87de492_500x500.png);
    position: fixed;
    top: 0;
    z-index: 99999999999999999 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    bottom: 0;
    left: 0;
    right: 0;
}
@keyframes logobg {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
body  ,.s-comments-product {
    background-color:  var(--second-color) !important ;

}
/* image header*/
[dir=rtl] salla-slider.photos-slider .swiper{
    padding: 0 !important;
}
.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
}
 .carousel-slider .swiper-wrapper>div:first-of-type {
    padding: 0;
}
.s-block:first-of-type {
    margin-top: 1rem;
}
salla-slider.photos-slider img.w-full.object-contain.rounded-md {
    width: 80%;
    margin: auto;
}

/*banner--fixed*/
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
/* products border  */
.s-product-card-entry {
    border: 2px solid var(--color-primary);
    
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ddd;
}
button.s-button-btn.s-button-outline.s-button-primary-outline {
      background-color: var(--color-primary);
    color: var(--second-color);
}

.s-product-card-content {
    padding: 12px;
}
.s-product-card-image img {
    background: #fff;
}
/*remove the latest products*/
/*[dir=rtl] .s-slider-block__title h2 {
      color:var(--color-primary);
}*/
/*footer*/
.footer-is-light .store-footer .store-footer__inner  ,footer.store-footer {
    background-color: var(--second-color) !important;
    color: #005232AB;
}
.copyright-text p {
    color: #005232AB;
}

/*logo*/
.store-footer a[href="https://basaeir.com/"] h3 {
    width: 180px;
    height: 140px;
    background-image: url(https://cdn.files.salla.network/theme/91918896/05dc1019-9cee-40a7-b7b3-d7acd87de492_500x500.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
}
/* media */
@media (max-width: 767px){ 
  salla-slider.photos-slider img.w-full.object-contain.rounded-md {
    width: 95%;
    margin: auto;
}

/*slides*/
.swiper-slide {
    width: 56%;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
}