/* Product detail presentation inspired by the mint storefront direction. */
body.single-product {
	--lspa-ink: #143e46;
	--lspa-muted: #607c82;
	--lspa-teal: #07989b;
	--lspa-teal-dark: #087579;
	--lspa-mint: #28b983;
	--lspa-line: rgba(31, 151, 151, 0.2);
	--lspa-surface: rgba(255, 255, 255, 0.88);
	background: #f2fbfb;
	color: var(--lspa-ink);
}

body.single-product #main-container {
	background:
		linear-gradient(132deg, #f7fcfc 0%, #dcf7f7 47%, #dcf8eb 100%);
	position: relative;
}

body.single-product #main-container::before {
	background: linear-gradient(90deg, rgba(19, 158, 165, 0.08), rgba(46, 187, 132, 0.08));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

body.single-product .ct-container-full[data-content="normal"] {
	padding-bottom: 72px;
	padding-top: 22px;
}

body.single-product .is-width-constrained,
body.single-product .woocommerce-tabs .is-layout-constrained {
	margin-inline: auto;
	max-width: 1380px;
	width: calc(100% - 80px) !important;
}

body.single-product .hero-section[data-type="type-1"] {
	margin-bottom: 20px;
}

body.single-product .ct-breadcrumbs {
	color: #5b7d82;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
}

body.single-product .ct-breadcrumbs a {
	color: var(--lspa-teal-dark);
}

body.single-product .ct-breadcrumbs .ct-separator {
	color: #92afb2;
}

body.single-product .product-entry-wrapper {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
}

body.single-product .woocommerce-product-gallery {
	background: var(--lspa-surface);
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 22px 55px rgba(20, 103, 108, 0.13);
	max-width: 100%;
	min-width: 0;
	padding: 18px;
}

body.single-product .ct-product-gallery-container,
body.single-product .woocommerce-product-gallery .flexy-container,
body.single-product .woocommerce-product-gallery .flexy {
	min-width: 0;
}

body.single-product .woocommerce-product-gallery .flexy-view {
	background: #fff;
	border: 1px solid rgba(34, 147, 151, 0.12);
	border-radius: 7px;
	overflow: hidden;
}

body.single-product .woocommerce-product-gallery .flexy-item .ct-media-container,
body.single-product .woocommerce-product-gallery .flexy-item img {
	background: #fff;
	object-fit: contain !important;
}

