body.vsedohaty-page-body {
	background: #f5f7fb;
	color: #111827;
	letter-spacing: 0;
	padding-top: 0 !important;
}

body.vsedohaty-page-body #top,
body.vsedohaty-page-body > header,
body.vsedohaty-page-body > .menu-row,
body.vsedohaty-page-body .oct-fixed-bar {
	display: none !important;
}

body.vsedohaty-home-body > footer {
	display: none !important;
}

body.vsedohaty-page-body a:hover {
	text-decoration: none;
}

body.vsedohaty-page-body .container {
	max-width: 1500px;
}

.vhd-topline {
	height: 38px;
	background: #f8fafc;
	border-bottom: 1px solid #e5ebf1;
	color: #27313d;
	font-size: 14px;
}

.vhd-topline-inner,
.vhd-topline-left,
.vhd-topline-right {
	display: flex;
	align-items: center;
}

.vhd-topline-inner {
	height: 38px;
	justify-content: space-between;
	gap: 22px;
}

.vhd-topline-left,
.vhd-topline-right {
	gap: 24px;
	white-space: nowrap;
}

.vhd-topline a,
.vhd-topline span {
	color: #27313d;
	font-weight: 500;
}

.vhd-topline i {
	color: #0b56ad;
	margin-right: 6px;
}

.vhd-header {
	background: #fff;
	border-bottom: 1px solid #e3e9ef;
}

.vhd-header-inner {
	min-height: 94px;
	display: grid;
	grid-template-columns: 250px 190px minmax(320px, 1fr) 210px 160px;
	align-items: center;
	gap: 18px;
}

.vhd-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.vhd-brand-mark {
	position: relative;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: #ffc400;
	color: #06479a;
	font-size: 31px;
	box-shadow: inset 0 -12px 0 rgba(255, 255, 255, .26);
}

.vhd-brand-mark::after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 13px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
}

.vhd-brand strong {
	display: block;
	color: #06479a;
	font-size: 31px;
	line-height: 1;
	font-weight: 900;
}

.vhd-brand small {
	display: block;
	margin-top: 5px;
	color: #5b6572;
	font-size: 10px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}

.vhd-catalog-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 6px;
	background: #06479a;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.vhd-catalog-button:hover,
.vhd-blue-nav a:hover {
	color: #fff;
}

.vhd-search {
	height: 54px;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) 76px;
	border: 1px solid #d3dbe5;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.vhd-search select,
.vhd-search input,
.vhd-search button {
	border: 0;
	outline: 0;
	background: #fff;
	color: #27313d;
}

.vhd-search select {
	padding: 0 18px;
	border-right: 1px solid #d3dbe5;
	font-size: 14px;
}

.vhd-search input {
	min-width: 0;
	padding: 0 18px;
	font-size: 14px;
}

.vhd-search button {
	display: grid;
	place-items: center;
	background: #06479a;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.vhd-phone {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #0f172a;
}

.vhd-phone i {
	color: #06479a;
	font-size: 22px;
}

.vhd-phone strong,
.vhd-phone small,
.vhd-cart strong,
.vhd-cart small {
	display: block;
}

.vhd-phone strong {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 900;
}

.vhd-phone small {
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
}

.vhd-cart {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 6px;
	background: #ffc400;
	color: #111827;
	font-weight: 900;
}

.vhd-cart i {
	font-size: 25px;
}

.vhd-cart small {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 700;
}

.vhd-cart-index {
	display: inline;
}

.vhd-blue-nav {
	background: #06479a;
	box-shadow: 0 6px 16px rgba(6, 71, 154, .18);
}

.vhd-blue-nav-inner {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	overflow-x: auto;
}

.vhd-blue-nav a {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 14px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.vhd-blue-nav a.active {
	border: 1px solid #ffc400;
	color: #ffc400;
}

.vhd-home {
	background: #f5f7fb;
}

.vhd-hero-section {
	padding: 20px 0 0;
	background: #f5f7fb;
}

.vhd-hero-grid {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr) 330px;
	gap: 16px;
	align-items: stretch;
}

.vhd-side-catalog {
	position: relative;
	z-index: 30;
	background: #fff;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	overflow: visible;
}

.vhd-side-catalog-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vhd-side-catalog-item {
	position: relative;
}

.vhd-side-catalog-link {
	min-height: 46px;
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 14px;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	border-bottom: 1px solid #edf2f6;
	color: #1f2937;
	font-size: 14px;
	font-weight: 700;
}

.vhd-side-catalog-link:hover,
.vhd-side-catalog-item:hover > .vhd-side-catalog-link,
.vhd-side-catalog-item:focus-within > .vhd-side-catalog-link {
	background: #f7fbff;
	color: #06479a;
}

.vhd-side-catalog-link > i {
	color: #06479a;
	font-size: 17px;
	text-align: center;
}

.vhd-side-catalog-link > b {
	color: #0f172a;
	font-size: 20px;
	font-weight: 500;
}

.vhd-side-catalog-link.sale,
.vhd-side-catalog-link.sale > i {
	color: #e11d2e;
}

.vhd-side-submenu {
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	width: clamp(460px, 43vw, 620px);
	max-width: calc(100vw - 310px);
	height: clamp(330px, 30vw, 440px);
	max-height: calc(100vh - 220px);
	min-height: 0;
	aspect-ratio: 43 / 30;
	overflow-y: auto;
	padding: 22px;
	border: 1px solid #dbe5ef;
	border-radius: 0 8px 8px 0;
	background: #fff;
	box-shadow: 18px 20px 38px rgba(15, 23, 42, .14);
	opacity: 0;
	pointer-events: none;
	transform: translateX(10px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
	visibility: hidden;
	z-index: 40;
}

.vhd-side-catalog-item:hover > .vhd-side-submenu,
.vhd-side-catalog-item:focus-within > .vhd-side-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	visibility: visible;
}

