/* Vasylkiv-Bud custom storefront layer */

@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');

/* === START: Base tokens === */
:root {
	--vb-font-title: "Tektur", sans-serif;
	--vb-blue: #1763f7;
	--vb-blue-dark: #0b3f9f;
	--vb-dark: #202832;
	--vb-bg: #f4f7fb; 
	--vb-card: #ffffff;
	--vb-text: #232b35;
	--vb-muted: #6f7a89;
	--vb-border: #e6ebf2;
}

body {
	background: var(--vb-bg);
	color: var(--vb-text);
} 

@media screen and (min-width: 768px) {
	#common-home.container {
		padding-left: 0;
		padding-right: 0;
	}
}
/* === END: Base tokens === */


/* === START: Top bar === */
#top {
	position: relative;
	z-index: 1040;
	height: 40px;
	overflow: visible;
	background: transparent;
}

#top .container {
	position: relative;
	overflow: visible;
	border: 1px solid rgba(23, 99, 247, 0.9);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(17, 39, 82, 0.06);
}

#top .btn-link,
#top .btn-link:hover,
#top .btn-link:focus,
#top .top-address,
#top .top-phone-btn,
#top .us-cart-text {
	color: var(--vb-blue);
}

#top .btn-link {
	font-weight: 600;
	letter-spacing: 0;
}

#top .vb-top-account {
	gap: 8px;
}

#top .vb-top-account i.fa-user {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin: 0;
	border-radius: 50%;
	background: rgba(23, 99, 247, 0.1);
	color: var(--vb-blue);
	font-size: 13px;
}

#top .btn-link i:not(.fa-chevron-down),
#top .top-address i:not(.fa-chevron-down),
#top .btn-shedule i:not(.fa-chevron-down) {
	color: var(--vb-blue);
}

#top .fa-chevron-down {
	color: rgba(23, 99, 247, 0.72);
}

#top .dropdown,
#top .us-dropdown-box {
	position: relative;
}

#top .dropdown-menu,
#top .us-dropdown {
	z-index: 1100;
}

#top .nav-dropdown-menu,
#top .us-dropdown-inner {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.1);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 39, 82, 0.16);
}

#top .us-dropdown {
	top: 100%;
	padding-top: 8px;
}

#top .us-dropdown-item {
	color: var(--vb-text);
}

#top .us-dropdown-item:hover,
#top .header-dropdown-menu a:hover,
#top .nav-dropdown-menu button:hover {
	color: var(--vb-blue);
	text-decoration: none;
}
/* === END: Top bar === */


/* === START: Desktop navigation === */

header {
	padding-top: 12px;
	padding-bottom: 12px;
}

header > .container {
	background: #ffffff;
}

.us-logo-img {
	max-width: none;
	width: auto;
}

header .us-phone-box,
header .us-phone-content {
	position: relative;
}

header .us-phone-box {
	overflow: visible;
	z-index: 20;
}

header .us-phone-content .header-dropdown-menu {
	position: absolute;
	top: var(--vb-phone-dropdown-top, calc(100% + 10px));
	right: 0;
	left: auto;
	z-index: 2000;
	min-width: var(--vb-phone-dropdown-min, 210px);
	max-width: var(--vb-phone-dropdown-max, none);
	margin: 0;
	padding: 8px;
	overflow: visible;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(17, 39, 82, 0.16);
	text-align: center;
}

header .us-phone-content .header-dropdown-menu:before {
	content: "";
	position: absolute;
	top: -6px;
	right: 18px;
	width: 12px;
	height: 12px;
	border-top: 1px solid rgba(23, 99, 247, 0.12);
	border-left: 1px solid rgba(23, 99, 247, 0.12);
	background: #ffffff;
	transform: rotate(45deg);
}

header .us-phone-content .header-dropdown-menu li {
	position: relative;
	z-index: 1;
}

header .us-phone-content .header-dropdown-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 10px;
	color: var(--vb-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

header .us-phone-content .header-dropdown-menu a:hover,
header .us-phone-content .header-dropdown-menu a:focus {
	background: rgba(23, 99, 247, 0.08);
	color: var(--vb-blue);
	text-decoration: none;
}

header .us-phone-content .header-dropdown-menu i {
	margin-right: 0;
	color: var(--vb-blue);
	font-size: 12px;
}

@media screen and (max-width: 991px) {
	.us-logo-img {
		height: 35px;
	}
}

.menu-row .container {
	border-radius: 12px;
	background:
		linear-gradient(90deg, rgba(11, 63, 159, 0.98) 0%, rgba(23, 99, 247, 0.96) 48%, rgba(55, 132, 255, 0.94) 100%),
		linear-gradient(0deg, rgba(8, 36, 88, 0.16), rgba(8, 36, 88, 0));
	box-shadow: 0 12px 28px rgba(15, 55, 145, 0.18);
}

.menu-row .oct-ultra-menu {
	/*border-top-left-radius: 12px;*/
	/*border-bottom-left-radius: 12px;*/
	background: rgba(255, 255, 255, 0.14);
}

#oct-menu-box:hover .oct-ultra-menu {
	background: rgba(10, 40, 105, 0.28);
}

@media screen and (min-width: 992px) {
	header .us-cart-link {
		display: none;
	}

	header .us-search-box .header-input-group {
		position: relative;
		height: 35px;
		padding-left: 0;
		border: 1px solid rgba(23, 99, 247, 0.12);
		border-radius: 12px;
		background: #f7faff;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
		transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
	}

	header .us-search-box .header-input-group:focus-within {
		border-color: rgba(23, 99, 247, 0.42);
		background: #ffffff;
		box-shadow: 0 8px 18px rgba(17, 39, 82, 0.08);
	}

	header .us-search-box .header-input {
		width: 100%;
		height: 100%;
		padding: 0 58px 0 14px;
		background: transparent;
		color: var(--vb-text);
		font-size: 14px;
		font-weight: 500;
	}

	header .us-search-box .header-input::placeholder {
		color: rgba(111, 122, 137, 0.68);
	}

	header .us-search-box .header-btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		max-width: 48px;
		height: 100%;
		border: 0 !important;
		border-left: 1px solid rgba(23, 99, 247, 0.1) !important;
		border-radius: 0 11px 11px 0;
		background: transparent;
		color: var(--vb-blue);
		transition: background-color .2s ease, color .2s ease;
	}

	header .us-search-box .header-btn-search:hover {
		background: rgba(23, 99, 247, 0.08);
		color: var(--vb-blue-dark);
	}

	header .us-search-box .header-btn-search i {
		color: currentColor;
		font-size: 16px;
	}

	#top .container {
		border-bottom: 0;
		border-radius: 14px 14px 0 0;
		box-shadow: none;
	}

	header {
		position: relative;
		z-index: 1010;
		padding-top: 0;
		padding-bottom: 0;
	}

	header > .container {
		overflow: visible;
		border: 1px solid rgba(23, 99, 247, 0.9);
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
		background: #ffffff;
		box-shadow: none;
		padding-top: 6px;
	}

	header .us-phone-box {
		--vb-phone-dropdown-top: calc(100% + 10px);
		--vb-phone-dropdown-min: 210px;
		--vb-phone-dropdown-max: none;
	}

	.menu-row {
		height: 50px;
		background: transparent;
		z-index: 1001;
		margin-bottom: 12px;
	}

	.menu-row .row,
	#oct-menu-box,
	#oct-megamenu,
	#oct-megamenu .navbar-nav {
		min-height: 50px;
	}

	.menu-row .container {
		overflow: visible;
		border: 1px solid rgba(23, 99, 247, 0.9);
		border-top: 0;
		border-radius: 0 0 14px 14px;
		background: linear-gradient(90deg, #0b3f9f 0%, #1763f7 62%, #2f78ff 100%);
		box-shadow: 0 12px 28px rgba(17, 39, 82, 0.08);
	}

	.menu-row .oct-ultra-menu {
		height: 50px;
		padding: 0 18px;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
		color: #ffffff;
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 0;
		transition: background .2s ease, color .2s ease;
	}

	.menu-row .oct-ultra-menu span {
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	.menu-row .oct-ultra-menu i {
		position: static;
		font-size: 16px;
		transition: transform .2s ease;
	}

	#oct-menu-box:hover .oct-ultra-menu i {
		transform: rotate(90deg);
	}

	.menu-row #oct-megamenu {
		padding: 0 8px;
	}

	.menu-row .oct-mm-link,
	.menu-row .oct-mm-simple-link {
		height: 50px;
		padding: 0 1px;
	}

	.menu-row .oct-mm-link > a,
	.menu-row .oct-mm-simple-link > a {
		position: relative;
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 12px;
		border-radius: 0;
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0;
		text-decoration: none;
		transition: background .18s ease, color .18s ease;
	}

	.menu-row .oct-mm-link > a:after,
	.menu-row .oct-mm-simple-link > a:after {
		display: none;
	}

	.menu-row .oct-mm-link > a i {
		margin-left: 8px;
		color: rgba(255, 255, 255, 0.7);
		font-size: 9px;
	}

	.menu-row .oct-mm-link:hover > a,
	.menu-row .oct-mm-simple-link:hover > a {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.12);
	}

	.menu-row #oct-menu-dropdown-menu,
	.menu-row .oct-mm-dropdown {
		border: 1px solid rgba(15, 55, 145, 0.1);
		border-top: 0;
		border-radius: 0 0 12px 12px;
		background: #ffffff;
		box-shadow: 0 22px 50px rgba(17, 39, 82, 0.18);
	}

	.menu-row .oct-mm-dropdown {
		margin-top: 0;
		color: var(--vb-text);
	}

	.menu-row #oct-menu-box:hover #oct-menu-dropdown-menu,
	.menu-row .oct-mm-link:hover .oct-mm-dropdown {
		top: 50px;
	}

	.menu-row .oct-menu-li:hover > .oct-menu-child-ul {
		top: 0;
	}

	.menu-row .oct-mm-dropdown-sm {
		overflow: visible;
		border-radius: 0 0 10px 10px;
	}

	.menu-row #oct-menu-dropdown-menu {
		overflow: visible;
	}

	.menu-row .oct-menu-li {
		padding: 0 10px;
		border-top-color: var(--vb-border);
		background: #ffffff;
		transition: background .18s ease;
	}

	.menu-row .oct-menu-li:hover {
		background: #f4f8ff;
	}

	.menu-row .oct-menu-li > a,
	.menu-row .oct-menu-li > div > a {
		color: var(--vb-text);
		font-weight: 700;
		letter-spacing: 0;
		transition: color .18s ease;
	}

	.menu-row .oct-menu-li:hover > a,
	.menu-row .oct-menu-li:hover > div > a,
	.menu-row .oct-mm-child a:hover,
	.menu-row .oct-mm-parent-link:hover .oct-mm-parent-title {
		color: var(--vb-blue);
	}

	.menu-row .oct-menu-toggle {
		color: rgba(23, 99, 247, 0.72);
	}

	.menu-row .oct-mm-parent-title {
		color: var(--vb-text);
		font-weight: 800;
		letter-spacing: 0;
	}

	.menu-row .oct-mm-child a {
		color: var(--vb-muted);
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-row .oct-mm-link > a,
	.menu-row .oct-mm-simple-link > a {
		padding: 0 9px;
		font-size: 13px;
	}
}
/* === END: Desktop navigation === */


