/** Shopify CDN: Minification failed

Line 113:2 Unexpected "{"
Line 114:2 Expected identifier but found "%"
Line 119:2 Unexpected "{"
Line 120:2 Expected identifier but found "%"
Line 337:1 Unexpected "{"
Line 338:1 Expected identifier but found "%"
Line 345:1 Unexpected "{"
Line 346:1 Expected identifier but found "%"

**/
.bundle-container {
	font-family: inherit !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 10px;
}

.bundle-card {
	border: 1px solid #F0F0F0;
	border-radius: 15px;
	transition: background-color 0.3s ease;
	background: #fff;
}

.bundle-card.active {
	background: #A4714940;
	border: 2px solid #3E2213;
}

.bundle-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 27px;
	cursor: pointer;
	position: relative;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
	cursor: pointer;
}

/* Hide actual radio, style custom one */
input[type="radio"] {
	display: none;
}

.custom-radio {
	width: 20px;
	height: 20px;
	border: 1px solid #3E2213;
	border-radius: 50%;
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFF6F8;
}

input[type="radio"]:checked+.custom-radio {
	border-color: #3E2213;
}

input[type="radio"]:checked+.custom-radio::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
	background: #3E2213;
	border-radius: 50%;
}

.bundle-title {
	font-family: inherit !important;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #3E2213;
}

.bundle-badge {
	padding: 2px 10px;
	border-radius: 90px;
	background-color: #3E2213;
	font-family: inherit !important;
	font-weight: 900;
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #E8DBD1;
	text-wrap: nowrap;
	position: absolute;
	top: -15px;
	right: 26px;
}

.header-right {
		{
		% comment %
	}

	display: flex;

		{
		% endcomment %
	}

	display: none;
	gap: 5px;
	align-items: center;
}

.header-right .price {
	display: flex;
	font-family: inherit !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	color: #0D0D0D;
}

.header-right .compare-price {
	display: flex;
	font-family: inherit !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: right;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: line-through;
	color: #333333;
}

/* Content Logic */
.bundle-content {
	display: none;
	
	.bundle-content__inner{
		padding: 0 20px 18px;
	}
}

.bundle-card.active .bundle-content {
	display: block;
}

.select-label {
	font-family: inherit !important;
	font-weight: 700 !important;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #3E2213;
	margin: 0 0 6px;
}

.scent-row {
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
	align-items: center;
}

.row-number {
	width: 45px;
	height: 45px;
	border: 1.5px solid #3E2213;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #A4714940;
	font-family: inherit !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize !important;
	color: #3E2213;
}

.row-number.free-label {
	background: #3E2213;
	font-family: inherit !important;
	font-weight: 900 !important;
	font-size: 13px !important;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: capitalize;
	color: #E8DBD1;
}

.dropdown-wrapper {
	flex-grow: 1;
	position: relative;
}

.scent-select {
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0 10px;
	appearance: none;
	background: #fff;
}

