.voolup-approach{background:var(--vlp-bg);color:var(--vlp-text);font-family:var(--vlp-body-font)}.voolup-inner{display:grid;grid-template-columns:1fr 1fr;min-height:var(--vlp-min-height)}.voolup-media{position:relative;overflow:hidden;background:#2c1f14;min-height:var(--vlp-min-height);height:var(--vlp-min-height)}.voolup-img,.voolup-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.voolup-img-placeholder{width:100%;height:100%;background:#2c1f14}.voolup-controls{position:absolute;bottom:28px;left:28px;display:inline-flex;align-items:center;gap:10px;z-index:1}.voolup-play{display:inline-flex;align-items:center;gap:12px;border:1.5px solid rgba(255,255,255,.85);background:transparent;color:#fff;padding:10px 18px 10px 10px;border-radius:100px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-family:inherit}.voolup-play:hover{background:#ffffff1f;border-color:#fff}.voolup-play-circle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1.5px solid rgba(255,255,255,.85);border-radius:50%;flex-shrink:0}.voolup-sound{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid rgba(255,255,255,.85);background:transparent;border-radius:50%;cursor:pointer;transition:background .2s ease,border-color .2s ease;flex-shrink:0}.voolup-sound:hover{background:#ffffff1f;border-color:#fff}.voolup-badge{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;gap:14px;padding:14px 18px;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;border-radius:4px;max-width:320px;z-index:1}.voolup-badge__icon{flex-shrink:0;width:40px;height:40px;color:var(--vlp-accent)}.voolup-badge__icon svg{width:100%;height:100%}.voolup-badge__text{line-height:1.35}.voolup-badge__eyebrow{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--vlp-accent);margin:0 0 4px;font-weight:600}.voolup-badge__line{display:block;font-size:13px;color:#f0f0f0;margin:0}.voolup-content{padding:var(--vlp-content-pad);display:flex;flex-direction:column;justify-content:center}.voolup-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--vlp-accent);font-weight:500;margin:0 0 10px}.voolup-eyebrow:after{content:"";display:block;width:32px;height:1.5px;background:var(--vlp-accent);margin-top:6px}.voolup-headline{font-family:var(--vlp-heading-font);font-size:var(--vlp-heading-size);font-weight:700;line-height:1.15;color:var(--vlp-text);margin:0 0 18px}.voolup-body{font-size:var(--vlp-body-size);line-height:1.7;color:var(--vlp-muted);margin:0 0 10px;max-width:48ch}.voolup-body p{margin:0 0 8px}.voolup-sub-cta{font-size:14px;font-weight:600;color:var(--vlp-accent);font-style:italic;margin:0 0 28px}.voolup-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--vlp-feature-gap)}.voolup-feature{display:flex;align-items:flex-start}.voolup-feature-icon{flex-shrink:0;width:32px;height:32px;color:var(--vlp-accent);margin-top:2px}.voolup-feature-icon svg{width:100%;height:100%}.voolup-feature-divider{flex-shrink:0;width:1px;background:var(--vlp-border);align-self:stretch;margin:0 18px}.voolup-feature-text{display:flex;flex-direction:column;gap:3px}.voolup-feature-title{font-size:var(--vlp-feature-title-size);letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--vlp-text)}.voolup-feature-desc{font-size:var(--vlp-feature-desc-size);color:var(--vlp-muted);line-height:1.5}.voolup-pillars{display:flex;border-top:1px solid var(--vlp-border)}.voolup-pillar{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--vlp-pillar-pad);gap:12px;border-right:1px solid var(--vlp-border)}.voolup-pillar:last-child{border-right:none}.voolup-pillar-icon{width:36px;height:36px;color:var(--vlp-text)}.voolup-pillar-icon svg{width:100%;height:100%}.voolup-pillar-title{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--vlp-text)}.voolup-pillar-desc{font-size:13px;color:var(--vlp-muted);line-height:1.55;margin:0;max-width:22ch}.voolup-footer{display:flex;align-items:center;gap:16px;padding:28px 48px 0;border-top:1px solid var(--vlp-border)}.voolup-footer-line{flex:1;height:1px;background:var(--vlp-border)}.voolup-footer-mark{color:var(--vlp-text);opacity:.65;display:inline-flex}.voolup-tagline{text-align:center;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--vlp-muted);padding:14px 48px 36px;margin:0}@media(max-width:768px){.voolup-inner{grid-template-columns:1fr;min-height:auto}.voolup-media{min-height:260px;max-height:320px;height:320px}.voolup-controls{bottom:18px;left:18px}.voolup-play{font-size:11px}.voolup-badge{left:14px;bottom:14px;padding:10px 12px;max-width:calc(100% - 28px)}.voolup-badge__icon{width:32px;height:32px}.voolup-badge__eyebrow{font-size:10px}.voolup-badge__line{font-size:12px}.voolup-content{padding:36px 24px}.voolup-headline{font-size:calc(var(--vlp-heading-size) * .7)}.voolup-body{max-width:100%}.voolup-feature{background:var(--vlp-feature-bg);border-radius:4px;padding:14px 16px}.voolup-pillars{display:none}.voolup-approach[data-show-pillars-mobile=true] .voolup-pillars{display:flex;flex-direction:column}.voolup-pillar{padding:24px;border-right:none;border-bottom:1px solid var(--vlp-border);align-items:flex-start;text-align:left}.voolup-pillar:last-child{border-bottom:none}.voolup-pillar-desc{max-width:100%}.voolup-footer{padding:24px 24px 0}.voolup-tagline{padding:12px 24px 32px;letter-spacing:.14em}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