/* === START: Mobile navigation === */
@media screen and (max-width: 991px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	#top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 55px;
		z-index: 1001;
		background: #eef3f9;
		border-radius: 0 0 14px 14px;
	}

	#top .container {
		border: 1px solid rgba(23, 99, 247, 0.26);
		border-top: 0;
		border-radius: 0 0 14px 14px;
		background: #ffffff;
		box-shadow: 0 10px 24px rgba(17, 39, 82, 0.08);
		overflow: hidden;
	}

	body.top {
		padding-top: 58px;
	}

	.us-menu-mobile,
	.us-top-mobile-item,
	.us-mobile-top-btn,
	#top-links {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}

	.us-menu-mobile,
	.us-top-mobile-item,
	#top-links,
	.us-mobile-top-btn {
		width: 20%;
	}

	.us-menu-mobile {
		color: #ffffff;
		border-radius: 0 0 0 13px;
		background: linear-gradient(135deg, #0b3f9f 0%, #1763f7 58%, #3784ff 100%);
	}

	.us-top-mobile-item,
	.us-mobile-top-btn,
	#top-links {
		border-left: 1px solid rgba(17, 39, 82, 0.08);
	}

	.us-top-mobile-item img,
	.us-mobile-top-btn img {
		filter: brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(713%) hue-rotate(176deg) brightness(93%) contrast(88%);
		opacity: 0.9;
	}

	.us-menu-mobile img {
		filter: brightness(0) invert(1);
		opacity: 0.95;
	}

	#top #us-account-dropdown .btn-user i.fa-user {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		margin: 0;
		color: var(--vb-dark);
		font-size: 17px;
	}

	#top #us-account-dropdown .btn-user {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		padding: 0;
		background: transparent;
		line-height: 1;
	}

	header {
		position: relative;
		z-index: 1000;
		padding: 66px 10px 14px;
		background: #eef3f9;
	}

	header > .container {
		max-width: 100%;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	header .row {
		margin-right: 0;
		margin-left: 0;
		row-gap: 10px;
	}

	header .row > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}

	header .us-logo-box {
		order: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex: 0 0 48%;
		max-width: 48%;
		min-width: 0;
		text-align: left !important;
	}

	header .us-logo-img {
		width: auto;
		max-width: 100%;
		/*height: 34px;*/
		object-fit: contain;
	}

	header .us-phone-box {
		--vb-phone-dropdown-top: calc(100% + 8px);
		--vb-phone-dropdown-min: 190px;
		--vb-phone-dropdown-max: calc(100vw - 20px);
		order: 1;
		display: flex !important;
		justify-content: flex-end !important;
		flex: 0 0 52%;
		max-width: 52%;
		min-width: 0;
		padding-left: 0;
		overflow: visible;
	}

	header .us-phone-content {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		max-width: 100%;
		min-width: 0;
		line-height: 1.1;
	}

	header .top-phone-btn {
		max-width: 100%;
		padding: 0;
		overflow: hidden;
		color: var(--vb-dark);
		font-size: 12px;
		font-weight: 800;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header .top-phone-btn span,
	header .us-phone-link {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	header .top-phone-btn i {
		margin-left: 4px;
		font-size: 8px;
	}

	header .us-phone-link {
		display: block;
		margin-top: 2px;
		color: var(--vb-blue);
		font-size: 10px;
		font-weight: 700;
		line-height: 1;
		text-align: right;
		text-decoration: none;
	}

	header .us-search-box {
		order: 2;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0;
		z-index: 1;
	}

	header .us-search-box .header-input-group {
		position: relative;
		height: 42px;
		padding-left: 0;
		overflow: hidden;
		border: 1px solid rgba(23, 99, 247, 0.12);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 8px 20px rgba(17, 39, 82, 0.06);
	}

	header .us-search-box .header-input {
		width: 100%;
		height: 100%;
		padding: 0 52px 0 14px;
		border: 0;
		background: transparent;
		color: var(--vb-text);
		font-size: 14px;
	}

	header .us-search-box .header-btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		max-width: 46px;
		height: 100%;
		border: 0 !important;
		border-left: 1px solid rgba(23, 99, 247, 0.1) !important;
		border-radius: 0;
		background: transparent;
		color: var(--vb-blue);
	}

	header .us-search-box .header-btn-search i {
		color: currentColor;
		font-size: 16px;
	}

	.mobile-header-index {
		top: -5px;
		right: -7px;
		min-width: 15px;
		height: 15px;
		padding: 0 4px;
		font-size: 9px;
		line-height: 15px;
	}

	#us_menu_mobile_box {
		background: var(--vb-bg);
	}

	#us_menu_mobile_box.expanded {
		box-shadow: 18px 0 46px rgba(17, 39, 82, 0.18);
	}

	#us_menu_mobile_title {
		align-items: center;
		min-height: 58px;
		padding: 0 16px;
		border: 0;
		background: linear-gradient(135deg, #0b3f9f 0%, #1763f7 58%, #3784ff 100%);
	}

	#us_menu_mobile_title .modal-title {
		color: #ffffff;
		font-size: 17px;
		font-weight: 800;
		letter-spacing: 0;
	}

	#us_menu_mobile_close {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 36px;
		height: 36px;
		margin: 0 0 0 auto;
		padding: 0;
		border: 0;
		border-radius: 9px;
		background: rgba(255, 255, 255, 0.14);
	}

	#us_menu_mobile_close:hover {
		background: rgba(255, 255, 255, 0.22);
	}

	.us-mobile-top-btn-wishlist {
		display: none !important;
	}

	#us_menu_mobile_close .us-modal-close-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		border: 0;
		border-radius: 999px;
		background: #ffffff;
		transform-origin: center;
	}

	#us_menu_mobile_close .us-modal-close-left {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#us_menu_mobile_close .us-modal-close-right {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#us_menu_mobile_content {
		height: calc(100% - 58px);
		background: var(--vb-bg);
	}

	#us_menu_mobile_content #oct-menu-ul {
		height: 100%;
		padding: 12px;
		background: var(--vb-bg);
	}

	#us_menu_mobile_content .oct-menu-li {
		margin-bottom: 8px;
		padding: 0;
		overflow: hidden;
		border: 1px solid var(--vb-border);
		border-radius: 10px;
		background: #ffffff;
		box-shadow: 0 6px 18px rgba(17, 39, 82, 0.05);
	}

	#us_menu_mobile_content .oct-menu-li:not(:first-child) {
		border-top: 1px solid var(--vb-border);
	}

	#us_menu_mobile_content .oct-menu-li > a,
	#us_menu_mobile_content .oct-menu-li > div > a {
		display: flex;
		align-items: center;
		min-height: 50px;
		height: auto;
		padding: 14px 16px;
		color: var(--vb-text);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: 0;
	}

	#us_menu_mobile_content .oct-menu-li > div a:first-child {
		width: calc(100% - 50px);
	}

	#us_menu_mobile_content .oct-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		min-height: 50px;
		border-left: 1px solid var(--vb-border);
		background: #f5f9ff;
		color: var(--vb-blue);
	}

	#us_menu_mobile_content .oct-menu-child-ul {
		top: 0;
		padding: 12px;
		background: var(--vb-bg);
	}

	#us_menu_mobile_content .oct-menu-child-ul > .oct-menu-ul {
		height: calc(100% - 60px);
		padding: 0;
		background: var(--vb-bg);
	}

	#us_menu_mobile_content .oct-menu-back {
		margin-bottom: 10px;
		padding: 15px 16px;
		border: 1px solid rgba(23, 99, 247, 0.14);
		border-radius: 10px;
		background: #ffffff;
		color: var(--vb-blue);
		font-size: 14px;
		font-weight: 800;
		letter-spacing: 0;
		box-shadow: 0 6px 18px rgba(17, 39, 82, 0.05);
	}

	#us_menu_mobile_content .oct-menu-back i {
		margin-right: 8px;
	}
}
/* === END: Mobile navigation === */


/* === START: Callback modal === */
#us-callback-modal {
	background: rgba(11, 20, 32, 0.74);
	backdrop-filter: blur(3px);
}

#us-callback-modal .modal-dialog {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
}

#us-callback-modal .modal-content {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(11, 30, 66, 0.28);
}

#us-callback-modal .modal-header {
	align-items: center;
	min-height: 64px;
	padding: 0 14px 0 24px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(135deg, #0b3f9f 0%, #1763f7 58%, #3784ff 100%);
}

#us-callback-modal .modal-title {
	color: #ffffff;
	font-family: var(--vb-font-title);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

#us-callback-modal button.us-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	transition: background-color .18s ease, transform .18s ease;
}

#us-callback-modal button.us-close:hover,
#us-callback-modal button.us-close:focus {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

#us-callback-modal button.us-close .us-modal-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	transform-origin: center;
}

#us-callback-modal button.us-close .us-modal-close-left {
	transform: translate(-50%, -50%) rotate(45deg);
}

#us-callback-modal button.us-close .us-modal-close-right {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#us-callback-modal .modal-body {
	padding: 26px 24px 24px;
	background:
		radial-gradient(circle at top right, rgba(23, 99, 247, 0.08), rgba(23, 99, 247, 0) 34%),
		#ffffff;
}

#us-callback-modal #call-phone-form > .pb-4 {
	padding-bottom: 18px !important;
	color: var(--vb-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

#us-callback-modal .form-group-20,
#us-callback-modal .us-form-checkbox-group-20 {
	margin-bottom: 14px;
}

#us-callback-modal .form-control {
	height: 46px;
	padding: 0 16px;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 13px;
	background: #f7faff;
	color: var(--vb-text);
	font-size: 14px;
	font-weight: 500;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#us-callback-modal textarea.form-control {
	min-height: 132px;
	padding-top: 14px;
	padding-bottom: 14px;
	resize: vertical;
}

#us-callback-modal .form-control::placeholder {
	color: rgba(111, 122, 137, 0.68);
}

#us-callback-modal .form-control:focus {
	border-color: rgba(23, 99, 247, 0.44);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(17, 39, 82, 0.08);
}

#us-callback-modal .form-control.error_style,
#us-callback-modal .us-form-checkbox-input.error_style + label:before {
	border-color: rgba(235, 87, 87, 0.75) !important;
	box-shadow: 0 0 0 3px rgba(235, 87, 87, 0.08);
}

#us-callback-modal .us-form-checkbox-group label {
	align-items: flex-start !important;
	margin-bottom: 0;
	color: var(--vb-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

#us-callback-modal .us-form-checkbox-group label:before {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 0;
	margin-right: 10px;
	border: 1px solid rgba(23, 99, 247, 0.2);
	border-radius: 5px;
	background: #ffffff;
}

#us-callback-modal .us-form-checkbox-input:checked + label:before {
	border-color: var(--vb-blue);
	background: var(--vb-blue);
}

#us-callback-modal .us-form-checkbox-input:checked + label:after {
	top: 4px;
	left: 5px;
	border-color: #ffffff;
}

#us-callback-modal .us-form-checkbox-group a {
	color: var(--vb-blue);
	font-weight: 700;
	text-decoration: none;
}

#us-callback-modal .btn-group {
	display: flex;
	margin-top: 18px;
}

#us-callback-modal .us-module-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	height: 46px;
	padding: 0 24px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(135deg, #0b3f9f 0%, #1763f7 62%, #3784ff 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(23, 99, 247, 0.24);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

#us-callback-modal .us-module-btn:hover,
#us-callback-modal .us-module-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(23, 99, 247, 0.3);
}

@media screen and (max-width: 575px) {
	#us-callback-modal .modal-dialog {
		max-width: none;
		margin: 16px;
	}

	#us-callback-modal .modal-header {
		min-height: 58px;
		padding-left: 18px;
	}

	#us-callback-modal .modal-title {
		font-size: 18px;
	}

	#us-callback-modal .modal-body {
		padding: 22px 18px 20px;
	}

	#us-callback-modal .us-module-btn,
	#us-callback-modal .btn-group {
		width: 100%;
	}
}
/* === END: Callback modal === */


/* === START: Cart modal === */
div#us-cart-modal {
	background: rgba(11, 20, 32, 0.74);
	backdrop-filter: blur(3px);
}

#us-cart-modal .modal-dialog {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#us-cart-modal .modal-content {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(11, 30, 66, 0.28);
}

