
/* 1 SPORTOWY — black/red */
:root{--accent:#e21a1a;--accent2:#ff3b30;--bg:#f2f2f2;--ink:#171717;--surface:#fff;--dark:#090909}
body.theme-1{background:var(--bg);color:var(--ink)} body.theme-1 .top{background:linear-gradient(135deg,#050505,#171717);border-bottom:2px solid var(--accent)}
body.theme-1 .logo-main{color:#fff} body.theme-1 .logo b,.theme-1 .phone b,.theme-1 .price{color:var(--accent)}
body.theme-1 nav{background:#0b0b0b} body.theme-1 nav a:first-child{background:var(--accent)}
body.theme-1 .hero{background:radial-gradient(circle at 80% 50%,#3b0d0d,#080808 60%);position:relative;overflow:hidden}
body.theme-1 .hero:after{content:"";position:absolute;right:5%;bottom:-70px;width:280px;height:280px;border:35px solid #ffffff12;border-radius:50%}
body.theme-1 .btn,.theme-1 .search button{background:var(--accent);border-radius:5px}
body.theme-1 .card{border-top:3px solid var(--accent);box-shadow:0 10px 25px #00000010}

.cms-menu{list-style:none;margin:0;padding:0;display:flex}.cms-menu li{position:relative}.cms-menu a{text-decoration:none}.cms-menu ul{display:none;position:absolute;z-index:100;top:100%;left:0;min-width:210px;list-style:none;margin:0;padding:0}.cms-menu li:hover>ul{display:block}
