/* Dedicated comparison-first experience for the combo-sets archive. */

body.sansara-combo-archive {
	--combo-ink: #092a2a;
	--combo-deep: #062523;
	--combo-teal: #18c9bd;
	--combo-mint: #70f0d7;
	--combo-coral: #ff6c5f;
	--combo-cream: #f5f6f0;
	background:
		radial-gradient(circle at 4% 34%, rgba(24, 201, 189, .13), transparent 25rem),
		radial-gradient(circle at 94% 73%, rgba(255, 108, 95, .09), transparent 28rem),
		var(--combo-cream);
}

body.sansara-combo-archive .woocommerce-shell {
	width: min(calc(100% - 40px), 1180px);
	padding-block: 24px 88px;
}

.sansara-combo-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
	min-height: 522px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 34px;
	padding: clamp(34px, 5vw, 62px);
	background: linear-gradient(125deg, rgba(8, 54, 51, .96), rgba(4, 27, 27, .99));
	box-shadow: 0 34px 80px rgba(4, 39, 37, .22);
	color: #fff;
	isolation: isolate;
}

.sansara-combo-hero::before,
.sansara-combo-hero::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.sansara-combo-hero::before {
	top: -48%;
	right: -16%;
	width: 720px;
	height: 720px;
	background: radial-gradient(circle, rgba(56, 228, 205, .22), rgba(56, 228, 205, 0) 68%);
}

.sansara-combo-hero::after {
	bottom: -58%;
	left: 24%;
	width: 560px;
	height: 560px;
	background: radial-gradient(circle, rgba(255, 108, 95, .16), rgba(255, 108, 95, 0) 68%);
}

.sansara-combo-hero__copy {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
}

.sansara-combo-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	color: #a8bdbc;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .18em;
}

.sansara-combo-hero__eyebrow i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--combo-mint);
	box-shadow: 0 0 0 6px rgba(112, 240, 215, .11), 0 0 20px rgba(112, 240, 215, .75);
}

.sansara-combo-hero h1 {
	max-width: 650px;
	margin: 0;
	color: #fff;
	font-size: clamp(46px, 5.3vw, 74px);
	font-weight: 950;
	letter-spacing: -.068em;
	line-height: .95;
}

.sansara-combo-hero h1 em {
	color: var(--combo-mint);
	font-style: normal;
}

.sansara-combo-hero__copy > p {
	max-width: 570px;
	margin: 25px 0 0;
	color: #c8d7d5;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.sansara-combo-hero__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 29px;
}

.sansara-combo-hero__actions > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	border-radius: 16px;
	padding: 0 24px;
	background: var(--combo-mint);
	color: #07302d;
	font-size: 13px;
	font-weight: 950;
	box-shadow: 0 16px 35px rgba(47, 224, 199, .2);
	transition: transform .2s ease, background .2s ease;
}

.sansara-combo-hero__actions > a:hover {
	background: #fff;
	color: #07302d;
	transform: translateY(-2px);
}

.sansara-combo-hero__actions > a span { font-size: 17px; }

.sansara-combo-hero__actions > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #a9bdba;
	font-size: 11px;
	font-weight: 750;
}

.sansara-combo-hero__actions > span b {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 13px;
}

.sansara-combo-hero__proofs {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.sansara-combo-hero__proofs li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	padding: 10px 11px;
	background: rgba(255, 255, 255, .055);
	backdrop-filter: blur(10px);
}

.sansara-combo-hero__proofs li > i {
	display: grid;
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: rgba(112, 240, 215, .13);
	color: var(--combo-mint);
	font-size: 11px;
	font-style: normal;
	font-weight: 950;
}

.sansara-combo-hero__proofs li > span {
	display: grid;
	gap: 2px;
	color: #91a7a4;
	font-size: 8px;
	font-weight: 650;
	line-height: 1.2;
}

