.vg-header header-drawer{display:none}.vg-mobile-header{position:relative;z-index:4}.vg-header.header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(16px,4vw,40px);border-bottom:1px solid #00993338;background:#000}.vg-header a{color:#093;text-decoration:none}.vg-header a:hover{color:#4ae57a}.vg-header a:focus-visible{outline:2px solid #4ae57a;outline-offset:6px}.vg-header__logo{display:block;flex:none;width:clamp(130px,14vw,190px)}.vg-header__logo img{display:block;width:100%;height:auto}.vg-header__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 26px;font-size:16px;line-height:1.5;letter-spacing:.1em;text-transform:uppercase}.vg-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:6px;flex:none}.vg-header__catalog-placeholder{visibility:hidden}.vg-cart-symbol{display:block;width:32px;height:32px}.vg-header__cart .cart-count-bubble{top:0;right:-2px;bottom:auto;left:auto;background:#093;color:#000}@media(min-width:721px){html{scrollbar-gutter:stable}}@media(max-width:900px){.vg-header__nav{font-size:13px;gap:10px 18px}}@media(max-width:720px){.vg-header.header-wrapper{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;padding:12px}.vg-header header-drawer{display:block;justify-self:start;grid-column:1;grid-row:1}.vg-header__logo{width:clamp(100px,33vw,150px);grid-column:2;grid-row:1}.vg-header__nav{grid-column:3;grid-row:1;justify-self:end;font-size:12px;letter-spacing:.02em}.vg-header__nav>a:not(.vg-header__cart),.vg-header__catalog-placeholder{display:none}.vg-header__cart{width:48px;height:48px;padding:6px}.vg-header .header__icon--menu{color:#093}.vg-header .menu-drawer{background:#000;color:#093}.vg-header .menu-drawer__menu-item{font-size:16px}.vg-header .menu-drawer__utility-links{padding:16px 30px}.vg-header .list-menu{list-style:none;padding:0;margin:0}.vg-header .list-menu__item{display:flex;align-items:center}}.vg-landing{--vg-green:#009933;display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;min-height:calc(100svh - 85px);padding:clamp(24px,3vh,48px) clamp(16px,4vw,40px) clamp(100px,13vh,180px);color:var(--vg-green)}.vg-landing .vg-landing__band{display:block;position:absolute;z-index:0;width:180vw;height:518.4px;left:50%;top:49%;transform:translate(-50%,-50%) rotate(-13deg);filter:blur(55px);pointer-events:none;background:radial-gradient(ellipse 50% 45% at center,#0099334d,#0078282c,#00501b11,#00280e04,#0000)}.vg-landing__content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(30px,6.5vh,84px)}.vg-landing__heading{margin:0;font-size:clamp(30px,min(5.8vw,6.6svh),60px);font-weight:700;line-height:1.3;letter-spacing:.02em;text-align:center;max-width:22ch;color:var(--vg-green);text-shadow:0 0 34px #0099336b;text-wrap:balance}.vg-constellation{position:relative;width:100%;max-width:880px;height:clamp(300px,52svh,440px);margin:0 auto}.vg-constellation__lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.vg-constellation__lines path{fill:none;stroke-width:1;vector-effect:non-scaling-stroke;stroke-dasharray:230;animation:vg-draw 1.2s ease both}.vg-node{position:absolute;transform:translate(-50%,-6px);width:330px;max-width:38%;display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:var(--vg-green);text-align:center;animation:vg-ignite .7s ease both}.vg-node--1{left:50%;top:23%;animation-delay:.2s}.vg-node--2{left:21%;top:44%;animation-delay:.4s}.vg-node--3{left:79%;top:59%;animation-delay:.6s}.vg-node--4{left:44%;top:90%;animation-delay:.8s}.vg-node__star{margin-bottom:5px;width:23px;height:23px;border-radius:50%;background:currentColor;box-shadow:0 0 16px #009933d9,0 0 28px #00993347;transition:transform .2s,box-shadow .2s}.vg-node__title{font-size:23px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:1.5}.vg-node__description{font-size:16px;letter-spacing:.06em;line-height:1.7;color:#789783}.vg-node:hover,.vg-node:focus-visible{color:#4ae57a}.vg-node:hover .vg-node__star,.vg-node:focus-visible .vg-node__star{transform:scale(1.7);box-shadow:0 0 34px #4ae57af2,0 0 82px #4ae57a6b}.vg-node:focus-visible{outline:2px solid #4ae57a;outline-offset:12px;border-radius:4px}@keyframes vg-draw{0%{stroke-dashoffset:230}to{stroke-dashoffset:0}}@keyframes vg-ignite{0%{opacity:0}to{opacity:1}}@media(min-width:721px){.vg-landing{min-height:0;padding-top:24px;padding-bottom:80px}.vg-landing__content{gap:clamp(12px,4svh,48px)}.vg-constellation{height:clamp(160px,calc(100svh - 430px),440px)}}@media(min-width:721px)and (max-width:1000px){.vg-node__title{font-size:18px;letter-spacing:.1em}.vg-node__description{font-size:13px}}@media(max-width:720px){.vg-landing{min-height:0;justify-content:flex-start;padding:18px 16px 26px}.vg-landing .vg-landing__band{width:180vw;height:220px;top:56px;filter:blur(24px)}.vg-landing__content{gap:24px}.vg-landing__heading{font-size:clamp(28px,7vw,40px)}.vg-constellation{display:flex;flex-direction:column;align-items:center;height:auto}.vg-constellation__lines{display:none}.vg-node{position:relative;left:auto;top:auto;transform:none;width:100%;max-width:100%}.vg-node+.vg-node{margin-top:36px}.vg-node+.vg-node:before{content:"";position:absolute;top:-32px;height:28px;width:2px;background:linear-gradient(#0936,#093c);box-shadow:0 0 7px #0933}.vg-node__star{width:20px;height:20px;margin-bottom:3px}.vg-node__title{font-size:20px;line-height:1.35}.vg-node__description{font-size:14px;line-height:1.45}@supports (height:100svh){.vg-landing{min-height:calc(100svh - 25px - clamp(50px,16.4vw,75px))}.vg-constellation{--vg-gap:clamp(36px,(100svh - 491px - clamp(50px,16.4vw,75px))/3,72px)}.vg-node+.vg-node{margin-top:var(--vg-gap)}.vg-node+.vg-node:before{top:calc(4px - var(--vg-gap));height:calc(var(--vg-gap) - 8px)}}}@media(prefers-reduced-motion:reduce){.vg-node,.vg-constellation__lines path{animation:none}.vg-node__star{transition:none}}.shopify-policy__body .vg-contact-link{color:inherit;text-underline-offset:.2em}.shopify-policy__body .vg-contact-link:hover{color:#4ae57a}.shopify-policy__body .vg-contact-link:focus-visible{outline:2px solid #4ae57a;outline-offset:4px}.vg-stars{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.vg-stars canvas{display:block;width:100%;height:100%}.vg-star-page{position:relative;isolation:isolate;background:#000}.vg-star-page>.vg-stars{position:fixed;z-index:0}.vg-star-page>main,.vg-star-page>.shopify-section-group-footer-group{position:relative}@media(max-width:720px){.vg-home>.vg-stars{bottom:auto;height:120%;height:120lvh}}@media(min-width:721px){.vg-home{min-height:100svh}.vg-home>.shopify-section-group-footer-group{display:none}.vg-home>main{display:flex}.vg-home>main>.shopify-section{display:flex;flex:1}.vg-home .vg-landing{width:100%;flex:1}}.vg-home .footer{margin-top:0;padding-top:16px;padding-bottom:24px}.vg-home .footer__content-bottom{padding-top:0}.vg-star-page .shopify-section .gradient:not(.menu-drawer):not(.menu-drawer__submenu){background:transparent}.vg-star-page .footer{background:transparent}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
