/* Add custom CSS styles below */ 

/* Header */
span.s-cart-summary-count {
    display: flex !important;
    background-color: var(--color-primary);
}
@media(max-width:1024px){
  .s-cart-summary-count{
    width: 1rem !important;
    height: 1rem !important;
  }
}


/* Hero Slider */

body.index section:first-of-type,
section.s-block--bundle-video-showcase [component-name="video-showcase"]{
  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;
}

/* Video */
section.special-banner-component video {
    object-fit: contain !important;
}

/* Hero */

/* section.main-banner-component picture img,
section.about-us-component img{
  object-fit: initial !important;
}

@media(max-width:767px){
    .main-banner-component .content .max-w-\[830px\] {
    align-items: center;
    text-align: center;
}
  .main-banner-component .swiper-slide:last-child .content .max-w-\[830px\] {
    max-width: 65%;
}
} */

/* Categories */
.special-categories-component .swiper-wrapper {
    justify-content: center;
}

/* Fatures */
section.store-features-component .lg\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

/* interactive points */
.interactive-points-products-component .absolute.border-white.bg-transparent.cursor-pointer,
p.s-product-card-content-category.text-secondary{
    display: none;
}