.free-tag {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(162.63deg, #EAFFE7 -19.51%, #00936A 86.25%);
	color: #fff;
	font-size: 10px;
	padding: 6px 10px;
	border-radius: 200px;
	pointer-events: none;
	font-family: inherit !important;
	font-weight: 600;
	font-size: 9px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* Custom UL Dropdown */
.custom-dropdown {
	position: relative;
	flex-grow: 1;
}

.dropdown-selected {
	background: white;
	border: 1px solid #F0F0F0;
	height: 50px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 6px 20px;
	cursor: pointer;
}

.dropdown-selected .selected-text {
	font-family: inherit !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
}

.arrow-icon {
	margin-left: auto;
}

.arrow-icon::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
}

.dropdown-list {
	position: absolute;
	top: 105%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 100;
	max-height: 290px;
	overflow-y: auto;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-list::-webkit-scrollbar-button:vertical:start:decrement,
.dropdown-list::-webkit-scrollbar-button:vertical:end:increment {
	display: none;
	height: 0;
}

.dropdown-list {
	scrollbar-width: thin;
	scrollbar-color: #9B9B9B;
}

.dropdown-list::-webkit-scrollbar {
	width: 3px;
	/* scrollbar width */
}

.dropdown-list::-webkit-scrollbar-track {
	background: #9B9B9B;
	border-radius: 1000px;
}

.dropdown-list::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

	{
	% comment %
}

.dropdown-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

	{
	% endcomment %
}

/* Hide top & bottom arrows */
.dropdown-list::-webkit-scrollbar-button {
	display: none !important;
}


.custom-dropdown.open .dropdown-list {
	display: block;
}

.dropdown-item {
	display: flex;
	align-items: flex-start;
	padding: 12px;
	border-bottom: 1px solid #F0F0F0;
	transition: background 0.5s !important;
	cursor: pointer;
	position: relative;
}

.dropdown-item .dropdown-best-seller-badge {
	/* position: absolute; */
	top: -9px;
	right: 13px;
	background: #3E2213;
	padding: 4px 6px;
	border-radius: 200px;
	font-family: inherit !important;
	font-weight: 500 !important;
	font-size: 7px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.dropdown-item .dropdown-new-scent-badge {
	top: -9px;
	right: 13px;
	background: linear-gradient(127.44deg, #EE20D6 0%, #0A2FB6 100%);
	padding: 5px 6px;
	border-radius: 200px;
	font-family: inherit !important;
	font-weight: 500 !important;
	font-size: 7px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: auto;
	min-width: 55px;
}

.dropdown-item:hover {
	background: #F0F0F0;
}

.dropdown-item.out-of-stock:hover {
	background: #f9f9f9 !important;
	cursor: not-allowed;
}

.dropdown-item.out-of-stock {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
	position: relative;
	background: #f9f9f9 !important;
	border-left: 3px solid #d0d0d0;
}

.dropdown-item.out-of-stock::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
	pointer-events: none;
}

.dropdown-item.out-of-stock .item-img,
.dropdown-item.out-of-stock .item-info {
	filter: grayscale(100%) brightness(0.7);
	position: relative;
	z-index: 0;
}

.dropdown-item.out-of-stock .item-title {
	color: #999 !important;
}

.dropdown-item.out-of-stock .item-inspired strong,
.dropdown-item.out-of-stock .item-inspired span {
	color: #bbb !important;
}

.dropdown-out-of-stock-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #666;
	padding: 6px 10px;
	border-radius: 200px;
	font-family: inherit !important;
	font-weight: 700 !important;
	font-size: 9px;
	line-height: 100%;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 20;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.item-img {
	width: 45px;
	height: 45px;
	margin-right: 15px;
}

.item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-info {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item-title {
	display: block;
	font-family: inherit !important;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #0D0D0D;
}

.item-inspired {
	font-size: 12px;
	color: var(--text-gray);
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 140px;
}

.item-inspired strong {
	font-family: inherit !important;
	font-weight: 700;
	font-style: Bold;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #0D0D0D;
}

.item-inspired span {
	font-family: inherit !important;
	font-weight: 500;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #0D0D0DB2;
}

.item-inspired strong {
	color: #000;
}

.free-pill {
	background: #3eb88e;
	color: #fff;
	font-size: 9px;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: bold;
	margin-left: 10px;
}

/* automatic-refills card */
.automatic-refills-card {
	width: 100%;
	margin-bottom: 16px;
	margin-top: 8px;
}

.refill-card {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	border-radius: 12px;
	cursor: pointer;
	background: #A4714940;
	border: 1px solid transparent;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='99%'%3E%3Crect x='0.5' y='0.5' width='99.7%25' height='99%25' rx='10' ry='10' fill='none' stroke='black' stroke-width='1' stroke-dasharray='4 4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

/* Hide native checkbox */
.refill-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Custom checkbox */
.custom-check {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #3e2213;
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;
	transition: all 0.2s ease;
}

/* Checkmark */
.custom-check::after {
	content: "✓";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.15s ease;
}

/* Checked state */
.refill-checkbox:checked+.custom-check {
	background: #3e2213;
	border-color: #3e2213;
}

.refill-checkbox:checked+.custom-check::after {
	opacity: 1;
	transform: scale(1);
}

/* Text */
.refill-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.refill-title {
	font-family: inherit !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #0D0D0D;
	margin-bottom: 4px;
}

.refill-sub {
	font-family: inherit !important;
	font-weight: 500;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #0D0D0DB2;
}

.bbn-subtotal-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.bbn-subtotal-row .subtotal-badge {
	display: flex;
	gap: 4px;
	align-items: center;
	background: #A4714940;
	padding: 4px 6px;
	border-radius: 6px;
}

.bbn-subtotal-row .subtotal-badge .icon {
	display: flex;
}

.bbn-subtotal-row .subtotal-badge .text {
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	color: #3E2213;
	font-family: inherit !important;
}

.bbn-subtotal-row .text-price {
	display: flex;
	align-items: center;
}

.bbn-subtotal-row .text-price .text {
	margin-right: 12px;
	font-family: inherit !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #0D0D0D;
}

.bbn-subtotal-row .text-price .compare-price {
	font-family: inherit !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	text-decoration: line-through;
	color: #808080;
	margin-right: 5px;
}

.bbn-subtotal-row .text-price .final-price {
	font-family: inherit !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: capitalize;
	color: #0D0D0D;
}

@media(max-width: 450px) {
	.item-inspired {
		min-width: fit-content;
	}

	.item-info {
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		gap: 5px;
	}
}

.mystery-gift-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	border-radius: 0 0 13px 13px;
	color: #FFFFFF;
	background-color: #00936A;

	.mystery-gift-image__box{
		width: 50px;
		height: 50px;
		margin-right: 8px;

		img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
	}
	
	.mystery-gift-label{
		font-size: 14px;
		font-weight: bold !important;
	}
}