/* Perfuma.lk 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: 8px !important;
	display: block !important;
	font-weight: 500 !important;
}

/* Price Box & Savings Styling */
.vcs-gift-price-box {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	flex-wrap: wrap !important;
	margin-bottom: 12px !important;
}

.vcs-orig-price {
	font-size: 13px !important;
	color: #888888 !important;
	text-decoration: line-through !important;
	font-weight: 600 !important;
}

.vcs-free-price {
	font-size: 15px !important;
	color: #e04b72 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.vcs-savings-badge {
	background: #e8f5e9 !important;
	color: #2e7d32 !important;
	border: 1px solid #a5d6a7 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	padding: 2px 6px !important;
	border-radius: 4px !important;
	text-transform: uppercase !important;
}

.vcs-cart-price-wrap {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 2px !important;
}

.vcs-cart-price-wrap del {
	font-size: 12px !important;
	color: #888888 !important;
	text-decoration: line-through !important;
}

.vcs-cart-price-wrap ins {
	font-size: 14px !important;
	color: #e04b72 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

/* Red Deal Savings Highlight in Checkout & Cart Totals */
.vcs-savings-deal-row th {
	color: #d32f2f !important;
	font-weight: 800 !important;
	font-size: 13px !important;
}

.vcs-red-savings-highlight {
	display: inline-block !important;
	background: #ffebee !important;
	color: #d32f2f !important;
	border: 1.5px solid #ffcdd2 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	padding: 6px 12px !important;
	border-radius: 6px !important;
	letter-spacing: 0.3px !important;
	box-shadow: 0 2px 6px rgba(211, 47, 47, 0.1) !important;
}

.vcs-red-savings-highlight del {
	color: #d32f2f !important;
	text-decoration: line-through !important;
	font-weight: 800 !important;
}

.vcs-red-savings-highlight strong {
	font-weight: 900 !important;
	text-decoration: underline !important;
}

/* ==========================================================================
   PERFUMA LANDING PAGE STYLING (/mist-offer/)
   ========================================================================== */

.perfuma-landing-container {
	max-width: 1100px;
	margin: 20px auto 40px auto;
	font-family: inherit;
	color: #111;
}

.perfuma-landing-hero {
	text-align: center;
	background: linear-gradient(135deg, #1a0013 0%, #3d0027 50%, #61053b 100%);
	color: #fff;
	border-radius: 16px;
	padding: 40px 20px;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(97, 5, 59, 0.3);
}

.perfuma-badge-flash {
	display: inline-block;
	background: #ff4081;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.perfuma-landing-hero h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 900;
	margin: 5px 0 12px 0;
	line-height: 1.3;
}

.perfuma-hero-subtitle {
	font-size: 16px;
	color: #ffd3e0;
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.5;
}

.perfuma-deal-card-wrap {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 25px;
}

@media (max-width: 850px) {
	.perfuma-deal-card-wrap {
		grid-template-columns: 1fr;
	}
}

.perfuma-bundle-items {
	background: #fff;
	border: 1.5px solid #eee;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

.perfuma-bundle-items h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 800;
	color: #222;
	margin-bottom: 18px;
}

.perfuma-bundle-item {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 20px;
	position: relative;
}

.perfuma-item-badge {
	position: absolute;
	top: -10px;
	left: 14px;
	background: #2e7d32;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 2px 8px;
	border-radius: 4px;
}

.perfuma-bundle-item img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 8px;
}

.perfuma-item-details h4 {
	margin: 0 0 4px 0;
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

.perfuma-notes {
	display: block;
	font-size: 12px;
	color: #666;
	margin-bottom: 6px;
}

.perfuma-item-price {
	font-size: 13px;
	color: #333;
}

.perfuma-free-gift-section {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 2px dashed #f48fb1;
}

.perfuma-gift-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
	margin-top: 15px;
}

.perfuma-gift-pick-card {
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.perfuma-gift-pick-card:hover {
	border-color: #f48fb1;
}

.perfuma-gift-pick-card.selected {
	border-color: #e04b72;
	background: #fff0f3;
}

.perfuma-radio-check {
	width: 18px;
	height: 18px;
	border: 2px solid #bbb;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
}

.perfuma-gift-pick-card.selected .perfuma-radio-check {
	border-color: #e04b72;
}

.perfuma-gift-pick-card.selected .perfuma-radio-check::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #e04b72;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

.perfuma-gift-pick-card img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 6px;
}

.perfuma-pick-info strong {
	display: block;
	font-size: 13px;
	color: #111;
	line-height: 1.2;
}

.perfuma-pick-desc {
	display: block;
	font-size: 11px;
	color: #666;
	margin: 2px 0 4px 0;
}

.perfuma-free-label {
	display: inline-block;
	background: #e04b72;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	padding: 1px 6px;
	border-radius: 3px;
}

/* Sidebar Summary */
.perfuma-summary-sidebar {
	position: sticky;
	top: 20px;
}

.perfuma-summary-box {
	background: #fff;
	border: 2px solid #e04b72;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 6px 20px rgba(224, 75, 114, 0.12);
}

.perfuma-summary-box h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 800;
	color: #111;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.perfuma-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 10px;
	color: #444;
}

.perfuma-summary-row.free .free-text {
	color: #2e7d32;
	font-weight: 800;
}

.perfuma-savings-banner-red {
	background: #ffebee;
	color: #d32f2f;
	border: 1px solid #ffcdd2;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	margin: 15px 0;
}

.perfuma-total-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 20px 0;
	font-size: 16px;
	font-weight: 800;
	color: #111;
}

.perfuma-final-price {
	font-size: 22px;
	color: #e04b72;
	font-weight: 900;
}

.perfuma-btn-checkout {
	width: 100%;
	background: linear-gradient(90deg, #e04b72, #ff4081);
	color: #fff;
	border: none;
	padding: 16px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.5px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(224, 75, 114, 0.4);
	transition: all 0.2s ease;
}

.perfuma-btn-checkout:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(224, 75, 114, 0.5);
}

.perfuma-trust-badges {
	margin-top: 14px;
	text-align: center;
	font-size: 11px;
	color: #777;
	line-height: 1.4;
}

.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;
}
