@charset "utf-8";
/*--lineup---*/
#lineup .cmp-single-product_panel__tag {
  max-width: 100%;
  width: 100%;
  padding: 0px 20px 0px 0px;
  background-color: transparent;
  top: -20px;
}
#flexrow > .aem-Grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.watch-brand-color.cmp-button {
  font-size: 18px;
  font-weight: normal;
  border-radius: 25px;
  border: solid 2px #000000;
  background-color: #ffffff;
  color: #000000;
  transition: .3s ease-out;
}
.watch-brand-color.cmp-button:hover {
  letter-spacing: .1em;
  color: #4561f3;
  border: solid 2px #4561f3;
}