body.single-product .woocommerce-product-gallery .flexy-pills {
	margin-top: 14px;
	position: relative;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol {
	gap: 10px;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(41, 137, 142, 0.17);
	border-radius: 6px;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li:hover,
body.single-product .woocommerce-product-gallery .flexy-pills ol li.active {
	border-color: var(--lspa-teal);
	box-shadow: 0 5px 14px rgba(12, 137, 141, 0.16);
	transform: translateY(-2px);
}

body.single-product .lspa-gallery-pricing {
	background: linear-gradient(135deg, rgba(238, 251, 248, 0.92), rgba(255, 255, 255, 0.96));
	border: 1px solid rgba(17, 119, 79, 0.18);
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 14px;
	padding: 12px 14px;
	width: 100%;
}

body.single-product .lspa-gallery-pricing[hidden] {
	display: none !important;
}

body.single-product .lspa-gallery-pricing h2 {
	color: var(--lspa-ink);
	font-size: 15px;
	font-weight: 760;
	letter-spacing: 0;
	margin: 0 0 8px;
}

body.single-product .lspa-gallery-pricing dl,
body.single-product .lspa-gallery-pricing dl > div {
	margin: 0;
}

body.single-product .lspa-gallery-pricing dl {
	display: grid;
	gap: 6px;
}

body.single-product .lspa-gallery-pricing dl > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

body.single-product .lspa-gallery-pricing dl > div + div {
	border-top: 1px solid rgba(17, 119, 79, 0.12);
	padding-top: 6px;
}

body.single-product .lspa-gallery-pricing dt {
	color: var(--lspa-muted);
	font-size: 13px;
	font-weight: 650;
}

body.single-product .lspa-gallery-pricing dd {
	color: #183348;
	font-size: 17px;
	font-weight: 800;
	margin: 0;
	text-align: right;
}

body.single-product .lspa-gallery-pricing.has-discount .lspa-gallery-pricing__discounted {
	color: #0b5f4a;
}

body.single-product .flexy-pills .lspc-thumbs-nav {
	background: #fff;
	border: 1px solid var(--lspa-line);
	box-shadow: 0 5px 18px rgba(17, 108, 112, 0.2);
	color: var(--lspa-teal-dark);
}

body.single-product .summary.entry-summary {
	background: rgba(242, 255, 254, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 24px 64px rgba(18, 120, 123, 0.15);
	isolation: isolate;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 38px;
	position: relative;
}

body.single-product .summary.entry-summary::before {
	background: linear-gradient(90deg, var(--lspa-teal), var(--lspa-mint));
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

body.single-product .summary.entry-summary::after {
	background: linear-gradient(135deg, rgba(19, 164, 170, 0.08), rgba(38, 189, 132, 0.08));
	content: "";
	height: 150px;
	pointer-events: none;
	position: absolute;
	right: -65px;
	top: -65px;
	transform: rotate(18deg);
	width: 180px;
	z-index: -1;
}

body.single-product .product_title.entry-title {
	color: var(--lspa-ink);
	font-size: 36px;
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.16;
	margin-bottom: 20px;
}

body.single-product .entry-summary .price {
	color: #183348;
	margin: 0 0 12px;
	text-align: right;
	width: 100%;
}

body.single-product .entry-summary .price .woocommerce-Price-amount,
body.single-product .entry-summary .price .amount {
	color: #183348;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
}

body.single-product .entry-summary .price:has(.woocommerce-Price-amount),
body.single-product .entry-summary .price:has(.amount) {
	max-width: 560px;
	width: 94%;
	margin-inline: auto;
}

body.single-product .entry-summary .lspv-price-notice {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(20, 153, 158, 0.22);
	border-radius: 6px;
	color: var(--lspa-teal-dark);
	font-size: 15px;
	justify-content: center;
	min-height: 48px;
	padding: 10px 18px;
	text-decoration: none;
	width: 100%;
}

body.single-product .entry-summary .lspv-price-notice::before {
	background: #d7f5ef;
	border-radius: 50%;
	color: var(--lspa-teal-dark);
	content: "$";
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	margin-right: 9px;
	width: 24px;
	align-items: center;
}

body.single-product .entry-summary .lspv-price-notice:hover,
body.single-product .entry-summary .lspv-price-notice:focus-visible {
	background: #fff;
	border-color: var(--lspa-teal);
	color: #075f64;
	text-decoration: none;
}

body.single-product .woocommerce-product-details__short-description {
	color: var(--lspa-muted);
	font-size: 16px;
	line-height: 1.72;
	margin-bottom: 24px;
}

body.single-product .ct-product-divider {
	background: rgba(20, 133, 138, 0.15);
}

body.single-product .entry-summary .sku_wrapper,
body.single-product .product_meta .sku_wrapper {
	align-items: center;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(31, 151, 151, 0.16);
	border-radius: 5px;
	color: #688287;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 18px !important;
	min-height: 34px;
	padding: 6px 11px;
}

body.single-product .entry-summary .sku {
	color: var(--lspa-ink);
	font-weight: 750;
}

body.single-product .ct-cart-actions {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: 118px minmax(0, 1fr);
}

body.single-product .quantity,
body.single-product .quantity input.qty {
	border-color: rgba(24, 141, 146, 0.25);
	border-radius: 6px;
	height: 56px;
}

body.single-product .quantity input.qty {
	background: rgba(255, 255, 255, 0.82);
	color: var(--lspa-ink);
}

body.single-product .ct-cart-actions .single_add_to_cart_button,
body.single-product .entry-summary .button {
	background: linear-gradient(90deg, #118fa8, #18b493);
	border: 0;
	border-radius: 6px;
	box-shadow: 0 12px 24px rgba(9, 139, 143, 0.22);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	letter-spacing: 0;
	max-width: none;
	min-height: 56px;
	width: 100%;
}

body.single-product .ct-cart-actions .single_add_to_cart_button:hover,
body.single-product .ct-cart-actions .single_add_to_cart_button:focus-visible,
body.single-product .entry-summary .button:hover,
body.single-product .entry-summary .button:focus-visible {
	background: linear-gradient(90deg, #087b8f, #109c7d);
	box-shadow: 0 14px 26px rgba(8, 118, 122, 0.28);
	transform: translateY(-1px);
}

.lspa-actions {
	border: 1px solid rgba(22, 145, 150, 0.19);
	border-radius: 6px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
	overflow: hidden;
	width: 100%;
}

.lspa-action {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	color: var(--lspa-ink);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	min-height: 56px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.lspa-action + .lspa-action {
	border-left: 1px solid rgba(22, 145, 150, 0.19);
}

.lspa-action svg {
	color: var(--lspa-teal);
	flex: 0 0 21px;
	height: 21px;
	width: 21px;
}

.lspa-action:hover,
.lspa-action:focus-visible {
	background: #fff;
	color: var(--lspa-teal-dark);
}

.lspa-action-whatsapp:hover,
.lspa-action-whatsapp:focus-visible {
	background: #edfbf4;
	color: #11714b;
}

body.single-product .woocommerce-tabs {
	background: rgba(255, 255, 255, 0.78);
	border-bottom: 1px solid rgba(25, 140, 145, 0.13);
	border-top: 1px solid rgba(25, 140, 145, 0.13);
	margin-top: 62px;
	padding-bottom: 46px;
	padding-top: 18px;
}

body.single-product .woocommerce-tabs .tabs {
	border-bottom: 1px solid rgba(23, 139, 144, 0.17);
	font-size: 16px;
	gap: 8px;
	justify-content: flex-start;
}

body.single-product .woocommerce-tabs .tabs a {
	border-radius: 5px 5px 0 0;
	color: #617b80;
	font-weight: 700;
	padding: 14px 20px;
}

body.single-product .woocommerce-tabs .tabs li.active a,
body.single-product .woocommerce-tabs .tabs a:hover {
	background: rgba(16, 161, 160, 0.09);
	color: var(--lspa-teal-dark);
}

body.single-product .woocommerce-tabs .tabs li.active::before {
	background: linear-gradient(90deg, var(--lspa-teal), var(--lspa-mint));
}

body.single-product .woocommerce-Tabs-panel {
	color: #4e696f;
	font-size: 16px;
	line-height: 1.78;
}

body.single-product #tab-description > h4 {
	color: var(--lspa-ink);
	font-size: 19px;
	letter-spacing: 0;
	margin-top: 24px;
}

body.single-product .lspc-video-wrap {
	border: 1px solid rgba(23, 139, 144, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(19, 103, 107, 0.12);
	overflow: hidden;
}

body.single-product .lspc-video-right {
	color: #557278;
	font-size: 17px;
	line-height: 1.82;
}

body.single-product section.related.products {
	margin-top: 62px;
}

body.single-product .related.products .ct-module-title {
	color: var(--lspa-ink);
	font-size: 28px;
	font-weight: 760;
	letter-spacing: 0;
	margin-bottom: 24px;
}

body.single-product .related.products ul.products > li.product {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(24, 139, 144, 0.13);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(18, 103, 108, 0.1);
	overflow: hidden;
	padding-bottom: 20px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

body.single-product .related.products ul.products > li.product:hover {
	box-shadow: 0 20px 42px rgba(18, 103, 108, 0.16);
	transform: translateY(-3px);
}

body.single-product .related.products li.product figure {
	background: #fff;
	margin-bottom: 18px;
}

body.single-product .related.products .woocommerce-loop-product__title,
body.single-product .related.products .price,
body.single-product .related.products .entry-meta,
body.single-product .related.products .ct-woo-card-actions {
	margin-inline: 20px;
}

body.single-product .related.products .woocommerce-loop-product__title a {
	color: var(--lspa-ink);
}

body.single-product .related.products .lspv-price-notice {
	color: var(--lspa-teal-dark);
}

@media (max-width: 1024px) {
	body.single-product .is-width-constrained,
	body.single-product .woocommerce-tabs .is-layout-constrained {
		width: calc(100% - 40px) !important;
	}

	body.single-product .product-entry-wrapper {
		gap: 24px;
		grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	}

	body.single-product .summary.entry-summary {
		padding: 30px;
	}

	body.single-product .product_title.entry-title {
		font-size: 31px;
	}
}

@media (max-width: 780px) {
	body.single-product .ct-container-full[data-content="normal"] {
		padding-bottom: 48px;
	}

	body.single-product .is-width-constrained,
	body.single-product .woocommerce-tabs .is-layout-constrained {
		width: calc(100% - 28px) !important;
	}

	body.single-product .product-entry-wrapper {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		overflow: hidden;
	}

	body.single-product .product-entry-wrapper > .woocommerce-product-gallery,
	body.single-product .product-entry-wrapper > .summary.entry-summary {
		box-sizing: border-box !important;
		margin-inline: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.single-product .woocommerce-product-gallery {
		padding: 12px;
	}

	body.single-product .summary.entry-summary {
		padding: 28px 22px;
	}

	body.single-product .product_title.entry-title {
		font-size: 28px;
		overflow-wrap: anywhere;
	}

	body.single-product .woocommerce-product-details__short-description {
		overflow-wrap: anywhere;
	}

	body.single-product .woocommerce-tabs {
		margin-top: 44px;
	}

	body.single-product .woocommerce-tabs .tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	body.single-product .lspc-video-panel {
		gap: 24px;
	}

	body.single-product section.related.products {
		margin-top: 44px;
	}
}

@media (max-width: 520px) {
	body.single-product .ct-cart-actions {
		grid-template-columns: 1fr;
	}

	body.single-product .lspa-actions {
		grid-template-columns: 1fr;
	}

	body.single-product .lspa-action + .lspa-action {
		border-left: 0;
		border-top: 1px solid rgba(22, 145, 150, 0.19);
	}

	body.single-product .product_title.entry-title {
		font-size: 25px;
	}
}

/* Unified glass layout: equal product panels and component-based content. */
@media (min-width: 781px) {
body.single-product,
body.single-product #main-container,
body.single-product #main-container button,
body.single-product #main-container input,
body.single-product #main-container select,
body.single-product #main-container textarea {
	font-family: Inter, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

body.single-product #main-container {
	background: linear-gradient(135deg, #edfafa 0%, #e2f7f5 50%, #e7f8ef 100%);
}

body.single-product .product-entry-wrapper {
	align-items: stretch;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product .woocommerce-product-gallery,
body.single-product .summary.entry-summary {
	-webkit-backdrop-filter: blur(18px) saturate(125%);
	align-self: stretch !important;
	backdrop-filter: blur(18px) saturate(125%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(239, 255, 252, 0.6));
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	box-shadow:
		0 22px 54px rgba(20, 106, 110, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
	height: auto;
}

body.single-product .woocommerce-product-gallery {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px;
}

body.single-product .summary.entry-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 30px;
}

body.single-product .woocommerce-product-gallery .flexy-view {
	border-radius: 12px;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li,
body.single-product .entry-summary .lspv-price-notice,
body.single-product .entry-summary .sku_wrapper,
body.single-product .product_meta .sku_wrapper,
body.single-product .quantity,
body.single-product .quantity input.qty,
body.single-product .ct-cart-actions .single_add_to_cart_button,
body.single-product .entry-summary .button,
body.single-product .lspa-actions {
	border-radius: 10px;
}

body.single-product .product_title.entry-title {
	font-size: 32px;
	font-weight: 720;
	line-height: 1.18;
	margin-bottom: 8px;
}

body.single-product .woocommerce-product-details__short-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px !important;
}

body.single-product .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0 !important;
}

body.single-product .entry-summary .price {
	margin-bottom: 12px;
}

body.single-product .entry-summary .sku_wrapper,
body.single-product .product_meta .sku_wrapper {
	align-self: flex-start;
	margin: 0 0 8px 20px !important;
	min-height: 30px;
	padding-block: 4px;
	width: auto;
}

body.single-product .entry-summary .lspa-meta-price-row {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 auto 8px;
	max-width: 560px;
	min-width: 0;
	width: 94%;
}

body.single-product .entry-summary .lspa-meta-price-row > .sku_wrapper {
	align-self: center;
	flex: 0 1 auto;
	margin: 0 !important;
}

body.single-product .entry-summary .lspa-meta-price-row > .price {
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: none;
	width: auto;
}

body.single-product .entry-summary .wcbud-panel {
	-webkit-backdrop-filter: blur(14px) saturate(120%);
	backdrop-filter: blur(14px) saturate(120%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(240, 253, 251, 0.72));
	border-color: rgba(29, 146, 150, 0.16);
	border-radius: 12px;
	box-shadow:
		0 12px 28px rgba(18, 103, 108, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	margin: 6px auto 8px;
	max-width: 560px;
	overflow: hidden;
	width: 94%;
}

body.single-product .entry-summary .wcbud-panel__heading {
	background: rgba(255, 255, 255, 0.56);
	padding: 6px 14px;
}

body.single-product .entry-summary .wcbud-panel__heading h2 {
	font-size: 16px;
}

body.single-product .entry-summary .wcbud-discount-table {
	font-size: 13px;
}

body.single-product .entry-summary .wcbud-discount-table th,
body.single-product .entry-summary .wcbud-discount-table td {
	padding: 4px 14px;
}

body.single-product .entry-summary .wcbud-preview {
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	justify-content: center;
	line-height: 1.35;
	min-height: 78px;
	padding: 6px 14px;
}

body.single-product .entry-summary .wcbud-preview > div:first-child {
	margin-bottom: 5px;
}

body.single-product .entry-summary .wcbud-preview__discount {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1px;
	text-align: right;
}

body.single-product .entry-summary .wcbud-preview__discount small {
	color: var(--lspa-muted);
	font-size: 11px;
	font-weight: 600;
}

body.single-product .entry-summary .wcbud-preview__discount strong {
	color: #0b5f4a;
	font-size: 13px;
}

body.single-product .entry-summary .wcbud-preview dl {
	gap: 3px 18px;
}

body.single-product .quantity,
body.single-product .quantity input.qty {
	height: 44px;
}

body.single-product .ct-cart-actions .single_add_to_cart_button,
body.single-product .entry-summary .button {
	min-height: 44px;
}

body.single-product .entry-summary .lspa-actions {
	margin-top: 10px;
}

body.single-product .entry-summary .lspa-action {
	min-height: 44px;
	padding-block: 6px;
}

body.single-product .woocommerce-tabs {
	background: transparent;
	border: 0;
	margin-top: 54px;
	padding-bottom: 28px;
}

body.single-product .woocommerce-tabs .tabs {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(25, 107, 111, 0.09);
	gap: 6px;
	justify-content: center;
	margin-bottom: 24px;
	padding: 7px;
}

body.single-product .woocommerce-tabs .tabs a {
	border-radius: 9px;
	font-size: 15px;
	letter-spacing: 0;
	padding: 12px 22px;
}

body.single-product .woocommerce-tabs .tabs li.active a {
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 6px 16px rgba(18, 126, 131, 0.12);
	color: #0b5f4a !important;
	font-weight: 750;
}

body.single-product .woocommerce-tabs .tabs li.active::before {
	display: none;
}

body.single-product #tab-description {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	padding-top: 0 !important;
}

body.single-product #tab-description > h4 {
	align-items: center;
	color: #123f47;
	display: flex;
	font-size: 20px;
	font-weight: 720;
	grid-column: 1 / -1;
	line-height: 1.35;
	margin: 24px 0 2px;
	min-height: 32px;
}

body.single-product #tab-description > h4:first-child {
	margin-top: 0;
}

body.single-product #tab-description > p,
body.single-product #tab-description > ul,
body.single-product #tab-description > table {
	-webkit-backdrop-filter: blur(15px) saturate(120%);
	backdrop-filter: blur(15px) saturate(120%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(244, 255, 253, 0.48));
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 14px;
	box-shadow:
		0 14px 32px rgba(19, 104, 108, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	box-sizing: border-box;
	color: #506e74;
	margin: 0 !important;
	min-width: 0;
}

body.single-product #tab-description > p {
	font-size: 15px;
	grid-column: span 4;
	line-height: 1.72;
	padding: 20px;
}

body.single-product #tab-description > p:nth-of-type(3n + 2) {
	background: linear-gradient(145deg, rgba(235, 252, 251, 0.78), rgba(255, 255, 255, 0.52));
}

body.single-product #tab-description > p:nth-of-type(3n) {
	background: linear-gradient(145deg, rgba(239, 252, 246, 0.8), rgba(255, 255, 255, 0.5));
}

body.single-product #tab-description > p:has(em) {
	background: linear-gradient(145deg, rgba(255, 249, 232, 0.86), rgba(255, 255, 255, 0.62));
	border-color: rgba(223, 179, 78, 0.22);
	color: #77653c;
	grid-column: span 6;
}

body.single-product #tab-description > p em {
	font-style: normal;
	font-weight: 620;
}

body.single-product #tab-description > ul {
	display: grid;
	font-size: 15px;
	gap: 10px;
	grid-column: span 6;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	line-height: 1.55;
	list-style: none;
	padding: 20px;
}

body.single-product #tab-description > ul li {
	align-items: flex-start;
	display: flex;
	gap: 9px;
	margin: 0;
}

body.single-product #tab-description > ul li::before {
	background: linear-gradient(135deg, var(--lspa-teal), var(--lspa-mint));
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(9, 143, 146, 0.2);
	content: "";
	flex: 0 0 7px;
	height: 7px;
	margin-top: 8px;
	width: 7px;
}

