.fgf-awb-gifts-wrapper {
	margin-top: 24px;
	clear: both;
}

.fgf-awb-banner {
	margin: 16px 0;
	padding: 12px 16px;
	border: 1px solid #2f7a4f;
	background: #eaf7ee;
	color: #1f5a3b;
	font-weight: 700;
	border-radius: 6px;
}

.fgf-awb-banner-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.fgf-awb-notice-link {
	margin-left: 8px;
	text-decoration: underline;
	font-weight: 700;
	color: #1f5a3b;
	padding: 2px 6px;
}

.fgf-awb-notice-link:hover {
	background: #d7f0e0;
	border-radius: 4px;
	padding: 2px 6px;
}

.fgf-awb-progress {
	margin-top: 8px;
	background: #d7f0e0;
	border-radius: 999px;
	height: 8px;
	overflow: hidden;
}

.fgf-awb-progress-bar {
	display: block;
	height: 100%;
	background: #2f7a4f;
	width: 0;
	transition: width 0.3s ease;
}

.fgf-awb-progress-meta {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #1f5a3b;
}

.fgf-awb-gifts-empty {
	display: none;
}

.fgf-awb-gifts {
	padding: 16px 0;
}

.fgf-awb-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.fgf-awb-heading {
	font-size: 20px;
	margin: 0;
}

.fgf-awb-counter {
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.fgf-awb-item {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 12px;
	text-align: center;
	background: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fgf-awb-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.fgf-awb-image img {
	height: auto;
	max-width: 100%;
	transition: transform 0.2s ease;
}

.fgf-awb-item:hover .fgf-awb-image img {
	transform: scale(1.03);
}

.fgf-awb-title {
    font-size: 17px;
    margin: 10px 0 6px;
    min-height: 36px;
    color: black;
    font-weight: bold;
}

.fgf-awb-price {
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 20px;
}

.fgf-awb-variation {
	width: 100%;
	margin-bottom: 10px;
}

.fgf-awb-variation-hint {
	font-size: 12px;
	color: #6b6b6b;
	margin-bottom: 8px;
}

.fgf-awb-variation-hint.is-hidden {
	display: none;
}

.fgf-awb-add-gift.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.fgf-awb-add-gift {
	margin-top: auto;
}

.fgf-awb-add-gift.is-disabled {
	opacity: 0.6;
}

.fgf-awb-note {
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}

.fgf-awb-gifts .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: 2px solid #2f7a4f;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(31, 90, 59, 0.15);
}

.fgf-awb-gifts .owl-nav button span {
	font-size: 40px;
	line-height: 1;
	color: #000;
}

.fgf-awb-gifts .owl-nav .owl-prev {
	left: 13px;
}

.fgf-awb-gifts .owl-nav .owl-next {
	right: 15px;
}

.fgf-awb-carousel {
	position: relative;
}

.fgf-awb-carousel .owl-stage {
	display: flex;
}

.fgf-awb-carousel .owl-item {
	display: flex;
	height: auto;
	align-items: stretch;
}

.fgf-awb-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #1f5a3b;
	color: #fff;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 9999;
}

.fgf-awb-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}
