.stores-page{min-height:calc(100vh - 270px);background:#f5f5f5;padding:24px 0}.stores-container{max-width:1200px;margin:0 auto;width:100%;padding:0 24px;box-sizing:border-box;padding-inline-start:24px;padding-inline-end:24px}.stores-header{margin-bottom:32px;text-align:center}.stores-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px;font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.stores-subtitle{font-size:16px;color:#666;margin:0}.stores-search-section{margin-bottom:32px}.stores-search-form{display:flex;gap:12px;max-width:600px;margin:0 auto}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;right:16px;width:20px;height:20px;color:#9ca3af;pointer-events:none;z-index:1}.search-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:all .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#9c27b0;box-shadow:0 0 0 3px #9c27b01a}.search-input::placeholder{color:#9ca3af}.clear-search{position:absolute;left:12px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#9ca3af;cursor:pointer;transition:color .2s ease;z-index:1}.clear-search:hover{color:#6b7280}.clear-search svg{width:18px;height:18px}.search-button{padding:14px 32px;background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;white-space:nowrap}.search-button:hover{background:linear-gradient(135deg,#9333ea,#a855f7);transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.search-button:active{transform:translateY(0)}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:32px}.store-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;text-decoration:none;color:inherit;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d}.store-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9c27b026;border-color:#9c27b0}.store-card-logo{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb}.store-card-logo img{width:100%;height:100%;object-fit:cover}.store-logo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#9c27b0,#8e24aa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.store-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.store-card-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-card-name{font-size:18px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.4}.verified-badge-small{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;flex-shrink:0}.verified-badge-small svg{width:12px;height:12px}.store-card-rating{display:flex;align-items:center;gap:6px}.rating-stars-small{display:flex;gap:1px}.rating-stars-small .star{width:14px;height:14px;color:#d1d5db}.rating-stars-small .star.filled{color:#fbbf24}.rating-text-small{font-size:13px;color:#666;font-weight:500}.store-card-description{font-size:14px;color:#4b5563;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card-meta{display:flex;flex-direction:column;gap:6px;margin-top:4px}.store-meta-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.store-meta-item svg{width:16px;height:16px;color:#9c27b0;flex-shrink:0}.store-card-arrow{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .2s ease}.store-card:hover .store-card-arrow{color:#9c27b0;transform:translate(-4px)}.no-stores{background:#fff;border-radius:16px;padding:64px 32px;text-align:center;border:1px solid #e5e7eb}.no-stores-icon{width:80px;height:80px;margin:0 auto 24px;color:#9ca3af;display:flex;align-items:center;justify-content:center}.no-stores-icon svg{width:100%;height:100%}.no-stores-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.no-stores-message{font-size:16px;color:#666;margin:0}.pagination-wrapper{margin-top:32px;display:flex;justify-content:center}.pagination-wrapper nav{background:#fff;padding:16px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.pagination-wrapper .pagination{margin:0;gap:8px}.pagination-wrapper .page-link{color:#9c27b0;border-color:#e5e7eb;padding:8px 16px;border-radius:8px;transition:all .2s ease}.pagination-wrapper .page-link:hover{background:#f3e8ff;border-color:#9c27b0;color:#8e24aa}.pagination-wrapper .page-item.active .page-link{background:#9c27b0;border-color:#9c27b0;color:#fff}@media (max-width: 768px){.stores-page{padding:16px 0}.stores-container{padding:0 16px;padding-inline-start:16px;padding-inline-end:16px}.stores-title{font-size:24px}.stores-subtitle{font-size:14px}.stores-search-form{flex-direction:column}.search-button{width:100%}.stores-grid{grid-template-columns:1fr;gap:16px}.store-card{padding:20px;gap:16px}.store-card-logo{width:60px;height:60px}.store-card-name{font-size:16px}}
