.vghs-outer{width:100%;margin-top:0;margin-bottom:var(--vghs-mb-m, 0)}.vghs-outer:not(.vghs-outer--contained){max-width:none;margin-left:0;margin-right:0;padding:0}.vghs-outer.vghs-outer--contained{margin-left:auto;margin-right:auto}.vghs{display:block;position:relative;width:100%;overflow:hidden;background:var(--vghs-bg, #111);font-family:Montserrat,var(--fonts_name, sans-serif),sans-serif;-webkit-tap-highlight-color:transparent}.vghs *,.vghs *:before,.vghs *:after{box-sizing:border-box}.vghs__track{display:grid;aspect-ratio:var(--vghs-ratio-m, 1 / 1);width:100%;touch-action:pan-y}.vghs__slide{grid-area:1 / 1;position:relative;display:grid;min-width:0;visibility:hidden;z-index:0;will-change:transform,opacity}.vghs__slide.is-active{visibility:visible;z-index:1}.vghs__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.vghs__media picture{display:block;width:100%;height:100%}.vghs__media .vghs__img,.vghs__media .vghs__video,.vghs__media .vghs__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:var(--vghs-focal-m, center)}.vghs__media .vghs__placeholder{background:#2a2a2a;fill:#ffffff40}.vghs__video{opacity:0;transition:opacity .4s ease;pointer-events:none}.vghs__video.is-playing{opacity:1}.vghs__gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:var(--vghs-grad-m, none)}.vghs__slide-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.vghs__slide-link:focus-visible{outline:3px solid #fff;outline-offset:-6px;box-shadow:inset 0 0 0 8px #0000008c}.vghs__content-area{position:relative;z-index:3;display:grid;width:100%;max-width:var(--vghs-safe, 1400px);margin:0 auto;padding:var(--vghs-pad-y-m) var(--vghs-pad-x-m);pointer-events:none}.vghs__content{place-self:var(--vghs-place-m, end center);width:100%;max-width:var(--vghs-cw-m, 100%);text-align:var(--vghs-align-m, center)}.vghs--has-dots .vghs__content--bottom-m{margin-bottom:30px}.vghs .vghs__eyebrow{display:inline-block;margin:0 0 14px;padding:var(--vghs-eb-pad);border-radius:var(--vghs-eb-radius);background:var(--vghs-eb-bg);color:var(--vghs-eb-fg);font-family:inherit;font-size:var(--vghs-eb-size);font-weight:var(--vghs-eb-weight);line-height:1.2;letter-spacing:.08em;text-transform:var(--vghs-eb-transform)}.vghs .vghs__heading{margin:0;padding:0;color:var(--vghs-h-color);font-family:inherit;font-size:var(--vghs-h-size-m);font-weight:var(--vghs-h-weight);line-height:var(--vghs-h-lh);letter-spacing:-.01em;text-transform:none;overflow-wrap:break-word}.vghs .vghs__body{margin:12px 0 0;color:var(--vghs-p-color);font-family:inherit;font-size:var(--vghs-p-size-m);font-weight:var(--vghs-p-weight);line-height:var(--vghs-p-lh)}.vghs__eyebrow+.vghs__body{margin-top:0}.vghs .vghs__body p{margin:0 0 .5em;color:inherit;font:inherit;line-height:inherit}.vghs .vghs__body p:last-child{margin-bottom:0}.vghs .vghs__body a{color:inherit;text-decoration:underline;pointer-events:auto}.vghs__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px;justify-content:var(--vghs-justify-m, center)}.vghs__eyebrow+.vghs__actions{margin-top:8px}.vghs .vghs__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin:0;padding:.8em 1.8em;border:var(--b-bw) solid var(--b-bd);border-radius:var(--b-radius);background:var(--b-bg);color:var(--b-fg);font-family:inherit;font-size:var(--b-size);font-weight:var(--b-weight);line-height:1.2;letter-spacing:.02em;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap;cursor:pointer;pointer-events:auto;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.vghs .vghs__btn:focus{color:var(--b-fg);text-decoration:none}@media(hover:hover)and (pointer:fine){.vghs .vghs__btn:hover{background:var(--b-bg-h);border-color:var(--b-bd-h);color:var(--b-fg-h);text-decoration:none}}.vghs .vghs__btn:active{background:var(--b-bg-h);border-color:var(--b-bd-h);color:var(--b-fg-h);transform:scale(.98)}.vghs .vghs__btn:focus-visible{outline:2px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px #0009}.vghs__content--stack-m .vghs__actions{flex-direction:column;align-items:stretch}.vghs__content--stack-m .vghs__btn{width:100%;white-space:normal}.vghs .vghs__arrow{position:absolute;top:50%;z-index:5;display:none;align-items:center;justify-content:center;width:44px;height:44px;min-width:0;margin:0;padding:0;border:0;border-radius:50%;background:var(--vghs-nav-bg);color:var(--vghs-nav-fg);line-height:1;cursor:pointer;transform:translateY(-50%);box-shadow:0 2px 10px #0000002e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:.85;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.vghs--arrows-mobile .vghs__arrow{display:flex;width:36px;height:36px}.vghs__arrow--prev{left:10px}.vghs__arrow--next{right:10px}.vghs .vghs__arrow svg{display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}.vghs .vghs__arrow[disabled]{opacity:.3;cursor:default}.vghs__controls{position:absolute;left:50%;bottom:12px;z-index:5;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.vghs__dots{display:flex;align-items:center;gap:2px;padding:2px 6px;border-radius:999px;background:var(--vghs-nav-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vghs .vghs__dot{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:0;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.vghs__dot span{display:block;width:8px;height:8px;border-radius:999px;background:var(--vghs-nav-fg);opacity:.5;box-shadow:0 0 0 1px #00000026;transition:width .3s ease,opacity .3s ease}.vghs__dot.is-active span{width:20px;opacity:1}.vghs .vghs__pause{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:0;margin:0;padding:0;border:0;border-radius:50%;background:var(--vghs-nav-bg);color:var(--vghs-nav-fg);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.vghs .vghs__pause[hidden],.vghs__pause .vghs__icon-play{display:none}.vghs__pause.is-paused .vghs__icon-play{display:block}.vghs__pause.is-paused .vghs__icon-pause{display:none}.vghs .vghs__arrow:focus-visible,.vghs .vghs__dot:focus-visible,.vghs .vghs__pause:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 4px #000000a6;opacity:1}.vghs .vghs__arrow:focus:not(:focus-visible),.vghs .vghs__dot:focus:not(:focus-visible),.vghs .vghs__pause:focus:not(:focus-visible){outline:none}@media(max-width:767px){.vghs__content-area--hide-m{display:none}}@media(min-width:768px){.vghs-outer{margin-bottom:var(--vghs-mb-d, 0)}.vghs__track{aspect-ratio:var(--vghs-ratio-d, 3 / 1)}.vghs__media .vghs__img,.vghs__media .vghs__video,.vghs__media .vghs__placeholder{object-position:var(--vghs-focal-d, center)}.vghs__gradient{background:var(--vghs-grad-d, none)}.vghs__content-area{padding:var(--vghs-pad-y-d) var(--vghs-pad-x-d)}.vghs__content-area--hide-d{display:none}.vghs__content{place-self:var(--vghs-place-d, center start);max-width:var(--vghs-cw-d, 600px);text-align:var(--vghs-align-d, left)}.vghs__actions{justify-content:var(--vghs-justify-d, flex-start)}.vghs--has-dots .vghs__content--bottom-m{margin-bottom:0}.vghs--has-dots .vghs__content--bottom-d{margin-bottom:30px}.vghs .vghs__heading{font-size:var(--vghs-h-size-d)}.vghs .vghs__body{font-size:var(--vghs-p-size-d)}.vghs .vghs__eyebrow{margin-bottom:18px}.vghs__actions{margin-top:28px}.vghs__content--stack-m .vghs__actions{flex-direction:row;align-items:center}.vghs__content--stack-m .vghs__btn{width:auto;white-space:nowrap}.vghs .vghs__arrow,.vghs--arrows-mobile .vghs__arrow{display:flex;width:48px;height:48px}.vghs__arrow--prev{left:20px}.vghs__arrow--next{right:20px}.vghs__controls{bottom:16px}}@media(min-width:768px)and (hover:hover){.vghs .vghs__arrow:hover{opacity:1;transform:translateY(-50%) scale(1.06)}.vghs__dot:hover span{opacity:.85}}@media(prefers-reduced-motion:reduce){.vghs__slide,.vghs__video,.vghs .vghs__btn,.vghs .vghs__arrow,.vghs__dot span{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/vg-hero-slider.css.map */