#us-cart-modal .modal-header {
	align-items: center;
	min-height: 64px;
	padding: 0 14px 0 24px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(135deg, #0b3f9f 0%, #1763f7 58%, #3784ff 100%);
}

#us-cart-modal .modal-title {
	color: #ffffff;
	font-family: var(--vb-font-title);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

#us-cart-modal button.us-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	transition: background-color .18s ease, transform .18s ease;
}

#us-cart-modal button.us-close:hover,
#us-cart-modal button.us-close:focus {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

#us-cart-modal button.us-close .us-modal-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	transform-origin: center;
}

#us-cart-modal button.us-close .us-modal-close-left {
	transform: translate(-50%, -50%) rotate(45deg);
}

#us-cart-modal button.us-close .us-modal-close-right {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#us-cart-modal .modal-body {
	padding: 24px;
	background:
		radial-gradient(circle at top right, rgba(23, 99, 247, 0.08), rgba(23, 99, 247, 0) 34%),
		#ffffff;
}

#us-cart-modal .us-empty-cart {
	padding: 34px 20px 20px;
}

#us-cart-modal .us-empty-cart img {
	width: 118px;
	height: auto;
	margin-bottom: 24px;
	opacity: 0.78;
	filter: drop-shadow(0 12px 18px rgba(17, 39, 82, 0.1));
}

#us-cart-modal .us-cart-text-modal {
	color: var(--vb-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

#us-cart-modal .us-cart-text-prompt {
	margin-bottom: 10px;
	color: #eb5757;
	font-weight: 700;
}

#us-cart-modal .total-text {
	margin-top: 6px;
	color: var(--vb-muted);
	font-size: 14px;
	font-weight: 600;
}

#us-cart-modal .gold {
	color: var(--vb-blue);
	font-weight: 800;
}

#us-cart-modal .us-product-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--vb-blue);
	font-weight: 800;
	text-decoration: none;
}

#us-cart-modal .us-modal-body-cart {
	max-height: 370px;
	margin: 18px -8px 22px 0;
	padding: 0 8px 0 0;
	overflow-y: auto;
	border-bottom: 0;
}

#us-cart-modal .us-modal-body-cart::-webkit-scrollbar {
	width: 6px;
}

#us-cart-modal .us-modal-body-cart::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(23, 99, 247, 0.28);
}

#us-cart-modal .us-modal-body-cart .us-cart-item,
#us-cart-modal .us-popup-cart-voucher {
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 16px;
	background: #f7faff;
	box-shadow: 0 8px 20px rgba(17, 39, 82, 0.05);
}

#us-cart-modal .us-modal-body-cart .us-cart-item:last-child,
#us-cart-modal .us-popup-cart-voucher:last-child {
	margin-bottom: 0;
}

#us-cart-modal .us-cart-item-img {
	width: 78px;
	height: 78px;
	margin: 0 14px 0 0;
	object-fit: contain;
	border-radius: 12px;
	background: #ffffff;
}

#us-cart-modal .us-cart-item-desc {
	min-width: 0;
}

#us-cart-modal .us-cart-item-link {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--vb-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

#us-cart-modal .us-cart-item-link:hover {
	color: var(--vb-blue);
	text-decoration: none;
}

#us-cart-modal .us-product-info-list {
	color: var(--vb-muted);
	font-size: 12px;
	line-height: 1.35;
}

#us-cart-modal .us-product-quantity .btn-group {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 12px;
	background: #ffffff;
}

#us-cart-modal .us-product-quantity-btn {
	width: 34px;
	height: 34px;
	border: 0;
	background: #ffffff;
	color: var(--vb-blue);
	font-size: 16px;
	font-weight: 800;
}

#us-cart-modal .us-product-quantity-btn:hover {
	background: rgba(23, 99, 247, 0.08);
}

#us-cart-modal .us-product-quantity .form-control {
	width: 44px;
	height: 34px;
	padding: 0;
	border: 0;
	border-right: 1px solid rgba(23, 99, 247, 0.08);
	border-left: 1px solid rgba(23, 99, 247, 0.08);
	background: #ffffff;
	color: var(--vb-dark);
	font-weight: 800;
	text-align: center;
}

#us-cart-modal .us-cart-price-all {
	margin-top: 10px;
	color: var(--vb-blue);
	font-size: 15px;
	font-weight: 900;
}

#us-cart-modal .us-cart-del {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(235, 87, 87, 0.08);
	color: #eb5757;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease;
}

#us-cart-modal .us-cart-del:hover {
	background: #eb5757;
	color: #ffffff;
	text-decoration: none;
}

#us-cart-modal .modal-body > .d-flex.flex-column {
	gap: 12px;
	margin-top: 18px;
}

#us-cart-modal .us-module-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(23, 99, 247, 0.16);
	border-radius: 13px;
	background: #ffffff;
	color: var(--vb-blue);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(17, 39, 82, 0.06);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

#us-cart-modal .us-module-btn-green {
	border-color: transparent;
	background: linear-gradient(135deg, #0b3f9f 0%, #1763f7 62%, #3784ff 100%);
	color: #ffffff;
	box-shadow: 0 14px 26px rgba(23, 99, 247, 0.24);
}

#us-cart-modal .us-module-btn:hover,
#us-cart-modal .us-module-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(17, 39, 82, 0.12);
	text-decoration: none;
}

#us-cart-modal .us-module-btn-green:hover,
#us-cart-modal .us-module-btn-green:focus {
	box-shadow: 0 18px 32px rgba(23, 99, 247, 0.3);
}

#us-cart-modal .us-product-one-click {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(23, 99, 247, 0.1);
}

@media screen and (max-width: 575px) {
	#us-cart-modal .modal-dialog {
		max-width: none;
		margin: 16px;
	}

	#us-cart-modal .modal-header {
		min-height: 58px;
		padding-left: 18px;
	}

	#us-cart-modal .modal-title {
		font-size: 18px;
	}

	#us-cart-modal .modal-body {
		padding: 18px;
	}

	#us-cart-modal .us-modal-body-cart {
		max-height: 52vh;
		margin-right: 0;
		padding-right: 0;
	}

	#us-cart-modal .us-modal-body-cart .us-cart-item {
		align-items: flex-start !important;
	}

	#us-cart-modal .us-cart-item-left {
		align-items: flex-start !important;
	}

	#us-cart-modal .us-cart-item-img {
		width: 64px;
		height: 64px;
		margin-right: 10px;
	}

	#us-cart-modal .us-module-btn,
	#us-cart-modal .us-module-btn-green {
		width: 100%;
	}
}
/* === END: Cart modal === */


/* === START: Login modal === */
div#loginModal {
	background: rgba(11, 20, 32, 0.74);
	backdrop-filter: blur(3px);
}

#loginModal .modal-dialog {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
}

#loginModal .modal-content {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(11, 30, 66, 0.28);
}

#loginModal .modal-header {
	align-items: center;
	min-height: 64px;
	padding: 0 14px 0 24px;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(135deg, #0b3f9f 0%, #1763f7 58%, #3784ff 100%);
}

#loginModal .modal-title {
	color: #ffffff;
	font-family: var(--vb-font-title);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

#loginModal button.us-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	transition: background-color .18s ease, transform .18s ease;
}

#loginModal button.us-close:hover,
#loginModal button.us-close:focus {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

#loginModal button.us-close .us-modal-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	transform-origin: center;
}

#loginModal button.us-close .us-modal-close-left {
	transform: translate(-50%, -50%) rotate(45deg);
}

#loginModal button.us-close .us-modal-close-right {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#loginModal .modal-body {
	padding: 26px 24px 24px;
	background:
		radial-gradient(circle at top right, rgba(23, 99, 247, 0.08), rgba(23, 99, 247, 0) 34%),
		#ffffff;
}

#loginModal .us-cart-text-modal {
	color: var(--vb-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

#loginModal .nav-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
	padding: 5px;
	border-radius: 14px;
	background: #f7faff;
}

#loginModal .nav-tabs .nav-item {
	flex: 1 1 0;
	margin: 0;
}

#loginModal .nav-tabs .nav-link {
	width: 100%;
	min-height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 11px;
	background: transparent;
	color: var(--vb-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

#loginModal .nav-tabs .nav-link.active,
#loginModal .nav-tabs .nav-link:hover,
#loginModal .nav-tabs .nav-link:focus {
	background: #ffffff;
	color: var(--vb-blue);
	box-shadow: 0 8px 18px rgba(17, 39, 82, 0.08);
}

#loginModal .tab-content {
	padding-top: 0;
}

#loginModal .light-text,
#loginModal .form-label {
	color: var(--vb-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

#loginModal .popup-login-form-group,
#loginModal .input-group,
#loginModal .mb-4 {
	margin-bottom: 14px !important;
}

#loginModal .form-control {
	height: 46px;
	padding: 0 16px;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 13px;
	background: #f7faff;
	color: var(--vb-text);
	font-size: 14px;
	font-weight: 500;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#loginModal .form-control::placeholder {
	color: rgba(111, 122, 137, 0.68);
}

#loginModal .form-control:focus {
	border-color: rgba(23, 99, 247, 0.44);
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(17, 39, 82, 0.08);
}

#loginModal .login-popup-links {
	gap: 12px;
	margin: 4px 0 20px;
}

#loginModal .login-popup-links a,
#loginModal .blue-link {
	color: var(--vb-blue);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

#loginModal .login-popup-links a:hover,
#loginModal .blue-link:hover {
	color: var(--vb-blue-dark);
	text-decoration: none;
}

#loginModal .us-module-btn,
#loginModal .us-module-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 13px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

#loginModal .us-module-btn-green {
	border: 0;
	background: linear-gradient(135deg, #0b3f9f 0%, #1763f7 62%, #3784ff 100%);
	color: #ffffff;
	box-shadow: 0 14px 26px rgba(23, 99, 247, 0.24);
}

#loginModal .us-module-btn-green:hover,
#loginModal .us-module-btn-green:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(23, 99, 247, 0.3);
	text-decoration: none;
}

#loginModal .us-module-cart-btn {
	border: 1px solid rgba(23, 99, 247, 0.16);
	background: #ffffff;
	color: var(--vb-blue);
	box-shadow: 0 10px 22px rgba(17, 39, 82, 0.06);
}

#loginModal .alert {
	margin-bottom: 14px;
	border: 0;
	border-radius: 13px;
	font-weight: 700;
}

#loginModal .alert-success {
	background: rgba(39, 174, 96, 0.1);
	color: #1f8f4d;
}

#loginModal .alert-danger {
	background: rgba(235, 87, 87, 0.1);
	color: #d94b4b;
}

#loginModal .us-cart-block {
	border-radius: 14px;
	background: #f7faff;
}

#loginModal .us-cart-block-title {
	padding: 14px 16px;
	color: var(--vb-dark);
	font-weight: 800;
	cursor: pointer;
}

#loginModal .us-cart-block-title i {
	margin-left: auto;
	color: var(--vb-blue);
	transition: transform .18s ease;
}

#loginModal .us-cart-block-title.clicked i {
	transform: rotate(180deg);
}

#loginModal .us-cart-block-group {
	padding: 0 16px 16px;
	color: var(--vb-muted);
}

#loginModal .otp-code-block {
	border: 1px solid rgba(23, 99, 247, 0.1);
	background: #ffffff;
	color: var(--vb-text);
}

@media screen and (max-width: 575px) {
	#loginModal .modal-dialog {
		max-width: none;
		margin: 16px;
	}

	#loginModal .modal-header {
		min-height: 58px;
		padding-left: 18px;
	}

	#loginModal .modal-title {
		font-size: 18px;
	}

	#loginModal .modal-body {
		padding: 22px 18px 20px;
	}

	#loginModal .login-popup-links {
		align-items: flex-start !important;
		flex-direction: column;
	}
}
/* === END: Login modal === */


