:root {
	--vbx-text: #333;
	--vbx-heading: #111;
	--vbx-muted: #999;
	--vbx-border: #eee;
	--vbx-soft: #f7f7f7;
	--vbx-dark: #000;
	--vbx-red: #ea3818;
	--vbx-gradient: linear-gradient(270deg, #000 0%, #2e3147 100%);
	--vbx-shadow: 0 2px 10px rgba(0, 0, 0, .08);
	--vbx-card-shadow: 0 16px 34px rgba(0, 0, 0, .08);
	--vbx-radius: 4px;
	--vbx-desktop-container: 1125px;
	--vbx-header-inline: 71px;
}

html {
	scroll-behavior: smooth;
}

body.vbx-home-body {
	margin: 0;
	background: #fff;
	color: var(--vbx-text);
	line-height: 1.8;
}

.vbx-home-body .site,
.vbx-home-body .site-content,
.vbx-home-body .inside-article {
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

body.vbx-luxurymod-shell .site-header,
body.vbx-luxurymod-shell .main-navigation,
body.vbx-luxurymod-shell .site-footer,
body.vbx-luxurymod-shell .site-info {
	display: none !important;
}

body.vbx-luxurymod-shell .site,
body.vbx-luxurymod-shell .site-content,
body.vbx-luxurymod-shell .inside-article {
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

body.vbx-luxurymod-shell .site-content {
	display: block;
	width: 100%;
	overflow-x: clip;
}

.vbx-page,
.vbx-page * {
	box-sizing: border-box;
}

.vbx-page {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow-x: clip;
}

.vbx-page a {
	color: inherit;
	text-decoration: none;
}

.vbx-page a:focus-visible,
.vbx-page button:focus-visible {
	outline: 2px solid var(--vbx-red);
	outline-offset: 3px;
}

.vbx-page img,
.vbx-page video {
	display: block;
	max-width: 100%;
}

.vbx-page [id] {
	scroll-margin-top: 130px;
}

.vbx-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
}

.vbx-notice {
	--vbx-notice-height: 48px;
	height: var(--vbx-notice-height);
	overflow: hidden;
	background: #fff;
	color: #111;
	font-size: var(--vbx-font-body-size);
	font-weight: 600;
	letter-spacing: .8px;
	line-height: var(--vbx-notice-height);
	text-align: center;
	white-space: nowrap;
}

.vbx-notice-track {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	animation: vbx-notice-flip 8s ease-in-out infinite;
	will-change: transform;
}

.vbx-notice-track span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 var(--vbx-notice-height);
	width: 100%;
	height: var(--vbx-notice-height);
	padding: 0 24px;
}

.vbx-desktop-header {
	background: #fff;
}

.vbx-header-container {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(var(--vbx-desktop-container), calc(100% - 300px));
	height: 46px;
	margin: 0 auto 4px;
	padding: 0 var(--vbx-header-inline);
	background: #fff;
}

.vbx-logo {
	display: inline-flex;
	align-items: center;
	width: 140px;
}

.vbx-logo img {
	width: 140px;
	height: auto;
}

.vbx-desktop-logo {
	width: 245.625px;
	height: 60px;
}

.vbx-desktop-logo img {
	width: 220px;
	height: auto;
}

.vbx-header-search {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 491.25px;
	width: min(690px, 100%);
	max-width: 690px;
	height: 44px;
	margin: 0 22px;
}

.vbx-header-search input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	background: #f7f7f7;
	color: #333;
	font-family: inherit;
	font-size: 13px;
	line-height: 44px;
	outline: none;
	transition: box-shadow .2s ease;
}

.vbx-header-search input:focus,
.vbx-mobile-search input:focus {
	outline: none;
	box-shadow: inset 0 0 0 1px #d8d8d8;
}

.vbx-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 55px;
	width: 55px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease, opacity .2s ease;
}

.vbx-header-search svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.vbx-header-utility {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	width: 245.625px;
	height: 44px;
	overflow: visible;
	padding-right: 7.5px;
	color: #333;
	font-size: 13px;
	line-height: 1;
	transform: translateX(7.5px);
	white-space: nowrap;
}

.vbx-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	font-family: inherit;
	line-height: 1;
	transition: color .2s ease, transform .2s ease;
}

.vbx-header-icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.vbx-currency-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 44px;
}

.vbx-currency-toggle {
	list-style: none;
}

.vbx-currency-toggle::-webkit-details-marker {
	display: none;
}

.vbx-currency-code {
	position: absolute;
	right: -9px;
	bottom: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 12px;
	padding: 0 3px;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .2px;
	line-height: 12px;
	pointer-events: none;
}

.vbx-currency-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: -8px;
	z-index: 30;
	width: 260px;
	padding: 16px;
	border: 1px solid var(--vbx-border);
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
	color: #111;
	text-align: left;
	white-space: normal;
}

.vbx-currency-menu {
	display: none;
}

.vbx-currency-switcher[open] {
	z-index: 10;
}

.vbx-currency-switcher[open] .vbx-currency-menu {
	display: block;
}

.vbx-currency-menu::before {
	position: absolute;
	top: -7px;
	right: 17px;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--vbx-border);
	border-left: 1px solid var(--vbx-border);
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.vbx-currency-menu strong {
	display: block;
	margin-bottom: 3px;
	color: #000;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.vbx-currency-menu p {
	margin: 0 0 12px;
	color: #666;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
}

.vbx-currency-menu a {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 8px;
	align-items: center;
	min-height: 34px;
	padding: 7px 8px;
	border-radius: 4px;
	color: #222;
	font-size: 12px;
	line-height: 1.2;
	transition: background .2s ease, color .2s ease;
}

.vbx-currency-menu a:hover,
.vbx-currency-menu a.is-active {
	background: #f6f6f6;
	color: var(--vbx-red);
}

.vbx-currency-menu span {
	font-weight: 800;
	letter-spacing: .5px;
}

.vbx-currency-menu small {
	color: inherit;
	font-size: 11px;
	font-weight: 500;
}

.vbx-cart-count-badge {
	position: absolute;
	top: 2px;
	right: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--vbx-red);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 17px;
	pointer-events: none;
}

.vbx-desktop-nav-row {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	height: 68px;
	overflow-x: clip;
	overflow-y: visible;
	padding-left: max(24px, calc((100% - var(--vbx-desktop-container)) / 2 + 7px));
	background: #fff;
	color: #000;
	font-size: var(--vbx-font-nav-size);
	font-weight: var(--vbx-font-nav-weight);
	letter-spacing: 0;
	white-space: nowrap;
}

.vbx-menu-box {
	position: relative;
	flex: 0 0 calc(var(--vbx-desktop-container) - 66.5px);
	width: calc(var(--vbx-desktop-container) - 66.5px);
	height: 30px;
	overflow: visible;
}

