/* Hide the parent theme title only on a page that contains this widget. */
body:has(.elementor-widget-vapevixa-homepage) .bwp-main > .page-title.bwp-title {
	display: none !important;
}

.vv-home {
	--vv-ink: #0c1529;
	--vv-accent: #16a35a;
	--vv-accent-soft: #dff8e9;
	--vv-surface: #f5f7fa;
	--vv-text: #56647a;
	--vv-white: #fff;
	--vv-border: rgba(12, 21, 41, .11);
	--vv-radius: 28px;
	color: var(--vv-ink);
	background: var(--vv-white);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
}
.vv-home *, .vv-home *::before, .vv-home *::after { box-sizing: border-box; }
.vv-home a { color: inherit; text-decoration: none; }
.vv-home img { display: block; max-width: 100%; }
.vv-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.vv-section { padding: clamp(72px, 8vw, 120px) 0; }
.vv-announcement {
	align-items: center; background: var(--vv-ink); color: #fff !important; display: flex;
	font-size: 12px; font-weight: 700; gap: 12px; justify-content: center; letter-spacing: .09em;
	min-height: 38px; padding: 8px 24px; text-transform: uppercase;
}
.vv-announcement span:last-child { color: #63dc95; font-size: 17px; }
.vv-hero {
	background-color: var(--vv-surface);
	background-image: linear-gradient(90deg, rgba(245,247,250,.98) 0%, rgba(245,247,250,.88) 55%, rgba(245,247,250,.65) 100%), var(--vv-hero-bg);
	background-position: center; background-size: cover; padding-top: clamp(56px, 7vw, 100px);
}
.vv-hero-grid { align-items: center; display: grid; gap: clamp(42px, 6vw, 90px); grid-template-columns: 1.05fr .95fr; }
.vv-pill, .vv-kicker {
	color: var(--vv-accent); display: inline-block; font-size: 12px; font-weight: 800;
	letter-spacing: .14em; margin-bottom: 20px; text-transform: uppercase;
}
.vv-pill { background: var(--vv-accent-soft); border-radius: 99px; padding: 7px 14px; }
.vv-home h1, .vv-home h2, .vv-home h3 { color: var(--vv-ink); font-family: inherit; font-weight: 750; letter-spacing: -.045em; margin: 0; }
.vv-home h1 { font-size: clamp(48px, 6.2vw, 82px); line-height: .98; max-width: 780px; }
.vv-home h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.04; }
.vv-home h3 { font-size: 23px; line-height: 1.2; }
.vv-lead { color: var(--vv-text); font-size: clamp(17px, 1.6vw, 20px); margin: 28px 0 34px; max-width: 650px; }
.vv-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.vv-button {
	align-items: center; border: 1px solid var(--vv-border); border-radius: 12px; cursor: pointer;
	display: inline-flex; font-size: 14px; font-weight: 750; gap: 20px; justify-content: center;
	min-height: 52px; padding: 0 22px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.vv-button:hover { transform: translateY(-2px); }
.vv-button-primary { background: var(--vv-ink); border-color: var(--vv-ink); color: #fff !important; box-shadow: 0 12px 30px rgba(12,21,41,.16); }
.vv-button-primary:hover { background: var(--vv-accent); border-color: var(--vv-accent); }
.vv-button-quiet { background: rgba(255,255,255,.75); }
.vv-hero-visual {
	aspect-ratio: .92; background: var(--vv-ink); border-radius: 36px; isolation: isolate; overflow: hidden;
	position: relative; box-shadow: 0 40px 80px rgba(12,21,41,.22);
}
.vv-hero-visual::before { background: radial-gradient(circle, rgba(51,206,113,.32), transparent 63%); content: ""; inset: 10%; position: absolute; }
.vv-hero-visual > img { height: 88%; left: 50%; object-fit: contain; position: absolute; top: 47%; transform: translate(-50%, -50%); width: 88%; z-index: 2; }
.vv-orbit { border: 1px solid rgba(255,255,255,.14); border-radius: 50%; left: 50%; position: absolute; top: 45%; transform: translate(-50%,-50%); }
.vv-orbit-one { height: 66%; width: 66%; }.vv-orbit-two { height: 88%; width: 88%; }
.vv-visual-caption { bottom: 24px; color: #fff; display: flex; flex-direction: column; left: 28px; position: absolute; z-index: 3; }
.vv-visual-caption small { color: #6ee49d; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.vv-visual-caption strong { font-size: 17px; }
.vv-image-placeholder { align-items: center; color: rgba(255,255,255,.55); display: flex; flex-direction: column; font-size: 13px; inset: 0; justify-content: center; position: absolute; }
.vv-image-placeholder span { color: var(--vv-accent); font-size: 60px; font-weight: 200; }
.vv-heading { align-items: end; display: flex; gap: 32px; justify-content: space-between; margin-bottom: 44px; }
.vv-heading-line { background: var(--vv-border); flex: 1; height: 1px; margin-bottom: 13px; }
.vv-heading-centred { display: block; text-align: center; }
.vv-category-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.vv-category-card { background: #fff; border: 1px solid var(--vv-border); border-radius: var(--vv-radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.vv-category-card:hover { box-shadow: 0 24px 55px rgba(12,21,41,.11); transform: translateY(-7px); }
.vv-card-image { align-items: center; aspect-ratio: 1.3; background: var(--vv-surface); display: flex; justify-content: center; overflow: hidden; }
.vv-card-image img { height: 100%; object-fit: contain; padding: 24px; transition: transform .4s ease; width: 100%; }
.vv-category-card:hover img { transform: scale(1.05); }
.vv-card-image > span { color: rgba(12,21,41,.09); font-size: 90px; font-weight: 800; }
.vv-card-body { min-height: 170px; padding: 26px 28px; position: relative; }
.vv-card-body p { color: var(--vv-text); font-size: 14px; margin: 10px 40px 0 0; }
.vv-card-body b { bottom: 25px; color: var(--vv-accent); font-size: 20px; position: absolute; right: 27px; }
.vv-new { padding-top: 0; }
.vv-new-panel {
	background-color: var(--vv-ink); background-image: linear-gradient(90deg, rgba(12,21,41,.98), rgba(12,21,41,.8)), var(--vv-new-bg);
	background-size: cover; border-radius: 34px; color: #fff; display: grid; grid-template-columns: 1.1fr .9fr;
	min-height: 480px; overflow: hidden; position: relative;
}
.vv-new-copy { align-self: center; padding: clamp(44px, 7vw, 82px); position: relative; z-index: 2; }
.vv-new-copy h2 { color: #fff; max-width: 600px; }
.vv-new-copy p { color: rgba(255,255,255,.7); font-size: 17px; margin: 22px 0 30px; max-width: 520px; }
.vv-kicker-light { color: #65df96; }
.vv-button-light { background: #fff; border-color: #fff; color: var(--vv-ink) !important; }
.vv-new-image { align-items: center; display: flex; justify-content: center; min-height: 400px; position: relative; }
.vv-new-image::before { border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; height: 390px; position: absolute; width: 390px; }
.vv-new-image img { filter: drop-shadow(0 25px 35px rgba(0,0,0,.35)); max-height: 420px; object-fit: contain; position: relative; width: 88%; }
.vv-new-image > span { color: rgba(255,255,255,.08); font-size: 110px; font-weight: 900; }
.vv-collections { background: var(--vv-surface); }
.vv-collection-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.vv-collection-card {
	background-color: #dce3e8; background-image: linear-gradient(0deg, rgba(12,21,41,.84), rgba(12,21,41,.05)), var(--vv-collection-bg);
	background-position: center; background-size: cover; border-radius: var(--vv-radius); color: #fff !important;
	display: flex; flex-direction: column; justify-content: end; min-height: 430px; overflow: hidden; padding: 38px; position: relative;
}
.vv-collection-card::after { border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; height: 74%; position: absolute; right: -12%; top: -18%; width: 60%; transition: transform .5s ease; }
.vv-collection-card:hover::after { transform: scale(1.12); }
.vv-collection-card span { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vv-collection-card h3 { color: #fff; font-size: clamp(30px, 3.6vw, 48px); margin: 6px 0 18px; }
.vv-collection-card b { color: #75e7a2; font-size: 13px; text-transform: uppercase; }
.vv-benefit-grid { border-bottom: 1px solid var(--vv-border); border-top: 1px solid var(--vv-border); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; }
.vv-benefit-grid article { padding: 42px; }
.vv-benefit-grid article + article { border-left: 1px solid var(--vv-border); }
.vv-benefit-grid article > span { color: var(--vv-accent); display: block; font-size: 12px; font-weight: 800; margin-bottom: 38px; }
.vv-benefit-grid p { color: var(--vv-text); font-size: 14px; margin: 13px 0 0; }
.vv-story { background: var(--vv-surface); }
.vv-story-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: .9fr 1.1fr; }
.vv-story-image { aspect-ratio: .95; background: var(--vv-accent-soft); border-radius: 32px; overflow: hidden; position: relative; }
.vv-story-image img { height: 100%; object-fit: cover; width: 100%; }
.vv-story-mark { align-items: center; color: var(--vv-ink); display: flex; font-size: clamp(76px, 10vw, 140px); font-weight: 850; inset: 0; justify-content: center; letter-spacing: -.1em; position: absolute; }
.vv-story-mark span { color: var(--vv-accent); font-weight: 300; margin: 0 .1em; }
.vv-story-copy h2 { max-width: 640px; }
.vv-richtext { color: var(--vv-text); font-size: 17px; margin: 24px 0; max-width: 620px; }
.vv-text-link { border-bottom: 2px solid var(--vv-accent); display: inline-flex; font-size: 13px; font-weight: 800; gap: 28px; padding-bottom: 7px; text-transform: uppercase; }
.vv-newsletter-panel { align-items: center; background: var(--vv-ink); border-radius: 32px; color: #fff; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding: clamp(44px, 6vw, 72px); }
.vv-newsletter-panel h2 { color: #fff; }
.vv-newsletter-panel p { color: rgba(255,255,255,.67); margin: 18px 0 0; }
.vv-newsletter-form { color: #fff; }
.vv-newsletter-form form p { margin: 0; }
.vv-newsletter-form input[type="email"], .vv-newsletter-form input[type="text"] { background: #fff; border: 0; border-radius: 11px; color: var(--vv-ink); min-height: 54px; padding: 0 17px; width: 100%; }
.vv-newsletter-form input[type="submit"], .vv-newsletter-form button { background: var(--vv-accent); border: 0; border-radius: 11px; color: #fff; font-weight: 800; min-height: 50px; padding: 0 24px; }
.vv-shortcode-placeholder { border: 1px dashed rgba(255,255,255,.3); border-radius: 14px; color: rgba(255,255,255,.55); padding: 28px; }
.vv-age-gate { align-items: center; background: rgba(5,10,20,.9); display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 999999; }
.vv-age-gate[hidden] { display: none; }
.vv-age-card { background: #fff; border-radius: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.35); max-width: 500px; padding: 52px; text-align: center; width: 100%; }
.vv-age-logo { color: var(--vv-ink); display: block; font-size: 31px; font-weight: 900; letter-spacing: -.1em; margin-bottom: 25px; }
.vv-age-logo span { color: var(--vv-accent); }
.vv-age-card h2 { font-size: 36px; }.vv-age-card p { color: var(--vv-text); margin: 17px 0 28px; }
.vv-age-card .vv-button { margin: 5px; }
.vv-age-locked { overflow: hidden; }
.vv-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.vv-reveal.vv-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.vv-home *, .vv-home *::before, .vv-home *::after { scroll-behavior: auto !important; transition: none !important; }
	.vv-reveal { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
	.vv-hero-grid, .vv-story-grid, .vv-newsletter-panel { grid-template-columns: 1fr; }
	.vv-hero-visual { aspect-ratio: 1.15; }
	.vv-category-grid { grid-template-columns: repeat(2, 1fr); }
	.vv-category-card:last-child { grid-column: 1 / -1; }
	.vv-new-panel { grid-template-columns: 1fr; }
	.vv-new-copy { padding-bottom: 20px; }
	.vv-benefit-grid { grid-template-columns: 1fr; }
	.vv-benefit-grid article + article { border-left: 0; border-top: 1px solid var(--vv-border); }
	.vv-newsletter-panel { gap: 35px; }
}
@media (max-width: 620px) {
	.vv-wrap { width: min(100% - 30px, 1180px); }
	.vv-section { padding: 68px 0; }
	.vv-announcement { text-align: center; }
	.vv-home h1 { font-size: clamp(42px, 13vw, 62px); }
	.vv-home h2 { font-size: 36px; }
	.vv-hero { padding-top: 48px; }
	.vv-hero-grid { gap: 40px; }
	.vv-hero-visual { border-radius: 24px; }
	.vv-actions .vv-button { width: 100%; }
	.vv-heading { align-items: start; flex-direction: column; gap: 12px; }
	.vv-heading-line { display: none; }
	.vv-category-grid, .vv-collection-grid { grid-template-columns: 1fr; }
	.vv-category-card:last-child { grid-column: auto; }
	.vv-new-panel, .vv-story-image, .vv-newsletter-panel { border-radius: 22px; }
	.vv-new-copy { padding: 38px 28px 10px; }
	.vv-new-image { min-height: 310px; }
	.vv-new-image::before { height: 270px; width: 270px; }
	.vv-collection-card { min-height: 350px; padding: 28px; }
	.vv-benefit-grid article { padding: 32px 12px; }
	.vv-newsletter-panel { padding: 38px 26px; }
	.vv-age-card { padding: 38px 24px; }
}