.sansara-combo-hero__proofs li b {
	color: #f3fffd;
	font-size: 9px;
	font-weight: 900;
}

.sansara-combo-hero__visual {
	position: relative;
	min-height: 390px;
}

.sansara-combo-hero__orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(112, 240, 215, .15);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.sansara-combo-hero__orbit--one { width: 400px; height: 400px; }
.sansara-combo-hero__orbit--two { width: 300px; height: 300px; border-style: dashed; }

.sansara-combo-hero__product {
	position: absolute;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(246, 250, 247, .96);
	box-shadow: 0 24px 55px rgba(0, 0, 0, .28);
	backdrop-filter: blur(12px);
}

.sansara-combo-hero__product img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sansara-combo-hero__product--main {
	z-index: 3;
	left: 50%;
	top: 50%;
	width: 68%;
	height: 74%;
	overflow: hidden;
	border-radius: 29px;
	transform: translate(-48%, -50%) rotate(-2.5deg);
}

.sansara-combo-hero__product--main img { padding: 22px 18px 59px; }

.sansara-combo-hero__product--main figcaption {
	position: absolute;
	left: 17px;
	right: 17px;
	bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 13px;
	padding: 10px 12px;
	background: var(--combo-deep);
}

.sansara-combo-hero__product--main figcaption small {
	color: var(--combo-mint);
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .12em;
}

.sansara-combo-hero__product--main figcaption strong {
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.sansara-combo-hero__product--protection,
.sansara-combo-hero__product--start {
	z-index: 2;
	width: 35%;
	height: 36%;
	overflow: hidden;
	border-radius: 20px;
}

.sansara-combo-hero__product--protection { left: -1%; top: 4%; transform: rotate(-8deg); }
.sansara-combo-hero__product--start { right: -4%; bottom: 2%; transform: rotate(8deg); }

.sansara-combo-hero__product--protection img,
.sansara-combo-hero__product--start img { padding: 12px 12px 34px; }

.sansara-combo-hero__product--protection figcaption,
.sansara-combo-hero__product--start figcaption {
	position: absolute;
	left: 11px;
	bottom: 10px;
	color: var(--combo-ink);
	font-size: 9px;
	font-weight: 950;
}

.sansara-combo-hero__floating-label {
	position: absolute;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	padding: 0 12px;
	background: rgba(5, 35, 33, .84);
	color: #e9fffb;
	font-size: 8px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
	backdrop-filter: blur(10px);
}

.sansara-combo-hero__floating-label::before {
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-radius: 50%;
	background: var(--combo-mint);
	content: "";
}

.sansara-combo-hero__floating-label--case { left: 5%; top: 48%; }
.sansara-combo-hero__floating-label--glass { right: -2%; top: 20%; }
.sansara-combo-hero__floating-label--power { left: 16%; bottom: 5%; }

body.sansara-combo-archive .sansara-shop-tools {
	gap: 12px;
	margin: 18px 0 40px;
	border: 1px solid rgba(9, 42, 42, .08);
	border-radius: 20px;
	padding: 11px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 10px 35px rgba(18, 63, 60, .05);
	backdrop-filter: blur(14px);
}

body.sansara-combo-archive .sansara-category-heading,
body.sansara-combo-archive .sansara-catalog-controls { display: none !important; }

body.sansara-combo-archive .sansara-category-rail {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 0 0 3px;
	scrollbar-width: none;
}

body.sansara-combo-archive .sansara-category-rail::-webkit-scrollbar { display: none; }

body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link {
	display: flex;
	flex: 1 0 116px;
	min-height: 66px;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 8px;
	border: 0;
	border-radius: 14px;
	padding: 7px;
	background: transparent;
	box-shadow: none;
}

body.sansara-combo-archive .sansara-category-card-link__media {
	width: 44px;
	height: 50px;
	border-radius: 11px;
}

body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link:hover,
body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link.is-active {
	background: #e7f6f2;
	box-shadow: inset 0 0 0 1px rgba(24, 201, 189, .55);
	transform: none;
}

.sansara-combo-offers-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin: 0 4px 24px;
	scroll-margin-top: 110px;
}