body.single-product #tab-description > table {
	border-collapse: separate;
	border-spacing: 0;
	display: table;
	grid-column: 1 / -1;
	height: auto !important;
	overflow: hidden;
	padding: 8px;
	table-layout: fixed;
	width: 100% !important;
}

body.single-product #tab-description > table th,
body.single-product #tab-description > table td {
	border: 0;
	height: auto !important;
	padding: 13px 16px;
	text-align: left;
}

body.single-product #tab-description > table thead th {
	background: rgba(11, 148, 152, 0.1);
	color: var(--lspa-ink);
	font-size: 14px;
	font-weight: 720;
}

body.single-product #tab-description > table tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.4);
}

body.single-product #tab-description > table tbody td:first-child {
	color: #345d64;
	font-weight: 650;
}

body.single-product #tab-lspc_product_video {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(19, 104, 108, 0.09);
	box-sizing: border-box;
	padding: 24px !important;
}

body.single-product section.related.products {
	margin-top: 48px;
}

body.single-product .related.products ul.products > li.product {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(242, 255, 252, 0.54));
	border-radius: 14px;
}

body.single-product .related.products ul.products > li.product.lspc-related-card {
	opacity: 0;
	position: relative;
	transform: translateY(24px) scale(0.985);
	transition:
		opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 240ms ease,
		box-shadow 240ms ease;
	transition-delay: var(--lspc-reveal-delay, 0ms), var(--lspc-reveal-delay, 0ms), 0ms, 0ms;
}

