/**
 * Нативный дизайн-модуль магазина (каталога) и карточки товара — НАЕКС (8088)
 * Дизайн-система: Living Light Precision
 * СТРОГО БЕЗ ТЁМНЫХ БЛОКОВ (Pure White / Porcelain Theme)
 * СТРОГО БЕЗ ФОРМ (Zero Forms — прямые телефонные кнопки, WhatsApp, Telegram)
 * Геометрия: border-radius <= 6px строго
 * Полная адаптивность: 320px..1440px+
 * assets/css/shop.css
 */

:root {
	--g-shop-primary: #ffb703;
	--g-shop-primary-hover: #f5a600;
	--g-shop-accent: #ff7a00;
	--g-shop-accent-hover: #ea580c;
	--g-shop-accent-light: #fff7ed;
	--g-shop-dark: #0f172a;
	--g-shop-navy: #1e293b;
	--g-shop-body: #334155;
	--g-shop-muted: #64748b;
	--g-shop-light-bg: #f8fafc;
	--g-shop-card-bg: #ffffff;
	--g-shop-img-bg: #f8fafc;
	--g-shop-border: #e2e8f0;
	--g-shop-border-hover: #cbd5e1;
	--g-shop-radius: 6px;
	--g-shop-radius-sm: 4px;
	--g-shop-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
	--g-shop-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.06);
	--g-shop-shadow-hover: 0 12px 24px -4px rgba(15, 23, 42, 0.1);
}

/* ==========================================================================
   1. ОБЩИЙ КОНТЕЙНЕР И ЗАЩИТА ОТ ПЕРЕПОЛНЕНИЯ
   ========================================================================== */
.g-shop-page-wrapper,
.g-shop-single-wrapper {
	position: relative;
	background-color: var(--g-shop-light-bg);
	min-height: 85vh;
	padding-bottom: 70px;
	color: var(--g-shop-body);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	overflow-x: clip;
	width: 100%;
	box-sizing: border-box;
}

.g-container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
}

/* ==========================================================================
   2. ШАПКА КАТАЛОГА / HERO SECTION (LIVING LIGHT PRECISION)
   ========================================================================== */
.g-shop-hero {
	position: relative;
	background: #ffffff;
	padding: 44px 0 32px;
	border-bottom: 1px solid var(--g-shop-border);
}

.g-shop-hero-content {
	max-width: 860px;
	margin: 0 auto 24px;
	text-align: center;
}

.g-shop-top-badge-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}

.g-shop-top-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: var(--g-shop-radius-sm);
	color: #b45309;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 1px 4px rgba(255, 183, 3, 0.08);
}

.g-shop-top-badge .badge-icon {
	font-size: 14px;
}

.g-shop-hero-title {
	font-size: clamp(1.65rem, 3.6vw, 2.35rem);
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 12px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	overflow-wrap: break-word;
	word-break: break-word;
}

.g-shop-hero-desc {
	font-size: 1rem;
	color: var(--g-shop-muted);
	line-height: 1.6;
	margin: 0 auto;
	max-width: 760px;
}

/* ==========================================================================
   3. КАТЕГОРИИ / ФИЛЬТРЫ (ЧИПЫ С ГОРИЗОНТАЛЬНЫМ СКРОЛЛОМ)
   ========================================================================== */
.g-shop-filters-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

.g-shop-filter-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.g-shop-filter-item {
	display: inline-flex;
}

.g-shop-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius-sm);
	color: var(--g-shop-dark);
	font-size: 13.5px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: var(--g-shop-shadow-sm);
	white-space: nowrap;
}

.g-shop-filter-btn .filter-icon {
	font-size: 14px;
	line-height: 1;
}

.g-shop-filter-btn .filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: var(--g-shop-radius-sm);
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	font-size: 11px;
	color: var(--g-shop-muted);
	font-weight: 700;
	line-height: 1;
}

