header{font-family:abc,sans-serif;background:var(--bg);z-index:99}header,header:not(.mobile)>div:first-of-type{width:100%;height:auto;position:fixed;height:var(--headerHeight);top:0;left:0}header:not(.mobile)>div:first-of-type{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2vw;z-index:10;padding:0 3vw;mix-blend-mode:difference}header a,header button,header p{color:white}header a{cursor:var(--cursor-pointer)}header>div>a:first-of-type{font-size:2vw}header>p:first-of-type{font-size:1.3vw}header>p:nth-of-type(2){font-size:1vw}header:not(.mobile)>div>div{margin-left:auto;display:flex;flex-direction:row;justify-content:center;gap:1vw;align-items:center}button{cursor:var(--cursor-pointer)}button.theme{width:1vw;aspect-ratio:1;border-radius:100px;border:none;background:rgb(255,212,212)}.cart-link{position:relative}.cart-link svg{width:2vw;height:auto}.cart-link span{position:absolute;font-size:1.5vw;top:-1vw;right:0;font-family:abc;color:var(--bg-invert)}.cart-link span:before{content:"";position:absolute;top:0;right:0;width:1.6vw;height:1.6vw;background:var(--bg);transform:translate(.4vw,.25vw);z-index:-1;border-radius:100%}@media screen and (max-width:765px){header>div>a:first-of-type{font-size:6vw}header.mobile{align-items:center;height:var(--headerMobileHeight);position:fixed;background:transparent;animation-delay:.5s}header.mobile a{color:var(--bg);font-size:6vw}header.mobile .left{padding-right:3vw;padding-left:3vw;display:flex;width:auto;gap:8.2vw;flex-direction:row;justify-content:space-between;align-items:center}header.mobile .center,header.mobile .left,header.mobile .right{background:var(--bg-invert);height:100%;z-index:99}header.mobile .right p{color:var(--bg)}header.mobile .center{width:15vw;transform:scaleX(1.05);position:relative;height:calc(100% - 2vw);-webkit-mask:radial-gradient(7.5vw 60% at 50% calc(100%),transparent 99%,black 100%);mask:radial-gradient(7.5vw 60% at 50% calc(100%),transparent 99%,black 100%)}header.mobile .right{width:auto;padding-left:3vw;padding-right:3vw;width:calc((100% - 15vw) * 1.2 / 3);display:flex;flex-direction:row;justify-content:space-between;align-items:center}header.mobile.non-difference{animation:disableDifference 0s forwards}.cart-link span:before{content:"";position:absolute;top:0;right:0;width:4vw;height:4vw;background:var(--bg);transform:translate(1vw,.8vw);z-index:-1;border-radius:100%}.cart-link span{font-size:4vw;top:-1vw;right:-1vw}.cart-link svg{width:7.7vw;height:auto;fill:var(--bg)}.cart-link svg path{width:auto;height:100%;fill:var(--bg)}@keyframes disableDifference{to{mix-blend-mode:unset;color:unset}}@keyframes enableDifference{to{mix-blend-mode:difference;color:#fff}}header.mobile>div:first-of-type{height:var(--headerMobileHeight);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}body{padding:var(--headerMobileHeight) 0 0 0!important}header.mobile>a:first-of-type{font-size:6vw;line-height:unset}header.mobile>p:first-of-type,header.mobile>p:nth-of-type(2){font-size:3vw}header.mobile button.menu{background:transparent;border:none;font-size:6vw;color:var(--bg)}header.mobile button.theme{width:6vw;background:var(--bg)}header.mobile .background{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-invert);z-index:9;mix-blend-mode:unset;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:25vh 3vw 3vw}header.mobile .cart-link img{width:7vw;height:auto}header.mobile .background h3{color:var(--bg)}header.mobile .background a{color:var(--bg);width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:5vh;border-bottom:1px solid var(--bg)}header.mobile p:first-of-type,header.mobile p:nth-of-type(2){display:none}}.cart-drawer{width:50%;height:calc(100vh - var(--headerHeight));position:fixed;background:var(--bg-invert);border:1px solid black;top:var(--headerHeight);color:var(--bg);right:0;opacity:1;-webkit-clip-path:circle(0 at 0 0);clip-path:circle(0 at 0 0);transition:opacity .6s;z-index:99;padding:2vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2vw}.cart-drawer.open{opacity:1;pointer-events:all}.cart-drawer-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;width:100%;height:100%;background:transparent;overflow-y:auto;scrollbar-width:thin;max-height:81%;scrollbar-color:var(--bg) transparent;border-bottom:4px solid var(--bg)}.cart-drawer-body::-webkit-scrollbar{width:6px}.cart-drawer-body::-webkit-scrollbar-track{background:transparent}.cart-drawer-body::-webkit-scrollbar-thumb{background-color:#000;border-radius:3px}.product-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2vw;width:100%;height:7vw;box-sizing:content-box;padding:0 2vw 0 0;box-sizing:border-box;background:var(--bg);border-radius:5px;overflow:hidden}.product-img,.product-img img{height:100%;aspect-ratio:1}.product-img img{object-fit:cover}.remove-from-cart{background:transparent;border:none;cursor:var(--cursor-pointer);width:2vw;height:2vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.remove-from-cart:hover{background:var(--bg)}.remove-from-cart svg{height:85%;aspect-ratio:1}.remove-from-cart svg path,.remove-from-cart:hover svg path{fill:var(--bg-invert)}.product-title{height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:var(--bg-invert)}.product-title .qty{margin-top:auto}.product-price{height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:auto;color:var(--bg-invert)}.product-price .remove-from-cart{margin-top:auto;margin-left:auto}button#check-out{width:auto;height:auto;font-size:2vw;background:var(--bg);color:var(--bg-invert);padding:.5vw 2.5vw;margin-left:auto;cursor:var(--cursor-pointer)}@media screen and (max-width:765px){.cart-drawer{width:100%;height:calc(100vh - var(--headerMobileHeight));height:calc(100dvh - var(--headerMobileHeight));top:var(--headerMobileHeight)}.cart-drawer-body{max-height:calc(100% - 13vh)}.product-row{height:17vh;overflow:unset}button#check-out{font-size:4.5vh;margin-top:auto}.remove-from-cart{width:4vh;height:4vh}.remove-from-cart svg{width:100%;height:100%}.qty{height:auto!important;font-size:7vw!important;z-index:9}.qty *{font-size:inherit!important}}.qty{display:flex;flex-direction:row;justify-content:center;align-items:center;height:3vw;width:auto;background:var(--bg);color:var(--bg-invert);overflow:hidden}.qty button,.qty span{font-family:abc;font-size:2vw}.qty div:has(button){height:100%;aspect-ratio:1;border:1px solid var(--bg)}.qty button{width:100%;height:100%;border:none;color:var(--bg-invert);background:transparent;cursor:var(--cursor-pointer)}.qty button:hover{background:white;color:black}.loadingAnimation{position:fixed;top:0;left:0;display:none;width:100vw;height:100vh;background:var(--bg);z-index:99}.loadingAnimation.active{display:flex;flex-direction:column;justify-content:center;align-items:center}.loadingAnimation .loader-svg-wrapper{position:unset!important;width:auto}.loadingAnimation .svg-img-wrapper{position:unset!important;height:100%}.loadingAnimation svg:first-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0,0 0);clip-path:polygon(0 100%,100% 100%,100% 0,0 0)}.loadingAnimation svg:nth-of-type(2){-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.loadingAnimation svg{height:12vw!important}.loadingAnimation svg path{fill:var(--bg-invert)}.loadingAnimation .img-wrapper{height:12vw!important}.cursorCrossHairWrapper,.cursorCrossHairWrapper *{pointer-events:none;user-drag:none;-webkit-user-drag:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.cursorCrossHairWrapper{position:fixed;pointer-events:none;will-change:transform;z-index:9999;mix-blend-mode:difference}.crossHair,.cursorCrossHairWrapper{top:0;left:0;transform:translateX(-50%) translateY(-50%)}.crossHair,.crossHairText{position:absolute}.crossHairText{top:0;left:0;width:max-content;transform:translate(-50%,100%)}