.m-product-upsell {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .m-product-upsell {
    width: calc(50% - 0.75rem);
  }
}
.m-product-upsell__inner {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
.m-product-upsell__media {
  width: 40%;
  flex-shrink: 0;
}
.m-product-upsell__media img {
  max-width: 100%;
  height: auto;
  display: block;
}
.m-product-upsell__url {
  text-decoration: none;
  color: var(--color-primary-body);
}
.m-product-upsell__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.m-product-upsell__info {
  font-weight: 700;
}
.m-product-upsell__info .product-title {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
@media screen and (min-width: 1250px) {
  .m-product-upsell__info .product-title {
    font-size: var(--product-title-fs);
    line-height: var(--product-title-lh);
  }
}
.m-product-upsell__info .m-product-upsell__price {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
}
.m-product-upsell__heading {
  margin-bottom: 0.5rem;
}
.m-product-upsell__button .icon-quickview-cart {
  width: 3.5rem;
  height: 3.5rem;
}
