body, 
.s-block--tabs-produtcs{ 
background-color: #ffffff; 
}

/* main Nav */
.main-nav-container {
    background-color: #fffded;
}
.s-search-input {
    background-color: #a0a0a0 !important;
}
.s-search-input::placeholder {
    color: #fff;
}
.s-search-input:focus {
    color: #fffdee !important;
}
.s-user-menu-login-btn,
.header-btn__icon,
.s-user-menu-login-btn path {
    background-color: #fff;
    fill: #689b7a;
    border: solid 1px #f98ce2;
}
.s-menu-topnav-list,
.s-cart-summary-total {
        color: #689b7a;
}

.mobile-menu span {
    color: #689b7a;
}
.mobile-menu span:hover {
    color: #66d58d;
}
@media (max-width: 768px) {
  #mainnav > div > div > div {
    align-items: center;
  }
}

/* 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;
    background-color: #fff;

}

/* Categories */
.banner-entry.square-photos {
    height: 370px;
    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,
.s-reviews-header-wrapper {
    text-align: center;
    justify-content: center;

}
.s-slider-block__title-right,
.s-reviews-header-wrapper {
    margin-bottom:25px;
}
.s-slider-block__title-right h2,
#main-content > section.s-block.s-block--banners.container > div.s-block__title > div > h2,
.s-reviews-header-wrapper h1 {
    font-size: 28px !important;
    color: #689b7a;
}
@media (max-width: 768px) {
    .s-slider-block__title-right h2,
    #main-content > section.s-block.s-block--banners.container > div.s-block__title > div > h2, 
    .s-reviews-header-wrapper h1 {
      font-size: 20px !important;
  }
}
.s-slider-block__title-right,
.s-slider-block__title-right h2,
.s-block__title .right-side,
.s-reviews-header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    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 {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    background:
url('https://cdn.files.salla.network/homepage/554853517/eb1bac1f-cc29-4811-8043-278b9e3c3c62_330x13.webp') no-repeat center bottom;
    background-size: 280px;
}
.s-slider-block__title-right::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    background:
url('https://cdn.files.salla.network/homepage/554853517/eb1bac1f-cc29-4811-8043-278b9e3c3c62_330x13.webp') no-repeat center bottom;
    background-size: 300px;
}

/* Product cards */
custom-salla-product-card {
    border: solid 1px #689b7a;
}
.s-product-card-content-title{ 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

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

/* Gif & Section - full width */
#main-content > section:nth-child(6) > div,
#main-content > section:nth-child(8) .container,
#main-content > section:nth-child(12) .container {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}
#main-content > section:nth-child(6) .container img,
#main-content > section:nth-child(8) .container img,
#main-content > section:nth-child(12) .container img {
    border-radius: 0px;
    background-color: #fff;
}

/* Footer */ 
.store-footer__inner {
    background: linear-gradient(to bottom, #ffffff 0%, #fffdee 55%);
 !important;
    color: #689b7a !important;
    border-bottom: none;
} 
.store-footer {
  background-color: #689b7a !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/554853517/cb94c402-924f-4593-80b3-cd7cabb37464_500x208.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: 60%;
    min-height: 120px !important;
    background-size: contain !important;
    background-position: center;
      margin-bottom: 10px;
  }
}
@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;
}
.s-contacts-icon {
    border-color: #689b7a;
}
.copyright-text p,
.copyright-text a:hover {
    color: #fcf2db !important;
}