.pdp-modal__product-container {
  display: none;
}
.pdp-modal__product-container .pdp-modal__productName {
  font-family: "Univers LT Std", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  text-transform: uppercase;
}
.pdp-modal__product-container .pdp-modal__productType {
  font-family: Arial, sans-serif;
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.pdp-modal__product-container .pdp-modal__productPrice {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 720px) {
  .contact:has(.contact-us-form) {
    display: none;
  }
  .pdp-sticky-strip--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: #fff;
    box-shadow: 0 -16px 5px 0 rgba(0, 0, 0, 0), 0 -11px 4px 0 rgba(0, 0, 0, 0.01), 0 -6px 4px 0 rgba(0, 0, 0, 0.03), 0 -3px 3px 0 rgba(0, 0, 0, 0.06), 0 -1px 1px 0 rgba(0, 0, 0, 0.06);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }
  .pdp-sticky-strip--bottom .pdp-sticky-strip--bottom__product-container {
    display: none;
  }
  .pdp-sticky-strip--bottom .pdp-sticky-strip--bottom__btn-container {
    justify-content: center;
  }
  .pdp-sticky-strip--bottom .pdp-sticky-strip--bottom__btn-container button {
    width: 366px;
    max-width: calc(68vw);
  }
  .pdp-sticky-strip--bottom .pdp-sticky-strip__bottom-btn {
    width: 186px;
    height: 40px;
    padding: 12px 24px;
  }
  .pdp-modal__product-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact:has(.contact-us-form).is-modal {
    display: block;
    /* Show the div */
    position: fixed;
    /* Stay in place even on scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 9999;
    padding: 40px;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 0;
  }
  .contact:has(.contact-us-form).is-modal .pdp-modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .contact.is-modal:has(.pdp-modal__close-btn) .contact-us-form:has(.new-pdp-form-container),
  .contact.is-modal:has(.pdp-modal__close-btn) .contact-us-form:has(.used-pdp-form-container) {
    background-color: #FFFFFF;
  }
  iframe#genesys-mxg-frame {
    bottom: 88px !important;
    /* !important is necessary to override the existing inline iframe style */
  }
}
@media (min-width: 721px) {
  .pdp-sticky-strip--bottom {
    display: none;
  }
  .contact:has(.contact-us-form) {
    display: flex;
  }
  .contact:has(.contact-us-form) .pdp-modal__close-btn {
    display: none;
  }
}
