/**
 * Нативный дизайн-модуль магазина (каталога) — Pure Light Modern Theme
 * assets/css/shop.css
 */

:root {
	--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: #f1f5f9;
	--g-shop-blue: #0284c7;
	--g-shop-border: #e2e8f0;
	--g-shop-radius: 18px;
	--g-shop-radius-sm: 8px;
	--g-shop-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
	--g-shop-shadow-hover: 0 20px 35px -8px rgba(15, 23, 42, 0.12);
}

/* ==========================================================================
   1. SHOP PAGE & HERO SECTION (PURE LIGHT)
   ========================================================================== */
.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);
}

.g-shop-hero {
	position: relative;
	background: #ffffff;
	padding: 55px 0 35px;
	border-bottom: 1px solid var(--g-shop-border);
}

.g-shop-hero-content {
	max-width: 820px;
	margin: 0 auto 30px;
}

/* Top Pill Badge */
.g-shop-top-badge-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.g-shop-top-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 18px;
	background: var(--g-shop-accent-light);
	border: 1px solid #fed7aa;
	border-radius: 30px;
	color: var(--g-shop-accent-hover);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(255, 122, 0, 0.08);
}

.g-shop-top-badge .badge-icon {
	font-size: 1rem;
}

.g-shop-hero-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--g-shop-dark);
	margin: 0 0 14px;
	line-height: 1.22;
	letter-spacing: -0.02em;
}

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

/* ==========================================================================
   2. CATEGORY FILTER PILLS (RESPONSIVE ULTRA-COMPACT SWIPE TRACK & GRID)
   ========================================================================== */
.g-shop-filters-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 22px;
	width: 100%;
}

.g-shop-filters-mobile-bar {
	display: none;
}

.g-shop-filters-scroll {
	width: 100%;
	display: flex;
	justify-content: center;
}

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

.g-shop-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 18px;
	background: var(--g-shop-img-bg);
	border: 1px solid var(--g-shop-border);
	border-radius: 30px;
	color: var(--g-shop-navy);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.g-shop-filter-btn .filter-icon {
	font-size: 1rem;
	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: 10px;
	background: rgba(15, 23, 42, 0.08);
	font-size: 0.72rem;
	color: var(--g-shop-muted);
	font-weight: 700;
}

