@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
h1 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.site-header {
  background: conic-gradient(from -90deg at 75% -25%, #111, #333);
}
.site-logo img {
  transition: width 0.3s, height 0.3s, padding 0.3s;
  width: 300px;
}
.site-logo a {
  display: block;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #eee;
}
.site-logo a:hover {
  transform: scale(1.05);
}
.copyleft {
  transform: scaleX(-1);
}
.wcvendors_sold_by_in_loop {
  display: none;
}
#wpadminbar {
  opacity: 0.2;
  transition: 0.4s all;
  position: fixed;
  top: 0px;
}
#wpadminbar:hover {
  opacity: 1;
}

