body,
.s-block--tabs-produtcs{
background-color: #ffffff;
}
/* Top nav */
.top-navbar {
background-color: #aa8d5f
}
/* 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;
}
/* 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;
}
h2 {
font-size: 38px !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: 0px;
padding-right: 0px;
padding-top: 5px;
position: relative;
}
@media (max-width: 768px) {
.s-slider-block__title,
.s-block__title {
margin-bottom: 35px;
}
}
.s-slider-block__title-right::after,
.s-block__title .right-side::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 20px;
background:
url('https://cdn.files.salla.network/homepage/1406334329/d5d44fdb-63c7-4bcc-84c7-e051a884737b.webp') no-repeat center bottom;
}
/* Categories */
.banner-entry.square-photos {
    height: 450px;
}

@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;
}
}


.s-block--banners .banner-entry {
    background-color: #ffffff;
}
/* Product card */
.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 #aa8d5f !important;
background-color: #00000000 !important;
color: #aa8d5f
}
/* covers */
.s-block.s-block--fixed-banner.wide-placeholder img {
border-radius: 0px;
}
/* Footer */
.store-footer {
    background-color: #aa8d5f !important;
}
.store-footer__inner {
background-color: #f6ebe3 !important;
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.files.salla.network/theme/1406334329/af0952b9-a09d-4a5a-8a64-bc114bd0e327.webp');
background-size: contain;
background-repeat: no-repeat;
width: 50%;
height: 50%;
color: #ffffff00;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.s-contacts-list-vertical{
place-items: center;
}
}
.copyright-text a:hover {
    color: #2b2b2b;
}