.g-shop-filter-btn:hover {
	background: #fffbeb;
	border-color: var(--g-shop-primary);
	color: var(--g-shop-accent);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(255, 183, 3, 0.15);
}

.g-shop-filter-btn.active {
	background: #fffbeb;
	border-color: var(--g-shop-primary);
	color: #92400e;
	box-shadow: 0 2px 8px rgba(255, 183, 3, 0.2);
}

.g-shop-filter-btn.active .filter-count {
	background: var(--g-shop-primary);
	border-color: #e5a500;
	color: var(--g-shop-dark);
}

/* На мобильных чипы скроллятся в 1 строку */
@media (max-width: 768px) {
	.g-shop-filters-wrap {
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 4px 0 10px;
	}
	.g-shop-filters-wrap::-webkit-scrollbar {
		display: none;
	}
	.g-shop-filter-list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: max-content;
	}
}

/* ==========================================================================
   4. СЕТКА ТОВАРОВ И ПРЕЦИЗИОННЫЕ КАРТОЧКИ (LIVING LIGHT PRECISION)
   ========================================================================== */
.g-shop-products-section {
	padding: 40px 0 30px;
}

.g-shop-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 1080px) {
	.g-shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.g-shop-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* Контейнер карточки */
.g-shop-card {
	background: var(--g-shop-card-bg);
	border-radius: var(--g-shop-radius);
	border: 1px solid var(--g-shop-border);
	box-shadow: var(--g-shop-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
	position: relative;
}

.g-shop-card:hover {
	transform: translateY(-4px);
	border-color: #cbd5e1;
	box-shadow: var(--g-shop-shadow-hover);
}

/* Медиа-бокс карточки */
.g-shop-card-media {
	position: relative;
	width: 100%;
	height: 240px;
	background: var(--g-shop-img-bg);
	border-bottom: 1px solid var(--g-shop-border);
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Бейджи наличия и маркетинга — светлые */
.g-card-stock-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ecfdf5;
	color: #059669;
	border: 1px solid #a7f3d0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: var(--g-shop-radius-sm);
	z-index: 2;
	box-shadow: 0 1px 4px rgba(16, 185, 129, 0.1);
}

.g-card-marketing-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #fffbeb;
	color: #b45309;
	border: 1px solid #fde68a;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: var(--g-shop-radius-sm);
	z-index: 2;
	box-shadow: 0 1px 4px rgba(245, 158, 11, 0.1);
}

.g-shop-media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.g-shop-thumb-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.g-shop-card:hover .g-shop-thumb-img {
	transform: scale(1.04);
}

.g-shop-placeholder-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--g-shop-muted);
	font-size: 0.85rem;
	font-weight: 600;
}

.g-shop-placeholder-img .placeholder-icon {
	font-size: 2.2rem;
	opacity: 0.5;
}

/* Тело карточки */
.g-shop-card-body {
	padding: 20px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.g-card-category-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--g-shop-accent);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}

.g-shop-card-title {
	font-size: 1.12rem;
	font-weight: 800;
	color: var(--g-shop-dark);
	line-height: 1.35;
	margin: 0 0 8px;
	min-height: 2.7em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.g-shop-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.g-shop-card-title a:hover {
	color: var(--g-shop-accent);
}

.g-shop-card-excerpt {
	font-size: 0.86rem;
	color: var(--g-shop-muted);
	line-height: 1.5;
	margin: 0 0 16px;
	min-height: 2.8em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.g-shop-card-excerpt p {
	margin: 0;
}

/* Нижняя строка с ценой и кнопками */
.g-shop-card-bottom {
	margin-top: auto;
	border-top: 1px solid #f1f5f9;
	padding-top: 14px;
}

.g-shop-price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 12px;
}

.g-shop-old-price {
	font-size: 0.88rem;
	color: #94a3b8;
	text-decoration: line-through;
	font-weight: 600;
}

.g-shop-current-price {
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--g-shop-dark);
	letter-spacing: -0.01em;
}

