/* Add custom CSS styles below */
section.s-block.s-block--square-links ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 0;
}
section.s-block.s-block--square-links ul h3 {
  font-size: 10px !important;
}
.text-store-text-secondary {
  font-size: 13px;
}
section.s-block.s-block--square-links {
  margin-top: 15px;
}
.s-block--slider-with-bg .slider-bg:before {
  background: none !important;
}

.container.-mt-62.relative.overflow-hidden.simplified-products.fit-slider-products {
  background: #e7b1bc;
  margin-top: 0;
}
.s-block--slider-with-bg .slider-bg {
  background-size: 100% 100%;
}
@media (max-width: 800px) {
  .s-block--slider-with-bg .slider-bg {
    height: 10rem;
  }
  .text-store-text-primary {
    color: var(--store-text-primary);
    font-size: 14px;
    margin-top: 5px;
  }
  .text-store-text-secondary {
    font-size: 11px;
  }
}
.s-block--slider-with-bg .slider-bg {
  background-repeat: no-repeat;
}
.s-block--slider-with-bg .slider-bg h3 {
  display: none;
}
salla-products-slider .s-slider-block__title {
  border-bottom: none;
}
a.s-slider-block__display-all {
  display: none !important;
}
img.lazy.object-cover.mx-auto.h-24.w-24.rounded-full.group-hover\:scale-110.duration-400.loaded {
  object-fit: contain;
}
.product-card__enhanced-mini-cart button.s-button-element {
  /* background: #000000 !important; */
  border-radius: 61px;
}
.product-card__enhanced-mini-cart button.s-button-element i {
  display: none;
}
.product-card__enhanced-mini-cart button.s-button-element {
  text-align: center;
  display: flex;
  justify-content: center;
}