.store-module__nViZYG__storePage{min-height:100vh}.store-module__nViZYG__bannerWrapper{padding-top:1.5rem}.store-module__nViZYG__banner{background:var(--bg-secondary);border-radius:12px;width:100%;height:250px;position:relative;overflow:hidden}.store-module__nViZYG__bannerOverlay{background:linear-gradient(#0000 0%,#00000040 50%,#000000b3 100%);position:absolute;inset:0}.store-module__nViZYG__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.store-module__nViZYG__storeHeader{border-bottom:1px solid var(--border-color);margin-top:-60px;margin-bottom:2rem;padding-bottom:2rem;position:relative}.store-module__nViZYG__headerContent{background:var(--card-bg);border-radius:12px;flex-wrap:wrap;gap:1.5rem;padding:1.25rem;display:flex;box-shadow:0 2px 12px #00000014}.store-module__nViZYG__logoWrapper{flex-shrink:0}.store-module__nViZYG__logo{border:4px solid var(--card-bg);border-radius:16px;box-shadow:0 4px 12px #00000026}.store-module__nViZYG__storeInfo{flex:1;min-width:200px}.store-module__nViZYG__titleRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.store-module__nViZYG__titleRow h1{background-color:#b19260;padding:0 5px;font-size:1.75rem;font-weight:700}.store-module__nViZYG__verifiedBadge{color:#3b82f6;background:#3b82f61a;border-radius:20px;align-items:center;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.store-module__nViZYG__shortDescription{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}.store-module__nViZYG__stats{flex-wrap:wrap;gap:2rem;display:flex}.store-module__nViZYG__stat{align-items:baseline;gap:.35rem;display:flex}.store-module__nViZYG__statValue{font-size:1rem;font-weight:600}.store-module__nViZYG__statLabel{color:var(--text-secondary);font-size:.85rem}.store-module__nViZYG__headerActions{align-self:flex-start;gap:.75rem;margin-top:60px;display:flex}.store-module__nViZYG__followBtn,.store-module__nViZYG__messageBtn{cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.store-module__nViZYG__followBtn{background:var(--primary-color);color:#fff;border:none}.store-module__nViZYG__followBtn:hover{opacity:.9}.store-module__nViZYG__messageBtn{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.store-module__nViZYG__messageBtn:hover{background:var(--bg-secondary)}.store-module__nViZYG__mainContent{flex:1;min-width:0}.store-module__nViZYG__productsSection{margin-bottom:3rem}.store-module__nViZYG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.store-module__nViZYG__sectionHeader h2{font-size:1.25rem;font-weight:600}.store-module__nViZYG__sortFilter select{border:1px solid var(--border-color);background:var(--card-bg);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.store-module__nViZYG__viewAll{color:var(--primary-color);font-size:.9rem;font-weight:500;text-decoration:none}.store-module__nViZYG__viewAll:hover{text-decoration:underline}.store-module__nViZYG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.store-module__nViZYG__productCard{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;text-decoration:none;transition:all .2s;overflow:hidden}.store-module__nViZYG__productCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.store-module__nViZYG__productImage{aspect-ratio:1;background:var(--bg-secondary);width:100%;position:relative}.store-module__nViZYG__saleBadge{background:var(--primary-color);color:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.store-module__nViZYG__productInfo{padding:1rem}.store-module__nViZYG__productCategory{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.store-module__nViZYG__productTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.store-module__nViZYG__productMeta{color:var(--text-secondary);gap:.75rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.store-module__nViZYG__productRating{color:#f59e0b}.store-module__nViZYG__productPrice{align-items:center;gap:.5rem;display:flex}.store-module__nViZYG__price,.store-module__nViZYG__salePrice{color:var(--primary-color);font-size:1.1rem;font-weight:700}.store-module__nViZYG__originalPrice{color:var(--text-secondary);font-size:.9rem;text-decoration:line-through}.store-module__nViZYG__reviewsSection{margin-bottom:3rem}.store-module__nViZYG__reviewsList{flex-direction:column;gap:1rem;display:flex}.store-module__nViZYG__reviewCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.store-module__nViZYG__reviewHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.store-module__nViZYG__reviewUser{align-items:center;gap:.75rem;display:flex}.store-module__nViZYG__reviewAvatar{border-radius:50%}.store-module__nViZYG__reviewUsername{font-weight:600;display:block}.store-module__nViZYG__reviewProduct{color:var(--text-secondary);font-size:.8rem}.store-module__nViZYG__reviewRating{color:#f59e0b;font-size:1rem}.store-module__nViZYG__reviewComment{color:var(--text-primary);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.store-module__nViZYG__reviewDate{color:var(--text-secondary);font-size:.8rem}.store-module__nViZYG__sidebar{flex-shrink:0;width:320px}.store-module__nViZYG__sidebarCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.store-module__nViZYG__sidebarCard h3{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem;font-weight:600}.store-module__nViZYG__sellerInfo{gap:1rem;margin-bottom:1rem;display:flex}.store-module__nViZYG__sellerAvatar{border-radius:12px}.store-module__nViZYG__sellerName{font-weight:600;display:block}.store-module__nViZYG__sellerJoined{color:var(--text-secondary);font-size:.8rem}.store-module__nViZYG__storeDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.store-module__nViZYG__socialLinks{flex-direction:column;gap:.75rem;display:flex}.store-module__nViZYG__socialLinks a,.store-module__nViZYG__socialLinks span{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;display:flex}.store-module__nViZYG__socialLinks a:hover{color:var(--primary-color)}.store-module__nViZYG__policies{flex-direction:column;gap:1rem;display:flex}.store-module__nViZYG__policy h4{margin-bottom:.5rem;font-size:.9rem;font-weight:600}.store-module__nViZYG__policy p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.store-module__nViZYG__container:has(.store-module__nViZYG__mainContent){gap:2rem;display:flex}.store-module__nViZYG__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.store-module__nViZYG__notFound h1{margin-bottom:.5rem;font-size:2rem}.store-module__nViZYG__notFound p{color:var(--text-secondary);margin-bottom:1.5rem}.store-module__nViZYG__backHome{background:var(--primary-color);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none}.store-module__nViZYG__backHome:hover{opacity:.9}@media (max-width:1024px){.store-module__nViZYG__container:has(.store-module__nViZYG__mainContent){flex-direction:column}.store-module__nViZYG__sidebar{width:100%}.store-module__nViZYG__headerActions{margin-top:0}}@media (max-width:768px){.store-module__nViZYG__banner{height:180px}.store-module__nViZYG__storeHeader{margin-top:-40px}.store-module__nViZYG__logo{width:80px;height:80px}.store-module__nViZYG__headerContent{text-align:center;flex-direction:column;align-items:center}.store-module__nViZYG__stats{justify-content:center}.store-module__nViZYG__headerActions{justify-content:center;width:100%}.store-module__nViZYG__titleRow{flex-direction:column}.store-module__nViZYG__productsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.store-module__nViZYG__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:480px){.store-module__nViZYG__productsGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}}