.vhd-side-submenu-title {
	display: inline-flex;
	margin-bottom: 18px;
	color: #06479a;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.vhd-side-submenu-title:hover,
.vhd-side-subtitle:hover,
.vhd-side-subgroup li a:hover {
	color: #06479a;
	text-decoration: underline;
}

.vhd-side-submenu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

.vhd-side-subgroup {
	min-width: 0;
}

.vhd-side-subtitle {
	display: block;
	margin-bottom: 9px;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

.vhd-side-subgroup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vhd-side-subgroup li + li {
	margin-top: 7px;
}

.vhd-side-subgroup li a {
	display: block;
	color: #536173;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.vhd-side-counter {
	position: relative;
	min-height: 94px;
	margin: 14px;
	padding: 16px 72px 16px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, #eef6ff, #fff);
	border: 1px solid #d9e7f7;
	overflow: hidden;
}

.vhd-side-counter strong {
	display: block;
	color: #06479a;
	font-size: 31px;
	line-height: 1;
	font-weight: 900;
}

.vhd-side-counter span {
	display: block;
	margin-top: 7px;
	color: #475569;
	font-size: 14px;
	line-height: 1.25;
}

.vhd-side-counter i {
	position: absolute;
	right: 18px;
	top: 24px;
	color: #64748b;
	font-size: 40px;
	opacity: .7;
}

.vhd-hero-slider {
	position: relative;
	min-height: 348px;
	height: 100%;
	border-radius: 8px;
}

.vhd-hero-main {
	min-height: 348px;
	height: 100%;
	display: none;
	position: relative;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.vhd-hero-main.active {
	display: block;
}

.vhd-hero-copy {
	position: relative;
	z-index: 3;
	width: min(470px, 54%);
	padding: 34px 38px;
	background: transparent;
}

.vhd-hero-label {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 12px;
	padding: 0;
	transform: none;
	background: transparent;
	color: #ffc400;
	font-size: 16px;
	font-weight: 900;
	text-shadow:
		0 1px 0 rgba(15, 23, 42, .6),
		0 0 16px rgba(255, 255, 255, .95),
		0 4px 16px rgba(15, 23, 42, .25);
}

.vhd-hero-copy h1 {
	margin: 0 0 20px;
	color: #06479a;
	font-size: 44px;
	line-height: .98;
	font-weight: 900;
	text-shadow:
		0 2px 0 rgba(255, 255, 255, .95),
		0 0 18px rgba(255, 255, 255, .95),
		0 10px 22px rgba(15, 23, 42, .14);
	-webkit-text-stroke: .45px rgba(255, 255, 255, .78);
}

.vhd-hero-copy ul {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.vhd-hero-copy li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #111827;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 700;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, .95),
		0 0 14px rgba(255, 255, 255, .95);
}

.vhd-hero-copy li i {
	color: #0f172a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .95);
}

.vhd-hero-button {
	min-width: 140px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #ffc400;
	color: #111827;
	font-size: 16px;
	font-weight: 900;
}

.vhd-hero-products {
	position: absolute;
	inset: 0;
	min-height: 0;
	z-index: 1;
}

.vhd-hero-collage {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	filter: drop-shadow(0 18px 24px rgba(15, 23, 42, .10));
}

.vhd-hero-img {
	position: absolute;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .13));
}

.vhd-hero-img.drill {
	right: 36px;
	bottom: 32px;
	width: 210px;
	height: 210px;
}

.vhd-hero-img.paint {
	left: 52px;
	bottom: 36px;
	width: 150px;
	height: 150px;
}

.vhd-hero-img.plumbing {
	left: 188px;
	bottom: 32px;
	width: 148px;
	height: 148px;
}

.vhd-hero-img.lamp {
	left: 106px;
	top: 42px;
	width: 94px;
	height: 94px;
}

.vhd-hero-img.cable {
	right: 188px;
	top: 42px;
	width: 140px;
	height: 140px;
}

.vhd-toolbox {
	position: absolute;
	right: 190px;
	bottom: 50px;
	width: 170px;
	height: 108px;
	border-radius: 14px 14px 8px 8px;
	background: linear-gradient(180deg, #303846, #111827);
	box-shadow: 0 18px 26px rgba(15, 23, 42, .18);
}

.vhd-toolbox::before {
	content: "";
	position: absolute;
	left: 44px;
	right: 44px;
	top: -21px;
	height: 34px;
	border: 10px solid #303846;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
}

.vhd-toolbox::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	height: 20px;
	background: #ffc400;
}

.vhd-hero-dots {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 4;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.vhd-hero-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cbd5e1;
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.vhd-hero-dots button.active {
	width: 22px;
	border-radius: 99px;
	background: #06479a;
}

.vhd-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid #dbe4ee;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #06479a;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.vhd-slider-arrow:hover {
	background: #06479a;
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.vhd-slider-arrow.prev {
	left: 14px;
}

.vhd-slider-arrow.next {
	right: 14px;
}

.vhd-trust-panel {
	display: grid;
	gap: 12px;
	align-self: start;
}

.vhd-trust-card {
	min-height: 78px;
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 16px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
}

.vhd-trust-card > i {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 2px solid #06479a;
	border-radius: 8px;
	color: #06479a;
	font-size: 23px;
}

.vhd-trust-card strong,
.vhd-trust-card span,
.vhd-trust-card a {
	display: block;
}

.vhd-trust-card strong {
	color: #111827;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 900;
}

.vhd-trust-card span {
	margin-top: 5px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.35;
}

.vhd-trust-card a {
	margin-top: 7px;
	color: #06479a;
	font-size: 13px;
	font-weight: 900;
}

.vhd-trust-card.sale > i {
	border-color: #e11d2e;
	color: #e11d2e;
}

.vhd-category-strip {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.vhd-category-strip a {
	min-height: 138px;
	display: grid;
	grid-template-rows: 76px auto auto;
	align-items: center;
	justify-items: center;
	gap: 5px;
	padding: 12px 10px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	text-align: center;
}

.vhd-category-strip img {
	max-height: 76px;
	object-fit: contain;
}

.vhd-category-strip strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
}

.vhd-category-strip span {
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.vhd-products-section {
	padding: 24px 0 36px;
	background: #f5f7fb;
}

.vhd-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.vhd-section-head h2 {
	margin: 0;
	color: #111827;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
}

.vhd-section-head a {
	color: #06479a;
	font-size: 14px;
	font-weight: 900;
}

.vhd-products {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.vhd-product-card {
	position: relative;
	min-width: 0;
	padding: 14px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.vhd-sticker {
	position: absolute;
	z-index: 2;
	left: 14px;
	top: 14px;
	min-height: 24px;
	display: inline-flex;
	align-items: center;
	padding: 0 8px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 900;
}

.vhd-sticker.red {
	background: #e11d2e;
}

.vhd-sticker.blue {
	background: #06479a;
}

.vhd-sticker.green {
	background: #0f8a4b;
}

.vhd-product-image {
	aspect-ratio: 1 / .68;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
}

.vhd-product-image img {
	max-height: 144px;
	object-fit: contain;
}

.vhd-product-title {
	min-height: 42px;
	display: -webkit-box;
	color: #1f2937;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.vhd-rating {
	margin-top: 8px;
	color: #ffbd00;
	font-size: 13px;
	line-height: 1;
}

.vhd-rating span {
	color: #94a3b8;
}

.vhd-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-items: end;
	gap: 12px;
	margin-top: 10px;
}

.vhd-price-row del,
.vhd-price-row strong,
.vhd-price-row span {
	display: block;
}

.vhd-price-row del {
	color: #94a3b8;
	font-size: 13px;
	line-height: 1.25;
}

.vhd-price-row strong {
	color: #e11d2e;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
}

.vhd-product-card:nth-child(3) .vhd-price-row strong,
.vhd-product-card:nth-child(4) .vhd-price-row strong {
	color: #111827;
}

.vhd-price-row span {
	margin-top: 4px;
	color: #0f8a4b;
	font-size: 12px;
	font-weight: 800;
}

.vhd-price-row button {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 6px;
	background: #ffc400;
	color: #111827;
	font-size: 18px;
	cursor: pointer;
}

.vhd-promo-row {
	display: grid;
	grid-template-columns: 1.1fr .75fr 1.25fr;
	gap: 14px;
	margin-top: 18px;
}

.vhd-promo-card {
	position: relative;
	min-height: 106px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 28px;
	border: 1px solid #d8e2ec;
	border-radius: 8px;
	overflow: hidden;
	color: #111827;
	background: #fff;
}

.vhd-promo-card strong {
	display: block;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 900;
}

.vhd-promo-card span {
	display: block;
	max-width: 420px;
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.35;
}

.vhd-promo-card.bonus {
	background: linear-gradient(135deg, #06479a, #006fe6);
	color: #fff;
}

.vhd-promo-card.bonus::after {
	content: "%";
	position: absolute;
	right: 30px;
	bottom: -18px;
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #ffc400;
	color: #06479a;
	font-size: 40px;
	font-weight: 900;
}

.vhd-promo-card.import::after {
	content: "";
	position: absolute;
	right: 24px;
	bottom: 18px;
	width: 86px;
	height: 66px;
	border-radius: 12px 12px 6px 6px;
	background: linear-gradient(180deg, #f0b35f, #a66a2c);
	box-shadow: inset 0 18px 0 rgba(255,255,255,.25);
}

.vhd-promo-card.day {
	background: #ffc400;
}

.vhd-promo-card.day b {
	position: absolute;
	right: 28px;
	bottom: 22px;
	color: #111827;
	font-size: 24px;
	font-weight: 900;
}

.vhd-service-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
	padding: 18px 0 2px;
}

.vhd-service-row div {
	min-height: 66px;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	column-gap: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e1e8f0;
}

.vhd-service-row i {
	grid-row: 1 / 3;
	color: #06479a;
	font-size: 26px;
}

.vhd-service-row strong {
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
}

.vhd-service-row span {
	display: block;
	color: #64748b;
	font-size: 12px;
	line-height: 1.25;
}

body.vsedohaty-page-body #product-category,
body.vsedohaty-page-body #product-product {
	padding-top: 20px;
	padding-bottom: 34px;
}

body.vsedohaty-page-body .content-top-box {
	margin-top: 0;
	margin-bottom: 14px;
}

body.vsedohaty-page-body .breadcrumb,
body.vsedohaty-page-body .us-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	row-gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	background: transparent;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

body.vsedohaty-page-body .breadcrumb a,
body.vsedohaty-page-body .us-breadcrumb a {
	color: #64748b;
}

body.vsedohaty-page-body .us-breadcrumb-item {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	line-height: 1.35;
}

body.vsedohaty-page-body .us-breadcrumb-item:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.vsedohaty-page-body .breadcrumb a:hover,
body.vsedohaty-page-body .us-breadcrumb a:hover {
	color: #06479a;
	text-decoration: underline;
}

body.vsedohaty-page-body .us-main-shop-title {
	margin: 0 0 16px;
	color: #111827;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: 0;
}

body.vsedohaty-page-body .vhd-product-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
	gap: 18px;
	align-items: stretch;
	margin-bottom: 16px;
	padding: 22px 24px;
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(245, 251, 255, .96) 58%, rgba(255, 245, 200, .96) 100%),
		repeating-linear-gradient(135deg, rgba(6, 71, 154, .06) 0 1px, transparent 1px 18px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, .05);
}

body.vsedohaty-page-body .vhd-product-heading .us-main-shop-title {
	max-width: 960px;
	margin-bottom: 0;
}

body.vsedohaty-page-body .vhd-product-heading-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

body.vsedohaty-page-body .vhd-product-heading-meta a,
body.vsedohaty-page-body .vhd-product-heading-meta span,
body.vsedohaty-page-body .vhd-product-heading-aside span {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	border: 1px solid rgba(6, 71, 154, .12);
	border-radius: 6px;
	background: rgba(255, 255, 255, .82);
	color: #27313d;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 900;
}

body.vsedohaty-page-body .vhd-product-heading-meta a:hover {
	border-color: #06479a;
	color: #06479a;
}

body.vsedohaty-page-body .vhd-product-heading-meta i,
body.vsedohaty-page-body .vhd-product-heading-aside i {
	color: #06479a;
}

body.vsedohaty-page-body .vhd-product-heading-meta .is-in {
	color: #15803d;
}

body.vsedohaty-page-body .vhd-product-heading-meta .is-in i {
	color: #16a34a;
}

body.vsedohaty-page-body .vhd-product-heading-meta .is-order {
	color: #b45309;
}

body.vsedohaty-page-body .vhd-product-heading-meta .is-order i {
	color: #d97706;
}

body.vsedohaty-page-body .vhd-product-heading-aside {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	align-content: center;
}

body.vsedohaty-page-body .vhd-product-heading-aside span {
	justify-content: flex-start;
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

body.vsedohaty-page-body .vhd-category-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	margin-bottom: 14px;
	padding: 22px 24px;
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background: linear-gradient(135deg, #ffffff 0%, #f5fbff 58%, #fff5c8 100%);
	box-shadow: 0 12px 24px rgba(15, 23, 42, .05);
	overflow: hidden;
}

body.vsedohaty-page-body .vhd-category-hero .us-main-shop-title {
	margin-bottom: 8px;
}

body.vsedohaty-page-body .vhd-category-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 10px;
	padding: 0 10px;
	border-radius: 6px;
	background: #06479a;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

body.vsedohaty-page-body .vhd-category-hero-copy p {
	max-width: 620px;
	margin: 0;
	color: #536173;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 700;
}

body.vsedohaty-page-body .vhd-category-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(108px, 1fr));
	gap: 10px;
	min-width: 245px;
}

body.vsedohaty-page-body .vhd-category-hero-stats div {
	min-height: 86px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px;
	border: 1px solid rgba(6, 71, 154, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
}

body.vsedohaty-page-body .vhd-category-hero-stats strong {
	color: #06479a;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

body.vsedohaty-page-body .vhd-category-hero-stats span {
	margin-top: 6px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 800;
}

body.vsedohaty-page-body .vhd-category-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

body.vsedohaty-page-body .vhd-filter-open {
	min-height: 42px;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 14px;
	border: 0;
	border-radius: 6px;
	background: #06479a;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

body.vsedohaty-page-body .vhd-category-chipbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
}

body.vsedohaty-page-body .vhd-category-chipbar a {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0 12px;
	border: 1px solid #d8e4f0;
	border-radius: 6px;
	background: #fff;
	color: #27313d;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 8px 16px rgba(15, 23, 42, .035);
}

body.vsedohaty-page-body .vhd-category-chipbar a:hover {
	border-color: #06479a;
	background: #f7fbff;
	color: #06479a;
}

body.vsedohaty-page-body #product-category main,
body.vsedohaty-page-body #product-product main {
	min-width: 0;
}

body.vsedohaty-page-body #column-left {
	padding-right: 14px;
}

body.vsedohaty-page-body #column-left .us-categories-box {
	margin-bottom: 16px;
	padding: 0;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
	overflow: hidden;
}