.vbx-menu-track {
	display: flex;
	align-items: center;
	gap: 30px;
	width: max-content;
	min-width: 100%;
	height: 30px;
	will-change: transform;
}

.vbx-nav-item {
	position: relative;
	flex: 0 0 auto;
}

.vbx-nav-link {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0;
	color: #000;
	font-family: inherit;
	font-size: var(--vbx-font-nav-size);
	font-weight: var(--vbx-font-nav-weight);
	line-height: 30px;
	transition: color .2s ease;
}

.vbx-nav-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	min-width: 220px;
	max-height: 368px;
	padding: 14px 12px;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.vbx-nav-dropdown::before {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
}

.vbx-nav-item:hover .vbx-nav-dropdown,
.vbx-nav-item:focus-within .vbx-nav-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.vbx-nav-dropdown-item {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	min-height: 60px;
	gap: 10px;
	padding: 8px 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
	text-transform: uppercase;
	white-space: nowrap;
}

.vbx-nav-dropdown-thumb {
	display: flex;
	flex: 0 0 60px;
	align-items: center;
	justify-content: flex-start;
	width: 60px;
	height: 60px;
}

.vbx-nav-dropdown-thumb img {
	display: block;
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	object-fit: contain;
	object-position: left center;
}

.vbx-nav-dropdown-item > span:not(.vbx-nav-dropdown-thumb) {
	flex: 1 1 auto;
	text-align: left;
}

.vbx-nav-dropdown-item:hover,
.vbx-nav-dropdown-item:focus-visible {
	color: var(--vbx-red);
}

.vbx-menu-track > .vbx-nav-link,
.vbx-menu-track > .vbx-nav-item > .vbx-nav-link {
	flex: 0 0 auto;
	height: 30px;
	padding: 0;
	color: #000;
	font-family: inherit;
	font-size: var(--vbx-font-nav-size);
	font-weight: var(--vbx-font-nav-weight);
	line-height: 30px;
	transition: color .2s ease;
}

.vbx-arrow-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 68px;
	margin-left: 15px;
}

.vbx-arrow-box button {
	width: 9px;
	height: 30px;
	padding: 0;
	margin: 0 10px 0 0;
	border: 0;
	background: transparent;
	color: #262626;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	cursor: pointer;
}

.vbx-menu-track > .vbx-nav-link:hover,
.vbx-menu-track > .vbx-nav-item > .vbx-nav-link:hover,
.vbx-nav-link:hover,
.vbx-arrow-box button:hover,
.vbx-header-icon:hover,
.vbx-footer a:hover {
	color: var(--vbx-red);
}

.vbx-header-icon:hover {
	transform: translateY(-1px);
}

.vbx-arrow-box button.is-disabled {
	color: #ccc;
	cursor: default;
}

.vbx-mobile-header-main {
	display: none;
}

.vbx-header-actions {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
}

.vbx-line-icon,
.vbx-icon-button {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
}

.vbx-line-icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.vbx-line-icon .vbx-cart-count-badge {
	top: -7px;
	right: -10px;
}

.vbx-menu-toggle {
	display: none;
	width: 28px;
}

.vbx-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 3px;
	margin: 6px 0;
	background: #000;
}

.vbx-mobile-drawer {
	display: none;
}

.vbx-mobile-search {
	display: none;
}

.vbx-hero {
	width: 100%;
	background: #dbe9f4;
}

.vbx-hero-video {
	width: 100%;
	height: 56.25vw;
	object-fit: cover;
	object-position: center;
}

.vbx-section {
	width: min(var(--vbx-desktop-container), calc(100% - 48px));
	margin: 0 auto;
	padding: 48px 0;
}

.vbx-brands {
	--vbx-brand-icon-width: 150px;
	--vbx-brand-icon-height: 130px;
	height: 572.8px;
	padding: 60px 0 0;
}

.vbx-brand-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px 0;
	align-items: start;
	min-height: 392.8px;
}

.vbx-brand-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: calc(var(--vbx-brand-icon-height) + 44px);
	padding: 10px 8px;
	border-radius: var(--vbx-radius);
	color: var(--vbx-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	transition: background .2s ease, color .2s ease, transform .25s ease;
}

.vbx-brand-card img {
	width: min(var(--vbx-brand-icon-width), 100%);
	height: var(--vbx-brand-icon-height);
	object-fit: contain;
	transition: transform .25s ease;
}

.vbx-brand-card:hover img {
	transform: translateY(-4px) scale(1.03);
}

.vbx-brand-card:hover {
	background: var(--vbx-soft);
	color: var(--vbx-red);
	transform: translateY(-2px);
}

.vbx-brand-card span {
	display: block;
	max-width: 120px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vbx-more-button,
.vbx-dark-link,
.vbx-cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 114px;
	min-height: 37px;
	padding: 10px 24px;
	margin: 28px auto 0;
	border: 1px solid #000;
	border-radius: var(--vbx-radius);
	background: #000 !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vbx-more-button {
	display: flex;
	width: max-content;
}

.vbx-more-button:hover,
.vbx-more-button:focus,
.vbx-more-button:active,
.vbx-more-button:visited,
.vbx-dark-link:hover,
.vbx-dark-link:focus,
.vbx-dark-link:active,
.vbx-dark-link:visited,
.vbx-cart-button:hover,
.vbx-cart-button:focus,
.vbx-cart-button:active,
.vbx-cart-button:visited {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
	opacity: .88;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.vbx-story-card {
	position: relative;
	overflow: hidden;
	height: 571.8px;
	padding: 10px 0 30px;
}

.vbx-story-card img {
	width: 100%;
	height: 524px;
	object-fit: cover;
}

.vbx-story-card-link {
	display: block;
}

.vbx-story-card-link img {
	display: block;
}

.vbx-story-card-caption {
	position: absolute;
	left: 50%;
	bottom: 48px;
	width: min(720px, calc(100% - 60px));
	padding: 18px 24px;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, .58);
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}

.vbx-story-card-caption:hover {
	color: #fff;
}

.vbx-products {
	padding-top: 0;
	text-align: center;
}

.vbx-products h2,
.vbx-video-gallery h2,
.vbx-blog h2,
.vbx-faq h2,
.vbx-gift h2,
.vbx-testimonials h2,
.vbx-brand-panel h2 {
	margin: 0 0 24px;
	color: #111;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: var(--vbx-font-section-line-height);
	text-align: center;
}

.vbx-info-band h2 {
	margin: 0 0 16px;
	color: #111;
	font-weight: var(--vbx-font-section-weight);
	text-align: left;
}

.vbx-info-band .vbx-contact-card h2 {
	font-size: var(--vbx-font-contact-heading-size);
	line-height: 1.8;
}

.vbx-info-band .vbx-about-card h2 {
	font-size: var(--vbx-font-about-heading-size);
	line-height: 1.8;
}

