.cart-item .loading-overlay {
	top: 0;
	left: auto;
	right: auto;
	bottom: 0;
	padding: 0
}
@media (min-width: 48em) {
	.cart-item .loading-overlay {
		left: 0;
		padding-top: 4.5rem;
		bottom: auto
	}
}
.cart-item .loading-overlay:not(.hidden)~* {
	visibility: hidden
}
.cart-item__discounted-prices .cart-item__old-price {
	font-size: 1.4rem;
	opacity: .7
}
.cart-item__final-price {
	font-weight: 500
}
.cart-item__error {
	display: flex;
	align-items: flex-start
}
.cart-item__error-text {
	order: 1;
	font-size: 1.6rem;
	color: #707070;
	line-height: 1;
	margin-bottom: 2rem
}
@media (min-width: 48em) {
	.cart-item__error-text {
		font-size: 2rem
	}
}
.cart-item__error-text+svg {
	flex-shrink: 0;
	width: 1.8rem;
	height: 1.8rem;
	margin-top: .2rem;
	margin-right: .7rem
}
.cart-item__error-text:empty {
	margin-bottom: 0
}
.cart-item__error-text:empty+svg {
	display: none
}
.product-option+.product-option {
	margin-top: .4rem
}
.product-option * {
	display: inline;
	margin: 0
}
.cart-item__congrats {
	grid-area: congrats;
	text-align: center
}
.cart-item__remove {
	text-decoration: none;
	display: block;
	font-size: 1.3rem;
	font-family: futura-pt-bold, sans-serif;
	letter-spacing: normal;
	color: #d3791f;
	margin-top: .5rem;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	transition-property: color
}
@media (hover: hover) and (pointer: fine) {
	.cart-item__remove:hover:not(:disabled) {
		color: #027223
	}
}
.cart-item__remove a {
	text-decoration: none
}
