.product-header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 2em; }
  @media (min-width: 48em) {
    .product-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 48em) {
    .product-header {
      text-align: left;
      margin-top: 2em;
      padding-top: 0;
      padding-bottom: 0; } }

@media (min-width: 48em) {
  .product-header__border {
    border-bottom: 1px solid #CFCFD5;
    padding-bottom: 2em;
    margin-bottom: 3em; } }

@media (min-width: 48em) {
  .product-header__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    padding-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.product-header__title {
  margin-bottom: 0;
  letter-spacing: 0; }
  @media (min-width: 48em) {
    .product-header__title {
      max-width: calc(100vw - 300px); } }

.product-header__url,
.product-header__text {
  font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif; }

.product-header__url {
  color: #08107B; }
  @media (min-width: 48em) {
    .product-header__url {
      font-size: 0.9em; } }

.product-header__text {
  color: #141414;
  margin-bottom: 0;
  max-width: 250px;
  margin: 0 auto;
  font-size: 2.1rem; }
  @media (min-width: 48em) {
    .product-header__text {
      max-width: calc(100vw - 300px);
      margin: 0; } }