/* === START: Hero base === */
#common-home .vb-hero-row {
	margin-top: 15px;
	padding-top: 0;
}

#common-home .vb-hero-row .us-slideshow-plus-box {
	margin-bottom: 0;
	background: transparent;
}

#common-home .vb-hero-row .us-slideshow-plus {
	overflow: hidden;
	border-radius: 12px;
	background: var(--vb-blue-dark);
}

#common-home .vb-hero-row .us-slideshow-plus-box .slick-list,
#common-home .vb-hero-row .us-slideshow-plus-box .slick-track {
	min-height: 400px;
}

#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
	position: relative;
	min-height: 342px;
	padding: 42px 54px;
	overflow: hidden;
	background: var(--vb-blue-dark);
}

#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(12, 57, 145, 0.98) 0%, rgba(13, 75, 184, 0.92) 36%, rgba(13, 75, 184, 0.18) 50%, rgba(13, 75, 184, 0) 58%),
		linear-gradient(0deg, rgba(10, 35, 86, 0.28), rgba(10, 35, 86, 0));
	pointer-events: none;
}

#common-home .vb-hero-row .vb-hero-content {
	position: relative;
	z-index: 2;
	width: 48%;
	max-width: 540px;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-title {
	margin: 0 0 16px;
	color: #ffffff;
	font-family: var(--vb-font-title);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0;
	text-transform: none;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-text {
	max-width: 460px;
	margin: 0 0 24px;
	padding-right: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.55;
}

#common-home .vb-hero-row .vb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-bottom: 24px;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-btn,
#common-home .vb-hero-row .vb-hero-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-btn {
	color: #ffffff;
	background: var(--vb-blue);
	box-shadow: 0 12px 28px rgba(23, 99, 247, 0.28);
	opacity: 1;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-btn:hover,
#common-home .vb-hero-row .vb-hero-secondary:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-btn:hover {
	color: #ffffff;
	background: #0f55dc;
	box-shadow: 0 14px 30px rgba(23, 99, 247, 0.34);
}

#common-home .vb-hero-row .vb-hero-secondary {
	color: var(--vb-text);
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 35, 79, 0.16);
}

#common-home .vb-hero-row .vb-hero-secondary:hover {
	color: var(--vb-blue);
	background: #f8fbff;
}

#common-home .vb-hero-row .vb-hero-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 600;
}

#common-home .vb-hero-row .vb-hero-benefits li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

#common-home .vb-hero-row .vb-hero-benefits i {
	color: #55a2ff;
	font-size: 14px;
}

#common-home .vb-hero-row .vb-hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

#common-home .vb-hero-row .vb-hero-media a {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#common-home .vb-hero-row .vb-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: 72% center;
	filter: none;
}

#common-home .vb-hero-row .us-slideshow-plus-item:hover .vb-hero-media {
	opacity: 1;
}

#common-home .vb-hero-row .vb-hero-stock {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--vb-text);
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(14, 42, 93, 0.18);
}

#common-home .vb-hero-row .vb-hero-stock i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--vb-blue);
	color: #ffffff;
	font-size: 10px;
}

#common-home .vb-hero-row .us-slideshow-plus-box .slick-dots {
	left: 50px;
	bottom: 22px;
}
/* === END: Hero base === */


/* === START: Hero responsive === */
	@media screen and (max-width: 1199px) {
	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
		padding: 36px 38px;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-title {
		font-size: 32px;
	}

	#common-home .vb-hero-row .vb-hero-media img {
		max-height: none;
	}
}

@media screen and (max-width: 991px) {
	#common-home .vb-hero-row .us-slideshow-plus-box .slick-list,
	#common-home .vb-hero-row .us-slideshow-plus-box .slick-track,
	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
		min-height: 450px;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
		display: flex;
		gap: 24px;
		padding: 34px 30px;
	}

	#common-home .vb-hero-row .vb-hero-content {
		width: 55%;
	}

	#common-home .vb-hero-row .vb-hero-media img {
		max-height: none;
		object-position: 68% center;
	}
}

@media screen and (max-width: 767px) {
	#common-home .vb-hero-row {
		margin-top: 8px;
	}

	#common-home .vb-hero-row .us-slideshow-plus {
		border-radius: 10px;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
		flex-direction: column;
		padding: 28px 20px 24px;
		text-align: left;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide:before {
		background:
			linear-gradient(180deg, rgba(12, 57, 145, 0.98) 0%, rgba(13, 75, 184, 0.92) 58%, rgba(13, 75, 184, 0.52) 100%),
			linear-gradient(0deg, rgba(9, 28, 68, 0.3), rgba(9, 28, 68, 0));
	}

	#common-home .vb-hero-row .vb-hero-content {
		order: 1;
		width: 100%;
		max-width: none;
		text-align: left;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-title {
		font-size: 28px;
		line-height: 1.18;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-text {
		font-size: 15px;
		line-height: 1.5;
	}

	#common-home .vb-hero-row .vb-hero-actions {
		gap: 10px;
		margin-bottom: 18px;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-btn,
	#common-home .vb-hero-row .vb-hero-secondary {
		width: 100%;
		min-height: 44px;
	}

	#common-home .vb-hero-row .vb-hero-benefits {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 4px;
	}

	#common-home .vb-hero-row .vb-hero-benefits li {
		white-space: normal;
	}

	#common-home .vb-hero-row .vb-hero-media img {
		object-position: 68% center;
	}

	#common-home .vb-hero-row .vb-hero-media:after {
		content: "";
		position: absolute;
		inset: 58% 0 0;
		background: linear-gradient(0deg, rgba(13, 75, 184, 0.42), rgba(13, 75, 184, 0));
		pointer-events: none;
	}

	#common-home .vb-hero-row .vb-hero-stock {
		right: 50%;
		bottom: 20px;
		transform: translateX(50%);
		white-space: nowrap;
	}
}

@media screen and (max-width: 420px) {
	#common-home .vb-hero-row .us-slideshow-plus-item.vb-hero-slide {
		padding: 24px 16px 22px;
	}

	#common-home .vb-hero-row .us-slideshow-plus-item .us-slideshow-plus-item-title {
		font-size: 25px;
	}
}
/* === END: Hero responsive === */


/* === START: Benefits responsive === */

.us-advantages-box {
	background: #FFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
	border-left: 5px solid transparent;
	border-radius: 8px;
	padding: 20px 15px;
	transition: border-color .3s ease .05s, box-shadow .3s ease .05s;
	/*border: 1px solid var(--vb-blue);*/
	border-left: 2px solid var(--vb-blue);
	border-right: 2px solid var(--vb-blue);
}

.us-main-shop-title {
	font-family: var(--vb-font-title);
}

/* === END: Benefits responsive === */


/* === START: Category wall === */

#common-home .vb-category-wall {
	margin-top: 12px;
	/*padding: 22px 18px 14px;*/
	padding: 30px 0 0 0;
	border-radius: 28px;
	/*background:*/
	/*	linear-gradient(180deg, rgba(248, 250, 253, 0.98) 0%, rgba(243, 246, 251, 0.98) 100%);*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);*/
}

#common-home .vb-category-wall__head {
	align-items: center !important;
	margin-bottom: 18px;
}

#common-home .vb-category-wall__title {
	color: var(--vb-dark);
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

#common-home .vb-category-wall__title:after {
	display: none;
}

#common-home .vb-category-wall__head .col-auto {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#common-home .vb-category-wall__all {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	color: var(--vb-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

#common-home .vb-category-wall__all-text {
	display: inline-block !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	overflow: visible !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

#common-home .vb-category-wall__all-text:empty:before {
	content: attr(data-label);
}

#common-home .vb-category-wall__all i {
	font-size: 13px;
	transition: transform .2s ease;
}

#common-home .vb-category-wall__all:hover {
	color: var(--vb-blue-dark);
	text-decoration: none;
}

#common-home .vb-category-wall__all:hover i {
	transform: translateX(3px);
}

#common-home .vb-category-wall__row {
	margin-bottom: -20px;
}

@media screen and (min-width: 1200px) {
	#common-home .vb-category-wall__col {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

#common-home .vb-category-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.06);
	border-radius: 24px;
	background: #ffffff;
	box-shadow:
		0 16px 40px rgba(15, 42, 92, 0.08),
		0 2px 10px rgba(15, 42, 92, 0.04);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#common-home .vb-category-card:hover {
	transform: translateY(-4px);
	border-color: rgba(23, 99, 247, 0.14);
	box-shadow:
		0 22px 46px rgba(15, 42, 92, 0.12),
		0 6px 18px rgba(15, 42, 92, 0.08);
}

#common-home .vb-category-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 164px;
	margin: 18px 18px 14px;
	padding: 5px;
	overflow: hidden;
	border-radius: 20px;
	text-decoration: none;
}

#common-home .vb-category-card__media:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.98) 0%, rgba(240, 245, 255, 0.95) 52%, rgba(235, 242, 255, 0.98) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

#common-home .vb-category-card__img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: none;
	max-width: 400px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 12px 18px rgba(17, 39, 82, 0.12));
	transition: transform .22s ease, filter .22s ease;
}

#common-home .vb-category-card:hover .vb-category-card__img {
	transform: translateY(-4px) scale(1.03);
	filter: drop-shadow(0 16px 24px rgba(17, 39, 82, 0.14));
}

#common-home .vb-category-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	min-height: 0;
	padding: 0 18px 16px;
}

#common-home .vb-category-card__text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

#common-home .vb-category-card__title {
	display: inline-flex;
	margin: 0 0 6px;
	color: var(--vb-dark);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.12;
	text-align: center;
	text-decoration: none;
	text-wrap: balance;
}

#common-home .vb-category-card__title:hover,
#common-home .vb-category-card__title:focus {
	color: var(--vb-blue);
	text-decoration: none;
}

#common-home .vb-category-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 6px;
	color: var(--vb-muted);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

#common-home .vb-category-card__meta--empty {
	color: rgba(111, 122, 137, 0.82);
}

#common-home .vb-category-card__meta-item,
#common-home .vb-category-card__meta-more {
	white-space: nowrap;
}

#common-home .vb-category-card__meta-sep {
	color: rgba(23, 99, 247, 0.44);
}

#common-home .vb-category-card__children {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 8px;
	max-height: 44px;
	margin-top: 6px;
	overflow: hidden;
}

#common-home .vb-category-card__child {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: auto;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--vb-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .18s ease;
}

#common-home .vb-category-card__child:hover,
#common-home .vb-category-card__child:focus {
	color: var(--vb-blue);
	text-decoration: none;
}

#common-home .vb-category-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

#common-home .vb-category-card__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	margin-bottom: 2px;
	border-radius: 50%;
	background: rgba(23, 99, 247, 0.08);
	color: var(--vb-blue);
	font-size: 14px;
	text-decoration: none;
	transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

#common-home .vb-category-card:hover .vb-category-card__arrow,
#common-home .vb-category-card__arrow:hover,
#common-home .vb-category-card__arrow:focus {
	transform: translateX(3px);
	background: var(--vb-blue);
	color: #ffffff;
	text-decoration: none;
}

@media screen and (max-width: 1399px) {
	#common-home .vb-category-card__title {
		/*font-size: 19px;*/
	}
}

@media screen and (max-width: 1199px) {
	#common-home .vb-category-wall__title {
		font-size: 30px;
	}

	#common-home .vb-category-card__media {
		min-height: 148px;
	}
}

@media screen and (max-width: 767px) {
	#common-home .vb-category-wall {
		margin-top: 10px;
		padding: 18px 14px 12px;
		border-radius: 22px;
	}

	#us-account-dropdown .fa-user {
		display: block;
	}

	#common-home .vb-category-wall__title {
		font-size: 26px;
	}

	#common-home .vb-category-card {
		border-radius: 20px;
	}

	#common-home .vb-category-card__media {
		min-height: 132px;
		margin: 16px 16px 12px;
		padding: 16px;
		border-radius: 18px;
	}

	#common-home .vb-category-card__img {
		/*transform: translateY(-10px);*/
	}

	#common-home .vb-category-card__title {
		/*font-size: 18px;*/
	}

	#common-home .vb-category-card__children {
		max-height: 40px;
	}
}

