/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2025 | 08:21:46 */
._custom-card-link {
  color: black;
  text-decoration: none;
  display: inline-block;
}

._custom-card {
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

._custom-card:hover {
  transform: translateY(-5px);
}

._custom-card img {
  width: 100%;
  height: auto;
  display: block;
}

._custom-card-title {
  font-size: 1.2rem;
  padding: 16px;
  margin: 0;
color:#000!important;
}
._custom-card-headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}
.related.products{
  display: none!important;
}