/* Стилі для спливаючої корзини */
.form-lightbox-wrapper.cart-lightbox.ready {
	justify-content: flex-end;
	padding: 0;
}
.cart-lightbox .lightbox-section {
	width: 960px;
	max-width: 100%;
	padding: 40px;
	margin-top: 0;
	height: 100dvh;
	max-height: 100dvh;
	border-radius: 0px;
	transform: translateX(150vw);
	transition: all 0.5s ease;
}
.form-lightbox-wrapper.cart-lightbox.ready.active .lightbox-section {
	transform: translateX(0vw);
}
.cart-lightbox .close-lightbox {
	top: 40px;
	right: 40px;
	width: 35px;
	height: 35px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-lightbox .close-lightbox img {
	width: 35px;
	height: 35px;
}
.cart-lightbox .cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.cart-lightbox .cart-header .h1 {
	text-transform: uppercase;
}
.cart-lightbox .cart-body {
	max-height: calc(100dvh - 80px - 91px - 133px - 15px);
	overflow-y: auto;
}

.cart-lightbox .cart-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0 20px 0 0;
}

.cart-lightbox .cart-item {    
	position: relative;
	display: flex;
	gap: 15px;    
}

.cart-lightbox .product-image img {
	width: 100px;
	height: 120px;
	min-width: 100px;
	object-fit: cover;
}

.cart-lightbox .product-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 320px;
}

.cart-lightbox .product-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	max-width: 320px;
}

.cart-lightbox .product-variations {
	font-size: 14px;
	color: #666;
}

.cart-lightbox .variation-item {
	margin-bottom: 3px;
}

.cart-lightbox .product-price {
	font-size: 16px;
}

.cart-lightbox .product-quantity {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cart-lightbox .product-quantity .custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid var(--border);
	padding: 0 5px;
	overflow: hidden;
}

.cart-lightbox .quantity-btn {
	width: 34px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--black)!important;
	border: none;
	cursor: pointer;
	font-size: 18px;
	transition: all 0.3s ease;
}

.cart-lightbox .quantity-display {
	width: 24px;
	height: 54px;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 14px;
	background: #fff;
}

.cart-lightbox .product-remove {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	cursor: pointer;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
}
.cart-lightbox .product-remove img {
	width: 20px;
	height: 20px;
}

.cart-lightbox .product-remove span {
	display: none;
}
.cart-lightbox .cart-footer {
	padding-top: 40px;
	margin-top: auto;
}

.cart-lightbox .cart-total {
	margin-bottom: 20px;
}
.cart-lightbox .cart-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 600;
}

.cart-lightbox .cart-actions {
	display: flex;
	gap: var(--blocks-indent);
}

.cart-lightbox .cart-empty-message {
	text-align: center;
	padding: 30px 0;
}

.cart-lightbox .cart-empty-message p {
	font-size: 18px;
	color: #666;
}

/* Адаптивні стилі */
@media (max-width: 1279px) {
	.cart-lightbox .lightbox-section {
		padding: 10px 10px;
	}
	.cart-lightbox .cart-header {
		margin-bottom: 10px;
	}
	.cart-lightbox .close-lightbox {
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}
	.cart-lightbox .close-lightbox img {
		width: 20px;
		height: 20px;
	}
	.cart-lightbox .cart-items {
		padding: 0 10px 0 0;
	}
	.cart-lightbox .cart-item {
		gap: 10px;
		flex-wrap: wrap;
	}
	.cart-lightbox .cart-item {
		flex-wrap: wrap;
		gap: 10px;
	}
	.cart-lightbox .product-info {
		gap: 10px;
		width: calc(100% - 120px - 20px);
	}
	.cart-lightbox .product-quantity {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		margin-left: calc(100px + 10px);
	}
	.cart-lightbox .product-quantity .custom-quantity-input {
		padding: 0 0px;
	}
	.cart-lightbox .quantity-btn {
		width: 30px;
	}
	.cart-lightbox .product-remove {
		position: absolute;
		top: 0;
		right: 0;
	}
	.cart-lightbox .cart-body {
		max-height: calc(100dvh - 20px - 34px - 30px - 103px);
	}
	.cart-lightbox .cart-footer {
		padding-top: 20px;
	}
	/* Стилі для індикатора завантаження */
	.cart-lightbox.loading .cart-body {
		opacity: 0.6;
		pointer-events: none;
	}

	.cart-lightbox .cart-item.updating {
		position: relative;
		opacity: 0.7;
		pointer-events: none;
	}

	.cart-lightbox .cart-item.updating:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		z-index: 1;
	}
	/* Стилі для індикатора завантаження */
	.cart-lightbox .cart-loading {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
		z-index: 10;
		justify-content: center;
		align-items: center;
	}

	.cart-lightbox.loading .cart-loading {
		display: flex;
	}

	.cart-lightbox .loader-spinner {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 4px solid #f3f3f3;
		border-top: 4px solid var(--primary);
		animation: spin 0.5s linear infinite;
	}

	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}