/**
 * Страница товара (PDP) — layout по макету.
 */

.sm-pdp {
	--sm-pdp-navy: #001f3f;
	--sm-pdp-navy-btn: #003459;
	--sm-pdp-muted: #6b7280;
	--sm-pdp-border: #e8eaef;
	--sm-pdp-bg: #faf9f6;
	--sm-pdp-content-max: 1360px;
	--sm-pdp-font: "Nunito", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	background: var(--sm-pdp-bg);
	font-family: var(--sm-pdp-font);
	color: #111827;
	-webkit-font-smoothing: antialiased;
	flex: 1;
	width: 100%;
	padding: 20px var(--sahalin-gutter, 0.6rem) 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.sm-pdp,
.sm-pdp button,
.sm-pdp input,
.sm-pdp select,
.sm-pdp textarea {
	font-family: inherit;
}

@media (min-width: 768px) {
	.sm-pdp {
		padding: 20px 2rem 2.5rem;
	}
}

body.single-product .sm-pdp .woocommerce-notices-wrapper:empty {
	display: none;
	margin: 0;
	padding: 0;
}

/* На 160px уже общего контейнера сайта (1520 → 1360px) */
main.sm-pdp > .sm-pdp__shell.sahalin-content {
	width: 100%;
	max-width: var(--sm-pdp-content-max);
	margin-inline: auto;
	padding-inline: 0;
	box-sizing: border-box;
}

.sm-pdp__product {
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
}

.sm-pdp__top {
	margin-bottom: 0;
}

.sm-pdp__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--sm-pdp-muted);
}

.sm-pdp__breadcrumb a {
	color: #4b7b9b;
	text-decoration: none;
}

.sm-pdp__breadcrumb a:hover {
	color: var(--sm-pdp-navy-btn);
}

.sm-pdp__breadcrumb-sep {
	color: #d1d5db;
}

.sm-pdp__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem 2rem;
	align-items: start;
}

@media (min-width: 1024px) {
	.sm-pdp__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(240px, 280px);
		gap: 2rem 2.5rem;
		width: 100%;
		margin-inline: auto;
	}
}

/* Gallery */
.sm-pdp-gallery {
	min-width: 0;
}

.sm-pdp-gallery__main-wrap {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	background: transparent;
	border: 0;
	box-shadow: none;
}

@media (min-width: 1024px) {
	.sm-pdp-gallery__main-wrap {
		min-height: 420px;
	}
}

.sm-pdp-gallery__main {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.sm-pdp-gallery__main-img {
	width: 100%;
	height: auto;
	min-height: 280px;
	max-height: 560px;
	object-fit: cover;
	display: block;
	border-radius: 1rem;
}

@media (min-width: 1024px) {
	.sm-pdp-gallery__main-img {
		min-height: 420px;
		max-height: none;
		aspect-ratio: 1 / 1;
		height: 100%;
	}
}

.sm-pdp-gallery__badges {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	z-index: 2;
	pointer-events: none;
}

.sm-pdp-gallery__badge {
	padding: 0.25rem 0.6rem;
	border-radius: 9999px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.2;
}

.sm-pdp-gallery__badge--fresh {
	background: #e8f4fc;
	color: #2563eb;
}

.sm-pdp-gallery__badge--hit {
	background: #e8f5e9;
	color: #2e7d32;
}

.sm-pdp-gallery__badge--sale {
	background: #fff3e0;
	color: #e65100;
}

.sm-pdp-gallery__fullscreen {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.92);
	color: var(--sm-pdp-navy);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.sm-pdp-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--sm-pdp-navy);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.sm-pdp-gallery__nav--prev {
	left: 0.75rem;
}

.sm-pdp-gallery__nav--next {
	right: 0.75rem;
}

.sm-pdp-gallery__thumbs-wrap {
	margin-top: 0.75rem;
}

.sm-pdp-gallery__thumbs {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	padding-bottom: 0.25rem;
	scrollbar-width: thin;
}

.sm-pdp-gallery__thumb {
	flex: 0 0 4.5rem;
	width: 4.5rem;
	height: 4.5rem;
	border: 2px solid transparent;
	border-radius: 0.5rem;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: #f3f4f6;
}

