.quick-view-modal__content {
  padding: 1rem 0.5rem;
  width: min(100% - 3rem, 120rem);

  .product-form__buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .product-form__quantity {
    width: 14rem;
    min-width: initial;
  }

  .breadcrumbs {
    display: none;
  }

  @media screen and (width <= 750px) {
    .product {
      padding-top: 2.5rem;
    }
  }

    .product-form__buttons-wrapper:not(.no-quantity) .submit_and_wishtlist {
    grid-template-columns: 1fr;
  }

  @media screen and (width >= 990px) {
    .shopify-payment-button {
      width: 100%;
    }
  }
}