@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";
:root{--color-white:#fff;--color-light-grey:#d9d9d9;--color-red:red;--color-black:#000;--background:var(--color-white);--foreground:var(--color-black);--accent:var(--color-red);--muted:var(--color-light-grey)}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{background-color:var(--background);color:var(--foreground);text-transform:uppercase;letter-spacing:-.04em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:900;line-height:1.4}button,input,select,textarea{font-family:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}.brand-name{text-transform:lowercase;display:inline-block}.text-red{color:var(--color-red)}.text-grey{color:var(--color-light-grey)}.text-white{color:var(--color-white)}.text-black{color:var(--color-black)}.bg-red{background-color:var(--color-red)}.bg-white{background-color:var(--color-white)}
.Navbar-module__cJzEcG__navbar{z-index:100;background-color:var(--background);border-bottom:1px solid var(--muted);width:100%;padding:1rem 2rem;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.05em;color:var(--foreground);text-transform:none;font-size:1.5rem;font-weight:900;text-decoration:none}.Navbar-module__cJzEcG__accent{color:var(--accent)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--foreground);opacity:.6;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s}.Navbar-module__cJzEcG__navLink:hover{opacity:1;color:var(--accent)}.Navbar-module__cJzEcG__cartBtn{background:var(--foreground);color:var(--background);border-radius:999px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s}.Navbar-module__cJzEcG__cartBtn:hover{background:var(--accent);color:var(--color-white);transform:scale(1.05)}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}}
