* {
    font-family: 'El Messiri', sans-serif !important;
}


:root {
    --main-color: #000D3A;
    --light: #F3F3F3;
    --dark: #000
}

#photos-0-slider > div.s-slider-block__title > div > div {
  display: none;
}

section.s-block.s-block--photos-slider {
  margin-top: 0 !important;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}

[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
  padding: 0 !important;
}

.store-footer__inner .grid>div:nth-of-type(1)>a::after {
    content: "";
    background: url(https://i.postimg.cc/zvvKNh4H/Logo.png);
    display: block;
    background-size: contain;
    width: 120px;
    height: 150px;
    background-repeat: no-repeat
}

.store-footer__inner .container>div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px
}

.store-footer__inner .container {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.store-footer__inner .container>div:nth-of-type(1) {
    grid-column: span 1 / span 2
}

.store-footer__inner+div {
    background: #fff0;
    max-width: 100%;
    justify-content: space-around
}

.store-footer__inner>div a h3 {
    display: none
}

@media (max-width: 992px) {
    .store-footer__inner .container {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.index .s-block--fixed-banner img {
    background-color: transparent!important;
    border-radius: 0;
    padding: 0
}

.app-inner .s-block--fixed-banner:first-of-type {
    margin-top: 0px!important
}

.s-block--double-banner {
    padding: 10px
}

@media (min-width: 1024px) {
    .s-block--double-banner {
        padding:100px
    }
}

footer {
    background-image: url(https://i.postimg.cc/d0J7vdy3/BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

footer * {
    background-color: unset!important;
    color: #ffffff!important;
    border-color: #ffffff!important
}

footer>svg {
    display: none
}

footer .s-payments-list-item {
    background-color: #ffffff!important
}

.footer-is-light .store-footer {
    background-color: rgb(255 255 255);
    --tw-text-opacity: 1;
}

.s-block--slider-with-bg {
    background-color: rgb(255 255 255);
}

.s-block--slider-with-bg .slider-bg:before {
    opacity: 0;
}

.banner-entry {
    height: 500px;
}

.banner--fixed img, .banner-entry {
    background-color: rgb(255 255 255);
}

div.app-inner > section:nth-child(6) > div,
div.app-inner > section:nth-child(8) > div {
  max-width: 100% !important;
  padding: 0 !important;
}

div.app-inner > section:nth-child(6) > div > a img,
div.app-inner > section:nth-child(8) > div > a img {
  border-radius: 0 !important;
}

div.app-inner > section:nth-child(6) > div > a img,
div.app-inner > section:nth-child(8) > div > a img {
  background-color: #EEE8E0 !important;
}

button,
.s-button,
salla-button button {
    background: rgb(255 255 255) !important;
    color: rgb(33, 33, 33) !important;
    border: 1px solid rgb(0 0 0) !important;
    border-radius: 250px !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div {
    background-color: rgb(245, 245, 245) !important;
    border: 2px solid rgb(217 217 217) !important;
    border-radius: 5px !important;
    padding: 20px !important;
    transition: all 0.3s ease-in-out !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:hover {
    background-color: rgb(255 255 255) !important;
    border-color: rgb(217 217 217) !important;
    transform: translateY(-3px);
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(1) {
    background-color: rgb(255 255 255) !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(2) {
    background-color: rgb(255 255 255) !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div > div:nth-child(3) {
    background-color: rgb(255 255 255) !important;
}