@media screen and (max-width: 575px) {
	#common-home .vb-category-wall__head {
		align-items: center;
	}

	#common-home .vb-category-wall__all {
		gap: 7px;
		font-size: 13px;
	}

	#common-home .vb-category-card__body {
		min-height: 58px;
	}

	#common-home .vb-category-card__arrow {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	#common-home .vb-category-card:hover .vb-category-card__img,
	#common-home .vb-category-card__img {
		/*transform: translateY(-8px);*/
	}
}

/* === END: Category wall === */

/* === START: Category page === */

#product-category .us-main-shop-title {
	position: relative;
	margin-bottom: 24px;
	padding-left: 18px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

#product-category .us-main-shop-title:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--vb-blue) 0%, var(--vb-blue-dark) 100%);
}

#product-category .us-category-content {
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.07);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(23, 99, 247, 0.08) 0, rgba(23, 99, 247, 0) 30%),
		#ffffff;
	box-shadow:
		0 18px 42px rgba(15, 42, 92, 0.07),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

#product-category .us-category-content:hover {
	box-shadow:
		0 18px 42px rgba(15, 42, 92, 0.07),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

#product-category .us-subcategory {
	margin-bottom: 24px;
	padding-bottom: 4px;
	border-bottom: 0;
}

#product-category .subcat-row {
	margin-right: -10px;
	margin-left: -10px;
}

#product-category .subcat-row > .us-item {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#product-category .subcat-item {
	position: relative;
	height: 100%;
	margin-bottom: 0;
	padding: 18px 14px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 20px;
	background:
		linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
	box-shadow: 0 10px 24px rgba(15, 42, 92, 0.05);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

#product-category .subcat-item:before {
	content: "";
	position: absolute;
	inset: auto 14px 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, var(--vb-blue), rgba(23, 99, 247, 0.12));
	opacity: 0;
	transition: opacity .22s ease;
}

#product-category .subcat-item-img {
	width: auto;
	max-width: 92px;
	height: auto;
	margin-bottom: 12px;
	filter: drop-shadow(0 10px 16px rgba(17, 39, 82, 0.08));
	transition: transform .22s ease;
}

#product-category .subcat-item-title {
	color: var(--vb-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

@media (min-width: 1200px) {
	#product-category .subcat-item:hover {
		transform: translateY(-3px);
		border-color: rgba(23, 99, 247, 0.22);
		box-shadow: 0 16px 34px rgba(23, 99, 247, 0.1);
	}

	#product-category .subcat-item:hover:before {
		opacity: 1;
	}

	#product-category .subcat-item:hover .subcat-item-img {
		transform: translateY(-3px);
	}

	#product-category .subcat-item:hover .subcat-item-title {
		color: var(--vb-blue);
		text-decoration: none;
	}
}

#product-category .us-category-sort-block {
	align-items: center;
	margin-bottom: 24px;
	padding: 14px;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 20px;
	background: #f8fbff;
}

#product-category .sort-limit {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

#product-category .sort-limit select {
	min-height: 42px;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 999px;
	background-color: #ffffff;
	background-position: right 18px center !important;
	color: var(--vb-text);
	font-size: 13px;
	font-weight: 600;
	padding-right: 44px;
	box-shadow: 0 8px 18px rgba(15, 42, 92, 0.04);
}

#product-category .sort-select {
	max-width: 260px;
	margin-right: 0;
}

#product-category .us-category-appearance {
	gap: 8px;
}

#product-category .us-category-appearance-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-left: 0;
	padding: 0;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 14px;
	background: #ffffff;
	color: var(--vb-muted);
	box-shadow: 0 8px 18px rgba(15, 42, 92, 0.04);
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}

#product-category .us-category-appearance-btn.active,
#product-category .us-category-appearance-btn:hover {
	border-color: rgba(23, 99, 247, 0.28);
	background: rgba(23, 99, 247, 0.08);
	color: var(--vb-blue);
}

#product-category .us-category-products {
	align-items: stretch;
}

#product-category .us-category-products .product-layout {
	display: flex;
	margin-bottom: 30px;
}

#product-category .us-category-products .us-module-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 18px 16px 16px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.1);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 16%, rgba(23, 99, 247, 0.08) 0, rgba(23, 99, 247, 0) 34%),
		#ffffff;
	box-shadow:
		0 16px 38px rgba(15, 42, 92, 0.06),
		0 2px 8px rgba(15, 42, 92, 0.03);
	text-align: center;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (min-width: 1200px) {
	#product-category .us-category-products .us-module-item:hover {
		transform: translateY(-4px);
		border-color: rgba(23, 99, 247, 0.28);
		box-shadow:
			0 22px 48px rgba(23, 99, 247, 0.14),
			0 4px 12px rgba(15, 42, 92, 0.05);
	}

	#product-category .us-category-products .us-module-item:hover .us-module-title a {
		color: var(--vb-blue);
	}

	#product-category .us-category-products .us-module-item:hover .us-module-cart-btn {
		background: var(--vb-blue-dark);
	}
}

#product-category .us-category-products .us-module-img {
	position: relative;
	margin-bottom: 16px;
	/*overflow: hidden;*/
	border-radius: 18px;
	padding-left: 0;
	background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

#product-category .us-category-products .us-module-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	padding: 12px;
}

#product-category .us-category-products .us-module-img img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	border-radius: 12px;
	filter: drop-shadow(0 14px 20px rgba(17, 39, 82, 0.08));
}

#product-category .us-category-products .us-module-img:has(img[src*=".jpg"]),
#product-category .us-category-products .us-module-img:has(img[src*=".jpeg"]),
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpg"]),
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpeg"]) {
	background: transparent;
}

#product-category .us-category-products .us-module-img:has(img[src*=".jpg"]) a,
#product-category .us-category-products .us-module-img:has(img[src*=".jpeg"]) a,
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpg"]) a,
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpeg"]) a {
	padding: 0;
}

#product-category .us-category-products .us-module-img:has(img[src*=".jpg"]) img,
#product-category .us-category-products .us-module-img:has(img[src*=".jpeg"]) img,
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpg"]) img,
#product-category .us-category-products .us-module-img:has(img[data-srcset*=".jpeg"]) img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	border-radius: inherit;
	filter: none;
}

#product-category .us-category-products .us-module-caption {
	flex: 1 1 auto;
}

#product-category .us-category-products .us-module-title {
	height: auto;
	min-height: 30px;
	margin: 0 0 10px;
	padding: 0 4px;
	overflow: visible;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-align: center;
}

#product-category .us-category-products .us-module-title a {
	color: var(--vb-dark);
	text-decoration: none;
}

#product-category .us-module-model,
#product-category .us-product-list-description,
#product-category .us-category-attr-cont {
	color: var(--vb-muted);
	font-size: 12px;
	line-height: 1.45;
}

#product-category .us-category-attr-cont {
	margin-bottom: 14px;
	padding: 0 4px;
	text-align: center;
}

#product-category .us-category-products .us-module-rating {
	justify-content: center !important;
	margin: 0 0 12px;
	padding: 0 4px;
}

#product-category .us-category-products .us-module-price {
	margin: 12px 0 14px;
	padding: 0 4px;
	text-align: center;
}

#product-category .us-category-products .us-module-price-actual,
#product-category .us-category-products .us-module-price-new {
	color: var(--vb-blue-dark);
	font-family: var(--vb-font-title);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

#product-category .us-category-products .us-module-price-old {
	color: #9aa8ba;
	font-size: 13px;
}

#product-category .us-category-products .us-module-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 12px;
	background: var(--vb-blue);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(23, 99, 247, 0.22);
}

#product-category .us-category-products .us-product-category-quantity {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	margin-top: auto !important;
}

#product-category .us-category-products .us-product-category-quantity .us-product-quantity {
	display: inline-flex;
	flex: 0 0 auto;
	width: 110px;
	min-width: 110px;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 12px;
	background: #f7faff;
}

#product-category .us-category-products .us-product-quantity input {
	width: 42px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vb-dark);
	font-weight: 700;
	text-align: center;
}

#product-category .us-category-products .us-product-quantity-btn {
	flex: 0 0 34px;
	width: 34px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vb-blue);
	font-weight: 800;
	line-height: 1;
}

#product-category .us-category-products .us-product-category-quantity .us-cat-button-cart {
	flex: 1 1 auto;
}

#product-category .us-category-products .us-module-buttons-list {
	top: 25px;
	right: 25px;
	padding-left: 0;
}

#product-category .us-category-products .us-module-buttons-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 18px rgba(17, 39, 82, 0.08);
}

#product-category .us-category-products .us-module-buttons-link i {
	color: var(--vb-muted);
	font-size: 16px;
}

#product-category .us-category-products .us-module-buttons-link:hover i {
	color: var(--vb-blue);
}

#product-category .us-category-products .us-module-stickers {
	top: 16px;
	left: 16px;
}

#product-category .us-category-products .us-module-stickers-sticker {
	border-radius: 999px;
	margin-bottom: 8px;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

#product-category .us-category-products .product-list {
	flex: 0 0 100%;
	max-width: 100%;
}

#product-category .us-category-products .product-list .us-module-item {
	flex-direction: row !important;
	align-items: center;
	gap: 24px;
	padding: 18px;
	text-align: left;
}

#product-category .us-category-products .product-list .us-module-img {
	flex: 0 0 260px;
	width: 260px;
	margin: 0;
}

#product-category .us-category-products .product-list .us-module-img a {
	min-height: 175px;
}

#product-category .us-category-products .product-list .us-module-img img {
	max-height: 160px;
}

#product-category .us-category-products .product-list .us-module-caption {
	align-items: flex-start;
	min-width: 0;
	text-align: left;
}

#product-category .us-category-products .product-list .us-module-caption,
#product-category .us-category-products .product-list .us-module-title,
#product-category .us-category-products .product-list .us-module-price,
#product-category .us-category-products .product-list .us-module-model,
#product-category .us-category-products .product-list .us-product-list-description,
#product-category .us-category-products .product-list .us-category-attr-cont {
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

#product-category .us-category-products .product-list .us-module-rating {
	justify-content: flex-start !important;
}

#product-category .us-category-products .product-list .us-module-price {
	width: 100%;
	margin: 8px 0 12px;
}

#product-category .us-category-products .product-list .us-product-category-quantity {
	justify-content: flex-start;
	width: 100%;
	max-width: 420px;
}

#product-category .us-category-products .product-list .us-product-category-quantity .us-product-quantity {
	flex: 0 0 110px;
	width: 110px;
	min-width: 110px;
}

#product-category .us-category-products .product-list .us-product-category-quantity .us-cat-button-cart,
#product-category .us-category-products .product-list .us-module-cart-btn {
	max-width: 220px;
}

#product-category .oct-load-more-button {
	min-width: 190px;
	min-height: 46px;
	border-radius: 999px;
	background: var(--vb-blue) !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 12px 26px rgba(23, 99, 247, 0.22);
}

#product-category .oct-load-more-button:hover {
	background: var(--vb-blue-dark) !important;
}

#product-category .pagination {
	gap: 8px;
	margin-top: 4px;
}

#product-category .pagination li {
	margin-right: 0;
}

#product-category .pagination li a,
#product-category .pagination li.active span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 14px;
	background: #ffffff;
	color: var(--vb-text);
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(15, 42, 92, 0.04);
}

#product-category .pagination li.active span,
#product-category .pagination li a:hover {
	border-color: var(--vb-blue);
	background: var(--vb-blue);
	color: #ffffff;
}