.vbx-product-content h3 a {
	color: inherit;
	transition: color .2s ease;
}

.vbx-product-content h3 a:hover {
	color: var(--vbx-red);
}

.vbx-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px 0;
	width: calc(100% + 25.5px);
	margin: 0 -12.75px;
	text-align: left;
}

.vbx-products .vbx-collection-grid {
	width: 100%;
	margin: 0;
	text-align: center;
}

.vbx-product-card {
	position: relative;
	overflow: hidden;
	height: 399px;
	background: #fff;
	border: 2px solid transparent;
	margin: 0 15px;
	transition: box-shadow .25s ease, transform .25s ease;
}

.vbx-product-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
	transform: translateY(-3px);
}

.vbx-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 268px;
	background: #fff;
}

.vbx-product-image img {
	width: 92%;
	height: 92%;
	object-fit: contain;
}

.vbx-product-content {
	padding: 14px 14px 18px;
}

.vbx-product-content h3 {
	display: -webkit-box;
	min-height: 48px;
	margin: 0 0 8px;
	overflow: hidden;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.vbx-price {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 8px;
	color: var(--vbx-red);
}

.vbx-price del {
	color: var(--vbx-muted);
	font-size: 12px;
}

.vbx-price strong {
	font-size: 18px;
	font-weight: 800;
}

.vbx-product-content p {
	margin: 0 0 12px;
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}

.vbx-product-actions {
	display: grid;
	gap: 8px;
}

.vbx-product-actions .vbx-cart-button {
	width: 100%;
	margin: 0;
	background: var(--vbx-gradient);
}

.vbx-quick-view {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: color .2s ease;
}

.vbx-quick-view:hover {
	color: var(--vbx-red);
}

.vbx-info-band {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 42px;
	align-items: stretch;
}

.vbx-info-band > div,
.vbx-feature-strip article,
.vbx-brand-panel,
.vbx-gift {
	background: var(--vbx-soft);
}

.vbx-info-band > div {
	padding: 34px;
	border-radius: var(--vbx-radius);
}

.vbx-info-band .vbx-dark-link,
.vbx-gift .vbx-dark-link,
.vbx-brand-panel .vbx-dark-link,
.vbx-blog-grid .vbx-dark-link {
	margin-left: 0;
}

.vbx-eyebrow {
	margin: 0 0 8px;
	color: var(--vbx-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: center;
	text-transform: uppercase;
}

.vbx-benefits {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vbx-benefits li {
	margin-bottom: 9px;
	font-weight: 700;
}

.vbx-feature-strip {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.vbx-feature-strip article {
	min-height: 232px;
	padding: 30px 22px;
	border-radius: var(--vbx-radius);
	text-align: center;
	transition: box-shadow .2s ease, transform .2s ease;
}

.vbx-feature-strip article:hover {
	box-shadow: var(--vbx-card-shadow);
	transform: translateY(-2px);
}

.vbx-feature-strip h3,
.vbx-service-grid h3,
.vbx-blog-grid h3 {
	margin: 0 0 10px;
	color: #111;
	font-size: var(--vbx-font-feature-heading-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: 1.43;
}

.vbx-service-grid h3 {
	font-size: 16px;
	line-height: 1.3;
}

.vbx-feature-strip p,
.vbx-service-grid p,
.vbx-brand-panel p,
.vbx-gift p,
.vbx-blog-grid p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}

.vbx-blog-featured-list {
	padding-top: 38px;
	padding-bottom: 10px;
}

.vbx-blog-featured__inner {
	width: 100%;
}

.vbx-blog-featured__wrapper {
	--vbx-blog-featured-grid-gap: 12px;
	--vbx-blog-featured-item-gap: 16px;
	--vbx-blog-featured-item-count: 4;
	--vbx-blog-featured-lead-height: calc((100cqw - var(--vbx-blog-featured-grid-gap)) / 2);
	--vbx-blog-featured-thumb-size: calc(
		(var(--vbx-blog-featured-lead-height) - ((var(--vbx-blog-featured-item-count) - 1) * var(--vbx-blog-featured-item-gap)))
		/ var(--vbx-blog-featured-item-count)
	);
	container-type: inline-size;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--vbx-blog-featured-grid-gap);
	align-items: start;
}

.vbx-blog-featured__lead,
.vbx-blog-featured__item {
	display: block;
	color: inherit;
	text-decoration: none;
}

.vbx-blog-featured__lead img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.vbx-blog-featured__text {
	display: block;
	min-width: 0;
}

.vbx-blog-featured__title {
	margin: 20px 0 12px;
	overflow: hidden;
	color: #333;
	font-size: clamp(18px, 2vw, 22.4px);
	font-weight: 700;
	line-height: 1.43;
	text-transform: uppercase;
}

.vbx-blog-featured__title.is-compact {
	margin: 0 0 9px;
	font-size: 14.5px;
	line-height: 1.42;
}

.vbx-blog-featured__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0;
	color: #000;
	font-size: 12.7px;
	font-weight: 500;
	line-height: 1.38;
}

.vbx-blog-featured__excerpt.is-compact {
	-webkit-line-clamp: 2;
}

.vbx-blog-featured__side {
	display: flex;
	flex-direction: column;
	align-self: start;
	padding: 16px;
	background: #f3f3f3;
}

.vbx-blog-featured__list {
	display: grid;
	grid-template-rows: repeat(var(--vbx-blog-featured-item-count), minmax(0, 1fr));
	gap: var(--vbx-blog-featured-item-gap);
	height: var(--vbx-blog-featured-lead-height);
	flex: 0 0 auto;
	overflow: visible;
}

.vbx-blog-featured__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-height: 0;
	height: 100%;
	overflow: hidden;
}

.vbx-blog-featured__item img {
	flex: 0 0 var(--vbx-blog-featured-thumb-size);
	width: var(--vbx-blog-featured-thumb-size);
	height: var(--vbx-blog-featured-thumb-size);
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #f7f7f7;
}

.vbx-blog-featured__item .vbx-blog-featured__text {
	flex: 1;
}

.vbx-blog-featured__recommend {
	flex: 0 0 auto;
	margin: 16px 0 19px;
	padding-top: 42px;
	border-top: 1px solid #e1e1e1;
}

.vbx-blog-featured__recommend-title {
	margin: 0;
	color: #333;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.42;
	text-transform: uppercase;
}

.vbx-video-gallery {
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}

.vbx-video-slider__header {
	margin-bottom: 12px;
}

.vbx-video-slider__header h2 {
	margin: 0;
	color: #111;
	font-size: var(--vbx-font-video-heading-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: 1.8;
}

.vbx-video-slider__header p {
	margin: 8px 0 0;
	color: #111;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
}

.vbx-video-slider {
	--vbx-video-visible: 3;
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 auto;
}

.vbx-video-slider__stage {
	position: relative;
}

.vbx-video-slider__viewport {
	overflow: hidden;
}

.vbx-video-slider__track {
	display: flex;
	transition: transform .35s ease;
	will-change: transform;
}

.vbx-video-slider__slide {
	flex: 0 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}

.vbx-video-slider__media {
	position: relative;
	line-height: 0;
}

.vbx-video-slider__video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
	background: #111;
}

.vbx-video-slider__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 20%;
	background: #000;
	color: #fff;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.vbx-video-slider__play svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 1.5;
}