.sm-pdp-gallery__thumb.is-active {
	border-color: var(--sm-pdp-navy-btn);
}

.sm-pdp-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sm-pdp-gallery__lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.88);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.sm-pdp-gallery__lightbox[hidden] {
	display: none !important;
}

.sm-pdp-gallery__lightbox-img {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
}

.sm-pdp-gallery__lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	border-radius: 9999px;
	background: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: var(--sm-pdp-navy);
}

/* Summary */
.sm-pdp-summary__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.5rem;
}

.sm-pdp-summary__badge {
	padding: 0.2rem 0.55rem;
	border-radius: 9999px;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.2;
}

.sm-pdp-summary__badge--fresh {
	background: #e8f4fc;
	color: #2563eb;
}

.sm-pdp-summary__badge--hit {
	background: #e8f5e9;
	color: #2e7d32;
}

.sm-pdp-summary {
	min-width: 0;
}

.sm-pdp-summary__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 3vw, 2rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--sm-pdp-navy);
	letter-spacing: -0.02em;
}

.sm-pdp-summary__meta {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--sm-pdp-muted);
}

.sm-pdp-summary__meta-sep {
	margin: 0 0.35rem;
}

.sm-pdp-summary__price {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--sm-pdp-navy);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.sm-pdp-summary__price-sub {
	margin: 0.25rem 0 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--sm-pdp-muted);
}

.sm-pdp-summary__excerpt {
	margin: 1rem 0 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #374151;
}

.sm-pdp-summary__excerpt p {
	margin: 0 0 0.5rem;
}

.sm-pdp-summary__attrs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem 1.25rem;
	margin-top: 0.75rem;
}

@media (min-width: 1024px) {
	.sm-pdp-summary__attrs {
		grid-template-columns: 1fr 1fr;
	}
}

.sm-pdp-summary__attr {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	min-width: 0;
}

.sm-pdp-summary__attr-icon {
	flex-shrink: 0;
	color: #9ca3af;
	display: inline-flex;
	margin-top: 0.1rem;
}

.sm-pdp-summary__attr-label {
	display: block;
	font-size: 0.975rem;
	font-weight: 500;
	color: var(--sm-pdp-navy);
	line-height: 1.35;
}

.sm-pdp-summary__attr-value {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--sm-pdp-muted);
	line-height: 1.35;
}

.sm-pdp-summary__attrs-more {
	grid-column: 1 / -1;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--sm-pdp-navy);
	text-decoration: underline;
}

.sm-pdp-summary__attrs-more:hover {
	color: var(--sm-pdp-navy-btn);
	text-decoration: underline;
}

/* Buy box — правая колонка */
.sm-pdp-buybox {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--sm-pdp-border);
	border-radius: 1rem;
	padding: 1.25rem 1.25rem 1rem;
	box-shadow: none;
	position: sticky;
	top: 6rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	justify-self: stretch;
}

@media (max-width: 1023px) {
	.sm-pdp-buybox {
		justify-self: stretch;
		position: static;
	}
}

.sm-pdp-buybox__field {
	margin-bottom: 1rem;
}

.sm-pdp-buybox__label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--sm-pdp-navy);
}

.sm-pdp-buybox__qty {
	display: flex;
	align-items: center;
	border: 1px solid var(--sm-pdp-border);
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
}

.sm-pdp-buybox__qty-btn {
	flex: 0 0 2.75rem;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	background: transparent;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--sm-pdp-navy);
	cursor: pointer;
}

.sm-pdp-buybox__qty-btn:hover {
	background: #f3f4f6;
}

.sm-pdp-buybox__qty-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	color: var(--sm-pdp-navy);
	-moz-appearance: textfield;
}

.sm-pdp-buybox__qty-input::-webkit-outer-spin-button,
.sm-pdp-buybox__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sm-pdp-buybox__actions {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
	width: 100%;
	margin-bottom: 1.25rem;
}

.sm-pdp-buybox__btn {
	flex: 1 1 auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	height: 3rem;
	min-width: 0;
	width: auto;
	max-width: none;
	padding: 0 1.25rem;
	border: 0;
	border-radius: 0.5rem;
	background: var(--sm-pdp-navy-btn) !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease;
	white-space: nowrap;
	overflow: visible;
}

