@media screen and (width <= 768px) {
  [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-price {
    width: 39% !important;
  }

  [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-quantity {
    width: 61% !important;
  }
}

.property-key-_is_free_gift .rebuy-cart__flyout-item-quantity-widget {
  display: none !important;
}

.property-_gwp\:true .rebuy-cart__flyout-item-remove {
  display: none;
}