.vbx-video-slider__media.is-playing .vbx-video-slider__play {
	display: none;
}

.vbx-video-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
	color: #000;
	cursor: pointer;
	transform: translateY(-50%);
}

.vbx-video-slider__arrow svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vbx-video-slider__arrow--prev {
	left: 0;
}

.vbx-video-slider__arrow--next {
	right: 0;
}

.vbx-video-slider__arrow:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.vbx-video-slider__dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.vbx-video-slider__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
}

.vbx-video-slider__dot.is-active {
	background: #000;
}

.vbx-video-slider__dot .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vbx-local-video {
	width: calc(100vw - 15px);
	max-width: calc(100vw - 15px);
	margin-right: calc(50% - 50vw + 7.5px);
	margin-left: calc(50% - 50vw + 7.5px);
	padding: 20px 0 10px;
	background: #fff;
}

.vbx-local-video__inner {
	display: flex;
	width: 100%;
	max-width: 100%;
}

.vbx-local-video__wrapper {
	width: 100%;
}

.vbx-local-video__media {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.vbx-land-dweller {
	padding-top: 36px;
	padding-bottom: 88px;
}

.vbx-brand-sections {
	display: grid;
	gap: 38px;
	width: calc(100vw - 15px);
	max-width: calc(100vw - 15px);
	margin-right: calc(50% - 50vw + 7.5px);
	margin-left: calc(50% - 50vw + 7.5px);
}

.vbx-brand-panel {
	--vbx-brand-panel-bg: #000;
	--vbx-brand-panel-height: 546px;
	--vbx-brand-hero-top: 24px;
	--vbx-brand-column-gap: 28px;
	--vbx-brand-right-pad: 68px;
	--vbx-mini-product-gap: 15px;
	--vbx-mini-product-size: calc(var(--vbx-brand-panel-height) / 2);
	position: relative;
	min-height: var(--vbx-brand-panel-height);
	padding: 24px var(--vbx-brand-right-pad) 24px 0;
	border-radius: 0;
	background: var(--vbx-brand-panel-bg);
	overflow: hidden;
	isolation: isolate;
}

.vbx-brand-panel h2 {
	margin: 0 0 22px;
	color: #fff;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: normal;
	letter-spacing: .8px;
	text-align: left;
}

.vbx-brand-panel-hero {
	position: absolute;
	top: var(--vbx-brand-hero-top);
	left: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(66.666% - (var(--vbx-brand-column-gap) / 2));
	height: 66.666%;
	min-width: 0;
	overflow: hidden;
	border-radius: 32px;
	background: #f7f7f7;
	contain: paint;
}

.vbx-brand-panel-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	transform-origin: center;
}

.vbx-brand-panel-hero:hover img {
	transform: scale(1.02);
}

.vbx-brand-panel-copy {
	position: absolute;
	top: var(--vbx-brand-hero-top);
	left: calc(66.666% + (var(--vbx-brand-column-gap) / 2));
	right: var(--vbx-brand-right-pad);
	z-index: 1;
	width: auto;
	color: #fff;
	text-align: left;
}

.vbx-brand-panel-copy .vbx-dark-link {
	width: 74px;
	height: 29px;
	min-height: 0;
	padding: 0;
	border: 1px solid #fff;
	background: #000 !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 29px;
	text-align: center;
	transition: none;
	transform: none;
}

.vbx-brand-panel-copy .vbx-dark-link:hover,
.vbx-brand-panel-copy .vbx-dark-link:focus,
.vbx-brand-panel-copy .vbx-dark-link:active,
.vbx-brand-panel-copy .vbx-dark-link:visited {
	border-color: #fff;
	background: #000 !important;
	color: #fff !important;
	box-shadow: none;
	opacity: 1;
	text-decoration: none;
	transform: none;
}

.vbx-mini-products {
	position: absolute;
	right: var(--vbx-brand-right-pad);
	bottom: 24px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, var(--vbx-mini-product-size));
	gap: var(--vbx-mini-product-gap);
	width: calc((var(--vbx-mini-product-size) * 3) + (var(--vbx-mini-product-gap) * 2));
}

.vbx-mini-products a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: var(--vbx-mini-product-size);
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	contain: paint;
	transition: transform .2s ease;
}

.vbx-mini-products a:hover {
	transform: translateY(-2px);
}

.vbx-mini-products img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
}

.vbx-gift {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 34px;
	padding: 42px;
	border-radius: var(--vbx-radius);
}

.vbx-gift h2 {
	text-align: left;
}

.vbx-service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.vbx-service-grid article {
	padding: 22px;
	border-radius: var(--vbx-radius);
	background: #fff;
}

.vbx-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.vbx-blog-grid article {
	padding: 24px;
	border-radius: var(--vbx-radius);
	background: var(--vbx-soft);
}

.vbx-blog-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #fff;
}

.vbx-blog-grid h3 {
	margin-top: 18px;
}

.vbx-product-after-description {
	padding: 0 0 36px;
	background: #fff;
}

.vbx-product-brand-carousel {
	position: relative;
	overflow: hidden;
	padding: 30px 0 42px;
}

.vbx-product-brand-track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 50px max(60px, calc((100vw - var(--vbx-desktop-container)) / 2));
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.vbx-product-brand-track::-webkit-scrollbar {
	display: none;
}

.vbx-product-brand-card {
	position: relative;
	z-index: 1;
	flex: 0 0 clamp(210px, 15.1vw, 300px);
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
	aspect-ratio: 9.6 / 12;
	background: #f7f7f7;
	opacity: .9;
	transform: scale(.96);
	transition: transform .38s ease, box-shadow .38s ease, opacity .38s ease;
	will-change: transform;
}

.vbx-product-brand-card.is-center {
	z-index: 3;
	box-shadow: 2px 8px 22px rgba(0, 0, 0, .28);
	opacity: 1;
	transform: scale(1.16);
}

.vbx-product-brand-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vbx-product-brand-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 10%;
	background: rgba(0, 0, 0, 0);
	text-decoration: none;
}

.vbx-product-brand-overlay span {
	max-width: 100%;
	padding: 8px 16px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
}

.vbx-product-brand-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
	color: #666;
	cursor: pointer;
	transform: translateY(-50%);
}

.vbx-product-brand-arrow.is-prev {
	left: 24px;
}

.vbx-product-brand-arrow.is-next {
	right: 24px;
}