#product-category #column-left .panel-default,
#product-category #column-right .panel-default,
#product-category #column-left .us-module-column-box,
#product-category #column-right .us-module-column-box,
#product-category #column-left .ocfilter,
#product-category #column-right .ocfilter {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 42, 92, 0.06);
}

#product-category #column-left .panel-heading,
#product-category #column-right .panel-heading,
#product-category #column-left .ocfilter .panel-heading,
#product-category #column-right .ocfilter .panel-heading {
	padding: 14px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, var(--vb-blue-dark), var(--vb-blue)) !important;
	color: #ffffff !important;
	font-family: var(--vb-font-title);
	font-size: 17px !important;
	font-weight: 700;
}

#product-category .ocfilter .item-title,
#product-category .ocf-option-name,
#product-category #column-left .list-group-item.list-group-item-name,
#product-category #column-right .list-group-item.list-group-item-name {
	border-radius: 12px !important;
	background: #f6f9ff !important;
	color: var(--vb-dark) !important;
	font-weight: 700 !important;
}

#product-category .ocfilter .noUi-connect {
	background: var(--vb-blue);
}

#product-category .ocfilter-option label small {
	background-color: var(--vb-blue);
}

@media screen and (max-width: 991px) {
	#product-category .us-category-content {
		padding: 18px;
		border-radius: 24px;
	}

	#product-category .us-category-sort-block {
		gap: 12px;
		flex-direction: column;
		align-items: stretch;
	}

	#product-category .sort-limit,
	#product-category .sort-limit select {
		width: 100%;
		max-width: 100%;
	}

	#product-category .sort-limit select {
		background-position: right 20px center !important;
		padding-right: 48px;
	}

	#product-category .us-category-appearance {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	#product-category .us-main-shop-title {
		margin-bottom: 18px;
		font-size: 24px;
	}

	#product-category .us-category-products .us-module-img a {
		min-height: 160px;
		margin-top: 0;
	}

	#product-category .us-category-products .product-layout {
		margin-bottom: 20px;
	}

	#product-category .us-category-products .product-list {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 575px) {
	#product-category .us-category-content {
		padding: 14px;
		border-radius: 20px;
	}

	#product-category .subcat-row > .us-item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	#product-category .us-category-products .us-module-item {
		padding: 16px 14px 14px;
		border-radius: 20px;
	}

	#product-category .us-category-products .us-module-img {
		border-radius: 16px;
	}

	#product-category .us-category-products .us-module-img a {
		min-height: 180px;
	}

	#product-category .us-category-products .us-product-category-quantity {
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}

	#product-category .us-category-products .us-product-category-quantity .us-product-quantity {
		flex: 0 0 auto;
		width: 110px;
		min-width: 110px;
	}
	#product-category .us-category-products .us-product-category-quantity .us-cat-button-cart {
		width: 100%;
		flex-basis: auto;
	}
}

/* === END: Category page === */

/* === START: SEO category text === */

#product-category .us-category-description {
	position: relative;
	margin-top: 26px;
	padding: 26px 28px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.06);
	border-radius: 24px;
	background: #ffffff;
	box-shadow:
		0 14px 34px rgba(15, 42, 92, 0.06),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

#product-category .us-category-description:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--vb-blue), rgba(23, 99, 247, 0.08));
}

#product-category .us-category-description-cont {
	max-height: 150px !important;
}

#product-category .us-category-description-cont.expanded {
	max-height: 100% !important;
}

#product-category .us-category-description-opacity {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 92%);
}

#product-category .us-category-description-img {
	flex: 0 0 auto;
	margin-right: 24px;
}

#product-category .us-category-description-img img {
	display: block;
	max-width: 120px;
	height: auto;
	border-radius: 18px;
	background: #f3f6fb;
}

#product-category .us-category-description-title,
#product-category .us-category-description-text h2,
#product-category .us-category-description-text h3 {
	margin: 0 0 14px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

#product-category .us-category-description-text {
	color: var(--vb-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}

#product-category .us-category-description p {
	color: inherit;
	line-height: inherit;
}

#product-category .us-category-description-text strong,
#product-category .us-category-description-text b {
	color: var(--vb-dark);
	font-weight: 700;
}

#product-category .us-category-description-text ul,
#product-category .us-category-description-text ol {
	margin: 12px 0 0;
	padding-left: 20px;
}

#product-category .us-category-description-text li + li {
	margin-top: 6px;
}

#product-category .us-category-description .us-show-more {
	margin-top: 8px;
	padding-top: 14px;
}

#product-category .us-category-description .us-show-more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vb-blue);
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#product-category .us-category-description .us-show-more-link:hover {
	color: var(--vb-blue-dark);
	text-decoration: none;
}

#product-category .us-category-description .us-show-more-link i {
	transition: transform .2s ease;
}

#product-category .us-category-description .us-show-more-link.clicked i {
	transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
	#product-category .us-category-description {
		margin-top: 20px;
		padding: 22px 18px;
		border-radius: 20px;
	}

	#product-category .us-category-description .d-flex {
		flex-direction: column;
	}

	#product-category .us-category-description-img {
		margin: 0 0 16px;
		text-align: left;
	}

	#product-category .us-category-description-text {
		font-size: 14px;
		line-height: 1.65;
	}

	#product-category .us-category-description-title,
	#product-category .us-category-description-text h2,
	#product-category .us-category-description-text h3 {
		font-size: 21px;
	}
}

/* === END: SEO category text === */

/* === START: HTML text block === */

.us-html-box {
	position: relative;
	padding: 28px 30px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.06);
	border-radius: 24px;
	background: #ffffff;
	box-shadow:
		0 14px 34px rgba(15, 42, 92, 0.06),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

.us-html-box:hover {
	box-shadow:
		0 18px 40px rgba(15, 42, 92, 0.08),
		0 4px 12px rgba(15, 42, 92, 0.04);
}

.us-html-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--vb-blue), rgba(23, 99, 247, 0.08));
}

