/* ==========================================================================
   US Truck Tires - Luxury (4DT-style, top tier)
   ========================================================================== */

:root {
	--ustruck-black: #0a0e14;
	--ustruck-navy: #111827;
	--ustruck-navy-soft: #1a2332;
	--ustruck-gold: #c9a227;
	--ustruck-gold-light: #e5c65c;
	--ustruck-accent: #c9a227;
	--ustruck-accent-hover: #b8921f;
	--ustruck-text: #374151;
	--ustruck-text-light: #6b7280;
	--ustruck-bg: #fafbfc;
	--ustruck-white: #fff;
	--ustruck-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	--ustruck-shadow-lux: 0 20px 60px rgba(0, 0, 0, 0.12);
	--ustruck-radius: 12px;
	--ustruck-radius-sm: 6px;
	--ustruck-radius-btn: 6px;
	--ustruck-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--ustruck-font-display: 'Bebas Neue', sans-serif;
	--ustruck-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	/* Люксовая шкала отступов */
	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2rem;
	--space-xl: 2.5rem;
	--space-2xl: 3rem;
	--space-3xl: 4rem;
	--space-4xl: 5rem;
	--space-5xl: 6rem;
	--section-y: 6rem;
	--btn-pad-y: 1rem;
	--btn-pad-x: 2.25rem;
	--btn-gap: 1.25rem;
}

/* Уведомление «Store coming soon», не перебивать шапку */
.woocommerce-store-notice {
	background: var(--ustruck-navy) !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.8125rem;
	padding: var(--space-xs) var(--space-lg);
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.woocommerce-store-notice a {
	color: var(--ustruck-gold) !important;
}

/* Вся страница на полную ширину, снимаем ограничения Storefront */
body,
body .site,
#page {
	max-width: none !important;
	width: 100% !important;
	overflow-x: hidden;
}
body.home #page,
body.home .site,
body.home .site-content,
body.home #content,
body.home .content-area,
body.home .site-main,
body.home #primary,
body.home .col-full,
body.home .site-content .col-full {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}
body.home .site-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 768px) {
	body.home #page,
	body.home .site,
	body.home .site-content,
	body.home #content,
	body.home .col-full,
	body.home .content-area,
	body.home #primary {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* ========== Глобальный фон: тот же синий, что на дашборде (все страницы) ========== */
body:not(.wp-admin) {
	background-color: var(--ustruck-navy);
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.04) 0%,
		transparent 32%,
		rgba(0, 0, 0, 0.14) 100%
	);
	background-attachment: fixed;
}

body:not(.wp-admin) #page,
body:not(.wp-admin) .site,
body:not(.wp-admin) .site-content {
	background: transparent !important;
}

/* Главная: текст по умолчанию тёмный (секции сами задают цвета); фон body всё равно синий в промежутках */
body.home:not(.wp-admin) {
	color: var(--ustruck-text);
}

/* Внутренние страницы (корзина, Simple Page, блог, магазин…): светлая типографика на синем */
body:not(.home):not(.wp-admin) {
	color: rgba(255, 255, 255, 0.9);
}

body:not(.home):not(.wp-admin) .content-area,
body:not(.home):not(.wp-admin) #primary {
	background: transparent !important;
}

body:not(.home):not(.wp-admin) .site-content {
	padding-top: var(--space-md);
	padding-bottom: var(--space-4xl);
}

body:not(.home):not(.wp-admin) .entry-title,
body:not(.home):not(.wp-admin) .entry-title a,
body:not(.home):not(.wp-admin) .page-title,
body:not(.home):not(.wp-admin) .woocommerce-products-header__title,
body:not(.home):not(.wp-admin) #primary .entry-header h1 {
	color: var(--ustruck-white) !important;
}

body:not(.home):not(.wp-admin) .entry-title a:hover {
	color: var(--ustruck-gold) !important;
}

body:not(.home):not(.wp-admin) .entry-content,
body:not(.home):not(.wp-admin) .entry-content p,
body:not(.home):not(.wp-admin) .entry-content li,
body:not(.home):not(.wp-admin) .entry-content td,
body:not(.home):not(.wp-admin) .entry-content th {
	color: rgba(255, 255, 255, 0.86);
}

body:not(.home):not(.wp-admin) .entry-content a:not(.wp-block-button__link):not(.button) {
	color: var(--ustruck-gold-light);
	border-bottom: 1px solid rgba(201, 162, 39, 0.35);
	text-decoration: none;
}

body:not(.home):not(.wp-admin) .entry-content a:not(.wp-block-button__link):not(.button):hover {
	color: var(--ustruck-gold);
	border-bottom-color: var(--ustruck-gold);
}

/* WooCommerce: хлебные крошки - премиум (pill + разделитель) */
.woocommerce-breadcrumb.ustruck-breadcrumb,
nav.woocommerce-breadcrumb.ustruck-breadcrumb {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.35rem;
	max-width: 100%;
	margin: 0 0 var(--space-md);
	padding: 0.45rem 1rem;
	background: linear-gradient(145deg, rgba(0, 0, 0, 0.28) 0%, rgba(15, 23, 42, 0.45) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.45;
	backdrop-filter: blur(10px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 4px 20px rgba(0, 0, 0, 0.18);
}
.ustruck-breadcrumb .ustruck-breadcrumb-sep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.15em;
	opacity: 0.55;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.85em;
	margin: 0 0.1em;
}

/* WooCommerce: корзина, оформление, каталог, товар - на синем фоне */
body.woocommerce:not(.woocommerce-account):not(.home) .woocommerce-breadcrumb.ustruck-breadcrumb,
body.woocommerce:not(.woocommerce-account):not(.home) nav.woocommerce-breadcrumb {
	color: rgba(255, 255, 255, 0.58);
}

body.woocommerce:not(.woocommerce-account):not(.home) .woocommerce-breadcrumb.ustruck-breadcrumb a,
body.woocommerce:not(.woocommerce-account):not(.home) nav.woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.94);
	border-bottom: none;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.woocommerce:not(.woocommerce-account):not(.home) .woocommerce-breadcrumb.ustruck-breadcrumb a:hover,
body.woocommerce:not(.woocommerce-account):not(.home) nav.woocommerce-breadcrumb a:hover {
	color: var(--ustruck-gold);
}

body.woocommerce-cart:not(.home) .woocommerce,
body.woocommerce-checkout:not(.home) .woocommerce {
	color: rgba(255, 255, 255, 0.88);
}

body.woocommerce-cart:not(.home) .cart-collaterals .cart_totals,
body.woocommerce-cart:not(.home) table.shop_table,
body.woocommerce-cart:not(.home) .woocommerce-cart-form {
	background: rgba(0, 0, 0, 0.22) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: var(--ustruck-radius);
}

body.woocommerce-cart:not(.home) table.shop_table th,
body.woocommerce-cart:not(.home) table.shop_table td {
	border-color: rgba(255, 255, 255, 0.08) !important;
	color: rgba(255, 255, 255, 0.9);
}

body.woocommerce-cart:not(.home) .cart_totals h2,
body.woocommerce-checkout:not(.home) #order_review_heading,
body.woocommerce-checkout:not(.home) h3 {
	color: var(--ustruck-white);
}

body.woocommerce-checkout:not(.home) #order_review,
body.woocommerce-checkout:not(.home) .woocommerce-checkout-review-order {
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ustruck-radius);
	padding: var(--space-md);
}

body.woocommerce-checkout:not(.home) .woocommerce form .form-row input.input-text,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row textarea,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row select,
body.woocommerce-cart:not(.home) .woocommerce .cart-collaterals input,
body.woocommerce-cart:not(.home) .woocommerce .cart-collaterals select {
	background: rgba(0, 0, 0, 0.25);
	border-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.95);
}

/* ========== Checkout (lux) ========== */
body.woocommerce-checkout:not(.home) .woocommerce {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
body.woocommerce-checkout:not(.home) .woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: clamp(1rem, 2.4vw, 1.75rem);
	align-items: start;
}
@media (max-width: 980px) {
	body.woocommerce-checkout:not(.home) .woocommerce-checkout {
		grid-template-columns: 1fr;
	}
}

/* Cards */
body.woocommerce-checkout:not(.home) #customer_details,
body.woocommerce-checkout:not(.home) #order_review {
	background: linear-gradient(165deg, rgba(30, 41, 59, 0.65) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(10, 15, 24, 0.6) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

/* Inputs */
body.woocommerce-checkout:not(.home) .woocommerce form .form-row label {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 600;
	letter-spacing: 0.01em;
}
body.woocommerce-checkout:not(.home) .woocommerce form .form-row input.input-text,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row textarea,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row select {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.95);
	padding: 0.8rem 0.9rem;
	min-height: 48px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body.woocommerce-checkout:not(.home) .woocommerce form .form-row input::placeholder,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row textarea::placeholder {
	color: rgba(255, 255, 255, 0.42);
}
body.woocommerce-checkout:not(.home) .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row select:focus {
	outline: none;
	border-color: rgba(201, 162, 39, 0.65);
	box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.14);
}

/* Validation (less harsh than default red blocks) */
body.woocommerce-checkout:not(.home) .woocommerce form .form-row.woocommerce-invalid input.input-text,
body.woocommerce-checkout:not(.home) .woocommerce form .form-row.woocommerce-invalid select {
	border-color: rgba(255, 96, 96, 0.75);
	box-shadow: 0 0 0 3px rgba(255, 96, 96, 0.14);
}
body.woocommerce-checkout:not(.home) .woocommerce-error,
body.woocommerce-checkout:not(.home) .woocommerce-message,
body.woocommerce-checkout:not(.home) .woocommerce-info {
	border-radius: 14px;
}

/* Blocks checkout (WooCommerce Blocks) */
body.woocommerce-checkout:not(.home) .wc-block-checkout,
body.woocommerce-checkout:not(.home) .wp-block-woocommerce-checkout {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
body.woocommerce-checkout:not(.home) .wc-block-checkout input,
body.woocommerce-checkout:not(.home) .wc-block-checkout select,
body.woocommerce-checkout:not(.home) .wc-block-checkout textarea,
body.ustruck-on-checkout-page .wc-block-checkout input,
body.ustruck-on-checkout-page .wc-block-checkout select,
body.ustruck-on-checkout-page .wc-block-checkout textarea {
	border-radius: 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	background: rgba(0, 0, 0, 0.25) !important;
	color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.woocommerce-checkout:not(.home) .wc-block-checkout input::placeholder,
body.woocommerce-checkout:not(.home) .wc-block-checkout textarea::placeholder,
body.ustruck-on-checkout-page .wc-block-checkout input::placeholder,
body.ustruck-on-checkout-page .wc-block-checkout textarea::placeholder {
	color: rgba(255, 255, 255, 0.45) !important;
}
body.woocommerce-checkout:not(.home) .wc-block-components-text-input.is-active input,
body.woocommerce-checkout:not(.home) .wc-block-components-text-input input:focus,
body.ustruck-on-checkout-page .wc-block-components-text-input.is-active input,
body.ustruck-on-checkout-page .wc-block-components-text-input input:focus {
	outline: none !important;
	border-color: rgba(201, 162, 39, 0.65) !important;
	box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.14) !important;
}

/* Классическая корзина: таблица и поля - выше любых остаточных слоёв (иначе не кликаются удалить / qty) */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart table.shop_table.cart,
body.ustruck-on-cart-page .woocommerce-cart-form,
body.ustruck-on-cart-page table.shop_table.cart {
	position: relative;
	z-index: 200000;
	pointer-events: auto;
}
body.woocommerce-cart .product-remove a,
body.woocommerce-cart .woocommerce .quantity .qty,
body.ustruck-on-cart-page .product-remove a,
body.ustruck-on-cart-page .woocommerce .quantity .qty {
	pointer-events: auto;
	cursor: pointer;
}
/* Блочная корзина WooCommerce */
body.woocommerce-cart .wc-block-cart,
body.ustruck-on-cart-page .wc-block-cart {
	position: relative;
	z-index: 200000;
	pointer-events: auto;
}

body.single-product:not(.home) .product .summary .product_title,
body.single-product:not(.home) .product .summary .price {
	color: var(--ustruck-white);
}

body.post-type-archive-product:not(.home) ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product:not(.home) ul.products li.product .price,
body.woocommerce-shop:not(.home) ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop:not(.home) ul.products li.product .price,
body.ustruck-wc-catalog:not(.home) ul.products li.product .woocommerce-loop-product__title,
body.ustruck-wc-catalog:not(.home) ul.products li.product .price {
	color: rgba(255, 255, 255, 0.92);
}

/* Пагинация WooCommerce - люкс, на всех страницах (магазин, аккаунт, …) */
.woocommerce-pagination {
	margin: var(--space-xl) auto var(--space-2xl);
	padding: 0 var(--space-md);
	clear: both;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	list-style: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	list-style: none !important;
	display: inline-flex;
}

.woocommerce-pagination .page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0 0.65rem;
	border-radius: 10px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.22) 100%);
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 4px 14px rgba(0, 0, 0, 0.25);
}

.woocommerce-pagination a.page-numbers:hover {
	border-color: rgba(201, 162, 39, 0.55);
	background: linear-gradient(180deg, rgba(201, 162, 39, 0.2) 0%, rgba(201, 162, 39, 0.06) 100%);
	color: var(--ustruck-gold-light) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(201, 162, 39, 0.15);
}

.woocommerce-pagination .page-numbers.current {
	background: linear-gradient(180deg, rgba(201, 162, 39, 0.35) 0%, rgba(201, 162, 39, 0.12) 100%);
	border-color: rgba(201, 162, 39, 0.55);
	color: var(--ustruck-white) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 0 0 1px rgba(201, 162, 39, 0.25),
		0 6px 20px rgba(201, 162, 39, 0.12);
}

.woocommerce-pagination .page-numbers.dots {
	min-width: auto;
	padding: 0 0.5rem;
	border: none;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.35) !important;
	cursor: default;
}

.woocommerce-pagination .prev.page-numbers,
.woocommerce-pagination .next.page-numbers {
	min-width: auto;
	padding: 0 1rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

@media (max-width: 480px) {
	.woocommerce-pagination ul.page-numbers {
		gap: 0.25rem;
	}
	.woocommerce-pagination .page-numbers {
		min-width: 2.4rem;
		min-height: 2.4rem;
		font-size: 0.75rem;
		padding: 0 0.45rem;
	}
}

/* Typography */
body {
	font-family: var(--ustruck-font-body);
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3 {
	font-family: var(--ustruck-font-body);
	font-weight: 700;
	letter-spacing: -0.02em;
}

/* Контейнер страницы 1920px, отступы по шкале */
.ustruck-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 var(--space-lg);
	box-sizing: border-box;
}
@media (min-width: 1480px) {
	.ustruck-container { padding: 0 var(--space-xl); }
}
@media (min-width: 1600px) {
	.ustruck-container { padding: 0 var(--space-2xl); }
}

/* Storefront: нижняя фикс-панель (fixed bottom). Отключено в functions.php; CSS — если другая версия родителя */
.storefront-handheld-footer-bar {
	display: none !important;
}
@media (max-width: 768px) {
	body:not(.wp-admin) {
		padding-bottom: 0 !important;
	}
}

/* ========== Header: два ряда, подложка, блоки по разным сторонам ========== */
.site-header {
	background: var(--ustruck-navy) !important;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 100110;
}
/* Подложка: видимый слой под контентом шапки */
.site-header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 30%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
	z-index: 0;
}
.site-header .col-full {
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	padding: var(--space-md) var(--space-2xl);
	padding-left: var(--space-lg);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 var(--space-lg);
	min-height: 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 768px) {
	.site-header .col-full {
		padding-left: var(--space-xl);
	}
}
@media (min-width: 1200px) {
	.site-header .col-full {
		padding-left: var(--space-3xl);
		padding-right: var(--space-3xl);
	}
}
/* Порядок: ряд 1 - лого (1), корзина (2); разрыв (3); ряд 2 - нав (4), кнопки (5) */
.site-branding {
	flex: 0 0 auto;
	order: 1;
	margin: 0;
	padding: var(--space-xs) 0;
	min-width: 0;
}
.site-branding .site-title,
.site-header .site-title {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 30px !important;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
}
.site-branding .site-title a,
.site-header .site-title a {
	color: var(--ustruck-white) !important;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	transition: color 0.2s ease;
}
.site-branding .site-title a:hover,
.site-header .site-title a:hover {
	color: var(--ustruck-gold) !important;
}
.site-header .site-description {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75rem;
	margin: 0;
}
/* Второй ряд шапки: навигация + CTA (в одной строке на десктопе). Отдельно от .col-full — без двойных flex/padding */
.site-header .ustruck-header-nav-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md) var(--space-lg);
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 var(--space-lg) var(--space-xs);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 768px) {
	.site-header .ustruck-header-nav-row {
		padding-left: var(--space-xl);
		padding-right: var(--space-xl);
	}
}
@media (min-width: 1200px) {
	.site-header .ustruck-header-nav-row {
		padding-left: var(--space-3xl);
		padding-right: var(--space-3xl);
	}
}