body.single-product .related.products ul.products > li.product.lspc-related-card::after {
	background: #0b5f4a;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 2;
}

body.single-product .related.products ul.products > li.product.lspc-related-card.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

body.single-product .related.products ul.products > li.product.lspc-related-card.is-visible:hover {
	border-color: rgba(11, 95, 74, 0.3);
	box-shadow: 0 24px 48px rgba(13, 91, 76, 0.18);
	transform: translateY(-6px) scale(1.008);
}

body.single-product .related.products ul.products > li.product.lspc-related-card:hover::after {
	transform: scaleX(1);
}

body.single-product .related.products li.product figure {
	overflow: hidden;
}

body.single-product .related.products li.product figure img {
	transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.single-product .related.products li.product:hover figure img {
	transform: scale(1.035);
}

body.single-product .related.products .button,
body.single-product .related.products .add_to_cart_button {
	background: #0b5f4a !important;
	border: 1px solid #0b5f4a !important;
	border-radius: 7px;
	box-shadow: 0 8px 18px rgba(11, 95, 74, 0.18);
	color: #fff !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.single-product .related.products .button:hover,
body.single-product .related.products .button:focus-visible,
body.single-product .related.products .add_to_cart_button:hover,
body.single-product .related.products .add_to_cart_button:focus-visible {
	background: #084638 !important;
	border-color: #084638 !important;
	box-shadow: 0 11px 22px rgba(8, 70, 56, 0.26);
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	body.single-product .related.products ul.products > li.product.lspc-related-card,
	body.single-product .related.products ul.products > li.product.lspc-related-card.is-visible,
	body.single-product .related.products ul.products > li.product.lspc-related-card.is-visible:hover {
		opacity: 1;
		transform: none;
		transition: none;
	}

	body.single-product .related.products li.product figure img,
	body.single-product .related.products ul.products > li.product.lspc-related-card::after {
		transition: none;
	}
}
}

@media (min-width: 1025px) {
	body.single-product #tab-description {
		column-gap: 16px;
		row-gap: 14px;
	}

	body.single-product #tab-description > h4 {
		font-size: 18px;
		margin-top: 20px;
		min-height: 28px;
	}

	/* Package: primary contents plus a distinct caution card. */
	body.single-product #tab-description > h4:nth-of-type(1) + ul {
		background: linear-gradient(145deg, rgba(232, 252, 248, 0.94), rgba(255, 255, 255, 0.68));
		border-color: rgba(13, 150, 143, 0.22);
		border-top: 4px solid #109b8e;
		grid-column: span 7;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 18px 20px;
	}

	body.single-product #tab-description > h4:nth-of-type(1) + ul + p {
		align-items: center;
		background: linear-gradient(145deg, rgba(255, 247, 218, 0.96), rgba(255, 255, 255, 0.72));
		border-color: rgba(208, 164, 53, 0.3);
		border-left: 4px solid #d6a632;
		color: #725b24;
		display: flex;
		grid-column: span 5;
		padding: 18px 20px;
	}

	/* Pricing: short headline card followed by the detailed explanation. */
	body.single-product #tab-description > h4:nth-of-type(2) + p {
		background: linear-gradient(145deg, rgba(232, 247, 255, 0.94), rgba(255, 255, 255, 0.7));
		border-left: 4px solid #328fac;
		color: #315f6f;
		grid-column: span 4;
		padding: 18px 20px;
	}

	body.single-product #tab-description > h4:nth-of-type(2) + p + p {
		background: linear-gradient(145deg, rgba(241, 253, 251, 0.94), rgba(255, 255, 255, 0.68));
		border-top: 4px solid rgba(28, 156, 144, 0.72);
		grid-column: span 8;
		padding: 18px 22px;
	}

	/* Wholesale: narrative, loading label, and capacity values. */
	body.single-product #tab-description > h4:nth-of-type(3) + p {
		background: linear-gradient(145deg, rgba(239, 249, 255, 0.96), rgba(255, 255, 255, 0.7));
		border-color: rgba(62, 135, 166, 0.2);
		grid-column: span 5;
		padding: 20px;
	}

	body.single-product #tab-description > h4:nth-of-type(3) + p + p {
		align-items: center;
		background: linear-gradient(145deg, #0d766f, #159486);
		border: 0;
		color: #fff;
		display: flex;
		font-size: 16px;
		font-weight: 720;
		grid-column: span 2;
		justify-content: center;
		padding: 18px;
		text-align: center;
	}

	body.single-product #tab-description > h4:nth-of-type(3) + p + p + p {
		background: linear-gradient(145deg, rgba(231, 252, 247, 0.96), rgba(255, 255, 255, 0.7));
		border-right: 4px solid #2aa888;
		color: #315f58;
		grid-column: span 5;
		padding: 18px 22px;
	}

	/* Feature and application cards use wider scanning layouts. */
	body.single-product #tab-description > h4:nth-of-type(4) + ul {
		background: linear-gradient(145deg, rgba(231, 252, 239, 0.96), rgba(255, 255, 255, 0.7));
		border-color: rgba(43, 159, 100, 0.22);
		border-left: 4px solid #2b9f64;
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 18px 22px;
	}

	body.single-product #tab-description > h4:nth-of-type(5) + p {
		align-items: center;
		background: linear-gradient(145deg, rgba(226, 246, 245, 0.98), rgba(244, 255, 252, 0.8));
		border-bottom: 4px solid #168e85;
		color: #145c57;
		display: flex;
		font-size: 16px;
		font-weight: 720;
		grid-column: span 3;
		padding: 20px;
	}

	body.single-product #tab-description > h4:nth-of-type(5) + p + ul {
		background: linear-gradient(145deg, rgba(244, 253, 255, 0.96), rgba(255, 255, 255, 0.7));
		border-color: rgba(48, 145, 161, 0.2);
		grid-column: span 9;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 18px 22px;
	}

	/* Specifications remain the strongest comparison surface. */
	body.single-product #tab-description > h4:nth-of-type(6) + table {
		border-top: 4px solid #118f89;
		box-shadow:
			0 18px 38px rgba(19, 104, 108, 0.11),
			inset 0 1px 0 rgba(255, 255, 255, 0.9);
		font-size: 14px;
		line-height: 1.45;
		padding: 6px;
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table th,
	body.single-product #tab-description > h4:nth-of-type(6) + table td {
		padding: 9px 14px;
	}

	body.single-product #tab-description > h4:nth-of-type(7) + ul {
		background: linear-gradient(145deg, rgba(226, 247, 238, 0.98), rgba(250, 255, 252, 0.76));
		border-color: rgba(23, 119, 79, 0.24);
		border-top: 4px solid #17774f;
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 20px 22px;
	}

	/* One shared surface language: pale cards with a green left accent. */
	body.single-product #tab-description > p,
	body.single-product #tab-description > ul,
	body.single-product #tab-description > table {
		background: #f7fdfc !important;
		border: 1px solid rgba(22, 130, 102, 0.2) !important;
		border-left: 4px solid #168b68 !important;
		color: #416b67;
	}

	body.single-product #tab-description > h4:nth-of-type(1) + ul + p {
		color: #285f50 !important;
	}

	body.single-product #tab-description > h4:nth-of-type(1) + ul + p em {
		color: #285f50;
		font-weight: 720;
	}

	/* Colon labels and their values read as one continuous component. */
	body.single-product #tab-description > h4:nth-of-type(3) + p + p,
	body.single-product #tab-description > h4:nth-of-type(5) + p {
		border-radius: 14px 0 0 14px;
		border-right: 0 !important;
		box-shadow: 0 14px 32px rgba(19, 104, 108, 0.08);
		color: #17624f;
		justify-content: flex-start;
		margin-right: -16px !important;
		max-width: none !important;
		padding-left: 20px;
		position: relative;
		text-align: left;
		width: calc(100% + 16px);
		z-index: 1;
	}

	body.single-product #tab-description > h4:nth-of-type(3) + p + p::after,
	body.single-product #tab-description > h4:nth-of-type(5) + p::after {
		background: #f7fdfc;
		border-bottom: 1px solid rgba(22, 130, 102, 0.2);
		border-top: 1px solid rgba(22, 130, 102, 0.2);
		bottom: -1px;
		content: "";
		left: 100%;
		position: absolute;
		top: -1px;
		width: 16px;
	}

	body.single-product #tab-description > h4:nth-of-type(3) + p + p + p,
	body.single-product #tab-description > h4:nth-of-type(5) + p + ul {
		border-left: 0 !important;
		border-radius: 0 14px 14px 0;
		box-shadow: 0 14px 32px rgba(19, 104, 108, 0.08);
		padding-left: 24px;
	}

	/* Specifications: ruled columns with alternating row fills. */
	body.single-product #tab-description > h4:nth-of-type(6) + table thead th {
		background: #dcefeb !important;
		border-bottom: 1px solid rgba(22, 130, 102, 0.24);
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table tbody tr:nth-child(odd) td {
		background: #fbfefd !important;
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table tbody tr:nth-child(even) td {
		background: #edf8f5 !important;
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table tbody td {
		border-bottom: 1px solid rgba(22, 130, 102, 0.16);
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table tr > :first-child {
		border-right: 1px solid rgba(22, 130, 102, 0.18);
	}

	body.single-product #tab-description > h4:nth-of-type(6) + table tbody tr:last-child td {
		border-bottom: 0;
	}
}

@media (min-width: 781px) and (max-width: 1024px) {
	body.single-product .product-entry-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product .summary.entry-summary {
		padding: 32px;
	}

	body.single-product .product_title.entry-title {
		font-size: 31px;
	}

	body.single-product #tab-description > p {
		grid-column: span 6;
	}

	body.single-product #tab-description > ul {
		grid-column: span 6;
		grid-template-columns: 1fr;
	}
}

