/* Add custom CSS styles below */ 

body.index::before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url(https://cdn.files.salla.network/theme/1232019859/b2b591c4-7462-44eb-ae4c-06e37d5ca5f4.webp);
    position: fixed;
    z-index: 50 !important;
    transform: scale(0);
    background-size: 120px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    backdrop-filter: blur(1rem);
    animation: logobg 3s forwards ease-in-out;  
}

@keyframes logobg{
  0% {
        opacity: 1;
        transform: scale(1); 
    }
    80% {
        opacity: 1; 
        transform: scale(1);
    }
    100% {
        opacity: 0; 
        transform: scale(1); 
        visibility: hidden; 
    }
}


/* start hero banner */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}

/* start fixed banner */
section.s-block.s-block--fixed-banner .container {
    max-width: 80%;
    padding: 0;
}
.banner--fixed img {
    background-color: unset !important;
}

/* start grid categories */
.banner-entry{
    height: 400px;
    background-color: unset;
}
.lazy__bg.loaded{
  background-size: contain;
  background-repeat: no-repeat;
}
a.banner-entry .lazy__bg {
    transition: all 0.2s linear;
}
a.banner-entry .lazy__bg {
    transition: all 0.2s linear;
}
a.banner-entry:hover .lazy__bg {
    scale: 1.1;
}
@media (min-width:768px) and (max-width:1024px){
.banner-entry{
    height: 320px;
}
}
@media(max-width:767px){
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,1fr);
}
  .banner-entry{
    height: 150px;
}
}

/* start products */
.s-product-card-vertical .s-product-card-image{
      background: unset;
}
.s-button-primary-outline {
    color: #ffffff;
    background-color: var(--color-primary);
}
.s-product-card-entry {
    border: 2px solid var(--color-primary);
}

/* start features */
.s-block--features__item:hover {
    background: linear-gradient(45deg, #002f2bd6, transparent);
}
.s-block--features__item .feature-icon i {
    color: #ffffff;
}
@media(max-width:767px){
  .s-block--features__item {
    background: linear-gradient(45deg, var(--color-primary), transparent);
    border: 1px solid var(--color-primary);
  }
  .s-block--features__item p {
    color: #fff;
}
  
}


/* start footer */
.footer-is-light .store-footer .store-footer__inner {
 background-color: var(--color-primary);
 color: #fff;
 border: none;
}

.store-footer h3{
  color: #fff;
}
@media(max-width:767px){  
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
    text-align: center;
    justify-content: center;
}
}