/* Add custom CSS styles below */ 


.image-title .title-heade {
  
    background-color: unset;
    
}
/* main banner */
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  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*/

.copyright-text a:hover {
    color: #fff !important;
}
.copyright-text p {

    color: #fff !important;
}
.s-payments-list-item img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    background: #ffffff !important;
}

@media(max-width:768px) {
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
/* end cat*/
}