body.vsedohaty-page-body #column-left .us-categories-item {
	margin: 0;
	border-bottom: 1px solid #edf2f6;
	color: #1f2937;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
}

body.vsedohaty-page-body #column-left .us-categories-item:last-child {
	border-bottom: 0;
}

body.vsedohaty-page-body #column-left .us-categories-item > a,
body.vsedohaty-page-body #column-left .us-categories-item > span > a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 9px 14px;
	color: inherit;
	transition: color .16s ease, background .16s ease;
}

body.vsedohaty-page-body #column-left .us-categories-item > span {
	min-height: 44px;
}

body.vsedohaty-page-body #column-left .us-categories-item > span > a {
	flex: 1 1 auto;
	min-width: 0;
}

body.vsedohaty-page-body #column-left .us-categories-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	min-height: 44px;
	color: #06479a;
	font-size: 11px;
}

body.vsedohaty-page-body #column-left .us-categories-item > a:hover,
body.vsedohaty-page-body #column-left .us-categories-item > span:hover > a,
body.vsedohaty-page-body #column-left .us-categories-item > span:hover .us-categories-toggle {
	background: #f7fbff;
	color: #06479a;
}

body.vsedohaty-page-body #column-left .us-categories-item.active > a,
body.vsedohaty-page-body #column-left .us-categories-item.active > span > a,
body.vsedohaty-page-body #column-left .us-categories-item.active > span .us-categories-toggle {
	color: #5fb900;
}

body.vsedohaty-page-body #column-left .us-categories-children {
	background: #fbfdff;
}

body.vsedohaty-page-body #column-left .us-categories-children > li:first-child {
	margin-top: 0;
}

body.vsedohaty-page-body #column-left .us-categories-2 > .us-categories-item {
	font-size: 13px;
	font-weight: 650;
}

body.vsedohaty-page-body #column-left .us-categories-3 > .us-categories-item {
	font-size: 12px;
	font-weight: 600;
}

body.vsedohaty-page-body #column-left .us-categories-2 > .us-categories-item > a,
body.vsedohaty-page-body #column-left .us-categories-2 > .us-categories-item > span > a {
	padding-left: 24px;
}

body.vsedohaty-page-body #column-left .us-categories-3 > .us-categories-item > a,
body.vsedohaty-page-body #column-left .us-categories-3 > .us-categories-item > span > a {
	min-height: 38px;
	padding-left: 34px;
	color: #536173;
}

body.vsedohaty-page-body #column-left .swiper-viewport {
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
	overflow: hidden;
}

body.vsedohaty-page-body #column-left .vhd-filter-panel {
	margin-bottom: 16px;
	padding: 16px;
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}

body.vsedohaty-page-body .vhd-filter-form {
	margin: 0;
}

body.vsedohaty-page-body .vhd-filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

body.vsedohaty-page-body .vhd-filter-head span {
	color: #111827;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
}

body.vsedohaty-page-body .vhd-filter-head a {
	color: #06479a;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

body.vsedohaty-page-body .vhd-filter-head a.is-active {
	color: #e11d2e;
}

body.vsedohaty-page-body .vhd-filter-title {
	display: block;
	margin-bottom: 8px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}

body.vsedohaty-page-body .vhd-filter-section {
	padding-top: 14px;
	border-top: 1px solid #edf2f6;
}

body.vsedohaty-page-body .vhd-filter-section:first-of-type {
	padding-top: 0;
	border-top: 0;
}

body.vsedohaty-page-body .vhd-filter-section + .vhd-filter-section {
	margin-top: 14px;
}

body.vsedohaty-page-body .vhd-filter-search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	border: 1px solid #d3dbe5;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

body.vsedohaty-page-body .vhd-filter-search-row input,
body.vsedohaty-page-body .vhd-filter-search-row button {
	min-height: 42px;
	border: 0;
	outline: 0;
}

body.vsedohaty-page-body .vhd-filter-search-row input {
	min-width: 0;
	padding: 0 12px;
	color: #27313d;
	font-size: 13px;
	font-weight: 700;
}

body.vsedohaty-page-body .vhd-filter-search-row button {
	display: grid;
	place-items: center;
	background: #ffc400;
	color: #111827;
	font-size: 15px;
	cursor: pointer;
}

body.vsedohaty-page-body .vhd-filter-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
}