/* Действия в карточке */
.g-shop-actions-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	align-items: center;
}

.g-btn-shop-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 12px;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	color: var(--g-shop-dark);
	border-radius: var(--g-shop-radius-sm);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.g-btn-shop-more .btn-arrow {
	transition: transform 0.2s ease;
	color: var(--g-shop-accent);
}

.g-btn-shop-more:hover {
	background: #fffbeb;
	border-color: var(--g-shop-primary);
	color: var(--g-shop-accent);
}

.g-btn-shop-more:hover .btn-arrow {
	transform: translateX(3px);
}

/* Прямой звонок / заказ — янтарный фирменный стиль НАЕКС */
.g-btn-shop-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 12px;
	background: var(--g-shop-primary);
	border: 1px solid #e5a500;
	color: var(--g-shop-dark);
	border-radius: var(--g-shop-radius-sm);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 2px 6px rgba(255, 183, 3, 0.2);
}

.g-btn-shop-order .btn-phone-icon {
	font-size: 0.95rem;
}

.g-btn-shop-order:hover {
	background: var(--g-shop-primary-hover);
	color: var(--g-shop-dark);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(255, 183, 3, 0.3);
}

/* ==========================================================================
   5. ПАГИНАЦИЯ (PURE LIGHT)
   ========================================================================== */
.g-shop-pagination-wrap {
	display: flex;
	justify-content: center;
	margin: 44px 0 20px;
}

.g-shop-pagination-wrap .nav-links {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.g-shop-pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: var(--g-shop-radius-sm);
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	color: var(--g-shop-dark);
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: var(--g-shop-shadow-sm);
}

.g-shop-pagination-wrap .page-numbers:hover {
	border-color: var(--g-shop-primary);
	color: var(--g-shop-accent);
	background: #fffbeb;
	transform: translateY(-1px);
}

.g-shop-pagination-wrap .page-numbers.current {
	background: var(--g-shop-primary);
	border-color: #e5a500;
	color: var(--g-shop-dark);
	font-weight: 800;
	box-shadow: 0 2px 8px rgba(255, 183, 3, 0.25);
}

/* ==========================================================================
   6. ХЛЕБНЫЕ КРОШКИ (BREADCRUMBS)
   ========================================================================== */
.g-shop-breadcrumbs-section {
	background: #ffffff;
	padding: 12px 0;
	border-bottom: 1px solid var(--g-shop-border);
	font-size: 13px;
	width: 100%;
}

.g-breadcrumbs-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
	color: var(--g-shop-muted);
	line-height: 1.5;
}

