/* Fonts */
@font-face {
  font-family: 'GE SS Two Medium';
  src: url('https://wpazzrk.github.io/uploaded_fonts/GE_SS_Two_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GE SS Two Medium', sans-serif;
}

/* BG */
.app-inner {
    background-color: #f5efef;
}

/* Header */
#mainnav {
    height: unset !important;
    background-color: #fff;
}
.top-navbar {
    display: none;
}
.navbar-brand img {
    max-height: unset;
    max-width: unset;
    height: 150px;
}

/* gr-main-banner */
section.gr-main-banner .down,
section.gr-main-banner .link,
section.gr-main-banner .image-logo{
    display: none;
}

/* GR_Why_choose_use */
section.GR_Why_choose_use p {
    display: none;
}
section.GR_Why_choose_use .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
section.GR_Why_choose_use .grid > div,
section.GR_Why_choose_use h3 {
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* GR_Interactive_banner */
section.GR_Interactive_banner .absolute.inset-0.z-1.opacity-50 {
    display: none;
}
section.GR_Interactive_banner .s-slider-block__display-all {
    background-color: #fff;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* GR_testimonials */
section.GR_testimonials div:has( > img.h-full.w-full ) {
    width: 140px;
    height: unset;
}

/* Footer */
.store-footer {
    background-image: url('https://cdn.files.salla.network/homepage/1846126407/a9d87650-5b7d-4308-afae-d22accf52fb5.webp') !important;
}
.store-footer img[alt="Prime tech"] {
    width: unset;
    height: 100px;
}