body.vsedohaty-page-body .vhd-filter-price-row input {
	width: 100%;
	min-height: 42px;
	padding: 0 10px;
	border: 1px solid #d3dbe5;
	border-radius: 6px;
	background: #fff;
	color: #27313d;
	font-size: 13px;
	font-weight: 800;
}

body.vsedohaty-page-body .vhd-filter-price-row span {
	color: #64748b;
	font-weight: 900;
	text-align: center;
}

body.vsedohaty-page-body .vhd-filter-range-bar {
	position: relative;
	height: 4px;
	margin-top: 13px;
	border-radius: 999px;
	background: #dce6f1;
	overflow: hidden;
}

body.vsedohaty-page-body .vhd-filter-range-bar span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: inherit;
	background: #06479a;
}

body.vsedohaty-page-body .vhd-filter-range-note {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	color: #64748b;
	font-size: 12px;
	font-weight: 800;
}

body.vsedohaty-page-body .vhd-filter-option {
	position: relative;
	min-height: 36px;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	margin: 0;
	padding: 7px 0;
	color: #27313d;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 800;
	cursor: pointer;
}

body.vsedohaty-page-body .vhd-filter-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.vsedohaty-page-body .vhd-filter-check {
	width: 18px;
	height: 18px;
	display: grid;
	place-items: center;
	border: 1px solid #b9c8d9;
	border-radius: 4px;
	background: #fff;
	color: transparent;
	font-size: 10px;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}

body.vsedohaty-page-body .vhd-filter-option input:checked + .vhd-filter-check {
	border-color: #06479a;
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .vhd-filter-option.is-selected {
	color: #06479a;
}

body.vsedohaty-page-body .vhd-filter-option em {
	color: #94a3b8;
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
}

body.vsedohaty-page-body .vhd-filter-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #edf2f6;
}

body.vsedohaty-page-body .vhd-filter-actions a,
body.vsedohaty-page-body .vhd-filter-actions button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

body.vsedohaty-page-body .vhd-filter-actions a {
	border: 1px solid #d3dbe5;
	background: #fff;
	color: #06479a;
}

body.vsedohaty-page-body .vhd-filter-actions button {
	border: 0;
	background: #ffc400;
	color: #111827;
}

body.vsedohaty-page-body .vhd-filter-group {
	padding-top: 14px;
	border-top: 1px solid #edf2f6;
}

body.vsedohaty-page-body .vhd-filter-group + .vhd-filter-group {
	margin-top: 14px;
}

body.vsedohaty-page-body .vhd-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.vsedohaty-page-body .vhd-filter-pills a {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	border: 1px solid #d8e4f0;
	border-radius: 6px;
	background: #f8fafc;
	color: #27313d;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 900;
}