.vbx-product-section-richtext {
	width: min(760px, calc(100% - 32px));
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

.vbx-product-section-richtext h3 {
	margin: 0 0 18px;
	color: #111;
	font-size: var(--vbx-font-feature-heading-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: 1.43;
}

.vbx-product-section-richtext p {
	margin: 0 0 6px;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}

.vbx-product-local-video {
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0 0 20px;
	background: #fff;
}

.vbx-product-local-video video {
	display: block;
	width: 100%;
	height: auto;
}

.vbx-product-gift-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 34px;
	width: min(1500px, calc(100% - 50px));
	margin: 0 auto;
	padding: 0 0 25px;
	background: #fff;
}

.vbx-product-gift-copy {
	padding-right: 1.2rem;
	color: #000;
}

.vbx-product-gift-copy h2 {
	position: relative;
	margin: 0 0 45px;
	color: #000;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.5;
}

.vbx-product-gift-copy h2::after {
	position: absolute;
	bottom: -23px;
	left: 0;
	width: 48px;
	height: 2px;
	background: #000;
	content: "";
}

.vbx-product-gift-copy p {
	max-width: 560px;
	margin: 0;
	color: #000;
	line-height: 28px;
}

.vbx-product-gift-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	padding: 12px 42px;
	border: 1px solid #000;
	border-radius: 4px;
	background: #000 !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: none;
}

.vbx-product-gift-link:hover,
.vbx-product-gift-link:focus,
.vbx-product-gift-link:active,
.vbx-product-gift-link:visited {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
	opacity: 1;
	transform: none;
}

.vbx-product-gift-media {
	position: relative;
	justify-self: center;
	width: 100%;
}

.vbx-product-gift-media::after {
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 0;
	width: 80%;
	height: 75%;
	background: #fff;
	content: "";
}

.vbx-product-gift-media img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
}

.vbx-faq {
	max-width: 960px;
}

.vbx-faq-item {
	border-top: 1px solid var(--vbx-border);
}

.vbx-faq-item:last-child {
	border-bottom: 1px solid var(--vbx-border);
}

.vbx-faq-item button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	border: 0;
	background: transparent;
	color: #111;
	font-family: inherit;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
	transition: color .2s ease;
}

.vbx-faq-item button:hover {
	color: var(--vbx-red);
}

.vbx-faq-item button::after {
	content: "+";
	font-size: 22px;
}

.vbx-faq-item.is-open button::after {
	content: "-";
}

.vbx-faq-item p {
	display: none;
	margin: 0;
	padding: 0 0 22px;
	color: #555;
}

.vbx-faq-item.is-open p {
	display: block;
}

.vbx-testimonials {
	width: calc(100vw - 15px);
	max-width: calc(100vw - 15px);
	margin-right: calc(50% - 50vw + 7.5px);
	margin-left: calc(50% - 50vw + 7.5px);
	padding: 48px 0;
	text-align: center;
	box-sizing: border-box;
}

.vbx-testimonials h2 {
	margin: 0 0 24px;
	padding: 0 max(24px, calc((100vw - var(--vbx-desktop-container)) / 2));
	color: #111;
	font-size: var(--vbx-font-section-size);
	font-weight: var(--vbx-font-section-weight);
	line-height: var(--vbx-font-section-line-height);
	text-align: center;
}

.vbx-testimonial-slider {
	--vbx-testimonial-visible: 3;
	--vbx-testimonial-card-width: 305px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.vbx-testimonial-slider__stage {
	position: relative;
	width: 100%;
}

.vbx-testimonial-slider__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.vbx-testimonial-slider__viewport::-webkit-scrollbar {
	display: none;
}

.vbx-testimonial-slider__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	width: max-content;
	padding: 0 max(24px, calc((100vw - var(--vbx-desktop-container)) / 2));
}

.vbx-testimonial-slider__slide {
	display: flex;
	flex: 0 0 var(--vbx-testimonial-card-width);
	width: var(--vbx-testimonial-card-width);
	min-width: var(--vbx-testimonial-card-width);
	max-width: var(--vbx-testimonial-card-width);
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	scroll-snap-align: start;
}

.vbx-testimonial-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	text-align: left;
}

.vbx-testimonial-card__top {
	display: flex;
	flex-direction: column-reverse;
}

.vbx-testimonial-card__hero {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--vbx-testimonial-card-width);
	border-radius: 4px 4px 0 0;
	background: #f7f7f7;
}

.vbx-testimonial-card__hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vbx-testimonial-card__user {
	display: flex;
	align-items: center;
	padding: 16px;
}

.vbx-testimonial-card__avatar {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	margin-right: 16px;
	border-radius: 50%;
	object-fit: cover;
	background: #f1f3f5;
}

.vbx-testimonial-card__meta {
	flex: 1;
	min-width: 0;
	max-width: 45%;
}