.sm-pdp-buybox__btn:hover,
.sm-pdp-buybox__btn:focus-visible {
	background: #002a48;
	color: #fff !important;
}

.sm-pdp-buybox__btn--disabled {
	opacity: 0.6;
	cursor: not-allowed;
	display: block;
	text-align: center;
}

/* Kg cart on PDP */
.sm-pdp-buybox__purchase.sm-showcase-card {
	border: 0;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0 0 1.25rem;
	display: block;
	height: auto;
	min-height: 0;
	overflow: visible;
}

.sm-pdp-buybox__purchase-row {
	margin-bottom: 1.25rem;
}

.sm-pdp-buybox__purchase-row .sm-pdp-buybox__field,
.sm-pdp-buybox__purchase-row .sm-pdp-buybox__actions {
	margin-bottom: 0;
}

.sm-pdp-buybox__purchase .sm-hits-card__footer-browse,
.sm-pdp-buybox__purchase .sm-hits-card__footer-kg {
	display: flex !important;
	width: 100%;
	min-width: 0;
	align-items: stretch;
	justify-content: flex-start;
}

.sm-pdp-buybox__purchase .sm-hits-card__footer-browse[hidden],
.sm-pdp-buybox__purchase .sm-hits-card__footer-kg[hidden] {
	display: none !important;
}

.sm-pdp-buybox__purchase .sm-hits-card__footer-browse .sm-pdp-buybox__actions {
	margin-bottom: 0;
}

/* Не давать стилям витрины (.sm-hits-card__cart 40×40px) сжимать кнопку PDP */
.sm-pdp-buybox .sm-hits-card__cart--kg-open.sm-pdp-buybox__btn,
.sm-pdp-buybox a.sm-pdp-buybox__btn {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
	height: 3rem !important;
	min-height: 3rem !important;
	max-width: none !important;
}

.sm-pdp-buybox__kg-pill-wrap {
	width: 100%;
	margin: 0;
}

.sm-pdp-buybox__kg-pill-wrap .sm-hits-card__kg-pill {
	min-height: 3rem;
	width: 100%;
	background: #fff;
	border: 1px solid var(--sm-pdp-border) !important;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.sm-pdp-buybox__services {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.sm-pdp-buybox__services li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #374151;
	line-height: 1.45;
}

.sm-pdp-buybox__services svg {
	flex-shrink: 0;
	color: #4b7b9b;
	margin-top: 0.1rem;
}

.sm-pdp-buybox__service-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.sm-pdp-buybox__service-text strong {
	font-weight: 500;
	color: var(--sm-pdp-navy);
	font-size: 0.875rem;
	line-height: 1.45;
}

.sm-pdp-buybox__service-text > span {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--sm-pdp-muted);
}

/* Tabs */
.sm-pdp-tabs {
	max-width: 100%;
	margin-top: 2.5rem;
	padding-top: 0.5rem;
}

.sm-pdp-tabs__nav {
	display: flex;
	gap: 0;
	border-bottom: 1px solid var(--sm-pdp-border);
	margin-bottom: 1.5rem;
}

.sm-pdp-tabs__tab {
	border: 0;
	background: transparent;
	padding: 0.75rem 1.25rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--sm-pdp-muted);
	cursor: pointer;
	position: relative;
	margin-bottom: -1px;
}

.sm-pdp-tabs__tab.is-active {
	font-weight: 700;
	color: var(--sm-pdp-navy);
}

.sm-pdp-tabs__tab.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--sm-pdp-navy-btn);
}

.sm-pdp-tabs__panel[hidden] {
	display: none !important;
}

.sm-pdp-tabs__desc--cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.sm-pdp-tabs__desc--cols {
		grid-template-columns: 1fr minmax(240px, 0.75fr);
	}
}

.sm-pdp-tabs__desc-main {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #374151;
}

.sm-pdp-tabs__desc-main p {
	margin: 0 0 1rem;
}

.sm-pdp-tabs__tips {
	background: #e8f4fc;
	border-radius: 0.75rem;
	padding: 1.25rem 1.5rem;
	align-self: start;
}

.sm-pdp-tabs__tips-title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--sm-pdp-navy);
}

.sm-pdp-tabs__tips-body {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--sm-pdp-navy);
}