body.vsedohaty-page-body .vhd-filter-pills a:hover {
	border-color: #06479a;
	background: #f7fbff;
	color: #06479a;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box {
	margin-bottom: 16px;
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
	overflow: hidden;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .panel-heading {
	padding: 16px;
	border-bottom: 1px solid #edf2f6;
	background: #fff;
	color: #111827;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .list-group {
	margin: 0;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .list-group-item {
	padding: 12px 16px;
	border: 0;
	border-bottom: 1px solid #edf2f6;
	background: #fff;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .list-group-item-name {
	display: block;
	color: #06479a;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .checkbox {
	margin: 0 0 9px;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .checkbox:last-child {
	margin-bottom: 0;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .filter-label {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	margin: 0;
	color: #27313d;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 800;
	cursor: pointer;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	accent-color: #06479a;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box .panel-footer {
	padding: 14px 16px 16px;
	border-top: 0;
	background: #fff;
}

body.vsedohaty-page-body #column-left .panel.us-module-column-box #button-filter {
	width: 100%;
	min-height: 42px;
	border: 0;
	border-radius: 6px;
	background: #06479a;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

body.vsedohaty-page-body #column-left.vhd-category-menu-highlight .us-categories-box {
	box-shadow: 0 0 0 3px rgba(255, 193, 7, .24), 0 14px 28px rgba(6, 71, 154, .12);
}

body.vsedohaty-page-body .us-category-description,
body.vsedohaty-page-body .us-category-sort-block,
body.vsedohaty-page-body .us-subcategory,
body.vsedohaty-page-body .us-product,
body.vsedohaty-page-body .us-product-description-nav,
body.vsedohaty-page-body .us-product-description-cont,
body.vsedohaty-page-body .us-product-attributes,
body.vsedohaty-page-body .us-product-extra-tab-content,
body.vsedohaty-page-body .us-reviews,
body.vsedohaty-page-body .us-product-faq-tab-content {
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}

body.vsedohaty-page-body .us-category-description {
	padding: 18px;
}

body.vsedohaty-page-body .us-category-description-img {
	margin-right: 18px;
}

body.vsedohaty-page-body .us-category-description-img img {
	border-radius: 8px;
	background: #f8fafc;
	object-fit: contain;
}

body.vsedohaty-page-body .us-category-description-text {
	color: #475569;
	font-size: 14px;
	line-height: 1.65;
}

body.vsedohaty-page-body .us-subcategory {
	margin-bottom: 16px;
	padding: 14px;
}

body.vsedohaty-page-body .subcat-row {
	row-gap: 12px;
}

body.vsedohaty-page-body .subcat-item {
	min-height: 128px;
	padding: 14px 10px;
	border: 1px solid #edf2f6;
	border-radius: 8px;
	background: #f8fafc;
	color: #111827;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.vsedohaty-page-body .subcat-item:hover {
	border-color: #06479a;
	box-shadow: 0 12px 20px rgba(6, 71, 154, .10);
	transform: translateY(-2px);
}

body.vsedohaty-page-body .subcat-item-img {
	max-height: 70px;
	object-fit: contain;
}

body.vsedohaty-page-body .subcat-item-title {
	margin-top: 8px;
	color: #1f2937;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

body.vsedohaty-page-body .us-category-sort-block {
	margin-bottom: 16px;
	padding: 12px 14px;
	align-items: center;
}

body.vsedohaty-page-body .sort-limit {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

body.vsedohaty-page-body .sort-select,
body.vsedohaty-page-body .limit-select,
body.vsedohaty-page-body .us-acc-select,
body.vsedohaty-page-body .form-control {
	min-height: 42px;
	border: 1px solid #d3dbe5;
	border-radius: 6px;
	background-color: #fff;
	color: #27313d;
	font-size: 14px;
	box-shadow: none;
}

body.vsedohaty-page-body .us-category-appearance-btn {
	width: 42px;
	height: 42px;
	border: 1px solid #d3dbe5;
	border-radius: 6px;
	background: #fff;
	color: #06479a;
}

body.vsedohaty-page-body .us-category-appearance-btn.active,
body.vsedohaty-page-body .us-category-appearance-btn:hover {
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .us-category-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-right: 0;
	margin-left: 0;
}

body.vsedohaty-page-body .us-category-products::before,
body.vsedohaty-page-body .us-category-products::after {
	display: none;
}

body.vsedohaty-page-body .us-category-products > .product-layout {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
	flex: none;
}

body.vsedohaty-page-body .us-module-item {
	min-height: 100%;
	padding: 14px;
	border: 1px solid #e1e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
	overflow: hidden;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.vsedohaty-page-body .us-module-item:hover {
	border-color: #b8d1ed;
	box-shadow: 0 16px 28px rgba(15, 23, 42, .08);
	transform: translateY(-2px);
}

body.vsedohaty-page-body .us-module-img {
	min-height: 178px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
	border-radius: 8px;
	background: #f8fafc;
}

body.vsedohaty-page-body .us-module-img img {
	max-height: 170px;
	object-fit: contain;
}

body.vsedohaty-page-body .us-module-title a {
	color: #1f2937;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
}

body.vsedohaty-page-body .us-module-title a:hover {
	color: #06479a;
	text-decoration: underline;
}

body.vsedohaty-page-body .us-module-model,
body.vsedohaty-page-body .us-product-list-description,
body.vsedohaty-page-body .us-category-attr-item {
	color: #64748b;
	font-size: 12px;
	line-height: 1.4;
}

body.vsedohaty-page-body .us-module-rating {
	justify-content: flex-start !important;
	margin-top: 8px;
}

body.vsedohaty-page-body .vhd-product-stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 900;
}

body.vsedohaty-page-body .vhd-product-stock.is-in {
	color: #16a34a;
}

body.vsedohaty-page-body .vhd-product-stock.is-order {
	color: #b45309;
}

body.vsedohaty-page-body .us-module-price {
	margin-top: 12px;
}

body.vsedohaty-page-body .us-module-price-actual,
body.vsedohaty-page-body .us-module-price-new,
body.vsedohaty-page-body .us-price-actual,
body.vsedohaty-page-body .us-price-new {
	color: #e11d2e;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 900;
}

body.vsedohaty-page-body .us-module-price-old,
body.vsedohaty-page-body .us-price-old {
	color: #94a3b8;
	font-size: 13px;
	text-decoration: line-through;
}

body.vsedohaty-page-body .us-module-cart-btn,
body.vsedohaty-page-body .us-product-btn,
body.vsedohaty-page-body .us-module-btn.us-module-btn-green,
body.vsedohaty-page-body .oct-load-more-button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 6px;
	background: #ffc400;
	color: #111827;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

body.vsedohaty-page-body .us-module-cart-btn:hover,
body.vsedohaty-page-body .us-product-btn:hover,
body.vsedohaty-page-body .us-module-btn.us-module-btn-green:hover,
body.vsedohaty-page-body .oct-load-more-button:hover {
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .button-one-click {
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .button-one-click:hover {
	background: #0f172a;
	color: #fff;
}

body.vsedohaty-page-body .us-module-buttons-link,
body.vsedohaty-page-body .compare-wishlist-btn {
	border: 1px solid #e1e8f0;
	border-radius: 6px;
	background: #fff;
	color: #06479a;
}

body.vsedohaty-page-body .us-module-buttons-link:hover,
body.vsedohaty-page-body .compare-wishlist-btn:hover {
	border-color: #06479a;
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .pagination {
	margin-top: 22px;
	justify-content: center;
}

body.vsedohaty-page-body .us-product {
	padding: 20px;
}

body.vsedohaty-page-body .us-product-top {
	gap: 28px;
	align-items: flex-start;
}

body.vsedohaty-page-body .us-product-left {
	flex: 0 0 min(520px, 43%);
	max-width: min(520px, 43%);
}

body.vsedohaty-page-body .us-product-right {
	min-width: 0;
	flex: 1 1 auto;
}

body.vsedohaty-page-body .us-product-photo-main,
body.vsedohaty-page-body .image-additional-box,
body.vsedohaty-page-body .us-product-info,
body.vsedohaty-page-body .us-product-attr,
body.vsedohaty-page-body .us-product-action {
	border: 1px solid #edf2f6;
	border-radius: 8px;
	background: #f8fafc;
}

body.vsedohaty-page-body .us-product-photo-main {
	padding: 18px;
}

body.vsedohaty-page-body .us-product-slide {
	background: #fff;
	border-radius: 8px;
}

body.vsedohaty-page-body .us-product-slide img {
	object-fit: contain;
}

body.vsedohaty-page-body .image-additional-box {
	padding: 10px;
}

body.vsedohaty-page-body .additional-gallery-item {
	border-radius: 6px;
	background: #fff;
	border: 1px solid #e1e8f0;
}

body.vsedohaty-page-body .additional-gallery-item.active,
body.vsedohaty-page-body .additional-gallery-item:hover {
	border-color: #06479a;
}

body.vsedohaty-page-body .us-product-rating-wishlist {
	margin-bottom: 14px;
}

body.vsedohaty-page-body .us-product-info,
body.vsedohaty-page-body .us-product-attr,
body.vsedohaty-page-body .us-product-action {
	margin-top: 14px;
	padding: 16px;
}

body.vsedohaty-page-body .us-product-action {
	order: 2 !important;
}

body.vsedohaty-page-body .us-product-attr {
	order: 3 !important;
}

body.vsedohaty-page-body .us-product-info-list {
	margin-bottom: 14px;
}

body.vsedohaty-page-body .us-product-info-item {
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

body.vsedohaty-page-body .us-product-info-code,
body.vsedohaty-page-body .us-product-info-is {
	color: #111827;
	font-weight: 800;
}

body.vsedohaty-page-body .us-product-link {
	color: #06479a;
	font-weight: 800;
	cursor: pointer;
}

body.vsedohaty-page-body .us-price-block {
	gap: 12px;
	flex-wrap: wrap;
}

body.vsedohaty-page-body .us-product-attr-title,
body.vsedohaty-page-body .us-product-option-title,
body.vsedohaty-page-body .us-page-main-title {
	color: #111827;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
}

body.vsedohaty-page-body .us-product-attr-cont,
body.vsedohaty-page-body .us-product-attributes-cont {
	margin-top: 12px;
}

body.vsedohaty-page-body .us-product-attr-item {
	padding: 9px 0;
	border-bottom: 1px solid #e8eef5;
	gap: 16px;
}

body.vsedohaty-page-body .us-product-attr-item span:last-child {
	color: #111827;
	font-weight: 800;
	text-align: right;
}

body.vsedohaty-page-body .us-product-action {
	gap: 18px;
}

body.vsedohaty-page-body .us-product-quantity {
	margin: 14px 0;
}

body.vsedohaty-page-body .us-product-quantity-btn {
	border-color: #d3dbe5;
	background: #fff;
	color: #06479a;
}

body.vsedohaty-page-body .us-product-description-nav {
	margin-top: 18px;
	margin-bottom: 0;
	padding: 10px;
	gap: 8px;
}

body.vsedohaty-page-body .us-product-nav-item span {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	padding: 0 14px;
	border-radius: 6px;
	color: #475569;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

body.vsedohaty-page-body .us-product-nav-item-active span,
body.vsedohaty-page-body .us-product-nav-item span:hover {
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body .us-product-description-cont,
body.vsedohaty-page-body .us-product-attributes,
body.vsedohaty-page-body .us-product-extra-tab-content,
body.vsedohaty-page-body .us-reviews,
body.vsedohaty-page-body .us-product-faq-tab-content {
	margin-top: 16px;
	padding: 20px;
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

body.vsedohaty-page-body .modal-content {
	border: 0;
	border-radius: 8px;
}

@media (max-width: 1399px) {
	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.vsedohaty-page-body .us-product-left {
		flex-basis: min(460px, 42%);
		max-width: min(460px, 42%);
	}
}

@media (max-width: 1199px) {
	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.vsedohaty-page-body .us-product-top {
		gap: 20px;
	}

	body.vsedohaty-page-body .us-product-left {
		flex-basis: min(410px, 44%);
		max-width: min(410px, 44%);
	}
}

@media (max-width: 991px) {
	body.vsedohaty-page-body .vhd-category-hero {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	body.vsedohaty-page-body .vhd-category-hero-stats {
		min-width: 0;
	}

	body.vsedohaty-page-body .vhd-category-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.vsedohaty-page-body .vhd-filter-open {
		display: inline-flex;
		width: 100%;
	}

	body.vsedohaty-page-body .vhd-category-chipbar {
		width: 100%;
		margin-left: 0;
	}

	body.vsedohaty-page-body .vhd-category-chipbar a {
		flex: 1 1 calc(50% - 4px);
		justify-content: center;
	}

	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.vsedohaty-page-body .us-category-sort-block {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 12px;
	}

	body.vsedohaty-page-body .us-product {
		padding: 14px;
	}

	body.vsedohaty-page-body .us-product-top {
		flex-direction: column;
		gap: 12px;
	}

	body.vsedohaty-page-body .us-product-left,
	body.vsedohaty-page-body .us-product-right {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
	}

	body.vsedohaty-page-body .us-product-photo-main {
		margin-bottom: 0 !important;
		padding: 12px;
	}

	body.vsedohaty-page-body .us-product-slide-box {
		height: auto;
		min-height: 0;
	}

	body.vsedohaty-page-body .us-product-rating-wishlist {
		margin-bottom: 8px;
	}

	body.vsedohaty-page-body .us-product-description-nav {
		align-items: stretch !important;
		flex-direction: row !important;
		flex-wrap: wrap;
	}

	body.vsedohaty-page-body #product-category #column-left {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		max-height: 0;
		margin-bottom: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(-8px);
		transition: max-height .24s ease, margin-bottom .24s ease, opacity .18s ease, transform .18s ease;
	}

	body.vsedohaty-page-body #product-category #column-left.vhd-category-menu-open {
		max-height: 72vh;
		margin-bottom: 14px;
		opacity: 1;
		overflow-y: auto;
		transform: translateY(0);
	}

	body.vsedohaty-page-body #product-category #column-left .vhd-filter-panel,
	body.vsedohaty-page-body #product-category #column-left .us-categories-box {
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	body.vsedohaty-page-body #product-category,
	body.vsedohaty-page-body #product-product {
		padding-top: 14px;
		padding-bottom: 24px;
	}

	body.vsedohaty-page-body .us-main-shop-title {
		font-size: 25px;
		line-height: 1.2;
	}

	body.vsedohaty-page-body .vhd-category-hero {
		padding: 18px;
	}

	body.vsedohaty-page-body .vhd-category-eyebrow {
		font-size: 11px;
	}

	body.vsedohaty-page-body .vhd-category-hero-copy p {
		font-size: 14px;
	}

	body.vsedohaty-page-body .vhd-category-hero-stats {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body .vhd-category-chipbar a {
		flex-basis: 100%;
	}

	body.vsedohaty-page-body .us-category-description > .d-flex {
		flex-direction: column;
	}

	body.vsedohaty-page-body .us-category-description-img {
		margin-right: 0;
		margin-bottom: 14px;
	}

	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body .us-category-products > .product-layout {
		min-width: 0;
	}

	body.vsedohaty-page-body .us-module-img {
		min-height: 150px;
	}

	body.vsedohaty-page-body .us-module-img img {
		max-height: 145px;
	}

	body.vsedohaty-page-body .sort-limit,
	body.vsedohaty-page-body .sort-select,
	body.vsedohaty-page-body .limit-select {
		width: 100%;
	}

	body.vsedohaty-page-body .us-product-info,
	body.vsedohaty-page-body .us-product-attr,
	body.vsedohaty-page-body .us-product-action,
	body.vsedohaty-page-body .us-product-description-cont,
	body.vsedohaty-page-body .us-product-attributes,
	body.vsedohaty-page-body .us-product-extra-tab-content,
	body.vsedohaty-page-body .us-reviews,
	body.vsedohaty-page-body .us-product-faq-tab-content {
		padding: 14px;
	}

	body.vsedohaty-page-body .us-product-action {
		display: block !important;
	}

	body.vsedohaty-page-body .us-product-btn,
	body.vsedohaty-page-body .us-module-cart-btn,
	body.vsedohaty-page-body .us-module-btn.us-module-btn-green {
		width: 100%;
	}

	body.vsedohaty-page-body .us-product-nav-item {
		width: 100%;
	}

	body.vsedohaty-page-body .us-product-nav-item span {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 1399px) {
	body.vsedohaty-page-body .container {
		max-width: 1200px;
	}

	.vhd-header-inner {
		grid-template-columns: 230px 170px minmax(280px, 1fr) 190px 150px;
		gap: 12px;
	}

	.vhd-brand strong {
		font-size: 27px;
	}

	.vhd-hero-grid {
		grid-template-columns: 240px minmax(0, 1fr) 300px;
	}
}

@media (max-width: 1199px) {
	.vhd-topline-left a:nth-child(n+5),
	.vhd-topline-right a:nth-child(n+3),
	.vhd-phone {
		display: none;
	}

	.vhd-header-inner {
		grid-template-columns: 235px 190px minmax(0, 1fr) 150px;
	}

	.vhd-search {
		grid-template-columns: minmax(0, 1fr) 64px;
	}

	.vhd-search select {
		display: none;
	}

	.vhd-hero-grid {
		grid-template-columns: 245px minmax(0, 1fr);
	}

	.vhd-trust-panel {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.vhd-trust-card {
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 14px;
	}

	.vhd-trust-card > i {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.vhd-category-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.vhd-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.vsedohaty-page-body .container {
		max-width: 100%;
	}

	.vhd-topline {
		display: none;
	}

	.vhd-header-inner {
		grid-template-columns: 1fr 150px;
		min-height: auto;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.vhd-brand {
		grid-column: 1 / 2;
	}

	.vhd-catalog-button {
		grid-column: 2 / 3;
		min-height: 48px;
		font-size: 14px;
	}

	.vhd-search {
		grid-column: 1 / -1;
		height: 48px;
	}

	.vhd-cart {
		display: none;
	}

	.vhd-blue-nav-inner {
		justify-content: flex-start;
	}

	.vhd-hero-grid {
		grid-template-columns: 1fr;
	}

	.vhd-side-catalog {
		display: none;
	}

	.vhd-side-catalog.is-open {
		display: block;
	}

	.vhd-side-catalog.is-open .vhd-side-submenu {
		position: static;
		width: auto;
		max-width: none;
		height: auto;
		aspect-ratio: auto;
		min-height: 0;
		max-height: none;
		display: none;
		padding: 14px 18px 18px 53px;
		border: 0;
		border-bottom: 1px solid #edf2f6;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}

	.vhd-side-catalog.is-open .vhd-side-catalog-item.is-expanded > .vhd-side-submenu,
	.vhd-side-catalog.is-open .vhd-side-catalog-item:hover > .vhd-side-submenu,
	.vhd-side-catalog.is-open .vhd-side-catalog-item:focus-within > .vhd-side-submenu {
		display: block;
	}

	.vhd-side-catalog.is-open .vhd-side-submenu-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vhd-hero-main {
		min-height: 348px;
	}

	.vhd-hero-products {
		min-height: 240px;
	}

	.vhd-hero-collage {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 92% center;
	}

	.vhd-trust-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vhd-promo-row {
		grid-template-columns: 1fr;
	}

	.vhd-service-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.vhd-header-inner {
		grid-template-columns: 1fr;
	}

	.vhd-catalog-button {
		grid-column: 1;
	}

	.vhd-brand strong {
		font-size: 25px;
	}

	.vhd-brand-mark {
		width: 46px;
		height: 46px;
		font-size: 27px;
	}

	.vhd-blue-nav {
		display: none;
	}

	.vhd-hero-section {
		padding-top: 12px;
	}

	.vhd-hero-copy {
		padding: 24px 22px 14px;
		width: min(330px, 86%);
	}

	.vhd-hero-label {
		min-height: 28px;
		font-size: 13px;
	}

	.vhd-hero-copy h1 {
		font-size: 31px;
		color: #fff;
		text-shadow:
			0 2px 0 #06479a,
			0 0 14px rgba(6, 71, 154, .85),
			0 10px 24px rgba(15, 23, 42, .32);
		-webkit-text-stroke: 1px #06479a;
	}

	.vhd-hero-copy li {
		color: #fff;
		font-size: 14px;
		font-weight: 900;
		text-shadow:
			0 1px 0 #06479a,
			0 0 12px rgba(6, 71, 154, .9),
			0 8px 18px rgba(15, 23, 42, .28);
	}

	.vhd-hero-copy li i {
		color: #fff;
		text-shadow: 0 1px 0 #06479a, 0 0 10px rgba(6, 71, 154, .9);
	}

	.vhd-hero-products {
		min-height: 220px;
	}

	.vhd-hero-collage {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 100% center;
	}

	.vhd-hero-img.drill {
		right: 18px;
		bottom: 26px;
		width: 130px;
		height: 130px;
	}

	.vhd-hero-img.paint {
		left: 18px;
		bottom: 32px;
		width: 100px;
		height: 100px;
	}

	.vhd-hero-img.plumbing {
		left: 112px;
		bottom: 24px;
		width: 98px;
		height: 98px;
	}

	.vhd-hero-img.lamp {
		left: 42px;
		top: 18px;
		width: 62px;
		height: 62px;
	}

	.vhd-hero-img.cable {
		right: 120px;
		top: 22px;
		width: 90px;
		height: 90px;
	}

	.vhd-toolbox {
		right: 92px;
		bottom: 42px;
		width: 110px;
		height: 70px;
	}

	.vhd-toolbox::before {
		left: 28px;
		right: 28px;
		top: -15px;
		height: 24px;
		border-width: 7px;
	}

	.vhd-toolbox::after {
		top: 28px;
		height: 14px;
	}

	.vhd-trust-panel,
	.vhd-category-strip,
	.vhd-products {
		grid-template-columns: 1fr;
	}

	.vhd-category-strip a {
		min-height: 92px;
		grid-template-columns: 86px minmax(0, 1fr) 60px;
		grid-template-rows: auto;
		justify-items: start;
		text-align: left;
	}

	.vhd-category-strip img {
		max-height: 70px;
	}

	.vhd-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.vhd-products-section {
		padding-top: 20px;
	}

	.vhd-product-image {
		aspect-ratio: 1 / .55;
	}

	.vhd-promo-card.day b {
		position: static;
		margin-top: 12px;
	}

	.vhd-service-row {
		grid-template-columns: 1fr;
	}
}

/* Product page: ВсеДоХати visual layer */
body.vsedohaty-page-body #product-product .vhd-product-heading {
	position: relative;
	overflow: hidden;
}

body.vsedohaty-page-body #product-product .us-product {
	padding: 18px;
	border-color: #dce6f1;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

body.vsedohaty-page-body #product-product .us-product-top {
	display: grid !important;
	grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

body.vsedohaty-page-body #product-product .us-product-left {
	width: auto;
	max-width: none;
	flex: none;
}

body.vsedohaty-page-body #product-product .us-product-photo-main {
	min-height: 510px;
	display: grid;
	align-items: center;
	margin-bottom: 12px !important;
	padding: 22px;
	border-color: #e0e9f2;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body.vsedohaty-page-body #product-product .us-product-slide,
body.vsedohaty-page-body #product-product .us-product-slide span {
	min-height: 460px;
	display: grid !important;
	place-items: center;
}

body.vsedohaty-page-body #product-product .us-product-slide img {
	max-height: 450px;
	width: auto;
	margin: 0 auto;
}

body.vsedohaty-page-body #product-product .image-additional-box {
	background: #fff;
}

body.vsedohaty-page-body #product-product .additional-gallery-item {
	min-height: 72px;
	display: grid;
	place-items: center;
}

body.vsedohaty-page-body #product-product .us-product-right {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(310px, .86fr);
	gap: 12px 14px;
	align-items: start;
	align-self: stretch;
	justify-self: stretch;
	width: 100% !important;
	min-width: 0;
}

body.vsedohaty-page-body #product-product .us-product-rating-wishlist {
	grid-column: 1 / -1;
	min-height: 44px;
	margin-bottom: 0;
	padding: 0 2px;
}

body.vsedohaty-page-body #product-product .vhd-product-promise-row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

body.vsedohaty-page-body #product-product .vhd-product-promise-row span {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #dfe8f1;
	border-radius: 6px;
	background: #f8fafc;
	color: #27313d;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 900;
}

body.vsedohaty-page-body #product-product .vhd-product-promise-row i {
	color: #06479a;
	font-size: 15px;
}

body.vsedohaty-page-body #product-product .us-product-info,
body.vsedohaty-page-body #product-product .us-product-attr,
body.vsedohaty-page-body #product-product .us-product-action {
	width: 100%;
	max-width: none;
	margin-top: 0;
	border-color: #dfe8f1;
	background: #f8fafc;
}

body.vsedohaty-page-body #product-product .us-product-info {
	grid-column: 1;
	grid-row: 3;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.vsedohaty-page-body #product-product .us-product-info > .d-flex {
	gap: 14px;
}

body.vsedohaty-page-body #product-product .us-product-info-left {
	width: 100%;
	min-width: 0;
}

body.vsedohaty-page-body #product-product .us-product-info-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 0;
}

body.vsedohaty-page-body #product-product .us-product-info-item {
	min-height: 38px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border: 1px solid #e6edf4;
	border-radius: 6px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	line-height: 1.25;
}

body.vsedohaty-page-body #product-product .us-product-info-item-stock {
	border-color: rgba(22, 163, 74, .22);
	background: #f0fdf4;
}