/* Правый блок: кнопки | корзина — grid внутри ячейки справа */
.ustruck-header-actions {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: end;
	justify-items: end;
	align-items: center;
	column-gap: var(--space-sm);
	row-gap: var(--space-xs);
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 2;
	max-width: 100%;
}
/* Нет корзины (Woo выкл.) — одна колонка, без пустой ячейки справа */
.ustruck-header-actions:not(:has(#site-header-cart)) {
	grid-template-columns: auto;
	justify-content: end;
}

/* Корзина в шапке - ширина по контенту; кнопка как Find Tires (не «таблетка») */
.site-header-cart.menu,
#site-header-cart.site-header-cart {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
	align-items: center;
	align-self: center;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.site-header-cart.menu > li,
#site-header-cart.site-header-cart > li {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.site-header-cart {
	position: relative;
	padding: 0 !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
}

.site-header-cart .cart-contents.ustruck-header-cta {
	box-sizing: border-box !important;
	width: auto !important;
	max-width: max-content !important;
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	align-content: center !important;
	justify-content: flex-start !important;
	gap: 0.45rem !important;
	flex: 0 0 auto !important;
	white-space: nowrap;
	cursor: pointer;
	/* как .ustruck-header-cta-outline: прямоугольник, не круг */
	border-radius: var(--ustruck-radius-btn) !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	padding: 0.5rem 1rem !important;
	min-height: 2.5rem !important;
}

/* Storefront: иконки из шрифта — только наш SVG, иначе две иконки «в лесенку» */
.site-header-cart .cart-contents::before,
.site-header-cart .cart-contents::after {
	display: none !important;
	content: none !important;
}

.site-header-cart .cart-contents .ustruck-cart-total {
	display: inline-flex !important;
	align-items: center !important;
	align-self: center !important;
	line-height: 1 !important;
	flex-shrink: 0;
}

.site-header-cart .cart-contents .ustruck-cart-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1 !important;
	vertical-align: middle;
}

.site-header-cart .cart-contents .ustruck-cart-icon-svg {
	display: block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	vertical-align: middle;
}

.site-header-cart .cart-contents .ustruck-cart-total,
.site-header-cart .cart-contents .woocommerce-Price-amount,
.site-header-cart .cart-contents .amount {
	color: var(--ustruck-gold-light) !important;
	font-weight: 700;
	font-size: inherit;
	letter-spacing: 0.02em;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
}

.site-header-cart .cart-contents .count {
	display: none !important;
}

.site-header-cart .cart-contents.ustruck-header-cta-outline:hover {
	border-color: var(--ustruck-gold) !important;
	background: rgba(255, 255, 255, 0.04) !important;
}

.site-header-cart .cart-contents:hover .ustruck-cart-icon {
	color: var(--ustruck-gold-light);
}

.site-header-cart .cart-contents:hover .ustruck-cart-total,
.site-header-cart .cart-contents:hover .woocommerce-Price-amount,
.site-header-cart .cart-contents:hover .amount {
	color: var(--ustruck-gold) !important;
}

#site-header-cart a.cart-contents,
.site-header-cart a.cart-contents {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	justify-content: flex-start !important;
}
/* Разрыв больше не выводится — оставлено на случай старого кэша */
.ustruck-header-break {
	display: none !important;
}

/* Навигация Storefront: обёртку .storefront-primary-navigation сняли — целимся в #site-navigation */
#site-navigation.main-navigation {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: var(--space-xs) 0;
	min-width: 0;
}
.main-navigation {
	background: transparent !important;
	width: 100%;
}
.main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	margin-left: 50px;
	padding: 0;
}
.main-navigation .primary-navigation > ul > li:first-child,
.main-navigation ul.menu > li:first-child {
	margin-left: 0 !important;
}
.main-navigation a {
	display: block;
	color: rgba(255, 255, 255, 0.88) !important;
	font-weight: 500;
	font-size: 0.875rem;
	padding: 0.5rem 0;
	text-decoration: none !important;
	transition: color 0.2s ease, background 0.2s ease;
	border-radius: var(--ustruck-radius-btn);
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	color: var(--ustruck-white) !important;
	background: rgba(255, 255, 255, 0.06);
}
/* Подменю в шапке */
.main-navigation ul ul {
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: var(--ustruck-radius);
	box-shadow: var(--ustruck-shadow-lux);
	padding: var(--space-xs);
	min-width: 200px;
}
.main-navigation ul ul a {
	color: var(--ustruck-navy) !important;
}
.main-navigation ul ul a:hover {
	background: rgba(0, 0, 0, 0.04) !important;
	color: var(--ustruck-navy) !important;
}

/* Гамбургер Storefront: только иконка (текст «Menu» скрыт, но доступен скринридерам) */
#site-navigation-menu-toggle.menu-toggle span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 768px) {
	#site-navigation-menu-toggle.menu-toggle {
		position: absolute;
		top: var(--space-sm);
		right: var(--space-md);
		z-index: 100125;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0 !important;
		margin: 0 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		line-height: 0 !important;
		border-radius: 12px !important;
		border: 1px solid rgba(255, 255, 255, 0.38) !important;
		background: rgba(10, 15, 26, 0.55) !important;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		box-shadow: none !important;
		color: #ffffff !important;
		cursor: pointer;
		transition: border-color 0.2s ease, background 0.2s ease;
	}
	#site-navigation-menu-toggle.menu-toggle:hover,
	#site-navigation-menu-toggle.menu-toggle:focus-visible {
		border-color: rgba(201, 162, 39, 0.65) !important;
		background: rgba(255, 255, 255, 0.08) !important;
		outline: none;
	}
	/*
	 * Storefront рисует гамбургер тремя элементами: ::before, ::after и span::before.
	 * Наш ::before с градиентом иначе даёт «битую» среднюю линию — отключаем лишнее.
	 */
	#site-navigation-menu-toggle.menu-toggle::after,
	#site-navigation-menu-toggle.menu-toggle span::before {
		content: none !important;
		display: none !important;
		border: 0 !important;
	}
	#site-navigation-menu-toggle.menu-toggle {
		float: none !important;
		max-width: none !important;
		text-align: center !important;
		background-image: none !important;
	}
	/* Три полоски: градиент — одна картинка, ровное центрирование во flex-кнопке */
	#site-navigation-menu-toggle.menu-toggle::before {
		content: "" !important;
		font-family: inherit !important;
		display: block;
		width: 22px;
		height: 16px;
		flex-shrink: 0;
		border-radius: 0;
		background: linear-gradient(
			to bottom,
			currentColor 0,
			currentColor 2px,
			transparent 2px,
			transparent 7px,
			currentColor 7px,
			currentColor 9px,
			transparent 9px,
			transparent 14px,
			currentColor 14px,
			currentColor 16px
		) !important;
		box-shadow: none !important;
		pointer-events: none;
		margin: 0 !important;
	}
	#site-navigation.toggled #site-navigation-menu-toggle.menu-toggle::before {
		transform: none !important;
		width: 22px;
		height: 22px;
		border-radius: 0;
		background: transparent
			url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' d='M5 5l12 12M17 5L5 17'/%3E%3C/svg%3E")
			center / 18px 18px no-repeat !important;
	}
	/* Меню поверх страницы (оверлей), не раскрытие под шапкой */
	#site-navigation .primary-navigation {
		position: fixed;
		inset: 0;
		z-index: 100122;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: calc(env(safe-area-inset-top, 0px) + 4.5rem) var(--space-md)
			calc(env(safe-area-inset-bottom, 0px) + var(--space-md));
		box-sizing: border-box;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: rgba(10, 15, 26, 0.94);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
	}
	#site-navigation.main-navigation.toggled .primary-navigation {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	#site-navigation.main-navigation.toggled .primary-navigation ul.menu,
	#site-navigation.main-navigation.toggled .primary-navigation ul.nav-menu {
		max-height: none !important;
		overflow: visible !important;
		transition: none !important;
		margin-left: 0 !important;
		width: 100%;
		max-width: 28rem;
		align-self: center;
	}
	#site-navigation .primary-navigation ul.menu,
	#site-navigation .primary-navigation ul.nav-menu {
		display: flex !important;
		flex-direction: column;
		flex-wrap: nowrap !important;
		align-items: stretch;
		gap: 0.15rem;
	}
	#site-navigation .primary-navigation li {
		margin-left: 0 !important;
	}
	#site-navigation .primary-navigation a {
		padding: 0.65rem 0.75rem !important;
		font-size: 1rem !important;
	}
	#site-navigation .primary-navigation ul ul {
		position: static !important;
		float: none !important;
		left: auto !important;
		top: auto !important;
		box-shadow: none !important;
		border: none !important;
		background: rgba(255, 255, 255, 0.06) !important;
		border-radius: var(--ustruck-radius-btn);
		padding: var(--space-xs) 0 var(--space-xs) 0.75rem !important;
		margin: 0.25rem 0 0 !important;
		min-width: 0 !important;
	}
	#site-navigation .primary-navigation ul ul a {
		width: auto !important;
		color: rgba(255, 255, 255, 0.92) !important;
	}
	#site-navigation.main-navigation {
		padding-top: 0;
		padding-bottom: 0;
		min-height: 0;
		align-items: flex-start;
	}
}

@media (min-width: 769px) {
	#site-navigation-menu-toggle.menu-toggle::before {
		content: none !important;
		display: none !important;
		box-shadow: none !important;
	}
}

/* Блокировка прокрутки страницы при открытом мобильном меню-оверлее */
@media (max-width: 768px) {
	body.ustruck-nav-open {
		overflow: hidden;
		touch-action: none;
	}
}

/* Find Tires + Request a Quote (внутри .ustruck-header-actions) */
.ustruck-header-ctas {
	grid-column: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: var(--space-sm);
	min-width: 0;
}
.ustruck-header-actions > .site-header-cart,
.ustruck-header-actions > #site-header-cart {
	grid-column: 2;
	align-self: center;
}
.ustruck-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	border-radius: var(--ustruck-radius-btn);
	text-decoration: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	min-height: 2.5rem;
	box-sizing: border-box;
}
.ustruck-header-cta-outline {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: var(--ustruck-white) !important;
}
.ustruck-header-cta-outline:hover {
	border-color: var(--ustruck-gold);
	color: var(--ustruck-gold) !important;
	background: rgba(255, 255, 255, 0.04) !important;
}
.ustruck-header-cta-primary {
	background: var(--ustruck-gold) !important;
	border: 1px solid var(--ustruck-gold);
	color: var(--ustruck-navy) !important;
}
.ustruck-header-cta-primary:hover {
	background: var(--ustruck-gold-light) !important;
	border-color: var(--ustruck-gold-light);
	color: var(--ustruck-navy) !important;
}
/* Виджеты в шапке */
.site-header-widget-region {
	display: flex;
	align-items: center;
	gap: var(--space-sm);
	flex: 0 0 auto;
	order: 6;
	margin: 0;
}
.site-header-widget-region .widget {
	margin: 0;
}
/* Выпадающие панели - поверх контента */
.site-header .widget_product_search {
	position: absolute;
	z-index: 100;
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--ustruck-radius);
	box-shadow: var(--ustruck-shadow-lux);
	padding: var(--space-md);
	margin-top: 0.35rem;
	min-width: 280px;
	left: 0;
	right: auto;
}
/* Mini cart: light overlay + small panel aligned to header cart (position via theme.js) */
.ustruck-mini-cart-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100050;
	background: rgba(5, 8, 14, 0.42);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
body.ustruck-mini-cart-open .ustruck-mini-cart-backdrop {
	display: block;
}

body.ustruck-mini-cart-open {
	overflow: hidden;
}

/* Корзина и чекаут: не блокировать страницу оверлеем мини-корзины (поля, кнопки). */
body.woocommerce-cart .ustruck-mini-cart-backdrop,
body.woocommerce-checkout .ustruck-mini-cart-backdrop,
body.ustruck-on-cart-page .ustruck-mini-cart-backdrop,
body.ustruck-on-checkout-page .ustruck-mini-cart-backdrop {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
/* Если body_class без Woo-классов (page_id, кэш), всё равно убрать затемнение при наличии формы корзины/чекаута */
body:has(.woocommerce-cart-form) .ustruck-mini-cart-backdrop,
body:has(.woocommerce-checkout form.checkout) .ustruck-mini-cart-backdrop {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
body:has(.woocommerce-cart-form) #ustruck-mini-cart-panel,
body:has(.woocommerce-checkout form.checkout) #ustruck-mini-cart-panel {
	display: none !important;
	pointer-events: none !important;
}
body:has(.woocommerce-cart-form).ustruck-mini-cart-open,
body:has(.woocommerce-checkout form.checkout).ustruck-mini-cart-open {
	overflow: auto !important;
}
/* Блочная корзина WooCommerce - нет класса .woocommerce-cart-form */
body:has(.wc-block-cart) .ustruck-mini-cart-backdrop,
body:has(.wp-block-woocommerce-cart) .ustruck-mini-cart-backdrop,
body:has(.wc-block-checkout) .ustruck-mini-cart-backdrop {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
body:has(.wc-block-cart).ustruck-mini-cart-open,
body:has(.wp-block-woocommerce-cart).ustruck-mini-cart-open,
body:has(.wc-block-checkout).ustruck-mini-cart-open {
	overflow: auto !important;
}
/* Явно перебить показ оверлея при открытой мини-корзине на странице с формой корзины */
body.ustruck-mini-cart-open:has(.woocommerce-cart-form) .ustruck-mini-cart-backdrop,
body.ustruck-mini-cart-open:has(form.checkout) .ustruck-mini-cart-backdrop {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}
body.woocommerce-cart.ustruck-mini-cart-open,
body.woocommerce-checkout.ustruck-mini-cart-open,
body.ustruck-on-cart-page.ustruck-mini-cart-open,
body.ustruck-on-checkout-page.ustruck-mini-cart-open {
	overflow: auto !important;
}
body.ustruck-on-cart-page #ustruck-mini-cart-panel,
body.ustruck-on-checkout-page #ustruck-mini-cart-panel {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
/* Если мини-корзина «открыта» по классу body - иначе правило ниже снова включает pointer-events: auto и перекрывает чекаут */
body.ustruck-on-checkout-page.ustruck-mini-cart-open #ustruck-mini-cart-panel,
body.woocommerce-checkout.ustruck-mini-cart-open #ustruck-mini-cart-panel,
body.ustruck-checkout-is-block.ustruck-mini-cart-open #ustruck-mini-cart-panel,
body:has(.wc-block-checkout).ustruck-mini-cart-open #ustruck-mini-cart-panel {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	top: 0 !important;
	z-index: -1 !important;
}
/* Формы корзины/чекаута выше любого «хвоста» оверлея */
body.ustruck-on-cart-page .site-content,
body.ustruck-on-checkout-page .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
	position: relative;
	z-index: 100100;
}
/* Блочный чекаут: контент не всегда в .site-content с тем же stacking context */
body.ustruck-on-checkout-page .wc-block-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.ustruck-checkout-is-block .wc-block-checkout,
body.ustruck-on-checkout-page .wp-block-woocommerce-checkout,
body:has(.wc-block-checkout) .wc-block-checkout {
	position: relative;
	z-index: 500000 !important;
	pointer-events: auto !important;
}
body.ustruck-on-checkout-page .wc-block-checkout input,
body.ustruck-on-checkout-page .wc-block-checkout select,
body.ustruck-on-checkout-page .wc-block-checkout textarea,
body.ustruck-on-checkout-page .wc-block-checkout button,
body.woocommerce-checkout .woocommerce form .form-row input,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .woocommerce form .form-row textarea {
	pointer-events: auto !important;
}
body.ustruck-on-checkout-page .site-main,
body.woocommerce-checkout .site-main {
	position: relative;
	z-index: 450000 !important;
	pointer-events: auto !important;
}