.us-html-box h1 {
	margin: 0 0 14px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.us-html-box h1 {
	font-size: 28px;
}

.us-html-box h2 {
	font-size: 24px;
}

.us-html-box h3 {
	font-size: 20px;
}

.us-html-box-text {
	color: var(--vb-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.75;
}

.us-html-box-text p {
	margin: 0;
}

.us-html-box-text p + p {
	margin-top: 12px;
}

.us-html-box-text strong,
.us-html-box-text b {
	color: var(--vb-dark);
	font-weight: 700;
}

.us-html-box-text ul,
.us-html-box-text ol {
	margin: 12px 0 0;
	padding-left: 20px;
}

.us-html-box-text li + li {
	margin-top: 6px;
}

.us-html-box-text a {
	color: var(--vb-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.us-html-box-text a:hover {
	color: var(--vb-blue-dark);
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.us-html-box {
		padding: 22px 18px;
		border-radius: 20px;
	}

	.us-html-box h1 {
		font-size: 24px;
	}

	.us-html-box h2 {
		font-size: 21px;
	}

	.us-html-box-text {
		font-size: 14px;
		line-height: 1.65;
	}
}

/* === END: HTML text block === */

/* === START: Banner plus test block === */

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item {
	position: relative;
	overflow: hidden;
	min-height: 260px;
	padding: 32px;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 26px;
	background:
		radial-gradient(circle at 88% 16%, rgba(23, 99, 247, 0.13) 0, rgba(23, 99, 247, 0) 34%),
		linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%) !important;
	box-shadow:
		0 18px 44px rgba(15, 42, 92, 0.08),
		0 2px 10px rgba(15, 42, 92, 0.04);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box:hover,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item:hover {
	transform: translateY(-3px);
	border-color: rgba(23, 99, 247, 0.16);
	box-shadow:
		0 22px 52px rgba(15, 42, 92, 0.12),
		0 6px 16px rgba(15, 42, 92, 0.06);
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box:before {
	z-index: 0;
	width: 58%;
	height: 170%;
	top: -35%;
	left: -72%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(23, 99, 247, 0.16) 52%, rgba(255, 255, 255, 0) 100%);
	filter: blur(1px);
	opacity: 0;
	transform: skewX(-22deg);
	transition: left .7s ease, opacity .25s ease;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1):hover .us-banner-plus-box:before {
	left: 118%;
	opacity: 1;
	transform: skewX(-22deg);
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box:after,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item:after {
	content: "";
	position: absolute;
	right: -54px;
	bottom: -74px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(23, 99, 247, 0.07);
	pointer-events: none;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-inner,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box > .d-flex,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-info,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-img {
	position: relative;
	z-index: 2;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box {
	display: flex;
	align-items: center;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-inner,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box > .d-flex {
	width: 100%;
	align-items: center !important;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-info,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-info-single {
	justify-content: center !important;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-title,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-title {
	max-width: 620px;
	margin-bottom: 12px !important;
	color: var(--vb-dark) !important;
	font-family: var(--vb-font-title);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-text,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-text {
	max-width: 560px;
	margin-right: 24px;
	color: var(--vb-muted) !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-btn,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	max-width: fit-content;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--vb-blue) !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(23, 99, 247, 0.22);
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-btn:hover,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-btn:hover {
	background: var(--vb-blue-dark) !important;
	color: #ffffff !important;
	text-decoration: none;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-img,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-img {
	filter: drop-shadow(0 16px 24px rgba(17, 39, 82, 0.12));
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-img img,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-img img {
	max-width: 360px;
	height: auto;
	transition: transform .25s ease;
}

:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1):hover .us-banner-plus-img img,
:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1):hover .us-four-banners-item-img img {
	transform: translateY(-4px) scale(1.03);
}

@media screen and (max-width: 991px) {
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item {
		min-height: auto;
		padding: 26px 22px;
		border-radius: 22px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-inner,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box > .d-flex {
		flex-direction: column;
		/*align-items: flex-start !important;*/
		gap: 20px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-title,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-title {
		font-size: 25px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-text,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-text {
		margin-right: 0;
		font-size: 14px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-img img,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-img img {
		max-width: 240px;
	}
}

@media screen and (max-width: 575px) {
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-box,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item {
		padding: 22px 18px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-title,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-title {
		font-size: 22px;
	}

	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-banner-plus-btn,
	:is(#oct_banner_plus_0_1, #oct_banner_plus_1_1) .us-four-banners-item-btn {
		width: 100%;
	}
}

/* === END: Banner plus test block === */

/* === START: Four promo banners === */

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item {
	position: relative;
	isolation: isolate;
	min-height: 285px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 24px;
	box-shadow:
		0 16px 38px rgba(15, 42, 92, 0.07),
		0 2px 8px rgba(15, 42, 92, 0.03);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 54%),
		radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.26) 0, rgba(255, 255, 255, 0) 36%);
	pointer-events: none;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-info {
	z-index: 2;
	width: 42%;
	min-width: 190px;
	height: 100%;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-title {
	margin-bottom: 10px;
	font-family: var(--vb-font-title);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-text {
	max-width: 230px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	opacity: 0.82;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-btn {
	min-width: 132px;
	min-height: 44px;
	padding: 13px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	box-shadow: 0 12px 22px rgba(17, 39, 82, 0.12);
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-img {
	z-index: 1;
	padding: 20px 28px;
	pointer-events: none;
}

:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-img img {
	max-width: 320px;
	max-height: 210px;
	object-fit: contain;
	filter: drop-shadow(0 18px 20px rgba(17, 39, 82, 0.12));
	transition: transform 1.4s cubic-bezier(.19,.98,.65,.82);
}

@media screen and (max-width: 1199px) {
	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item {
		min-height: 250px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-img img {
		max-width: 260px;
	}
}

@media screen and (max-width: 991px) {
	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item {
		min-height: 240px;
	}
}

@media screen and (max-width: 575px) {
	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item {
		min-height: 260px;
		padding: 22px;
		border-radius: 20px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-info {
		width: 58%;
		min-width: 0;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-title {
		font-size: 20px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-text {
		font-size: 13px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-btn {
		min-width: 112px;
		min-height: 40px;
		padding: 11px 16px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-img {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 18px 8px;
	}

	:is([id^="oct_banner_plus_"][id$="_101"], [id^="oct_banner_plus_"][id$="_102"], [id^="oct_banner_plus_"][id$="_103"], [id^="oct_banner_plus_"][id$="_104"]) .us-four-banners-item-img img {
		max-width: 245px;
		max-height: 205px;
	}
}

/* === END: Four promo banners === */

/* === START: Main products module test === */

#common-home .row:has(+ .vb-products-module) {
	padding-top: 34px;
}

#common-home .row:has(+ .vb-products-module) .us-main-shop-title {
	position: relative;
	margin-bottom: 18px;
	padding-left: 18px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

#common-home .row:has(+ .vb-products-module) .us-main-shop-title:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--vb-blue) 0%, var(--vb-blue-dark) 100%);
}

#common-home .row:has(+ .vb-products-module) .us-main-shop-title a:hover {
	color: var(--vb-blue);
	text-decoration: none;
}

.vb-products-module {
	align-items: stretch;
	margin-top: 6px;
}

.vb-products-module > .us-item {
	margin-bottom: 30px;
}

.us-module-row-custom-cols > .us-item {
	flex: 0 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 576px) {
	.us-module-row-custom-cols > .us-item {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.us-module-row-custom-cols > .us-item {
		flex-basis: calc(100% / var(--us-products-tablet));
		max-width: calc(100% / var(--us-products-tablet));
	}
}

@media screen and (min-width: 1200px) {
	.us-module-row-custom-cols > .us-item {
		flex-basis: calc(100% / var(--us-products-desktop));
		max-width: calc(100% / var(--us-products-desktop));
	}
}

.vb-products-module .us-module-item {
	height: 100%;
	margin-bottom: 0;
	padding: 18px 16px 16px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.1);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 16%, rgba(23, 99, 247, 0.08) 0, rgba(23, 99, 247, 0) 34%),
		#ffffff;
	box-shadow:
		0 16px 38px rgba(15, 42, 92, 0.06),
		0 2px 8px rgba(15, 42, 92, 0.03);
	text-align: center;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

@media (min-width: 1200px) {
	.vb-products-module .us-module-item:hover {
		transform: translateY(-4px);
		border-color: rgba(23, 99, 247, 0.28);
		box-shadow:
			0 22px 48px rgba(23, 99, 247, 0.14),
			0 4px 12px rgba(15, 42, 92, 0.05);
	}

	.vb-products-module .us-module-item:hover .us-module-title a {
		color: var(--vb-blue);
	}

	.vb-products-module .us-module-item:hover .us-module-cart-btn {
		background: var(--vb-blue-dark);
	}
}

.vb-products-module .us-module-img {
	position: relative;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

.vb-products-module .us-module-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 12px;
}

.vb-products-module .us-module-img img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(17, 39, 82, 0.08));
	border-radius: 12px;
}

.vb-products-module .us-module-img-photo {
	background: transparent;
}

.vb-products-module .us-module-img:has(img[src*=".jpg"]),
.vb-products-module .us-module-img:has(img[src*=".jpeg"]),
.vb-products-module .us-module-img:has(img[data-srcset*=".jpg"]),
.vb-products-module .us-module-img:has(img[data-srcset*=".jpeg"]) {
	background: transparent;
}

.vb-products-module .us-module-img-photo a {
	padding: 0;
}

.vb-products-module .us-module-img:has(img[src*=".jpg"]) a,
.vb-products-module .us-module-img:has(img[src*=".jpeg"]) a,
.vb-products-module .us-module-img:has(img[data-srcset*=".jpg"]) a,
.vb-products-module .us-module-img:has(img[data-srcset*=".jpeg"]) a {
	padding: 0;
}

.vb-products-module .us-module-img-photo img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	border-radius: inherit;
	filter: none;
}

.vb-products-module .us-module-img:has(img[src*=".jpg"]) img,
.vb-products-module .us-module-img:has(img[src*=".jpeg"]) img,
.vb-products-module .us-module-img:has(img[data-srcset*=".jpg"]) img,
.vb-products-module .us-module-img:has(img[data-srcset*=".jpeg"]) img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	border-radius: inherit;
	filter: none;
}

.vb-products-module .us-module-title {
	height: auto;
	min-height: 30px;
	margin: 0 0 12px;
	padding: 0 4px;
	overflow: visible;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	text-align: center;
}

.vb-products-module .us-module-title a {
	color: var(--vb-dark);
	text-decoration: none;
}

.vb-products-module .us-category-attr-cont {
	margin-bottom: 14px;
	padding: 0 4px;
	color: var(--vb-muted);
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.vb-products-module .us-module-rating {
	justify-content: center !important;
	margin: 0 0 12px;
	padding: 0 4px;
}

.vb-products-module .us-module-price {
	margin: auto 0 14px;
	padding: 0 4px;
	text-align: center;
}

.vb-products-module .us-module-price-actual,
.vb-products-module .us-module-price-new {
	color: var(--vb-blue-dark);
	font-family: var(--vb-font-title);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.vb-products-module .us-module-price-old {
	color: #9aa8ba;
	font-size: 13px;
}

.vb-products-module .us-module-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	margin: 0;
	border-radius: 12px;
	background: var(--vb-blue);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(23, 99, 247, 0.22);
}

.vb-products-module .us-product-category-quantity {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}

.vb-products-module .us-product-category-quantity .us-product-quantity {
	flex: 0 0 104px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.14);
	border-radius: 12px;
	background: #f7faff;
}

.vb-products-module .us-product-quantity input {
	border: 0;
	background: transparent;
	color: var(--vb-dark);
	font-weight: 700;
	text-align: center;
}

.vb-products-module .us-product-quantity-btn {
	border: 0;
	background: transparent;
	color: var(--vb-blue);
	font-weight: 800;
}

.vb-products-module .us-product-category-quantity .us-cat-button-cart {
	flex: 1 1 auto;
}

.vb-products-module .us-module-buttons-list {
	top: 25px;
	right: 25px;
	padding-left: 0;
}

.vb-products-module .us-module-buttons-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 18px rgba(17, 39, 82, 0.08);
}

.vb-products-module .us-module-buttons-link i {
	color: var(--vb-muted);
	font-size: 16px;
}

.vb-products-module .us-module-buttons-link:hover i {
	color: var(--vb-blue);
}

.vb-products-module .us-module-stickers {
	top: 16px;
	left: 16px;
}

.vb-products-module .us-module-stickers-sticker {
	border-radius: 999px;
	margin-bottom: 8px;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

.vb-products-module + .oct-load-more .oct-load-more-button {
	min-width: 190px;
	min-height: 46px;
	border-radius: 12px;
	background: #ffffff;
	color: var(--vb-blue) !important;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(17, 39, 82, 0.08);
}

.vb-products-module + .oct-load-more .oct-load-more-button:hover {
	background: var(--vb-blue);
	color: #ffffff !important;
}

@media screen and (max-width: 767px) {
	#common-home .row:has(+ .vb-products-module) .us-main-shop-title {
		font-size: 26px;
	}

	.vb-products-module {
		padding-left: 15px;
		padding-right: 15px;
	}

	.vb-products-module > .us-item {
		padding-left: 6px;
		padding-right: 6px;
		margin-bottom: 12px;
	}

	.vb-products-module .us-module-item {
		padding: 12px 10px;
		border-radius: 18px;
	}

	.vb-products-module .us-module-img {
		border-radius: 14px;
	}

	.vb-products-module .us-module-img a {
		min-height: 190px;
		padding: 8px;
		margin-top: 0;
	}

	.vb-products-module .us-module-img img {
		max-height: 230px;
	}

	.vb-products-module .us-module-img-photo a {
		min-height: 220px;
		padding: 0;
	}

	.vb-products-module .us-module-img:has(img[src*=".jpg"]) a,
	.vb-products-module .us-module-img:has(img[src*=".jpeg"]) a,
	.vb-products-module .us-module-img:has(img[data-srcset*=".jpg"]) a,
	.vb-products-module .us-module-img:has(img[data-srcset*=".jpeg"]) a {
		min-height: 220px;
		padding: 0;
	}

	.vb-products-module .us-module-img-photo img {
		max-height: none;
	}

	.vb-products-module .us-module-img:has(img[src*=".jpg"]) img,
	.vb-products-module .us-module-img:has(img[src*=".jpeg"]) img,
	.vb-products-module .us-module-img:has(img[data-srcset*=".jpg"]) img,
	.vb-products-module .us-module-img:has(img[data-srcset*=".jpeg"]) img {
		max-height: none;
	}

	.vb-products-module .us-module-title {
		min-height: 30px;
	}

	.vb-products-module .us-module-price-actual,
	.vb-products-module .us-module-price-new {
		font-size: 18px;
	}

	.vb-products-module .us-product-category-quantity {
		display: block;
	}

	.vb-products-module .us-product-category-quantity .us-product-quantity {
		width: fit-content;
		margin-bottom: 14px;
	}
}

/* === END: Main products module test === */

/* === START: Product modules id fallback === */

#us-mp_0,
#us-pv_0 {
	align-items: stretch;
	margin-top: 6px;
}

#us-mp_0 > .us-item,
#us-pv_0 > .us-item {
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	#us-mp_0 > .us-item,
	#us-pv_0 > .us-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#us-mp_0 > .us-item,
	#us-pv_0 > .us-item {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#us-mp_0 > .us-item,
	#us-pv_0 > .us-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	#us-mp_0 > .us-item,
	#us-pv_0 > .us-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#us-mp_0 .us-module-item,
#us-pv_0 .us-module-item {
	height: 100%;
	margin-bottom: 0;
	padding: 18px 16px 16px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.1);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 16%, rgba(23, 99, 247, 0.08) 0, rgba(23, 99, 247, 0) 34%),
		#ffffff;
	box-shadow:
		0 16px 38px rgba(15, 42, 92, 0.06),
		0 2px 8px rgba(15, 42, 92, 0.03);
	text-align: center;
}

#us-mp_0 .us-module-img,
#us-pv_0 .us-module-img {
	position: relative;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

#us-mp_0 .us-module-img a,
#us-pv_0 .us-module-img a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 12px;
}

#us-mp_0 .us-module-img img,
#us-pv_0 .us-module-img img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(17, 39, 82, 0.08));
	border-radius: 12px;
}

#us-mp_0 .us-module-title,
#us-pv_0 .us-module-title {
	height: auto;
	min-height: 30px;
	margin: 0 0 12px;
	padding: 0 4px;
	overflow: visible;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

#us-mp_0 .us-module-price,
#us-pv_0 .us-module-price {
	margin: auto 0 14px;
	padding: 0 4px;
	text-align: center;
}

#us-mp_0 .us-module-cart-btn,
#us-pv_0 .us-module-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	margin: 0;
	border-radius: 12px;
	background: var(--vb-blue);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(23, 99, 247, 0.22);
}

/* === END: Product modules id fallback === */

/* === START: Contact page === */

#information-contact .us-main-shop-title {
	position: relative;
	margin-bottom: 24px;
	padding-left: 18px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

#information-contact .us-main-shop-title:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--vb-blue) 0%, var(--vb-blue-dark) 100%);
}

#information-contact .us-content {
	overflow: hidden;
	border-radius: 26px;
	box-shadow: 0 16px 38px rgba(15, 42, 92, 0.06);
}

#information-contact .us-content-contact {
	position: relative;
	align-items: stretch;
	gap: 24px;
	overflow: hidden;
}

#information-contact .us-contact-form-box,
#information-contact .us-content-contact-offer {
	width: 50%;
	padding: 0;
}

#information-contact .us-content-border {
	display: none;
}

#information-contact .us-contact-form-box form {
	height: 100%;
	padding: 24px;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

#information-contact .us-content-contact-offer {
	position: relative;
	padding: 26px;
	overflow: hidden;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(11, 63, 159, 0.98) 0%, rgba(23, 99, 247, 0.94) 58%, rgba(55, 132, 255, 0.9) 100%);
	color: #ffffff;
}

#information-contact .us-content-contact-offer:before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 21px;
	background:
		radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 28%),
		radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 34%);
	pointer-events: none;
}

