*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0a0a0a;--color-bg-card: #141414;--color-text: #fafafa;--color-text-muted: #737373;--color-border: #262626;--font-sans: "Inter", system-ui, -apple-system, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.1;letter-spacing:-.02em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-balance{text-wrap:balance}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--color-text);background:transparent;color:var(--color-text);cursor:pointer;transition:all .2s ease}.btn:hover,.btn--primary{background:var(--color-text);color:var(--color-bg)}.btn--primary:hover{background:transparent;color:var(--color-text)}.section{padding:6rem 0}@media (min-width: 768px){.section{padding:8rem 0}}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:1fr}@media (min-width: 768px){.grid--2{grid-template-columns:repeat(2,1fr)}}.product-card{display:flex;flex-direction:column;background:var(--color-bg-card);border:1px solid var(--color-border);transition:border-color .2s ease}.product-card:hover{border-color:var(--color-text-muted)}.product-card__image{aspect-ratio:1;background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-card__title{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.product-card__price{font-size:.875rem;color:var(--color-text-muted)}.cart-count{font-size:.75rem;font-weight:500}a{color:inherit;text-decoration:none}a:hover{opacity:.8}input,textarea,select{font-family:inherit;font-size:inherit;background:transparent;border:1px solid var(--color-border);color:var(--color-text);padding:.75rem 1rem}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-text)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease forwards}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
