body, 
.s-block--tabs-produtcs{ 
background-color: #ffffff; 
} 
/* main Nav */ 
.top-navbar,
.main-nav-container { 
    background-color: #4c2947 !important;
    color: #fff;
}
.s-user-menu-login-btn,
.header-btn__icon,
.s-user-menu-login-btn path {
    background-color: #fff;
    fill: #4c2947;
}
.s-menu-topnav-list,
.s-cart-summary-total {
        color: #fff;
}
.s-menu-topnav-list a:hover {
    color: #e1bced;
}
.s-search-input {
    background-color: #fff !important;
}
.s-search-input:focus {
    color: #4c2947 !important;
}
.sub-menu.w-56 > ul > li {
    color: #4c2947 !important;
}

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

/* Categories */
.banner-entry.square-photos {
    height: 400px;
    background-color: #fff;
    transition: transform 0.3s ease;
}
.banner-entry.square-photos:hover {
      transform: scale(1.05);

}
@media (min-width: 992px) {
    .s-block.s-block--banners.container .grid {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    gap: 50px
}
}
.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
.banner-entry.square-photos {
    height: 250px;
}
}

/* 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: 25px;
}
h2 {
font-size: 28px !important;
}
@media (max-width: 768px) {
  h2 {
font-size: 22px !important;
}
}
.s-slider-block__title-right,
.s-slider-block__title-right h2,
.s-block__title .right-side {
padding-left: 1px;
padding-right: 1px;
position: relative;
}
@media (max-width: 768px) {
.s-block.s-block--banners.container .right-side,
.s-slider-block__title {
margin-bottom: 18px;
}
}
.s-block.s-block--banners.container .right-side::after,
.s-slider-block__title-right::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 22px;
background:
url('https://cdn.files.salla.network/homepage/1749348854/5da1b388-8dae-40ea-b59d-d8bcb03b486e.webp') no-repeat center bottom;
    background-size: contain;
}

/* Product cards */
img.s-product-card-image-contain {
    background-color: #fff;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

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

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

/* Footer */ 
.store-footer,
.store-footer__inner {
  background-color: #4c2947 !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/theme/1749348854/eafd0dd4-0fc7-464c-881f-c4f30cd55aec.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 90px;

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