/* Add custom CSS styles below */ 
/* Global */
body {
  background-color: #fff !important;
}

.banner--fixed img {
  background-color: transparent;
}
/* End of Global */


/* Header */
@media(min-width: 1024px) {
  .navbar-brand img {
    max-height: 4rem;
  }
}

#mainnav {
  background-color: #FCF2E7;
  color: #fff;
  align-content: center;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #603D1D;
    }
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        color: #603D1D;
    }
}

.s-user-menu-login-btn , .header-btn__icon.sicon-user-circle, .header-btn__icon.icon.sicon-shopping-bag, .mburger .sicon-menu.text-primary {
  background-color: #fff;
}

.header-btn__icon {
  border-color: #fff;
}

/* End of Header */


/* Main Banner */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 2rem;
}

@media(max-width-768px) {
  :nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
    margin-top: 1rem;
  }
}
/* End of Main Banner */


/* Store Features */
section.s-block.s-block--banners.container .square-photos-grid--equal-2 .banner-entry {
    background-color: transparent;
}

.lazy__bg {
      background-size: contain !important;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .square-photos-grid--equal-2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    :nth-child(1 of section.s-block.s-block--banners.container) .square-photos-grid--equal-2 .banner-entry {
      height: 149px;
    }
}

@media (max-width: 768px) {
    :nth-child(1 of section.s-block.s-block--banners.container) .square-photos-grid--equal-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    :nth-child(1 of section.s-block.s-block--banners.container) .square-photos-grid--equal-2 .banner-entry {
      height: 90px;
    }
}
/* End of Store Features */


/* Categories */
@media (min-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
      height: 235px;
    }
}

@media (max-width: 768px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    :nth-child(2 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
      height: 100px;
    }
}

@media (min-width: 640px) {
    :nth-child(2 of section.s-block.s-block--banners.container) .two-row .banner-entry:first-child {
        grid-row: span 1 / span 2;
    }
}

.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

.s-block__title {
  justify-content: center;
}
/*******/


/* Products Section */
@media(min-width:768px) {
  .s-slider-block__title h2, .s-block__title h2 {
    font-size: 22px;
  }
}

.s-slider-block__title h2, .s-block__title h2 {
    color: #603D1D;
}
.s-slider-nav-arrow {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #E98941;
}

.s-product-card-content-title {
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
  background-color: #fff;
}

.s-product-card-vertical {
  border: 1px solid #603D1D3D;
}

.s-product-card-content {
  border-radius: 0 0 .75rem .75rem;
}

.s-product-card-content-title a {
  color: #1A1A1A;
}

.s-product-card-price, .s-product-card-sale-price h4 {
  color: #E26E28 !important;
}

.s-button-wide {
    background-color: #603D1D;
    color: #fff;
    border: unset;
}

.s-product-card-image {
    /* padding: 1rem; */
    background-color: transparent;
}

.s-product-card-image img {
  transition: .5s;
  aspect-ratio: 1 / 1;
}

.s-product-card-image:hover img {
  transform : scale(1.1);
}

.s-product-card-horizontal .s-product-card-content {
    border-radius: .75rem;
}
/* End of Products Section */


/* Footer */
.footer-is-light .store-footer {
  background-color: #603D1D;
}

footer > div.store-footer__inner {
  background-color: transparent !important;
  color: #FFFFFF;
}

.s-social-list.hydrated {
  place-content: center;
}

.store-footer__inner .container.grid>div:nth-of-type(1) h3 {
    display: none;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a::after {
    content: "";
    display: block;
    width: 97px;
    height: 90px;
    background-image: url(https://cdn.files.salla.network/theme/1447342765/ac662abf-17d3-48b9-9392-29c6991a878e-original.webp);
    background-size: cover;
}

@media (min-width: 992px) {
    footer.store-footer .container.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-items: center;
    }
}

.store-footer__inner .container.grid>div p {
    margin: 10px auto;
}

footer.store-footer * {
    text-align: center;
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 1rem;
    }
}

.store-footer__inner .container.grid>div:nth-of-type(1) {
    padding-left: 0;
    grid-column: span 1 / span 2;
    justify-items: center;
}

footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}

footer > div.store-footer__inner > div > div:nth-child(3) {
  justify-items: center;
}

.s-contacts-list-vertical {
  justify-self: center;
}

.copyright-text p {
  color: #fff;
}

.copyright-text a:hover {
  color: #fff;
}
/* End of Footer */

.s-add-product-toast__actions salla-button .s-button-btn.s-button-gray-outline {
  color: #fff;
}