.sansara-combo-offers-heading > div > span {
	display: block;
	margin-bottom: 7px;
	color: #168c84;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .16em;
}

.sansara-combo-offers-heading h2 {
	margin: 0;
	color: var(--combo-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: 1;
}

.sansara-combo-offers-heading > p {
	max-width: 440px;
	margin: 0;
	color: #657674;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.55;
}
body.sansara-combo-archive.woocommerce ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch;
	gap: 20px !important;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card {
	overflow: visible;
	border: 1px solid rgba(9, 42, 42, .09);
	border-radius: 28px;
	padding: 0 0 16px !important;
	background: #fff;
	box-shadow: 0 18px 48px rgba(14, 57, 54, .1);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card--protection { order: 1; }
body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card--start { order: 2; }
body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card--maximum { order: 3; }

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured {
	border-color: var(--combo-teal);
	box-shadow: 0 26px 62px rgba(14, 120, 111, .2);
	transform: translateY(-10px);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured::before {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: -13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	border-radius: 999px;
	padding: 0 14px;
	background: var(--combo-coral);
	color: #fff;
	content: "СБАЛАНСИРОВАННЫЙ ВЫБОР";
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .08em;
	box-shadow: 0 8px 18px rgba(255, 108, 95, .28);
	transform: translateX(-50%);
	white-space: nowrap;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card:hover {
	border-color: var(--combo-teal);
	box-shadow: 0 28px 65px rgba(13, 75, 70, .16);
	transform: translateY(-5px);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured:hover {
	transform: translateY(-13px);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > a.woocommerce-LoopProduct-link {
	overflow: hidden;
	border-radius: 27px 27px 0 0;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
	height: 270px !important;
	border-radius: 27px 27px 0 0;
	padding: 34px;
	background:
		radial-gradient(circle at 70% 30%, rgba(86, 219, 201, .18), transparent 42%),
		linear-gradient(145deg, #e9f4f1, #f7f7f2);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card--start a img {
	background:
		radial-gradient(circle at 72% 28%, rgba(255, 135, 98, .18), transparent 40%),
		linear-gradient(145deg, #f8f0e9, #f4f7f2);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card--maximum a img {
	background:
		radial-gradient(circle at 68% 28%, rgba(112, 240, 215, .24), transparent 42%),
		linear-gradient(145deg, #dfeeea, #eef5f1);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .onsale {
	display: none !important;
}

body.sansara-combo-archive .sansara-combo-card .sansara-gift {
	left: 16px;
	top: 16px;
	min-height: 27px;
	padding: 0 10px;
	background: rgba(255, 255, 255, .88);
	color: #126f69;
	font-size: 8px;
	letter-spacing: .06em;
	backdrop-filter: blur(8px);
}

.sansara-combo-card__kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 21px 22px 0;
	color: #7c8b89;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .11em;
}

.sansara-combo-card__kicker span {
	display: inline-grid;
	width: 28px;
	height: 22px;
	place-items: center;
	border-radius: 7px;
	background: #e4f5f1;
	color: #118b82;
	letter-spacing: 0;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .woocommerce-loop-product__title {
	min-height: 0;
	padding: 10px 22px 0 !important;
	color: var(--combo-ink);
	font-size: 25px !important;
	font-weight: 950;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.sansara-combo-card__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 15px 22px 0;
}

.sansara-combo-card__summary span,
.sansara-combo-card__summary strong {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	border-radius: 999px;
	padding: 0 9px;
	font-size: 8px;
	font-weight: 950;
}

.sansara-combo-card__summary span { background: #eef3f1; color: #6a7a78; }
.sansara-combo-card__summary strong { background: #fff0ed; color: #e65449; }

.sansara-combo-card__contents {
	display: grid;
	gap: 9px;
	min-height: 116px;
	margin: 16px 22px 0;
	padding: 0;
	list-style: none;
}

.sansara-combo-card__contents li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #4d615f;
	font-size: 11px;
	font-weight: 720;
	line-height: 1.25;
}

.sansara-combo-card__contents i {
	display: inline-grid;
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	background: #def5ef;
	color: #118b82;
	font-size: 9px;
	font-style: normal;
	font-weight: 950;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
	margin: 20px 22px 0 !important;
	color: var(--combo-ink) !important;
	font-size: 30px !important;
	font-weight: 950 !important;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price del {
	color: #8d9b99;
	font-size: 12px;
	font-weight: 800;
	opacity: .72;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price ins {
	text-decoration: none;
}

body.sansara-combo-archive .sansara-combo-card .sansara-card-payment {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin: 8px 22px 5px;
	color: #6e7e7c;
	font-size: 9px;
}

body.sansara-combo-archive .sansara-combo-card .sansara-card-payment strong {
	color: #118b82;
	font-size: 12px;
}

body.sansara-combo-archive .sansara-combo-card .sansara-card-payment > span {
	margin-left: auto;
	font-size: 8px;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button,
body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .added_to_cart {
	min-height: 54px;
	margin: 15px 16px 0 !important;
	border-radius: 16px;
	background: var(--combo-deep) !important;
	font-size: 12px !important;
	letter-spacing: .01em;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button::after {
	margin-left: 10px;
	content: "→";
	font-size: 16px;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button:hover {
	background: #12a89f !important;
	box-shadow: 0 12px 26px rgba(18, 168, 159, .22);
	transform: translateY(-2px);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured > .button {
	background: var(--combo-coral) !important;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured > .button:hover {
	background: #ef584c !important;
}

@media (max-width: 980px) {
	.sansara-combo-hero {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
		min-height: 480px;
		padding: 38px;
	}

	.sansara-combo-hero h1 { font-size: clamp(42px, 6vw, 60px); }
	.sansara-combo-hero__proofs li:last-child { display: none; }
	.sansara-combo-hero__product--main { width: 76%; }
	body.sansara-combo-archive.woocommerce ul.products { gap: 13px !important; }

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
		height: 230px !important;
		padding: 25px;
	}

	.sansara-combo-card__kicker,
	.sansara-combo-card__summary,
	.sansara-combo-card__contents { margin-inline: 16px; }

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .woocommerce-loop-product__title {
		padding-inline: 16px !important;
		font-size: 21px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price,
	body.sansara-combo-archive .sansara-combo-card .sansara-card-payment {
		margin-inline: 16px !important;
	}
}

@media (max-width: 720px) {
	body.sansara-combo-archive .woocommerce-shell {
		width: calc(100% - 24px);
		padding-block: 12px 44px;
	}

	.sansara-combo-hero {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 25px;
		padding: 29px 22px 20px;
	}

	.sansara-combo-hero::before { top: 20%; right: -80%; }
	.sansara-combo-hero__eyebrow { margin-bottom: 15px; font-size: 9px; }
	.sansara-combo-hero h1 { font-size: clamp(38px, 12.8vw, 54px); line-height: .97; }
	.sansara-combo-hero__copy > p { margin-top: 18px; font-size: 13px; line-height: 1.45; }
	.sansara-combo-hero__actions { width: 100%; margin-top: 21px; }

	.sansara-combo-hero__actions > a {
		min-height: 49px;
		flex: 1 1 auto;
		padding-inline: 17px;
		font-size: 11px;
	}

	.sansara-combo-hero__actions > span { display: none; }

	.sansara-combo-hero__proofs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 18px;
	}

	.sansara-combo-hero__proofs li { padding: 9px; }
	.sansara-combo-hero__visual { min-height: 285px; margin-top: 10px; }
	.sansara-combo-hero__orbit--one { width: 285px; height: 285px; }
	.sansara-combo-hero__orbit--two { width: 215px; height: 215px; }

	.sansara-combo-hero__product--main {
		width: 66%;
		height: 72%;
	}

	.sansara-combo-hero__product--main img { padding: 12px 10px 49px; }

	.sansara-combo-hero__product--protection,
	.sansara-combo-hero__product--start { width: 32%; height: 34%; }

	.sansara-combo-hero__product--protection { left: 1%; }
	.sansara-combo-hero__product--start { right: 1%; }
	.sansara-combo-hero__floating-label--case { left: 0; }
	.sansara-combo-hero__floating-label--glass { right: 0; top: 15%; }
	.sansara-combo-hero__floating-label--power { left: 11%; bottom: 1%; }

	body.sansara-combo-archive .sansara-shop-tools {
		margin: 10px 0 28px;
		border-radius: 17px;
		padding: 8px;
	}

	body.sansara-combo-archive .sansara-category-rail {
		margin-inline: 0;
		padding: 0 0 2px;
	}

	body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link {
		flex: 0 0 92px !important;
		width: 92px !important;
		min-width: 92px !important;
		max-width: 92px;
		min-height: 69px;
		grid-template-columns: 1fr;
		gap: 3px;
		padding: 5px;
	}

	body.sansara-combo-archive .sansara-category-card-link__media { width: 42px; height: 39px; }

	.sansara-combo-offers-heading {
		display: grid;
		gap: 11px;
		margin: 0 3px 18px;
	}

	.sansara-combo-offers-heading h2 { font-size: 34px; }
	.sansara-combo-offers-heading > p { font-size: 11px; }

	body.sansara-combo-archive.woocommerce ul.products {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured {
		border-radius: 23px;
		padding-bottom: 13px !important;
		transform: none;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card:hover,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured:hover {
		transform: none;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > a.woocommerce-LoopProduct-link {
		border-radius: 22px 22px 0 0;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
		height: 252px !important;
		border-radius: 22px 22px 0 0;
		padding: 27px;
	}

	.sansara-combo-card__contents { min-height: 0; }

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
		font-size: 29px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .added_to_cart {
		min-height: 52px;
		font-size: 12px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sansara-combo-hero__actions > a,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
		transition: none;
	}
}
/* Refined information panel inside combo cards. */
body.sansara-combo-archive .sansara-combo-card {
	--combo-card-accent: #118b82;
	--combo-card-panel: linear-gradient(145deg, rgba(231, 247, 243, .92), rgba(247, 249, 246, .96));
	--combo-card-line: rgba(17, 139, 130, .13);
}

body.sansara-combo-archive .sansara-combo-card--start {
	--combo-card-accent: #e85f54;
	--combo-card-panel: linear-gradient(145deg, rgba(255, 239, 235, .96), rgba(244, 249, 245, .96));
	--combo-card-line: rgba(232, 95, 84, .13);
}

body.sansara-combo-archive .sansara-combo-card--maximum {
	--combo-card-accent: #0c716b;
	--combo-card-panel: linear-gradient(145deg, rgba(222, 243, 237, .96), rgba(241, 247, 243, .98));
	--combo-card-line: rgba(12, 113, 107, .14);
}

.sansara-combo-card__details {
	position: relative;
	align-self: stretch;
	display: flex;
	width: auto;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 178px;
	margin: 16px 18px 0;
	overflow: hidden;
	border: 1px solid var(--combo-card-line);
	border-radius: 18px;
	padding: 14px;
	background: var(--combo-card-panel);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .8),
		0 10px 24px rgba(17, 63, 59, .045);
}

.sansara-combo-card__details::before {
	position: absolute;
	left: 14px;
	right: 14px;
	top: 0;
	height: 2px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, transparent, var(--combo-card-accent), transparent);
	content: "";
	opacity: .72;
}

.sansara-combo-card__details .sansara-combo-card__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	border-bottom: 1px solid var(--combo-card-line);
	padding: 0 0 12px;
}

.sansara-combo-card__details .sansara-combo-card__summary span,
.sansara-combo-card__details .sansara-combo-card__summary strong {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	border-radius: 999px;
	padding: 0 10px;
	font-size: 8px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

.sansara-combo-card__details .sansara-combo-card__summary span {
	gap: 8px;
	background: rgba(255, 255, 255, .8);
	color: #607370;
	box-shadow: inset 0 0 0 1px rgba(13, 69, 65, .06);
}

.sansara-combo-card__details .sansara-combo-card__summary span::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--combo-card-accent);
	box-shadow: 4px 0 0 color-mix(in srgb, var(--combo-card-accent) 62%, white);
	content: "";
}

.sansara-combo-card__details .sansara-combo-card__summary strong {
	gap: 5px;
	background: #fff;
	color: var(--combo-card-accent);
	box-shadow: 0 5px 14px rgba(42, 78, 74, .07);
}

.sansara-combo-card__details .sansara-combo-card__summary strong::before {
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--combo-card-accent) 12%, white);
	content: "↓";
	font-size: 8px;
	font-weight: 950;
}

.sansara-combo-card__details .sansara-combo-card__contents {
	display: grid;
	flex: 1 1 auto;
	align-content: center;
	gap: 0;
	min-height: 0;
	margin: 8px 0 0;
	padding: 0;
}

.sansara-combo-card__details .sansara-combo-card__contents li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 31px;
	border-bottom: 1px solid var(--combo-card-line);
	padding: 5px 0;
	color: #405956;
	font-size: 10.5px;
	font-weight: 790;
	line-height: 1.22;
}

.sansara-combo-card__details .sansara-combo-card__contents li:last-child {
	border-bottom: 0;
}

.sansara-combo-card__details .sansara-combo-card__contents i {
	display: inline-grid;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--combo-card-accent) 20%, white);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	color: var(--combo-card-accent);
	font-size: 9px;
	font-style: normal;
	font-weight: 950;
	box-shadow: 0 4px 10px rgba(16, 80, 75, .06);
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
	align-self: stretch;
	width: auto;
	gap: 4px 8px;
	margin: 16px 18px 0 !important;
	border-top: 1px solid rgba(9, 42, 42, .09);
	padding: 14px 4px 0;
	font-size: 30px !important;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price::before {
	flex: 0 0 100%;
	margin-bottom: 1px;
	color: var(--combo-card-accent);
	content: "ЦЕНА КОМПЛЕКТОМ";
	font-size: 7px;
	font-weight: 950;
	letter-spacing: .12em;
	line-height: 1;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price del {
	align-self: center;
	padding-top: 3px;
	color: #91a09e;
	font-size: 11px;
}

body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price ins {
	color: var(--combo-ink);
}

@media (max-width: 980px) {
	.sansara-combo-card__details {
		min-height: 174px;
		margin-inline: 14px;
		padding: 12px;
	}

	.sansara-combo-card__details .sansara-combo-card__summary {
		gap: 6px;
	}

	.sansara-combo-card__details .sansara-combo-card__summary span,
	.sansara-combo-card__details .sansara-combo-card__summary strong {
		padding-inline: 8px;
		font-size: 7.5px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
		margin-inline: 14px !important;
	}
}

@media (max-width: 720px) {
	.sansara-combo-card__details {
		flex: 0 0 auto;
		min-height: 0;
		margin: 14px 16px 0;
		border-radius: 16px;
		padding: 13px;
	}

	.sansara-combo-card__details .sansara-combo-card__contents {
		margin-top: 7px;
	}

	.sansara-combo-card__details .sansara-combo-card__contents li {
		min-height: 34px;
		font-size: 11px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
		margin: 15px 16px 0 !important;
		padding-top: 13px;
	}
}
body.sansara-combo-archive .sansara-combo-card .sansara-gift {
	display: none !important;
}
/* Final mobile pass: compact, touch-friendly and safe above the contact dock. */
@media (max-width: 720px) {
	body.sansara-combo-archive .woocommerce-shell {
		width: calc(100% - 16px);
		padding-block: 8px max(104px, calc(88px + env(safe-area-inset-bottom)));
	}

	body.sansara-combo-archive .sansara-shop-tools {
		margin: 6px 0 20px;
		border-radius: 16px;
		padding: 6px;
		box-shadow: 0 7px 22px rgba(18, 63, 60, .05);
	}

	body.sansara-combo-archive .sansara-category-rail {
		gap: 6px;
		overscroll-behavior-x: contain;
		scroll-padding-inline: 2px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link {
		flex: 0 0 76px !important;
		width: 76px !important;
		min-width: 76px !important;
		max-width: 76px;
		min-height: 72px;
		scroll-snap-align: start;
		border-radius: 12px;
		padding: 4px;
	}

	body.sansara-combo-archive .sansara-category-card-link__media {
		width: 39px;
		height: 39px;
		border-radius: 10px;
	}

	body.sansara-combo-archive .sansara-category-card-link__label {
		max-width: 68px;
		overflow: hidden;
		font-size: 8px;
		line-height: 1.08;
		text-overflow: ellipsis;
	}

	body.sansara-combo-archive.woocommerce ul.products {
		gap: 15px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured {
		border-radius: 21px;
		padding-bottom: 13px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card.is-featured::before {
		top: -10px;
		min-height: 22px;
		padding-inline: 11px;
		font-size: 7px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > a.woocommerce-LoopProduct-link {
		border-radius: 20px 20px 0 0;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
		height: 218px !important;
		border-radius: 20px 20px 0 0;
		padding: 22px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .woocommerce-loop-product__title {
		padding: 13px 16px 0 !important;
		font-size: 22px !important;
		line-height: 1.08;
	}

	.sansara-combo-card__details {
		margin: 13px 14px 0;
		border-radius: 15px;
		padding: 11px 12px;
	}

	.sansara-combo-card__details::before {
		left: 12px;
		right: 12px;
	}

	.sansara-combo-card__details .sansara-combo-card__contents {
		margin: 0 !important;
	}

	.sansara-combo-card__details .sansara-combo-card__contents li {
		min-height: 32px;
		gap: 9px;
		padding-block: 4px;
		font-size: 10.5px;
	}

	.sansara-combo-card__details .sansara-combo-card__contents i {
		width: 21px;
		height: 21px;
		border-radius: 7px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
		margin: 12px 14px 0 !important;
		padding: 11px 2px 0;
		font-size: 28px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price::before {
		font-size: 6.5px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .added_to_cart {
		min-height: 50px;
		margin: 12px 14px 0 !important;
		border-radius: 14px;
		font-size: 11px !important;
	}
}

@media (max-width: 360px) {
	body.sansara-combo-archive .sansara-category-rail > .sansara-category-card-link {
		flex-basis: 70px !important;
		width: 70px !important;
		min-width: 70px !important;
		max-width: 70px;
		min-height: 68px;
	}

	body.sansara-combo-archive .sansara-category-card-link__media {
		width: 36px;
		height: 36px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card a img {
		height: 198px !important;
		padding: 18px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .woocommerce-loop-product__title {
		padding-inline: 14px !important;
		font-size: 20px !important;
	}

	.sansara-combo-card__details {
		margin-inline: 12px;
		padding-inline: 11px;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card .price {
		margin-inline: 12px !important;
		font-size: 27px !important;
	}

	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .button,
	body.sansara-combo-archive.woocommerce ul.products li.product.sansara-combo-card > .added_to_cart {
		margin-inline: 12px !important;
	}
}
