/* Carousel */
.s-block--photos-slider {
  margin-bottom: 3rem;
}

.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.s-block--photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Logo */
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 70px;
}
.navbar-brand img {
  width: auto !important;
  height: 162px !important;
}
.navbar-brand img {
  max-height: 5rem;
}

/* Categories */
.sf_category_section .category-card h5,
.sf_category_section .category-card p {
  text-align: center !important;
}
.SF_products .s-product-card-entry *,
.SF_products .s-product-card-sale-price.big-price h4 {
  color: #fff !important;
}
.content_griding h1 {
  font-size: 22px;
  line-height: 48px;
  max-width: 300px !important;
}

picture {
  height: 100% !important;
}
picture * {
  object-fit: fill;
  height: 100% !important;
}

b.s-trust-badges-number {
  color: #000;
}

@media (max-width: 768px) {
  .content_griding h1 {
    font-size: 18px;
    line-height: 26px;
    max-width: 200px !important;
  }
  .sf_category_section .category-card {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .sf_category_section .category-card h5,
  .sf_category_section .category-card p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}
@media (min-width: 992px) {
  .sf_category_section .category-card {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    min-height: 340px;
  }

  .sf_category_section .category-card img {
    height: 200px;
  }
}