.store-detail-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 0;direction:rtl;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.store-detail-container{max-width:850px;margin:0 auto;padding:0 1.5rem}.store-detail-back{display:inline-flex;align-items:center;gap:.5rem;color:white;text-decoration:none;margin-bottom:2rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.25);transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500;font-size:.95rem}.store-detail-back:hover{background:rgba(255,255,255,.25);transform:translateX(5px);box-shadow:0 4px 20px rgba(0,0,0,.15)}.store-detail-card{background:white;border-radius:24px;padding:4rem;box-shadow:0 25px 70px rgba(0,0,0,.3),0 10px 30px rgba(0,0,0,.15);animation:fadeInUp .6s ease;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.store-detail-icon-wrapper{width:90px;height:90px;margin:0 auto 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(102,126,234,.35);position:relative}.store-detail-icon-wrapper:before{content:"";position:absolute;inset:-3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;opacity:.25;filter:blur(8px);z-index:-1}.store-detail-icon-wrapper svg{width:50px;height:50px;color:white}.store-detail-title{font-size:3rem;font-weight:900;color:#1a1a1a;margin-bottom:1rem;line-height:1.2;letter-spacing:-.5px}.store-detail-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:700;margin-bottom:2.5rem}.store-detail-status-badge.active{background:linear-gradient(135deg,#48bb78,#38a169);color:white;box-shadow:0 4px 15px rgba(72,187,120,.4)}.store-detail-status-badge.coming-soon{background:linear-gradient(135deg,#f7fafc,#edf2f7);color:#667eea;border:2px solid #e2e8f0}.store-detail-status-badge svg{width:18px;height:18px}.store-detail-divider{height:1px;background:linear-gradient(270deg,transparent,#e0e0e0 20%,#e0e0e0 80%,transparent);margin:2.5rem 0}.store-detail-description{font-size:1.2rem;line-height:2;color:#4a5568;text-align:center;max-width:700px;margin:0 auto}.store-detail-description p{margin-bottom:1.5rem}.store-detail-features{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem}.store-feature-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #e9ecef;border-radius:50px;font-size:.875rem;font-weight:600;transition:all .3s ease;cursor:default;box-shadow:0 2px 8px rgba(0,0,0,.05)}.store-feature-badge,.store-feature-badge.active{background:linear-gradient(135deg,#f8f9fa,#ffffff);color:#495057}.store-feature-badge.active{border-color:#e9ecef}.store-feature-badge.active:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.15);border-color:#667eea;background:linear-gradient(135deg,#ffffff,#f8f9fa)}.store-feature-badge.disabled{background:#f1f3f5;border-color:#dee2e6;color:#adb5bd;opacity:.6}.store-feature-badge.disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.05)}.store-feature-badge svg{width:20px;height:20px;color:#667eea;flex-shrink:0;transition:all .3s ease}.store-feature-badge.active svg{color:#667eea}.store-feature-badge.disabled svg{color:#adb5bd}.store-feature-badge span{white-space:nowrap}.store-detail-action{margin-top:3rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-detail-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.store-detail-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white;box-shadow:0 6px 20px rgba(102,126,234,.4)}.store-detail-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.5)}.store-detail-btn-secondary{background:white;color:#667eea;border:2px solid #667eea}.store-detail-btn-secondary:hover{background:#f7fafc;transform:translateY(-2px)}@media (max-width:768px){.store-detail-page{padding:2rem 0}.store-detail-container{padding:0 1rem}.store-detail-card{padding:2.5rem 1.5rem;border-radius:20px}.store-detail-icon-wrapper{width:80px;height:80px}.store-detail-icon-wrapper svg{width:45px;height:45px}.store-detail-title{font-size:2rem}.store-detail-description{font-size:1rem;line-height:1.8}.store-detail-info-grid{grid-template-columns:1fr}.store-detail-back{padding:.65rem 1.25rem;font-size:.875rem}.store-detail-action{flex-direction:column}.store-detail-btn{width:100%;justify-content:center}.store-feature-badge{font-size:.8rem;padding:.65rem 1rem}.store-feature-badge svg{width:18px;height:18px}}