body.vsedohaty-page-body #product-product .us-product-info-is {
	color: #15803d;
}

body.vsedohaty-page-body #product-product .us-out-of-stock .us-product-info-is {
	color: #b45309;
}

body.vsedohaty-page-body #product-product .us-price-block {
	margin-top: 14px;
	padding: 16px;
	border: 1px solid #f1df8a;
	border-left: 5px solid #ffc400;
	border-radius: 8px;
	background: #fffdf2;
}

body.vsedohaty-page-body #product-product .us-price-actual,
body.vsedohaty-page-body #product-product .us-price-new {
	font-size: 36px;
	line-height: 1;
}

body.vsedohaty-page-body #product-product .us-product-points {
	margin-top: 8px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}

body.vsedohaty-page-body #product-product .us-product-action {
	grid-column: 2;
	grid-row: 3 / span 2;
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
	background: #fff;
}

body.vsedohaty-page-body #product-product .us-product-action-left {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.vsedohaty-page-body #product-product .us-product-action-left > .us-product-quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
}

body.vsedohaty-page-body #product-product .product-quantity-label {
	margin-bottom: 0;
	color: #27313d;
	font-size: 13px;
	font-weight: 900;
}

body.vsedohaty-page-body #product-product .btn-group.us-product-quantity {
	width: 142px;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	margin: 0;
}

