*{-webkit-tap-highlight-color:transparent}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background-color:#f8fafc;color:#0f172a;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}@font-face{font-family:Figtree;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/figtree.woff2) format("woff2")}body{font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.25;color:#0f172a}p{margin:0}.u-text-muted{color:#64748b}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.navbar{position:sticky;top:0;z-index:1100;background-color:#fff;border-bottom:1px solid #e2e8f0}.navbar__inner{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;min-height:64px}.navbar__brand{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;cursor:pointer}.navbar__brand-name{font-size:1.125rem;font-weight:700;color:#7c3aed}.page{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}@media(min-width:900px){.page{padding:2rem 1rem}}.shop-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;height:100%;transition:box-shadow .2s ease,transform .2s ease}.shop-card:hover{box-shadow:0 4px 16px #0f172a14;transform:translateY(-2px)}.shop-card__body{padding:1rem}.shop-card__header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:.75rem}.shop-card__avatar{width:48px;height:48px;background-color:#7c3aed}.shop-card__title{font-size:1.125rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.shop-card__meta{color:#64748b;font-size:.875rem}.shop-card__previews{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:.5rem;margin-top:.75rem}.shop-card__preview-img{width:33.333%;aspect-ratio:1;object-fit:cover;border-radius:8px;background-color:#f8fafc}.product-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;height:100%;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 16px #0f172a14}.product-card__media{width:100%;aspect-ratio:1;object-fit:cover;background-color:#f8fafc}.product-card__body{padding:.75rem}.product-card__name{font-size:.875rem;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{margin-top:.25rem;font-weight:700;color:#0f172a}.product-card__price--sale{color:#ec4899}.product-card__price-strike{margin-left:.5rem;color:#94a3b8;text-decoration:line-through;font-weight:400;font-size:.75rem}.filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border:1px solid #e2e8f0;border-radius:999px;background-color:#fff;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .15s ease}.filter-chip:hover{border-color:#7c3aed}.filter-chip--active{background-color:#ede9fe;border-color:#7c3aed;color:#6d28d9;font-weight:600}.browse-page__hero{text-align:center;padding:2rem 1rem 1.5rem}.browse-page__title{font-size:2rem;margin-bottom:.5rem}.browse-page__subtitle{color:#64748b;font-size:1rem}.browse-page__search{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin:1.5rem auto 0;max-width:640px}.browse-page__filters,.browse-page__chips{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.browse-page__results{margin-top:2rem}.hero-parallax-icon{pointer-events:none;filter:brightness(0) invert(1);opacity:.2;will-change:transform;animation:hero-float 5s ease-in-out infinite;animation-delay:inherit}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(calc(var(--parallax-depth, 1) * -10px))}}@supports (animation-timeline: scroll()){.hero-parallax-icon{animation:hero-parallax linear;animation-timeline:scroll(root);animation-range:entry 0% cover 60%}}@keyframes hero-parallax{0%{transform:translateY(calc(var(--parallax-depth, 1) * -30px))}to{transform:translateY(calc(var(--parallax-depth, 1) * 40px))}}.store-page__banner{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #e2e8f0}.store-page__logo{width:72px;height:72px;border-radius:12px;background-color:#7c3aed}.store-page__name{font-size:1.5rem}.store-page__filters{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.store-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:600px){.store-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.store-page__grid{grid-template-columns:repeat(4,1fr)}}.product-page__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.product-page__layout{grid-template-columns:1fr 1fr}}.product-page__gallery{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.75rem}.product-page__main-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px;background-color:#f8fafc}.product-page__thumbs{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.product-page__thumb{width:64px;height:64px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent}.product-page__thumb--active{border-color:#7c3aed}.product-page__title{font-size:1.5rem;margin-bottom:.5rem}.product-page__price{font-size:1.5rem;font-weight:700;color:#0f172a}.product-page__price--sale{color:#ec4899}.product-page__price-strike{margin-left:.5rem;color:#94a3b8;text-decoration:line-through;font-size:1rem;font-weight:400}.product-page__section{margin-top:1.5rem}.product-page__section-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.product-page__specs{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.5rem}.product-page__spec-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem}.product-page__spec-key{color:#64748b}