.g-shop-filter-btn:hover {
	background: #e2e8f0;
	border-color: #cbd5e1;
	color: var(--g-shop-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.g-shop-filter-btn.active {
	background: var(--g-shop-dark);
	border-color: var(--g-shop-dark);
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.25);
}

.g-shop-filter-btn.active .filter-count {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

/* --- MOBILE SPECIFIC ULTRA-COMPACT CAROUSEL / TRACK --- */
@media (max-width: 768px) {
	.g-shop-hero {
		padding: 20px 0 14px;
	}

	.g-shop-hero-content {
		margin-bottom: 12px;
	}

	.g-shop-top-badge {
		padding: 4px 12px;
		font-size: 0.68rem;
		gap: 6px;
	}

	.g-shop-hero-title {
		font-size: 1.45rem;
		margin-bottom: 6px;
	}

	.g-shop-hero-desc {
		font-size: 0.84rem;
		line-height: 1.42;
	}

	.g-shop-filters-wrap {
		margin-top: 10px;
		align-items: stretch;
	}

	.g-shop-filters-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		margin-bottom: 8px;
		padding: 0 2px;
	}

	.g-shop-cat-active-label {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		font-size: 0.8rem;
		color: var(--g-shop-muted);
		max-width: 60%;
	}

	.g-shop-cat-active-label .label-current {
		color: var(--g-shop-dark);
		font-weight: 800;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.g-shop-cat-toggle-btn {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		padding: 5px 12px;
		background: #ffffff;
		border: 1px solid #cbd5e1;
		border-radius: 18px;
		color: #0f172a !important;
		font-size: 0.78rem;
		font-weight: 700;
		cursor: pointer;
		box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
		transition: all 0.2s ease;
		flex-shrink: 0;
	}

	.g-shop-cat-toggle-btn:hover,
	.g-shop-cat-toggle-btn.is-open {
		background: #f1f5f9 !important;
		border-color: #94a3b8 !important;
		color: #0f172a !important;
	}

	.g-shop-cat-toggle-btn .toggle-text {
		color: #0f172a !important;
	}

	.g-shop-cat-toggle-btn .toggle-chevron {
		display: inline-block;
		font-size: 0.82rem;
		transition: transform 0.25s ease;
		color: #0f172a !important;
	}

	.g-shop-cat-toggle-btn.is-open .toggle-chevron {
		transform: rotate(180deg);
	}

	/* Scrollable single row of chips */
	.g-shop-filters-scroll {
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		margin: 0 -15px;
		padding: 2px 15px 6px;
		width: calc(100% + 30px);
		box-sizing: border-box;
		scroll-behavior: smooth;
	}

	.g-shop-filters-scroll::-webkit-scrollbar {
		display: none;
	}

	.g-shop-filter-list {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 6px;
		width: max-content;
	}

	.g-shop-filter-btn {
		padding: 7px 13px;
		font-size: 0.8rem;
		white-space: nowrap;
		flex-shrink: 0;
		border-radius: 20px;
		gap: 5px;
	}

	.g-shop-filter-btn .filter-icon {
		font-size: 0.9rem;
	}

	.g-shop-filter-btn .filter-count {
		min-width: 17px;
		height: 17px;
		font-size: 0.68rem;
		padding: 0 4px;
		border-radius: 8px;
	}

	/* Expanded Grid State when toggled */
	.g-shop-filters-scroll.is-expanded {
		overflow: visible;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.g-shop-filter-list.is-expanded {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
		width: 100%;
		padding-top: 4px;
	}

	.g-shop-filter-list.is-expanded li {
		width: 100%;
	}

	.g-shop-filter-list.is-expanded .g-shop-filter-btn {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 6px;
		padding: 8px 10px;
		border-radius: 12px;
		font-size: 0.76rem;
		line-height: 1.25;
		white-space: normal;
		text-align: left;
		min-height: 44px;
	}

	.g-shop-filter-list.is-expanded .filter-icon {
		font-size: 0.95rem;
		flex-shrink: 0;
	}

	.g-shop-filter-list.is-expanded .filter-text {
		flex: 1;
		font-size: 0.76rem;
		line-height: 1.2;
		word-break: normal;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.g-shop-filter-list.is-expanded .filter-count {
		margin-left: auto;
		flex-shrink: 0;
	}
}

/* ==========================================================================
   3. PRODUCTS GRID & MODERN 3-COLUMN CARDS
   ========================================================================== */
.g-shop-products-section {
	padding: 45px 0 30px;
}

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

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

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

/* Card Container */
.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.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

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

/* Card Media Box (Top) */
.g-shop-card-media {
	position: relative;
	width: 100%;
	height: 250px;
	background: var(--g-shop-img-bg);
	border-radius: var(--g-shop-radius) var(--g-shop-radius) 0 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Stock Badge */
.g-card-stock-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--g-shop-navy);
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 6px;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
}

.g-card-marketing-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	background: var(--g-shop-accent);
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 6px;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(255, 122, 0, 0.3);
}

.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.35s ease;
}

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

.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.5rem;
	opacity: 0.6;
}

/* Card Body */
.g-shop-card-body {
	padding: 22px 20px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.g-card-category-label {
	font-size: 11.5px;
	font-weight: 800;
	color: var(--g-shop-blue);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.g-shop-card-title {
	font-size: 1.15rem;
	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.85rem;
	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;
}

/* Bottom Card Row */
.g-shop-card-bottom {
	margin-top: auto;
}

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

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

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

/* Action Buttons */
.g-shop-actions-row {
	display: flex;
	gap: 10px;
	align-items: center;
}

.g-btn-shop-more {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 11px 16px;
	background: #ffffff;
	border: 1.5px solid var(--g-shop-accent);
	color: var(--g-shop-accent);
	border-radius: var(--g-shop-radius-sm);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 1px 3px rgba(255, 122, 0, 0.08);
}

.g-btn-shop-more .btn-arrow {
	transition: transform 0.2s ease;
}

.g-btn-shop-more:hover {
	background: var(--g-shop-accent-light);
	border-color: var(--g-shop-accent-hover);
	color: var(--g-shop-accent-hover);
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(255, 122, 0, 0.15);
}

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

.g-btn-shop-order {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 11px 16px;
	background: var(--g-shop-dark);
	border: 1.5px solid var(--g-shop-dark);
	color: #ffffff;
	border-radius: var(--g-shop-radius-sm);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15);
}

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

.g-btn-shop-order:hover {
	background: var(--g-shop-navy);
	border-color: var(--g-shop-navy);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}

/* ==========================================================================
   4. PAGINATION
   ========================================================================== */
.g-shop-pagination-wrap {
	display: flex;
	justify-content: center;
	margin: 50px 0 20px;
}

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

.g-shop-pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	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.95rem;
	text-decoration: none;
	transition: all 0.2s ease;
}

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