body.vsedohaty-page-body #product-product .us-product-quantity-btn,
body.vsedohaty-page-body #product-product #input-quantity {
	width: 100%;
	height: 42px;
	border: 1px solid #d3dbe5;
	background: #fff;
	color: #111827;
	font-weight: 900;
	text-align: center;
}

body.vsedohaty-page-body #product-product .us-product-quantity-btn {
	color: #06479a;
	font-size: 18px;
}

body.vsedohaty-page-body #product-product .us-product-btn {
	width: 100%;
	min-height: 50px;
	font-size: 16px;
}

body.vsedohaty-page-body #product-product .button-one-click {
	background: #06479a;
	color: #fff;
}

body.vsedohaty-page-body #product-product .vhd-product-support {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #dfe8f1;
	border-radius: 8px;
	background: #f8fafc;
}

body.vsedohaty-page-body #product-product .vhd-product-support-title {
	color: #111827;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 900;
}

body.vsedohaty-page-body #product-product .vhd-product-support-item {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding-top: 10px;
	border-top: 1px solid #e6edf4;
}

body.vsedohaty-page-body #product-product .vhd-product-support-item i {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	background: #06479a;
	color: #fff;
	font-size: 15px;
}

body.vsedohaty-page-body #product-product .vhd-product-support-item strong,
body.vsedohaty-page-body #product-product .vhd-product-support-item small {
	display: block;
}

body.vsedohaty-page-body #product-product .vhd-product-support-item strong {
	color: #111827;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 900;
}

body.vsedohaty-page-body #product-product .vhd-product-support-item small {
	margin-top: 3px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

body.vsedohaty-page-body #product-product .us-product-action-right {
	padding-top: 14px;
	border-top: 1px solid #e6edf4;
}

body.vsedohaty-page-body #product-product .us-product-attr-title,
body.vsedohaty-page-body #product-product .us-product-option-title,
body.vsedohaty-page-body #product-product .us-page-main-title {
	font-size: 20px;
}

body.vsedohaty-page-body #product-product .us-product-attr {
	grid-column: 1;
	grid-row: 4;
}

body.vsedohaty-page-body #product-product .us-product-attr-item {
	align-items: flex-start;
}

body.vsedohaty-page-body #product-product .us-product-description-nav {
	position: sticky;
	top: 0;
	z-index: 2;
	gap: 8px !important;
	padding: 10px !important;
}

body.vsedohaty-page-body #product-product .us-product-nav-item {
	margin: 0 !important;
}

body.vsedohaty-page-body #product-product .us-product-nav-item > span {
	border: 1px solid #e1e8f0;
	background: #fff;
	color: #475569;
	font-size: 14px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.vsedohaty-page-body #product-product .us-product-nav-item-active > span,
body.vsedohaty-page-body #product-product .us-product-nav-item > span:hover {
	border-color: #06479a;
	background: #06479a;
	color: #fff;
	text-decoration: none !important;
}

body.vsedohaty-page-body #product-product .us-product-nav-item span::after {
	display: none;
}

body.vsedohaty-page-body #product-product .us-product-nav-item > span span {
	min-height: 0;
	width: auto;
	display: inline;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

body.vsedohaty-page-body #product-product .us-product-nav-item > span span::after {
	display: none;
}

