@import"https://use.typekit.net/isv4mow.css";@font-face{font-family:Thermo;src:url(/fonts/ThermoWeb-Zero.woff) format("woff")}:root{--grey: rgba(184, 184, 184, 1);--dark-grey: rgba(102, 102, 102, 1);--orange: #FF4E00;--blue: #2F6BCC;--pink: #FF00C3;--iceblue: #95DEE8;--lightblue: #45A9EB;--olive: #6B7A58;--red: #E30614;--green: #B2E62A;--navy: #2A416B}.grey{color:var(--grey)}.dark-grey{color:var(--dark-grey)}.orange{color:var(--orange)}.blue{color:var(--blue)}.pink{color:var(--pink)}.ice-blue{color:var(--iceblue)}.lightblue{color:var(--lightblue)}.olive{color:var(--olive)}.red{color:var(--red)}.green{color:var(--green)}.navy{color:var(--navy)}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{font-family:rigid-square;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:#fff;color:#fff;font-size:16px;font-feature-settings:"kern" 1;font-weight:400}main{height:100vh;height:100dvh;width:100%}canvas{position:fixed;width:100%;height:100%;top:0;left:0}#menuTest{position:fixed;z-index:100;width:100%;top:0;left:0;display:flex;justify-content:space-between;padding:1rem}#menuTest>div{display:flex;gap:1rem}#menuTest button{border:none;padding:1rem}a{color:inherit;text-decoration:none}button{border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;outline:none}button:disabled{cursor:auto}.menu{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:999;margin:0 auto;padding:1rem 0;width:100%;height:100%;max-width:430px;display:flex;flex-direction:column;justify-content:flex-end;flex-shrink:0;pointer-events:none}.menu>div{pointer-events:auto}.menu .numbers{width:100%;height:47px;overflow:hidden;font-size:3.975rem;line-height:.7;font-weight:600;display:flex;font-family:Thermo;margin:1px 0;flex-shrink:0}.menu .numbers button{letter-spacing:-.075em;font-weight:400}.menu .buttons{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);gap:.5px 1px;padding:1px;width:100%}.menu .buttons button,.menu .buttons a{height:70px;grid-row:span 2 / span 2;overflow:hidden}.menu .buttons a{display:flex}.menu .buttons a button{width:100%}.menu .buttons .button{height:35px;grid-row:span 1 / span 1;grid-column:span 3 / span 3}.menu .buttons input,.menu .buttons button,.menu .buttons .button{background:var(--grey);color:#fff;font-size:13px;line-height:13px;text-align:left;padding:.2rem;display:inline-flex;align-items:flex-start;clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px)}.menu .buttons input.active,.menu .buttons button.active,.menu .buttons .button.active{background:var(--dark-grey)}@media (max-width: 430px){.menu{margin:0 auto;padding:0}.menu .buttons{padding:2px}.menu .numbers{height:9.9vw;font-size:14.7vw}}button:focus,input:focus{outline:none}#product{position:relative;width:100%;height:60vh;overflow:hidden}#product img{padding:1rem;position:absolute;width:100%;height:100%;object-fit:cover;opacity:0}#product img.current{opacity:1}#product button{position:absolute;z-index:10;top:50%;transform:translateY(-50%);padding:1rem}#product button svg{height:12px;width:14px}#product button#prev{left:0}#product button#next{right:0}#debug{position:fixed;z-index:999;top:0;left:0;margin:1rem;border:1px solid red;color:red;padding:0 2px}#cart{width:100%}#cart #empty{font-family:Helvetica,sans-serif;font-weight:600;font-size:2rem;margin:1px}#cart #empty>div{height:70px;background:var(--grey);padding:2px;clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px)}#cart #products>div{height:70px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);gap:1px 1px;margin:1px}#cart #products>div>div,#cart #products>div>img{grid-column:span 1 / span 1;grid-row:span 2 / span 2;padding:2px;overflow:hidden;clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px)}#cart #products>div>div:last-child,#cart #products>div>img:last-child{grid-column:span 2 / span 2}#cart #products>div>img{width:100%;height:100%;object-fit:cover;padding:0}#cart #products>div.orange>div{background:var(--orange)}#cart #products>div.blue>div{background:var(--blue)}#cart #products>div.pink>div{background:var(--pink)}#cart #products>div.lightblue>div{background:var(--lightblue)}#cart #products>div.olive>div{background:var(--olive)}#cart #products>div.red>div{background:var(--red)}#cart #products>div.green>div{background:var(--green)}#cart #products>div.navy>div{background:var(--navy)}#cart #summary{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);gap:1px 1px;margin:1px}#cart #summary>div,#cart #summary>button{grid-column:span 3 / span 3;grid-row:span 2 / span 2;background:var(--grey);color:#fff;padding:2px;height:60px;text-align:left;display:flex;align-items:flex-start;clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px)}#cart #summary #checkout{font-family:Helvetica,sans-serif;font-weight:600;font-size:2rem}#all-products{display:grid;grid-template-columns:repeat(3,1fr)}#all-products>button img{width:100%;height:100%;object-fit:cover}#people{position:relative;height:100%;display:grid;grid-template-columns:repeat(4,1fr);overflow-y:scroll;padding:2px}#people img{width:100%;height:100%;object-fit:cover}#legal{height:100%;background:var(--grey);overflow-y:scroll;padding:8px;font-family:Helvetica,sans-serif;font-weight:600;line-height:1;letter-spacing:-.05em;clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}#credits{position:relative;height:100%;background:var(--grey);overflow-y:scroll;padding:8px;font-family:Helvetica,sans-serif;font-weight:600;line-height:1;letter-spacing:-.05em;text-transform:lowercase;clip-path:polygon(5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px)}#credits img{position:absolute;top:0;right:0;height:100%;padding:8px}