.g-breadcrumbs-nav a {
	color: var(--g-shop-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.g-breadcrumbs-nav a:hover {
	color: var(--g-shop-accent);
}

.g-breadcrumbs-nav .crumb-sep {
	color: #cbd5e1;
	font-size: 11px;
	user-select: none;
}

.g-breadcrumbs-nav .crumb-current {
	color: var(--g-shop-dark);
	font-weight: 600;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
}

/* ==========================================================================
   7. ОДИНОЧНАЯ КАРТОЧКА ТОВАРА (SINGLE PRODUCT PAGE)
   ========================================================================== */
.g-product-main-section {
	padding: 36px 0 40px;
}

.g-product-layout-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 36px;
	align-items: start;
}

@media (max-width: 960px) {
	.g-product-layout-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

/* Левый блок: Фотогалерея */
.g-product-gallery-col {
	width: 100%;
}

.g-product-main-image-wrap {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	box-shadow: var(--g-shop-shadow);
	overflow: hidden;
}

.g-product-main-image {
	max-width: 100%;
	max-height: 380px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

/* Правый блок: Инфо о товаре */
.g-product-info-col {
	display: flex;
	flex-direction: column;
}

.g-product-category-tag {
	margin-bottom: 8px;
}

.g-product-category-tag a {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	color: #b45309;
	background: #fffbeb;
	border: 1px solid #fde68a;
	padding: 3px 10px;
	border-radius: var(--g-shop-radius-sm);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: all 0.2s ease;
}

.g-product-category-tag a:hover {
	background: var(--g-shop-primary);
	color: var(--g-shop-dark);
}

.g-product-page-title {
	font-size: clamp(1.5rem, 3.2vw, 2.15rem);
	font-weight: 800;
	color: var(--g-shop-dark);
	line-height: 1.25;
	margin: 0 0 14px;
	letter-spacing: -0.02em;
	overflow-wrap: break-word;
	word-break: break-word;
}

.g-product-short-desc {
	font-size: 0.98rem;
	color: var(--g-shop-muted);
	line-height: 1.6;
	margin-bottom: 20px;
}

.g-product-short-desc p {
	margin: 0;
}

/* Карточка цены и статуса — чистый белый фарфор */
.g-product-price-card {
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 20px 22px;
	margin-bottom: 22px;
	box-shadow: var(--g-shop-shadow-sm);
}

.g-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.g-product-current-price {
	font-size: 1.85rem;
	font-weight: 800;
	color: var(--g-shop-dark);
	letter-spacing: -0.02em;
}

.g-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	border-radius: var(--g-shop-radius-sm);
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #059669;
	font-size: 12px;
	font-weight: 700;
}

.g-status-pill::before {
	content: "●";
	font-size: 10px;
}

.g-price-footnote {
	font-size: 0.84rem;
	color: var(--g-shop-muted);
	border-top: 1px solid #f1f5f9;
	padding-top: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

/* Кнопки прямого заказа (Zero Forms) */
.g-product-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

.g-product-cta-buttons .g-btn-shop-order {
	padding: 13px 20px;
	font-size: 1rem;
	border-radius: var(--g-shop-radius-sm);
}

.g-btn-wa-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	background: #25d366;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.96rem;
	border-radius: var(--g-shop-radius-sm);
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}

.g-btn-wa-order:hover {
	background: #1ebc59;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.g-btn-tg-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	background: #0088cc;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.96rem;
	border-radius: var(--g-shop-radius-sm);
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 136, 204, 0.25);
}

.g-btn-tg-order:hover {
	background: #0077b5;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 136, 204, 0.35);
}

/* Преимущества НАЕКС в карточке */
.g-product-perks-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	border-top: 1px solid var(--g-shop-border);
	padding-top: 20px;
}

@media (max-width: 640px) {
	.g-product-perks-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.g-perk-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius-sm);
	padding: 10px 12px;
}

.g-perk-item .perk-icon {
	font-size: 1.3rem;
	flex-shrink: 0;
}

.g-perk-item strong {
	display: block;
	font-size: 0.85rem;
	color: var(--g-shop-dark);
	line-height: 1.3;
}

.g-perk-item span {
	font-size: 0.76rem;
	color: var(--g-shop-muted);
	line-height: 1.3;
}

/* ==========================================================================
   8. ХАРАКТЕРИСТИКИ И ОПИСАНИЕ МОДЕЛИ
   ========================================================================== */
.g-product-details-container {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.g-product-specs-block,
.g-product-full-content {
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 28px 30px;
	box-shadow: var(--g-shop-shadow);
}

.g-details-block-title {
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #fffbeb;
	position: relative;
}

.g-details-block-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 44px;
	height: 2px;
	background: var(--g-shop-primary);
}

/* Таблица характеристик с горизонтальным скроллом для мобильных */
.g-specs-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.g-specs-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.g-specs-table tr:nth-child(even) {
	background-color: var(--g-shop-light-bg);
}

.g-specs-table td {
	padding: 10px 14px;
	border-bottom: 1px solid var(--g-shop-border);
	vertical-align: middle;
}

.g-specs-table .spec-label {
	color: var(--g-shop-muted);
	width: 45%;
	font-weight: 500;
}

.g-specs-table .spec-value {
	color: var(--g-shop-dark);
	font-weight: 700;
}

