/**
 * Vapesline — dark vapor premium theme
 * #0D0D0F / #1C1C1F / #FF6A1A / #F5F5F3 / #B8B8BC
 */

body {
	background: #0d0d0f;
	color: #b8b8bc;
	font-family: var(--vl-font);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------------ */
/* Top bar — quiet utility strip                                       */
/* ------------------------------------------------------------------ */

.vl-top-bar {
	background: var(--vl-ink);
	color: rgba(245, 245, 247, 0.78);
	border-bottom: none;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.vl-top-warning strong {
	color: rgba(245, 245, 247, 0.92);
	font-weight: 600;
}

.vl-top-bar a {
	color: rgba(245, 245, 247, 0.88);
	font-weight: 500;
}

.vl-top-bar a:hover {
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* Header — white, airy, sticky glass on scroll                        */
/* ------------------------------------------------------------------ */

.vl-site-header {
	background: rgba(13, 13, 15, 0.92);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	box-shadow: none;
	transition:
		background 0.3s var(--vl-ease),
		border-color 0.3s var(--vl-ease),
		box-shadow 0.3s var(--vl-ease),
		backdrop-filter 0.3s var(--vl-ease);
}

.vl-site-header.is-scrolled {
	background: rgba(13, 13, 15, 0.96);
	border-bottom-color: var(--vl-line);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.vl-site-header .vl-logo,
.vl-site-header .vl-logo--light,
.vl-site-header .vl-logo-text {
	color: #f5f5f3;
}

.vl-site-header .vl-logo-text span {
	color: var(--vl-accent);
}

.vl-site-header .vl-menu-link {
	color: #b8b8bc;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vl-site-header .vl-menu-link:hover,
.vl-site-header .vl-menu-item:hover > .vl-menu-link {
	color: #f5f5f3;
}

.vl-site-header .vl-util-btn,
.vl-site-header .vl-mobile-toggle {
	color: #f5f5f3;
}

.vl-site-header .vl-cart-count {
	background: var(--vl-accent);
	color: #fff;
	box-shadow: none;
	font-weight: 600;
}

.vl-site-header .vl-dropdown {
	background: var(--vl-surface);
	border: 1px solid var(--vl-line);
	border-radius: var(--vl-radius);
	box-shadow: var(--vl-shadow);
	color: var(--vl-ink);
}

.vl-site-header .vl-dropdown a {
	color: var(--vl-ink-soft);
	font-weight: 400;
}

.vl-site-header .vl-dropdown a:hover {
	color: var(--vl-ink);
	background: var(--vl-paper-warm);
}

.vl-site-header .vl-dropdown-label {
	color: var(--vl-ink-muted);
	font-weight: 500;
	letter-spacing: 0.1em;
}

.vl-menu {
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

/* ------------------------------------------------------------------ */
/* Homepage shell                                                      */
/* ------------------------------------------------------------------ */

.vl-home--mipod {
	background: #0d0d0f;
}

/* ------------------------------------------------------------------ */
/* Homepage pill navbar (scoped — non-home / checkout untouched)         */
/* ------------------------------------------------------------------ */

body.home .vl-top-bar {
	background: #0d0d0f;
	border-bottom: 1px solid rgba(245, 245, 243, 0.06);
	color: #b8b8bc;
	position: relative;
	z-index: 1002;
}

body.home .vl-top-bar a,
body.home .vl-top-warning strong {
	color: #f5f5f3;
}

body.home .vl-site-header--home,
body.home .vl-site-header {
	position: absolute;
	top: var(--vl-topbar-h, 36px);
	left: 0;
	right: 0;
	z-index: 1001;
	background: transparent;
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.home .vl-site-header.is-scrolled {
	position: fixed;
	top: 0;
	background: rgba(13, 13, 15, 0.92);
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.home .vl-site-header .container {
	max-width: 1200px;
}

body.home .vl-header-inner {
	gap: 0.75rem;
	min-height: auto;
	padding: 0.85rem 0;
	justify-content: center;
	flex-wrap: wrap;
}

body.home .vl-site-header .vl-logo,
body.home .vl-site-header .vl-logo--light,
body.home .vl-site-header .vl-logo-text {
	color: #f5f5f3;
	min-width: 0;
}

body.home .vl-site-header .vl-logo {
	background: #1c1c1f;
	border-radius: 999px;
	padding: 0.45rem 0.95rem 0.45rem 0.55rem;
	gap: 0.45rem;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
}

body.home .vl-site-header .vl-logo-icon {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #ff6a1a;
	box-shadow: none;
}

body.home .vl-site-header .vl-logo-text span {
	color: #ff6a1a;
}

body.home .vl-nav {
	flex: 0 1 auto;
	background: #1c1c1f;
	border-radius: 999px;
	padding: 0.35rem 0.55rem;
	justify-content: center;
	overflow: visible;
}

body.home .vl-menu {
	gap: 0.1rem;
	width: auto;
}

body.home .vl-site-header .vl-menu-link {
	color: #b8b8bc;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0.55rem 0.7rem;
	border-radius: 999px;
	transition: color 200ms ease, background-color 200ms ease;
}

body.home .vl-site-header .vl-menu-link:hover,
body.home .vl-site-header .vl-menu-item:hover > .vl-menu-link {
	color: #f5f5f3;
	background: transparent;
}

body.home .vl-site-header .vl-dropdown {
	background: #1c1c1f;
	border: 1px solid rgba(245, 245, 243, 0.08);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
	color: #b8b8bc;
}

body.home .vl-site-header .vl-dropdown a {
	color: #b8b8bc;
}

body.home .vl-site-header .vl-dropdown a:hover {
	color: #f5f5f3;
	background: rgba(124, 92, 255, 0.12);
}

body.home .vl-site-header .vl-dropdown-label {
	color: rgba(184, 184, 188, 0.7);
}

body.home .vl-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	background: #1c1c1f;
	border-radius: 999px;
	padding: 0.3rem 0.4rem;
}

body.home .vl-site-header .vl-util-btn,
body.home .vl-site-header .vl-mobile-toggle {
	color: #b8b8bc;
	transition: color 200ms ease;
}

body.home .vl-site-header .vl-util-btn:hover,
body.home .vl-site-header .vl-mobile-toggle:hover {
	color: #f5f5f3;
}

body.home .vl-site-header .vl-cart-count {
	background: #ff6a1a;
	color: #0d0d0f;
	box-shadow: none;
}

@media (max-width: 1024px) {
	body.home .vl-header-inner {
		justify-content: space-between;
	}

	body.home .vl-nav {
		display: none;
	}
}

/* ------------------------------------------------------------------ */
/* Hero — dark fullscreen video                                        */
/* ------------------------------------------------------------------ */

.vl-hero--geekbar {
	position: relative;
	background: #0d0d0f;
	border-bottom: none;
	overflow: hidden;
	min-height: calc(100vh - var(--vl-topbar-h, 36px));
	min-height: calc(100dvh - var(--vl-topbar-h, 36px));
}

.vl-hero-geekbar {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: calc(100vh - var(--vl-topbar-h, 36px));
	min-height: calc(100dvh - var(--vl-topbar-h, 36px));
	padding: clamp(5.5rem, 12vw, 7rem) clamp(1.25rem, 6vw, 5rem) clamp(2.5rem, 6vw, 3.5rem);
	overflow: hidden;
}

.vl-hero-geekbar__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

.vl-hero-geekbar__bg {
	position: absolute;
	inset: 0;
	background-color: #0d0d0f;
	background-image:
		radial-gradient(ellipse 80% 60% at 70% 20%, rgba(124, 92, 255, 0.22), transparent 55%),
		radial-gradient(ellipse 70% 50% at 15% 80%, rgba(255, 106, 26, 0.18), transparent 50%),
		linear-gradient(160deg, #0d0d0f 0%, #1c1c1f 45%, #0d0d0f 100%),
		var(--vl-clouds-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: brightness(0.4) saturate(0.65);
	opacity: 1;
	animation: none;
	will-change: auto;
	z-index: 0;
}

.vl-hero-geekbar__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 13, 15, 0.55) 0%, rgba(13, 13, 15, 0.85) 100%);
}

.vl-hero-geekbar__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(13, 13, 15, 0.92) 0%,
		rgba(13, 13, 15, 0.65) 35%,
		rgba(13, 13, 15, 0.35) 65%,
		rgba(13, 13, 15, 0.45) 100%
	);
}

.vl-hero-geekbar__content {
	position: relative;
	z-index: 2;
	max-width: 28rem;
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	color: #b8b8bc;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.vl-hero-geekbar__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.75rem;
	color: #ff6a1a;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: color 200ms ease;
}

.vl-hero-geekbar__badge .bi-arrow-right {
	display: inline-block;
	transition: transform 200ms ease;
}

.vl-hero-geekbar__badge:hover {
	color: #ff7f3a;
}

.vl-hero-geekbar__badge:hover .bi-arrow-right {
	transform: translateX(4px);
}

.vl-hero-geekbar__title {
	font-family: var(--vl-display);
	font-size: clamp(2.5rem, 8vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #f5f5f3;
	text-shadow: none;
	-webkit-text-fill-color: #f5f5f3;
	background: none;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	animation: none !important;
}

.vl-hero-geekbar__copy {
	font-family: var(--vl-font);
	font-size: clamp(0.92rem, 1.8vw, 1.02rem);
	font-weight: 400;
	line-height: 1.65;
	color: #b8b8bc;
	text-shadow: none;
	max-width: 28rem;
	margin: 0 0 0.75rem;
	animation: none !important;
}

.vl-hero-geekbar__cta,
.vl-hero-geekbar__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 48px;
	padding: 0.7rem 1.45rem;
	margin-top: 0.25rem;
	border-radius: 999px;
	border: 1.5px solid #ff6a1a;
	background: transparent;
	color: #ff6a1a !important;
	font-family: var(--vl-font);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
	animation: none !important;
}

.vl-hero-geekbar__cta .bi-arrow-right,
.vl-hero-geekbar__link .bi-arrow-right {
	display: inline-block;
	transition: transform 200ms ease;
}

.vl-hero-geekbar__cta:hover,
.vl-hero-geekbar__link:hover {
	background: #ff6a1a;
	color: #000 !important;
	border-color: #ff6a1a;
	opacity: 1;
	transform: none;
	box-shadow: none;
}

.vl-hero-geekbar__cta:hover .bi-arrow-right,
.vl-hero-geekbar__link:hover .bi-arrow-right {
	transform: translateX(4px);
}

/* Trust bar — dark */
.vl-home-trust,
.vl-features {
	background: #0d0d0f;
	border-top: 1px solid rgba(245, 245, 243, 0.06);
	border-bottom: 1px solid rgba(245, 245, 243, 0.06);
	padding: clamp(1.5rem, 3.5vw, 2rem) 0;
	color: #b8b8bc;
}

.vl-home-trust-list {
	gap: 1rem 2.5rem;
}

.vl-home-trust-list li {
	color: #b8b8bc;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.vl-home-trust-list i {
	color: #b8b8bc;
	filter: none;
	opacity: 0.9;
}

.vl-features {
	padding: var(--vl-space-section) 0;
	background: #0d0d0f;
	border: none;
}

.vl-features .vl-feature h4 {
	color: #f5f5f3;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.vl-features .vl-feature p {
	color: #b8b8bc;
	font-weight: 400;
}

.vl-features .vl-feature-icon {
	border: 1px solid rgba(245, 245, 243, 0.12);
	background: #1c1c1f;
	color: #b8b8bc;
	box-shadow: none;
	border-radius: 50%;
}

/* ------------------------------------------------------------------ */
/* Sections — generous breathing room                                  */
/* ------------------------------------------------------------------ */

.vl-section {
	padding: var(--vl-space-section) 0;
}

.vl-section--lines,
.vl-section--collections,
.vl-section--products {
	background: var(--vl-paper);
	border-bottom: none;
	padding: var(--vl-space-section) 0;
}

.vl-section--lines {
	background: var(--vl-surface);
}

.vl-section--products {
	background: var(--vl-paper-warm);
}

.vl-section-head {
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.vl-section-head--left::after,
.vl-section-head--center::after {
	display: none;
}

.vl-section-label {
	color: var(--vl-ink-muted);
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vl-section-head h2 {
	font-family: var(--vl-display);
	font-size: clamp(1.6rem, 3.5vw, 2.25rem);
	font-weight: 650;
	letter-spacing: -0.02em;
	color: var(--vl-ink);
}

.vl-section--lines .vl-section-head--center h2,
.vl-section--collections .vl-section-head h2,
.vl-section--products .vl-section-head h2 {
	color: var(--vl-ink);
}

.vl-section-head p {
	color: var(--vl-ink-muted);
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 1.65;
	max-width: 42ch;
}

.vl-section--collections .vl-section-head p,
.vl-section--products .vl-section-head p {
	color: var(--vl-ink-muted);
}

/* ------------------------------------------------------------------ */
/* Product lines carousel                                              */
/* ------------------------------------------------------------------ */

.vl-lines-slide {
	background: var(--vl-surface);
	border: 1px solid var(--vl-line);
	border-radius: var(--vl-radius);
	box-shadow: none;
	overflow: hidden;
	transition: box-shadow 0.8s var(--vl-ease), transform 0.8s var(--vl-ease);
}

.vl-lines-slide__title {
	color: var(--vl-ink);
	font-weight: 600;
}

.vl-lines-slide__tags li {
	background: transparent;
	border: 1px solid var(--vl-line);
	border-radius: 999px;
	color: var(--vl-ink-muted);
	font-weight: 400;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
}

.vl-lines-carousel__nav {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--vl-line);
	color: var(--vl-ink);
	box-shadow: var(--vl-shadow);
}

.vl-lines-carousel__nav:hover {
	background: var(--vl-surface);
	border-color: var(--vl-ink-muted);
}

.vl-lines-carousel__dot {
	background: rgba(17, 17, 19, 0.18);
}

.vl-lines-carousel__dot.is-active {
	background: var(--vl-ink);
	box-shadow: none;
	width: 18px;
	border-radius: 4px;
}

/* ------------------------------------------------------------------ */
/* Category cards                                                      */
/* ------------------------------------------------------------------ */

.vl-cat-card,
.vl-cat-card--photo {
	border-radius: var(--vl-radius);
	border: 1px solid var(--vl-line);
	box-shadow: none;
	overflow: hidden;
	transition: box-shadow 0.3s var(--vl-ease), transform 0.3s var(--vl-ease);
}

.vl-cat-overlay {
	background: linear-gradient(to top, rgba(17, 17, 19, 0.72), transparent 55%);
}

.vl-cat-overlay h3 {
	font-weight: 600;
	letter-spacing: 0.08em;
}

.vl-cat-shop {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	letter-spacing: 0.1em;
}

/* ------------------------------------------------------------------ */
/* Product cards                                                       */
/* ------------------------------------------------------------------ */

.vl-product-card {
	background: var(--vl-surface);
	border: 1px solid var(--vl-line);
	border-radius: var(--vl-radius);
	box-shadow: none;
	color: var(--vl-ink);
	transition: box-shadow 0.3s var(--vl-ease), transform 0.3s var(--vl-ease), border-color 0.3s var(--vl-ease);
}

.vl-product-thumb {
	background: #f7f6f3;
}

.vl-product-name {
	color: var(--vl-ink);
	font-weight: 500;
	font-size: 0.88rem;
	letter-spacing: 0;
}

.vl-product-price {
	color: var(--vl-ink-soft);
	font-weight: 500;
}

.vl-product-nic-badge,
.vl-lines-slide__tags li,
.vl-hero-warning {
	background: transparent;
	border: 1px solid var(--vl-line);
	border-radius: 999px;
	color: var(--vl-ink-muted);
	font-weight: 400;
	box-shadow: none;
}

/* ------------------------------------------------------------------ */
/* Buttons                                                             */
/* ------------------------------------------------------------------ */

.vl-btn-shop,
.vl-btn-orange,
.vl-btn-mipod,
.vl-cta-btn,
.vl-cta-btn-primary {
	min-height: 48px;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
	box-shadow: none;
	transition: background 0.25s var(--vl-ease), color 0.25s var(--vl-ease), border-color 0.25s var(--vl-ease), transform 0.25s var(--vl-ease), box-shadow 0.25s var(--vl-ease);
}

.vl-btn-orange,
.vl-btn-mipod,
.vl-cta-btn-primary {
	background: var(--vl-accent);
	border-color: var(--vl-accent);
	color: #fff;
}

.vl-btn-mipod--dark,
.vl-btn-outline,
.vl-section-cta .vl-btn-mipod {
	background: transparent;
	border: 1px solid var(--vl-ink);
	color: var(--vl-ink);
	box-shadow: none;
}

.vl-section-cta .vl-btn-mipod:hover,
.vl-btn-mipod--dark:hover,
.vl-btn-outline:hover {
	background: var(--vl-ink);
	border-color: var(--vl-ink);
	color: #fff;
	box-shadow: none;
}

.vl-btn-orange:hover,
.vl-btn-mipod:hover,
.vl-cta-btn-primary:hover {
	background: var(--vl-accent-hover);
	border-color: var(--vl-accent-hover);
	box-shadow: none;
}

/* ------------------------------------------------------------------ */
/* CTA banner — calm dark band                                         */
/* ------------------------------------------------------------------ */

.vl-section--shop-all,
.vl-cta {
	background: var(--vl-ink);
	padding: var(--vl-space-section) 0;
}

.vl-shop-all-banner,
.vl-cta-card {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--vl-text-on-dark);
	padding-left: 0;
	padding-right: 0;
}

.vl-shop-all-banner h2,
.vl-cta h2 {
	color: #f5f5f7;
	font-weight: 600;
}

.vl-shop-all-banner p,
.vl-cta p {
	color: rgba(245, 245, 247, 0.68);
	font-weight: 400;
}

.vl-section--shop-all .vl-btn-mipod--dark {
	background: #fff;
	border-color: #fff;
	color: var(--vl-ink);
}

.vl-section--shop-all .vl-btn-mipod--dark:hover {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.vl-cta-label {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(245, 245, 247, 0.7);
	font-weight: 500;
	letter-spacing: 0.14em;
}

/* ------------------------------------------------------------------ */
/* Footer                                                              */
/* ------------------------------------------------------------------ */

.vl-site-footer {
	background: var(--vl-ink);
	border-top: none;
	color: rgba(245, 245, 247, 0.65);
}

.vl-footer-grid {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.vl-footer-col h4 {
	color: #f5f5f7;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.vl-footer-links a {
	color: rgba(245, 245, 247, 0.62);
	font-weight: 400;
}

.vl-footer-links a:hover {
	color: #fff;
}

.vl-footer-contact-link {
	color: rgba(245, 245, 247, 0.82);
}

.vl-footer-contact-link i {
	color: rgba(245, 245, 247, 0.55);
}

.vl-footer-warning {
	background: rgba(255, 255, 255, 0.04);
	border-left: 2px solid rgba(255, 255, 255, 0.25);
	color: rgba(245, 245, 247, 0.65);
}

.vl-footer-warning strong {
	color: #f5f5f7;
	font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Grids                                                               */
/* ------------------------------------------------------------------ */

.vl-cat-grid,
.vl-cat-grid--photos,
.vl-cat-grid--icons {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2vw, 1.25rem);
}

@media (min-width: 768px) {
	.vl-cat-grid,
	.vl-cat-grid--photos,
	.vl-cat-grid--icons {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	.vl-cat-grid,
	.vl-cat-grid--photos,
	.vl-cat-grid--icons {
		grid-template-columns: repeat(4, 1fr);
	}
}

.vl-products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1rem, 2vw, 1.5rem);
}

@media (min-width: 1024px) {
	.vl-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.vl-products-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.vl-features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

@media (min-width: 768px) {
	.vl-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	.vl-features-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.vl-hero-geekbar {
		min-height: calc(100vh - var(--vl-topbar-h, 36px));
		min-height: calc(100dvh - var(--vl-topbar-h, 36px));
		padding: 5.5rem 1.15rem 2.25rem;
	}

	.vl-section,
	.vl-section--lines,
	.vl-section--collections,
	.vl-section--products,
	.vl-section--shop-all,
	.vl-cta {
		padding: clamp(3.5rem, 12vw, 5rem) 0;
	}
}
