/**
 * BrandScent Theme Custom CSS
 * Built on Bootstrap 5.3.2
 *
 * @package BrandScent
 */

/* Site Structure */
.site {
	position: relative;
}

.site-main {
	min-height: 60vh;
	padding: 2rem 0;
}

/* Remove all constraints for Elementor library items */
.post-type-elementor_library #page {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.post-type-elementor_library .site-main {
	padding: 0 !important;
	min-height: auto !important;
}

/* Ensure Elementor content takes full width */
.post-type-elementor_library .site-main,
.elementor-template-full-width .site-main,
.elementor-page-full-width .site-main {
	max-width: 100% !important;
	width: 100% !important;
}

/* Hide Elementor placeholder content area */
.elementor-theme-builder-content-area {
	display: none !important;
}

/* Bootstrap Grid Adjustments */
.container {
	max-width: 1500px;
}

/* Responsive Spacing */
@media (max-width: 767px) {
	.site-main {
		padding: 1rem 0;
	}
}

/* Comparison Table Widget Styles - Premium Design for Scent Marketing */
.comparison-table-wrapper {
	width: 100%;
	position: relative;
}

.comparison-table-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 2.5rem;
	text-align: center;
	color: #000;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 1.5rem;
}

.comparison-table-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, transparent, #F39200, transparent);
	border-radius: 2px;
}

.comparison-table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.comparison-table.table-fixed {
	table-layout: fixed;
}

