	.lrz-cleaning-products {
		--lrz-blue: #205ECB;
		--lrz-dark: #142245;
		--lrz-text: #000000;
		--lrz-muted: #8C8C8C;
		--lrz-border: #d9e3f8;
		--lrz-shadow: 0px 6px 12px 0px #00000040;
		color: var(--lrz-text);
	}

	.lrz-cleaning-products * {
		box-sizing: border-box;
		fill: #205ecb;
	}
	.lrz-cleaning-products__level-btn.is-active * {
		fill: #ffffff;
	}

	.lrz-cleaning-products__hero {
		display: grid;
		grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
		gap: 32px;
		align-items: center;
	}

	.lrz-cleaning-products__title {
		margin: 0 0 10px;
		color: var(--lrz-blue);
		font-family: "Inter";
		font-size: clamp(28px, 3vw, 40px);
		line-height: 1.08;
		font-weight: 800;
		letter-spacing: .02em;
	}

	.lrz-cleaning-products__subtitle {
		margin-bottom: 12px;
		font-family: "Adobe Devanagari";
		color: #195c33;
		font-size: clamp(24px, 2.5vw, 34px);
		line-height: 1.15;
		font-weight: 700;
	}

	.lrz-cleaning-products__text {
		margin-bottom: 18px;
		font-size: 17px;
		line-height: 1.45;
		color: #111827;
	}

	.lrz-cleaning-products__text p {
		margin-top: 0;
		margin-bottom: 8px;
		color: var(--lrz-dark);
	}

	.lrz-cleaning-products__trust {
		display: flex;
		flex-wrap: wrap;
		gap: 18px 28px;
		align-items: center;
		margin-bottom: 18px;
		font-size: 15px;
		color: #24448f;
	}
	.lrz-cleaning-products__rating {
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		color: #12224a;
		text-decoration: none;
	}

	.lrz-cleaning-products__rating:hover {
		color: var(--lrz-blue);
	}

	.lrz-cleaning-products__rating-row {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		line-height: 1;
		white-space: nowrap;
	}

	.lrz-cleaning-products__rating-google {
		color: #4285f4;
		font-size: 28px;
		font-weight: 800;
		font-family: Arial, sans-serif;
		line-height: 1;
	}

	.lrz-cleaning-products__rating-stars {
		color: #f5a400;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 1;
	}

	.lrz-cleaning-products__rating-row strong {
		color: #12224a;
		font-size: 18px;
		font-weight: 800;
	}

	.lrz-cleaning-products__rating small {
		color: #12224a;
		font-size: 12px;
		line-height: 1.2;
		text-decoration: underline;
		text-underline-offset: 2px;
	}
	.lrz-cleaning-products__trust-item {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #223C82;
		text-decoration: none;
	}

	.lrz-cleaning-products__trust-item:hover {
		color: var(--lrz-blue);
	}

	.lrz-cleaning-products__trust-icon img {
		height: 27px;
		width: auto;
	}

	.lrz-cleaning-products__availability {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #2D9416;
		font-size: 16px;
		font-weight: 600;
	}

	.lrz-cleaning-products__availability:empty {
		display: none;
	}

	.lrz-cleaning-products__availability::before {
		content: "";
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/themes/leronzo/woo-core/cleaning-service/default-img/calendar.svg);
		background-size: contain;
	}

	.lrz-cleaning-products__areas {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 7px;
		margin: 10px 0;
		color: #24448f;
		font-size: 15px;
		line-height: 1.35;
		background-color: #2c78ff14;
		padding: 5px 7px;
		border-radius: 6px;
	}

	.lrz-cleaning-products__areas:empty {
		display: none;
	}

	.lrz-cleaning-products__areas-icon {
		position: relative;
		flex: 0 0 20px;
		color: var(--lrz-blue);
	}

	.lrz-cleaning-products__areas-icon::before {
		display: block;
		content: "";
		width: 18px;
		height: 25px;
		background-image: url(/wp-content/themes/leronzo/woo-core/cleaning-service/default-img/location.webp);
		background-size: contain;
		background-repeat: no-repeat;
	}

	.lrz-cleaning-products__areas-label {
		color: #24448f;
		font-weight: 900;
	}

	.lrz-cleaning-products__areas-list {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 7px;
		font-weight: 700;
	}

	.lrz-cleaning-products__area-link {
		color: #24448f;
		text-decoration: none;
	}

	.lrz-cleaning-products__area-link:hover {
		color: var(--lrz-blue);
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	.lrz-cleaning-products__areas-separator {
		color: #24448f;
		font-weight: 700;
	}


	.lrz-cleaning-products__hero-image {
		position: relative;
		min-height: 320px;
		overflow: hidden;
	}

	@media (min-width: 1024.9px) {

		.lrz-cleaning-products__hero-image::before,
		.lrz-cleaning-products__hero-image::after {
			content: "";
			position: absolute;
			z-index: 2;
			pointer-events: none;
		}

		.lrz-cleaning-products__hero-image::before {
			inset: 0 auto 0 0;
			width: 35%;
			background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.75) 45%, rgba(255,255,255,0) 100%);
		}

		.lrz-cleaning-products__hero-image::after {
			inset: auto 0 0 0;
			width: 100%;
			height:12%;
			background: linear-gradient(0deg, #fff 0%, rgb(255 255 255 / 77%) 1%, rgba(255, 255, 255, 0) 100%);
		}

	}

	.lrz-cleaning-products__hero-image img {
		width: 100%;
		height: 100%;
		min-height: 320px;
		object-fit: cover;
		display: block;
	}

	.lrz-cleaning-products__levels {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 20px;
		align-items: center;
		padding: 30px;
		margin-bottom: 42px;
		background: #F9F9F9;
		border-radius: 2px;
		box-shadow: var(--lrz-shadow);
	}

	.lrz-cleaning-products__levels-heading strong,
	.lrz-cleaning-products__levels-heading span {
		display: block;
	}

	.lrz-cleaning-products__levels-heading strong {
		font-family: "Adobe Devanagari";
		font-size: clamp(16px, 3vw, 24px);
		color: #142245;
	}

	.lrz-cleaning-products__levels-heading span {
		font-size: clamp(14px, 3vw, 16px);
		color: #142245;
	}

	.lrz-cleaning-products__level-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
		justify-content: center;
	}

	.lrz-cleaning-products__level-btn {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		min-width: 180px;
		padding: 12px 18px;
		background: #fff;
		color: var(--lrz-blue);
		border: 1px solid #e5e7eb;
		border-radius: 5px;
		box-shadow: 0 4px 10px rgba(15, 23, 42, .18);
		cursor: pointer;
		text-align: left;
		transition: .2s ease;
	}

	.lrz-cleaning-products__level-btn strong,
	.lrz-cleaning-products__level-btn small {
		display: block;
	}

	.lrz-cleaning-products__level-btn strong {
		color: #122040;
		font-size: 16px;
		margin-bottom: 6px;
	}

	.lrz-cleaning-products__level-btn small {
		color: var(--lrz-blue);
		font-size: 12px;
	}

	.lrz-cleaning-products__level-btn.is-active {
		background: var(--lrz-dark);
		color: #fff;
		border-color: var(--lrz-dark);
	}

	.lrz-cleaning-products__level-btn.is-active strong {
		color: #fff;
	}
	.lrz-cleaning-products__level-btn.is-active small {
		color: #25d366;
	}

	.lrz-cleaning-products__level-more-info {
		height: 100%;
	}

	button.lrz-cleaning-products__level-info {
		display: flex;
		gap: 10px;
		background: none;
		border: none;
		padding: 12px 18px;
		margin: 0;
		height: 100%;
		align-items: center;
		justify-content: center;
		border-radius: 0;
		border-left: 1px solid var(--lrz-muted);
		cursor: help;
		transition: 0.6s ease;
	}
	
	button.lrz-cleaning-products__level-info:hover {
		background: var(--lrz-dark);
		border-radius: 5px;
	}

	button.lrz-cleaning-products__level-info:hover * {
		fill: #fff;
		color: #fff;
	}
		
	button.lrz-cleaning-products__level-info span {
		display: flex;
		flex-direction: column;
	}
		button.lrz-cleaning-products__level-info strong,
		button.lrz-cleaning-products__level-info small {
		font-family: "Inter";
		color: var(--lrz-blue);
	}
	button.lrz-cleaning-products__level-info strong {
		font-weight: 500;
		font-size: clamp(14px, 3vw, 20px);
		margin-bottom: 6px;
		text-decoration: underline;
	}

	button.lrz-cleaning-products__level-info small {
		font-size: clamp(12px, 3vw, 16px);
	}

	.lrz-cleaning-products__details {
		display: grid;
		color: var(--lrz-blue);
		font-size: 18px;
		font-weight: 700;
		text-decoration: underline;
	}

	.lrz-cleaning-products__details small {
		font-size: 13px;
		font-weight: 400;
		text-decoration: none;
	}

	.lrz-cleaning-products__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
		margin-bottom: 42px;
	}

	.lrz-cleaning-card {
		position: relative;
		padding: 24px 22px 22px;
		background: #fff;
		border: 1px solid #f0f2f5;
		border-radius: 4px;
		box-shadow: var(--lrz-shadow);
		cursor: pointer;
		transition: .2s ease;
	}

	.lrz-cleaning-card.is-popular {
		border-color: var(--lrz-blue);
	}

	.lrz-cleaning-card.is-unavailable {
		display: none;
	}

	.lrz-cleaning-products.has-selected-card .lrz-cleaning-card.is-popular:not(.is-selected) {
		background: #F9F9F9;
		border-color: #f0f2f500;
	}

	.lrz-cleaning-card.is-selected {
		border-color: var(--lrz-blue);
	}

	.lrz-cleaning-card__badge {
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 12px;
		background: var(--lrz-blue);
		color: #fff;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .04em;
		white-space: nowrap;
	}

	.lrz-cleaning-card__head {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 18px;
	}

	.lrz-cleaning-card__head h3 {
		margin: 0;
		font-family: Georgia, serif;
		font-size: 20px;
		line-height: 1.2;
		color: #111827;
	}

	.lrz-cleaning-card__icon {
		display: inline-grid;
		place-items: center;
		width: 36px;
		height: 36px;
		border: 1px solid #b8c7e8;
		border-radius: 999px;
		color: var(--lrz-dark);
	}

	.lrz-cleaning-card__image {
		height: 150px;
		margin-bottom: 12px;
		overflow: hidden;
		border-radius: 6px;
		background: #eef2f7;
	}

	@media (min-width: 768px) and (max-width: 1064px) {
		.lrz-cleaning-card__image {
			height: 320px;
		}
	}

	@media (max-width: 767px) {
		.lrz-cleaning-card__image {
			height: 200px;
		}
	}

		@media (max-width: 480px) {
		.lrz-cleaning-card__image {
			height: 134px;
		}
	}

	.lrz-cleaning-card__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.lrz-cleaning-card__market {
		margin-bottom: 4px;
		font-size: 13px;
		color: var(--lrz-muted);
	}

	.lrz-cleaning-card__current-price {
		font-family: "Inter", sans-serif;
		color: var(--lrz-blue);
		font-size: clamp(25px, 3vw, 40px);
		font-weight: 700;
		line-height: 1;
	}

	.lrz-cleaning-card__price-dot {
		color: #c7c7c7;
		font-size: 22px;
	}

	.lrz-cleaning-card__label {
		width: fit-content;
		margin: 0 auto 12px;
		padding: 5px 10px;
		background: #e9f8e8;
		color: #147000;
		border-radius: 6px;
		font-size: 13px;
		font-weight: 600;
	}

	.lrz-cleaning-card__desc {
		margin-bottom: 18px;
		text-align: center;
		font-size: 14px;
		color: #111827;
	}

	.lrz-cleaning-card__button {
		width: 100%;
		padding: 12px 18px;
		border-radius: 4px;
		font-size: clamp(14px, 2vw, 18px);
		font-weight: 800;
		line-height: 1.3;
		cursor: pointer;
		transition: .2s ease;
	}

	.lrz-cleaning-card .lrz-cleaning-card__button {
		background: #eaeaea;
		color: var(--lrz-blue);
		border: 1px solid var(--lrz-dark);
	}

	.lrz-cleaning-card.is-popular .lrz-cleaning-card__button {
		background: var(--lrz-dark);
		color: #fff;
	}

	.lrz-cleaning-products.has-selected-card .lrz-cleaning-card.is-popular:not(.is-selected) .lrz-cleaning-card__button {
		background: #eaeaea;
		color: var(--lrz-blue);
	}

	.lrz-cleaning-card.is-selected .lrz-cleaning-card__button {
		background: var(--lrz-dark);
		color: #fff;
	}

	.lrz-cleaning-card__button:hover,
	.lrz-cleaning-card.is-popular .lrz-cleaning-card__button:hover,
	.lrz-cleaning-card.is-selected .lrz-cleaning-card__button:hover {
		background: var(--lrz-blue);
		color: #fff;
	}

	.lrz-cleaning-card__button:disabled {
		opacity: .55;
		cursor: not-allowed;
	}

	.lrz-cleaning-products__benefits {
		display: grid;
		gap: 12px;
		margin-bottom: 42px;
		color: #142245;
	}

	.lrz-cleaning-products__benefit-notices {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.lrz-cleaning-products__benefit-notice {
		display: flex;
		align-items: center;
		gap: 14px;
		min-height: 70px;
		padding: 9px 18px;
		background: #f4fbf5;
		border: 1px solid #edf3f4;
		border-radius: 6px;
	}

	.lrz-cleaning-products__benefit-notice:nth-child(even) {
		background: #f7fbff;
	}

	.lrz-cleaning-products__benefit-notice-icon,
	.lrz-cleaning-products__benefit-step-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}

	.lrz-cleaning-products__benefit-notice-icon-img,
	.lrz-cleaning-products__benefit-step-icon-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.lrz-cleaning-products__benefit-copy,
	.lrz-cleaning-products__benefit-step-copy {
		display: grid;
		gap: 3px;
		min-width: 0;
	}

	.lrz-cleaning-products__benefit-copy strong,
	.lrz-cleaning-products__benefit-step-copy strong {
		display: block;
		color: #142245;
		font-family: "Inter", sans-serif;
		font-size: 14px;
		font-weight: 800;
		line-height: 1.18;
	}

	.lrz-cleaning-products__benefit-copy span,
	.lrz-cleaning-products__benefit-step-copy span {
		display: block;
		color: #24448f;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.25;
	}

	.lrz-cleaning-products__benefit-copy span {
		color: #2D9416;
	}

	.lrz-cleaning-products__benefit-link {
		width: fit-content;
		color: var(--lrz-blue);
		font-size: 12px;
		font-weight: 800;
		line-height: 1.25;
		text-decoration: none;
	}

	.lrz-cleaning-products__benefit-link:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}

	.lrz-cleaning-products__benefit-steps {
		display: grid;
		grid-template-columns: minmax(190px, .9fr) repeat(5, minmax(0, 1fr));
		align-items: stretch;
		background: #fff;
		border: 1px solid #edf1f7;
		border-radius: 6px;
		overflow: hidden;
	}

	.lrz-cleaning-products__benefit-section {
		--lrz-benefit-scroll-left: 0%;
		--lrz-benefit-scroll-thumb: 28%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 16px;
	}

	@media (max-width: 1288px) {
		.lrz-cleaning-products__benefit-section {
			background-image:
			linear-gradient(var(--lrz-blue), var(--lrz-blue)),
			linear-gradient(#eaf1ff, #eaf1ff);
		background-repeat: no-repeat;
		background-size:
			var(--lrz-benefit-scroll-thumb) 6px,
			100% 6px;
		background-position:
			var(--lrz-benefit-scroll-left) calc(100% - 2px),
			left calc(100% - 2px);
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		}
	}

	.lrz-cleaning-products__benefit-section::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.lrz-cleaning-products__benefit-steps-heading {
		display: flex;
		align-items: center;
		padding: 12px 18px;
		color: #142245;
		font-size: 16px;
		font-weight: 800;
		line-height: 1.2;
	}

	.lrz-cleaning-products__benefit-step {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 10px 14px;
		border-left: 1px solid #edf1f7;
	}

	.lrz-cleaning-card__price-note-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.lrz-cleaning-products__trust-icon-img {
		display: block;
		width: auto;
		height: 27px;
		object-fit: contain;
	}

	.lrz-cleaning-card {
		background: var(--lrz-card-bg, #F9F9F9);
		border-color: var(--lrz-card-border, #f0f2f5);
	}

	.lrz-cleaning-card__badges {
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		z-index: 2;
	}

	.lrz-cleaning-card__badges:empty {
		display: none;
	}

	.lrz-cleaning-card__badge-item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 6px 14px;
		background: #205ECB;
		color: #FFFFFF;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 800;
		line-height: 1;
		letter-spacing: .04em;
		white-space: nowrap;
	}

	.lrz-cleaning-card__badge-icon,
	.lrz-cleaning-card__price-note-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 15px;
		height: 15px;
		flex: 0 0 15px;
	}

	.lrz-cleaning-card__badge-img,
	.lrz-cleaning-card__price-note-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.lrz-cleaning-card__product-icon-img {
		display: block;
		width: 22px;
		height: 22px;
		object-fit: contain;
	}

	.lrz-cleaning-card__crew-time {
		display: flex;
		align-items: center;
		gap: 7px;
		margin: 12px 0 0;
		color: #2D9416;
		font-size: 18px;
		font-weight: 800;
		line-height: 1.2;
	}

	.lrz-cleaning-card__crew-time.is-empty {
		display: none;
	}

	.lrz-cleaning-card__crew-time-separator {
		color: #2D9416;
		font-size: 13px;
		line-height: 1;
	}

	.lrz-cleaning-card__price-note {
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 15px 0;
		color: #000000;
		font-size: 14px;
		font-weight: 700;
	}

	.lrz-cleaning-card__price-note:empty {
		display: none;
	}

	.lrz-cleaning-checkout-booking {
		margin: 22px 0;
		padding: 18px;
		background: #f8fbff;
		border: 1px solid #d9e3f8;
		border-radius: 6px;
	}

	.lrz-cleaning-checkout-booking h3 {
		margin: 0 0 14px;
		color: #142245;
		font-family: "Adobe Devanagari";
		font-size: clamp(20px, 3vw, 26px);
		font-weight: 700;
		line-height: 1.15;
	}

	.lrz-cleaning-checkout-booking__item {
		display: grid;
		gap: 10px;
		padding: 14px 0;
		border-top: 1px solid #d9e3f8;
	}

	.lrz-cleaning-checkout-booking__item:first-of-type {
		padding-top: 0;
		border-top: 0;
	}

	.lrz-cleaning-checkout-booking__title {
		color: #142245;
		font-size: 15px;
		font-weight: 800;
		line-height: 1.2;
	}

	.lrz-cleaning-checkout-booking__fields {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.lrz-cleaning-checkout-booking__field {
		display: grid;
		gap: 5px;
		margin: 0;
		color: #142245;
		font-size: 12px;
		font-weight: 800;
		line-height: 1.2;
	}

	.lrz-cleaning-checkout-booking__field input {
		width: 100%;
		min-height: 42px;
		padding: 9px 10px;
		background: #fff;
		border: 1px solid #d9e3f8;
		border-radius: 4px;
		color: #142245;
		font: inherit;
		font-weight: 600;
	}

	.lrz-cleaning-checkout-booking__field input:focus {
		border-color: var(--lrz-blue);
		box-shadow: 0 0 0 2px rgba(32, 94, 203, .14);
		outline: none;
	}

	html.lrz-cleaning-popup-open {
		overflow: hidden;
	}

	.lrz-cleaning-popup[hidden] {
		display: none;
	}

	.lrz-cleaning-popup {
		position: fixed;
		inset: 0;
		z-index: 9999;
		display: grid;
		place-items: center;
		padding: 24px;
	}

	.lrz-cleaning-popup__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(5, 12, 32, .58);
	}

	.lrz-cleaning-popup__dialog {
		position: relative;
		z-index: 1;
		width: min(1120px, 100%);
		max-height: min(88vh, 1360px);
		overflow: auto;
		padding: 50px 45px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
		color: #142245;
	}

	.lrz-cleaning-popup__close {
		position: absolute;
		top: 40px;
		right: 45px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		padding: 0;
		background: #fff;
		border: 1px solid #142245;
		border-radius: 999px;
		cursor: pointer;
	}

	.lrz-cleaning-popup__close span,
	.lrz-cleaning-popup__close span::before {
		display: block;
		width: 20px;
		height: 1px;
		background: #142245;
	}

	.lrz-cleaning-popup__close span {
		transform: rotate(45deg);
	}

	.lrz-cleaning-popup__close span::before {
		content: "";
		transform: rotate(90deg);
	}

	.lrz-cleaning-popup__close:hover {
		background: #142245;
	}

	.lrz-cleaning-popup__close:hover span,
	.lrz-cleaning-popup__close:hover span::before {
		background: #fff;
	}

	.lrz-cleaning-popup__header {
		padding-right: 72px;
		margin-bottom: 34px;
	}

	.lrz-cleaning-popup__header h2 {
		margin: 0 0 8px;
		color: #142245;
		font-family:"Adobe Devanagari";
		font-size: clamp(25px, 4vw, 40px);
		line-height: 1.08;
		font-weight: 700;
	}

	.lrz-cleaning-popup__header p {
		margin: 0;
		color: #111827;
		font-size: clamp(14px, 3vw, 20px);
		line-height: 1.35;
	}

	.lrz-cleaning-popup__levels {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 38px;
	}

	.lrz-cleaning-popup__level {
		display: flex;
		align-items: center;
		gap: clamp(15px, 2vw, 22px);
		min-height: 132px;
		padding: 30px 25px;
		background: #fff;
		border: 1px solid #dfe3ea;
		border-radius: 7px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .22);
		cursor: pointer;
		text-align: left;
		transition: .2s ease;
	}

	.lrz-cleaning-popup__level.is-active {
		background: var(--lrz-dark);
		color: #fff;
		border-color: var(--lrz-dark);
	}

	.lrz-cleaning-popup__level.is-active .lrz-cleaning-popup__level-icon * {
		fill: #ffffff;
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3917%) hue-rotate(169deg) brightness(110%) contrast(108%);
	}

	.lrz-cleaning-popup__level.is-active .lrz-cleaning-popup__level-copy strong {
		color: #fff;
		}
		
	.lrz-cleaning-popup__level-icon {
		display: inline-flex;
		width: clamp(38px, 3vw, 58px);
		height: clamp(38px, 3vw, 58px);
		flex: 0 0 58px;
	}

	section.lrz-cleaning-popup__time-row-label {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.lrz-cleaning-popup__level-img,
	.lrz-cleaning-popup__summary-img,
	.lrz-cleaning-popup__section-img,
	.lrz-cleaning-popup__time-row-img,
	.lrz-cleaning-popup__footer-img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.lrz-cleaning-popup__level-copy {
		display: grid;
		gap: 10px;
		min-width: 0;
	}

	.lrz-cleaning-popup__level-copy strong {
		color: #142245;
		font-family: "Adobe Devanagari";
		font-size: clamp(20px, 3vw, 28px);
		line-height: 1.1;
		font-weight: 700;
	}

	.lrz-cleaning-popup__level-price {
		display: block;
		color: #2D9416;
		font-size: clamp(15px, 2vw, 18px);
		font-weight: 800;
		line-height: 1.1;
	}

	.lrz-cleaning-popup__level-price .woocommerce-Price-amount,
	.lrz-cleaning-popup__level-price .woocommerce-Price-currencySymbol {
		color: inherit;
		font: inherit;
	}

	.lrz-cleaning-popup__level-copy small {
		width: fit-content;
		padding: 7px 18px;
		background: #eaf3ff;
		border-radius: 7px;
		color: #142245;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
	}

	.lrz-cleaning-popup__panel[hidden] {
		display: none;
	}

	.lrz-cleaning-popup__summary {
		display: grid;
		grid-template-columns: auto auto 1fr;
		align-items: center;
		gap: 16px;
		margin-bottom: 40px;
		padding: 20px 25px;
		background: #eaf3ff;
		border-radius: 6px;
	}

	.lrz-cleaning-popup__summary-icon {
		display: inline-flex;
		width: 28px;
		height: 28px;
	}

	.lrz-cleaning-popup__summary strong {
		padding-right: 20px;
		border-right: 1px solid rgba(20, 34, 69, .28);
		color: #142245;
		font-family: "Inter";
		font-size: 18px;
		font-weight: 700;
	}

	.lrz-cleaning-popup__summary span:last-child {
		color: #111827;
		font-size: 14px;
		line-height: 1.35;
	}

	.lrz-cleaning-popup__main {
		display: grid;
		grid-template-columns: .86fr 1fr;
		gap: 56px;
		margin-bottom: 34px;
	}

	.lrz-cleaning-popup__time {
		padding-left: 56px;
		border-left: 1px solid #d9d9d9;
	}

	.lrz-cleaning-popup__included h3,
	.lrz-cleaning-popup__time h3,
	.lrz-cleaning-popup__excluded h3 {
		display: flex;
		align-items: center;
		gap: 18px;
		margin: 0 0 24px;
		font-family: "Inter";
		font-size: clamp(18px, 3vw, 24px);
		line-height: 1.15;
		font-weight: 600;
	}

	.lrz-cleaning-popup__included h3 {
		color: #126d10;
	}

	.lrz-cleaning-popup__time h3 {
		color: var(--lrz-blue);
	}

	.lrz-cleaning-popup__excluded h3 {
		color: #142245;
	}

	.lrz-cleaning-popup__included h3 span,
	.lrz-cleaning-popup__time h3 span,
	.lrz-cleaning-popup__excluded h3 span {
		display: inline-flex;
		width: clamp(38px, 3vw, 46px);
		height: clamp(38px, 3vw, 46px);
		flex: 0 0 clamp(38px, 3vw, 46px);
	}

	.lrz-cleaning-popup__included ul,
	.lrz-cleaning-popup__excluded ul {
		display: grid;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.lrz-cleaning-popup__included li {
		position: relative;
		padding: 13px 0 13px 22px;
		border-bottom: 1px solid #d9d9d9;
		color: #111827;
		font-family: "Inter";
		font-weight: 400;
		font-size: clamp(14px, 3vw, 18px);
		line-height: 1.25;
	}

	.lrz-cleaning-popup__included li::before {
		content: "\2713";
		position: absolute;
		left: 0;
		color: #126d10;
		font-size: 17px;
		font-weight: 800;
	}

	.lrz-cleaning-popup__time p {
		margin: 0 0 28px;
		color: #111827;
		font-size: clamp(14px, 3vw, 16px);
		line-height: 1.35;
	}

	.lrz-cleaning-popup__time-row {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 12px;
		margin-bottom: 60px;
	}

	.lrz-cleaning-popup__time-row:last-child {
		margin-bottom: 0;
	}

	.lrz-cleaning-popup__time-row-icon {
		display: inline-flex;
		width: clamp(30px, 3vw, 42px);
		height: clamp(30px, 3vw, 42px);
	}

	.lrz-cleaning-popup__time-row strong {
		color: #000;
		font-size: clamp(14px, 3vw, 18px);
		font-weight: clamp(600, 3vw, 800);
		white-space: nowrap;
	}

	.lrz-cleaning-popup__time-dots {
		min-width: 60px;
		border-bottom: 3px dashed #c8c8c8;
	}

	.lrz-cleaning-popup__time-row b {
		padding: 8px 16px;
		background: #eef4ff;
		border-radius: 6px;
		color: var(--lrz-blue);
		font-size: clamp(14px, 3vw, 18px);
		line-height: 1;
		white-space: nowrap;
	}

	.lrz-cleaning-popup__excluded {
		margin-bottom: 12px;
		padding: 30px 30px 28px;
		background: #f7f7f7;
		border-radius: 6px;
	}

	.lrz-cleaning-popup__excluded ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 34px;
	}

	.lrz-cleaning-popup__excluded li {
		position: relative;
		min-height: 44px;
		padding-left: 42px;
		color: #111827;
		font-size: clamp(14px, 3vw, 18px);
		line-height: 1.18;
	}

	.lrz-cleaning-popup__excluded li::before {
		content: "";
		position: absolute;
		top: 16px;
		left: 4px;
		width: 22px;
		height: 3px;
		background: #142245;
	}

	.lrz-cleaning-popup__footer {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 22px;
		padding: 28px;
		background: #f4fbf0;
		border-radius: 6px;
	}

	.lrz-cleaning-popup__footer-item {
		display: flex;
		gap: 14px;
		min-width: 0;
	}

	.lrz-cleaning-popup__footer-icon {
		display: inline-flex;
		width: 34px;
		height: 34px;
		flex: 0 0 34px;
	}

	.lrz-cleaning-popup__footer-item strong,
	.lrz-cleaning-popup__footer-item span {
		display: block;
	}

	.lrz-cleaning-popup__footer-item strong {
		margin-bottom: 6px;
		color: #189a13;
		font-size: clamp(16px, 3vw, 18px);
		line-height: 1.12;
		font-weight: 800;
	}

	.lrz-cleaning-popup__footer-item span {
		color: #111827;
		font-size: clamp(14px, 3vw, 16px);
		line-height: 1.18;
	}

	.lrz-cleaning-products [data-lrz-animate] {
		opacity: 0;
		transform: translateY(22px);
		transition:
			opacity .55s ease,
			transform .55s ease;
		transition-delay: var(--lrz-animate-delay, 0ms);
		will-change: opacity, transform;
	}

	.lrz-cleaning-products [data-lrz-animate].is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	@media (prefers-reduced-motion: reduce) {
		.lrz-cleaning-products [data-lrz-animate] {
			opacity: 1;
			transform: none;
			transition: none;
			will-change: auto;
		}
	}

	@media (max-width: 1288px) {
		.lrz-cleaning-products__benefit-steps {
			width: max-content;
		}
	}

	@media (max-width: 1064px) {
		button.lrz-cleaning-products__level-info {
			border: none;
		}
		.lrz-cleaning-products__levels-heading {
			text-align: center;
		}

		.lrz-cleaning-products__hero {
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-products__levels {
			grid-template-columns: 1fr;
			justify-items: center;
			padding: 30px 20px;
		}

		.lrz-cleaning-products__grid {
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-products__benefit-notices {
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-products__benefit-steps-heading {
			border-bottom: 1px solid #edf1f7;
		}

		.lrz-cleaning-products__benefit-step {
			border-left: 0;
			border-top: 1px solid #edf1f7;
		}

		.lrz-cleaning-products__benefit-step:nth-child(2) {
			border-top: 0;
		}

		.lrz-cleaning-popup {
			padding: 14px;
		}

		.lrz-cleaning-popup__dialog {
			padding: 30px 22px;
		}

		.lrz-cleaning-popup__close {
			top: 20px;
			right: 20px;
			width: 42px;
			height: 42px;
		}

		.lrz-cleaning-popup__header {
			padding-right: 58px;
		}

		.lrz-cleaning-popup__levels,
		.lrz-cleaning-popup__main,
		.lrz-cleaning-popup__excluded ul,
		.lrz-cleaning-popup__footer {
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-popup__time {
			padding-left: 0;
			border-left: 0;
		}

		.lrz-cleaning-popup__time-row {
			margin-bottom: 28px;
		}
	}

	@media (min-width: 656px) and (max-width: 710px) {
		button.lrz-cleaning-products__level-btn {
			flex-direction: column;
			text-align: center;
		}
	}

	@media (max-width: 656px) {
		.lrz-cleaning-products__level-tabs {
			width: 100%;
		}

		span.lrz-cleaning-products__level-label {
			min-width: 135px;
		}

		.lrz-cleaning-products__levels {
			padding: 18px;
		}

		.lrz-cleaning-products__level-tabs {
			display: grid;
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-products__level-btn {
			width: 100%;
			Justify-content: center;
		}

		.lrz-cleaning-checkout-booking__fields {
			grid-template-columns: 1fr;
		}

		.lrz-cleaning-popup__summary {
			grid-template-columns: auto 1fr;
		}

		.lrz-cleaning-popup__summary strong {
			border-right: 0;
			padding-right: 0;
		}

		.lrz-cleaning-popup__summary span:last-child {
			grid-column: 1 / -1;
		}

		.lrz-cleaning-popup__time-row {
			grid-template-columns: auto 1fr;
		}

		.lrz-cleaning-popup__time-dots {
			display: none;
		}

		.lrz-cleaning-popup__time-row b {
			width: fit-content;
		}

		.lrz-cleaning-card__button {
			font-weight: 700;
		}

		.lrz-cleaning-popup__level {
			padding: 15px;
			min-height: auto;
		}

		.lrz-cleaning-popup__excluded {
			padding: 30px 15px;
 		}

	}
		@media (max-width: 450px) {
		.lrz-cleaning-popup__close {
			width: 30px;
			height: 30px;
			}
		}

		@media (max-width: 380px) {
			.lrz-cleaning-popup__time-row strong,
			.lrz-cleaning-popup__time-row b {
				font-size: 12px;
			}	
		}		

		@media (max-width: 340px) {
			button.lrz-cleaning-products__level-btn {
				flex-direction: column;
				text-align: center;
			}
		}