.g-shop-pagination-wrap .page-numbers.current {
	background: var(--g-shop-dark);
	border-color: var(--g-shop-dark);
	color: #ffffff;
}

/* ==========================================================================
   5. SINGLE PRODUCT PAGE STYLES
   ========================================================================== */
.g-shop-breadcrumbs-section {
	background: #ffffff;
	padding: 16px 0;
	border-bottom: 1px solid var(--g-shop-border);
	font-size: 0.88rem;
}

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

.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;
}

.g-breadcrumbs-nav .crumb-current {
	color: var(--g-shop-dark);
	font-weight: 600;
}

.g-product-main-section {
	padding: 40px 0 50px;
}

.g-product-layout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	min-width: 0;
	width: 100%;
}

.g-product-gallery-col,
.g-product-info-col {
	min-width: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

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

.g-product-main-image-wrap {
	position: relative;
	background: var(--g-shop-img-bg);
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	box-shadow: var(--g-shop-shadow);
}

.g-product-main-image {
	max-width: 100%;
	max-height: 400px;
	object-fit: contain;
}

.g-product-category-tag a {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 800;
	color: var(--g-shop-blue);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	margin-bottom: 8px;
}

.g-product-page-title {
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--g-shop-dark);
	line-height: 1.25;
	margin: 0 0 16px;
}

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

.g-product-price-card {
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 24px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

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

.g-product-current-price {
	font-size: 1.8rem;
	font-weight: 900;
	color: var(--g-shop-dark);
}

.g-status-pill {
	display: inline-flex;
	padding: 5px 12px;
	border-radius: 20px;
	background: #ecfdf5;
	color: #059669;
	font-size: 0.85rem;
	font-weight: 700;
}

.g-price-footnote {
	font-size: 0.84rem;
	color: var(--g-shop-muted);
	border-top: 1px solid #f1f5f9;
	padding-top: 10px;
}

.g-product-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

.g-product-cta-buttons .g-btn-shop-order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 20px;
	font-size: 1rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.g-product-cta-buttons .btn-phone-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
}

.g-product-cta-buttons .btn-phone-val {
	white-space: nowrap !important;
	font-weight: 800;
	letter-spacing: 0.2px;
}

@media (max-width: 520px) {
	.g-product-cta-buttons .g-btn-shop-order {
		padding: 13px 14px;
		font-size: 0.94rem;
	}
	.g-product-cta-buttons .btn-phone-via {
		display: none;
	}
}

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

.g-btn-wa-order:hover {
	background: #1ebc59;
	transform: translateY(-1px);
}

.g-product-perks-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	border-top: 1px solid var(--g-shop-border);
	padding-top: 24px;
}

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

.g-perk-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.g-perk-item .perk-icon {
	font-size: 1.4rem;
}

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

.g-perk-item span {
	font-size: 0.78rem;
	color: var(--g-shop-muted);
}

/* Specifications Table */
.g-product-details-container {
	margin-top: 50px;
	background: #ffffff;
	border: 1px solid var(--g-shop-border);
	border-radius: var(--g-shop-radius);
	padding: 35px;
	box-shadow: var(--g-shop-shadow);
}

.g-details-block-title {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--g-shop-dark);
	margin: 0 0 20px;
	border-bottom: 2px solid var(--g-shop-accent-light);
	padding-bottom: 10px;
}

.g-specs-table-wrap {
	margin-bottom: 35px;
}

.g-specs-table {
	width: 100%;
	border-collapse: collapse;
}

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

.g-specs-table td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--g-shop-border);
	font-size: 0.94rem;
}

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

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

/* CTA Consultation Banner */
.g-vodoem-banner-card {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	border-radius: var(--g-shop-radius);
	padding: 40px 45px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	box-shadow: 0 15px 35px -10px rgba(15, 23, 42, 0.35);
}

@media (max-width: 860px) {
	.g-vodoem-banner-card {
		flex-direction: column;
		text-align: center;
		padding: 30px 24px;
	}
}