.comparison-table thead {
	background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

.comparison-table thead th {
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	position: sticky;
	top: 0;
	z-index: 10;
	color: #fff;
	padding: 1.75rem 1.5rem;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.comparison-table thead th:first-child {
	border-left: none;
	background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

.comparison-table thead th:last-child {
	border-right: none;
}

.comparison-table tbody th {
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	background: linear-gradient(90deg, #000 0%, #1a1a1a 100%);
	color: #fff;
	padding: 1.5rem 2rem;
	font-size: 0.95rem;
	letter-spacing: 0.3px;
	border-right: 2px solid rgba(243, 146, 0, 0.2);
	position: relative;
}

.comparison-table tbody td {
	text-align: center;
	vertical-align: middle;
	padding: 1.5rem 1.25rem;
	color: #333;
	font-size: 0.95rem;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	background-color: #fff;
}

.comparison-table tbody tr {
	transition: all 0.3s ease;
}

.comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.comparison-table .featured-column {
	position: relative;
	background: linear-gradient(135deg, rgba(243, 146, 0, 0.03) 0%, rgba(243, 146, 0, 0.08) 100%);
}

.comparison-table thead .featured-column {
	background: linear-gradient(135deg, #F39200 0%, #ffa633 100%);
	color: #000;
	position: relative;
}

.comparison-table thead .featured-column::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.comparison-table thead .featured-column::after {
	content: '★';
	display: inline-block;
	margin-left: 8px;
	font-size: 1rem;
	color: #000;
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.7;
		transform: scale(1.1);
	}
}

.comparison-table tbody .featured-column {
	background: linear-gradient(135deg, rgba(243, 146, 0, 0.05) 0%, rgba(243, 146, 0, 0.1) 100%);
	border-left: 3px solid #F39200;
	border-right: 3px solid #F39200;
}

.comparison-table .row-label-column {
	width: 25%;
	min-width: 180px;
	font-weight: 600;
}

.comparison-table .checkmark-icon {
	color: #F39200;
	font-weight: bold;
	font-size: 1.4em;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: rgba(243, 146, 0, 0.1);
	border-radius: 50%;
	text-align: center;
}

.comparison-table .cross-icon {
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	text-align: center;
}

.comparison-table tbody tr.row-hover {
	background-color: rgba(243, 146, 0, 0.03);
	transform: scale(1.01);
}

.comparison-table tbody tr.row-hover td {
	background-color: transparent;
	color: #000;
}

.comparison-table tbody tr.row-hover .featured-column {
	background: linear-gradient(135deg, rgba(243, 146, 0, 0.12) 0%, rgba(243, 146, 0, 0.18) 100%);
}

/* Responsive Styles - Mobile */
@media (max-width: 767.98px) {
	.comparison-table-title {
		font-size: 1.75rem;
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}

	.comparison-table-title::after {
		width: 60px;
		height: 3px;
	}

	.comparison-table,
	.comparison-table thead,
	.comparison-table tbody,
	.comparison-table th,
	.comparison-table td,
	.comparison-table tr {
		display: block;
	}

	.comparison-table {
		border-radius: 16px;
	}

	.comparison-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.comparison-table tbody tr {
		border: 2px solid rgba(0, 0, 0, 0.08);
		margin-bottom: 1.5rem;
		border-radius: 12px;
		overflow: hidden;
		background: #fff;
		transition: all 0.3s ease;
	}

	.comparison-table tbody tr:active {
		transform: scale(0.98);
	}

	.comparison-table tbody th {
		display: block;
		width: 100%;
		padding: 1.25rem 1rem;
		background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
		color: #fff;
		border-bottom: 3px solid #F39200;
		font-weight: 700;
		text-align: left;
		font-size: 1rem;
		border-right: none;
	}

	.comparison-table tbody th::after {
		display: none;
	}

	.comparison-table tbody td {
		display: block;
		width: 100%;
		padding: 1rem;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		position: relative;
		padding-left: 45%;
		padding-right: 1rem;
		border-right: none;
		background-color: #fff;
	}

	.comparison-table tbody td:before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		width: 40%;
		text-align: left;
		font-weight: 700;
		color: #000;
		font-size: 0.85rem;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		padding-right: 1rem;
	}

	.comparison-table tbody td:last-child {
		border-bottom: none;
	}

	.comparison-table .featured-column {
		background: linear-gradient(135deg, rgba(243, 146, 0, 0.08) 0%, rgba(243, 146, 0, 0.15) 100%);
		border-left: 4px solid #F39200;
	}

	.comparison-table .featured-column::before {
		display: none;
	}

	.comparison-table tbody tr.featured-row {
		border: 3px solid #F39200;
		position: relative;
	}

	.comparison-table tbody tr.featured-row::before {
		content: '★ POPULAR';
		position: absolute;
		top: -12px;
		right: 20px;
		background: linear-gradient(135deg, #F39200 0%, #ffa633 100%);
		color: #000;
		padding: 4px 16px;
		border-radius: 20px;
		font-size: 0.75rem;
		font-weight: 700;
		letter-spacing: 0.5px;
		z-index: 5;
	}

	.comparison-table tbody tr.featured-row th {
		background: linear-gradient(135deg, #F39200 0%, #ffa633 100%);
		color: #000;
		border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	}
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
	.comparison-table-title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.comparison-table-title::after {
		width: 70px;
	}

	.comparison-table {
		font-size: 0.9rem;
		border-radius: 10px;
	}

	.comparison-table thead th {
		padding: 1.5rem 1.25rem;
		font-size: 1rem;
	}

	.comparison-table tbody th {
		padding: 1.25rem 1.5rem;
		font-size: 0.9rem;
	}

	.comparison-table tbody td {
		padding: 1.25rem 1rem;
		font-size: 0.9rem;
	}

	.comparison-table .row-label-column {
		min-width: 160px;
	}
}

/* Desktop Large Screen Enhancements */
@media (min-width: 1200px) {
	.comparison-table-title {
		font-size: 3rem;
		margin-bottom: 3rem;
	}

	.comparison-table thead th {
		padding: 2rem 1.75rem;
		font-size: 1.15rem;
	}

	.comparison-table tbody th {
		padding: 1.75rem 2.5rem;
		font-size: 1rem;
	}

	.comparison-table tbody td {
		padding: 1.75rem 1.5rem;
		font-size: 1rem;
	}
}

/* Comparison Table CTA Buttons */
.comparison-table-cta-buttons-wrapper {
	width: 100%;
	margin-top: 1rem;
}

.comparison-table-cta-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	table-layout: auto;
}

.comparison-table-cta-table .cta-button-spacer {
	width: auto;
	padding: 0;
	min-width: 0;
}

.comparison-table-cta-table .cta-button-cell {
	padding: 1rem 1.25rem 0;
	text-align: center;
	vertical-align: top;
	min-width: 0;
}

.comparison-table-cta-button {
	display: inline-block !important;
	padding: 0.75rem 1.5rem;
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	min-width: 120px;
	text-align: center;
	visibility: visible !important;
	opacity: 1 !important;
}

.comparison-table-cta-button:hover {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.comparison-table-cta-table .cta-button-cell.featured-column .comparison-table-cta-button {
	background-color: #F39200;
	color: #000000;
}

.comparison-table-cta-table .cta-button-cell.featured-column .comparison-table-cta-button:hover {
	background-color: #ffa633;
	color: #000000;
}

/* Responsive CTA Buttons */
@media (max-width: 767.98px) {
	.comparison-table-cta-buttons-wrapper {
		margin-top: 0.5rem;
	}
	
	.comparison-table-cta-table,
	.comparison-table-cta-table tbody,
	.comparison-table-cta-table tr,
	.comparison-table-cta-table td {
		display: block;
		width: 100%;
	}
	
	.comparison-table-cta-table .cta-button-spacer {
		display: none;
	}
	
	.comparison-table-cta-table .cta-button-cell {
		padding: 0.75rem 1rem;
		margin-bottom: 0.5rem;
	}
	
	.comparison-table-cta-button {
		width: 100%;
		display: block;
		text-align: center;
	}
}

/* Print Styles */
@media print {
	.comparison-table-wrapper {
		page-break-inside: avoid;
	}

	.comparison-table {
		border: 2px solid #000;
		box-shadow: none;
	}

	.comparison-table th,
	.comparison-table td {
		border: 1px solid #000;
	}

	.comparison-table thead th {
		background: #000 !important;
		color: #fff !important;
	}

	.comparison-table tbody th {
		background: #000 !important;
		color: #fff !important;
	}

	.comparison-table .featured-column {
		background-color: rgba(243, 146, 0, 0.15) !important;
	}

	.comparison-table thead .featured-column {
		background: #F39200 !important;
		color: #000 !important;
	}
}

/* Custom Selection Widget Styles - Vertical Elegant Layout */
.custom-selection-widget {
	position: relative;
	width: 100%;
	min-height: 600px;
}

.custom-selection-container {
	display: flex;
	flex-direction: row;
	gap: 4rem;
	align-items: flex-start;
	width: 1500px;
	max-width: 100%;
}

/* Vertical Progress Indicator */
.custom-selection-progress-vertical {
	flex: 0 0 220px;
	position: sticky;
	top: 3rem;
	align-self: flex-start;
	background: #fff;
	padding: 2rem 1.5rem;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.progress-step-vertical {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.progress-step-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

.progress-number-vertical {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 2;
	border: 2px solid transparent;
	background-color: #e0e0e0;
	color: #666;
	font-weight: 600;
}

.progress-number-text {
	display: block;
	transition: all 0.3s ease;
	font-size: 1.1rem;
}

.progress-step-vertical.active .progress-number-vertical {
	background-color: #F39200;
	color: #fff;
	border-color: #F39200;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(243, 146, 0, 0.3);
}

.progress-step-vertical.completed .progress-number-vertical {
	background-color: white;
	color: #fff;
	border-color: white;
}

.progress-step-vertical.completed .progress-number-vertical::after {
	content: '✓';
	position: absolute;
	font-size: 1.2rem;
}

.progress-step-vertical.completed .progress-number-text {
	opacity: 0;
}

.progress-line-vertical {
	width: 2px;
	flex: 1;
	min-height: 60px;
	margin-top: 0.5rem;
	transition: all 0.4s ease;
	position: relative;
	background-color: #e0e0e0;
}

.progress-step-vertical.active .progress-line-vertical,
.progress-step-vertical.completed .progress-line-vertical {
	background-color: #F39200;
}

.progress-step-vertical:last-child .progress-line-vertical {
	display: none;
}

.progress-label-vertical {
	flex: 1;
	padding-top: 0.5rem;
	transition: all 0.3s ease;
}

.progress-label-text {
	display: block;
	transition: all 0.3s ease;
	color: #666;
	font-weight: 500;
}

.progress-step-vertical.active .progress-label-text {
	color: #F39200;
	font-weight: 600;
}

.progress-step-vertical.completed .progress-label-text {
	color: white;
}

.progress-step-vertical:hover .progress-number-vertical {
	transform: scale(1.05);
}

.progress-step-vertical:hover .progress-label-text {
	color: #333;
}

/* Steps Content Wrapper */
.custom-selection-steps-wrapper {
	flex: 1;
	min-width: 0;
	max-width: 1200px;
}

.custom-selection-steps {
	position: relative;
	width: 100%;
}

.custom-selection-step {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom: 0;
	padding: 3rem;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-selection-step.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	border-color: rgba(243, 146, 0, 0.2);
}

.custom-selection-step:last-child {
	margin-bottom: 0;
}

.step-title {
	margin-bottom: 2.5rem;
	text-align: left;
	position: relative;
	padding-left: 2rem;
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.2;
}

.step-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	border-radius: 3px;
	transition: all 0.3s ease;
	background: linear-gradient(180deg, #F39200 0%, #ffa726 100%);
	opacity: 0;
}

.custom-selection-step.active .step-title::before {
	opacity: 1;
}

.step-content {
	margin-bottom: 2rem;
}

.selection-group {
	margin-bottom: 3rem;
}

.selection-group:last-child {
	margin-bottom: 0;
}

.selection-group-title {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
}

.selection-group-title .required {
	margin-left: 4px;
}

.custom-selection-options {
	margin-bottom: 2rem;
}

.custom-selection-option {
	border-radius: 12px;
	padding: 1.5rem;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 2px solid #e9ecef;
}

.custom-selection-option::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.custom-selection-option:hover {
	transform: translateY(-5px);
}

.custom-selection-option:hover::before {
	opacity: 1;
}

.custom-selection-option.selected {
	border-color: #F39200;
	background: #fff8f0;
	box-shadow: 0 4px 16px rgba(243, 146, 0, 0.15);
}

.custom-selection-option.selected::after {
	content: '✓';
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: black;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	box-shadow: 0 2px 8px rgba(243, 146, 0, 0.3);
}

.option-image {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 8px;
}

.option-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.custom-selection-option:hover .option-image img {
	transform: scale(1.05);
}

.option-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.custom-selection-option-title {
	margin-bottom: 0.5rem;
}

.option-description {
	margin-top: 0.5rem;
}

.option-price {
	margin-top: 0.5rem;
	color: black;
	font-weight: 600;
}

.poa-text {
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 0.5rem;
}

.product-preview {
	text-align: center;
	margin-bottom: 2rem;
}

.product-preview .product-image {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.product-description {
	margin-bottom: 2rem;
	border-radius: 8px;
}

.custom-selection-form {
	margin: 0 auto;
}

.custom-selection-form .form-group {
	margin-bottom: 1.5rem;
}

.custom-selection-form label {
	display: block;
	margin-bottom: 0.5rem;
}

.custom-selection-form .form-control {
	width: 100%;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.custom-selection-form .form-control:focus {
	outline: none;
}

.step-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
	padding-top: 2.5rem;
	border-top: 1px solid #e9ecef;
	gap: 1rem;
}

.step-actions .btn {
	padding: 0.875rem 2.5rem;
	border-radius: 10px;
	transition: all 0.3s ease;
	min-width: 140px;
	font-weight: 600;
	font-size: 1rem;
	border: none;
	cursor: pointer;
}

.step-actions .btn-primary {
	background: #F39200;
	color: #fff;
}

.step-actions .btn-primary:hover:not(:disabled) {
	background: #e08400;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(243, 146, 0, 0.3);
}

.step-actions .btn-secondary {
	background: #6c757d;
	color: #fff;
}

.step-actions .btn-secondary:hover {
	background: #5a6268;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3);
}

.step-actions .btn-primary:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.step-actions .btn-primary:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.step-actions .btn-secondary:hover {
	transform: translateY(-2px);
}

.selection-summary {
	padding: 0;
}

.selection-summary-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.selection-summary-item {
	padding: 1.5rem;
	border-radius: 12px;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.selection-summary-item:hover {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.selection-summary-label {
	font-weight: 700;
	font-size: 1.1rem;
	color: #1a1a1a;
	border-bottom: 2px solid #F39200;
	display: inline-block;
}

.selection-summary-value {
	font-size: 1rem;
}

.selection-summary-value strong {
	color: black;
	font-weight: 600;
	margin-right: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.custom-selection-container {
		flex-direction: column;
		gap: 2rem;
	}

	.custom-selection-progress-vertical {
		flex: 0 0 auto;
		width: 100%;
		position: relative;
		top: 0;
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		padding: 1.5rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	}

	.custom-selection-progress-vertical::-webkit-scrollbar {
		display: none;
	}

	.progress-step-vertical {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
		margin-right: 2rem;
		min-width: 90px;
	}

	.progress-line-vertical {
		display: none;
	}

	.progress-label-vertical {
		text-align: center;
		padding-top: 0.5rem;
	}

	.progress-label-text {
		font-size: 0.85rem;
	}

	.custom-selection-steps-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.step-title {
		text-align: center;
		padding-left: 0;
		font-size: 1.75rem;
	}

	.step-title::before {
		display: none;
	}

	.custom-selection-step {
		padding: 2rem 1.5rem;
	}
}

@media (max-width: 768px) {
	.custom-selection-container {
		gap: 1.5rem;
	}

	.custom-selection-progress-vertical {
		padding: 1rem;
		gap: 0.5rem;
	}

	.progress-step-vertical {
		min-width: 75px;
		margin-right: 1rem;
	}

	.progress-number-vertical {
		width: 40px;
		height: 40px;
	}

	.progress-number-text {
		font-size: 0.9rem;
	}

	.progress-label-text {
		font-size: 0.75rem;
	}

	.custom-selection-step {
		padding: 1.5rem;
		border-radius: 16px;
	}

	.step-title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}

	.selection-group-title {
		font-size: 1.1rem;
	}

	.custom-selection-option {
		padding: 1.25rem;
	}

	.step-actions {
		flex-direction: column;
		gap: 1rem;
		margin-top: 2rem;
		padding-top: 2rem;
	}

	.step-actions .btn {
		width: 100%;
		max-width: 100%;
		padding: 1rem 2rem;
	}
}

@media (max-width: 576px) {
	.custom-selection-progress-vertical {
		padding: 0.75rem;
	}

	.progress-step-vertical {
		min-width: 70px;
		margin-right: 0.75rem;
	}

	.progress-number-vertical {
		width: 36px;
		height: 36px;
	}

	.progress-number-text {
		font-size: 0.85rem;
	}

	.progress-label-text {
		font-size: 0.7rem;
	}

	.custom-selection-step {
		padding: 1.25rem;
		border-radius: 12px;
	}

	.step-title {
		font-size: 1.35rem;
		margin-bottom: 1.5rem;
	}

	.selection-group {
		margin-bottom: 2rem;
	}

	.selection-group-title {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.custom-selection-option {
		padding: 1rem;
	}

	.selection-summary-item {
		padding: 1rem;
	}

	.step-actions .btn {
		padding: 0.875rem 1.5rem;
		font-size: 0.95rem;
	}
}

/* ============================================
   Custom Selection Widget Styles
   ============================================ */

/* Option Images - Container */
.custom-selection-option .option-image {
  width: 100%;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8f9fa;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

/* Option Images - Image element */
.custom-selection-option .option-image img,
.custom-selection-option .candle-product-image {
  width: 100% !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Option Content */
.custom-selection-option .option-content {
  padding: 1rem;
}

.custom-selection-option .custom-selection-option-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* Option Description - Always visible */
.custom-selection-option .option-description {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6c757d;
  display: block !important;
}

/* Pricing Display Area - Base styles */
.pricing-display-area {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
}

/* Cost Per Unit Pricing - Base styles */
.cost-per-unit-pricing {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  border-top: 3px solid #007bff;
}

.cost-per-unit-title {
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Selection Summary Styles */
.selection-summary-item {
	margin-bottom: 2rem;
}

.selection-summary-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.75rem;
}

.selection-summary-label {
	font-size: 1.2rem;
	font-weight: 700;
}

.selection-summary-value {
	line-height: 1.8;
}

.summary-edit-btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
}

.pricing-summary-box {
	margin-top: 2rem;
	padding: 1.5rem;
	background: #F39200;
	border-radius: 12px;
	color: white;
}

.pricing-summary-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: white;
}

.pricing-summary-content {
	font-size: 1.1rem;
	line-height: 2;
}

.pricing-row {
	display: flex;
	justify-content: space-between;
}

.pricing-row.with-top-margin {
	margin-top: 0.5rem;
}

.pricing-row-value {
	font-weight: 600;
}

.pricing-divider {
	border-color: rgba(255,255,255,0.3);
	margin: 1rem 0;
}

.pricing-total-row {
	font-size: 1.6rem;
	font-weight: 700;
}

.pricing-unit-price {
	color: inherit;
	font-weight: 600;
}

.no-summary-data {
	text-align: center;
	padding: 2rem;
	color: #999;
}

/* Pricing Tier Display Styles */
.pricing-tier-separator {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #e9ecef;
}

.pricing-tier-title {
	margin-bottom: 1rem;
	font-weight: 600;
}

.pricing-tier-info {
	margin-bottom: 1rem;
	white-space: pre-line;
	color: #6c757d;
}

.pricing-tier-label {
	margin-bottom: 0.75rem;
	font-weight: 600;
}

.pricing-tier-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pricing-tier-list.with-margin {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.pricing-tier-item {
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9ecef;
}

.pricing-tier-range {
	font-weight: 500;
}

.pricing-tier-price {
	font-weight: 600;
}

/* Selected Items Display */
.selected-items-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.selected-item-badge {
	background: rgba(255,255,255,0.2);
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-weight: 600;
}

/* Table empty state */
.no-items-row td {
	text-align: center !important;
	color: #6c757d !important;
	padding: 2rem !important;
}

/* Cumulative Price Calculator - Default Styles */
.cumulative-price-calculator {
  margin-top: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
  display: none; /* Hidden by default */
}

.cumulative-price-calculator h4 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.cumulative-price-calculator .selected-items-list {
  margin-bottom: 1.5rem;
}

.cumulative-price-calculator .selected-items-list > div > div {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.cumulative-price-calculator .pricing-breakdown {
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.cumulative-price-calculator .quantity-input-section {
  margin-bottom: 1.5rem;
}

.cumulative-price-calculator .quantity-input-section label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.cumulative-price-calculator .calculator-quantity-input {
  width: 100%;
  font-size: 1.2rem;
  padding: 0.75rem;
  border-radius: 8px;
  border: 2px solid white;
  background: white;
  color: #333;
}

.cumulative-price-calculator .calculator-moq-warning {
  display: block;
  margin-top: 0.5rem;
  color: #ffeb3b;
  font-weight: 600;
}

.cumulative-price-calculator .price-details {
  font-size: 1.1rem;
  line-height: 2;
}

.cumulative-price-calculator .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.cumulative-price-calculator .price-row span:last-child {
  font-weight: 600;
}

.cumulative-price-calculator .calculator-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 1rem 0;
}

.cumulative-price-calculator .price-total-row {
  font-size: 1.4rem;
  font-weight: 700;
}

.cumulative-price-calculator .calculator-item-row-hidden {
  display: none;
}

/* Checkbox Options */
.custom-selection-option.checkbox-option {
  padding: 1rem;
  cursor: pointer;
}

.custom-selection-option.checkbox-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-selection-option.checkbox-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.custom-selection-option.checkbox-option .checkbox-label {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 0;
}

.custom-selection-option.checkbox-option.selected {
  border-color: #F39200;
  background: #fff8f0;
}

.custom-selection-option.checkbox-option.selected::after {
  content: '✓';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F39200;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/* Quantity Checkboxes */
.quantity-checkboxes .custom-selection-option.checkbox-option {
  padding: 0.75rem;
}

/* Hidden state - MUST be last to override base styles */
.pricing-display-area.hidden,
.cost-per-unit-pricing.hidden {
  display: none !important;
}