#ustruck-mini-cart-panel {
	display: none;
	position: fixed;
	z-index: 100070;
	left: auto;
	width: min(240px, calc(100vw - 1.25rem));
	max-width: 260px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.18s ease, visibility 0.18s;
}

body.ustruck-mini-cart-open #ustruck-mini-cart-panel {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-panel-inner {
	background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #0a0f18 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;
	box-shadow:
		0 12px 36px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	padding: 0.65rem 0.75rem 0.6rem;
	color: rgba(255, 255, 255, 0.92);
}

#ustruck-mini-cart-panel .ustruck-mini-cart-panel-title {
	margin: 0 0 0.4rem;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

#ustruck-mini-cart-panel .ustruck-mini-cart-empty,
#ustruck-mini-cart-panel .ustruck-mini-cart-subtotal {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.75);
}

#ustruck-mini-cart-panel .ustruck-mini-cart-subtotal-amount {
	color: var(--ustruck-gold-light);
	font-weight: 700;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-actions {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-btn {
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px !important;
	font-weight: 600 !important;
	font-size: 0.72rem !important;
	padding: 0.45rem 0.65rem !important;
	text-decoration: none !important;
	line-height: 1.25;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-btn-checkout {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-navy) !important;
	border: none !important;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-btn-checkout:hover {
	background: var(--ustruck-gold-light) !important;
	color: var(--ustruck-navy) !important;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-btn-cart,
#ustruck-mini-cart-panel .ustruck-mini-cart-btn-shop {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.28) !important;
	color: rgba(255, 255, 255, 0.95) !important;
}

#ustruck-mini-cart-panel .ustruck-mini-cart-btn-cart:hover,
#ustruck-mini-cart-panel .ustruck-mini-cart-btn-shop:hover {
	border-color: rgba(201, 162, 39, 0.55) !important;
	color: var(--ustruck-gold-light) !important;
}
.site-header .widget_product_search {
	left: 0;
	right: auto;
}
.site-header .widget_product_search input[type="search"],
.site-header .widget_product_search .search-field {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: var(--ustruck-radius-btn);
	padding: 0.5rem 0.75rem;
	font-size: 0.9rem;
	width: 100%;
	box-sizing: border-box;
}
.site-header .widget_product_search .search-submit,
.site-header .widget_product_search button[type="submit"] {
	background: var(--ustruck-navy) !important;
	color: var(--ustruck-white) !important;
	border: none;
	border-radius: var(--ustruck-radius-btn);
	padding: 0.5rem 0.875rem;
	font-weight: 500;
	margin-top: 0.5rem;
	width: 100%;
	transition: background 0.2s ease;
}
.site-header .widget_product_search .search-submit:hover {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-white) !important;
}
/* Мобильная шапка: ровные отступы, CTA + корзина в одну линию без «пустого» левого поля */
@media (max-width: 768px) {
	.site-header .col-full:first-of-type {
		padding: var(--space-sm) var(--space-md);
		padding-right: 3.75rem;
		box-sizing: border-box;
		gap: var(--space-sm);
	}
	.site-header .ustruck-header-nav-row {
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-sm);
		padding: var(--space-sm) var(--space-md) var(--space-md);
		margin-top: 0;
		border-bottom: none;
	}
	#site-navigation.main-navigation {
		width: 100%;
		border-top: none;
		padding-top: 0;
	}
	.main-navigation ul {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0.35rem 0.75rem;
	}
	.main-navigation li {
		margin-left: 0 !important;
		margin-right: 0;
	}
	.main-navigation a {
		padding: 0.45rem var(--space-xs);
		font-size: 0.8125rem;
	}
	/* Ряд кнопок: flex вместо grid — контент слева от края, корзина справа */
	.ustruck-header-actions {
		display: flex !important;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		gap: var(--space-xs);
		box-sizing: border-box;
	}
	.ustruck-header-ctas {
		grid-column: auto;
		justify-content: flex-start;
		flex: 1;
		min-width: 0;
		flex-wrap: nowrap;
		gap: 0.35rem;
	}
	.ustruck-header-actions > .site-header-cart,
	.ustruck-header-actions > #site-header-cart {
		grid-column: auto;
		flex-shrink: 0;
	}
	.ustruck-header-cta {
		padding: 0.42rem 0.65rem;
		font-size: 0.72rem;
		min-height: 2.35rem;
		letter-spacing: 0.01em;
	}
	.site-header-cart .cart-contents.ustruck-header-cta {
		padding: 0.42rem 0.65rem !important;
		font-size: 0.72rem !important;
		gap: 0.28rem !important;
		min-height: 2.35rem !important;
	}
	.site-header-cart .cart-contents .ustruck-cart-icon-svg {
		width: 13px;
		height: 13px;
	}
}

/* Секции и hero на всю ширину — без 100vw/calc (полоска слева из‑за скроллбара и padding родителей) */
body.home .ustruck-hero-lux,
body.home .ustruck-trust-lux,
body.home .ustruck-section {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	position: relative;
	left: auto;
	right: auto;
}
/* Страницы не-home: сохраняем прежний прорыв контейнера Storefront */
body:not(.home) .ustruck-hero-lux,
body:not(.home) .ustruck-trust-lux,
body:not(.home) .ustruck-section {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-sizing: border-box;
}
.ustruck-hero-lux .ustruck-hero-inner,
.ustruck-trust-lux .ustruck-container,
.ustruck-section .ustruck-container {
	margin-left: auto;
	margin-right: auto;
}

/* ========== Hero (luxury, full impact) ========== */
.ustruck-hero-lux {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: var(--space-5xl) var(--space-lg) var(--space-3xl);
	position: relative;
	overflow: hidden;
}
.ustruck-hero-bg {
	position: absolute;
	inset: 0;
	background-color: var(--ustruck-navy);
	background-image: url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?w=1920");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.ustruck-hero-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(10, 14, 20, 0.92) 0%, rgba(10, 14, 20, 0.85) 40%, rgba(13, 17, 23, 0.9) 100%);
	pointer-events: none;
}
.ustruck-hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 90% 60% at 50% 30%, rgba(201, 162, 39, 0.06) 0%, transparent 55%);
	pointer-events: none;
}
.ustruck-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
}
.ustruck-hero-eyebrow {
	font-family: var(--ustruck-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--ustruck-gold);
	margin-bottom: var(--space-sm);
}
.ustruck-hero-title-lux {
	font-family: var(--ustruck-font-display);
	font-size: clamp(3.25rem, 11vw, 6.5rem);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.05;
	color: var(--ustruck-white);
	text-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
	margin-bottom: var(--space-sm);
}
.ustruck-hero-tagline {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	max-width: 640px;
	margin: 0 auto var(--space-xl);
}
.ustruck-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: var(--btn-gap);
	justify-content: center;
	align-items: center;
}
/* Общие стили кнопок (люкс) */
.ustruck-hero-cta,
.ustruck-cta-primary,
.ustruck-cta-secondary,
.ustruck-cta-outline,
.ustruck-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	padding: var(--btn-pad-y) var(--btn-pad-x);
	min-height: 48px;
	border-radius: var(--ustruck-radius-btn);
	transition: var(--ustruck-transition);
	border: 2px solid transparent;
	box-sizing: border-box;
}
.ustruck-cta-primary {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
	border-color: var(--ustruck-gold);
	box-shadow: 0 6px 20px rgba(201, 162, 39, 0.3);
}
.ustruck-cta-primary:hover {
	background: var(--ustruck-gold-light) !important;
	color: var(--ustruck-black) !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(201, 162, 39, 0.38);
}
.ustruck-cta-secondary {
	background: transparent !important;
	color: var(--ustruck-white) !important;
	border-color: rgba(255, 255, 255, 0.5);
}
.ustruck-cta-secondary:hover {
	border-color: var(--ustruck-gold);
	color: var(--ustruck-gold) !important;
	background: transparent !important;
}
/* Scroll-индикатор: справа, компактный */
.ustruck-hero-scroll {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	left: auto;
	transform: none;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	pointer-events: none;
}
.ustruck-hero-scroll::before {
	content: "";
	position: absolute;
	inset: -0.5rem -1rem;
	background: linear-gradient(135deg, rgba(201, 162, 39, 0.22) 0%, rgba(201, 162, 39, 0.08) 100%);
	border-radius: 999px;
	border: 1px solid rgba(201, 162, 39, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 0 28px rgba(201, 162, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
	z-index: -1;
	animation: ustruck-scroll-glow 2.5s ease-in-out infinite;
}
@keyframes ustruck-scroll-glow {
	0%, 100% { box-shadow: 0 0 28px rgba(201, 162, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15); opacity: 1; }
	50% { box-shadow: 0 0 40px rgba(201, 162, 39, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2); opacity: 1; }
}
.ustruck-hero-scroll span {
	display: block;
	text-align: center;
	font-size: 0.5625rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: var(--ustruck-gold);
	text-shadow: 0 0 12px rgba(201, 162, 39, 0.5);
}
.ustruck-hero-scroll span::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: 0.4rem auto 0;
	border-right: 2px solid var(--ustruck-gold);
	border-bottom: 2px solid var(--ustruck-gold);
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
	box-shadow: 0 0 10px rgba(201, 162, 39, 0.4);
	animation: ustruck-scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes ustruck-scroll-bounce {
	0%, 100% { transform: rotate(45deg) translateY(0) scale(1); opacity: 1; }
	45% { transform: rotate(45deg) translateY(8px) scale(0.92); opacity: 0.7; }
	55% { transform: rotate(45deg) translateY(8px) scale(0.92); opacity: 0.7; }
}

/* ========== Trust strip (lux) + фон ========== */
.ustruck-trust-lux {
	background-color: var(--ustruck-white);
	background-image: url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=1920");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: var(--space-xl) var(--space-lg);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ustruck-trust-lux::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.82) 100%);
	pointer-events: none;
	z-index: 0;
}
.ustruck-trust-lux .ustruck-container {
	position: relative;
	z-index: 1;
}
.ustruck-trust-desc {
	text-align: center;
	max-width: 560px;
	margin: 0 auto var(--space-lg);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--ustruck-text);
}
.ustruck-trust-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-2xl) var(--space-3xl);
}
.ustruck-trust-item {
	display: flex;
	align-items: center;
	gap: var(--space-md);
	font-weight: 600;
	color: var(--ustruck-text);
	font-size: 0.9375rem;
}
.ustruck-trust-icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 162, 39, 0.12);
	color: var(--ustruck-gold);
	border-radius: 50%;
	font-size: 1rem;
}

/* ========== Find commercial tires (Michelin-style) ========== */
.ustruck-find-tires {
	background: var(--ustruck-navy);
	color: rgba(255, 255, 255, 0.9);
	position: relative;
}
.ustruck-find-tires .ustruck-heading,
.ustruck-find-tires .ustruck-subheading {
	color: var(--ustruck-white);
}
.ustruck-find-tires .ustruck-subheading {
	color: rgba(255, 255, 255, 0.8);
}

/* DRC brand square CTA (home: trust strip or find section) */
.ustruck-drc-home-cta-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: var(--space-xl);
}
.ustruck-trust-lux .ustruck-drc-home-cta-wrap--trust {
	margin-top: var(--space-xl);
	margin-bottom: 0;
}
.ustruck-drc-home-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--space-md);
	width: min(280px, 86vw);
	aspect-ratio: 1 / 1;
	max-width: 280px;
	padding: var(--space-lg);
	box-sizing: border-box;
	text-decoration: none !important;
	background: linear-gradient(165deg, rgba(0, 0, 0, 0.38) 0%, rgba(15, 23, 42, 0.55) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	box-shadow:
		0 16px 44px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ustruck-drc-home-cta:hover {
	border-color: rgba(201, 162, 39, 0.5);
	transform: translateY(-3px);
	box-shadow:
		0 22px 52px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ustruck-drc-home-cta__brand {
	font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-align: center;
	color: var(--ustruck-white);
	line-height: 1.35;
}
.ustruck-drc-home-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.25rem;
	font-size: 0.8125rem;
	font-weight: 700;
	border-radius: var(--ustruck-radius-btn);
	background: var(--ustruck-gold);
	color: var(--ustruck-navy);
	transition: background 0.2s ease, color 0.2s ease;
}
.ustruck-drc-home-cta:hover .ustruck-drc-home-cta__btn {
	background: var(--ustruck-gold-light);
	color: var(--ustruck-navy);
}

.ustruck-find-tires-box {
	max-width: 640px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ustruck-radius);
	padding: var(--space-xl);
}
/* Ряд с двумя дропдаунами: Select Your Vehicle | Select size */
.ustruck-find-dropdowns-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-bottom: var(--space-lg);
	border-radius: var(--ustruck-radius-btn);
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.ustruck-find-dropdown {
	position: relative;
	flex: 1;
	min-width: 0;
}
.ustruck-find-trigger {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	width: 100%;
	padding: 0.85rem 1rem;
	background: transparent;
	border: none;
	font-family: var(--ustruck-font-body);
	font-size: 0.9375rem;
	color: var(--ustruck-text-light);
	text-align: left;
	cursor: pointer;
	transition: var(--ustruck-transition);
}
.ustruck-find-trigger:hover {
	color: var(--ustruck-navy);
	background: rgba(0, 0, 0, 0.03);
}
.ustruck-find-trigger[aria-expanded="true"] {
	color: var(--ustruck-navy);
	background: rgba(0, 0, 0, 0.04);
}
.ustruck-find-trigger-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ustruck-navy);
	opacity: 0.85;
}
.ustruck-find-trigger-icon svg {
	display: block;
}
.ustruck-find-trigger-text {
	flex: 1;
}
.ustruck-find-dropdown-sep {
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}
/* Панель дропдауна (белая карточка) - люкс */
.ustruck-find-panel {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 2px;
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: calc(var(--ustruck-radius) + 2px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(201, 162, 39, 0.06);
	z-index: 50;
	padding: var(--space-md);
	max-height: 80vh;
	overflow-y: auto;
}
.ustruck-find-dropdown.is-open .ustruck-find-panel {
	display: block;
}
.ustruck-find-panel-category {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding-bottom: var(--space-sm);
	margin-bottom: var(--space-sm);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	position: relative;
}
.ustruck-find-panel-category::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 2.5rem;
	height: 2px;
	background: var(--ustruck-gold);
	border-radius: 1px;
}
.ustruck-find-panel-cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 8px;
	background: rgba(201, 162, 39, 0.1);
	color: var(--ustruck-gold);
}
.ustruck-find-panel-cat-icon svg {
	display: block;
}
.ustruck-find-panel-category strong {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--ustruck-navy);
}
.ustruck-find-panel-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.ustruck-find-option {
	display: inline-block;
	padding: 0.55rem 1.1rem;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--ustruck-radius-btn);
	font-family: var(--ustruck-font-body);
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--ustruck-navy);
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ustruck-find-option:hover {
	background: rgba(201, 162, 39, 0.08);
	border-color: rgba(201, 162, 39, 0.25);
	color: var(--ustruck-navy);
	box-shadow: 0 2px 8px rgba(201, 162, 39, 0.08);
}
.ustruck-find-option.is-selected {
	background: rgba(201, 162, 39, 0.12);
	border-color: var(--ustruck-gold);
	color: var(--ustruck-navy);
	box-shadow: 0 2px 12px rgba(201, 162, 39, 0.15);
}
/* Панель размера - шире, чтобы подписи Width / Ratio / Rim влезали */
.ustruck-find-panel-size {
	left: 0;
	right: 0;
	min-width: 420px;
	width: max-content;
	padding: var(--space-lg);
}
.ustruck-find-panel-size .ustruck-find-size-single {
	min-width: 10rem;
	width: 100%;
}
.ustruck-find-panel-size .ustruck-find-size-sep {
	color: var(--ustruck-text-light);
}
.ustruck-find-panel .ustruck-find-label {
	color: var(--ustruck-navy);
}
.ustruck-find-panel .ustruck-find-size-sep {
	color: var(--ustruck-text-light);
}
.ustruck-find-row-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-md);
}
.ustruck-find-field {
	display: flex;
	flex-direction: column;
	gap: var(--space-xs);
}
@media (max-width: 539px) {
	.ustruck-find-row-two {
		grid-template-columns: 1fr;
	}
}
.ustruck-dropdown-size.is-open .ustruck-find-panel {
	left: 0;
	right: 0;
}
@media (min-width: 640px) {
	.ustruck-find-panel-size {
		left: auto;
		right: 0;
		min-width: 440px;
	}
}
.ustruck-find-form {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}
.ustruck-find-row {
	display: flex;
	flex-direction: column;
	gap: var(--space-xs);
}
.ustruck-find-label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}
.ustruck-find-select {
	width: 100%;
	max-width: 100%;
	padding: 0.65rem 1rem;
	font-size: 0.9375rem;
	font-family: var(--ustruck-font-body);
	color: var(--ustruck-navy);
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: var(--ustruck-radius-btn);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	padding-right: 2.25rem;
	cursor: pointer;
}
.ustruck-find-size-fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-xs);
}
.ustruck-find-size-fields .ustruck-find-select {
	flex: 1;
	min-width: 0;
}
/* В панели размера - фиксированные ширины, чтобы Width / Ratio / Rim полностью влезали */
.ustruck-find-panel-size .ustruck-find-size-fields {
	flex-wrap: nowrap;
}
.ustruck-find-panel-size .ustruck-find-width { min-width: 7rem; width: 7rem; flex: 0 0 7rem; }
.ustruck-find-panel-size .ustruck-find-aspect { min-width: 6rem; width: 6rem; flex: 0 0 6rem; }
.ustruck-find-panel-size .ustruck-find-rim { min-width: 7rem; width: 7rem; flex: 0 0 7rem; }
.ustruck-find-width { max-width: 6rem; }
.ustruck-find-aspect { max-width: 5.5rem; }
.ustruck-find-rim { max-width: 6rem; }
.ustruck-find-size-sep {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	font-size: 1rem;
}
/* R - часть обозначения размера (295/75R22.5), не отдельный блок */
.ustruck-find-size-r {
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0.7;
	margin: 0 0.15rem;
}
.ustruck-find-panel .ustruck-find-size-r {
	color: var(--ustruck-text-light);
}
.ustruck-find-submit {
	margin-top: var(--space-sm);
}
.ustruck-find-submit .ustruck-cta-primary {
	width: 100%;
	justify-content: center;
}

