/*
 * Sansara Store product configurator v2.
 * Product first, configuration second, supporting promises last.
 */

body.single-product.sansara-apple-catalog-product {
	--product-ink: #102f34;
	--product-muted: #66787b;
	--product-line: #dce6e5;
	--product-surface: #f3f5f4;
	--product-aqua: #12bdb8;
	--product-aqua-dark: #078f8d;
	background: #fbfbf9;
}

body.single-product.sansara-apple-catalog-product .woocommerce-shell {
	padding-top: 32px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable {
	grid-template-columns: minmax(0, 1.12fr) minmax(450px, .88fr);
	gap: clamp(40px, 4.5vw, 68px);
	align-items: start;
}

/* Product stage: one quiet surface, no nested decorative frames. */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery {
	position: relative !important;
	top: 0 !important;
	align-self: start;
	overflow: hidden;
	border: 0;
	border-radius: 28px;
	padding: 0;
	background: var(--product-surface);
	box-shadow: 0 18px 48px rgba(16, 47, 52, .065);
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__wrapper,
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: inherit;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
	background: var(--product-surface);
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__image img.wp-post-image {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: scale(1.08) !important;
	filter: none;
	transition: opacity .22s ease, transform .35s ease;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__image img.wp-post-image.is-switching {
	opacity: .18;
}

body.single-product.sansara-apple-catalog-product.sansara-apple-category-iphone div.product.product-type-variable .woocommerce-product-gallery__image img.wp-post-image {
	transform: scale(1.28) !important;
}

body.single-product.sansara-apple-catalog-product .woocommerce-product-gallery__trigger {
	top: 18px !important;
	right: 18px !important;
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	background: rgba(255, 255, 255, .9) !important;
	box-shadow: 0 8px 24px rgba(16, 47, 52, .09);
	backdrop-filter: blur(10px);
}

/* Commercial column */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary {
	display: flex;
	flex-direction: column;
	border: 0;
	border-radius: 0;
	padding: 4px 0 28px !important;
	background: transparent;
	box-shadow: none;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary::before {
	content: "ОРИГИНАЛЬНАЯ ТЕХНИКА APPLE";
	order: 0;
	display: block;
	margin-bottom: 12px;
	color: var(--product-aqua-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary h1.product_title {
	order: 1;
	max-width: 560px;
	margin: 0 0 15px;
	color: var(--product-ink);
	font-size: clamp(40px, 3.35vw, 48px);
	font-weight: 950;
	line-height: .98;
	letter-spacing: -.05em;
}

/* Keep the unconfigured price out of the title area; JS moves it into the purchase flow. */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary > p.price {
	display: none;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 0 0 13px !important;
	font-size: 0 !important;
	line-height: 1;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price::before {
	content: "Стоимость от";
	color: var(--product-muted);
	font-size: 12px;
	font-weight: 800;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price > .woocommerce-Price-amount:first-of-type {
	display: inline-flex;
	color: var(--product-ink);
	font-size: 35px;
	font-weight: 950;
	letter-spacing: -.035em;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price > .woocommerce-Price-amount:not(:first-of-type),
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price > [aria-hidden="true"]:not(.woocommerce-Price-amount) {
	display: none;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price.is-hidden {
	display: none !important;
}

body.single-product.sansara-apple-catalog-product .woocommerce-product-details__short-description {
	order: 3;
	display: none;
}

body.single-product.sansara-apple-catalog-product .summary > #sansara-product-buy {
	order: 4;
	height: 0;
	overflow: hidden;
}

/* Configuration flow */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable form.variations_form {
	order: 5;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations,
body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tbody,
body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tr,
body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations th,
body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations td {
	display: block;
	width: 100%;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tr {
	margin: 0;
	border: 0;
	padding: 0 0 24px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations th.label {
	margin-bottom: 11px;
	padding: 0;
	text-align: left !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations th.label label {
	color: var(--product-ink);
	font-size: 15px;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product .sansara-choice-current {
	display: inline-block;
	margin-left: 7px;
	color: var(--product-muted);
	font-size: 12px;
	font-weight: 650;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choice {
	min-width: 0;
	height: 60px;
	border: 0;
	border-radius: 14px;
	padding: 0 14px;
	background: transparent;
	color: var(--product-ink);
	font-size: 13px;
	font-weight: 850;
	box-shadow: none;
	transition: background .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choice:hover:not(:disabled) {
	background: rgba(255, 255, 255, .72);
}

/* Memory works as one segmented control rather than three unrelated cards. */
body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-options {
	gap: 4px;
	border-radius: 17px;
	padding: 4px;
	background: #eef2f1;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-options:has(> :nth-child(4)) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-options .sansara-variation-choice.is-selected {
	background: #fff;
	color: var(--product-aqua-dark);
	box-shadow: 0 5px 16px rgba(16, 47, 52, .08), inset 0 0 0 1px rgba(18, 189, 184, .32);
}

/* Colour choices are tactile swatches with names, not tiny radio dots. */
body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice {
	width: auto !important;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	border: 1px solid var(--product-line);
	border-radius: 16px;
	padding: 0 12px;
	background: rgba(255, 255, 255, .68);
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors {
	grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice::after {
	content: attr(aria-label);
	color: #2f484c;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.15;
	text-align: left;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice i {
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	border-width: 4px;
	box-shadow: 0 0 0 1px #c6d1d0;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice.is-selected {
	border-color: var(--product-aqua);
	background: #ecfbfa;
	box-shadow: inset 0 0 0 1px var(--product-aqua), 0 8px 22px rgba(7, 143, 141, .08);
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choice:disabled {
	cursor: not-allowed;
	opacity: .34;
}

body.single-product.sansara-apple-catalog-product .reset_variations {
	display: none !important;
}

/* Exact price and one decisive purchase action. */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .single_variation_wrap {
	margin-top: 2px;
	border-top: 1px solid var(--product-line);
	padding-top: 19px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-price .price {
	display: block;
	margin: 0 0 6px;
	color: var(--product-ink) !important;
	font-size: 35px !important;
	font-weight: 950;
	letter-spacing: -.035em;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-price::before {
	content: "Стоимость выбранной конфигурации";
	display: block;
	margin-bottom: 4px;
	color: var(--product-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-availability .stock {
	margin: 0 0 13px;
	color: #278940;
	font-size: 12px;
	font-weight: 800;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	margin: 2px 0 15px;
	border: 1px solid #cbe7e4;
	border-radius: 14px;
	padding: 11px 13px;
	background: #effaf9;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation[hidden] {
	display: none;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation > i {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: #d9f4f1;
	color: var(--product-aqua-dark);
	font-size: 17px;
	font-style: normal;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation > span {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	column-gap: 9px;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation small {
	grid-column: 1 / -1;
	margin-bottom: 2px;
	color: #6b7d7f;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation strong {
	color: var(--product-ink);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation em {
	color: #6b7d7f;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 9px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled {
	grid-template-columns: 1fr;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled .quantity {
	display: none;
}

body.single-product.sansara-apple-catalog-product .woocommerce-variation-add-to-cart .quantity .qty {
	width: 82px;
	min-height: 58px;
	border: 1px solid #d2dddd;
	border-radius: 14px;
	background: #fff;
	font-size: 16px;
	font-weight: 850;
}

body.single-product.sansara-apple-catalog-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	position: relative;
	min-height: 58px !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, var(--product-aqua-dark), var(--product-aqua)) !important;
	box-shadow: 0 14px 30px rgba(7, 143, 141, .18);
	font-size: 14px;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	background: #e3e9e8 !important;
	box-shadow: none;
	color: transparent !important;
	font-size: 0 !important;
	opacity: 1 !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button::after {
	content: attr(data-prompt);
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #71807f;
	font-size: 13px;
	font-weight: 850;
}

/* Supporting promises become one quiet line below the purchase action. */
body.single-product.sansara-apple-catalog-product .sansara-purchase-promises {
	order: 6;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 0;
	margin: 18px 0 0;
	border-top: 1px solid var(--product-line);
	padding-top: 14px;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div {
	min-height: 0;
	display: flex;
	grid-template-columns: none;
	align-items: center;
	gap: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div:not(:last-child)::after {
	content: "•";
	margin: 0 9px;
	color: #aac0be;
	font-size: 9px;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div > span:first-child,
body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div > i,
body.single-product.sansara-apple-catalog-product .sansara-purchase-promises small {
	display: none !important;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises b {
	color: #566a6c;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > .purchase-availability {
	display: none !important;
}

body.single-product.sansara-apple-catalog-product div.product .product_meta {
	display: none;
}

/* Supporting information follows the configurator instead of competing with it. */
body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs {
	margin-top: 58px;
	border-top: 1px solid var(--product-line);
	padding-top: 30px;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 6px;
	margin-bottom: 20px;
	padding: 0 !important;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs::before,
body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	border: 1px solid var(--product-line) !important;
	border-radius: 999px !important;
	padding: 0 !important;
	background: #fff !important;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #9edbd7 !important;
	background: #eaf9f8 !important;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 16px !important;
	color: #3e5558;
	font-size: 11px;
}

body.single-product.sansara-apple-catalog-product div.product .woocommerce-Tabs-panel {
	max-width: none;
	margin-bottom: 0 !important;
	color: #536669;
	font-size: 14px;
	line-height: 1.65;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story {
	border: 1px solid #d9e8e7;
	border-radius: 26px;
	padding: 30px;
	background: linear-gradient(135deg, #fbfdfd 0%, #f2faf9 100%);
}

body.single-product.sansara-apple-catalog-product .sansara-product-story > header {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(290px, 1fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 25px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story > header > span,
body.single-product.sansara-apple-catalog-product .sansara-product-story__editor-copy > span,
body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header span {
	grid-column: 1 / -1;
	color: var(--product-aqua-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story > header h2 {
	margin: 0;
	color: var(--product-ink);
	font-size: clamp(29px, 3.2vw, 40px);
	letter-spacing: -.045em;
	line-height: 1.02;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story > header p {
	max-width: 560px;
	margin: 0;
	color: #607477;
	font-size: 14px;
	line-height: 1.55;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__grid article {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-content: start;
	min-height: 132px;
	border: 1px solid #dce9e8;
	border-radius: 17px;
	padding: 15px;
	background: rgba(255, 255, 255, .82);
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__grid article > i {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: #dff5f2;
	color: var(--product-aqua-dark);
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__grid h3 {
	margin: 2px 0 6px;
	color: var(--product-ink);
	font-size: 13px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__grid p {
	margin: 0;
	color: #6b7d7f;
	font-size: 11px;
	line-height: 1.45;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__editor-copy {
	margin-top: 20px;
	border-top: 1px solid #dbe8e7;
	padding-top: 20px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-story__editor-copy > :last-child {
	margin-bottom: 0;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories {
	grid-column: 1 / -1;
	width: 100%;
	margin-top: 34px;
	border-top: 1px solid var(--product-line);
	padding-top: 38px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header h2 {
	margin: 8px 0 5px;
	color: var(--product-ink);
	font-size: clamp(31px, 3.5vw, 42px);
	letter-spacing: -.045em;
	line-height: 1.02;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header p {
	margin: 0;
	color: #6b7d7f;
	font-size: 13px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header > a {
	flex: none;
	border: 1px solid #bcdedb;
	border-radius: 13px;
	padding: 11px 15px;
	background: #fff;
	color: var(--product-aqua-dark);
	font-size: 11px;
	font-weight: 850;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header > a b,
body.single-product.sansara-apple-catalog-product .sansara-product-accessories__action b {
	margin-left: 5px;
	font-size: 15px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid article {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d9e7e6;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(19, 65, 69, .045);
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__media {
	display: grid;
	place-items: center;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	aspect-ratio: 1.18 / 1;
	padding: 14px;
	background: radial-gradient(circle at 50% 45%, #fff 0%, #f3f9f8 72%);
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .24s ease;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid article:hover .sansara-product-accessories__media img {
	transform: scale(1.035);
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__copy {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 16px 16px 12px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__copy > small {
	color: var(--product-aqua-dark);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .12em;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__copy h3 {
	min-height: 37px;
	margin: 7px 0 12px;
	font-size: 14px;
	letter-spacing: -.025em;
	line-height: 1.25;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__copy h3 a {
	color: var(--product-ink);
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__price {
	color: var(--product-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__price del {
	color: #a5b0b1;
	font-size: 11px;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__copy > span {
	display: block;
	margin-top: 4px;
	color: var(--product-aqua-dark);
	font-size: 10px;
	font-weight: 800;
}

body.single-product.sansara-apple-catalog-product .sansara-product-accessories__action {
	display: flex;
	min-width: 0;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin: 0 10px 10px;
	border-radius: 12px;
	background: linear-gradient(90deg, #129b96, #1fc0bb);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product div.product .related.products {
	margin-top: 46px;
	border-top: 1px solid var(--product-line);
	padding-top: 34px;
}

body.single-product.sansara-apple-catalog-product div.product .related.products > h2 {
	margin-bottom: 20px;
	font-size: clamp(31px, 3.5vw, 42px);
	letter-spacing: -.045em;
}

/* Dynamic mobile action bar. */
body.single-product.sansara-apple-catalog-product .mobile-product-bar {
	transition: transform .22s ease, opacity .22s ease;
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar > span > small::after {
	content: " от";
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar.has-exact-price > span > small::after {
	content: "";
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar > span > strong {
	font-size: 0;
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar > span > strong .woocommerce-Price-amount:first-of-type {
	display: inline-flex;
	font-size: 16px;
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar > span > strong .woocommerce-Price-amount:not(:first-of-type),
body.single-product.sansara-apple-catalog-product .mobile-product-bar > span > strong > span[aria-hidden="true"]:not(.woocommerce-Price-amount) {
	display: none;
}

body.single-product.sansara-apple-catalog-product .mobile-product-bar.is-product-action-visible {
	transform: translateY(115%);
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 960px) {
	body.single-product.sansara-apple-catalog-product .woocommerce-shell {
		padding-top: 20px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable {
		display: block;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery {
		position: static !important;
		top: auto !important;
		float: none !important;
		width: 100% !important;
		max-width: 620px;
		margin-inline: auto !important;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary {
		max-width: 680px;
		margin: 20px auto 0 !important;
		padding: 20px 2px 12px !important;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story > header {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story__grid,
	body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body.single-product.sansara-apple-catalog-product .woocommerce-shell {
		padding-top: 10px;
		overflow-x: clip;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable {
		overflow-x: clip;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery {
		border-radius: 20px;
		box-shadow: 0 12px 30px rgba(16, 47, 52, .055);
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-product-gallery__image {
		aspect-ratio: 1 / .9;
	}

	body.single-product.sansara-apple-catalog-product.sansara-apple-category-iphone div.product.product-type-variable .woocommerce-product-gallery__image img.wp-post-image {
		transform: scale(1.2) !important;
	}

	body.single-product.sansara-apple-catalog-product .woocommerce-product-gallery__trigger {
		top: 12px !important;
		right: 12px !important;
		width: 39px !important;
		height: 39px !important;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary {
		margin-top: 9px !important;
		padding: 20px 3px 8px !important;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary::before {
		margin-bottom: 9px;
		font-size: 9px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary h1.product_title {
		margin-bottom: 12px;
		font-size: 33px;
		line-height: .99;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price > .woocommerce-Price-amount:first-of-type {
		font-size: 33px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tr {
		padding-bottom: 22px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices {
		gap: 6px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choice {
		height: 55px;
		padding-inline: 8px;
		font-size: 12px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice {
		height: 66px;
		gap: 7px;
		padding-inline: 8px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice::after {
		font-size: 8px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice i {
		width: 25px;
		height: 25px;
		flex-basis: 25px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart {
		grid-template-columns: 64px 1fr;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled {
		grid-template-columns: 1fr;
	}

	body.single-product.sansara-apple-catalog-product .woocommerce-variation-add-to-cart .quantity .qty {
		width: 64px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises {
		gap: 7px 0;
		margin-top: 16px;
		padding-top: 13px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises b {
		font-size: 10px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div:not(:last-child)::after {
		margin-inline: 7px;
	}

	body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs {
		margin-top: 38px;
		padding-top: 22px;
	}

	body.single-product.sansara-apple-catalog-product div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story {
		border-radius: 20px;
		padding: 19px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story > header {
		margin-bottom: 18px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story > header h2 {
		font-size: 29px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story__grid {
		grid-template-columns: 1fr;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-story__grid article {
		min-height: 0;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories {
		margin-top: 30px;
		padding-top: 27px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header {
		align-items: flex-start;
		margin-bottom: 18px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header h2 {
		font-size: 31px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header p {
		max-width: 250px;
		font-size: 11px;
		line-height: 1.4;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories > header > a {
		padding: 9px 11px;
		font-size: 9px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(240px, 78vw);
		overflow-x: auto;
		padding: 0 2px 7px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid::-webkit-scrollbar {
		display: none;
	}

	body.single-product.sansara-apple-catalog-product .sansara-product-accessories__grid article {
		scroll-snap-align: start;
	}

	body.single-product.sansara-apple-catalog-product div.product .related.products {
		margin-top: 38px;
		padding-top: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product.sansara-apple-catalog-product .sansara-variation-choice,
	body.single-product.sansara-apple-catalog-product .mobile-product-bar,
	body.single-product.sansara-apple-catalog-product .woocommerce-product-gallery__image img.wp-post-image {
		transition: none;
	}
}
/* Compact premium purchase column v3: one clear configuration and checkout rhythm. */
body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary {
	padding-bottom: 16px !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary::before {
	margin-bottom: 9px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary h1.product_title {
	margin-bottom: 17px;
	font-size: clamp(38px, 3vw, 44px);
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tr {
	padding-bottom: 17px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations th.label {
	margin-bottom: 8px;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choice {
	height: 52px;
	border-radius: 13px;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-options {
	border-radius: 15px;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice {
	height: 62px;
	border-radius: 14px;
}

body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice i {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .single_variation_wrap {
	margin-top: 1px;
	border: 1px solid #dce7e5;
	border-radius: 20px;
	padding: 16px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 14px 34px rgba(16, 47, 52, .06);
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .sansara-starting-price {
	margin-bottom: 11px !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-price .price {
	margin-bottom: 4px;
	font-size: 34px !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-availability .stock {
	margin-bottom: 10px;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation {
	grid-template-columns: 32px minmax(0, 1fr);
	margin: 2px 0 12px;
	padding: 9px 11px;
}

body.single-product.sansara-apple-catalog-product .sansara-installment-calculation > i {
	width: 32px;
	height: 32px;
}

body.single-product.sansara-apple-catalog-product .woocommerce-variation-add-to-cart .quantity .qty,
body.single-product.sansara-apple-catalog-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	min-height: 52px !important;
}

body.single-product.sansara-apple-catalog-product div.product.product-type-variable .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
	border: 1px solid #d7e3e1 !important;
	background: #eef4f3 !important;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
	margin: 11px 0 0;
	border-top: 0;
	padding-top: 0;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div {
	min-width: 0;
	min-height: 48px;
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	border: 1px solid #e0e9e8;
	border-radius: 12px;
	padding: 7px 8px;
	background: rgba(255, 255, 255, .62);
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div:not(:last-child)::after {
	display: none;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div > span:first-child {
	width: 26px;
	height: 26px;
	display: grid !important;
	place-items: center;
	border-radius: 9px;
	background: #e5f7f5;
	color: var(--product-aqua-dark);
	font-size: 13px;
	font-weight: 900;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises b {
	display: block;
	color: #425b5e;
	font-size: 9.5px;
	font-weight: 850;
	line-height: 1.18;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises small {
	display: none !important;
}

body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > .purchase-availability {
	display: none !important;
}

@media (max-width: 720px) {
	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .summary h1.product_title {
		font-size: 33px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable table.variations tr {
		padding-bottom: 16px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choice {
		height: 50px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-variation-choices.is-colors .sansara-variation-choice {
		height: 59px;
	}

	body.single-product.sansara-apple-catalog-product div.product.product-type-variable .single_variation_wrap {
		border-radius: 17px;
		padding: 13px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises {
		gap: 5px;
		margin-top: 9px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 5px;
		min-height: 46px;
		padding: 6px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises > div > span:first-child {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}

	body.single-product.sansara-apple-catalog-product .sansara-purchase-promises b {
		font-size: 8.5px;
	}
}