/* Split discount row: image left, title + badge right (Supro mobile cart layout). */
.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) {
	display: grid;
	grid-template-columns: 70px 1fr;
	grid-template-areas:
		"thumb text"
		"thumb mobile-price"
		"thumb mobile-remove";
	column-gap: 20px;
	row-gap: 8px;
	align-items: start;
}

.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) > a.product-url {
	grid-area: thumb;
	float: none;
	width: 70px;
	margin-right: 0;
}

.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) > a.product-url img {
	display: block;
	width: 70px;
	max-width: 70px;
	height: auto;
}

.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) > .paradox-second-chair-cart-name {
	grid-area: text;
	min-width: 0;
}

.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) > p.price {
	grid-area: mobile-price;
	margin: 0;
}

.woocommerce-cart-form__cart-item td.product-name:has(.paradox-second-chair-cart-name) > a.remove {
	grid-area: mobile-remove;
}

.paradox-second-chair-cart-name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.paradox-second-chair-cart-name > a {
	display: block;
}

.paradox-second-chair-discount-note {
	display: inline-block;
	background-color: #dd3333;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	height: 25px;
	line-height: 23px;
	border-radius: 3px;
	padding: 0 10px;
	white-space: nowrap;
}

.woocommerce-checkout-review-order-table .paradox-second-chair-checkout-badge {
	display: block;
	margin-top: 8px;
}

.woocommerce-checkout-review-order-table .paradox-second-chair-checkout-badge .paradox-second-chair-discount-note {
	vertical-align: middle;
}

.paradox-second-chair-upsell-wrap:empty {
	display: none;
}

.woocommerce-cart.paradox-second-chair-cart-active section.related.products:not(.paradox-second-chair-upsell) {
	display: none !important;
}

.woocommerce-cart.paradox-second-chair-discount-active .paradox-second-chair-upsell-wrap,
.woocommerce-cart.paradox-second-chair-discount-active section.related.products:not(.paradox-second-chair-upsell) {
	display: none !important;
}