/* ========== Request a Quote (4DT-style) ========== */
.ustruck-quote-section {
	background: var(--ustruck-navy);
}
.ustruck-quote-section .ustruck-heading,
.ustruck-quote-section .ustruck-subheading {
	color: var(--ustruck-white);
}
.ustruck-quote-section .ustruck-subheading {
	opacity: 0.9;
}
.ustruck-quote-intro {
	text-align: center;
	max-width: 600px;
	margin: 0 auto var(--space-lg);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}
.ustruck-quote-box {
	max-width: 720px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ustruck-radius);
	padding: var(--space-lg);
}
.ustruck-quote-form {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}
.ustruck-quote-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-sm) var(--space-md);
}
.ustruck-quote-name {
	grid-column: 1 / -1;
}
.ustruck-quote-name-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-sm);
}
.ustruck-quote-label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0.25rem;
}
.ustruck-required {
	color: var(--ustruck-gold);
}
.ustruck-quote-input,
.ustruck-quote-select,
.ustruck-quote-textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.6rem 0.85rem;
	font-size: 0.9rem;
	font-family: var(--ustruck-font-body);
	color: var(--ustruck-navy);
	background: var(--ustruck-white);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: var(--ustruck-radius-btn);
	transition: var(--ustruck-transition);
}
/* Обязательные поля - рамка для наглядности */
.ustruck-quote-input[required] {
	border-left: 3px solid var(--ustruck-gold);
	padding-left: calc(0.85rem - 2px);
}
.ustruck-quote-input[required]:focus {
	border-left-color: var(--ustruck-gold);
	outline: none;
	box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25);
}
.ustruck-quote-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	padding-right: 2.25rem;
	cursor: pointer;
}
.ustruck-quote-textarea {
	resize: vertical;
	min-height: 88px;
}
.ustruck-quote-message {
	grid-column: 1 / -1;
}
.ustruck-quote-consent {
	grid-column: 1 / -1;
	border: 1px solid rgba(201, 162, 39, 0.5);
	border-radius: var(--ustruck-radius-btn);
	padding: 0.75rem 1rem;
	background: rgba(201, 162, 39, 0.06);
}
.ustruck-quote-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
.ustruck-quote-checkbox {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.15rem;
	accent-color: var(--ustruck-gold);
}
.ustruck-quote-submit .ustruck-cta-primary {
	min-width: 160px;
}
@media (max-width: 639px) {
	.ustruck-quote-grid {
		grid-template-columns: 1fr;
	}
	.ustruck-quote-name-row {
		grid-template-columns: 1fr;
	}
}

/* ========== Section headings ========== */
.ustruck-section {
	padding: var(--section-y) 0;
}
.ustruck-heading {
	font-size: clamp(1.9rem, 4.5vw, 2.75rem);
	text-align: center;
	margin-bottom: var(--space-sm);
	color: var(--ustruck-navy);
}
.ustruck-heading-light {
	color: var(--ustruck-white);
}
.ustruck-heading-lux {
	font-weight: 800;
	letter-spacing: -0.03em;
}
.ustruck-subheading {
	text-align: center;
	color: var(--ustruck-text-light);
	max-width: 640px;
	margin: 0 auto var(--space-2xl);
	font-size: 1.0625rem;
	line-height: 1.65;
}
.ustruck-section-desc,
.ustruck-find-intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto var(--space-lg);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: inherit;
	opacity: 0.9;
}
.ustruck-find-tires .ustruck-section-desc,
.ustruck-find-tires .ustruck-find-intro {
	color: rgba(255, 255, 255, 0.85);
}
.ustruck-find-tires .ustruck-section-desc { margin-bottom: var(--space-sm); }
.ustruck-find-tires .ustruck-find-intro { margin-bottom: var(--space-xl); }
.ustruck-why .ustruck-intro-text {
	text-align: center;
	max-width: 720px;
	margin: 0 auto var(--space-xl);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--ustruck-text);
}

/* ========== Why section: cards + фон (колёса/резина) ========== */
.ustruck-why {
	background: var(--ustruck-bg) url("https://images.unsplash.com/photo-1625047509168-a7026f36de04?w=1920") center/cover no-repeat;
	position: relative;
}
.ustruck-why::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(250, 251, 252, 0.88) 0%, rgba(250, 251, 252, 0.84) 100%);
	pointer-events: none;
	z-index: 0;
}
.ustruck-why .ustruck-container {
	position: relative;
	z-index: 1;
}
.ustruck-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: var(--space-lg);
	margin-top: var(--space-xl);
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
.ustruck-card {
	background: var(--ustruck-white);
	border-radius: var(--ustruck-radius);
	padding: var(--space-xl);
	box-shadow: var(--ustruck-shadow);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: var(--ustruck-transition);
}
.ustruck-card:hover {
	box-shadow: var(--ustruck-shadow-lux);
	transform: translateY(-4px);
	border-color: rgba(201, 162, 39, 0.2);
}
.ustruck-card-icon {
	font-size: 2rem;
	margin-bottom: var(--space-sm);
	line-height: 1;
}
.ustruck-card-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--ustruck-navy);
	margin-bottom: var(--space-xs);
}
.ustruck-card p {
	margin: 0;
	color: var(--ustruck-text-light);
	font-size: 0.9375rem;
	line-height: 1.65;
}

/* ========== What sets us apart (dark block + фон трак) ========== */
.ustruck-dark-block {
	background: var(--ustruck-navy);
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	overflow: hidden;
}
.ustruck-diff {
	background: var(--ustruck-navy) url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?w=1920") center/cover no-repeat;
}
.ustruck-diff::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 24, 39, 0.95) 0%, rgba(17, 24, 39, 0.88) 100%);
	pointer-events: none;
}
.ustruck-diff .ustruck-container {
	position: relative;
	z-index: 1;
}
.ustruck-diff-intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto var(--space-xl);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}
.ustruck-diff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-lg);
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.ustruck-diff-grid { grid-template-columns: 1fr; gap: var(--space-md); }
}
.ustruck-diff-item {
	display: flex;
	align-items: flex-start;
	gap: var(--space-md);
	padding: var(--space-lg);
	background: rgba(255, 255, 255, 0.04);
	border-radius: var(--ustruck-radius);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: var(--ustruck-transition);
}
.ustruck-diff-item:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(201, 162, 39, 0.2);
}
.ustruck-diff-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ustruck-gold);
	flex-shrink: 0;
	margin-top: 0.35rem;
}
.ustruck-diff-content {
	flex: 1;
	min-width: 0;
}
.ustruck-diff-title {
	display: block;
	color: var(--ustruck-white);
	font-weight: 600;
	font-size: 1.0625rem;
	letter-spacing: 0.02em;
	margin-bottom: var(--space-xs);
}
.ustruck-diff-desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9375rem;
	line-height: 1.5;
	font-weight: 400;
}

/* ========== Featured products (lux) ========== */
.ustruck-products-section {
	background-color: var(--ustruck-white);
	background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.ustruck-products-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(250, 251, 252, 0.84) 100%);
	pointer-events: none;
	z-index: 0;
}
.ustruck-products-section .ustruck-container {
	position: relative;
	z-index: 1;
}
/* Featured: Woo outputs .woocommerce > ul.products. Grid on ul only — avoids display:contents
   quirks (nested wrapper collapses wrong → ultra-narrow strip + vertically stacked letters). */
.ustruck-products-section .ustruck-products-wrap {
	display: block;
	max-width: 1320px;
	margin: 0 auto var(--space-xl);
	width: 100%;
	box-sizing: border-box;
}
.ustruck-products-section .ustruck-products-wrap > .woocommerce {
	display: block;
	width: 100%;
	max-width: 100%;
}
.ustruck-products-section .ustruck-products-wrap ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(1rem, 2vw, 1.5rem);
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	box-sizing: border-box;
	clear: both !important;
}
.ustruck-products-section .ustruck-products-wrap ul.products::before,
.ustruck-products-section .ustruck-products-wrap ul.products::after {
	display: none !important;
	content: none !important;
}
@media (max-width: 1023px) {
	.ustruck-products-section .ustruck-products-wrap ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 520px) {
	.ustruck-products-section .ustruck-products-wrap ul.products {
		grid-template-columns: 1fr !important;
	}
}
.ustruck-products-section .product {
	background: var(--ustruck-white);
	border-radius: var(--ustruck-radius);
	box-shadow: var(--ustruck-shadow);
	overflow: hidden;
	transition: var(--ustruck-transition);
	border: 1px solid rgba(0, 0, 0, 0.06);
	list-style: none;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	height: 100%;
}
.ustruck-products-section .product:hover {
	box-shadow: var(--ustruck-shadow-lux);
	transform: translateY(-6px);
	border-color: rgba(201, 162, 39, 0.15);
}
.ustruck-products-section .woocommerce-loop-product__link {
	text-decoration: none !important;
	display: block;
	color: inherit;
}
.ustruck-products-section .attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	max-height: 220px;
	object-fit: cover;
}
.ustruck-products-section .woocommerce-loop-product__title {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	margin: var(--space-md) var(--space-md) var(--space-xs);
	color: var(--ustruck-navy);
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	writing-mode: horizontal-tb;
}
.ustruck-products-section .price {
	margin: 0 var(--space-md) var(--space-sm);
	font-weight: 700;
	color: var(--ustruck-gold);
	font-size: 1.25rem;
}
.ustruck-products-section .button,
.ustruck-products-section .product .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	align-self: stretch;
	box-sizing: border-box;
	margin: 0 var(--space-md) var(--space-md);
	margin-top: auto;
	text-align: center;
	background: var(--ustruck-navy) !important;
	color: var(--ustruck-white) !important;
	border: none;
	padding: var(--btn-pad-y) var(--space-md);
	min-height: 48px;
	border-radius: var(--ustruck-radius-btn);
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	transition: var(--ustruck-transition);
}
.ustruck-products-section .button:hover,
.ustruck-products-section .product .button:hover {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
}
.ustruck-cta-wrap {
	text-align: center;
	margin: 0;
	margin-top: var(--space-2xl);
}
.ustruck-cta-wrap .ustruck-btn-primary {
	margin-top: 0;
}

/* ========== Fleet solutions + фон (трак/дорога) ========== */
.ustruck-fleet {
	background: var(--ustruck-black) url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920") center/cover no-repeat;
	position: relative;
}
.ustruck-fleet::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 14, 20, 0.93) 0%, rgba(10, 14, 20, 0.97) 100%);
	pointer-events: none;
}
.ustruck-fleet .ustruck-container {
	position: relative;
	z-index: 1;
}
.ustruck-fleet-intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto var(--space-lg);
	font-size: 0.9375rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
}
.ustruck-fleet-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-lg);
	margin: var(--space-xl) 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--space-xl);
	margin-bottom: var(--space-xl);
}
@media (max-width: 900px) {
	.ustruck-fleet-grid { grid-template-columns: 1fr; gap: var(--space-md); }
}
.ustruck-fleet-item {
	padding: var(--space-xl);
	background: rgba(255, 255, 255, 0.04);
	border-radius: var(--ustruck-radius);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: var(--ustruck-transition);
}
.ustruck-fleet-item:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(201, 162, 39, 0.3);
}
.ustruck-fleet-num {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	color: var(--ustruck-gold);
	opacity: 0.9;
	margin-bottom: var(--space-xs);
	letter-spacing: -0.02em;
}
.ustruck-fleet-item h3 {
	color: var(--ustruck-white);
	font-size: 1.125rem;
	margin-bottom: var(--space-xs);
}
.ustruck-fleet-item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.9375rem;
	line-height: 1.55;
}
.ustruck-fleet-cta-wrap {
	text-align: center;
	margin: var(--space-2xl) 0 0;
}
.ustruck-cta-outline {
	border: 2px solid var(--ustruck-gold);
	color: var(--ustruck-gold) !important;
	background: transparent !important;
}
.ustruck-cta-outline:hover {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
}

/* ========== SEO text block + фон ========== */
.ustruck-seo-block {
	background-color: var(--ustruck-bg);
	background-image: url("https://images.unsplash.com/photo-1578574577315-3fbeb0cecdc2?w=1920");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.ustruck-seo-block::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(250, 251, 252, 0.88) 0%, rgba(250, 251, 252, 0.82) 100%);
	pointer-events: none;
	z-index: 0;
}
.ustruck-seo-block .ustruck-container {
	position: relative;
	z-index: 1;
}
.ustruck-seo-content {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--ustruck-text);
}
.ustruck-seo-content p {
	margin: 0 0 var(--space-md);
}
.ustruck-seo-content p:last-child {
	margin-bottom: 0;
}
.ustruck-seo-content strong {
	color: var(--ustruck-navy);
	font-weight: 600;
}