#information-contact .us-content-contact-offer > * {
	position: relative;
	z-index: 1;
}

#information-contact .us-content-contact-title {
	margin-bottom: 18px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

#information-contact .us-content-contact-offer .us-content-contact-title,
#information-contact .us-content-contact-offer .us-content-contact-text-bold {
	color: #ffffff;
}

#information-contact .us-content-contact-text,
#information-contact .us-content-contact-offer li {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

#information-contact .us-content-contact-text:not(:last-child) {
	margin-bottom: 14px;
}

#information-contact .us-content-contact-text-bold {
	margin-bottom: 8px;
	color: var(--vb-dark);
	font-weight: 700;
}

#information-contact .us-acc-info-link,
#information-contact .us-content-contact-offer a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

#information-contact .us-acc-info-link:hover,
#information-contact .us-content-contact-offer a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#information-contact .us-content-contact .form-group {
	margin-bottom: 18px;
}

#information-contact .us-content-contact label {
	margin-bottom: 8px;
	color: var(--vb-dark);
	font-size: 13px;
	font-weight: 700;
}

#information-contact .us-content-contact .required {
	margin-right: 4px;
	color: var(--vb-blue);
}

#information-contact .us-content-contact .form-control {
	min-height: 48px;
	border: 1px solid rgba(23, 99, 247, 0.12);
	border-radius: 14px;
	background: #f8fbff;
	color: var(--vb-text);
	font-size: 14px;
	font-weight: 500;
	box-shadow: none;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

#information-contact .us-content-contact textarea.form-control {
	min-height: 170px;
	resize: vertical;
}

#information-contact .us-content-contact .form-control:focus {
	border-color: rgba(23, 99, 247, 0.5);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(23, 99, 247, 0.08);
}

#information-contact .us-form-checkbox-group label {
	color: var(--vb-muted);
	font-weight: 500;
}

#information-contact .us-form-checkbox-group label:before {
	border-color: rgba(23, 99, 247, 0.2);
	border-radius: 6px;
	background: #ffffff;
}

#information-contact .us-form-checkbox-input:checked + label:after {
	color: var(--vb-blue);
}

#information-contact .us-contact-form-box .btn-group {
	display: flex;
}

#information-contact .us-contact-form-box .us-module-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--vb-blue) !important;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	box-shadow: 0 12px 26px rgba(23, 99, 247, 0.24);
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

#information-contact .us-contact-form-box .us-module-btn:hover {
	background: var(--vb-blue-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(23, 99, 247, 0.28);
}

#information-contact .us-content-contact-img {
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 42, 92, 0.07);
}

#information-contact .us-content-contact-img iframe {
	display: block;
	min-height: 380px;
	border: 0;
}

#information-contact .us-contact-location {
	overflow: hidden;
	margin-top: 24px;
	padding-bottom: 0;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 42, 92, 0.06);
}

#information-contact .us-contact-location:not(:last-child) {
	margin-bottom: 24px;
}

#information-contact .us-contact-location-info {
	padding: 28px;
}

#information-contact .us-contact-location-store-title {
	margin-bottom: 12px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

#information-contact .us-contact-location-address {
	margin-bottom: 24px;
	color: var(--vb-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

#information-contact .us-contact-location-title {
	margin-bottom: 10px;
	color: var(--vb-dark);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

#information-contact .us-contact-location li,
#information-contact .us-contact-location-phone {
	color: var(--vb-muted);
	font-size: 14px;
	line-height: 1.55;
}

#information-contact .us-contact-location a {
	color: var(--vb-blue);
	font-weight: 700;
	text-decoration: none;
}

#information-contact .us-contact-location a:hover {
	color: var(--vb-blue-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

#information-contact .us-contact-location iframe {
	display: block;
	min-height: 340px;
	border: 0;
}

@media screen and (max-width: 991px) {
	#information-contact .us-content-contact {
		flex-direction: column;
	}

	#information-contact .us-contact-form-box,
	#information-contact .us-content-contact-offer {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#information-contact .us-main-shop-title {
		margin-bottom: 18px;
		font-size: 28px;
	}

	#information-contact .us-content {
		border-radius: 20px;
	}

	#information-contact .us-contact-form-box form,
	#information-contact .us-content-contact-offer {
		padding: 20px;
		border-radius: 22px;
	}

	#information-contact .us-content-contact-title {
		font-size: 21px;
	}

	#information-contact .us-contact-form-box .us-module-btn {
		width: 100%;
	}

	#information-contact .us-content-contact-img,
	#information-contact .us-contact-location {
		border-radius: 20px;
	}

	#information-contact .us-content-contact-img iframe,
	#information-contact .us-contact-location iframe {
		min-height: 300px;
	}

	#information-contact .us-contact-location-info {
		padding: 22px;
	}
}

/* === END: Contact page === */

/* === START: All categories page === */

.vb-all-categories-page .us-main-shop-title {
	position: relative;
	margin-bottom: 24px;
	padding-left: 18px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.vb-all-categories-page .us-main-shop-title:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--vb-blue) 0%, var(--vb-blue-dark) 100%);
}

.vb-all-categories-page .us-content {
	overflow: hidden;
	padding: 26px;
	border: 1px solid rgba(23, 99, 247, 0.07);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(23, 99, 247, 0.08) 0, rgba(23, 99, 247, 0) 30%),
		#ffffff;
	box-shadow:
		0 18px 42px rgba(15, 42, 92, 0.07),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

.vb-all-categories-page .us-content:hover {
	box-shadow:
		0 18px 42px rgba(15, 42, 92, 0.07),
		0 2px 8px rgba(15, 42, 92, 0.03);
}

.vb-all-categories-page .us-all-categories {
	display: grid;
	gap: 22px;
}

.vb-all-categories-page .us-all-categories-category-parent {
	position: relative;
	margin-bottom: 0;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	box-shadow: 0 12px 28px rgba(15, 42, 92, 0.05);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vb-all-categories-page .us-all-categories-category-parent:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--vb-blue), rgba(23, 99, 247, 0.08));
}

.vb-all-categories-page .us-all-categories-category-parent a {
	text-decoration: none;
}

.vb-all-categories-page .us-all-categories-category-parent-title {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	color: var(--vb-dark);
	font-family: var(--vb-font-title);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.vb-all-categories-page .us-all-categories-category-parent-title a,
.vb-all-categories-page a.us-all-categories-category-parent-title {
	color: var(--vb-dark);
}

.vb-all-categories-page .us-all-categories-category-parent-title a:hover,
.vb-all-categories-page a.us-all-categories-category-parent-title:hover {
	color: var(--vb-blue);
	text-decoration: none;
}

.vb-all-categories-page .us-all-categories-category-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	margin-left: 0;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(23, 99, 247, 0.1);
	color: var(--vb-blue);
	font-family: var(--vb-font-title);
	font-size: 13px;
	font-weight: 800;
}

.vb-all-categories-page .us-all-categories-category-children {
	margin-right: -10px;
	margin-left: -10px;
}

.vb-all-categories-page .us-all-categories-category-child {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 18px;
}

.vb-all-categories-page .us-all-categories-category-child-title {
	margin: 10px 0px 10px 0px;
	padding: 12px 14px;
	border: 1px solid rgba(23, 99, 247, 0.08);
	border-radius: 16px;
	background: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 8px 18px rgba(15, 42, 92, 0.04);
}

.vb-all-categories-page .us-all-categories-category-child-title a {
	color: var(--vb-dark);
}

.vb-all-categories-page .us-all-categories-category-child-title a:hover {
	color: var(--vb-blue);
	text-decoration: none;
}

.vb-all-categories-page .us-all-categories-category-child ul {
	margin: 0;
	padding: 0 4px;
}

.vb-all-categories-page .us-all-categories-category-child li + li {
	margin-top: 7px;
}

.vb-all-categories-page .us-all-categories-category-child-third {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 16px;
	color: var(--vb-muted) !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.vb-all-categories-page .us-all-categories-category-child-third:before {
	content: "";
	position: absolute;
	left: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(23, 99, 247, 0.38);
}

.vb-all-categories-page .us-all-categories-category-child-third:hover {
	color: var(--vb-blue) !important;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.vb-all-categories-page .us-all-categories-category-parent:hover {
		transform: translateY(-3px);
		border-color: rgba(23, 99, 247, 0.22);
		box-shadow: 0 18px 38px rgba(23, 99, 247, 0.1);
	}
}

@media screen and (max-width: 991px) {
	.vb-all-categories-page .us-content {
		padding: 20px;
		border-radius: 24px;
	}

	.vb-all-categories-page .us-all-categories-category-child {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.vb-all-categories-page .us-content {
		padding: 14px;
		border-radius: 20px;
	}

	.vb-all-categories-page .us-all-categories-category-parent {
		padding: 20px 16px;
		border-radius: 20px;
	}

	.vb-all-categories-page .us-all-categories-category-parent-title {
		font-size: 19px;
	}

	.vb-all-categories-page .us-all-categories-category-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* === END: All categories page === */

/* === START: Footer shell === */

footer {
	margin-top: 34px;
	padding: 0;
	background: transparent !important;
}

footer .footer-sub {
	position: relative;
	overflow: visible;
	padding: 34px 15px 20px;
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(11, 63, 159, 0.98) 0%, rgba(23, 99, 247, 0.96) 48%, rgba(55, 132, 255, 0.94) 100%),
		linear-gradient(0deg, rgba(8, 36, 88, 0.16), rgba(8, 36, 88, 0));
	box-shadow: 0 18px 38px rgba(15, 55, 145, 0.18);
}

footer .footer-sub:before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 17px;
	background:
		radial-gradient(circle at 90% 6%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 28%),
		radial-gradient(circle at 8% 92%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 30%);
	pointer-events: none;
}

footer .footer-sub > * {
	position: relative;
	z-index: 1;
}

footer .us-footer-title {
	color: #ffffff;
	font-family: var(--vb-font-title);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

footer,
footer .us-footer-text,
footer .us-footer-address,
footer .us-footer-bottom-credits,
footer .us-footer-shedule-text-item,
footer .us-footer-form-bottom,
footer .us-footer-form-bottom label {
	color: rgba(255, 255, 255, 0.76);
}

footer .us-footer-link,
footer .us-footer-mail,
footer .us-footer-phone-btn,
footer .us-footer-form-bottom label a {
	color: rgba(255, 255, 255, 0.86);
}

footer .us-footer-link:hover,
footer .us-footer-mail:hover,
footer .us-footer-phone-btn:hover,
footer .us-footer-form-bottom label a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .us-footer-bottom {
	border-top-color: rgba(255, 255, 255, 0.16);
}

footer .us-footer-shedule-icon img {
	filter: brightness(0) invert(1);
}

footer .us-footer-social-link,
footer .us-footer-contact-link {
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

footer .us-footer-social-link:hover,
footer .us-footer-contact-link:hover {
	background-color: #ffffff;
}

@media screen and (max-width: 767px) {
	body.bottom {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 24px;
		padding-bottom: 0;
	}

	footer .footer-sub {
		padding: 26px 15px 18px;
		border-radius: 16px;
	}

	footer .footer-sub:before {
		border-radius: 15px;
	}
}

/* === END: Footer shell === */
