div.swiper-slide.slide--one-sixth img {
  width: 300px !important;
  height: 300px !important;
}
.swiper-slide.slide--one-sixth {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.swiper-slide.slide--one-sixth img {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}


.slide--cat-entry {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
a.slide--cat-entry {
    background: none !important;
    background-color: unset !important;
}
.slide--cat-entry {
  transition: transform 0.3s ease;
}
.slide--cat-entry:hover {
  transform: scale(1.1);
}
body {
 background-color: #F8F6F0;
}
.s-products-slider-card {
  width: 130px !important;
  height: 175px !important;
  transform: scale(0.8);
}

.s-products-slider-card img {
  width: 100% !important;
  height: 170px !important;
}

.s-products-slider-card .product-title,
.s-products-slider-card .product-name {
  font-size: 16px !important;
  display: block !important;
  visibility: visible !important;
}

.s-products-slider-card .product-price,
.s-products-slider-card .price {
  font-size: 16px !important;
  display: block !important;
  visibility: visible !important;
  font-weight: bold !important;
}