Shop

.sp-shop-wrap { max-width: 1200px; margin: 0 auto; padding: 20px; }
.sp-hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: white; padding: 60px 40px; border-radius: 12px; margin-bottom: 40px; text-align: center; }
.sp-hero h1 { font-size: 2.5em; margin: 0 0 15px; }
.sp-hero p { font-size: 1.2em; opacity: 0.85; margin: 0 0 25px; }
.sp-search-bar { display: flex; max-width: 500px; margin: 0 auto; }
.sp-search-bar input { flex: 1; padding: 14px 20px; border: none; border-radius: 8px 0 0 8px; font-size: 1em; }
.sp-search-bar button { padding: 14px 24px; background: #e94560; color: white; border: none; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 1em; font-weight: bold; }
.sp-layout { display: flex; gap: 30px; }
.sp-sidebar { width: 220px; flex-shrink: 0; }
.sp-sidebar h3 { font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px; color: #666; margin: 0 0 12px; }
.sp-sidebar ul { list-style: none; padding: 0; margin: 0 0 30px; }
.sp-sidebar ul li a { display: block; padding: 8px 12px; color: #333; text-decoration: none; border-radius: 6px; font-size: 0.95em; transition: background 0.2s; }
.sp-sidebar ul li a:hover { background: #f0f4ff; color: #0f3460; }
.sp-sidebar ul li a.active { background: #0f3460; color: white; }
.sp-main { flex: 1; }
.sp-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.sp-toolbar span { color: #666; font-size: 0.9em; }
.sp-cat-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.sp-cat-btn { padding: 8px 16px; border: 2px solid #e0e0e0; border-radius: 20px; text-decoration: none; color: #333; font-size: 0.9em; transition: all 0.2s; }
.sp-cat-btn:hover, .sp-cat-btn.sp-cat-active { background: #0f3460; color: white; border-color: #0f3460; }
.sp-count { opacity: 0.7; font-size: 0.85em; }
.sp-network-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.sp-network-card { background: white; border: 2px solid #e8f0fe; border-radius: 12px; padding: 24px; text-align: center; text-decoration: none; color: #333; transition: all 0.2s; }
.sp-network-card:hover { border-color: #0f3460; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,52,96,0.12); }
.sp-network-card .sp-net-icon { font-size: 2.5em; margin-bottom: 10px; }
.sp-network-card h4 { margin: 0 0 6px; color: #0f3460; }
.sp-network-card p { margin: 0; font-size: 0.85em; color: #666; }
.sp-network-card .sp-badge { display: inline-block; background: #e94560; color: white; font-size: 0.75em; padding: 2px 8px; border-radius: 10px; margin-top: 8px; }
@media (max-width: 768px) { .sp-layout { flex-direction: column; } .sp-sidebar { width: 100%; } .sp-network-cards { grid-template-columns: 1fr; } }

Showing 1–16 of 506 results