/* WonderBra-specific Luma checkout CSS goes here */
body.checkout-onepage-success {
    display: initial;
}

*  {
    font-family: var(--body-font-family) !important;
}

button.primary,
a.primary {
    border-radius: var(--button-border-radius) !important;
    font-weight: 700 !important;
    line-height: 1.6rem !important;
}

button.primary:hover,
a.primary:hover {
    opacity: 0.8 !important;
}

h4 {
    font-size: var(--heading-font-size-m);
}

@media (min-width: 900px) {
  .footer-links h4 em {
    font-style: italic;
  }
}




