@font-face{font-family:Avenir;src:url(/fonts/Avenir-Regular.ttf);font-weight:300}:root{--color-background: #000;--color-foreground: #fff;--color-muted: #B2B2B2;--color-primary: #ADE3FE;font-family:Avenir;line-height:1.5;font-weight:300;color-scheme:dark;color:var(--color-foreground);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden!important}a{text-decoration:none;color:var(--color-foreground)}img{display:block;width:100%}section{padding:1.5rem 1rem}h1,h2,h3,h4,h5,h6,p{margin:0;display:block;color:var(--color-foreground);font-weight:300}button{outline:0!important;border:0;cursor:pointer}button img{max-width:3rem}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-muted)}.btn-secondary{display:flex;align-items:center;justify-content:center;padding:.3rem;background-color:transparent;border:1px solid var(--color-muted);transition:all .25s ease-in-out}.btn-secondary.active{border-color:var(--color-foreground)}.btn-primary{display:flex;align-items:center;justify-content:center;padding:.7rem;background-color:var(--color-primary);color:var(--color-background)}.home{display:flex;flex-direction:column;gap:3rem}.home .product{display:flex;gap:2rem}@media(max-width:768px){.home .product{flex-direction:column}}.home .product .previews{flex-basis:50%;display:flex;flex-direction:column}.home .product .previews .grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}.home .product .previews .grid img:nth-child(1){grid-area:1 / 1 / 6 / 3}.home .product .previews .grid img:nth-child(2){grid-area:1 / 3 / 3 / 4}.home .product .previews .grid img:nth-child(3){grid-area:3 / 3 / 5 / 4}@media(max-width:768px){.home .product .previews .grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr)}.home .product .previews .grid img{grid-area:auto!important}}.home .product .content{flex-basis:50%;display:flex;flex-direction:column;gap:1rem}.home .product .content .materials{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem}.home .product .content .materials .number{font-size:3rem}.home .product .content .materials p.info{max-width:6rem}.home .colors .content,.home .sizes .content{margin-top:.5rem;display:flex;flex-direction:row;align-items:center;gap:.5rem}.home .sizes .content button{width:2.7rem;height:2.7rem;color:var(--color-primary)}.home .sizes .content button.muted{color:var(--color-muted)!important;border-color:var(--color-muted)!important;opacity:.5;cursor:auto}.home .collections .title{text-align:center}.home .collections .grid{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);text-align:center}@media(max-width:768px){.home .collections .grid{grid-template-columns:repeat(2,1fr)}}.home .collections .grid .collection{display:flex;flex-direction:column;gap:.3rem}.home .collections .grid img{max-width:80%;margin:0 auto}.home .collection .name{text-decoration:underline}.home .collections .btn-secondary{margin:3rem auto;min-width:15%;padding:1rem 2rem}.cart .products{display:flex;flex-direction:column;gap:1rem}.cart .products .product{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-muted);padding:1rem}.header{width:100%;display:flex;align-items:center;justify-content:end;padding:1rem}.link-button{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.link-button img{max-width:1.5rem}