/* ========== Final CTA ========== */
.ustruck-final-cta {
	background: var(--ustruck-bg);
	padding: var(--space-5xl) var(--space-lg);
}
.ustruck-final-tagline {
	text-align: center;
	color: var(--ustruck-text-light);
	margin-bottom: var(--space-sm);
	font-size: 1.0625rem;
	line-height: 1.6;
}
.ustruck-final-desc {
	text-align: center;
	max-width: 560px;
	margin: 0 auto var(--space-xl);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--ustruck-text-light);
}
.ustruck-final-btns {
	display: flex;
	flex-wrap: wrap;
	gap: var(--btn-gap);
	justify-content: center;
}
.ustruck-final-btns .ustruck-cta-outline {
	border-color: var(--ustruck-navy);
	color: var(--ustruck-navy) !important;
}
.ustruck-final-btns .ustruck-cta-outline:hover {
	background: var(--ustruck-navy) !important;
	color: var(--ustruck-white) !important;
}

/* ========== Footer (lux) на всю ширину ========== */
.site-footer {
	background: var(--ustruck-black) !important;
	color: rgba(255, 255, 255, 0.8);
	border-top: 2px solid var(--ustruck-gold);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
}
/* Главная: тот же фикс, что у hero — без полоски слева */
body.home .site-footer {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.site-footer .col-full {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--space-lg);
	padding-right: var(--space-lg);
}
.site-footer .widget-title,
.site-footer h1, .site-footer h2, .site-footer h3 {
	color: var(--ustruck-white) !important;
}
.site-footer a {
	color: rgba(255, 255, 255, 0.9) !important;
}
.site-footer a:hover {
	color: var(--ustruck-gold) !important;
}
.site-info {
	background: rgba(0, 0, 0, 0.3);
	padding: var(--space-md);
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9375rem;
}

/* ========== Buttons global (WooCommerce + формы) ========== */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--ustruck-gold) !important;
	border-color: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
	border-radius: var(--ustruck-radius-btn);
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	padding: var(--btn-pad-y) var(--btn-pad-x) !important;
	min-height: 48px;
	transition: var(--ustruck-transition);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--ustruck-gold-light) !important;
	border-color: var(--ustruck-gold-light) !important;
	color: var(--ustruck-black) !important;
}

/* ========== Сайдбар: премиум-каталог (вместо виджетов WP) ========== */
#secondary.widget-area.ustruck-sidebar-lux {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.site-content .col-full::after {
		content: "";
		display: table;
		clear: both;
	}
	/* Storefront даёт ~22% ширины сайдбару - усиливаем отступы и визуал */
	body:not(.full-width-content) .site-content .widget-area.ustruck-sidebar-lux {
		box-sizing: border-box;
		padding-left: var(--space-md);
		padding-right: 0;
		padding-top: 0;
		padding-bottom: var(--space-xl);
	}
	body:not(.full-width-content) #secondary.ustruck-sidebar-lux {
		margin-top: 0;
	}
}

.ustruck-sidebar-inner {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
}

.ustruck-sidebar-panel {
	background: linear-gradient(165deg, var(--ustruck-navy) 0%, var(--ustruck-navy-soft) 55%, #141c28 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ustruck-radius);
	box-shadow: var(--ustruck-shadow-lux), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	padding: var(--space-lg) var(--space-md);
	position: relative;
	overflow: hidden;
}

.ustruck-sidebar-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--ustruck-gold), transparent);
	opacity: 0.85;
	pointer-events: none;
}

.ustruck-sidebar-heading {
	font-family: var(--ustruck-font-display);
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ustruck-white);
	margin: 0 0 var(--space-xs);
	line-height: 1.2;
}

.ustruck-sidebar-kicker {
	margin: 0 0 var(--space-sm);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.45);
	text-transform: uppercase;
}

.ustruck-sidebar-search-row {
	display: flex;
	gap: 0;
	border-radius: var(--ustruck-radius-btn);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.25);
}

.ustruck-sidebar-search-row input[type="search"] {
	flex: 1;
	min-width: 0;
	border: none;
	background: transparent;
	color: var(--ustruck-white);
	padding: 0.65rem 0.85rem;
	font-size: 0.875rem;
	font-family: var(--ustruck-font-body);
}

.ustruck-sidebar-search-row input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.ustruck-sidebar-search-row input[type="search"]:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px rgba(201, 162, 39, 0.45);
}

.ustruck-sidebar-search-btn {
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
	border: none;
	padding: 0.65rem 1rem;
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	flex-shrink: 0;
}

.ustruck-sidebar-search-btn:hover {
	background: var(--ustruck-gold-light) !important;
}

.ustruck-sidebar-menu,
.ustruck-sidebar-cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ustruck-sidebar-menu li,
.ustruck-sidebar-cats li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ustruck-sidebar-menu li:last-child,
.ustruck-sidebar-cats li:last-child {
	border-bottom: none;
}

.ustruck-sidebar-menu a,
.ustruck-sidebar-cats a {
	display: block;
	padding: 0.55rem 0;
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none !important;
	font-size: 0.875rem;
	font-weight: 500;
	transition: color 0.2s ease, padding-left 0.2s ease;
	border-left: 2px solid transparent;
	padding-left: 0.35rem;
	margin-left: -0.35rem;
}

.ustruck-sidebar-menu a:hover,
.ustruck-sidebar-cats a:hover {
	color: var(--ustruck-gold) !important;
	padding-left: 0.5rem;
	border-left-color: var(--ustruck-gold);
}

.ustruck-sidebar-cta-block {
	background: linear-gradient(180deg, rgba(201, 162, 39, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
	border-radius: var(--ustruck-radius-sm);
	padding: var(--space-md);
	text-align: center;
	border: 1px solid rgba(201, 162, 39, 0.25);
}

.ustruck-sidebar-cta-block::before {
	display: none;
}

.ustruck-sidebar-cta-text {
	margin: 0 0 var(--space-sm);
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
}

.ustruck-sidebar-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.65rem var(--space-md);
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-black) !important;
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: var(--ustruck-radius-btn);
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: 0 6px 20px rgba(201, 162, 39, 0.25);
}

.ustruck-sidebar-cta-btn:hover {
	background: var(--ustruck-gold-light) !important;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	#secondary.widget-area.ustruck-sidebar-lux {
		padding-left: var(--space-md);
		padding-right: var(--space-md);
		margin-top: var(--space-lg);
	}
}

/* ========== Личный кабинет WooCommerce (залогинен) ========== */
/* Фон страницы - глобальный синий; здесь только отступы контента */
body.ustruck-account-logged-in .site-content {
	padding-top: var(--space-xl);
	padding-bottom: var(--space-4xl);
}

/* Одна строка: аккаунт слева + премиум-сайдбар справа (без огромного зазора снизу) */
body.ustruck-account-logged-in .site-content .col-full {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: var(--space-lg) var(--space-xl);
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--space-md);
	padding-right: var(--space-md);
	box-sizing: border-box;
}

body.ustruck-account-logged-in .site-content .col-full::after {
	display: none;
	content: none;
}

/* Заголовок страницы / крошки на всю ширину над колонками */
body.ustruck-account-logged-in .site-content .col-full > .woocommerce-breadcrumb,
body.ustruck-account-logged-in .site-content .col-full > .storefront-breadcrumb,
body.ustruck-account-logged-in .site-content .col-full > header.entry-header,
body.ustruck-account-logged-in .site-content .col-full > .page-header {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

body.ustruck-account-logged-in #primary.content-area {
	flex: 1 1 520px;
	min-width: 0;
	width: auto;
	max-width: 100%;
	float: none;
	margin: 0;
}

body.ustruck-account-logged-in #secondary.widget-area.ustruck-sidebar-lux {
	flex: 0 0 min(300px, 100%);
	width: min(300px, 100%);
	max-width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	align-self: flex-start;
	position: relative;
	top: 0;
}

body.ustruck-account-logged-in .site-main {
	margin-bottom: 0;
}

body.ustruck-account-logged-in .woocommerce {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(248px, 288px) minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
}

body.ustruck-account-logged-in .woocommerce-notices-wrapper,
body.ustruck-account-logged-in .woocommerce > .woocommerce-notices {
	grid-column: 1 / -1;
}

/* Оболочка левого меню: карта как у премиум-сайдбара */
body.ustruck-account-logged-in .ustruck-account-nav-shell {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: sticky;
	top: calc(var(--space-md) + 0.75rem);
	background: linear-gradient(165deg, #1e293b 0%, var(--ustruck-navy-soft) 42%, #0a0f18 100%);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

body.ustruck-account-logged-in .ustruck-account-nav-shell::before {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(90deg, transparent 8%, var(--ustruck-gold) 50%, transparent 92%);
	opacity: 0.95;
}

body.ustruck-account-logged-in .ustruck-account-nav-label {
	padding: var(--space-md) var(--space-lg) var(--space-sm);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(201, 162, 39, 0.95);
	font-family: var(--ustruck-font-body);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	margin: 0;
	padding: var(--space-md) var(--space-md) var(--space-lg);
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	position: static;
	top: auto;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: var(--space-xs) 0 0;
	list-style: none;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	border: none;
	padding: 0 2px 2px 0;
	box-sizing: border-box;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: var(--space-md);
	padding-top: var(--space-md);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 2.85rem;
	padding: 0.75rem 1.1rem 0.75rem 1rem;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	border: none;
	border-radius: 10px;
	border-left: 3px solid transparent;
	box-sizing: border-box;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li a::before {
	font-size: 1rem;
	line-height: 1;
	opacity: 0.75;
	flex-shrink: 0;
	width: 1.25rem;
	text-align: center;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "◆";
	font-size: 0.65rem;
	opacity: 0.9;
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--orders a::before {
	content: "▣";
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "↓";
	font-weight: 700;
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "⌂";
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "◎";
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--payment-methods a::before {
	content: "◇";
}
body.ustruck-account-logged-in .woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "→";
	font-size: 0.75rem;
	opacity: 0.55;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: var(--ustruck-gold-light) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
	background: rgba(201, 162, 39, 0.14);
	color: var(--ustruck-gold-light) !important;
	border-left: 3px solid var(--ustruck-gold);
	box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.22);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 0.8125rem;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: #fecaca !important;
	background: rgba(239, 68, 68, 0.1);
	border-left-color: transparent;
	box-shadow: none;
}

/* Пустой дашборд: компактнее, без лишнего воздуха сверху */
body.ustruck-account-is-dashboard .woocommerce-MyAccount-content {
	padding-top: var(--space-md);
	min-height: 0;
}

/* Форма billing/shipping - модальное окно поверх кабинета */
body.ustruck-account-address-modal {
	overflow: hidden;
}

.ustruck-address-modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 99990;
	background: rgba(5, 8, 14, 0.86);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
}

body.ustruck-account-address-modal .site-header,
body.ustruck-account-address-modal .site-footer {
	position: relative;
	z-index: 99988;
}

body.ustruck-account-address-modal .woocommerce-MyAccount-content {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important;
	width: min(560px, calc(100vw - 2rem)) !important;
	max-width: 100% !important;
	max-height: min(92vh, 880px) !important;
	margin: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	z-index: 99995 !important;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

body.ustruck-account-address-modal .ustruck-account-nav-shell,
body.ustruck-account-address-modal #secondary.widget-area {
	opacity: 0.25;
	pointer-events: none;
	filter: grayscale(0.3);
}

.ustruck-address-modal-toolbar {
	position: sticky;
	top: 0;
	z-index: 2;
	margin: calc(-1 * var(--space-lg)) calc(-1 * var(--space-xl)) var(--space-md);
	margin-bottom: var(--space-md);
	padding: var(--space-sm) var(--space-md);
	background: linear-gradient(180deg, rgba(13, 18, 25, 0.98) 0%, rgba(13, 18, 25, 0.92) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ustruck-radius) var(--ustruck-radius) 0 0;
}

body.ustruck-account-address-modal .ustruck-address-modal-toolbar {
	margin: calc(-1 * clamp(var(--space-md), 2.5vw, var(--space-xl))) calc(-1 * clamp(var(--space-md), 3vw, var(--space-xl))) var(--space-md);
	padding: var(--space-md);
}

.ustruck-address-modal-close {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--ustruck-gold-light) !important;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none !important;
	border-bottom: none !important;
	transition: color 0.2s ease;
}

.ustruck-address-modal-close:hover {
	color: var(--ustruck-gold) !important;
}

@media (max-width: 600px) {
	body.ustruck-account-address-modal .woocommerce-MyAccount-content {
		width: calc(100vw - 1.25rem) !important;
		max-height: 94vh !important;
		border-radius: 12px !important;
	}
}

/* Карточка контента: люксовая тёмная подложка (не «тупо белая») */
body.ustruck-account-logged-in .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	margin: 0;
	padding: clamp(var(--space-md), 2.5vw, var(--space-xl)) clamp(var(--space-md), 3vw, var(--space-xl));
	box-sizing: border-box;
	min-height: 320px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(
		165deg,
		rgba(36, 48, 68, 0.55) 0%,
		var(--ustruck-navy-soft) 38%,
		#0d1219 100%
	);
	border-radius: var(--ustruck-radius);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Поверх базовой карточки - форма адреса остаётся fixed (см. блок выше) */
body.ustruck-account-address-modal.ustruck-account-logged-in .woocommerce-MyAccount-content {
	position: fixed !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 5%, var(--ustruck-gold) 50%, transparent 95%);
	opacity: 0.9;
	pointer-events: none;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content > :last-child {
	margin-bottom: 0;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content h2,
body.ustruck-account-logged-in .woocommerce-MyAccount-content h3 {
	font-family: var(--ustruck-font-body);
	color: var(--ustruck-white);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: var(--space-lg);
	margin-bottom: var(--space-sm);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content h2:first-child,
body.ustruck-account-logged-in .woocommerce-MyAccount-content h3:first-child {
	margin-top: 0;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content p,
body.ustruck-account-logged-in .woocommerce-MyAccount-content li {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9375rem;
	line-height: 1.65;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-button):not(.wp-element-button) {
	color: var(--ustruck-gold-light);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 162, 39, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content a:not(.button):not(.woocommerce-button):not(.wp-element-button):hover {
	color: var(--ustruck-gold);
	border-bottom-color: var(--ustruck-gold);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content label,
body.ustruck-account-logged-in .woocommerce-MyAccount-content .form-row label {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-message,
body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-info,
body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-error {
	border-radius: var(--ustruck-radius-sm);
	border-left-width: 4px;
	padding: var(--space-sm) var(--space-md);
	margin-bottom: var(--space-md);
	background: rgba(0, 0, 0, 0.25) !important;
	color: rgba(255, 255, 255, 0.92) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-message {
	border-left-color: var(--ustruck-gold) !important;
}
body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-info {
	border-left-color: rgba(96, 165, 250, 0.9) !important;
}
body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-error {
	border-left-color: #f87171 !important;
}

body.ustruck-account-logged-in .woocommerce-orders-table,
body.ustruck-account-logged-in .woocommerce-table--order-details {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--ustruck-radius-sm);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.875rem;
}

body.ustruck-account-logged-in .woocommerce-orders-table thead th,
body.ustruck-account-logged-in .woocommerce-table--order-details thead th {
	background: linear-gradient(180deg, #1a2332 0%, #111827 100%);
	color: rgba(255, 255, 255, 0.95);
	font-weight: 600;
	padding: var(--space-sm) var(--space-md);
	text-align: left;
	border: none;
}

body.ustruck-account-logged-in .woocommerce-orders-table tbody td,
body.ustruck-account-logged-in .woocommerce-table--order-details tbody td,
body.ustruck-account-logged-in .woocommerce-orders-table tbody th {
	padding: var(--space-sm) var(--space-md);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.9);
}

body.ustruck-account-logged-in .woocommerce-orders-table tbody tr:nth-child(even) td,
body.ustruck-account-logged-in .woocommerce-orders-table tbody tr:nth-child(even) th,
body.ustruck-account-logged-in .woocommerce-table--order-details tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.06);
}

body.ustruck-account-logged-in .woocommerce-orders-table tbody tr:last-child td,
body.ustruck-account-logged-in .woocommerce-orders-table tbody tr:last-child th {
	border-bottom: none;
}

body.ustruck-account-logged-in .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
	padding: 0.4rem 0.85rem !important;
	min-height: auto;
	font-size: 0.8125rem !important;
}

body.ustruck-account-logged-in .woocommerce-customer-details address,
body.ustruck-account-logged-in .woocommerce-columns--addresses address {
	font-style: normal;
	padding: var(--space-md);
	background: rgba(0, 0, 0, 0.22);
	border-radius: var(--ustruck-radius-sm);
	border: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

body.ustruck-account-logged-in .woocommerce-Address-title.title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	margin-bottom: var(--space-md);
}

body.ustruck-account-logged-in .woocommerce-Address-title.title h3 {
	margin: 0;
	color: var(--ustruck-white);
}

body.ustruck-account-logged-in .u-column1,
body.ustruck-account-logged-in .u-column2 {
	margin-bottom: var(--space-lg);
}

body.ustruck-account-logged-in .woocommerce-address-fields .form-row input.input-text,
body.ustruck-account-logged-in .woocommerce-address-fields .form-row select,
body.ustruck-account-logged-in .woocommerce-EditAccountForm input.input-text,
body.ustruck-account-logged-in .woocommerce-EditAccountForm select,
body.ustruck-account-logged-in .woocommerce-MyAccount-content textarea {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--ustruck-radius-btn);
	padding: 0.65rem 0.85rem;
	font-size: 0.9375rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.95);
}

body.ustruck-account-logged-in .woocommerce-address-fields .form-row input.input-text::placeholder,
body.ustruck-account-logged-in .woocommerce-EditAccountForm input.input-text::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

body.ustruck-account-logged-in .woocommerce-address-fields .form-row input.input-text:focus,
body.ustruck-account-logged-in .woocommerce-EditAccountForm input.input-text:focus,
body.ustruck-account-logged-in .woocommerce-MyAccount-content textarea:focus {
	border-color: var(--ustruck-gold);
	box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.22);
	outline: none;
}

body.ustruck-account-logged-in .woocommerce-EditAccountForm fieldset {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--ustruck-radius-sm);
	padding: var(--space-md);
	margin: var(--space-lg) 0;
	background: rgba(0, 0, 0, 0.15);
}

