body, 
.s-block--tabs-produtcs{ 
background-color: #ffffff; 
} 
/* main Nav */ 
.top-navbar { 
    background-color: #091f38;
    color: #fff;
}
.s-user-menu-login-btn,
.header-btn__icon,
.s-user-menu-login-btn path {
    background-color: #091f38;
    color: #fff;
    border-color: #e5e7eb;
    fill: #fff;
}

/* Hero section */
#main-content > section:nth-child(2) {
margin: 0;
}
#main-content > section:nth-child(2) > div {
max-width: 100%;
padding: 0;
}
#main-content > section:nth-child(2) > div img {
border-radius: 0px;
}

/* Titles of sections */
.s-slider-block__title-nav button,
.swiper-pagination-bullet,
.s-slider-block__title-left {
display: none;
}
.s-block__title,
.s-slider-block__title,
.s-product-card-content-main,
.s-product-card-content-sub {
text-align: center;
justify-content: center;

}
.s-slider-block__title-right {
    margin-bottom: 35px;
}
h2 {
font-size: 32px !important;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2,
.s-block__title .right-side {
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
position: relative;
}
@media (max-width: 768px) {
.s-slider-block__title {
margin-bottom: 18px;
}
}
.s-slider-block__title-right::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 50px;
background:
url('https://cdn.files.salla.network/homepage/1765372955/e04af28b-b128-407e-85bf-d1037730c19a.webp') no-repeat center bottom;
    margin-top: -8px;
    background-size: contain;
}
.s-button-wide {
background-color: #091f38;
    color: #fff;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* 3 Cards section */
#main-content > section:nth-child(4) > div a {
    height: 510px;
    background-color: #fff;
}
@media (max-width: 768px) {
    #main-content > section:nth-child(4) > div a {
            height: 350px;
    }
}

/* 5 Cards section - Desktop only */
#main-content > section:nth-child(6) > div a {
        background-color: #fff;
        border-radius: 0px;
}
#main-content > section:nth-child(6) > div > a:nth-child(3) {
        height: 400px;
    }
    #main-content > section:nth-child(6) > div > a:nth-child(1) > div,
    #main-content > section:nth-child(6) > div > a:nth-child(2) > div,
    #main-content > section:nth-child(6) > div > a:nth-child(4) > div,
    #main-content > section:nth-child(6) > div > a:nth-child(5) > div {
        background-size: cover !important;
        height: 210px;
}
@media (min-width: 769px) {
    #main-content > section:nth-child(6) > div {
        grid-auto-flow: column;
        background-color: #fff;
        /* gap: 10px; */
    }
    #main-content > section:nth-child(6) > div > a:nth-child(1) {
        grid-row: span 1 / span 1;
        grid-column: span 1 / span 1;
    }

    #main-content > section:nth-child(6) > div > a:nth-child(3) {
        grid-row: span 2 / span 2;
        height: 500px;
        margin-top: -22px;
    }
}

/* Footer */ 
.store-footer,
.store-footer__inner {
  background-color: #091f38 !important;
  color: #fff !important;
  border-bottom: none;
} 
.store-footer__inner .container { 
  grid-template-columns: repeat(4, minmax(0, 1fr)); 
} 
@media (max-width: 768px) { 
  .store-footer__inner .container { 
    grid-template-columns: 1fr; 
    justify-items: center;   
    text-align: center;   
  } 
} 
.store-footer__inner .flex.items-center {
  background-image: url('https://cdn.files.salla.network/homepage/1765372955/25f59e32-55e4-4627-a9f8-5536a7e5e4c5.webp');
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto 130px;

  width: 60%;
  min-height: 150px;
  color: transparent;
}
@media (max-width: 768px) {
  .store-footer__inner .flex.items-center {
    width: 100%;
    min-height: 140px !important;
    background-size: auto 130px !important;
  }
}
@media (max-width: 768px) { 
.store-footer__inner div,
.s-contacts-list-vertical{
place-items: center;
}
}
@media (max-width: 768px) {
.s-social-list {
    justify-content: center;
}
}
@media (max-width: 768px) {
    .store-footer__inner > div > div:nth-child(2) {
    margin-top: 50px;
}
}
@media (max-width: 768px) {
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(2) {
    margin-top: 0px;
}
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.max-w-sm.leading-6.mb-6 > p:nth-child(3) {
    display: none;
}
@media (min-width: 1024px) {
  #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div {
    row-gap: 0px !important;
  }
}
.store-footer__inner {
    padding-bottom: 0rem;
    padding-top: 2rem;
}
.copyright-text p,
.copyright-text a:hover {
    color: #fff !important;
}