.intro strong {
  font-weight: 700;
  font-size: 40px;
}

.et_pb_text_inner {
  color: #000;
}

.et_pb_button, .single_add_to_cart_button {
  display: inline-block;
  width: auto !important;
  padding: 14px 32px !important;
  background: #9f2530 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600;
}

h2.woocommerce-loop-product__title {
  color: #a41c2c;
  font-size: 20px !important;
  font-weight: 700;
}

span.price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #6c7b28 !important;
}

footer {
  position: relative;
  top: 86px;
}

.kerst-card {
  position: relative;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.kerst-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.kerst-card .kerst-card-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 70px;
  z-index: 2;
  color: #fff;
}
.kerst-card .kerst-card-text h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.kerst-card .kerst-card-text p {
  margin: 0;
  font-size: 14px;
  color: #f0f0f0;
}
.kerst-card .kerst-card-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #b3382c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.kerst-card .kerst-card-btn:hover {
  background-color: #8f2c22;
}
.kerst-card .kerst-card-btn svg, .kerst-card .kerst-card-btn i {
  color: #fff;
  font-size: 16px;
}
.kerst-card .kerst-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/*# sourceMappingURL=custom.css.map */