.vbx-testimonial-card__name,
.vbx-testimonial-card__place {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vbx-testimonial-card__name {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.vbx-testimonial-card__place {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.vbx-testimonial-card__like {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	gap: 3px;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.vbx-testimonial-card__like svg {
	width: 14px;
	height: 14px;
	fill: #ff0022;
}

.vbx-testimonial-card__text {
	padding: 16px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.vbx-testimonial-card__text p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.vbx-testimonial-card__product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	color: #262626;
}

.vbx-testimonial-card__product-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #f7f7f7;
}

.vbx-testimonial-card__product-link img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.vbx-testimonial-card__buy {
	padding: 6px 14px;
	border: 1px solid #333;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.vbx-testimonial-card__buy:hover {
	background: #333;
	color: #fff;
}

.vbx-testimonial-slider__arrow {
	position: absolute;
	top: calc(var(--vbx-testimonial-card-width) / 2);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: rgba(0, 0, 0, .45);
	color: #fff;
	cursor: pointer;
	opacity: 1;
	transform: translateY(-50%);
	transition: background .2s ease, opacity .2s ease;
}

.vbx-testimonial-slider__arrow:hover:not(:disabled) {
	background: #000;
}

.vbx-testimonial-slider__arrow:disabled {
	cursor: default;
	opacity: .25;
}

.vbx-testimonial-slider__arrow svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vbx-testimonial-slider__arrow--prev {
	left: max(12px, calc((100vw - var(--vbx-desktop-container)) / 2 - 12px));
}

.vbx-testimonial-slider__arrow--next {
	right: max(12px, calc((100vw - var(--vbx-desktop-container)) / 2 - 12px));
}

.vbx-footer {
	padding: 0;
	border-top: 1px solid #000;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
}

.vbx-footer-page {
	width: min(var(--vbx-desktop-container), calc(100% - 152px));
	margin: 0 auto;
}

.vbx-footer-main {
	display: flex;
	width: 100%;
	height: 250px;
	padding: 26px 0 38px;
	box-sizing: border-box;
}

.vbx-footer-column {
	flex: 0 0 25%;
	padding: 0 2% 0 0;
}

.vbx-footer-column ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.vbx-footer h3 {
	margin: 0 0 13px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 20px;
}

.vbx-footer a,
.vbx-footer p {
	display: block;
	margin: 0;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}

.vbx-footer li {
	margin: 0 0 12px;
	padding: 0;
}

.vbx-footer li:last-child {
	margin-bottom: 0;
}

.vbx-footer-payments {
	display: flex;
	align-items: center;
	gap: 9px;
	width: max-content;
	height: 24px;
	margin-top: 1px;
}

.vbx-footer-payments img {
	width: auto;
	height: 22px;
}

.vbx-footer-bottom {
	border-top: 1px solid #000;
	background: #fff;
}

.vbx-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(var(--vbx-desktop-container), calc(100% - 152px));
	min-height: 58px;
	margin: 0 auto;
}

.vbx-footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vbx-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 999px;
	color: #fff;
	line-height: 22px;
}

.vbx-footer-social a:hover {
	color: #fff;
}

.vbx-footer-social img {
	width: 22px;
	height: 22px;
}

.vbx-copyright {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0 !important;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
}

.vbx-copyright strong {
	font-size: 13px;
	font-weight: 800;
}

.vbx-footer-locale {
	font-size: 13px;
	font-weight: 500;
}

.vbx-whatsapp {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 1001;
	width: 78px;
	height: 78px;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.vbx-whatsapp img {
	width: 100%;
	height: 100%;
}

@keyframes vbx-notice-flip {
	0%,
	38% {
		transform: translateY(0);
	}
	50%,
	88% {
		transform: translateY(calc(var(--vbx-notice-height) * -1));
	}
	100% {
		transform: translateY(calc(var(--vbx-notice-height) * -2));
	}
}

@media (min-width: 1600px) {
	:root {
		--vbx-desktop-container: 78.125%;
		--vbx-header-inline: 95px;
	}

	.vbx-desktop-nav-row {
		padding-left: max(24px, calc((100% - var(--vbx-desktop-container)) / 2 + 1px));
	}

	.vbx-menu-box {
		flex-basis: calc(78.125vw - 78px);
		width: calc(78.125vw - 78px);
	}
}

@media (max-width: 1023px) {
	.vbx-page [id] {
		scroll-margin-top: 92px;
	}

	.vbx-notice {
		--vbx-notice-height: 34px;
	}

	.vbx-notice-track span {
		flex-basis: var(--vbx-notice-height);
		height: var(--vbx-notice-height);
	}

	.vbx-desktop-header {
		display: none;
	}

	.vbx-mobile-header-main {
		display: grid;
		grid-template-columns: 44px 1fr 118px;
		min-height: 58px;
		padding: 0 18px;
		align-items: center;
		background: #fff;
		box-shadow: var(--vbx-shadow);
	}

	.vbx-menu-toggle {
		display: block;
	}

	.vbx-logo {
		justify-self: start;
		width: 140px;
		margin-left: 10px;
	}

	.vbx-logo img {
		width: 140px;
	}

	.vbx-header-actions {
		gap: 14px;
	}

	.vbx-line-icon svg {
		width: 24px;
		height: 24px;
	}

	.vbx-mobile-drawer {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		padding: 8px 18px 18px;
		border-top: 1px solid var(--vbx-border);
		background: #fff;
		box-shadow: var(--vbx-shadow);
	}

	.vbx-mobile-drawer > a,
	.vbx-mobile-nav-parent {
		padding: 11px 0;
		font-size: var(--vbx-font-nav-size);
		font-weight: var(--vbx-font-nav-weight);
		transition: color .2s ease;
	}

	.vbx-mobile-nav-group {
		padding: 8px 0 4px;
		border-top: 1px solid var(--vbx-border);
	}

	.vbx-mobile-nav-group:first-child {
		border-top: 0;
	}

	.vbx-mobile-nav-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		padding-bottom: 4px;
	}

	.vbx-mobile-nav-children a {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 8px 0 8px 8px;
		color: #333;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.3;
		text-transform: uppercase;
	}

	.vbx-mobile-nav-thumb {
		display: flex;
		flex: 0 0 40px;
		align-items: center;
		justify-content: flex-start;
		width: 40px;
		height: 40px;
	}

	.vbx-mobile-nav-children img {
		flex: 0 0 auto;
		width: auto;
		height: auto;
		max-width: 40px;
		max-height: 40px;
		object-fit: contain;
		object-position: left center;
	}

	.vbx-mobile-drawer[hidden] {
		display: none;
	}

	.vbx-mobile-drawer a {
		padding: 11px 0;
		font-size: var(--vbx-font-nav-size);
		font-weight: var(--vbx-font-nav-weight);
		transition: color .2s ease;
	}

	.vbx-mobile-drawer a:hover {
		color: var(--vbx-red);
	}

	.vbx-mobile-search {
		display: flex;
		gap: 8px;
		padding: 10px 18px 16px;
		border-top: 1px solid var(--vbx-border);
		background: #fff;
		box-shadow: var(--vbx-shadow);
	}

	.vbx-mobile-search[hidden] {
		display: none;
	}

	.vbx-mobile-search input {
		flex: 1;
		min-width: 0;
		height: 36px;
		padding: 0 12px;
		border: 0;
		background: var(--vbx-soft);
		font-family: inherit;
	}

	.vbx-mobile-search button {
		height: 36px;
		padding: 0 14px;
		border: 0;
		background: #000;
		color: #fff;
		font-family: inherit;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.vbx-hero-video {
		height: 56vw;
		min-height: 219px;
		max-height: 360px;
	}

	.vbx-section {
		width: calc(100% - 32px);
		padding: 36px 0;
	}

	.vbx-brands {
		--vbx-brand-icon-width: 120px;
		--vbx-brand-icon-height: 104px;
		height: auto;
		padding: 36px 0;
	}

	.vbx-brand-grid {
		grid-template-columns: repeat(6, 1fr);
		gap: 16px 0;
		min-height: 0;
	}

	.vbx-brand-card {
		min-height: calc(var(--vbx-brand-icon-height) + 40px);
		font-size: 14px;
	}

	.vbx-story-card img {
		height: 167px;
		object-fit: cover;
	}

	.vbx-story-card {
		height: auto;
	}

	.vbx-story-card-caption {
		bottom: 16px;
		width: calc(100% - 36px);
		padding: 14px 18px;
		font-size: 16px;
	}

	.vbx-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px 12px;
		width: 100%;
		margin: 0;
	}

	.vbx-product-card {
		height: auto;
		margin: 0;
	}

	.vbx-product-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.vbx-info-band,
	.vbx-brand-panel,
	.vbx-gift {
		grid-template-columns: 1fr;
	}

	.vbx-feature-strip,
	.vbx-service-grid,
	.vbx-blog-grid {
		grid-template-columns: 1fr;
	}

	.vbx-blog-featured-list {
		padding-top: 23px;
		padding-bottom: 6px;
	}

	.vbx-blog-featured__wrapper {
		--vbx-blog-featured-lead-height: 100cqw;
		display: flex;
		flex-direction: column;
		gap: var(--vbx-blog-featured-grid-gap);
	}

	.vbx-blog-featured__side {
		padding: 10px 10px 25px;
	}

	.vbx-blog-featured__list {
		height: var(--vbx-blog-featured-lead-height);
	}

	.vbx-blog-featured__recommend {
		margin-top: 12px;
		padding-top: 28px;
	}

	.vbx-video-gallery {
		min-height: 0;
		padding-top: 42px;
		padding-bottom: 24px;
	}

	.vbx-local-video {
		padding: 12px 0 6px;
	}

	.vbx-video-slider {
		--vbx-video-visible: 1;
	}

	.vbx-video-slider__header h2 {
		font-size: calc(40px * .6);
	}

	.vbx-video-slider__header p {
		font-size: calc(20px * .7);
	}

	.vbx-video-slider__arrow {
		width: 32px;
		height: 32px;
	}

	.vbx-video-slider__arrow svg {
		width: 20px;
		height: 20px;
	}

	.vbx-video-slider__slide {
		padding: 0 4px;
	}

	.vbx-brand-panel {
		display: grid;
		--vbx-mini-product-size: auto;
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 14px;
		padding: 16px;
	}

	.vbx-brand-panel-hero,
	.vbx-brand-panel-copy,
	.vbx-mini-products {
		position: static;
		grid-column: 1;
		grid-row: auto;
		width: auto;
	}

	.vbx-brand-panel-hero {
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: 32px;
	}

	.vbx-mini-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.vbx-service-grid h3,
	.vbx-service-grid p {
		overflow-wrap: anywhere;
	}

	.vbx-product-brand-track {
		padding-right: 32px;
		padding-left: 32px;
	}

	.vbx-product-gift-section {
		grid-template-columns: 1fr;
		width: calc(100% - 32px);
		padding-bottom: 34px;
	}

	.vbx-product-gift-media {
		order: -1;
	}

	.vbx-product-gift-copy {
		padding-right: 0;
	}

	.vbx-product-gift-copy h2 {
		margin-bottom: 26px;
		font-size: 24px;
	}

	.vbx-product-gift-copy h2::after {
		bottom: -12px;
	}

	.vbx-product-gift-link {
		margin-top: 16px;
	}

	.vbx-testimonial-slider {
		--vbx-testimonial-visible: 2;
		--vbx-testimonial-card-width: min(305px, calc((100vw - 96px) / 2));
	}
}

@media (max-width: 767px) {
	.vbx-footer-page {
		width: calc(100% - 32px);
		margin: 0 auto;
	}

	.vbx-footer-main {
		flex-direction: column;
		height: auto;
		min-height: 0;
		padding: 26px 0 22px;
	}

	.vbx-footer-column {
		flex: 0 0 auto;
		width: 100%;
		min-height: 0;
		padding: 0;
		margin: 0 0 22px;
	}

	.vbx-footer-column:last-child {
		margin-bottom: 0;
		min-height: 0;
	}

	.vbx-footer-column h3 {
		margin: 0 0 10px;
		font-size: 13px;
		line-height: 20px;
	}

	.vbx-footer a,
	.vbx-footer p {
		font-size: 13px;
		line-height: 20px;
	}

	.vbx-footer li {
		margin-bottom: 10px;
	}

	.vbx-footer-payments {
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		gap: 8px 10px;
	}

	.vbx-footer-payments img {
		height: 20px;
	}

	.vbx-footer-bottom-inner {
		flex-wrap: wrap;
		justify-content: center;
		gap: 14px;
		width: calc(100% - 32px);
		min-height: 72px;
		padding: 16px 0;
	}

	.vbx-copyright {
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		width: 100%;
		margin-left: 0 !important;
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body.vbx-home-body {
		font-size: 14px;
	}

	.vbx-notice {
		font-size: 13px;
		letter-spacing: .4px;
	}

	.vbx-header-actions {
		gap: 12px;
	}

	.vbx-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px 0;
	}

	.vbx-brands {
		--vbx-brand-icon-width: 96px;
		--vbx-brand-icon-height: 83px;
	}

	.vbx-brand-card {
		min-width: 0;
		min-height: calc(var(--vbx-brand-icon-height) + 36px);
		padding: 8px 4px;
		font-size: 12px;
	}

	.vbx-brand-card span {
		max-width: 100%;
	}

	.vbx-products h2,
	.vbx-video-gallery h2,
	.vbx-blog h2,
	.vbx-faq h2,
	.vbx-testimonials h2,
	.vbx-gift h2,
	.vbx-brand-panel h2 {
		font-size: 24px;
		line-height: 1.8;
	}

	.vbx-info-band .vbx-contact-card h2 {
		font-size: 27px;
	}

	.vbx-info-band .vbx-about-card h2 {
		font-size: 22px;
	}

	.vbx-video-slider__header h2 {
		font-size: 28px;
		line-height: 1.5;
	}

	.vbx-product-content {
		padding: 10px;
	}

	.vbx-product-content h3 {
		font-size: 12px;
	}

	.vbx-price strong {
		font-size: 15px;
	}

	.vbx-info-band > div,
	.vbx-brand-panel,
	.vbx-gift {
		padding: 22px;
	}

	.vbx-testimonials {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.vbx-testimonials h2 {
		padding: 0 16px;
	}

	.vbx-testimonial-slider__track {
		padding: 0 16px;
	}

	.vbx-testimonial-slider__arrow--prev {
		left: 8px;
	}

	.vbx-testimonial-slider__arrow--next {
		right: 8px;
	}

	.vbx-testimonial-slider {
		--vbx-testimonial-visible: 1;
		--vbx-testimonial-card-width: min(280px, calc(100vw - 64px));
	}

	.vbx-testimonial-slider__slide {
		flex-basis: var(--vbx-testimonial-card-width);
		width: var(--vbx-testimonial-card-width);
		min-width: var(--vbx-testimonial-card-width);
		max-width: var(--vbx-testimonial-card-width);
	}

	.vbx-testimonial-card__user {
		padding: 14px;
	}

	.vbx-testimonial-card__avatar {
		width: 32px;
		height: 32px;
		margin-right: 12px;
	}

	.vbx-testimonial-card__like {
		font-size: 13px;
	}

	.vbx-testimonial-card__text,
	.vbx-testimonial-card__product {
		padding: 14px;
	}

	.vbx-testimonial-card__product-link {
		width: 42px;
		height: 42px;
	}

	.vbx-mini-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.vbx-mini-products img {
		height: 100%;
	}

	.vbx-mini-products a {
		width: auto;
		height: auto;
	}

	.vbx-brand-panel {
		gap: 16px;
		padding: 14px;
	}

	.vbx-brand-panel-copy {
		padding-top: 0;
	}

	.vbx-service-grid {
		grid-template-columns: 1fr;
	}

	.vbx-service-grid article {
		padding: 16px;
	}

	.vbx-whatsapp {
		right: 18px;
		bottom: 18px;
		width: 68px;
		height: 68px;
	}

	.vbx-product-brand-track {
		gap: 14px;
		padding: 34px 20px;
	}

	.vbx-product-brand-card {
		flex-basis: 68vw;
	}

	.vbx-product-brand-card.is-center {
		transform: scale(1.08);
	}

	.vbx-product-brand-arrow {
		width: 34px;
		height: 34px;
	}

	.vbx-product-brand-arrow.is-prev {
		left: 8px;
	}

	.vbx-product-brand-arrow.is-next {
		right: 8px;
	}

	.vbx-product-section-richtext {
		padding-bottom: 12px;
	}

	.vbx-product-section-richtext h3 {
		font-size: 20px;
	}
}

.vbx-info-main {
	background:
		linear-gradient(180deg, #f8f8f8 0, #fff 280px),
		#fff;
}

.vbx-info-container {
	width: min(var(--vbx-desktop-container), calc(100% - 48px));
	margin: 0 auto;
}

.vbx-info-hero {
	padding: 28px 0 34px;
}

.vbx-info-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px;
	color: #777;
	font-size: 13px;
	font-weight: 600;
}

.vbx-info-breadcrumb a {
	transition: color .2s ease;
}

.vbx-info-breadcrumb a:hover {
	color: var(--vbx-red);
}

.vbx-info-breadcrumb strong {
	color: #111;
	font-weight: 700;
}

.vbx-info-hero-card {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(320px, .88fr);
	gap: 12px 46px;
	align-items: center;
	width: 100%;
	padding: 34px 38px;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--vbx-card-shadow);
}

.vbx-info-hero-card .vbx-eyebrow,
.vbx-info-hero-card h1 {
	grid-column: 1;
}

.vbx-info-hero-card > p,
.vbx-info-meta,
.vbx-info-actions {
	grid-column: 2;
}

.vbx-info-hero-card h1 {
	margin: 0 !important;
	color: var(--vbx-heading);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.vbx-info-hero-card p {
	max-width: 640px;
	margin: 0 !important;
	color: #444;
	font-size: 16px;
	line-height: 1.8;
}

.vbx-info-meta {
	color: #888;
	font-size: 13px;
	font-weight: 600;
}

.vbx-info-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.vbx-info-primary,
.vbx-info-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 11px 22px;
	border-radius: var(--vbx-radius);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
	transition: opacity .2s ease, transform .2s ease;
}

.vbx-info-primary {
	background: #000;
	color: #fff !important;
}

.vbx-info-secondary {
	border: 1px solid #111;
	background: #fff;
	color: #111 !important;
}

.vbx-info-primary:hover,
.vbx-info-secondary:hover {
	opacity: .86;
	transform: translateY(-1px);
}

.vbx-info-content {
	padding: 0 0 78px;
}

.vbx-info-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 34px;
	align-items: start;
}

