body.is-modul-fingertryksplakat-product {
  --stamp-pads-max-height: 600px;
}
@media (max-width: 776px) {
  body.is-modul-fingertryksplakat-product {
    --stamp-pads-max-height: 300px;
  }
}
body.is-modul-fingertryksplakat-product .wapf-card-wrap {
  position: relative;
  transition: max-height 0.3s ease;
}
body.is-modul-fingertryksplakat-product .wapf-card-wrap.stamp-pads-collapsed {
  max-height: var(--stamp-pads-max-height);
  overflow: hidden;
}
body.is-modul-fingertryksplakat-product .wapf-card-wrap.stamp-pads-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95) 70%, rgb(255, 255, 255));
  pointer-events: none;
}
body.is-modul-fingertryksplakat-product .stamp-pads-toggle {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 14px 20px;
  border: 0;
  border-radius: 8px;
  background: #2f6f3e;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
}
body.is-modul-fingertryksplakat-product .stamp-pads-toggle:hover {
  transform: translateY(-1px);
}
body.is-modul-fingertryksplakat-product .woocommerce-variation-add-to-cart .wapf,
body.is-modul-fingertryksplakat-product form.cart .wapf {
  background: #fdf4ed !important;
  border-radius: 0 !important;
}