.g-vodoem-banner-badge {
	display: inline-block;
	background: rgba(255, 122, 0, 0.2);
	color: #ff9500;
	border: 1px solid rgba(255, 122, 0, 0.4);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.g-vodoem-banner-title {
	font-size: 1.45rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 8px;
}

.g-vodoem-banner-desc {
	font-size: 0.95rem;
	color: #cbd5e1;
	margin: 0;
	max-width: 600px;
}

.g-vodoem-banner-action {
	flex-shrink: 0;
}

.g-vodoem-banner-action .g-btn-pricelist {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	padding: 13px 28px !important;
	font-size: 0.96rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	min-height: 48px !important;
	color: #ffffff !important;
	background: linear-gradient(135deg, #ff6b00 0%, #ff8a00 100%) !important;
	border: 1.5px solid #ff7a00 !important;
	border-radius: 12px !important;
	text-decoration: none !important;
	position: relative !important;
	overflow: hidden !important;
	box-shadow: 0 8px 24px rgba(255, 107, 0, 0.4) !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	z-index: 2;
}

.g-vodoem-banner-action .g-btn-pricelist:hover {
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 12px 30px rgba(255, 107, 0, 0.55), 0 0 20px rgba(255, 107, 0, 0.35) !important;
	color: #ffffff !important;
}

.g-vodoem-banner-action .btn-arrow {
	font-size: 1.15rem !important;
	color: #ffffff !important;
	transition: transform 0.25s ease !important;
	display: inline-block !important;
}

.g-vodoem-banner-action .g-btn-pricelist:hover .btn-arrow {
	transform: translateX(4px) !important;
}

/* Glare Shimmer Sweep on CTA Button */
.g-btn-shimmer {
	position: relative !important;
	overflow: hidden !important;
	isolation: isolate !important;
}

.g-btn-glare,
.g-btn-shimmer::after {
	content: "" !important;
	position: absolute !important;
	top: -50% !important;
	left: -80px !important;
	width: 65px !important;
	height: 200% !important;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.25) 25%,
		rgba(255, 255, 255, 0.95) 50%,
		rgba(255, 255, 255, 0.25) 75%,
		rgba(255, 255, 255, 0) 100%
	) !important;
	transform: rotate(25deg) !important;
	animation: btnGlintSweep 2.5s ease-in-out infinite !important;
	pointer-events: none !important;
	z-index: 10 !important;
}

@keyframes btnGlintSweep {
	0% {
		transform: translateX(0) rotate(25deg);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	60% {
		transform: translateX(380px) rotate(25deg);
		opacity: 1;
	}
	61%, 100% {
		transform: translateX(380px) rotate(25deg);
		opacity: 0;
	}
}

@media (max-width: 860px) {
	.g-vodoem-banner-action {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 6px;
	}

	.g-vodoem-banner-action .g-btn-pricelist {
		width: 100%;
		max-width: 340px;
		font-size: 0.88rem !important;
		padding: 13px 18px !important;
		white-space: normal !important;
		text-align: center;
	}
}

/* ==========================================================================
   CATEGORY DETAILED DESCRIPTION SECTION (POST-PRODUCTS SEO BLOCK)
   ========================================================================== */
.g-shop-cat-desc-section {
	padding: 15px 0 45px;
}

.g-shop-cat-desc-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 38px 44px;
	box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);
	position: relative;
	overflow: hidden;
}

.g-shop-cat-desc-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #ff7a00, #ff9900);
}

.g-shop-cat-desc-header {
	margin-bottom: 22px;
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 18px;
}

.g-shop-cat-desc-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ea580c;
	background: #fff7ed;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 10px;
	border: 1px solid #fed7aa;
}

.g-shop-cat-desc-title {
	font-size: 1.55rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	line-height: 1.3;
}

.g-shop-cat-desc-content {
	font-size: 1rem;
	line-height: 1.8;
	color: #475569;
}

.g-shop-cat-desc-content p {
	margin: 0 0 1.25em;
}

.g-shop-cat-desc-content p:last-child {
	margin-bottom: 0;
}

.g-shop-cat-desc-content a {
	color: #ff7a00;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.g-shop-cat-desc-content a:hover {
	color: #ea580c;
}

.g-shop-cat-desc-content ul,
.g-shop-cat-desc-content ol {
	margin: 1em 0 1.3em 1.5em;
	padding-left: 10px;
}

.g-shop-cat-desc-content li {
	margin-bottom: 0.5em;
	color: #475569;
}

.g-shop-cat-desc-content h2,
.g-shop-cat-desc-content h3,
.g-shop-cat-desc-content h4 {
	color: #0f172a;
	font-weight: 800;
	margin: 1.6em 0 0.7em;
	line-height: 1.35;
}

.g-shop-cat-desc-content h2 {
	font-size: 1.3rem;
}

.g-shop-cat-desc-content h3 {
	font-size: 1.15rem;
}

@media (max-width: 768px) {
	.g-shop-cat-desc-card {
		padding: 24px 20px;
		border-radius: 16px;
	}
	.g-shop-cat-desc-title {
		font-size: 1.25rem;
	}
	.g-shop-cat-desc-content {
		font-size: 0.95rem;
		line-height: 1.7;
	}
}