.sm-pdp-tabs__tips-body ol {
	margin: 0;
	padding-left: 1.25rem;
}

.sm-pdp-tabs__tips-body ul {
	margin: 0;
	padding-left: 1.1rem;
}

.sm-pdp-tabs__desc-main > .sm-pdp-tabs__attrs-table:first-child {
	margin-top: 0;
}

.sm-pdp-tabs__attrs-table {
	width: 100%;
	margin-top: 1.5rem;
	border-collapse: collapse;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	font-family: 'Inter';
}

.sm-pdp-tabs__attrs-table th,
.sm-pdp-tabs__attrs-table td {
	padding: 0.7rem 0.75rem 0.7rem 0;
	border-bottom: 1px solid var(--sm-pdp-border);
	text-align: left;
	vertical-align: top;
}

.sm-pdp-tabs__attrs-table th {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--sm-pdp-navy);
	width: 40%;
}

.sm-pdp-tabs__attrs-table td {
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--sm-pdp-muted);
}

.sm-pdp-tabs__product-description {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--sm-pdp-border);
}

.sm-pdp-tabs__product-description-title {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--sm-pdp-navy);
}

.sm-pdp-tabs__product-description-body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: #374151;
}

.sm-pdp-tabs__product-description-body > :first-child {
	margin-top: 0;
}

.sm-pdp-tabs__product-description-body h2,
.sm-pdp-tabs__product-description-body h3,
.sm-pdp-tabs__product-description-body h4 {
	margin: 1.5rem 0 0.5rem;
	font-weight: 600;
	color: var(--sm-pdp-navy);
}

.sm-pdp-tabs__product-description-body p,
.sm-pdp-tabs__product-description-body ul,
.sm-pdp-tabs__product-description-body ol {
	margin: 0 0 1rem;
}

.sm-pdp-tabs__product-description-body a {
	color: #61b0e1;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sm-pdp-summary__attrs-more-wrap {
	margin: 1rem 0 0;
}

.sm-pdp-tabs__reviews-title {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--sm-pdp-navy);
	margin: 0 0 1.25rem;
}

.sm-pdp-tabs__yandex {
	padding-bottom: 1rem;
}

.sm-pdp-tabs__empty {
	color: var(--sm-pdp-muted);
}

/* Сброс WooCommerce и любой «белой карточки» на PDP */
.sm-pdp__shell,
.sm-pdp__top,
.sm-pdp__product,
.sm-pdp__product.product,
.sm-pdp .product,
.sm-pdp .woocommerce-product-gallery,
.sm-pdp div.product,
body.single-product .woocommerce div.product,
body.single-product div.product,
body.single-product #content .product {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.sm-pdp__product,
.sm-pdp__product.product,
.sm-pdp div.product,
body.single-product .sm-pdp div.product {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-inline: auto !important;
}

