.vibrelax-home{--vr-ink:#111;--vr-paper:#f6f2ec;--vr-white:#fff;--vr-muted:#6c6b68;--vr-line:#d7d0c7;--vr-blue:#12a9e5;background:var(--vr-paper);color:var(--vr-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.45}.vibrelax-home *{box-sizing:border-box}.vr-container{width:min(94%,1480px);margin-inline:auto}.vr-section{padding:100px 0}.vr-section--white{background:#fff}.vr-section--dark{background:#111;color:#fff}.vr-section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:44px}.vr-section-head h2{margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1;text-transform:uppercase;letter-spacing:-.03em}.vr-section-head p{max-width:620px;margin:0;color:var(--vr-muted)}.vr-section--dark .vr-section-head p{color:#aaa}.vr-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 25px;border:0;border-radius:999px;background:var(--vr-blue);color:#fff!important;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.vr-btn--light{background:#fff;color:#111!important}.vr-btn[disabled]{opacity:.45;cursor:not-allowed}.vr-hero-wrap{padding:0 18px 18px;background:#111}.vr-hero{height:calc(100svh - var(--header-group-height,86px) - 18px);min-height:620px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:stretch;overflow:hidden;background:linear-gradient(135deg,#f1ece5,#fbf8f3 56%,#ddd7cf)}.vr-hero-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(44px,6vh,76px) 7%}.vr-hero-copy h1{max-width:680px;margin:0 0 18px;font-family:var(--font-heading--family,Arial),Arial,sans-serif;font-size:clamp(2.5rem,var(--vr-heading-size,3.6vw),4rem);font-weight:800;line-height:.98;letter-spacing:-.04em;text-transform:uppercase}.vr-hero-copy p{max-width:560px;margin:0 0 26px;color:#454542;font-size:17px}.vr-hero-copy .vr-btn{width:auto;min-width:170px;align-self:flex-start}.vr-hero-media{min-width:0;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(24px,4vh,44px) 3% clamp(24px,4vh,44px) 0}.vr-hero-media img{display:block;width:auto;max-width:100%;height:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.vr-hero--background{display:block;background-image:linear-gradient(90deg,#f6f2ec61,#f6f2ec2e 36%,#f6f2ec00 58%),var(--vr-bg-image);background-size:cover;background-position:var(--vr-bg-position,center center);background-repeat:no-repeat}.vr-hero--background .vr-hero-copy{width:54%;height:100%}.vr-hero--background .vr-hero-copy h1{max-width:650px}.vr-hero--background .vr-hero-copy p{max-width:540px;color:#383838}.vr-hero--background .vr-btn{position:relative;z-index:1}.vr-product{display:grid;grid-template-columns:1.15fr .85fr;background:#111}.vr-product-media{min-height:600px;display:flex;align-items:center;justify-content:center;padding:28px;background:#f7f4ef}.vr-product-media img{width:100%;height:100%;max-height:540px;object-fit:contain}.vr-product-copy{display:flex;flex-direction:column;justify-content:center;padding:68px 58px;background:#f4efe7}.vr-eyebrow{margin:0 0 16px;color:var(--vr-blue);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.vr-product-copy h3{margin:0 0 16px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.02;text-transform:uppercase}.vr-product-copy>p{margin:0 0 24px;color:#5f5c58}.vr-price{margin-bottom:22px;font-size:28px;font-weight:800}.vr-features{display:grid;gap:10px;margin:0 0 26px;padding:0;list-style:none}.vr-features li{padding-bottom:9px;border-bottom:1px solid #d8d0c7;font-size:14px}.vr-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.vr-card{overflow:hidden;border:1px solid var(--vr-line);background:#fff}.vr-card-media{height:440px;display:flex;align-items:center;justify-content:center;padding:20px}.vr-card-media img{width:100%;height:100%;object-fit:contain}.vr-card-copy{padding:20px}.vr-card-copy h3{margin:0 0 6px;font-size:24px;text-transform:uppercase}.vr-card-copy p{margin:0 0 14px;color:var(--vr-muted);font-size:14px}.vr-sound-box{padding:42px;border:1px solid #3d3d3d}.vr-sound-box h3{margin:0 0 10px;font-size:clamp(2rem,3vw,3rem);text-transform:uppercase}.vr-sound-box>p{max-width:720px;margin:0;color:#aaa}.vr-sound-row{display:grid;grid-template-columns:auto 1fr;gap:30px;align-items:center;margin-top:32px}.vr-sound-button{width:106px;height:106px;border:0;border-radius:50%;background:#fff;color:#111;font-weight:900;cursor:pointer}.vr-wave{height:118px;display:flex;align-items:center;gap:5px;overflow:hidden}.vr-wave span{width:4px;height:20px;background:var(--vr-blue);opacity:.35}.vr-wave.is-playing span{animation:vr-wave 1s ease-in-out infinite;opacity:1}.vr-wave.is-playing span:nth-child(2n){animation-delay:.08s}.vr-wave.is-playing span:nth-child(3n){animation-delay:.16s}.vr-wave.is-playing span:nth-child(4n){animation-delay:.24s}@keyframes vr-wave{0%,to{height:20px}50%{height:88px}}.vr-modes{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.vr-mode{padding:9px 14px;border:1px solid #555;border-radius:999px;background:transparent;color:#fff;cursor:pointer}.vr-mode.is-active{background:#fff;color:#111}.vr-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vr-benefit{padding-top:18px;border-top:1px solid #bdb6ae}.vr-benefit h3{margin:0 0 8px;font-size:17px;text-transform:uppercase}.vr-benefit p{margin:0;color:var(--vr-muted);font-size:14px}.vr-newsletter{padding:72px 0;background:#ece6dd}.vr-newsletter-inner{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:flex-end}.vr-newsletter h2{margin:0;font-size:clamp(2.2rem,4vw,3.5rem);text-transform:uppercase}.vr-newsletter p{margin:8px 0 0;color:var(--vr-muted)}.vr-newsletter-signup{width:min(100%,650px)}.vr-newsletter-form{display:flex;gap:10px}.vr-newsletter-form input{min-width:300px;padding:15px 16px;border:1px solid #aaa39b;background:#fff}.vr-consent-note{max-width:650px;margin:9px 0 0!important;color:#6c6b68!important;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;line-height:1.4}.vr-form-message{margin-top:10px!important;color:#246b3d!important;font-size:14px}@media(max-width:900px){.vr-hero{height:auto;grid-template-columns:1fr}.vr-hero-copy{padding:52px 7% 28px}.vr-hero--background{min-height:720px;background-position:70% center}.vr-hero--background .vr-hero-copy{width:100%;min-height:720px;justify-content:flex-start;padding-top:64px;background:linear-gradient(180deg,rgba(246,242,236,.92) 0%,rgba(246,242,236,.62) 46%,transparent 72%)}.vr-product,.vr-gallery{grid-template-columns:1fr}.vr-benefits{grid-template-columns:1fr 1fr}.vr-newsletter-inner{grid-template-columns:1fr}}@media(max-width:620px){.vr-section{padding:68px 0}.vr-section-head{display:block}.vr-section-head p{margin-top:18px}.vr-hero-wrap{padding-inline:0}.vr-hero-copy h1{font-size:44px}.vr-hero-media{min-height:360px}.vr-product-media{min-height:420px}.vr-product-copy{padding:48px 25px}.vr-card-media{height:340px}.vr-sound-row,.vr-benefits{grid-template-columns:1fr}.vr-newsletter-form{flex-direction:column}.vr-newsletter-form input{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/vibrelax-home.css.map */
