/*
 * Small non-optimized safety layer for dynamic storefront components.
 * It prevents LiteSpeed UCSS from removing selectors activated after load.
 */

.lcs-cart-overlay[hidden],
.lcs-faq-answer[hidden],
.lcs-form-message[hidden],
.lcs-fast-selected-quantity[hidden] {
	display: none !important;
}

.lcs-cart-overlay {
	background: rgba(15, 23, 42, .48);
	inset: 0;
	position: fixed;
	z-index: 999998;
}

.lcs-cart-drawer {
	background: #fff;
	box-shadow: -18px 0 46px rgba(15, 23, 42, .18);
	display: flex !important;
	flex-direction: column;
	height: 100dvh;
	inset: 0 0 0 auto;
	max-width: 420px;
	overflow: hidden;
	position: fixed;
	transform: translate3d(105%, 0, 0) !important;
	transition: transform .22s ease;
	visibility: visible !important;
	width: min(92vw, 420px);
	z-index: 999999;
}

.lcs-cart-drawer.is-open,
body.lcs-cart-drawer-open .lcs-cart-drawer {
	transform: translate3d(0, 0, 0) !important;
}

body.lcs-cart-drawer-open {
	overflow: hidden !important;
}

.lcs-cart-drawer .widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	overflow-y: auto;
}

.single-product .lcs-single-price-row {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 11px;
}

.single-product .lcs-single-sale-price {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 11px;
}

.single-product .lcs-single-sale-price ins,
.single-product .lcs-single-sale-price ins .woocommerce-Price-amount,
.single-product .lcs-single-sale-price > .woocommerce-Price-amount {
	color: #0a818f;
	font-size: 21px;
	font-weight: 800;
	text-decoration: none;
}

.single-product .lcs-single-sale-price ins {
	order: 1;
}

.single-product .lcs-single-sale-price del,
.single-product .lcs-single-sale-price del .woocommerce-Price-amount {
	color: #9ca3af;
	font-size: 13px;
	font-weight: 650;
	opacity: 1;
	text-decoration: line-through;
}

.single-product .lcs-single-sale-price del {
	order: 2;
}

.single-product .lcs-single-discount-chip {
	align-items: center;
	background: #ffcf35;
	border-radius: 999px;
	color: #172033;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	min-width: 54px;
	padding: 0 9px;
}

.single-product .lcs-single-bundle-box {
	background: #fff;
	border: 1px solid #e7edf2;
	margin-top: 14px;
	padding: 12px;
}

.single-product .lcs-single-bundle-title {
	color: #273247;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	margin: 0 0 9px;
}

.single-product .lcs-bundle-options {
	display: grid !important;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .lcs-bundle-option {
	align-items: flex-start;
	background: #f8fbfb;
	border: 1px solid #e7edf2;
	border-radius: 0;
	box-shadow: none;
	color: #273247;
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	min-height: 74px;
	padding: 10px 9px;
	position: relative;
	text-align: left;
}

.single-product .lcs-bundle-option.is-active,
.single-product .lcs-bundle-option:hover,
.single-product .lcs-bundle-option:focus-visible {
	background: rgba(23, 181, 183, .08);
	border-color: #17b5b7;
}

.single-product .lcs-bundle-tag {
	align-items: center;
	background: #ffcf35;
	color: #172033;
	display: inline-flex;
	font-size: 9.5px;
	font-weight: 800;
	height: 18px;
	padding: 0 6px;
	position: absolute;
	right: 7px;
	top: -9px;
}

.single-product .lcs-bundle-label {
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.2;
}

.single-product .lcs-bundle-price {
	color: #0a818f;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	margin-top: 5px;
}

.single-product .lcs-bundle-save {
	color: #8792a3;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 5px;
}

.single-product .lcs-fast-order-form {
	display: block;
}

.single-product .lcs-fast-order-form label,
.single-product .lcs-fast-order-form input,
.single-product .lcs-fast-order-form button {
	box-sizing: border-box;
	width: 100%;
}

.single-product .lcs-fast-order-form input[type="hidden"] {
	display: none !important;
}

.single-product .lcs-product-faq .lcs-faq-list {
	display: grid !important;
	gap: 10px;
}

.single-product .lcs-product-faq .lcs-faq-item {
	background: #fff;
	border: 1px solid #e4e8ee;
	border-radius: 12px;
	overflow: hidden;
}

.single-product .lcs-product-faq .lcs-faq-question {
	align-items: center;
	background: #fff;
	border: 0;
	color: #1c2332;
	display: flex !important;
	font-weight: 800;
	justify-content: space-between;
	padding: 15px;
	text-align: left;
	width: 100%;
}

.single-product .lcs-product-faq .lcs-faq-answer {
	border-top: 1px solid #e4e8ee;
	color: #667085;
	padding: 0 15px 15px;
}

@media (max-width: 768px) {
	.lcs-cart-drawer {
		max-width: 360px;
		width: min(88vw, 360px);
	}

	.single-product .lcs-bundle-options {
		grid-template-columns: 1fr;
	}

	.single-product .lcs-bundle-option {
		min-height: 58px;
	}

	.single-product .lcs-single-sale-price ins,
	.single-product .lcs-single-sale-price ins .woocommerce-Price-amount,
	.single-product .lcs-single-sale-price > .woocommerce-Price-amount {
		font-size: 20px;
	}
}