/* Product editors can wrap introductory copy in an article element. */
body.single-product #tab-description > article {
	-webkit-backdrop-filter: blur(15px) saturate(120%);
	backdrop-filter: blur(15px) saturate(120%);
	background: #f7fdfc;
	border: 1px solid rgba(22, 130, 102, 0.2);
	border-left: 4px solid #168b68;
	border-radius: 14px;
	box-shadow:
		0 14px 32px rgba(19, 104, 108, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	box-sizing: border-box;
	color: #416b67;
	font-size: 15px;
	grid-column: 1 / -1;
	line-height: 1.72;
	margin: 0 !important;
	max-width: 100% !important;
	min-width: 0;
	overflow-wrap: break-word;
	padding: 20px;
	width: 100% !important;
}

body.single-product #tab-description > article > p {
	margin: 14px 0 0;
}

body.single-product #tab-description > article > p:first-child {
	margin-top: 0;
}

@media (max-width: 780px) {
	body.single-product #tab-description > article {
		padding: 18px;
	}
}

/* Refined quantity row: rounded control with clear space before the CTA. */
body.single-product .ct-cart-actions,
body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) {
	align-items: stretch;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: 130px minmax(0, 1fr);
}

body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) > .quantity {
	grid-column: 1;
}

body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) > .single_add_to_cart_button {
	grid-column: 2;
}

