body, 
.s-block--tabs-produtcs{ 
background-color: #ffffff; 
} 
/* main Nav */ 
.top-navbar { 
    background-color: #232730 !important;
    color: #fff;
}
.s-search-input {
    background-color: #fff !important;
}
.s-search-input:focus {
    color: #e36149 !important;
}

.mobile-menu span {
    font-size: 20px;
}
.mobile-menu span:hover {
    color: #e36149;
}
#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: #fff;
    fill: #e36149;
    border: solid 1px #232730;
}
.s-menu-topnav-list,
.s-cart-summary-total,
.header-btn__icon.icon.sicon-shopping-bag::before {
        color: #e36149;
}
.s-user-menu-login-btn:hover,
.header-btn__icon:hover,
.s-user-menu-login-btn path:hover {
    border: solid 1px #e36149;
}

/* 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.s-block.s-block--banners.container {
    background-color: #232730;
    padding: 35px;
    margin-top: 15px;;
    max-width: 100%;
}
@media (max-width: 768px) {
    #main-content > section.s-block.s-block--banners.container {
    padding: 5px;
}
}
.banner-entry.square-photos {
    height: 230px;
    background-color: #232730;
}

@media (min-width: 992px) {
    .s-block.s-block--banners.container .grid {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    gap: 10px
}
}
.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
    .s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0px;
}
}
@media (max-width: 768px) {
    .banner-entry.square-photos:nth-of-type(3) {
    grid-column: span 2;
        width: 189px;
        margin: auto;        
}
}

@media (max-width: 768px) {
.banner-entry.square-photos {
    height: 180px;
}
}

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

}
h2 {
    font-size: 35px !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: 8px;
padding-right: 0px;
padding-top: 5px;
position: relative;
}

.s-slider-block__title-right {
  display: grid;
  grid-template-columns: auto 1fr auto; /* left image, text, right image */
  align-items: center; /* vertically center */
  position: relative;
}
/* Decorate the text */
/* Apply grid layout except inside .top-navbar */

.s-slider-block__title-right:not(.top-navbar .s-slider-block__title-right),
.right-side:not(.top-navbar .right-side) {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    position: relative;
}

.right-side:not(.top-navbar .right-side) {
    gap: 5px;
}

/* Center text */
.s-slider-block__title-right:not(.top-navbar .s-slider-block__title-right) h2,
.right-side:not(.top-navbar .right-side) h2 {
    grid-column: 2px;
    margin: 0;
    text-align: center;
}

/* Left decoration */
.s-slider-block__title-right:not(.top-navbar .s-slider-block__title-right)::before,
.right-side:not(.top-navbar .right-side)::before {
    content: "";
    grid-column: 1;
    display: block;
    width: 40px;
    height: 25px;
    background-image: url('https://cdn.files.salla.network/homepage/1673254115/0e418072-aa49-4598-ab0d-401dbc8beeb9_34x34.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Right decoration mirrored */
.s-slider-block__title-right:not(.top-navbar .s-slider-block__title-right)::after,
.right-side:not(.top-navbar .right-side)::after {
    content: "";
    grid-column: 3;
    display: block;
    width: 25px;
    height: 40px;
    background-image: url('https://cdn.files.salla.network/homepage/1673254115/0e418072-aa49-4598-ab0d-401dbc8beeb9_34x34.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

/* Product cards */
custom-salla-product-card {
    border: solid 1px #000000;
}

.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%;
        margin-bottom: 5px;
    }
}
.s-product-card-image-cover {
    padding: 8px;
    border-radius: 18px;
}
.s-product-card-image {
    background-color: #fff;
}
.s-product-card-content {
    padding: 10px;
}

/* card-wishlist-btn */
.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element {
    border: none;
    color: #fff;
    background-color: #000 !important;
    opacity: 1;
}

/* Gif & Section - full width */
#main-content > section:nth-child(5) > div,
#main-content > section:nth-child(7) .container,
#main-content > section:nth-child(11) .container {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}
#main-content > section:nth-child(5) .container img,
#main-content > section:nth-child(7) .container img,
#main-content > section:nth-child(11) .container img {
    border-radius: 0px;
}


/* Footer */ 
.store-footer__inner {
    background: #232730 !important;
    color: #fff !important;
    border-bottom: none;
    border-bottom: solid 1px #232730;
} 
.store-footer {
    background-color: #232730 !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/1673254115/658818e3-5586-4166-b4b5-60bc172c02b9_500x246.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: #fff;
}
.copyright-text p {
    color: #fff !important;
}
.copyright-text a:hover {
    color: #e36149 !important;
}