body.vsedohaty-page-body #product-product .us-product-description-cont,
body.vsedohaty-page-body #product-product .us-product-attributes,
body.vsedohaty-page-body #product-product .us-reviews,
body.vsedohaty-page-body #product-product .us-product-faq-tab-content {
	background: #fff;
}

@media (min-width: 992px) {
	body.vsedohaty-page-body #product-product .us-product-left {
		position: sticky;
		top: 12px;
	}
}

@media (max-width: 1199px) {
	body.vsedohaty-page-body #product-product .us-product-top {
		grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
	}

	body.vsedohaty-page-body #product-product .us-product-photo-main {
		min-height: 430px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide,
	body.vsedohaty-page-body #product-product .us-product-slide span {
		min-height: 380px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide img {
		max-height: 370px;
	}
}

@media (max-width: 991px) {
	body.vsedohaty-page-body .vhd-product-heading {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body .vhd-product-heading-aside {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.vsedohaty-page-body #product-product .us-product-top {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body #product-product .us-product-right {
		display: flex !important;
	}

	body.vsedohaty-page-body #product-product .us-product-info,
	body.vsedohaty-page-body #product-product .us-product-attr,
	body.vsedohaty-page-body #product-product .us-product-action,
	body.vsedohaty-page-body #product-product .us-product-rating-wishlist,
	body.vsedohaty-page-body #product-product .vhd-product-promise-row {
		grid-column: auto;
		grid-row: auto;
	}

	body.vsedohaty-page-body #product-product .us-product-left {
		position: static;
	}

	body.vsedohaty-page-body #product-product .us-product-action {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body #product-product .vhd-product-promise-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.vsedohaty-page-body .vhd-product-heading {
		padding: 18px;
	}

	body.vsedohaty-page-body .vhd-product-heading-meta a,
	body.vsedohaty-page-body .vhd-product-heading-meta span,
	body.vsedohaty-page-body .vhd-product-heading-aside span {
		width: 100%;
	}

	body.vsedohaty-page-body .vhd-product-heading-aside {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body #product-product .us-product {
		padding: 12px;
	}

	body.vsedohaty-page-body #product-product .us-product-photo-main {
		min-height: 300px;
		padding: 12px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide,
	body.vsedohaty-page-body #product-product .us-product-slide span {
		min-height: 260px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide img {
		max-height: 250px;
	}

	body.vsedohaty-page-body #product-product .us-product-info-list {
		grid-template-columns: 1fr;
	}

	body.vsedohaty-page-body #product-product .us-price-actual,
	body.vsedohaty-page-body #product-product .us-price-new {
		font-size: 30px;
	}

	body.vsedohaty-page-body #product-product .us-product-action-left > .us-product-quantity {
		align-items: stretch;
		flex-direction: column;
	}

	body.vsedohaty-page-body #product-product .btn-group.us-product-quantity {
		width: 100%;
	}

	body.vsedohaty-page-body #product-product .us-product-description-nav {
		position: static;
	}
}

/* Desktop and large screens */
@media (min-width: 1600px) {
	body.vsedohaty-page-body .container {
		max-width: 1760px;
	}

	.vhd-header-inner {
		grid-template-columns: 280px 220px minmax(520px, 1fr) 240px 180px;
		gap: 22px;
	}

	.vhd-brand strong {
		font-size: 34px;
	}

	.vhd-search {
		grid-template-columns: 190px minmax(0, 1fr) 82px;
	}

	.vhd-blue-nav-inner {
		gap: 26px;
	}

	.vhd-blue-nav a {
		padding-right: 18px;
		padding-left: 18px;
		font-size: 15px;
	}

	.vhd-hero-section {
		padding-top: 24px;
	}

	.vhd-hero-grid {
		grid-template-columns: 292px minmax(0, 1fr) 370px;
		gap: 20px;
	}

	.vhd-side-catalog-link {
		min-height: 50px;
		font-size: 15px;
	}

	.vhd-side-submenu {
		width: clamp(600px, 40vw, 780px);
		height: clamp(400px, 25vw, 520px);
	}

	.vhd-hero-slider,
	.vhd-hero-main {
		min-height: 430px;
	}

	.vhd-hero-copy {
		width: min(560px, 50%);
		padding: 42px 48px;
	}

	.vhd-hero-copy h1 {
		font-size: 42px;
	}

	.vhd-hero-copy p {
		max-width: 500px;
		font-size: 17px;
	}

	.vhd-hero-visual {
		right: 34px;
		width: min(780px, 62%);
	}

	.vhd-trust-panel {
		gap: 12px;
	}

	.vhd-trust-card {
		grid-template-columns: 54px minmax(0, 1fr);
		min-height: 100px;
	}

	.vhd-category-strip {
		gap: 14px;
		margin-top: 18px;
	}

	.vhd-category-strip a {
		min-height: 154px;
	}

	.vhd-products {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 16px;
	}

	.vhd-product-image img {
		max-height: 160px;
	}

	body.vsedohaty-page-body #product-category .us-category-content > .row {
		display: grid;
		grid-template-columns: 330px minmax(0, 1fr);
		gap: 18px;
		margin-right: 0;
		margin-left: 0;
	}

	body.vsedohaty-page-body #product-category #column-left,
	body.vsedohaty-page-body #product-category #content {
		width: auto;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		flex: none;
	}

	body.vsedohaty-page-body #product-category #column-left {
		position: sticky;
		top: 12px;
		align-self: start;
	}

	body.vsedohaty-page-body #product-category #content {
		min-width: 0;
	}

	body.vsedohaty-page-body .vhd-category-hero {
		padding: 26px 30px;
	}

	body.vsedohaty-page-body .vhd-category-hero-copy p {
		max-width: 760px;
		font-size: 16px;
	}

	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 16px;
	}

	body.vsedohaty-page-body .us-module-img {
		min-height: 200px;
	}

	body.vsedohaty-page-body .us-module-img img {
		max-height: 190px;
	}

	body.vsedohaty-page-body #product-product .vhd-product-heading {
		padding: 26px 30px;
	}

	body.vsedohaty-page-body #product-product .vhd-product-heading .us-main-shop-title {
		max-width: 1120px;
		font-size: 36px;
	}

	body.vsedohaty-page-body #product-product .us-product {
		padding: 22px;
	}

	body.vsedohaty-page-body #product-product .us-product-top {
		grid-template-columns: minmax(560px, 640px) minmax(0, 1fr);
		gap: 22px;
	}

	body.vsedohaty-page-body #product-product .us-product-photo-main {
		min-height: 590px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide,
	body.vsedohaty-page-body #product-product .us-product-slide span {
		min-height: 535px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide img {
		max-height: 520px;
	}

	body.vsedohaty-page-body #product-product .us-product-right {
		grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
		gap: 14px 16px;
	}

	body.vsedohaty-page-body #product-product .us-price-actual,
	body.vsedohaty-page-body #product-product .us-price-new {
		font-size: 40px;
	}

	body.vsedohaty-page-body #product-product .us-product-btn {
		min-height: 54px;
	}
}

@media (min-width: 2200px) {
	body.vsedohaty-page-body .container {
		max-width: 1960px;
	}

	.vhd-header-inner {
		grid-template-columns: 300px 235px minmax(680px, 1fr) 250px 190px;
	}

	.vhd-hero-grid {
		grid-template-columns: 320px minmax(0, 1fr) 400px;
		gap: 22px;
	}

	.vhd-hero-slider,
	.vhd-hero-main {
		min-height: 470px;
	}

	.vhd-hero-copy h1 {
		font-size: 46px;
	}

	.vhd-products {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	body.vsedohaty-page-body #product-category .us-category-content > .row {
		grid-template-columns: 350px minmax(0, 1fr);
		gap: 20px;
	}

	body.vsedohaty-page-body .us-category-products {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	body.vsedohaty-page-body #product-product .us-product-top {
		grid-template-columns: minmax(620px, 700px) minmax(0, 1fr);
	}

	body.vsedohaty-page-body #product-product .us-product-photo-main {
		min-height: 640px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide,
	body.vsedohaty-page-body #product-product .us-product-slide span {
		min-height: 585px;
	}

	body.vsedohaty-page-body #product-product .us-product-slide img {
		max-height: 560px;
	}

	body.vsedohaty-page-body #product-product .us-product-right {
		grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
	}
}