body.ustruck-account-logged-in .woocommerce-EditAccountForm fieldset legend {
	padding: 0 var(--space-xs);
	font-weight: 600;
	color: var(--ustruck-gold-light);
}

body.ustruck-account-logged-in .woocommerce-order-details__title,
body.ustruck-account-logged-in .woocommerce-column__title {
	font-size: 1.125rem;
	margin-bottom: var(--space-md);
	color: var(--ustruck-white);
}

body.ustruck-account-page .woocommerce-breadcrumb.ustruck-breadcrumb,
body.ustruck-account-page nav.woocommerce-breadcrumb {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--space-md);
	padding-right: var(--space-md);
	margin-bottom: var(--space-md);
	font-size: 0.8125rem;
}

/* Личный кабинет (гость): светлая «таблетка» на общем фоне */
body.ustruck-account-page:not(.ustruck-account-logged-in) .woocommerce-breadcrumb.ustruck-breadcrumb,
body.ustruck-account-page:not(.ustruck-account-logged-in) nav.woocommerce-breadcrumb {
	color: var(--ustruck-text-light);
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(15, 23, 42, 0.12);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 4px 20px rgba(0, 0, 0, 0.08);
}
body.ustruck-account-page:not(.ustruck-account-logged-in) .woocommerce-breadcrumb.ustruck-breadcrumb .ustruck-breadcrumb-sep,
body.ustruck-account-page:not(.ustruck-account-logged-in) nav.woocommerce-breadcrumb .ustruck-breadcrumb-sep {
	color: rgba(15, 23, 42, 0.35);
}
body.ustruck-account-page:not(.ustruck-account-logged-in) .woocommerce-breadcrumb.ustruck-breadcrumb a,
body.ustruck-account-page:not(.ustruck-account-logged-in) nav.woocommerce-breadcrumb a {
	color: var(--ustruck-navy);
	text-decoration: none;
}
body.ustruck-account-page:not(.ustruck-account-logged-in) .woocommerce-breadcrumb.ustruck-breadcrumb a:hover,
body.ustruck-account-page:not(.ustruck-account-logged-in) nav.woocommerce-breadcrumb a:hover {
	color: var(--ustruck-gold);
}

/* ЛК авторизован: как глобальные крошки на тёмном фоне */
body.ustruck-account-page.ustruck-account-logged-in .woocommerce-breadcrumb.ustruck-breadcrumb,
body.ustruck-account-page.ustruck-account-logged-in nav.woocommerce-breadcrumb {
	background: linear-gradient(145deg, rgba(0, 0, 0, 0.28) 0%, rgba(15, 23, 42, 0.45) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 4px 20px rgba(0, 0, 0, 0.18);
}
body.ustruck-account-page.ustruck-account-logged-in .woocommerce-breadcrumb.ustruck-breadcrumb .ustruck-breadcrumb-sep,
body.ustruck-account-page.ustruck-account-logged-in nav.woocommerce-breadcrumb .ustruck-breadcrumb-sep {
	color: rgba(255, 255, 255, 0.45);
}

/* На тёмном фоне аккаунта - светлые крошки */
body.ustruck-account-logged-in .woocommerce-breadcrumb {
	color: rgba(255, 255, 255, 0.55);
}
body.ustruck-account-logged-in .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.92);
}
body.ustruck-account-logged-in .woocommerce-breadcrumb a:hover {
	color: var(--ustruck-gold);
}

body.ustruck-account-logged-in .entry-header .entry-title,
body.ustruck-account-logged-in .page-header .page-title,
body.ustruck-account-logged-in .woocommerce-products-header__title {
	color: var(--ustruck-white);
}

body.ustruck-account-logged-in .woocommerce-order-overview {
	list-style: none;
	margin: 0 0 var(--space-lg);
	padding: var(--space-md) var(--space-lg);
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.28) 0%, rgba(26, 35, 50, 0.5) 100%);
	border-radius: var(--ustruck-radius-sm);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-md) var(--space-xl);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
body.ustruck-account-logged-in .woocommerce-order-overview li {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.88);
}
body.ustruck-account-logged-in .woocommerce-order-overview li strong {
	display: block;
	font-size: 0.6875rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.45);
	font-weight: 600;
	margin-bottom: 0.25rem;
}

