/* Add custom CSS styles below */ 
section:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%;
    padding: 0;
}
section:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder)  {
  margin-top: 0px !important
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
/* Categories List Start */
.s-block--banners.container .right-side {
    padding: 0px !important;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.section.s-block.s-block--banners.container  .s-block__title {
    justify-content: center !important;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 250px;
}
  section.s-block.s-block--banners.container .s-block__title h2 {
    font-size: 17px !important;
}
}
@media(max-width: 576px){
a.banner-entry{
    height: 150px;
}
}
/* Categories List End */
/* Products Start */
.s-block--best-offers .s-slider-block__title-left {
    display: none;
}
.s-block--best-offers  .s-slider-block__title {
    justify-content: center;
}
.s-block--best-offers  .s-slider-block__title *{
  padding: 0px;
}
salla-add-product-button button {
    background-color: var(--color-primary);
    color: #fff !important;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}


section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title h2 {
  font-size: 35px;
}

section.s-block.s-block--banners.container .s-block__title h2:after{
    content: "";
    display: block;
    width: 100%;
    height:40px;
    background-image:url("https://cdn.files.salla.network/homepage/849403322/f9b146fa-95a6-47d7-ac1a-ee986491df14_299x32.webp");
    background-size:contain;
    background-repeat:no-repeat
}
.s-slider-block__title-right h2 {
    background: #af7974;
    padding: 20px !important;
    color: #fff;
    border-radius: 10px;
}
/* Products End */
/********start-features***/
.s-block--features__item {
    background: unset;
    border: 2px solid #af7974;
}
.feature-icon i:before {
    color: #fff !important;
}
/********end-features***/
[component-name="about-us"] {
    background-color: unset !important;
    padding: 0px;
}
/********footer***/
footer *{
  color: #AE7874 !important
}
footer span.s-contacts-icon {
    border-color: #ae7874;
}
@media (width < 1024px) {
	footer * {
  		margin-left: auto;
  		margin-right: auto;
  		text-align: center;
	}
}
.footer-is-light .store-footer .store-footer__inner {
    background: unset !important;
}

.store-footer .container > div:nth-of-type(1) a:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("https://cdn.files.salla.network/homepage/849403322/13ec6bee-dff5-47e1-9c11-96f95ab63d89_243x215.webp");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}
.store-footer .container > div:nth-of-type(1) a h3 {
    display: none;
}
@media (max-width:768px){
  .store-footer .container > div:nth-of-type(1) a{
    justify-content: center
  }
}
/*****-fixed-product*-*******/
section.s-block.container .s-block__title {
    justify-content: center !important;
}
.s-products-list-vertical-cards {
    display: flex;
    justify-content: center;
}
section.s-block.container:has(.s-products-list-wrapper ) .s-block__title  h2 {
    background: #af7974;
    padding: 20px !important;
    color: #fff;
    border-radius: 10px;
}
section.s-block.container:has(.s-products-list-wrapper ) .right-side {
    padding: 0px !important;
}