.p-cart-page:has(.p-empty-cart) .wc-block-components-notice-banner {
	display: none;
}

.p-empty-cart {
	padding: 180px 0;
}

.p-empty-cart h1 {
	margin-bottom: 32px;
	color: #05152D;
	font-family: "Gilroy", sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
}

.cart-custom__item-range .set .currentValue {
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-custom__item-actions a svg,
.cart-custom__item-actions button svg {
	transition: all 0.3s ease;
}


.cart-custom__item-actions button svg:hover,
.cart-custom__item-actions a svg:hover {
	transition: all 0.3s ease;
	opacity: 0.5;
}

.cart-custom__item-range-wrapper .minus,
.cart-custom__item-range-wrapper .plus {
	transition: all 0.3s ease;
	display: flex;
}

.cart-custom__item-range-wrapper .minus:hover,
.cart-custom__item-range-wrapper .plus:hover {
	transition: all 0.3s ease;
	opacity: 0.5;
}


@media screen and (max-width: 600px) {
	.p-empty-cart h1 {
		font-size: 38px;
	}
}

.p-empty-cart .p-button {
	flex: unset;
	width: fit-content;
}

@media screen and (max-width: 600px) {
	.p-empty-cart .p-button {
		padding: 14px 24px;
		width: 100%;
	}
}

@media screen and (max-width: 998px) {
	.cart-custom__item .cart-custom__item-options {
		flex-flow: column;
	}

	.cart-custom__item .cart-custom__item-options p {
		width: 100%;
	}
}

@media screen and (max-width: 998px) {
	.cart-custom__item {
		flex-flow: column;
	}

	.cart-custom__item-range {
		order: 3;
	}

	.cart-custom__item-range .set {
		margin: 0;
	}

	.cart-custom__item-range .set select {
		display: none;
	}

	.cart-custom__item .cart-custom__item-img {
		order: 1;
		width: 100%;
		max-width: 100%;
		height: 280px;
		flex: 0 0 auto;
	}

	.cart-custom__item .cart-custom__item-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.cart-custom__item .cart-custom__item-info {
		order: 2;
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
	}

	.cart-custom__item-total h3 {
		text-align: right;
	}

	.cart-custom__item-options {
		width: 100%;
		max-width: 100%;
	}

	.cart-custom__item .cart-custom__item-upload {
		margin: 0;
		width: 100%;
		order: 4;
		max-width: 100%;
	}

	.cart-custom__item .cart__item-quantity {
		order: 5;
		width: 100%;
	}

	.cart-custom__item .cart-custom__item-total {
		order: 0;
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
	}

	.cart-custom__item-upload .uploaded-file {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.cart-custom__title {
		font-size: 34px;
	}
}

@media screen and (max-width: 500px) {
	.cart-custom__item .cart-custom__item-img {
		height: 200px;
	}

	.cart-custom__cta .cta-dark {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
}