.moederdag p {
    margin-bottom: 0px ! IMPORTANT;
    font-weight: 800 !IMPORTANT;
}
.moederdag strong {
    border: 2px dotted #ffecec;
    padding: 4px 7px;
    transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.moederdag strong:hover {
    background: #ffffff36 !important;
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff30;
}
.moederdag {
    background: rgb(255, 0, 113);
    color: white !important;
    font-weight: 900;
    padding: 9px;
    border-radius: 9px;
    box-shadow: 0px 0px 7px 2px #ff00713b;
}
.discount-copy-wrap {
  display: inline-block;
}

.discount-copy-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.discount-copy-tooltip {
  position: absolute;
  top: -32px;
  right: 0;
  background: #0d2818;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  white-space: nowrap;
}

.discount-copy-box:hover .discount-copy-tooltip {
  opacity: 1;
}
@media screen and (max-width: 849px) {
    .moederdag {
        width: 92%;
    }
   .gap_moederdag {
    display: none !important;
}
}
