.vendorStore-module__4_72UW__storeWrapper{background-color:var(--surface-50);min-height:100vh;padding-bottom:var(--space-16)}.vendorStore-module__4_72UW__coverBanner{background-color:var(--surface-0);border-bottom:1px solid var(--border-light);width:100%;margin-bottom:var(--space-8);position:relative}.vendorStore-module__4_72UW__bannerImage{background-position:50%;background-size:cover;width:100%;height:250px}.vendorStore-module__4_72UW__storeHeaderContent{max-width:1200px;padding:0 var(--space-6);gap:var(--space-6);margin:0 auto;display:flex;transform:translateY(-40px)}.vendorStore-module__4_72UW__storeLogo{border:4px solid var(--surface-0);background-color:var(--surface-0);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.vendorStore-module__4_72UW__storeLogo img{object-fit:cover;width:100%;height:100%}.vendorStore-module__4_72UW__logoPlaceholder{color:var(--ocean-600)}.vendorStore-module__4_72UW__storeInfo{flex-direction:column;gap:8px;margin-top:60px;display:flex}.vendorStore-module__4_72UW__storeName{font-size:var(--text-3xl);color:var(--text-primary);align-items:center;gap:var(--space-2);font-weight:800;display:flex}.vendorStore-module__4_72UW__verifiedIcon{color:var(--blue-500)}.vendorStore-module__4_72UW__foundingBadge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,gold 0%,#f5a623 100%);align-items:center;gap:4px;margin-left:8px;padding:4px 10px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 4px #f5a6234d}.vendorStore-module__4_72UW__storeMeta{align-items:center;gap:var(--space-6);flex-wrap:wrap;display:flex}.vendorStore-module__4_72UW__ratingBadge{background-color:var(--gold-100);color:var(--gold-700);border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 10px;font-size:14px;font-weight:700;display:inline-flex}.vendorStore-module__4_72UW__metaItem{color:var(--text-secondary);align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.vendorStore-module__4_72UW__mainContent{max-width:1200px;padding:0 var(--space-6);margin:0 auto}.vendorStore-module__4_72UW__tabs{gap:var(--space-8);border-bottom:1px solid var(--border-medium);margin-bottom:var(--space-8);margin-top:-20px;display:flex}.vendorStore-module__4_72UW__tabBtn{padding:var(--space-4) 0;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:16px;font-weight:600;position:relative}.vendorStore-module__4_72UW__tabBtn:hover,.vendorStore-module__4_72UW__tabBtn.vendorStore-module__4_72UW__active{color:var(--ocean-600)}.vendorStore-module__4_72UW__tabBtn.vendorStore-module__4_72UW__active:after{content:"";background-color:var(--ocean-500);border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}.vendorStore-module__4_72UW__tabContent{background-color:var(--surface-0);padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.vendorStore-module__4_72UW__productsGrid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.vendorStore-module__4_72UW__productCard{border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition-fast);background-color:var(--surface-0);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.vendorStore-module__4_72UW__productCard:hover{border-color:var(--slate-300);transform:translateY(-2px);box-shadow:0 8px 16px #0000000f}.vendorStore-module__4_72UW__productImageWrapper{aspect-ratio:1;background-color:var(--surface-50);border-bottom:1px solid var(--border-light);justify-content:center;align-items:center;width:100%;display:flex}.vendorStore-module__4_72UW__productImage{object-fit:contain;width:100%;height:100%;padding:8px}.vendorStore-module__4_72UW__noImage{color:var(--border-medium)}.vendorStore-module__4_72UW__productDetails{padding:var(--space-4);flex-direction:column;gap:6px;display:flex}.vendorStore-module__4_72UW__productImpa{color:var(--text-tertiary);letter-spacing:.05em;font-size:11px;font-weight:600}.vendorStore-module__4_72UW__productTitle{color:var(--navy-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.vendorStore-module__4_72UW__productPrice{color:var(--ocean-700);margin-top:auto;font-size:18px;font-weight:800}.vendorStore-module__4_72UW__reviewsList{gap:var(--space-4);flex-direction:column;display:flex}.vendorStore-module__4_72UW__reviewCard{padding:var(--space-6);border:1px solid var(--border-light);border-radius:var(--radius-lg);background-color:var(--surface-50)}.vendorStore-module__4_72UW__reviewHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-start;display:flex}.vendorStore-module__4_72UW__reviewerInfo{align-items:center;gap:var(--space-3);display:flex}.vendorStore-module__4_72UW__reviewerAvatar{background-color:var(--ocean-600);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.vendorStore-module__4_72UW__reviewerName{color:var(--navy-900);font-weight:700}.vendorStore-module__4_72UW__reviewDate{color:var(--text-tertiary);font-size:12px}.vendorStore-module__4_72UW__reviewStars{gap:2px;display:flex}.vendorStore-module__4_72UW__reviewText{color:var(--text-secondary);line-height:1.6}.vendorStore-module__4_72UW__aboutContent h3{color:var(--navy-900);margin-bottom:var(--space-6);font-size:20px;font-weight:700}.vendorStore-module__4_72UW__aboutGrid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.vendorStore-module__4_72UW__aboutItem{flex-direction:column;gap:4px;display:flex}.vendorStore-module__4_72UW__aboutLabel{color:var(--text-tertiary);text-transform:uppercase;font-size:12px;font-weight:600}.vendorStore-module__4_72UW__aboutValue{color:var(--text-primary);font-size:16px;font-weight:500}.vendorStore-module__4_72UW__emptyState{text-align:center;color:var(--text-tertiary);padding:40px;font-style:italic}@media (max-width:768px){.vendorStore-module__4_72UW__bannerImage{height:180px}.vendorStore-module__4_72UW__storeHeaderContent{text-align:center;padding:0 var(--space-4);align-items:center;gap:var(--space-3);flex-direction:column;transform:translateY(-30px)}.vendorStore-module__4_72UW__storeLogo{width:100px;height:100px}.vendorStore-module__4_72UW__storeInfo{align-items:center;margin-top:0}.vendorStore-module__4_72UW__storeName{font-size:var(--text-2xl);justify-content:center}.vendorStore-module__4_72UW__storeMeta{justify-content:center;gap:var(--space-3)}.vendorStore-module__4_72UW__tabs{gap:var(--space-4);-webkit-overflow-scrolling:touch;margin-top:-10px;padding-bottom:2px;overflow-x:auto}.vendorStore-module__4_72UW__tabBtn{white-space:nowrap;padding:var(--space-3) 0;font-size:14px}.vendorStore-module__4_72UW__tabContent{padding:var(--space-4)}.vendorStore-module__4_72UW__productsGrid{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}.vendorStore-module__4_72UW__reviewHeader{align-items:flex-start;gap:var(--space-2);flex-direction:column}.vendorStore-module__4_72UW__reviewCard{padding:var(--space-4)}.vendorStore-module__4_72UW__aboutGrid{gap:var(--space-4);grid-template-columns:1fr}.vendorStore-module__4_72UW__mainContent{padding:0 var(--space-3)}}@media (max-width:480px){.vendorStore-module__4_72UW__bannerImage{height:130px}.vendorStore-module__4_72UW__storeHeaderContent{transform:translateY(-20px)}.vendorStore-module__4_72UW__storeLogo{width:80px;height:80px}.vendorStore-module__4_72UW__storeName{font-size:var(--text-xl)}.vendorStore-module__4_72UW__storeMeta{gap:var(--space-2);flex-direction:column;align-items:center}.vendorStore-module__4_72UW__tabs{gap:var(--space-3);margin-bottom:var(--space-5)}.vendorStore-module__4_72UW__tabBtn{font-size:13px}.vendorStore-module__4_72UW__tabContent{padding:var(--space-3)}.vendorStore-module__4_72UW__productsGrid{gap:var(--space-3);grid-template-columns:1fr}.vendorStore-module__4_72UW__productDetails{padding:var(--space-3)}.vendorStore-module__4_72UW__productPrice{font-size:16px}.vendorStore-module__4_72UW__reviewCard{padding:var(--space-3)}.vendorStore-module__4_72UW__emptyState{padding:24px 16px}}