.gr-deal-three-carousel {
	position: relative;
}

.gr-deal-three-carousel__nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	padding: 20px 24px 12px;
}

.gr-deal-three-carousel__nav button {
	width: 36px;
	height: 36px;
	border: 1px solid #d7cfcf;
	border-radius: 50%;
	background: #fff;
	color: var(--title-color, #1a1a1a);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.gr-deal-three-carousel__nav button:hover:not(:disabled) {
	background: var(--base-color, #328c2a);
	border-color: var(--base-color, #328c2a);
	color: #fff;
}

.gr-deal-three-carousel__nav button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.gr-deal-three-carousel__track {
	position: relative;
	overflow: hidden;
}

.gr-deal-three-slide {
	display: none;
}

.gr-deal-three-slide.is-active {
	display: block;
}

.gr-deal-three-bundle-btn.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.gr-amazing-deal-subtotal .gr-deal-three-bundle-label {
	margin-right: 6px;
}

.gr-amazing-deal-subtotal .gr-deal-three-bundle-price {
	font-weight: 700;
}

.gr-deal-three-bundle-btn {
	border: none;
	background: #328c2a;
	padding: 12px 24px;
	font: inherit;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 50px;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.gr-deal-three-bundle-btn:hover {
	opacity: 0.92;
}

.gr-deal-three-empty {
	padding: 20px 30px;
	margin: 0;
	color: #666;
}