.vbx-info-article {
	display: grid;
	gap: 18px;
}

.vbx-info-section,
.vbx-info-side-card,
.vbx-info-contact-card {
	border: 1px solid var(--vbx-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
}

.vbx-info-section {
	padding: 34px 38px;
}

.vbx-info-section h2,
.vbx-info-side-card h2 {
	margin: 0 0 16px !important;
	color: var(--vbx-heading);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
}

.vbx-info-section p {
	margin: 0 0 14px !important;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
}

.vbx-info-section p:last-child {
	margin-bottom: 0 !important;
}

.vbx-info-list {
	margin: 0 0 18px;
	padding-left: 22px;
	color: #444;
	font-size: 16px;
	line-height: 1.8;
}

.vbx-info-list li + li {
	margin-top: 8px;
}

.vbx-info-sidebar {
	position: sticky;
	top: 148px;
	display: grid;
	gap: 18px;
}

.vbx-info-side-card {
	padding: 26px;
}

.vbx-info-side-card ul {
	display: grid;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.vbx-info-side-card li {
	position: relative;
	padding-left: 18px;
}

.vbx-info-side-card li::before {
	position: absolute;
	top: .72em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--vbx-red);
	content: "";
}

.vbx-info-side-nav {
	display: grid;
	gap: 8px;
}

.vbx-info-side-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 38px;
	padding: 9px 12px;
	border-radius: 6px;
	background: var(--vbx-soft);
	color: #222;
	font-size: 13px;
	font-weight: 700;
	transition: background .2s ease, color .2s ease;
}

