.product__bundle .page__header:has(.product__card) {
  display: flex;
  flex-direction: row-reverse;
  height: 50vh;
  padding: 0;
}

.product__bundle .page__header:has(.product__card) .page__title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product__bundle .page__header:has(.product__card) .product__card {
  height: 100%;
  aspect-ratio: 9/10;
}

/* media queries */

@media only screen and (max-width: 767.99px) {
  .product__bundle .page__header:has(.product__card) {
    flex-direction: column;
    height: fit-content;
  }

  .product__bundle .page__header:has(.product__card) .page__title {
    padding: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
}

@media only screen and (min-width: 992px) {
}