body.ustruck-account-logged-in .woocommerce-table--order-details tfoot th,
body.ustruck-account-logged-in .woocommerce-table--order-details tfoot td {
	background: rgba(0, 0, 0, 0.28);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.ustruck-account-logged-in .order-again {
	margin-top: var(--space-md);
}

body.ustruck-account-logged-in .woocommerce-order-downloads {
	margin-top: var(--space-lg);
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content mark.order-status {
	background: rgba(201, 162, 39, 0.16);
	color: var(--ustruck-gold-light);
	border: 1px solid rgba(201, 162, 39, 0.35);
	padding: 0.2rem 0.55rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
}

body.ustruck-account-logged-in .woocommerce-MyAccount-content .button,
body.ustruck-account-logged-in .woocommerce-MyAccount-content .woocommerce-button {
	border-bottom: none !important;
}

@media (min-width: 901px) {
	body.ustruck-account-logged-in .ustruck-sidebar-inner {
		position: sticky;
		top: calc(var(--space-md) + 0.75rem);
	}
}

@media (max-width: 900px) {
	body.ustruck-account-logged-in .site-content .col-full {
		flex-direction: column;
		align-items: stretch;
	}
	body.ustruck-account-logged-in #secondary.widget-area.ustruck-sidebar-lux {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
	}
	body.ustruck-account-logged-in .woocommerce {
		grid-template-columns: 1fr;
		gap: var(--space-md);
	}
	body.ustruck-account-logged-in .ustruck-account-nav-shell {
		position: relative;
		top: auto;
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		padding: 0;
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li {
		flex: 1 1 auto;
		min-width: 44%;
		border-bottom: none;
		border-right: 1px solid rgba(255, 255, 255, 0.06);
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li a {
		padding: 0.65rem 0.5rem;
		min-height: 2.75rem;
		text-align: center;
		font-size: 0.72rem;
		line-height: 1.25;
		border-left: none;
		border-bottom: 3px solid transparent;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.25rem;
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li a::before {
		display: block;
		width: 100%;
		margin-bottom: 0.15rem;
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
		border-left: none;
		border-bottom-color: var(--ustruck-gold);
		box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.2);
	}
	body.ustruck-account-logged-in .woocommerce-MyAccount-content {
		padding: var(--space-md);
	}
}

@media (max-width: 600px) {
	body.ustruck-account-logged-in .woocommerce-orders-table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Страница входа / регистрации на том же URL (не залогинен) - тот же синий фон + тёмная карточка */
body.ustruck-account-page:not(.logged-in) .site-content {
	background: transparent;
	padding-top: var(--space-2xl);
	padding-bottom: var(--space-4xl);
}
body.ustruck-account-page:not(.logged-in) .woocommerce {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	padding: var(--space-xl) var(--space-lg);
	background: linear-gradient(165deg, rgba(30, 41, 59, 0.6) 0%, var(--ustruck-navy-soft) 45%, #0d1219 100%);
	border-radius: var(--ustruck-radius);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
}
body.ustruck-account-page:not(.logged-in) .woocommerce h2 {
	font-family: var(--ustruck-font-body);
	color: var(--ustruck-white);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: var(--space-md);
	text-align: center;
}
body.ustruck-account-page:not(.logged-in) .woocommerce-form-login .form-row input.input-text {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--ustruck-radius-btn);
	padding: 0.65rem 0.85rem;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.95);
}
body.ustruck-account-page:not(.logged-in) .woocommerce-form-login .form-row label {
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.75);
}

.ustruck-text-center { text-align: center; }

/* ========== Scroll animations (KingFleet-style) ========== */
.ustruck-animate {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.ustruck-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.ustruck-animate-delay-1 { transition-delay: 0.1s; }
.ustruck-animate-delay-2 { transition-delay: 0.2s; }
.ustruck-animate-delay-3 { transition-delay: 0.3s; }
.ustruck-animate-delay-4 { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
	.ustruck-animate {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ========== DRC Radial Tires - brand landing (page-drc-radial-tires.php) ========== */
body.ustruck-drc-brand-page .site-content .col-full {
	max-width: 1200px;
}

body.ustruck-drc-brand-page:not(.home) .site-main.ustruck-drc-brand-page {
	padding-top: var(--space-lg);
	padding-bottom: var(--space-3xl);
}

.ustruck-drc-brand__header {
	text-align: center;
	margin-bottom: var(--space-xl);
}

.ustruck-drc-brand__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin: 0 0 var(--space-xs);
}

.ustruck-drc-brand__title {
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 700;
	color: var(--ustruck-white);
	margin: 0 0 var(--space-sm);
}

.ustruck-drc-brand__subtitle {
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 var(--space-md);
}

.ustruck-drc-brand__intro {
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.ustruck-drc-brand__empty {
	text-align: center;
	color: rgba(255, 255, 255, 0.55);
	padding: var(--space-xl);
}

.ustruck-drc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: var(--space-lg);
	align-items: stretch;
}

.ustruck-drc-card {
	background: linear-gradient(165deg, rgba(0, 0, 0, 0.28) 0%, rgba(15, 23, 42, 0.45) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	overflow: hidden;
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	display: flex;
	flex-direction: column;
}

.ustruck-drc-card__visual {
	position: relative;
	aspect-ratio: 1 / 1;
	background: rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.ustruck-drc-card__imglink {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.ustruck-drc-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ustruck-drc-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(5, 8, 14, 0.45);
	opacity: 0;
	transition: opacity 0.22s ease;
	pointer-events: none;
}

.ustruck-drc-card__imglink:hover .ustruck-drc-card__overlay,
.ustruck-drc-card__imglink:focus-visible .ustruck-drc-card__overlay {
	opacity: 1;
}

.ustruck-drc-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1rem;
	font-size: 0.8125rem;
	font-weight: 700;
	border-radius: var(--ustruck-radius-btn);
	background: var(--ustruck-gold);
	color: var(--ustruck-navy);
	pointer-events: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.ustruck-drc-card__body {
	padding: var(--space-md);
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.35rem;
}

.ustruck-drc-card__name {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.ustruck-drc-card__name a {
	color: var(--ustruck-white);
	text-decoration: none;
}

.ustruck-drc-card__name a:hover {
	color: var(--ustruck-gold);
}

.ustruck-drc-card__sku {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin: 0;
}

.ustruck-drc-card__stock {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.ustruck-drc-card__actions {
	margin-top: auto;
	padding-top: var(--space-sm);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-sm);
}

.ustruck-drc-card__btn.button {
	margin: 0;
	font-size: 0.8125rem !important;
	padding: 0.45rem 0.85rem !important;
	border-radius: var(--ustruck-radius-btn) !important;
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-navy) !important;
	border: none !important;
}

.ustruck-drc-card__link {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ustruck-drc-card__link:hover {
	color: var(--ustruck-gold);
}

/* ========== Production fixes: cart clickability + four-column tire grids ========== */
body.woocommerce-cart #ustruck-mini-cart-backdrop,
body.woocommerce-cart #ustruck-mini-cart-panel,
body.ustruck-on-cart-page #ustruck-mini-cart-backdrop,
body.ustruck-on-cart-page #ustruck-mini-cart-panel,
body:has(.woocommerce-cart-form) #ustruck-mini-cart-backdrop,
body:has(.woocommerce-cart-form) #ustruck-mini-cart-panel,
body:has(.wc-block-cart) #ustruck-mini-cart-backdrop,
body:has(.wc-block-cart) #ustruck-mini-cart-panel,
body:has(.wp-block-woocommerce-cart) #ustruck-mini-cart-backdrop,
body:has(.wp-block-woocommerce-cart) #ustruck-mini-cart-panel {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

body.woocommerce-cart.ustruck-mini-cart-open,
body.ustruck-on-cart-page.ustruck-mini-cart-open,
body:has(.woocommerce-cart-form).ustruck-mini-cart-open,
body:has(.wc-block-cart).ustruck-mini-cart-open,
body:has(.wp-block-woocommerce-cart).ustruck-mini-cart-open {
	overflow: auto !important;
}

body.woocommerce-cart .site-content,
body.woocommerce-cart .site-main,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart ul.products,
body.woocommerce-cart ul.products li.product,
body.woocommerce-cart ul.products li.product a,
body.woocommerce-cart ul.products li.product .button,
body.ustruck-on-cart-page .site-content,
body.ustruck-on-cart-page .site-main,
body.ustruck-on-cart-page .woocommerce,
body.ustruck-on-cart-page ul.products,
body.ustruck-on-cart-page ul.products li.product,
body.ustruck-on-cart-page ul.products li.product a,
body.ustruck-on-cart-page ul.products li.product .button {
	pointer-events: auto !important;
}

body.woocommerce-shop ul.products li.product,
body.woocommerce-shop ul.products li.product a,
body.woocommerce-shop ul.products li.product .button,
body.ustruck-wc-catalog ul.products li.product,
body.ustruck-wc-catalog ul.products li.product a,
body.ustruck-wc-catalog ul.products li.product .button {
	pointer-events: auto !important;
}

@media (min-width: 1024px) {
	body.woocommerce-page ul.products,
	body.woocommerce ul.products,
	body.post-type-archive-product ul.products,
	body.woocommerce-shop ul.products,
	body.ustruck-wc-catalog ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products,
	body.tax-ustruck_product_brand ul.products,
	.ustruck-products-wrap ul.products,
	.ustruck-products-wrap > .woocommerce > ul.products {
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: var(--space-lg) !important;
	}

	body.woocommerce-page ul.products::before,
	body.woocommerce-page ul.products::after,
	body.woocommerce ul.products::before,
	body.woocommerce ul.products::after {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-page ul.products li.product,
	body.woocommerce ul.products li.product,
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product,
	body.tax-product_tag ul.products li.product,
	body.tax-ustruck_product_brand ul.products li.product,
	.ustruck-products-wrap ul.products li.product {
		float: none !important;
		clear: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.ustruck-drc-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: var(--space-lg) !important;
	}

	.ustruck-drc-brand__name,
	.ustruck-drc-card__name,
	body.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 0.9rem;
		line-height: 1.28;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.woocommerce-page ul.products,
	body.woocommerce ul.products,
	body.post-type-archive-product ul.products,
	body.woocommerce-shop ul.products,
	body.ustruck-wc-catalog ul.products,
	.ustruck-products-wrap ul.products,
	.ustruck-drc-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: var(--space-lg) !important;
	}

	body.woocommerce-page ul.products li.product,
	body.woocommerce ul.products li.product {
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin: 0 !important;
	}
}

/* Shop / category: DRC-style cards; WC shop page = body.woocommerce-shop (+ ustruck-wc-catalog) */
:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) .site-content .col-full,
body.tax-product_cat .site-content .col-full,
body.tax-product_tag .site-content .col-full,
body.tax-ustruck_product_brand .site-content .col-full {
	max-width: 1200px;
}

/* Панель сортировки / счётчик (обёртка woocommerce_before_shop_loop в functions.php) */
.ustruck-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	margin: 0 0 var(--space-lg);
	padding: 0.55rem 0.65rem;
	background: linear-gradient(165deg, rgba(0, 0, 0, 0.28) 0%, rgba(15, 23, 42, 0.55) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 12px 36px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.ustruck-shop-toolbar .storefront-sorting {
	flex: 1 1 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	min-width: 0;
	width: 100%;
}
.ustruck-shop-toolbar .woocommerce-result-count {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
.ustruck-shop-toolbar form.woocommerce-ordering {
	margin: 0;
}
.ustruck-shop-toolbar .woocommerce-ordering select,
.ustruck-shop-toolbar select.orderby {
	appearance: none;
	-webkit-appearance: none;
	min-width: min(100%, 13.5rem);
	padding: 0.42rem 2.25rem 0.42rem 0.75rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background-color: rgba(0, 0, 0, 0.22);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c9a227' d='M1 1.5L6 6l5-4.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.65rem center;
	background-size: 12px 8px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
}
.ustruck-shop-toolbar .woocommerce-ordering select:focus,
.ustruck-shop-toolbar select.orderby:focus {
	outline: none;
	border-color: rgba(201, 162, 39, 0.55);
	box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.18);
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.tax-ustruck_product_brand ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--space-lg) !important;
	align-items: stretch;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products::before,
:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after,
body.tax-ustruck_product_brand ul.products::before,
body.tax-ustruck_product_brand ul.products::after {
	display: none !important;
	content: none !important;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.tax-ustruck_product_brand ul.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	background: linear-gradient(165deg, rgba(0, 0, 0, 0.28) 0%, rgba(15, 23, 42, 0.45) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 14px !important;
	overflow: hidden;
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	display: flex !important;
	flex-direction: column;
	position: relative;
	z-index: 0;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-ustruck_product_brand ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none !important;
	color: inherit;
	border-bottom: 0 !important;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img,
body.tax-ustruck_product_brand ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	height: auto !important;
	object-fit: cover;
	display: block;
	margin: 0 !important;
	background: rgba(0, 0, 0, 0.35);
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.tax-ustruck_product_brand ul.products li.product .woocommerce-loop-product__title {
	color: var(--ustruck-white) !important;
	font-size: 0.9375rem !important;
	font-weight: 700;
	line-height: 1.35 !important;
	margin: var(--space-md) var(--space-md) 0.35rem !important;
	padding: 0 !important;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price,
body.tax-ustruck_product_brand ul.products li.product .price {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 0.875rem !important;
	font-weight: 600;
	margin: 0 var(--space-md) var(--space-sm) !important;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product .ustruck-shop-card__actions,
body.tax-product_cat ul.products li.product .ustruck-shop-card__actions,
body.tax-product_tag ul.products li.product .ustruck-shop-card__actions,
body.tax-ustruck_product_brand ul.products li.product .ustruck-shop-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
	padding: 0 var(--space-md) var(--space-md);
	position: relative;
	z-index: 5;
	pointer-events: auto;
}

:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.tax-ustruck_product_brand ul.products li.product .button {
	align-self: center;
	margin: 0 !important;
	font-size: 0.8125rem !important;
	padding: 0.45rem 0.85rem !important;
	min-height: 0 !important;
	border-radius: var(--ustruck-radius-btn) !important;
	background: var(--ustruck-gold) !important;
	color: var(--ustruck-navy) !important;
	border: none !important;
	position: relative;
	z-index: 6;
	pointer-events: auto !important;
	cursor: pointer;
}

.ustruck-shop-card__details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 700;
	border-radius: var(--ustruck-radius-btn);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
	position: relative;
	z-index: 6;
	pointer-events: auto !important;
}
.ustruck-shop-card__details:hover,
.ustruck-shop-card__details:focus-visible {
	border-color: rgba(201, 162, 39, 0.55);
	color: var(--ustruck-gold-light) !important;
	background: rgba(255, 255, 255, 0.04);
	outline: none;
}

@media (max-width: 1023px) {
	:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products,
	body.tax-ustruck_product_brand ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	:is(body.post-type-archive-product, body.woocommerce-shop, body.ustruck-wc-catalog) ul.products,
	body.tax-product_cat ul.products,
	body.tax-product_tag ul.products,
	body.tax-ustruck_product_brand ul.products {
		grid-template-columns: 1fr !important;
	}
	.ustruck-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.ustruck-shop-toolbar .storefront-sorting {
		flex-direction: column;
		align-items: stretch;
	}
	.ustruck-shop-toolbar .woocommerce-ordering select,
	.ustruck-shop-toolbar select.orderby {
		width: 100%;
	}
}

/* WooCommerce Blocks checkout: native select wrappers need the same dark treatment as inputs. */
body.woocommerce-checkout:not(.home) .wc-block-components-text-input input,
body.ustruck-on-checkout-page .wc-block-components-text-input input,
body.woocommerce-checkout:not(.home) .wc-block-components-combobox .components-combobox-control__input,
body.ustruck-on-checkout-page .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout:not(.home) .wc-block-components-combobox .components-base-control__field,
body.ustruck-on-checkout-page .wc-block-components-combobox .components-base-control__field,
body.woocommerce-checkout:not(.home) .wc-block-components-select .wc-block-components-select__container,
body.ustruck-on-checkout-page .wc-block-components-select .wc-block-components-select__container,
body.woocommerce-checkout:not(.home) .wc-block-components-select select,
body.ustruck-on-checkout-page .wc-block-components-select select,
body.woocommerce-checkout:not(.home) .wc-block-components-country-input,
body.ustruck-on-checkout-page .wc-block-components-country-input,
body.woocommerce-checkout:not(.home) .wc-block-components-state-input,
body.ustruck-on-checkout-page .wc-block-components-state-input {
	background: rgba(0, 0, 0, 0.25) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.woocommerce-checkout:not(.home) .wc-block-components-combobox .components-base-control__field,
body.ustruck-on-checkout-page .wc-block-components-combobox .components-base-control__field,
body.woocommerce-checkout:not(.home) .wc-block-components-select .wc-block-components-select__container,
body.ustruck-on-checkout-page .wc-block-components-select .wc-block-components-select__container {
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
}

body.woocommerce-checkout:not(.home) .wc-block-components-text-input label,
body.ustruck-on-checkout-page .wc-block-components-text-input label,
body.woocommerce-checkout:not(.home) .wc-block-components-combobox label,
body.ustruck-on-checkout-page .wc-block-components-combobox label,
body.woocommerce-checkout:not(.home) .wc-block-components-select label,
body.ustruck-on-checkout-page .wc-block-components-select label,
body.woocommerce-checkout:not(.home) .wc-block-components-address-form label,
body.ustruck-on-checkout-page .wc-block-components-address-form label {
	color: rgba(255, 255, 255, 0.72) !important;
}

body.woocommerce-checkout:not(.home) .wc-block-components-combobox svg,
body.ustruck-on-checkout-page .wc-block-components-combobox svg,
body.woocommerce-checkout:not(.home) .wc-block-components-select svg,
body.ustruck-on-checkout-page .wc-block-components-select svg {
	fill: rgba(255, 255, 255, 0.78) !important;
	color: rgba(255, 255, 255, 0.78) !important;
}

/* Country / State: WebKit рисует светлый фон у <select>, пока не сброшен appearance; контейнер Blocks тоже может быть белым. */
body.woocommerce-checkout:not(.home) .wc-block-checkout,
body.ustruck-on-checkout-page .wc-block-checkout,
body.ustruck-checkout-is-block .wc-block-checkout {
	color-scheme: dark;
}

body.woocommerce-checkout:not(.home) .wc-block-components-select .wc-block-components-select__container,
body.ustruck-on-checkout-page .wc-block-components-select .wc-block-components-select__container,
body.ustruck-checkout-is-block .wc-block-components-select .wc-block-components-select__container {
	background: rgba(0, 0, 0, 0.25) !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.woocommerce-checkout:not(.home) .wc-block-components-select select,
body.woocommerce-checkout:not(.home) .wc-block-components-select__select,
body.ustruck-on-checkout-page .wc-block-components-select select,
body.ustruck-on-checkout-page .wc-block-components-select__select,
body.ustruck-checkout-is-block .wc-block-components-select select,
body.ustruck-checkout-is-block .wc-block-components-select__select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.95) !important;
	min-height: 46px;
	padding: 0.65rem 2.35rem 0.65rem 0.9rem !important;
}

body.woocommerce-checkout:not(.home) .wc-block-checkout select:not(.wc-block-components-select__select),
body.ustruck-on-checkout-page .wc-block-checkout select:not(.wc-block-components-select__select),
body.ustruck-checkout-is-block .wc-block-checkout select:not(.wc-block-components-select__select) {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d4d4d8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.65rem center !important;
	background-size: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 12px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
	color: rgba(255, 255, 255, 0.95) !important;
	padding-right: 2.35rem !important;
}

/* Классический шорткод-чекаут: те же нативные select (страна / штат). */
body.woocommerce-checkout:not(.home) .woocommerce form .form-row select,
body.ustruck-on-checkout-page .woocommerce form .form-row select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d4d4d8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.65rem center !important;
	background-size: 14px !important;
	padding-right: 2.35rem !important;
}

/* Quick shop (homepage) modal */
.ustruck-quick-shop-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100125;
	background: rgba(5, 8, 14, 0.55);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
body.ustruck-quick-shop-open .ustruck-quick-shop-backdrop {
	display: block;
}
body.ustruck-quick-shop-open {
	overflow: hidden;
}

#ustruck-quick-shop-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100130;
	place-items: center;
	padding: clamp(0.55rem, 3.2vw, 0.85rem);
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.18s ease, visibility 0.18s ease;
}
body.ustruck-quick-shop-open #ustruck-quick-shop-modal {
	display: grid;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Открыта модалка — плавающая кнопка не перекрывает Buy / Add to cart */
body.ustruck-quick-shop-open .ustruck-floating-shop-trigger {
	z-index: 100080 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* Корзина / чекаут: контент с огромным z-index — модалка Quick Buy выше триггера */
body.woocommerce-cart .ustruck-floating-shop-trigger,
body.woocommerce-checkout .ustruck-floating-shop-trigger,
body.ustruck-on-cart-page .ustruck-floating-shop-trigger,
body.ustruck-on-checkout-page .ustruck-floating-shop-trigger {
	z-index: 600000;
}
body.woocommerce-cart.ustruck-quick-shop-open .ustruck-quick-shop-backdrop,
body.woocommerce-checkout.ustruck-quick-shop-open .ustruck-quick-shop-backdrop,
body.ustruck-on-cart-page.ustruck-quick-shop-open .ustruck-quick-shop-backdrop,
body.ustruck-on-checkout-page.ustruck-quick-shop-open .ustruck-quick-shop-backdrop {
	z-index: 600030;
}
body.woocommerce-cart.ustruck-quick-shop-open #ustruck-quick-shop-modal,
body.woocommerce-checkout.ustruck-quick-shop-open #ustruck-quick-shop-modal,
body.ustruck-on-cart-page.ustruck-quick-shop-open #ustruck-quick-shop-modal,
body.ustruck-on-checkout-page.ustruck-quick-shop-open #ustruck-quick-shop-modal {
	z-index: 600040;
}

.ustruck-quick-shop-shell {
	width: min(720px, calc(100vw - 1rem));
	max-height: calc(min(88dvh, 900px) + 12px);
	max-height: calc(min(88vh, 900px) + 12px);
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 0;
	scrollbar-gutter: stable;
	scrollbar-width: none;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	background: linear-gradient(165deg, #1e293b 0%, #0f172a 55%, #0a0f18 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	box-shadow:
		0 18px 60px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.92);
	padding:
		calc(0.68rem + env(safe-area-inset-top, 0px))
		calc(0.74rem + env(safe-area-inset-right, 0px))
		calc(0.72rem + env(safe-area-inset-bottom, 0px))
		calc(0.74rem + env(safe-area-inset-left, 0px));
}
.ustruck-quick-shop-shell::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.ustruck-quick-shop-head {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.62rem;
	align-items: center;
}
.ustruck-quick-shop-brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
}
.ustruck-quick-shop-brand img {
	max-height: 36px;
	width: auto;
}
.ustruck-quick-shop-logo-text {
	font-weight: 700;
	letter-spacing: 0.02em;
}
.ustruck-quick-shop-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem;
}
.ustruck-quick-shop-title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.96);
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
.ustruck-quick-shop-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.92);
	width: 32px;
	height: 32px;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.08s ease;
}
.ustruck-quick-shop-close__x {
	display: inline-block;
	transform: translateY(-0.06em); /* visually centers × in the padded box across browsers/fonts */
	line-height: 1;
	font-size: 1.35rem;
	font-weight: 500;
}
.ustruck-quick-shop-close:hover {
	background: rgba(255, 255, 255, 0.10);
	border-color: rgba(201, 162, 39, 0.45);
}
.ustruck-quick-shop-close:active {
	transform: translateY(1px);
}
.ustruck-quick-shop-subtitle {
	margin: 0.22rem 0 0;
	font-size: 0.78rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

/* Quick Buy: set of 2 / 4 / 6 / 8 — отдельный блок под матрицей */
.ustruck-quick-shop-set-block {
	margin-top: 0.55rem;
	padding: 0.55rem 0.58rem 0.5rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ustruck-quick-shop-set-lead {
	margin: 0 0 0.42rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
	text-align: center;
}
.ustruck-quick-shop-set-presets {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.4rem;
}
.ustruck-quick-shop-set-pill {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
	padding: 0.48rem 0.35rem 0.52rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(0, 0, 0, 0.18);
	color: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.06rem;
	min-height: 3.35rem;
	transition:
		border-color 0.18s ease,
		background 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.08s ease;
}
.ustruck-quick-shop-set-pill__kicker {
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
	line-height: 1.1;
}
.ustruck-quick-shop-set-pill__n {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--ustruck-gold-light);
	text-shadow: 0 2px 18px rgba(201, 162, 39, 0.22);
}
.ustruck-quick-shop-set-pill:hover {
	border-color: rgba(201, 162, 39, 0.45);
	background: rgba(255, 255, 255, 0.06);
}
.ustruck-quick-shop-set-pill:active {
	transform: translateY(1px);
}
.ustruck-quick-shop-set-pill.is-active {
	border-color: rgba(201, 162, 39, 0.75);
	background: linear-gradient(
		165deg,
		rgba(201, 162, 39, 0.16) 0%,
		rgba(255, 255, 255, 0.06) 100%
	);
	box-shadow:
		0 0 0 1px rgba(201, 162, 39, 0.22),
		0 10px 28px rgba(0, 0, 0, 0.28);
}
.ustruck-quick-shop-set-pill.is-active .ustruck-quick-shop-set-pill__kicker {
	color: rgba(255, 255, 255, 0.72);
}
.ustruck-quick-shop-set-pill.is-active .ustruck-quick-shop-set-pill__n {
	color: #fff4d4;
}

@media (max-width: 520px) {
	.ustruck-quick-shop-set-presets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 380px) {
	.ustruck-quick-shop-set-presets {
		gap: 0.32rem;
	}
	.ustruck-quick-shop-set-pill {
		min-height: 3.05rem;
		padding: 0.4rem 0.22rem 0.44rem;
	}
	.ustruck-quick-shop-set-pill__n {
		font-size: 1.18rem;
	}
	.ustruck-quick-shop-set-pill__kicker {
		font-size: 0.52rem;
		letter-spacing: 0.06em;
	}
}

.ustruck-quick-shop-qty {
	margin-top: 0.48rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.42rem 0.5rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.12);
}
.ustruck-quick-shop-qty-icons {
	display: inline-flex;
	gap: 0.35rem;
}
.ustruck-tire-dot {
	width: 11px;
	height: 11px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.32);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.ustruck-quick-shop-qty-text {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.28rem 0.45rem;
}
.ustruck-quick-shop-qty-label {
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.62);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.ustruck-quick-shop-qty-value {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--ustruck-gold-light);
}
.ustruck-quick-shop-qty-suffix {
	font-size: 0.74rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	text-transform: lowercase;
}

.ustruck-quick-shop-matrix {
	margin-top: 0.62rem;
	display: grid;
	flex: 1 1 auto;
	gap: 0.72rem;
}
.ustruck-quick-shop-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
}
.ustruck-quick-shop-group-title {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}
.ustruck-quick-shop-size-legend {
	display: inline-flex;
	gap: 0.4rem;
}
.ustruck-quick-shop-size-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.22rem 0.54rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.06em;
}

