/* Add custom CSS styles below */

/* Header */
.top-navbar {
    background: var(--color-primary);
}
.main-nav-container.fixed-header .inner {
    background: #00000073;
    backdrop-filter: blur(16px);
}

/* 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 Categories */
.md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
}
.banner-entry .lazy__bg {
    background-size: contain !important;
    transition: all 0.2s linear;
}
.banner-entry:hover .lazy__bg {
    scale: 0.9;
}
.banner-entry {
    height: 300px;
    background: transparent;
}
@media(max-width:767px){
.md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .banner-entry {
    height: 220px;
}
}

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


/* Start Product */
.s-slider-block__title h2 {
    background: var(--color-primary);
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 5px 5px color-mix(in srgb, var(--color-primary), transparent 50%);
    color: #fff;
}
.s-product-card-vertical .s-product-card-image{
      background: unset;
}
.s-product-card-entry {
    border: 2px solid var(--color-primary);
}

/* start footer */
.footer-is-light .store-footer{
 background: linear-gradient(45deg, var(--color-primary), #000000d1);
}
.footer-is-light .store-footer .store-footer__inner {
 background: transparent;
 color: #fff;
 border: none;
}
.store-footer h3,
.copyright-text p {
  color: #fff;
}
.store-footer h3{
  background: var(--color-primary);
    padding: 10px;
    border-radius: 0 10px 0 10px;
    box-shadow: 2px 2px 10px #000000b0;
    color: #fff;
    width: max-content;
}

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