/**
 * Deckers variables
 *
 * These variables extend the base MFRA configuration and apply to ALL Deckers
 * sites. If a variable needs overridden for a single site it should be placed
 * in that site's _variables.scss file.
 */
/**
 * Site style configuration
 *
 * Change these values to configure different brand sites to have different
 * fonts, colors, spacing, etc...
 */
/**
 * Deckers variables
 *
 * These variables extend the base MFRA configuration and apply to ALL Deckers
 * sites. If a variable needs overridden for a single site it should be placed
 * in that site's _variables.scss file.
 */
/**
 * Site style configuration
 *
 * Change these values to configure different brand sites to have different
 * fonts, colors, spacing, etc...
 */
:root {
  --tile-height: 512px;
  --header-height: 40px; }

.giftcertificate-page .giftcert-title {
  font-size: 1.125rem; }

.giftcertificate-page .card-header h4 {
  font-size: 0.875rem; }

.giftcertificate-page .email-opt-in {
  font-size: 0.75rem; }

.giftcertificate-page .btn-primary,
.giftcertificate-page .btn-outline-primary {
  font-weight: 700; }

.giftcertificate-page .giftcert-title {
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 900 !important; }

.giftcertificate-page .card-header h4 {
  text-transform: initial !important;
  font-size: 1.5rem; }

.giftcertificate-page .card-header .giftcard-checkbalance {
  text-transform: capitalize !important; }

.giftcertificate-page .card-body,
.giftcertificate-page .email-opt-in,
.giftcertificate-page .body-content {
  font-size: 0.875rem; }
  .giftcertificate-page .card-body .form-control-label,
  .giftcertificate-page .email-opt-in .form-control-label,
  .giftcertificate-page .body-content .form-control-label {
    text-transform: uppercase; }


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