Avatar

A collection page of Sound Auto Concept

category
Products
21
Active ads
0
Depth
Published
2026/05/28

About

.avatar-collection { --av-orange: #ff6a00; --av-orange-light: #ff8a00; --av-black: #050505; --av-black-2: #101010; --av-grey: #aeb0b3; --av-white: #f7f7f7; max-width: 1200px; margin: 40px auto; padding: 0 20px; color: var(--av-white); font-family: Arial, Helvetica, sans-serif; } /* ===== HERO ===== */ .av-hero { position: relative; overflow: hidden; padding: 60px 45px; border-radius: 22px; background: radial-gradient(circle at 90% 20%, rgba(255,106,0,.20), transparent 32%), linear-gradient(135deg, #030303 0%, #15110e 100%); border: 1px solid rgba(255,106,0,.35); box-shadow: 0 15px 50px rgba(0,0,0,.45), inset 0 0 40px rgba(255,106,0,.025); margin-bottom: 35px; } .av-hero:before { content: ""; position: absolute; width: 350px; height: 350px; right: -150px; bottom: -200px; border-radius: 50%; background: var(--av-orange); opacity: .08; filter: blur(15px); } .av-badge { display: inline-block; padding: 8px 16px; margin-bottom: 18px; border-radius: 4px; background: var(--av-orange); color: #050505; font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; box-shadow: 0 0 18px rgba(255,106,0,.25); } .av-hero h1 { margin: 0 0 18px; font-size: clamp(34px, 5vw, 60px); line-height: 1; font-weight: 950; text-transform: uppercase; letter-spacing: -1px; } .av-hero h1 span { color: var(--av-orange); text-shadow: 0 0 20px rgba(255,106,0,.20); } .av-hero p { position: relative; max-width: 850px; margin: 0; color: #c5c5c7; font-size: 17px; line-height: 1.75; } .av-official { display: inline-block; margin-top: 22px; padding: 11px 18px; border: 1px solid rgba(255,106,0,.35); border-radius: 5px; color: var(--av-orange); text-decoration: none; font-size: 13px; font-weight: 800; transition: .25s ease; } .av-official:hover { background: var(--av-orange); color: #050505; } /* ===== SECTIONS ===== */ .av-section { margin: 42px 0; } .av-title { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; } .av-title-bar { width: 5px; height: 35px; background: v