.add-on-product.quick-buy .product-img{
    width: 100%;
    height: auto;
}

.add-on-section .button-secondary{
  width: 100%;
}


.add-on-modal.quick-buy.open{
  display: grid;
  grid-template-rows: 65px 275px calc(100% - 389px) 49px;
  overflow: unset;
}

.add-on-modal.quick-buy .product-info{
  height: 100%;
  padding-bottom: 20px;
}


.add-on-modal.quick-buy .btns{
  width: calc(100% - 16px);
  margin: 0px 8px;
}