/* Запасной сброс обёртки из woocommerce.php (bg-white rounded-3xl shadow-sm), если шаблон не перехватили */
body.single-product main.flex-1 > .sahalin-content > .rounded-3xl,
body.single-product main.flex-1 > .sahalin-content > div[class*="rounded-3xl"] {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.sm-pdp .woocommerce-product-gallery,
.sm-pdp .product_meta,
.sm-pdp .woocommerce-tabs {
	display: none !important;
}

/* Стили WooCommerce Block Theme / layout */
body.single-product .wp-block-woocommerce-product-image,
body.single-product .woocommerce .product {
	--wp--style--root--padding-top: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}

/* ——— Мобильная PDP (до 767px) ——— */
@media (max-width: 767px) {
	.sm-pdp {
		--sm-pdp-touch: 2.75rem;
		padding: 0.75rem var(--sahalin-gutter, 0.6rem) 1.5rem;
	}

	.sm-pdp__grid {
		gap: 1.25rem;
	}

	.sm-pdp__breadcrumb {
		font-size: 0.75rem;
		line-height: 1.35;
		flex-wrap: wrap;
		row-gap: 0.15rem;
	}

	.sm-pdp-gallery__main-wrap {
		border-radius: 0.625rem;
	}

	.sm-pdp-gallery__main-img {
		min-height: 12.5rem;
		max-height: 22rem;
		border-radius: 0.625rem;
	}

	.sm-pdp-gallery__fullscreen,
	.sm-pdp-gallery__nav {
		width: var(--sm-pdp-touch);
		height: var(--sm-pdp-touch);
	}

	.sm-pdp-gallery__thumbs {
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.sm-pdp-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.sm-pdp-gallery__thumb {
		flex: 0 0 3.75rem;
		width: 3.75rem;
		height: 3.75rem;
	}

	.sm-pdp-summary__title {
		font-size: 1.375rem;
		line-height: 1.2;
	}

	.sm-pdp-summary__meta {
		font-size: 0.8125rem;
		margin-bottom: 0.75rem;
	}

	.sm-pdp-summary__price {
		font-size: 1.5rem;
	}

	.sm-pdp-summary__price-sub {
		font-size: 0.8125rem;
	}

	.sm-pdp-summary__excerpt {
		margin: 0.75rem 0 1rem;
		font-size: 0.9375rem;
		line-height: 1.45;
	}

	.sm-pdp-summary__attrs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem 0.75rem;
		margin-top: 0.5rem;
	}

	.sm-pdp-summary__attr-label,
	.sm-pdp-summary__attr-value {
		font-size: 0.8125rem;
	}

	.sm-pdp-summary__attrs-more {
		font-size: 0.8125rem;
	}

	.sm-pdp-buybox__purchase-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		align-items: end;
	}

	.sm-pdp-buybox__purchase-row .sm-pdp-buybox__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.sm-pdp-buybox__qty-btn {
		flex: 0 0 var(--sm-pdp-touch);
		width: var(--sm-pdp-touch);
		height: var(--sm-pdp-touch);
	}

	.sm-pdp-buybox__qty-input {
		font-size: 0.9375rem;
	}

	.sm-pdp-buybox__btn,
	.sm-pdp-buybox .sm-hits-card__cart--kg-open.sm-pdp-buybox__btn,
	.sm-pdp-buybox a.sm-pdp-buybox__btn {
		width: 100% !important;
		max-width: none !important;
		min-height: var(--sm-pdp-touch) !important;
		height: var(--sm-pdp-touch) !important;
		font-size: 0.9375rem !important;
		border-radius: 8px;
	}

	.sm-pdp-buybox__kg-pill-wrap .sm-hits-card__kg-pill {
		min-height: 3rem;
	}

	.sm-pdp-buybox .sm-hits-card__pill-step {
		flex: 0 0 var(--sm-pdp-touch);
		width: var(--sm-pdp-touch);
		min-height: 3rem;
		font-size: 1.125rem;
	}

	.sm-pdp-buybox .sm-hits-card__kg-pill-center {
		min-height: 2.75rem;
		padding: 0.15rem 0.2rem;
		gap: 0.05rem;
	}

	.sm-pdp-buybox .sm-hits-card__kg-pill-center .js-sm-hits-qty-label,
	.sm-pdp-buybox .sm-hits-card__kg-pill-center .js-sm-hits-total-line {
		font-size: 0.8125rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sm-pdp-buybox__services {
		gap: 0.65rem;
	}

	.sm-pdp-buybox__services li {
		font-size: 0.8125rem;
	}

	.sm-pdp-buybox__service-text strong {
		font-size: 0.8125rem;
	}

	.sm-pdp-buybox__service-text > span {
		font-size: 0.75rem;
	}

	.sm-pdp-tabs {
		margin-top: 1.5rem;
	}

	.sm-pdp-tabs__nav {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		flex-wrap: nowrap;
		margin-bottom: 1rem;
	}

	.sm-pdp-tabs__nav::-webkit-scrollbar {
		display: none;
	}

	.sm-pdp-tabs__tab {
		flex: 0 0 auto;
		padding: 0.65rem 1rem;
		font-size: 0.9375rem;
		white-space: nowrap;
	}

	.sm-pdp-tabs__attrs-table {
		font-size: 0.8125rem;
	}

	.sm-pdp-tabs__attrs-table th,
	.sm-pdp-tabs__attrs-table td {
		font-size: 0.8125rem;
		padding: 0.45rem 0.5rem 0.45rem 0;
	}

	.sm-pdp-tabs__reviews-title {
		font-size: 1.125rem;
	}
}