body.single-product .ct-product-add-to-cart form.cart:has(.lspc-buy-now) .ct-cart-actions,
body.single-product .ct-cart-actions:has(.lspc-buy-now) {
	grid-template-columns: 130px repeat(2, minmax(0, 1fr));
}

body.single-product .ct-cart-actions:has(.lspc-buy-now) > .quantity {
	grid-column: 1;
}

body.single-product .ct-cart-actions:has(.lspc-buy-now) > .single_add_to_cart_button:not(.lspc-buy-now) {
	grid-column: 2;
}

body.single-product .ct-cart-actions:has(.lspc-buy-now) > .lspc-buy-now {
	grid-column: 3;
}

body.single-product .lspc-buy-now-error {
	margin: 10px 0 0;
	width: 100%;
}

body.single-product .quantity {
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid rgba(24, 141, 146, 0.28) !important;
	border-radius: 12px !important;
	box-shadow: 0 6px 16px rgba(15, 108, 112, 0.08), inset 0 1px 0 #fff;
	box-sizing: border-box;
	height: 44px !important;
	overflow: hidden;
	width: 130px !important;
}

body.single-product .quantity input.qty {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	height: 42px !important;
}

body.single-product .quantity:focus,
body.single-product .quantity:focus-within {
	border-color: rgba(11, 127, 104, 0.42) !important;
	box-shadow: 0 6px 16px rgba(15, 108, 112, 0.08), inset 0 1px 0 #fff !important;
	outline: 0 !important;
}

