.vl-lifestyle{--vl-card-w: var(--vl-set-card-w, 302px);--vl-card-h-active: min(var(--vl-set-card-h-a, 532px), calc(100svh - 64px) );--vl-card-h: min(var(--vl-set-card-h, 454px), var(--vl-card-h-active));--vl-card-gap: var(--vl-set-gap, 24px);--vl-accent: var(--vl-set-accent, var(--gold-600));--vl-control: var(--vl-set-control, var(--cream-50));--vl-speed: var(--vl-set-speed, .45s);padding-block-start:var(--vl-set-pt, 80px);background:var(--vl-set-bg, var(--cream-100))}html.vl-lifestyle-lock{overflow:hidden}.vl-lifestyle__inner{display:grid;grid-template-columns:var(--vl-set-intro-w, 411px) minmax(0,1fr);gap:var(--vl-card-gap);align-items:stretch;padding-bottom:var(--vl-set-pb, 15px)}.vl-lifestyle__intro{display:flex;flex-direction:column;justify-content:space-between;min-height:var(--vl-card-h-active)}.vl-lifestyle__copy{display:flex;flex-direction:column;align-items:flex-start}.vl-lifestyle__heading{margin:5px 0 0;line-height:1.05;color:var(--vl-set-heading-color, var(--neutral-800));font-weight:100!important;font-size:var(--vl-set-heading, 48px)!important}.vl-lifestyle__features{display:grid;gap:16px;margin:25px 0 0;padding:0;list-style:none}.vl-lifestyle__feature{display:flex;align-items:center;gap:12px;color:var(--vl-set-text, var(--neutral-900))}.vl-lifestyle__tick{width:20px;height:20px;flex-shrink:0}.vl-lifestyle__controls{display:flex;align-items:center;justify-content:space-between;width:100%;margin-block-start:40px;visibility:hidden}.vl-lifestyle--ready .vl-lifestyle__controls{visibility:visible}.vl-lifestyle__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:var(--radius-circle);background:var(--vl-control);color:var(--neutral-800);cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.vl-lifestyle__arrow svg{width:20px;height:20px}.vl-lifestyle__arrow:hover{background:var(--white)}.vl-lifestyle__arrow[disabled]{opacity:.4;cursor:default}.vl-lifestyle__dots{display:flex;align-items:center;gap:10px}.vl-lifestyle__dot{position:relative;width:8px;height:8px;padding:0;border:0;border-radius:var(--radius-circle);background:var(--cream-500);cursor:pointer;transition:background-color .2s ease}.vl-lifestyle__dot:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px}.vl-lifestyle__dot.is-active{background:var(--vl-accent)}.vl-lifestyle__rail{display:flex;align-items:center;gap:var(--vl-card-gap);height:var(--vl-card-h-active);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline-end:calc(clamp(20px,6vw,80px)*-1);padding-inline-end:clamp(20px,6vw,80px)}.vl-lifestyle__rail::-webkit-scrollbar{display:none}.vl-lifestyle__rail:after{content:"";flex:0 0 max(0px,calc(100% - var(--vl-card-w) - var(--vl-card-gap)))}.vl-lifestyle__card{position:relative;flex:0 0 var(--vl-card-w);height:var(--vl-card-h);border-radius:var(--radius-lg);background:var(--cream-200);overflow:hidden;scroll-snap-align:start;transition:height var(--vl-speed) cubic-bezier(.22,1,.36,1)}.vl-lifestyle__card.is-active{height:var(--vl-card-h-active)}.vl-lifestyle__media,.vl-lifestyle__media-el{display:block;width:100%;height:100%;object-fit:cover}.vl-lifestyle__open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.vl-lifestyle__open:focus-visible{outline:2px solid var(--vl-accent);outline-offset:-4px;border-radius:inherit}.vl-lifestyle__chip{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:var(--radius-circle);background:var(--vl-control);color:var(--neutral-800);transition:background-color .2s ease,transform .2s ease}.vl-lifestyle__chip svg{width:18px;height:18px}.vl-lifestyle__chip--expand{position:absolute;top:12px;left:12px;pointer-events:none}.vl-lifestyle__open:hover .vl-lifestyle__chip--expand{background:var(--white);transform:scale(1.06)}.vl-lifestyle__sound{position:absolute;top:12px;right:12px;z-index:3;cursor:pointer}.vl-lifestyle__sound:hover{background:var(--white)}.vl-lifestyle__sound:focus-visible,.vl-lifestyle__close:focus-visible{outline:2px solid var(--vl-accent);outline-offset:2px}.vl-lifestyle__icon-sound{display:none}.vl-lifestyle__sound.is-on .vl-lifestyle__icon-sound{display:block}.vl-lifestyle__sound.is-on .vl-lifestyle__icon-muted{display:none}.vl-lifestyle__panel{position:absolute;left:12px;bottom:12px;z-index:2;display:flex;align-items:center;gap:12px;padding:12px;border-radius:4px;background:var(--vl-set-panel, var(--cream-100))}.vl-lifestyle__card.is-active .vl-lifestyle__panel{right:12px}.vl-lifestyle__thumb{display:flex;align-items:center;justify-content:center;width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-md);background:var(--cream-50);overflow:hidden}.vl-lifestyle__thumb-img{display:block;width:100%;height:100%;padding:6px;box-sizing:border-box;object-fit:contain}.vl-lifestyle__info,.vl-lifestyle__add{display:none}.vl-lifestyle__card.is-active .vl-lifestyle__info{display:block;flex:1;min-width:0}.vl-lifestyle__card.is-active .vl-lifestyle__add{display:block;margin:0;flex-shrink:0}.vl-lifestyle__name{margin:0;color:var(--neutral-800);font-size:16px!important}.vl-lifestyle__link{color:inherit;text-decoration:none}.vl-lifestyle__link:hover{text-decoration:underline}.vl-lifestyle__price{margin:6px 0 0;font-weight:var(--fw-semibold);color:var(--neutral-500)}.vl-lifestyle__bag{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:var(--radius-circle);background:var(--white);color:var(--vl-accent);cursor:pointer;transition:background-color .2s ease}.vl-lifestyle__bag svg{width:22px;height:22px}.vl-lifestyle__bag:hover{background:var(--gold-100)}.vl-lifestyle__bag[disabled]{opacity:.55;cursor:not-allowed}.vl-lifestyle__modal{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:16px;border:0;background:transparent;box-sizing:border-box;overflow:hidden}.vl-lifestyle__modal[open]{display:flex;align-items:center;justify-content:center}.vl-lifestyle__modal::backdrop{background:color-mix(in srgb,var(--neutral-900) var(--vl-set-overlay, 85%),transparent)}.vl-lifestyle__modal-inner{position:relative;display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%;margin:auto;padding-block-start:52px}.vl-lifestyle__modal-media{display:flex;justify-content:center;max-width:100%}.vl-lifestyle__modal-video{display:block;width:auto;height:auto;min-width:min(302px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100vh - 104px);max-height:calc(100dvh - 104px);border-radius:var(--radius-lg);background:var(--neutral-900);object-fit:contain}.vl-lifestyle__close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:var(--radius-circle);background:var(--vl-control);color:var(--neutral-800);cursor:pointer;transition:background-color .2s ease}.vl-lifestyle__close svg{width:20px;height:20px}.vl-lifestyle__close:hover{background:var(--white)}@media(prefers-reduced-motion:reduce){.vl-lifestyle__card,.vl-lifestyle__chip{transition:none}}@media screen and (max-width:1279px){.vl-lifestyle__inner{grid-template-columns:minmax(0,min(340px,var(--vl-set-intro-w, 411px))) minmax(0,1fr)}}@media screen and (max-width:989px){.vl-lifestyle{--vl-card-h-active: min(var(--vl-set-card-h-a-m, 460px), calc(100svh - 64px) );--vl-card-h: min(var(--vl-set-card-h-m, 400px), var(--vl-card-h-active))}.vl-lifestyle__inner{grid-template-columns:minmax(0,1fr);gap:32px}.vl-lifestyle__intro{min-height:0}.vl-lifestyle__controls{margin-block-start:28px;justify-content:flex-start;gap:20px}.vl-lifestyle__dots{margin-inline:auto}.vl-lifestyle__rail{margin-inline:calc(clamp(20px,6vw,80px)*-1);padding-inline:clamp(20px,6vw,80px);scroll-padding-inline-start:clamp(20px,6vw,80px)}}@media screen and (max-width:800px){.vl-lifestyle{padding-block-start:var(--vl-set-pt-m, 40px)}.vl-lifestyle__heading{font-size:var(--vl-set-heading-m, 38px)!important}}@media screen and (max-width:599px){.vl-lifestyle{--vl-card-w: min(74vw, var(--vl-set-card-w, 302px));--vl-card-gap: min(16px, var(--vl-set-gap, 24px))}.vl-lifestyle__modal-inner{padding-block-start:48px}.vl-lifestyle__modal-video{max-height:calc(100vh - 96px);max-height:calc(100dvh - 96px)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/vitalume-lifestyle.css.map */
