body, 
.s-block--tabs-produtcs{ 
background-color: #ffffff; 
} 
/* main Nav */ 
.top-navbar { 
    background-color: #a78054 !important;
    color: #fff;
}
salla-user-menu,
.s-user-menu-login-btn,
.sicon-shopping-bag {
    border-color: #a78054 !important;
}
salla-user-menu path,
.s-user-menu-login-btn path {
    fill: #a78054;

}
.sicon-shopping-bag:before {
    color: #a78054
}

/* Hero section */
.s-block.s-block--photos-slider,
.s-block.s-block--photos-slider .swiper-slide,
#swiper-wrapper-ea3215573e5e5465 > div.swiper-slide,
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
}
.swiper-slide img {
    border-radius: 0px;
}
.swiper-pagination {
    display: none;
}
@media (min-width: 768px){
    .mobilimg {
        display: none;
    }
}
@media (max-width: 767px){
    .pcimg {
        display: none;
    }
}

/* Categories */
.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .banner-entry {
    height: 300px;
  background-color: #fff;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 250px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 180px;
    }
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}
.s-slider-block__title-right {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.banner-entry.square-photos {
    transition: transform 0.3s ease;
}
.banner-entry.square-photos:hover {
      transform: scale(1.05);
}

/* 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;

}
@media (max-width: 768px) {
    .s-slider-block__title-right {
        margin-bottom: 20px;
    }
}
h2 {
    font-size: 28px !important;
}
@media (max-width: 768px) {
  h2 {font-size: 20px !important;}
}
.s-slider-block__title-right,
.s-slider-block__title-right h2,
.s-block__title .right-side {
padding-left: 10px;
padding-right: 10px;
position: relative;
}
@media (max-width: 768px) {
.s-block.s-block--banners.container .right-side,
.s-slider-block__title {
margin-bottom: 10px;
}
}
.s-block.s-block--banners.container .right-side::after {
    content: '';
position: absolute;
left: 0;
width: 100%;
height: 22px;
background:
url('https://cdn.files.salla.network/homepage/1590853463/8ddee215-046f-492a-ae21-5b5f9afcb408.webp') no-repeat center bottom;
    background-size: contain;

}
.s-slider-block__title-right::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 65px;
background:
url('https://cdn.files.salla.network/homepage/1590853463/8ddee215-046f-492a-ae21-5b5f9afcb408.webp') no-repeat center bottom;
    background-size: contain;
}

/* card-wishlist-btn */ 
.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element { 
  border: solid 2px #a78054 !important; 
  background-color: #ffffff !important; 
  color: #a78054; 
} 


/* Sections */
#main-content > section:nth-child(5) .container {
    padding: 0px;
}
#main-content > section:nth-child(5) img {
    border-radius: 0px;
}

/* Footer */ 
.store-footer__inner {
  background-color: #fff !important;
  color: #000 !important;
  border-bottom: none;
}
.store-footer__inner {
    border-top: solid 2px #a78054;
}
.store-footer {
    background-color: #a78054 !important;
}
.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/theme/1590853463/6130164b-2683-4fc9-89cb-65a1c70ba646.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90px;

  width: 70%;
  min-height: 120px;
  color: transparent;
}
@media (max-width: 768px) {
  .store-footer__inner .flex.items-center {
    width: 80%;
    min-height: 130px !important;
    background-size: auto 120px !important;
    background-position: center;
  }
}
@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;
}