body.single-product .quantity input.qty:focus,
body.single-product .quantity input.qty:focus-visible,
body.single-product .quantity .ct-increase:focus,
body.single-product .quantity .ct-increase:focus-visible,
body.single-product .quantity .ct-decrease:focus,
body.single-product .quantity .ct-decrease:focus-visible {
	box-shadow: none !important;
	outline: 0 !important;
}

body.single-product .quantity .ct-increase,
body.single-product .quantity .ct-decrease {
	background: rgba(11, 95, 74, 0.07) !important;
	color: #0b5f4a !important;
	transition: background-color 150ms ease, color 150ms ease;
}

body.single-product .quantity .ct-increase:hover,
body.single-product .quantity .ct-decrease:hover {
	background: rgba(11, 95, 74, 0.14) !important;
	color: #084638 !important;
}

/* Leave room above the active thumbnail and paint its frame over the image. */
body.single-product .woocommerce-product-gallery .flexy-pills {
	padding-top: 3px;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol {
	box-sizing: border-box;
	padding-block: 3px;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li {
	box-sizing: border-box;
	position: relative;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li.active {
	border-color: transparent !important;
	box-shadow: none !important;
	outline: 0 !important;
	transform: none !important;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li.active > .ct-media-container {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

body.single-product .woocommerce-product-gallery .flexy-pills ol li.active::after {
	border: 2px solid #0b7f68;
	border-radius: 9px;
	box-sizing: border-box;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 5;
}

@media (max-width: 520px) {
	body.single-product .entry-summary .lspa-meta-price-row {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 8px 14px;
		width: 100%;
	}

	body.single-product .ct-cart-actions,
	body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) {
		grid-template-columns: 1fr;
	}

	body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) > .quantity,
	body.single-product .ct-product-add-to-cart form.cart:has(> .quantity) > .single_add_to_cart_button {
		grid-column: 1;
	}

	body.single-product .ct-product-add-to-cart form.cart:has(.lspc-buy-now) .ct-cart-actions,
	body.single-product .ct-cart-actions:has(.lspc-buy-now) {
		grid-template-columns: 1fr;
	}

	body.single-product .ct-cart-actions:has(.lspc-buy-now) > .quantity,
	body.single-product .ct-cart-actions:has(.lspc-buy-now) > .single_add_to_cart_button:not(.lspc-buy-now),
	body.single-product .ct-cart-actions:has(.lspc-buy-now) > .lspc-buy-now {
		grid-column: 1;
	}

	body.single-product .entry-summary .sku_wrapper,
	body.single-product .product_meta .sku_wrapper {
		margin-left: 0 !important;
	}
}

/* Compact glass quick-cart shown after the primary purchase controls scroll away. */
.lspa-floating-cart {
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	backdrop-filter: blur(20px) saturate(145%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 251, 247, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.94);
	border-radius: 16px;
	bottom: 22px;
	box-shadow: 0 18px 46px rgba(13, 74, 72, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.96);
	box-sizing: border-box;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	left: 50%;
	max-width: calc(100vw - 32px);
	opacity: 0;
	padding: 10px 12px;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 22px) scale(0.98);
	transition: opacity 200ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 200ms ease;
	visibility: hidden;
	width: min(680px, calc(100vw - 32px));
	z-index: 9998;
}

.lspa-floating-cart.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0) scale(1);
	visibility: visible;
}

