@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-publisher-view {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 99%, black 99%, black 100%);
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.metadata {
  background: #dde4ed;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.metadata div.about {
  color: black;
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.metadata div.about h1 {
  color: black !important;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div#explore_products h2 {
  color: black;
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div#explore_products ul li a {
  color: blue;
  font-family: "Poppins", sans-serif;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div#explore_products ul li a:hover {
  color: rgba(0, 0, 255, 0.5);
  text-decoration: none;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary {
  margin-top: 20px;
  width: 100% !important;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products h2,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products h2 {
  padding-right: 20px;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products a.major,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products a.major {
  color: blue;
  display: inline-block;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products a.major:hover,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products a.major:hover {
  color: rgba(0, 0, 255, 0.5);
  text-decoration: none;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul {
  margin-top: 10px;
  border: none;
  padding: 0;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li {
  display: flex;
  gap: 10px;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li p,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li p {
  width: 200px;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li a,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li p,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li a,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li p {
  display: inline-block;
  float: none;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li a,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li a {
  width: 140px;
  color: blue;
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products ul li a:hover,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products ul li a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#popular_products h2,
html.redesign.redesign-publisher-view body.publishers div.viewport div#view div#content div.primary div#new_products h2 {
  color: black;
  font-size: 20px;
}