/* Victoria's Secret Free Gift Promotion Selection Box */

.vcs-free-gift-box {
	background: #ffffff !important;
	border: 2px solid #f3d4db !important;
	border-radius: 12px !important;
	padding: 24px !important;
	margin: 20px 0 30px 0 !important;
	box-shadow: 0 8px 24px rgba(224, 75, 114, 0.12) !important;
	transition: all 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
	color: #111111 !important;
}

.vcs-free-gift-box::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 5px !important;
	background: linear-gradient(90deg, #e04b72, #ff85a2, #e04b72) !important;
}

.vcs-gift-header {
	margin-bottom: 20px !important;
}

.vcs-gift-badge {
	display: inline-block !important;
	background: #e04b72 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 1px !important;
	padding: 4px 12px !important;
	border-radius: 20px !important;
	text-transform: uppercase !important;
	margin-bottom: 8px !important;
}

.vcs-gift-header h3 {
	margin: 8px 0 !important;
	color: #111111 !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

.vcs-gift-subtitle {
	font-size: 15px !important;
	margin: 12px 0 0 0 !important;
	line-height: 1.5 !important;
	display: block !important;
}

.vcs-gift-subtitle.success {
	color: #1b5e20 !important;
	background: #e8f5e9 !important;
	border: 1px solid #c8e6c9 !important;
	padding: 12px 16px !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
}

.vcs-gift-subtitle.progress {
	color: #ad1457 !important;
	background: #fce4ec !important;
	border: 1px solid #f8bbd0 !important;
	padding: 12px 16px !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
}

.vcs-gift-options {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
	gap: 16px !important;
	margin-top: 20px !important;
}

.vcs-gift-card {
	background: #ffffff !important;
	border: 2px solid #e0e0e0 !important;
	border-radius: 12px !important;
	padding: 16px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	cursor: pointer !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	position: relative !important;
}

.vcs-gift-card:hover {
	border-color: #f48fb1 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 16px rgba(224, 75, 114, 0.15) !important;
}

.vcs-gift-card.selected {
	background: #fff0f3 !important;
	border-color: #e04b72 !important;
	box-shadow: 0 6px 18px rgba(224, 75, 114, 0.22) !important;
}

.vcs-gift-img-wrap {
	width: 120px !important;
	height: 120px !important;
	position: relative !important;
	margin-bottom: 12px !important;
}

.vcs-gift-img-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

.vcs-free-tag {
	position: absolute !important;
	top: -6px !important;
	right: -6px !important;
	background: #e04b72 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	padding: 3px 8px !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}

.vcs-gift-info {
	display: flex !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
	width: 100% !important;
}

.vcs-gift-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #111111 !important;
	margin: 0 0 4px 0 !important;
	line-height: 1.35 !important;
}

.vcs-gift-desc {
	font-size: 12px !important;
	color: #555555 !important;
	margin-bottom: 14px !important;
	display: block !important;
	font-weight: 500 !important;
}

.vcs-select-btn {
	margin-top: auto !important;
	width: 100% !important;
	padding: 10px 14px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	border-radius: 8px !important;
	border: 2px solid #e04b72 !important;
	background: #ffffff !important;
	color: #e04b72 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.vcs-select-btn:hover {
	background: #e04b72 !important;
	color: #ffffff !important;
}

.vcs-select-btn.active,
.vcs-gift-card.selected .vcs-select-btn {
	background: #e04b72 !important;
	color: #ffffff !important;
	border-color: #e04b72 !important;
}

/* Cart Item FREE badge */
.vcs-free-badge {
	display: inline-block !important;
	background: #e04b72 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	padding: 4px 10px !important;
	border-radius: 4px !important;
	letter-spacing: 0.5px !important;
}

.vcs-loading {
	opacity: 0.6 !important;
	pointer-events: none !important;
}

/* Mini Preview Strip for Available 75ml Gifts */
.vcs-gift-preview-strip {
	margin-top: 14px !important;
	background: #ffffff !important;
	border: 1.5px dashed #f48fb1 !important;
	border-radius: 10px !important;
	padding: 12px 16px !important;
}

.vcs-preview-label {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #ad1457 !important;
	display: block !important;
	margin-bottom: 10px !important;
}

.vcs-preview-items {
	display: flex !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	align-items: center !important;
}

.vcs-preview-item {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	background: #fff0f3 !important;
	padding: 6px 12px !important;
	border-radius: 20px !important;
	border: 1px solid #f8bbd0 !important;
	transition: transform 0.2s ease !important;
}

.vcs-preview-item:hover {
	transform: scale(1.03) !important;
}

.vcs-preview-item img {
	width: 32px !important;
	height: 32px !important;
	object-fit: cover !important;
	border-radius: 50% !important;
	border: 1.5px solid #e04b72 !important;
}

.vcs-preview-name {
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #222222 !important;
}
