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

.mobile-menu span {
    color: #eb6f1e;
}
.mobile-menu span:hover {
    color: #000;
}
#mainnav > div > div > div > div:nth-child(1) {
    display: contents;
}
@media (max-width: 768px) {
  #mainnav > div > div > div {
    align-items: center;
  }
}
/* Hero */
.s-block--bundle-video-hero {
  margin-top: 0px !important;
}

/* 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: 75%;
    margin-right: auto;
    margin-left: auto;
    gap: 50px
}
}
.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
.banner-entry.square-photos {
    height: 160px;
}
}

/* 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: 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: 05px;
}
}
.s-block.s-block--banners.container .right-side::after,
.s-slider-block__title-right::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 20px; 
background:
url('https://cdn.files.salla.network/homepage/601574666/f1e56d55-dfc8-48ce-bcf4-759e6d5da2bd_521x28.webp') no-repeat center bottom;
    background-size: 280px;
}

/* Product cards */
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}
.s-product-card-content-title{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis ;
}

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

/* Footer */ 
.store-footer__inner {
  background-color: #fff !important;
  color: #eb6f1e !important;
  border-top: solid 2px #eb6f1e !important;
  border-bottom: solid 2px #eb6f1e !important;
}
.store-footer {
    background-color: #eb6f1e !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/601574666/dac9d89b-5c35-4489-9a99-293364248e1d_500x181.png');
  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: 150%;
    min-height: 90px !important;
    background-size: contain !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;
}