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

.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

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


/* Header */
.main-nav-container {
  box-shadow: none;
}
/***/


/* Slider */
:nth-child(1 of section.s-block.s-block--photos-slider) {
  margin-top: 1rem;
}

.s-slider-v-centered .s-slider-block__title-nav, salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
/***/

/* Store Features */
section.s-block.s-block--features .s-block--features__item {
  background-color: #FAF2E5;
  border: 1px solid #AF814F;
  border-radius: 20px;
}

section.s-block.s-block--features.container > div > div > div > i {
  display: none;
}

section.s-block.s-block--features.container > div > div > div::after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-size: cover;
}

section.s-block.s-block--features.container > div > div:nth-child(1) > div::after {
    background-image: url(https://i.ibb.co/Z6gpz9M0/Frame-1000010809.png);
}

section.s-block.s-block--features.container > div > div:nth-child(2) > div::after {
    background-image: url(https://i.ibb.co/d0s4JRVK/Frame-1000010808.png);
}

section.s-block.s-block--features.container > div > div:nth-child(3) > div::after {
    background-image: url(https://i.ibb.co/ymmn5rrQ/Frame-1000010810.png);
}
/***/


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

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

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

.s-product-card-vertical {
    border: 1px solid #FBF1E6;
  overflow: hidden;}

.s-product-card-content {
  background-color: #fff;
  border-radius: 0;
}

.s-product-card-content-main {
  justify-items: center;
}

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

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

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

.s-product-card-content-sub {
    justify-content: center;
}

.s-button-wide {
    background-color: #AF814F;
    color: #fff;
}

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

.s-product-card-vertical:hover img {
  opacity : .9;
  transform : translateY(10px);
  transform : scale(1.1);
}

.s-slider-nav-arrow {
  height: 1.5rem;
  width: 1.5rem;
  border-color: #AF814F;
  background-color: #FBF1E6;
}

.s-slider-nav-arrow svg {
  fill: #AF814F;
}
/* End of Products Section */


/* Categories */
:nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    background-color: transparent;
}

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

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

@media (max-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 410px;
  }
}

@media (min-width: 992px) {
  :nth-child(1 of section.s-block.s-block--banners.container) .md\:grid-cols-3 .banner-entry {
    height: 470px;
  }
}

.lazy__bg {
      background-size: contain;
    background-repeat: no-repeat;
}
/***/


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

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

.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: 100px;
    height: 70px;
    background-image: url(https://cdn.files.salla.network/theme/619265127/15680c0f-7d70-4212-8b8f-028a92583797_116x81.png);
    background-size: cover;
    margin-bottom: 10px;
}

@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 */