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

body {
    background-color: rgb(247 229 208);
}

.topnav-is-dark .top-navbar {
    background-color: rgba(72, 48, 35, var(--tw-bg-opacity, 1));
}

:root {
    --main-color: #483023;
    --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/pdBbL4R2/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/66bKZkRp/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(7) > div,
div.app-inner > section:nth-child(8) > div,
div.app-inner > section:nth-child(10) > div,
div.app-inner > section:nth-child(12) > div,
div.app-inner > section:nth-child(14) > div {
  max-width: 100% !important;
  padding: 0 !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: 0px 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;
}

#cus-secs {
    width: 100%;
    padding-top: 60px
}

#cus-secs #secs-wrapper {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,150px));
    justify-content: center;
    gap: 10px
}

@media (max-width: 1024px) {
    #cus-secs #secs-wrapper {
        grid-template-columns:repeat(3,minmax(0,150px))
    }
}

#cus-secs #secs-wrapper #sec-link {
    transition: .3s
}

#cus-secs #secs-wrapper #sec-link:hover {
    transform: scale(1.1)
}

@media (max-width: 1024px) {
    #cus-secs {
        padding-top:20px
    }
}