Our Best Seller

A collection page of Ban Soon Sewing Machine Pte Ltd

bestsellersLinked from the homepage
Products
13
Active ads
0
Depth
Click depth 1
Published
2026/06/27

About

/* ======================================== PROFESSIONAL BEST SELLER BANNER ======================================== */ /* ----- Main Banner Container ----- */ .bestseller-banner { max-width: 1100px; margin: 40px auto; padding: 28px 36px; border-radius: 16px; background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); color: #ffffff; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 20px 60px rgba(15, 52, 96, 0.30); position: relative; overflow: hidden; flex-wrap: wrap; transition: all 0.4s ease; border: 1px solid rgba(255, 255, 255, 0.08); } /* ----- Animated Background Glow ----- */ .bestseller-banner::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 50%, rgba(255, 215, 0, 0.06), transparent 60%); animation: shimmerGlow 8s ease-in-out infinite; pointer-events: none; } @keyframes shimmerGlow { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 50% { transform: translate(10%, 5%) rotate(3deg); } } /* ----- Banner Hover Effect ----- */ .bestseller-banner:hover { transform: translateY(-4px); box-shadow: 0 30px 80px rgba(15, 52, 96, 0.45); border-color: rgba(255, 215, 0, 0.20); } /* ----- Left Content ----- */ .bestseller-left { display: flex; align-items: flex-start; gap: 20px; position: relative; z-index: 1; flex: 1; } /* ----- Icon with Animation ----- */ .bestseller-icon { font-size: 48px; animation: iconFloat 3s ease-in-out infinite; display: flex; align-items: center; justify-content: center; min-width: 60px; height: 60px; background: rgba(255, 215, 0, 0.12); border-radius: 50%; padding: 10px; border: 2px solid rgba(255, 215, 0, 0.15); backdrop-filter: blur(8px); } @keyframes iconFloat { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-8px) scale(1.05); } } /* ----- Text Content ----- */ .bestseller-text { flex: 1; } .bestseller-text h2 { margin: 0 0 6px 0; font-size: 30px; font-weight: 800; color: #fff