/* BG */
body {
    background-color: #fff;
}

/* Header */
#mainnav {
    height: unset !important;
}
#mainnav .inner {
    padding-block: 0.4rem !important;
}
.topnav-is-dark .top-navbar {
    background-color: var(--color-primary);
}
.topnav-is-dark .top-navbar ::placeholder {
    color: #fff;
}
.s-search-icon svg {
    fill: #fff;
}
.navbar-brand img {
    max-height: 8rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 140px;
}

/* Container */
@media (min-width: 1280px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        max-width: 90%;
    }
}
.banner--fixed img, .banner-entry {
    background-color: transparent
}
section:first-of-type {
    margin-top: 8px;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    gap: 8px;
}
section:nth-child(1 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
    max-width: 1000px;
    margin-inline: auto;
}
.s-block__title {
    justify-content: center;
}
.s-block__title .right-side {
    padding: 0;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 230px;
    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;
}
/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 600px;
}
@media(min-width: 1024px) {
    .s-block__title .right-side h2 {
        font-size: 42px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) {
        max-width: 1580px;
    }
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 225px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 315px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 200px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 270px;
    }
}
@media(max-width: 576px) {
    section:nth-child(1 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 150px;
    }
}
/* Categories List End */

/* Products Start */
salla-add-product-button button {
    background-color: var(--color-primary);
    color: #fff !important;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
/* Products End */

/* Footer Start */
.store-footer .store-footer__inner{
    background-color: #291E0F;
    color: white;
    border: none;
}
.store-footer{
    background-color: #291E0F;
}

/* remove border - xmoaaz */
.store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
    border-color: #fff;
}
.store-footer .copyright-text a:hover {
    opacity: 0.7;
    color: #fff;
}

.unicode {
  text-align: right;
}
@media (width < 1024px) {
	footer * {
  		margin-left: auto;
  		margin-right: auto;
  		text-align: center;
	}
}
/* Footer End */