/* Add custom CSS styles below */ 
.top-navbar {
    display: flex;
    min-height: 48px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: none;
}
/* Add custom CSS styles below */ 
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin-bottom: 5rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}

.copyright-text p {

    color: rgb(255 255 255);
}

body#app {
    background: #FCFFFB;
}
.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 500px;
}


@media(max-width:768px) {
.font-bold {
    font-weight: 700;
    text-align: center;
}
.font-medium {
    font-weight: 500;
    text-align: center;
}
.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;
    color: #000000 !important;
    font-size: 18px;
    width: 100%;
}
.item-text {
    background-color: rgb(255 255 255 / 13%);
}

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}