.vbx-info-side-nav a::after {
	content: ">";
	color: #aaa;
	font-size: 12px;
}

.vbx-info-side-nav a:hover,
.vbx-info-side-nav a.is-active {
	background: #000;
	color: #fff;
}

.vbx-info-contact-card {
	display: grid;
	gap: 8px;
	padding: 26px;
	background: var(--vbx-gradient);
	color: #fff;
}

.vbx-info-contact-card span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vbx-info-contact-card strong {
	font-size: 18px;
	line-height: 1.35;
}

.vbx-info-contact-card a {
	justify-self: start;
	margin-top: 8px;
	padding: 9px 14px;
	border-radius: var(--vbx-radius);
	background: #fff;
	color: #111 !important;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.vbx-info-container {
		width: calc(100% - 32px);
	}

	.vbx-info-hero {
		padding: 24px 0 34px;
	}

	.vbx-info-hero-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 30px 22px;
	}

	.vbx-info-hero-card,
	.vbx-info-section,
	.vbx-info-side-card,
	.vbx-info-contact-card {
		min-width: 0;
		overflow-wrap: anywhere;
	}

	.vbx-info-hero-card .vbx-eyebrow,
	.vbx-info-hero-card h1,
	.vbx-info-hero-card > p,
	.vbx-info-meta,
	.vbx-info-actions {
		grid-column: 1;
	}

	.vbx-info-hero-card h1 {
		font-size: 36px;
	}

	.vbx-info-hero-card p {
		font-size: 15px;
	}

	.vbx-info-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.vbx-info-sidebar {
		position: static;
	}

	.vbx-info-section {
		padding: 26px 22px;
	}
}

@media (max-width: 480px) {
	.vbx-info-actions {
		display: grid;
	}

	.vbx-info-primary,
	.vbx-info-secondary {
		width: 100%;
	}

	.vbx-info-section h2,
	.vbx-info-side-card h2 {
		font-size: 21px;
	}

	.vbx-info-section,
	.vbx-info-side-card,
	.vbx-info-contact-card {
		padding: 22px 18px;
	}
}
