:root {
    --main-color: #81876d;
}

body, 
.s-block--tabs-produtcs{ 
    background-color: #ffffff; 
} 
/* main Nav */ 
.top-navbar { 
    background-color: #81876d !important;
    color: #fff;
}
.s-menu-topnav-list a:hover { 
    color: #000;
}
.s-search-input {
    background-color: #fff !important;
}
.s-search-input:focus {
    color: #81876d !important;
}

.mobile-menu span {
    font-size: 16px;
}
.mobile-menu span {
    color: #81876d !important;
}
.mobile-menu span:hover {
    color: #000 !important;
}
#mainnav > div > div > div > div:nth-child(1) {
    display: contents;
}
@media (max-width: 768px) {
    #mainnav > div > div > div {
        align-items: center;
  }
}
.s-user-menu-login-btn,
.header-btn__icon,
.s-user-menu-login-btn path {
    background-color: #81876d !important;
    fill: #fff;
}
.s-cart-summary-total {
    color: #81876d;
}
.header-btn__icon.icon.sicon-shopping-bag::before {
    color: #fff;
}
.s-user-menu-login-btn:hover,
.header-btn__icon:hover,
.s-user-menu-login-btn path:hover {
    border: solid 1px #000;
}

/* 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 */
#main-content > section:nth-child(3) > div.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    width: 100%;
}
.banner-entry.square-photos {
    height: 185px;
    background-color: #fff;
    transition: transform 0.3s ease;
    justify-content: center;
}
#main-content > section:nth-child(3) > div.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 > a:nth-child(1) {
    height: 185px; 
}
.banner-entry.square-photos:hover {
    transform: scale(1.05);

}
@media (min-width: 992px) {
    .s-block.s-block--banners.container .grid {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        gap: 15px;
}
}
.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
   .s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
} 
}
@media (max-width: 768px) {
    .banner-entry.square-photos,
    #main-content > section:nth-child(3) > div.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 > a:nth-child(1) {
        height: 110px;
}
}

/* 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;
}
@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: 90px;
    padding-right: 90px;
    position: relative;
}
@media (max-width: 768px) {
    #slider-with-bg-2 > div.s-slider-block__title > div.s-slider-block__title-right > h2 {
        padding-left: 55px;
        padding-right: 55px;
    }
}
@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: 30px;
    background: url('https://cdn.files.salla.network/homepage/1841759583/0af1bb90-be25-4bea-ab1a-42ff944500ce_307x40.webp') no-repeat center bottom;
    background-size: 180px;
}
.s-slider-block__title-right::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background: url('https://cdn.files.salla.network/homepage/1841759583/0af1bb90-be25-4bea-ab1a-42ff944500ce_307x40.webp') no-repeat center bottom;
    background-size: 200px;
}

/* Product cards */
.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%;
    }
}
custom-salla-product-card {
    border: solid 1px #81876d;
}
.s-product-card-image-cover {
    padding: 8px;
    border-radius: 20px 20px 0px 0px;
}
.s-product-card-image {
    background-color: #fff;
}
.s-product-card-content {
    padding: 10px;
    height: 172px !important;
}

/* card-wishlist-btn */
.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element {
    border: solid 2px #81876d !important;
    color: #81876d; 
}
.sicon-heart:before {
    font-size: 15px;
    font-weight: 600;
}
/* Sections */
@media (max-width: 768px) {
    #main-content > section:nth-child(8) .container {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}
}
#main-content > section:nth-child(8) > div > a > picture > img,
#main-content > section:nth-child(11) > div > a > picture > img {
    background-color: #fff;
    border-radius: 0px;
}
#main-content > section:nth-child(6) > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
    #main-content > section:nth-child(6) > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
    #main-content > section:nth-child(6) > div > a:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }
        #main-content > section:nth-child(6) > div > a:nth-child(2) {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}
@media (min-width: 992px) {
    #main-content > section:nth-child(6) > div {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
}
}
#main-content > section:nth-child(6) > div > a{
    height: 525px;
}
@media (max-width: 768px) {
    #main-content > section:nth-child(6) > div > a {
        height: 250px;
}
}
#main-content > section:nth-child(6) > div > a:nth-child(1),
#main-content > section:nth-child(6) > div > a:nth-child(3) {
    transition: none !important;
    transform: none !important;
}

/* GIF */
#main-content > section:nth-child(12) > div {
    margin: 0px;
    max-width: 100%;
}
/* Tabs of sections/ catetories */
.tab-trigger.s-button-wrap.hydrated:not(.is-active) button{
    border: solid 1px #81876d;
    background-color: #fff !important;
    color: #81876d !important;
}
.tab-trigger.s-button-wrap.hydrated:not(.is-active) button:hover{
    background-color: #81876d !important;
    color: #fff !important;
}


/* Footer */ 
.store-footer__inner {
    background: #e3e5df !important;
    color: var(--main-color) !important;
    border-bottom: none;
} 
.store-footer {
    background-color: var(--main-color) !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.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/RAVwoV/FFPJdB9txIl3Vwp10dQSk5V2uZbFE939lRDgltPz.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 120px;
    margin-bottom: 15px !important;

    width: 70%;
    min-height: 120px;
    color: transparent;
}
@media (max-width: 768px) {
  .store-footer__inner .flex.items-center {
      width: 99%;
      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;
}
}

@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: var(--main-color);
}
.s-social-link {
    border: solid 1px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.s-social-link:hover {
    transform: scale(1.1);
}
.copyright-text p {
    color: #fff !important;
}
.copyright-text a:hover {
    color: #f1f1f1 !important;
}