:root{--sg-font:"Inter",Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sg-white:#fff;--sg-hover:rgb(189, 227, 245);--sg-dark:rgb(148, 152, 170);--sg-dark-old:rgba(19, 73, 152,1);--sg-menu-size:20px;--sg-mobile-menu-size:11px;--sg-menu-spacing:-.5px;--sg-radius: 8px;--sg-offset:40px;--sg-mobile-offset:18px;--sg-weight-big:900;--sg-weight-small:700;--sg-text-h1-size:50px;--t-h2-size:20px;--t-h2-weight:500;--sg-text-p-size:14px;--sg-text-p-height:1.3;--fade-start: 50px;--product-title-size:30px;--product-title-weight:700;--product-description-weight:500;--product-description-header-size:16px;--transpeed: .8s ease}:focus{outline:none}:focus-visible{outline:2px solid var(--sg-white);outline-offset:4px}.sg-back:focus-visible,.sg-size-guide:focus-visible{outline:1px solid var(--sg-hover)}html,body{margin:0;padding:0;background:#000;font-family:var(--sg-font);height:100%;overflow:hidden}body{top:0;right:0;bottom:0;left:0;width:100%}.sg-home{position:relative;width:100%;height:100dvh}.sg-layout--fullscreen{height:100dvh;overflow:hidden}.sg-layout--scroll{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;scrollbar-width:none;-ms-overflow-style:none}.sg-layout--scroll::-webkit-scrollbar{display:none}.sg-bg--dark{background:var(--sg-dark)}.sg-side-menu{position:fixed;left:var(--sg-offset);bottom:var(--sg-offset);display:flex;flex-direction:column;gap:8px}with: css .sg-side-menu{position:fixed;left:var(--sg-offset);bottom:var(--sg-offset);display:flex;flex-direction:column;gap:8px}.sg-side-menu a{color:var(--sg-white);text-decoration:none;font-weight:var(--sg-weight-big);font-size:var(--sg-menu-size);letter-spacing:var(--sg-menu-spacing);transition:color .25s ease}.sg-side-menu a.active{color:var(--sg-hover)}.sg-side-menu a:hover,.sg-side-menu a.active:hover,.sg-side-menu a:focus-visible,.sg-side-menu a.active:focus-visible{color:var(--sg-hover)}.sg-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;position:fixed;left:var(--sg-offset);top:var(--sg-offset);width:32px;height:24px;background:none;border:none;padding:0;cursor:pointer;z-index:101}.sg-menu-toggle span{display:block;width:100%;height:2px;background:var(--sg-white);transition:transform .3s ease,opacity .3s ease}.sg-menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.sg-menu-toggle.is-active span:nth-child(2){opacity:0}.sg-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body:not(.sg-template-index) .sg-menu-toggle{display:flex}body:not(.sg-template-index) .sg-side-menu{top:0;left:0;bottom:auto;height:100vh;width:min(220px,55vw);flex-direction:column;justify-content:center;gap:16px;padding:0 var(--sg-offset);background:#00000059;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transform:translate(-100%);transition:none;z-index:100;isolation:isolate}body:not(.sg-template-index) .sg-side-menu.sg-menu-ready{transition:transform .2s ease}body:not(.sg-template-index) .sg-side-menu.is-open{transform:translate(0)}.sg-bg-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:filter .6s ease;transform:translateZ(0);backface-visibility:hidden;will-change:filter}.sg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c}.sg-logo{position:fixed;top:var(--sg-offset);left:50%;transform:translate(-50%)}.sg-logo img{width:240px;height:auto;max-width:55vw;display:block}body.sg-template-product>.sg-logo{display:none}.sg-bag{position:fixed;top:30px;right:var(--sg-offset)}.sg-bag a{position:relative;display:inline-flex;display:block;color:var(--sg-white);transition:color .25s ease}.sg-bag-count{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:#86bad1;color:#fff;font-size:11px;font-weight:600;-webkit-text-stroke:.5px #fff;display:none;align-items:center;justify-content:center;line-height:1;box-sizing:border-box;pointer-events:none}.sg-bag-icon{display:block;width:55px;height:auto}.sg-bag a:hover,.sg-bag a:focus-visible{color:var(--sg-hover)}.sg-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#1e1e22;transition:opacity .5s ease}.sg-loader.sg-loader--hidden{opacity:0;pointer-events:none}.sg-loader-cloud{width:400px;margin-bottom:40px;height:400px;object-fit:contain;animation:sg-cloud-flicker .15s ease-in-out infinite alternate}@keyframes sg-cloud-flicker{0%{opacity:.4}to{opacity:.7}}.sg-paragraph{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:min(900px,80vw);color:var(--sg-white);text-align:center;z-index:3}.sg-paragraph h1{margin:0 0 35px;font-size:var(--sg-text-h1-size);font-weight:var(--sg-weight-big);letter-spacing:var(--sg-menu-spacing);color:var(--sg-white)}.sg-paragraph p{margin:0 0 22px;font-size:var(--sg-text-p-size);font-weight:var(--sg-weight-small);line-height:var(--sg-text-p-height);letter-spacing:1px}.sg-top-blur{position:fixed;top:0;left:0;width:100%;pointer-events:none;background:none;will-change:backdrop-filter;height:calc(var(--fade-start) + var(--blur-height));backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius));mask-image:linear-gradient(to bottom,black 0%,black var(--fade-start),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black var(--fade-start),transparent 100%)}.sg-top-blur--1{--blur-height: 170px;--blur-radius: 12px}.sg-top-blur--2{--blur-height: 130px;--blur-radius: 7px}.sg-top-blur--3{--blur-height: 90px;--blur-radius: 3px}.sg-top-blur--4{--blur-height: 50px;--blur-radius: 1px}.sg-bottom-blur{position:fixed;bottom:0;left:0;width:100%;pointer-events:none;background:none;will-change:backdrop-filter;height:calc(var(--fade-start) + var(--blur-height));backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius));mask-image:linear-gradient(to top,black 0%,black var(--fade-start),transparent 100%);-webkit-mask-image:linear-gradient(to top,black 0%,black var(--fade-start),transparent 100%)}.sg-bottom-blur--1{--blur-height: 170px;--blur-radius: 12px}.sg-bottom-blur--2{--blur-height: 130px;--blur-radius: 7px}.sg-bottom-blur--3{--blur-height: 90px;--blur-radius: 3px}.sg-bottom-blur--4{--blur-height: 50px;--blur-radius: 1px}.sg-bg-video{z-index:0}.sg-overlay{z-index:1}.sg-top-blur{z-index:4}.sg-side-menu{z-index:5}.sg-logo,.sg-bag{z-index:100}.sg-overlay,.sg-top-blur{pointer-events:none}@media(max-width:768px){.sg-loader-cloud{width:170px;margin-bottom:20px;height:150px}:root{--sg-text-h1-size: 34px;--t-h2-size: 13px;--sg-text-p-size: 10px;--product-description-header-size: 14px}.sg-logo{position:fixed;top:30px}.sg-logo img{width:200px;height:auto;max-width:45vw;display:block}.sg-bag{top:32px;right:32px}.sg-bag-icon{width:50px}.sg-privacy-content h2{text-align:center;margin:40px auto 18px}.sg-privacy-content p{font-size:11px;line-height:1.45}.sg-signup h2{font-size:13px}.sg-signup p,.sg-paragraph p{font-size:10px;line-height:1.45}.sg-full-policy-link{font-size:16px}.sg-top-blur{position:fixed;top:0;left:0;width:100%;pointer-events:none;background:none;will-change:backdrop-filter;height:calc(var(--fade-start) + var(--blur-height));backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius));mask-image:linear-gradient(to bottom,black 0%,black var(--fade-start),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black var(--fade-start),transparent 100%)}.sg-top-blur--1{--blur-height: 70px;--blur-radius: 12px;z-index:11}.sg-top-blur--2{--blur-height: 55px;--blur-radius: 7px;z-index:11}.sg-top-blur--3{--blur-height: 45px;--blur-radius: 3px;z-index:11}.sg-top-blur--4{--blur-height: 35px;--blur-radius: 1px;z-index:11}.sg-bottom-blur{display:none}.sg-menu-toggle{display:flex}.sg-side-menu{top:0;left:0;bottom:auto;height:100vh;width:min(220px,55vw);flex-direction:column;justify-content:center;gap:16px;padding:0 var(--sg-offset);background:#00000059;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transform:translate(-100%);transition:none;z-index:100;isolation:isolate}.sg-side-menu.sg-menu-ready{transition:transform .2s ease}.sg-side-menu.is-open{transform:translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/global.css.map */