.lspa-floating-cart__product {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 52px minmax(0, 1fr);
	min-width: 0;
}

.lspa-floating-cart__media {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(18, 130, 102, 0.12);
	border-radius: 10px;
	display: flex;
	height: 52px;
	justify-content: center;
	overflow: hidden;
	width: 52px;
}

.lspa-floating-cart__media img,
.lspa-floating-cart__image {
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	width: 100% !important;
}

.lspa-floating-cart__details {
	align-items: center;
	display: grid;
	gap: 4px 16px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
}

.lspa-floating-cart__name {
	color: #153e47;
	font-size: 15px;
	font-weight: 750;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lspa-floating-cart__price,
.lspa-floating-cart__price .amount {
	color: #29485d;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

.lspa-floating-cart__button {
	align-items: center;
	align-self: center;
	background: #0b5f4a;
	border: 1px solid rgba(5, 74, 57, 0.32);
	border-radius: 10px;
	box-shadow: 0 9px 20px rgba(11, 95, 74, 0.22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 15px;
	font-weight: 750;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	min-height: 48px;
	padding: 0 20px;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.lspa-floating-cart__button svg {
	flex: 0 0 20px;
	height: 20px;
	width: 20px;
}

.lspa-floating-cart__button:hover,
.lspa-floating-cart__button:focus-visible {
	background: #084638;
	box-shadow: 0 12px 24px rgba(8, 70, 56, 0.28);
	transform: translateY(-1px);
}

.lspa-floating-cart__button:focus-visible {
	outline: 2px solid rgba(24, 180, 147, 0.52);
	outline-offset: 3px;
}

.lspa-floating-cart__button:disabled {
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

.lspa-floating-cart__button.is-loading::after {
	animation: lspa-quick-cart-spin 700ms linear infinite;
	border: 2px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	border-top-color: #fff;
	content: "";
	height: 14px;
	width: 14px;
}

.lspa-floating-cart__quantity:not(:empty)::before {
	content: "(";
}

.lspa-floating-cart__quantity:not(:empty)::after {
	content: ")";
}

@keyframes lspa-quick-cart-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 620px) {
	.lspa-floating-cart {
		bottom: 12px;
		gap: 10px;
		padding: 8px;
		width: calc(100vw - 20px);
	}

	.lspa-floating-cart__product {
		gap: 8px;
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.lspa-floating-cart__media {
		height: 44px;
		width: 44px;
	}

	.lspa-floating-cart__details {
		display: block;
	}

	.lspa-floating-cart__name {
		display: block;
		font-size: 13px;
	}

	.lspa-floating-cart__price,
	.lspa-floating-cart__price .amount {
		display: block;
		font-size: 14px;
		margin-top: 2px;
	}

	.lspa-floating-cart__button {
		font-size: 13px;
		gap: 5px;
		min-height: 44px;
		padding: 0 12px;
	}

	.lspa-floating-cart__button svg {
		height: 18px;
		width: 18px;
	}
}

@media (max-width: 390px) {
	.lspa-floating-cart__media {
		display: none;
	}

	.lspa-floating-cart__product {
		grid-template-columns: minmax(0, 1fr);
	}

	.lspa-floating-cart__button {
		padding-inline: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lspa-floating-cart,
	.lspa-floating-cart__button {
		transition: none;
	}

	.lspa-floating-cart__button.is-loading::after {
		animation: none;
	}
}
