.store-page{background-color:var(--bg-primary);min-height:100vh}.store-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;height:60vh;font-weight:600;display:flex}.loader{border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:60vh;display:flex}.store-banner{border-bottom:1px solid var(--border-color);background-color:#f3f4f6;background-position:50%;background-size:cover;height:250px;position:relative}.btn-back-overlay{box-shadow:var(--shadow-sm);border:1px solid var(--border-color);color:#111827;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;position:absolute;top:2rem;left:2rem}.btn-back-overlay:hover{background:#f9fafb;transform:translateY(-2px)}.btn-back{color:#fff;background:#111827;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.store-profile-header{z-index:10;align-items:flex-end;gap:2rem;margin-top:-4rem;display:flex;position:relative}.profile-logo-wrapper{border:1px solid var(--border-color);width:140px;height:140px;box-shadow:var(--shadow-md);color:#111827;background:#fff;border-radius:24px;justify-content:center;align-items:center;font-size:3rem;font-weight:800;display:flex;overflow:hidden}.profile-logo{object-fit:cover;width:100%;height:100%}.profile-info{flex:1;padding-bottom:1rem}.profile-title-row{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.premium-label-tag{color:#f59e0b;text-transform:uppercase;letter-spacing:.05em;background:#1e293b;border:1px solid #f59e0b;border-radius:999px;margin-left:1rem;padding:.25rem .75rem;font-size:.65rem;font-weight:900}.profile-actions-main{align-items:center;gap:.75rem;display:flex}.btn-social-circle{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.btn-social-circle:hover{color:#1e293b;background:#fff;box-shadow:0 4px 6px #0000000d}.btn-whatsapp-premium{color:#fff;background:#25d366;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 15px #25d36633}.btn-whatsapp-premium:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d3664d}.btn-call-premium{color:#fff;background:#111827;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 15px #11182726}.btn-call-premium:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 6px 20px #11182740}.profile-bio-text{color:#475569;max-width:800px;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.6}.profile-meta-row{gap:1.25rem;margin-bottom:2rem;display:flex}.p-meta-item{color:#64748b;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.trust-pills-row{flex-wrap:wrap;gap:.75rem;display:flex}.trust-pill-item{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:700;display:flex}.trust-pill-item.p-mobile{color:#166534;background:#f0fdf4;border-color:#dcfce7}.trust-pill-item.p-delivery{color:#1e40af;background:#eff6ff;border-color:#dbeafe}.trust-pill-item.p-cash{color:#92400e;background:#fffbeb;border-color:#fef3c7}.premium-check-badge{color:#fff;background:#f59e0b;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:8px;right:8px}.store-divider{background:#e5e7eb;height:1px;margin:3rem 0}.store-products-section{min-height:400px}.empty-state{text-align:center;background:#fff;border:1px dashed #e5e7eb;border-radius:16px;padding:6rem 2rem}.dense-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}@media (max-width:768px){.store-profile-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:-3rem}.profile-title-row{flex-direction:column;gap:1rem}.profile-meta-row,.trust-pills-row{justify-content:center}.profile-name{font-size:1.75rem}.stat-pill{flex:100%}}