.ustruck-quick-shop-grid {
	margin-top: 0.45rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.52rem;
}
@media (max-width: 920px) {
	.ustruck-quick-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 520px) {
	.ustruck-quick-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ustruck-quick-shop-card {
	text-align: left;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 0.45rem;
	color: rgba(255, 255, 255, 0.92);
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.36rem;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.08s ease;
	position: relative;
}
.ustruck-quick-shop-card:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(201, 162, 39, 0.35);
}
.ustruck-quick-shop-card.is-selected {
	border-color: rgba(201, 162, 39, 0.65);
	box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.16);
}
.ustruck-quick-shop-card-img {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.10);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	max-height: 104px;
}
.ustruck-quick-shop-card-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: block;
	object-fit: contain;
	background: rgba(0, 0, 0, 0.12);
}
.ustruck-quick-shop-card-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.14rem;
}
.ustruck-quick-shop-card-title {
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1.12;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ustruck-quick-shop-card-price {
	margin-top: 0.06rem;
	font-size: 0.74rem;
	color: rgba(255, 255, 255, 0.72);
}
.ustruck-quick-shop-card-price .amount {
	color: var(--ustruck-gold-light) !important;
	font-weight: 800;
}

.ustruck-quick-shop-card--selectable {
	cursor: pointer;
}

.ustruck-quick-shop-card-badge {
	position: absolute;
	top: 0.52rem;
	left: 0.52rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.78rem;
	padding: 0.16rem 0.34rem;
	border-radius: 999px;
	border: 1px solid rgba(201, 162, 39, 0.45);
	background: rgba(10, 15, 26, 0.72);
	color: var(--ustruck-gold-light);
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.ustruck-quick-shop-card-soon {
	margin: 0.35rem 0 0;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: rgba(255, 255, 255, 0.45);
}

.ustruck-quick-shop-card--skeleton {
	cursor: default;
}
.ustruck-quick-shop-card--skeleton:hover {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.12);
}
.ustruck-quick-shop-card--skeleton:active {
	transform: none;
}
.ustruck-quick-shop-skel {
	border-radius: 12px;
	background: linear-gradient(90deg,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.11) 35%,
		rgba(255, 255, 255, 0.06) 70%,
		rgba(255, 255, 255, 0.06) 100%);
	background-size: 240% 100%;
	animation: ustruck-skel 1.2s ease-in-out infinite;
}
.ustruck-quick-shop-skel--img {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-height: 104px;
	border-radius: 10px;
}

@media (max-width: 420px) {
	.ustruck-quick-shop-card-img,
	.ustruck-quick-shop-skel--img {
		max-height: 92px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ustruck-quick-shop-skel {
		animation: none;
		background-position: 0% 0;
	}
}
.ustruck-quick-shop-skel--title {
	height: 14px;
	width: 92%;
	border-radius: 10px;
}
.ustruck-quick-shop-skel--price {
	height: 12px;
	width: 55%;
	border-radius: 10px;
	margin-top: 0.55rem;
}
@keyframes ustruck-skel {
	0% { background-position: 100% 0; }
	100% { background-position: 0% 0; }
}

.ustruck-quick-shop-footer {
	margin-top: 0;
	padding-top: 0.55rem;
	position: sticky;
	bottom: 0;
	z-index: 4;
	margin-bottom: 0;
	padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0px));
	background:
		linear-gradient(
			180deg,
			rgba(10, 15, 26, 0) 0%,
			rgba(10, 15, 26, 0.82) 42%,
			rgba(10, 15, 26, 0.98) 100%
		);
}

.ustruck-quick-shop-actions {
	margin-top: 0.55rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.52rem;
}
@media (max-width: 620px) {
	.ustruck-quick-shop-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.ustruck-quick-shop-add.is-loading {
	opacity: 0.75;
}
.ustruck-quick-shop-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
	box-sizing: border-box;
}
.ustruck-quick-shop-buy {
	background: linear-gradient(
		165deg,
		rgba(201, 162, 39, 0.98) 0%,
		var(--ustruck-gold) 55%,
		rgba(201, 162, 39, 0.88) 100%
	) !important;
	color: var(--ustruck-navy) !important;
	border: none !important;
	border-radius: 12px !important;
	font-weight: 900 !important;
	padding: 0.64rem 0.78rem !important;
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.38),
		0 0 0 1px rgba(255, 255, 255, 0.20) inset;
}
.ustruck-quick-shop-buy:hover {
	filter: brightness(1.04);
	transform: translateY(-1px);
}
.ustruck-quick-shop-buy:active {
	transform: translateY(0px);
}
.ustruck-quick-shop-buy.is-disabled,
.ustruck-quick-shop-buy[aria-disabled="true"] {
	opacity: 0.6;
	filter: none;
	transform: none;
	cursor: not-allowed;
	pointer-events: none;
}
.ustruck-quick-shop-add {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.92) !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 12px !important;
	font-weight: 850 !important;
	padding: 0.66rem 0.85rem !important;
}
.ustruck-quick-shop-add:hover {
	border-color: rgba(201, 162, 39, 0.55) !important;
	color: var(--ustruck-gold-light) !important;
}

.ustruck-quick-shop-express {
	margin-top: 0.45rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
	opacity: 0.9;
}
.ustruck-quick-shop-express-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.52rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.8);
}

/* Floating Shop trigger (always visible) */
.ustruck-floating-shop-trigger {
	position: fixed;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100120;
	display: grid;
	gap: 0.35rem;
	padding: 0.82rem 0.92rem;
	border-radius: 14px;
	border: 2px solid rgba(201, 162, 39, 0.55);
	/* Блик снизу справа — не заливает верх, где «Shop» */
	background:
		radial-gradient(circle at 88% 92%, rgba(201, 162, 39, 0.28) 0%, rgba(201, 162, 39, 0) 55%),
		rgba(10, 15, 26, 0.94);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.96);
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 0 42px rgba(201, 162, 39, 0.18);
	cursor: pointer;
	transition: transform 0.12s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ustruck-floating-shop-trigger:focus-visible {
	outline: none;
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 0 48px rgba(201, 162, 39, 0.28),
		0 0 0 3px rgba(201, 162, 39, 0.45);
	border-color: rgba(201, 162, 39, 0.75);
}
.ustruck-floating-shop-trigger:hover {
	border-color: rgba(201, 162, 39, 0.75);
	background:
		radial-gradient(circle at 88% 92%, rgba(201, 162, 39, 0.36) 0%, rgba(201, 162, 39, 0) 56%),
		rgba(12, 17, 28, 0.98);
	box-shadow:
		0 18px 56px rgba(0, 0, 0, 0.6),
		0 0 0 1px rgba(255, 255, 255, 0.10) inset,
		0 0 58px rgba(201, 162, 39, 0.26);
}
.ustruck-floating-shop-trigger:active {
	transform: translateY(-50%) translateY(1px);
}
.ustruck-floating-shop-trigger__txt {
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.05;
	font-size: 0.8125rem;
	color: #ffffff;
	/* Читается на тёмном фоне и при золотистом блике рядом с чипом */
	text-shadow:
		0 0 1px rgba(0, 0, 0, 0.92),
		0 1px 2px rgba(0, 0, 0, 0.72),
		0 2px 14px rgba(0, 0, 0, 0.4);
}
.ustruck-floating-shop-trigger:hover .ustruck-floating-shop-trigger__txt {
	color: #ffffff;
	text-shadow:
		0 0 1px rgba(0, 0, 0, 0.95),
		0 1px 2px rgba(0, 0, 0, 0.78),
		0 2px 16px rgba(0, 0, 0, 0.5);
}
.ustruck-floating-shop-trigger__sub {
	line-height: 1;
	justify-self: start;
	min-width: 0;
	max-width: 100%;
	display: inline-flex;
}

.ustruck-quick-buy-chip {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.32rem 0.62rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: linear-gradient(165deg, #f04242 0%, #dc2626 48%, #b91c1c 100%);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
	/* Обводка + тень текста — читается на любом участке красного */
	text-shadow:
		0 0 1px rgba(0, 0, 0, 0.75),
		0 1px 2px rgba(0, 0, 0, 0.55),
		0 -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow:
		0 10px 28px rgba(185, 28, 28, 0.52),
		0 0 0 1px rgba(255, 255, 255, 0.14) inset;
	transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
/* При hover без «выбеленного» градиента: лёгкий сдвиг оттенка + меньше ореолов (не заслоняют буквы) */
.ustruck-floating-shop-trigger:hover .ustruck-quick-buy-chip {
	background: linear-gradient(165deg, #ef4444 0%, #dc2626 55%, #b91c1c 100%);
	border-color: rgba(255, 255, 255, 0.45);
	box-shadow:
		0 10px 26px rgba(185, 28, 28, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.ustruck-floating-shop-trigger:active .ustruck-quick-buy-chip {
	background: linear-gradient(165deg, #dc2626 0%, #b91c1c 100%);
}

@media (max-width: 768px) {
	/* Quick Buy: как на десктопе — компактно справа по центру, без широкой плашки */
	.ustruck-floating-shop-trigger {
		top: 50%;
		bottom: auto;
		left: auto;
		right: max(10px, env(safe-area-inset-right, 0px));
		width: auto;
		max-width: min(11.5rem, calc(100vw - 1.25rem));
		min-width: 0;
		transform: translateY(-50%);
		padding: 0.82rem 0.92rem;
		gap: 0.35rem;
	}
	.ustruck-floating-shop-trigger:active {
		transform: translateY(-50%) translateY(1px);
	}
	.ustruck-floating-shop-trigger__sub {
		justify-self: start;
		display: inline-flex;
	}

	/* Quick Buy modal: один экран — шапка + кнопки видны, товары компактнее */
	body.ustruck-quick-shop-open #ustruck-quick-shop-modal {
		padding:
			max(0.2rem, env(safe-area-inset-top, 0px))
			max(0.28rem, env(safe-area-inset-right, 0px))
			max(0.18rem, env(safe-area-inset-bottom, 0px))
			max(0.28rem, env(safe-area-inset-left, 0px));
		align-items: stretch;
	}
	.ustruck-quick-shop-shell {
		width: 100%;
		max-width: 100%;
		max-height: calc(
			100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 0.35rem
		);
		max-height: calc(
			100vh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 0.35rem
		);
		transform: none;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		padding: 0.42rem 0.48rem 0.38rem;
		border-radius: 12px;
	}
	.ustruck-quick-shop-head {
		gap: 0.38rem;
		flex-shrink: 0;
	}
	.ustruck-quick-shop-brand img {
		max-height: 24px;
	}
	.ustruck-quick-shop-title {
		font-size: 0.78rem;
	}
	.ustruck-quick-shop-subtitle {
		display: none;
	}
	.ustruck-quick-shop-close {
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}
	.ustruck-quick-shop-close__x {
		font-size: 1.15rem;
	}
	.ustruck-quick-shop-matrix {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin-top: 0.32rem;
		gap: 0.38rem;
	}
	.ustruck-quick-shop-group-head {
		gap: 0.4rem;
	}
	.ustruck-quick-shop-group-title {
		font-size: 0.66rem;
	}
	.ustruck-quick-shop-size-chip {
		font-size: 0.58rem;
		padding: 0.12rem 0.36rem;
	}
	.ustruck-quick-shop-grid {
		margin-top: 0.24rem;
		gap: 0.34rem;
	}
	/* Карточка: фото слева, текст справа — без пустоты, крупнее и читабельнее */
	.ustruck-quick-shop-card {
		grid-template-rows: none;
		grid-template-columns: minmax(4.85rem, 40%) minmax(0, 1fr);
		align-items: stretch;
		padding: 0.34rem 0.36rem;
		gap: 0.34rem;
		border-radius: 10px;
		min-height: 4.65rem;
	}
	.ustruck-quick-shop-card-img,
	.ustruck-quick-shop-skel--img {
		grid-row: 1;
		grid-column: 1;
		align-self: stretch;
		width: 100%;
		max-height: none;
		min-height: 4.25rem;
		aspect-ratio: auto;
		height: auto;
		border-radius: 8px;
	}
	.ustruck-quick-shop-card-body {
		grid-row: 1;
		grid-column: 2;
		justify-content: center;
		gap: 0.1rem;
		padding-right: 0.06rem;
	}
	.ustruck-quick-shop-card-title {
		font-size: 0.58rem;
		line-height: 1.14;
		line-clamp: 3;
		-webkit-line-clamp: 3;
	}
	.ustruck-quick-shop-card-price {
		font-size: 0.7rem;
		margin-top: 0.04rem;
	}
	.ustruck-quick-shop-card-badge {
		top: 0.34rem;
		left: 0.34rem;
		min-width: 1.45rem;
		padding: 0.1rem 0.26rem;
		font-size: 0.54rem;
	}
	.ustruck-quick-shop-set-block {
		flex-shrink: 0;
		margin-top: 0.28rem;
		padding: 0.34rem 0.36rem 0.3rem;
		border-radius: 10px;
	}
	.ustruck-quick-shop-set-lead {
		margin: 0 0 0.24rem;
		font-size: 0.58rem;
	}
	.ustruck-quick-shop-shell .ustruck-quick-shop-set-presets {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.24rem;
	}
	.ustruck-quick-shop-set-pill {
		min-height: 2.35rem;
		padding: 0.26rem 0.16rem 0.3rem;
		border-radius: 9px;
	}
	.ustruck-quick-shop-set-pill__n {
		font-size: 1rem;
	}
	.ustruck-quick-shop-set-pill__kicker {
		font-size: 0.48rem;
		letter-spacing: 0.05em;
	}
	.ustruck-quick-shop-qty {
		margin-top: 0.26rem;
		padding: 0.24rem 0.32rem;
	}
	.ustruck-quick-shop-qty-label,
	.ustruck-quick-shop-qty-suffix {
		font-size: 0.62rem;
	}
	.ustruck-quick-shop-qty-value {
		font-size: 0.86rem;
	}
	.ustruck-quick-shop-footer {
		flex-shrink: 0;
		position: static;
		margin-top: 0;
		padding-top: 0.28rem;
		padding-bottom: calc(0.16rem + env(safe-area-inset-bottom, 0px));
		background: transparent;
	}
	.ustruck-quick-shop-actions {
		margin-top: 0.3rem;
		gap: 0.34rem;
	}
	.ustruck-quick-shop-buy,
	.ustruck-quick-shop-add {
		padding: 0.5rem 0.55rem !important;
		font-size: 0.8rem !important;
		border-radius: 10px !important;
	}
	.ustruck-quick-shop-express {
		display: none;
	}
}
