.Header-module__hBw1pG__header{z-index:50;background-color:var(--background);border-bottom:1px solid var(--card-border);box-shadow:var(--shadow-sm);transition:background-color var(--transition-speed) ease, border-color var(--transition-speed) ease;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module__hBw1pG__logo a{letter-spacing:-.05em;color:var(--foreground);font-size:1.5rem;font-weight:800}.Header-module__hBw1pG__logo span{color:var(--primary)}.Header-module__hBw1pG__nav{gap:2rem;display:none}@media (min-width:768px){.Header-module__hBw1pG__nav{display:flex}}.Header-module__hBw1pG__link{color:var(--text-muted);font-weight:500;transition:color .2s}.Header-module__hBw1pG__link:hover{color:var(--foreground)}.Header-module__hBw1pG__actions{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__themeToggle{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .2s;display:flex}.Header-module__hBw1pG__themeToggle:hover{background-color:var(--card-border);transform:scale(1.05)}.Header-module__hBw1pG__cartButton{background-color:var(--primary);color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:background-color .2s;display:flex}.Header-module__hBw1pG__cartButton:hover{background-color:var(--primary-hover)}.Header-module__hBw1pG__cartCount{color:var(--primary);background-color:#fff;border-radius:9999px;padding:.1rem .4rem;font-size:.75rem}
.ProductCard-module__t53O_a__card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.ProductCard-module__t53O_a__imageContainer{aspect-ratio:1;background-color:var(--background);width:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__tag{z-index:10;background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.ProductCard-module__t53O_a__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.05)}.ProductCard-module__t53O_a__overlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__overlay{opacity:1}.ProductCard-module__t53O_a__viewButton{color:#000;background-color:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;transition:transform .3s,background-color .2s;transform:translateY(20px)}.ProductCard-module__t53O_a__viewButton:hover{background-color:var(--card-bg)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__viewButton{transform:translateY(0)}.ProductCard-module__t53O_a__info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductCard-module__t53O_a__name{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ProductCard-module__t53O_a__price{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ProductCard-module__t53O_a__colors{gap:.5rem;margin-top:auto;margin-bottom:1.5rem;display:flex}.ProductCard-module__t53O_a__colorCircle{width:20px;height:20px;box-shadow:0 0 0 1px var(--card-border);border:2px solid #fff;border-radius:50%}.ProductCard-module__t53O_a__addToCart{background-color:var(--card-bg);border:1px solid var(--card-border);width:100%;color:var(--foreground);border-radius:var(--radius);padding:.75rem;font-weight:600;transition:all .2s}.ProductCard-module__t53O_a__addToCart:hover{background-color:var(--primary);color:#fff;border-color:var(--primary)}
.ProductList-module__zmu4OW__container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.ProductList-module__zmu4OW__header{text-align:center;margin-bottom:3rem}.ProductList-module__zmu4OW__title{color:var(--foreground);letter-spacing:-.025em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.ProductList-module__zmu4OW__subtitle{color:var(--text-muted);font-size:1.125rem}.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (min-width:640px){.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(4,1fr)}}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex:1}.page-module___8aEwW__hero{background:linear-gradient(to bottom, var(--card-bg), var(--background));border-bottom:1px solid var(--card-border);text-align:center;justify-content:center;align-items:center;padding:6rem 1.5rem;display:flex}.page-module___8aEwW__heroContent{flex-direction:column;align-items:center;max-width:800px;display:flex}.page-module___8aEwW__pill{background-color:var(--card-bg);color:var(--primary);border:1px solid var(--primary);border-radius:9999px;margin-bottom:1.5rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600}.page-module___8aEwW__heroTitle{letter-spacing:-.025em;color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__heroSubtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.page-module___8aEwW__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module___8aEwW__primaryButton,.page-module___8aEwW__secondaryButton{border-radius:9999px;padding:.875rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.page-module___8aEwW__primaryButton{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.page-module___8aEwW__primaryButton:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.page-module___8aEwW__secondaryButton{background-color:var(--card-bg);color:var(--foreground);border:1px solid var(--card-border)}.page-module___8aEwW__secondaryButton:hover{background-color:var(--card-border);transform:translateY(-2px)}@media (max-width:640px){.page-module___8aEwW__heroTitle{font-size:2.5rem}}.page-module___8aEwW__footer{border-top:1px solid var(--card-border);text-align:center;color:var(--text-muted);margin-top:4rem;padding:2rem 1.5rem}.page-module___8aEwW__footerContent{max-width:1200px;margin:0 auto}
