html{min-height:100%;background-image:linear-gradient(#1b0a14,#45445d,#221528,#221528);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}body,html{width:100%;overflow-x:hidden}.TopNav{color:white;margin:0;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.TopNavLinks{color:rgb(255,255,255);text-decoration:none;padding:8px 15px;border-radius:25px;white-space:nowrap;flex-shrink:0}.TopNavLinks:hover{color:rgb(0,0,0);background-color:#ffffff;text-decoration:none}.searchBarForm{display:flex;align-items:center}.SearchBar,.SearchBarButton{border:none}.SearchBarButton{width:20px;cursor:pointer;margin-right:10px}.SearchBar{padding:5px 10px;outline:none}.CartImageIcon{width:25px;position:relative;top:-8px}@media (max-width:768px){.TopNav{flex-wrap:wrap;height:auto}.TopNavLinks{flex-grow:1;text-align:center;margin-top:10px;font-size:smaller}.searchBarForm{width:100%;justify-content:center;margin-top:10px}.SearchBar{width:80%;margin:0 auto}.SearchBarButton{margin-right:0}.CartImageIcon{top:0}}