
/** MODAL OVERRIDES FOR RIGHT ALIGN **/

.f-modal[open].f-modal-quickview {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .f-modal[open].f-modal-quickview .f-modal__content {
    height: 100vh;
    max-height: 100vh;
  }