/* Типографика описания */
.g-typography-content {
	line-height: 1.7;
	color: var(--g-shop-body);
	font-size: 0.96rem;
}

.g-typography-content h2,
.g-typography-content h3,
.g-typography-content h4 {
	color: var(--g-shop-dark);
	font-weight: 800;
	margin-top: 24px;
	margin-bottom: 12px;
}

.g-typography-content p {
	margin-bottom: 16px;
}

.g-typography-content ul,
.g-typography-content ol {
	padding-left: 20px;
	margin-bottom: 18px;
}

.g-typography-content li {
	margin-bottom: 8px;
}

/* ==========================================================================
   9. СОПУТСТВУЮЩИЕ ТОВАРЫ
   ========================================================================== */
.g-related-products-section {
	padding: 40px 0 20px;
}

.g-section-head {
	margin-bottom: 28px;
}

.g-section-title {
	font-size: clamp(1.4rem, 2.8vw, 1.85rem);
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 8px;
}

.g-section-desc {
	color: var(--g-shop-muted);
	font-size: 0.95rem;
	margin: 0;
}

/* ==========================================================================
   10. СВЕТЛЫЙ ЗАВОДСКОЙ CTA-БЛОК (СТРОГО PURE LIGHT, ZERO FORMS)
   ========================================================================== */
.g-shop-cta-section {
	padding: 20px 0 40px;
}

.g-shop-cta-card {
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-top: 3px solid var(--g-shop-primary);
	border-radius: var(--g-shop-radius);
	padding: 34px 32px;
	color: var(--g-shop-dark);
	box-shadow: var(--g-shop-shadow);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

@media (max-width: 900px) {
	.g-shop-cta-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 26px 20px;
		gap: 20px;
	}
}

.g-shop-cta-text {
	flex: 1;
	min-width: 0;
}

.g-shop-cta-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: var(--g-shop-radius-sm);
	margin-bottom: 10px;
	color: #b45309;
}

.g-shop-cta-title {
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 8px;
	line-height: 1.3;
}

.g-shop-cta-desc {
	font-size: 0.92rem;
	color: var(--g-shop-muted);
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

.g-shop-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	flex-shrink: 0;
}

@media (max-width: 640px) {
	.g-shop-cta-actions {
		width: 100%;
		flex-direction: column;
	}
	.g-shop-cta-actions a {
		width: 100%;
	}
}

/* ==========================================================================
   10.5. SEO-ОПИСАНИЕ КАТЕГОРИИ (ЧИСТЫЙ СВЕТЛЫЙ БЛОК)
   ========================================================================== */
.g-category-seo-section {
	padding: 10px 0 30px;
}

.g-category-seo-card {
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 34px 36px;
	box-shadow: var(--g-shop-shadow);
}

.g-category-seo-title {
	font-size: clamp(1.3rem, 2.5vw, 1.7rem);
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #fffbeb;
	position: relative;
}

.g-category-seo-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 2px;
	background: var(--g-shop-primary);
}

.g-category-seo-card a {
	color: var(--g-shop-accent);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.g-category-seo-card a:hover {
	color: var(--g-shop-dark);
}

/* ==========================================================================
   11. МОБИЛЬНЫЕ КОРРЕКТИРОВКИ (320px..480px)
   ========================================================================== */
@media (max-width: 480px) {
	.g-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	.g-shop-hero {
		padding: 30px 0 20px;
	}
	.g-product-main-image-wrap {
		min-height: 280px;
		padding: 16px;
	}
	.g-product-main-image {
		max-height: 260px;
	}
	.g-product-specs-block,
	.g-product-full-content {
		padding: 20px 16px;
	}
	.g-specs-table td {
		padding: 8px 10px;
		font-size: 0.85rem;
	}
	.g-specs-table .spec-label {
		width: 50%;
	}
	.g-shop-actions-row {
		grid-template-columns: 1fr;
	}
}
