.pdp-header {
  margin-bottom: 54px;
  margin-top: 70px;
  position: relative;
  height: calc(100vh - 70px - 70px);
  min-height: 480px;
  overflow: hidden;
  background-image: linear-gradient(-180deg, #111111 38%, #333333 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.pdp-header__letters-input {
  text-transform: uppercase;
}
.pdp-header__letters-input::-moz-placeholder {
  text-transform: none;
}
.pdp-header__letters-input:-ms-input-placeholder {
  text-transform: none;
}
.pdp-header__letters-input::placeholder {
  text-transform: none;
}
.pdp-header__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.pdp-header__background--letters {
  visibility: hidden;
}
.pdp-header__background--right-side {
  background-position: top right;
}
.pdp-header__letters-container {
  position: relative;
  display: inline-block;
  height: calc(100vh - 70px - 70px);
}
.pdp-header__letters-container img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.pdp-header__letters-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdp-header__pdp-letters {
  color: #fff;
  position: absolute;
  left: 42%;
  top: 15%;
  bottom: 24%;
  width: 14.3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.pdp-header__pdp-letters--100 {
  font-size: 4.4vh;
}
.pdp-header__pdp-letters--80 {
  font-size: 3.4vh;
}
.pdp-header__pdp-letters--70 {
  font-size: 2.8vh;
}
.pdp-header__pdp-letter {
  font-family: "MSH";
  font-size: 1em;
  margin-bottom: 1.2vh;
}
.pdp-header__pdp-letter--w {
  font-size: 1.2em;
  line-height: 0.65;
}
.pdp-header__pdp-letter:last-child {
  margin-bottom: 0;
}
.pdp-header__background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1440px;
}
.pdp-header__wrapper {
  height: auto;
  width: 100%;
  min-height: 63.97%;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  z-index: 3;
  max-width: 1440px;
}
.pdp-header__content {
  color: #fff;
  margin-right: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 516px;
}
.pdp-header__corner {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='500' height='500' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='none' d='M-1-1h502v502H-1z'/%3E%3Cpath d='M500 499.333V0L1 499.333h499z' fill-opacity='null' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
  z-index: 1;
  min-height: 20px;
  background-size: calc(100% + 50px) 100%;
  background-position: left -50px top;
  transform: translateY(2px);
}
.pdp-header__rectangle {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-height: 60px;
  min-height: 30px;
  background-color: #fff;
  z-index: 1;
}
.pdp-header__title {
  font-size: 7.8rem;
  font-family: 'DINCondensed', sans-serif;
  letter-spacing: 0.8px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 27px;
  text-align: center;
  padding: 0 10px;
  max-width: 100%;
}
.pdp-header__title--mobile {
  display: none;
}
.pdp-header__price {
  line-height: 32px;
  letter-spacing: 0.8px;
  font-family: 'DINCondensed', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.pdp-header__price-old {
  color: #4a4a4a;
  text-decoration: line-through;
  text-align: center;
}
.pdp-header__price-new {
  text-align: center;
}
.pdp-header__shipping {
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
  margin-bottom: 27px;
  display: -ms-flexbox;
  display: flex;
}
.pdp-header__shipping-details {
  margin-top: 5px;
}
.pdp-header__shipping-details a {
  font-size: 1.8rem;
  color: #FF2C1D;
  line-height: 24px;
}
.pdp-header__shipping-details a:hover,
.pdp-header__shipping-details a:active {
  color: #ff2b1d;
}
.pdp-header__letters {
  min-width: 230px;
  margin-bottom: 40px;
}
.pdp-header__letters .form-text {
  padding-left: 14px;
  color: black;
}
.pdp-header__letters .form-text.error {
  color: #ed0f00;
  border: 1px solid #ed0f00;
  font-weight: 600;
}
.pdp-header__add-to-cart {
  margin-bottom: 27px;
}
.pdp-header__add-to-cart .form-submit {
  color: #fff;
  font-size: 1.8rem;
  padding: 21px 27px;
  background-color: #ed0f00;
  transition: background-color 0.4s linear;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding: 17.5px 0;
  width: 126px;
  letter-spacing: 0.8px;
  border: none;
  outline: none;
  line-height: normal;
  border-radius: 0;
}
.pdp-header__add-to-cart .form-submit:hover {
  background-color: #ff2b1d;
}
.pdp-header__add-to-cart .form-submit[disabled] {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pdp-header__add-to-cart .form-submit {
    font-size: 1.6rem;
    padding: 22px 27px;
  }
}
@media (hover: none), (pointer: coarse) {
  .pdp-header__add-to-cart .form-submit:hover {
    background-color: #ed0f00;
  }
  .pdp-header__add-to-cart .form-submit:active {
    background-color: #ff2b1d;
  }
}
.pdp-header__tooltip {
  position: relative;
}
.pdp-header__tooltip:hover .pdp-header__tooltip-text {
  visibility: visible;
}
.pdp-header__tooltip-icon {
  position: absolute;
  padding: 4px;
  display: block;
  cursor: pointer;
  z-index: 1;
  left: 6px;
  bottom: 0;
}
.pdp-header__tooltip-icon:before {
  content: '';
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.994 5.76c.01-.721.315-1.32 1.047-1.32.539 0 .864.294.864.914 0 .549-.346.783-.742 1.098-.407.315-.823.711-.884 1.595v.458H7.65v-.386c.091-.6.559-.864.996-1.19.437-.335.854-.731.854-1.717 0-.783-.61-1.962-2.531-1.962-1.484 0-2.44 1.057-2.47 2.51h1.494zm.142 4.92h1.596V9.115H6.136v1.565z' fill='%23E10F00'/%3E%3Ccircle stroke='%23E10F00' cx='7' cy='7' r='6.5'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.pdp-header__in-stock {
  text-align: center;
}
.pdp-header__in-stock-text {
  font-size: 1.8rem;
  font-family: 'DINCondensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 3px;
  line-height: normal;
}
.pdp-header__in-stock-shipment {
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 24px;
  max-width: 250px;
}
.pdp-header__zip-enter {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.pdp-header__zip-enter a {
  color: #FF2C1D;
}
.pdp-header__zip-enter a:hover,
.pdp-header__zip-enter a:active {
  color: #ff2b1d;
}
.pdp-header__zip {
  margin-top: 10px;
  display: none;
  text-align: center;
}
.pdp-header__form {
  display: -ms-flexbox;
  display: flex;
  width: 287px;
  height: 60px;
}
.pdp-header__form > div:first-child {
  width: 100%;
  margin: 0;
  min-width: 0;
  height: 100%;
}
.pdp-header__zip-input {
  height: 100%;
  width: 100%;
  background-color: #F3F3F3;
  border: none;
  font-size: 18px;
  color: #9b9b9b;
  line-height: 24px;
  padding-left: 19px;
  outline: none;
  border-radius: 0;
}
.pdp-header__zip-button {
  margin: 0;
  padding: 0 21px;
  border: none;
  font: 0/0 a;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  background-color: #F3F3F3;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='20' viewBox='0 0 11 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.96 19.688l-.648-.649a.546.546 0 0 1 0-.744l7.956-7.956L5.57 7.64.312 2.383a.546.546 0 0 1 0-.745L.961.99a.523.523 0 0 1 .744 0l8.983 8.97a.562.562 0 0 1 0 .757l-8.983 8.97a.575.575 0 0 1-.366.147.608.608 0 0 1-.378-.146z' fill='%239B9B9B' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 11px 20px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  margin-left: -1px;
  border-radius: 0;
}
.pdp-header__zip-close {
  cursor: pointer;
  font-size: 1.8rem;
  color: #FF2C1D;
  line-height: 24px;
  margin-top: 7px;
  display: inline-block;
}
.pdp-header__zip-close:hover,
.pdp-header__zip-close:active {
  color: #ff2b1d;
}
.pdp-header__estimate {
  font-size: 1.8rem;
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdp-header__estimate a {
  color: #FF2C1D;
  margin-top: 0;
  margin-left: 5px;
}
.pdp-header__estimate a:hover,
.pdp-header__estimate a:active {
  color: #ff2b1d;
}
.pdp-header__estimate ~ * {
  display: none;
}
.pdp-header__button-360 {
  position: absolute;
  left: 3%;
  bottom: 20%;
  z-index: 20;
}
.pdp-header__button-360 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-family: 'DINCondensed', sans-serif;
  font-size: 2.0rem;
  color: #000000;
  letter-spacing: 0.8px;
}
.product-table .pdp-header__tooltip-icon {
  margin-left: 4px;
  position: static;
  padding: 0;
  display: inline-block;
  margin-bottom: -2px;
}
.pdp-header--variation {
  background: #fff;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.pdp-header--variation .pdp-header__content {
  color: #000;
  margin: 0;
  max-width: 100%;
}
.pdp-header--variation .pdp-header__background {
  background-size: contain;
  background-position: center;
  position: static;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.pdp-header--variation .pdp-header__wrapper {
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  min-width: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
}
.pdp-header--letter-kit .pdp-header__background {
  left: 60px;
  right: 0;
  width: 100%;
  background-position: top left;
}
.pdp-header--fullscreen-image .pdp-header__background {
  left: auto;
  width: 50vw;
  background-position: top right;
}
.pdp-header--game-light .pdp-header {
  border-bottom: 1px #e1e1e1 solid;
}
@media (min-height: 1100px) {
  .pdp-header--letter-kit .pdp-header__background {
    left: 0;
  }
}
@media (min-height: 1260px) {
  .pdp-header__content {
    margin-right: 100px;
  }
}
@media (max-width: 1366px) {
  .pdp-header--with-input .pdp-header__title,
  .pdp-header--letter-kit .pdp-header__title {
    margin-bottom: 17px;
  }
  .pdp-header--with-input .pdp-header__shipping,
  .pdp-header--letter-kit .pdp-header__shipping {
    margin-bottom: 17px;
  }
  .pdp-header--with-input .pdp-header__add-to-cart,
  .pdp-header--letter-kit .pdp-header__add-to-cart {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .pdp-header__shipping {
    margin-bottom: 10px;
  }
  .pdp-header__content {
    max-width: 410px;
    margin-right: 60px;
  }
  .pdp-header__title {
    font-size: 5.8rem;
    line-height: 50px;
  }
  .pdp-header__price {
    font-size: 2.4rem;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .pdp-header__add-to-cart {
    margin-bottom: 10px;
  }
  .pdp-header--letter-kit .pdp-header__background {
    left: 0;
  }
}
@media (min-width: 769px) and (max-height: 652px), (min-width: 769px) and (min-height: 749px) and (max-height: 840px), (min-width: 1366px) and (min-height: 653px) and (max-height: 768px) {
  .pdp-header__background-wrapper,
  .pdp-header__wrapper {
    max-width: 130vh;
    min-width: 800px;
  }
  .pdp-header__content {
    margin-right: 20px;
  }
  .pdp-header__title {
    font-size: 9vh;
    line-height: 8.2vh;
    margin-bottom: 2vh;
  }
  .pdp-header__price {
    font-size: 3.5vh;
    line-height: 3.4vh;
    margin-bottom: 1.2vh;
  }
  .pdp-header__shipping {
    font-size: 2.3vh;
    line-height: 2.6vh;
    margin-bottom: 1.4vh;
  }
  .pdp-header__add-to-cart {
    margin-bottom: 1.8vh;
  }
  .pdp-header__add-to-cart .form-submit {
    padding: 2vh 0;
  }
  .pdp-header__form {
    height: 7vh;
  }
  .pdp-header--variation .pdp-header__add-to-cart {
    margin: 0;
  }
  .pdp-header--letter-kit .pdp-header__background {
    left: 0;
  }
}
@media (max-width: 768px) {
  .pdp-header {
    margin-bottom: 30px;
    padding: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' width='768' height='620' viewBox='0 0 768 620' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='63.291%25' y1='37.486%25' x2='63.291%25' y2='100%25' id='b'%3E%3Cstop stop-color='%23111' offset='0%25'/%3E%3Cstop stop-color='%23333' offset='100%25'/%3E%3C/linearGradient%3E%3Cpath d='M768 438.632V0H0v643.395-24.105l768-180.658z' id='a'/%3E%3C/defs%3E%3Cuse fill='url(%23b)' xlink:href='%23a' fill-rule='evenodd'/%3E%3C/svg%3E") center top no-repeat;
    background-size: 100% 590px;
    min-height: 0;
    height: auto;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .pdp-header__title {
    font-size: 4.6rem;
    line-height: 40px;
    margin-bottom: 11px;
  }
  .pdp-header__title--mobile {
    display: block;
  }
  .pdp-header__title--desktop {
    display: none;
  }
  .pdp-header__letters-container {
    height: auto;
  }
  .pdp-header__background,
  .pdp-header--fullscreen-image .pdp-header .pdp-header__background {
    background-size: auto 480px;
    background-position: calc(50% - 25px) 180px;
    right: 0;
    width: 100%;
  }
  .pdp-header--stencil-kit .pdp-header .pdp-header__background {
    background-position: 50% 180px;
  }
  .pdp-header__wrapper {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    margin: 0;
  }
  .pdp-header__content {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
    margin-top: 37px;
    margin-right: 0;
  }
  .pdp-header__price {
    font-size: 2.2rem;
    line-height: 24px;
    padding-bottom: 522px;
    margin-bottom: 15px;
    width: 100%;
  }
  .pdp-header__shipping {
    margin-bottom: 17px;
  }
  .pdp-header__add-to-cart {
    margin-bottom: 17px;
  }
  .pdp-header__add-to-cart .form-submit {
    padding: 19.5px 0;
  }
  .pdp-header__button-360 {
    left: auto;
    right: 20px;
    bottom: 26.4%;
  }
  .pdp-header__button-360 a {
    background-color: #000;
    color: #fff;
  }
  .pdp-header__in-stock,
  .pdp-header__zip-enter,
  .pdp-header__shipping,
  .pdp-header__estimate {
    color: #000;
  }
  .pdp-header__zip-enter .pdp-header__tooltip-icon {
    display: none;
  }
  .pdp-header__corner,
  .pdp-header__rectangle {
    display: none;
    background: none;
  }
  .pdp-header__letters-container {
    height: auto;
    top: 170px;
  }
  .pdp-header__letters-container img {
    height: 480px;
  }
  .pdp-header__pdp-letters {
    font-size: 1.3rem;
  }
  .pdp-header__pdp-letter {
    margin-bottom: 8px;
    font-size: 1.2em;
  }
  .pdp-header__pdp-letter--w {
    font-size: 1.3em;
  }
  .pdp-header--variation {
    background: #fff;
    margin-bottom: 52px;
    margin-top: 74px;
  }
  .pdp-header--variation .pdp-header__background {
    position: absolute;
    left: 0;
    right: 0;
    background-position: center bottom 215px;
    background-size: auto 375px;
  }
  .pdp-header--variation .pdp-header__tooltip-icon {
    display: block;
    position: relative;
  }
  .pdp-header--variation .pdp-header__price {
    padding-bottom: 411px;
  }
  .pdp-header--variation .pdp-header__wrapper {
    height: auto;
  }
  .pdp-header--letter-kit .pdp-header__background,
  .pdp-header--security-cover .pdp-header__background {
    background-size: auto 480px;
    background-position: 50% 170px;
    text-align: center;
  }
  .pdp-header--security-cover .pdp-header__price {
    padding-bottom: 430px;
  }
  .pdp-header--fullscreen-image .pdp-header__background {
    background-position: 50% 180px;
  }
  .pdp-header--game-light .pdp-header {
    border-bottom: none;
  }
  .pdp-header--game-light .pdp-header__price {
    border-bottom: 1px #e1e1e1 solid;
  }
}
@media (max-width: 494px) {
  .pdp-header--letter-kit .pdp-header__background,
  .pdp-header--security-cover .pdp-header__background {
    background-position: 50% 210px;
  }
  .pdp-header__letters-container {
    top: 210px;
  }
}
@media (min-height: 1100px) {
  .pdp-header--letter-kit .pdp-header__background {
    left: 0;
  }
}
@media (min-height: 1260px) {
  .pdp-header__content {
    margin-right: 100px;
  }
}
