#bf-promo {
    --red: #ff2a2a;
    font-size: 16px;
  }
  
  #bf-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/23/nov/bf/back.jpg);
    background-image: -webkit-image-set(
      url("../../../images/23/nov/bf/back.jpg") 1x,
      url("../../../images/23/nov/bf/back@2x.jpg") 2x
    );
  }
  
  #bf-hero .bh-inner {
    padding: 0 15px;
  }
  
  #bf-hero .bh-main {
    padding-top: 75px;
    padding-bottom: 122px;
    margin-left: -178px;
    margin-right: -240px;
  }
  
  #bf-hero .button {
    width: 308px;
    height: 72px;
    font-size: 1.8125em;
    margin-top: 50px;
  }
  
  @media screen and (max-width: 991px) {
    #bf-hero .bh-main {
      margin: 0 -130px;
    }
  }
  
  @media screen and (max-width: 767px) {
    #bf-hero .bh-inner {
      padding-top: 30px;
      padding-bottom: 230px;
    }
  
    #bf-hero .bh-main {
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1;
    }
  
    #bf-hero .bh-left,
    #bf-hero .bh-right {
      position: absolute;
      bottom: 0;
      width: 50%;
    }
  
    #bf-hero .bh-left {
      left: 0;
    }
  
    #bf-hero .bh-right {
      right: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    #bf-hero .bh-inner {
      padding-bottom: 170px;
    }
  
    #bf-hero .button {
      width: 240px;
      height: 50px;
      font-size: 1.25em;
      margin-top: 25px;
    }
  }
  
  /* Black friday countdown: */
  .mr-eaves-xl-modern {
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .text-decoration-none {
    text-decoration: none;
  }
  
  .f-red-wishbook {
    color: var(--red-wishbook);
  }
  
  .b-red-wishbook {
    background-color: var(--red-wishbook);
  }
  
  #nov-sub {
    --red-wishbook: #ed2024;
    --yellow: #fff200;
    font-size: 16px;
    overflow: hidden;
  
    padding: 10px 0 5px;
    background-color: #000000;
    background-position: calc(50% - 100px) top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/23/nov/hero/bf-banner-back.png);
    background-image: -webkit-image-set(
      url("../../../images/23/nov/hero/bf-banner-back.png") 1x,
      url("../../../images/23/nov/hero/bf-banner-back@2x.png") 2x
    );
  }
  
  #nov-sub .container div {
    margin: 0 20px;
  }
  
  #nov-sub .container div.timer-container {
    left: 70px;
  }
  
  #nov-sub .button {
    width: 180px;
    height: 40px;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 600;
  }
  
  #nov-sub .button:hover {
    text-decoration: none;
  }
  
  #nov-sub p {
    font-size: 1em;
  }
  
  #nov-sub p.f-white {
    font-size: 35px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
  }
  
  #nov-sub img.bf-banner-bulb {
    top: 20px;
    left: 0;
  }
  
  #nov-sub p.f-white span {
    font-size: 30px;
    vertical-align: middle;
  }
  
  #nov-sub p.bigger,
  #nov-sub p.bigger span {
    margin-bottom: 7px;
    font-size: 25px;
    font-weight: 900;
    vertical-align: top;
  }
  
  #nov-sub p#timer-target {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 600;
  }
  
  #nov-sub p#timer {
    margin-bottom: 7px;
    color: #000000;
    line-height: 0.65;
  }
  
  #nov-sub p#timer > span {
    width: 80px;
    margin: 0 10px;
    padding-top: 10px;
    font-size: 0.9em;
    font-weight: 800;
  }
  
  #nov-sub p#timer > span > span {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
  }
  
  #nov-sub p#timer > span > span.label {
    padding: 5px 0;
  }
  
  @media screen and (max-width: 767px) {
    #nov-sub {
      padding: 20px 0;
      font-size: 14px;
      background-image: none;
    }
  
    #nov-sub .button {
      margin-top: 0;
      margin-bottom: 20px;
    }
  
    #nov-sub .container {
      flex-direction: column;
    }
  
    #nov-sub .container div.timer-container {
      left: 0;
    }
  
    #nov-sub img.bf-banner-bulb {
      display: none;
    }
  
    #nov-sub p.f-white span {
      font-size: 24px;
    }
  
    #nov-sub p#timer-target {
      margin: 10px 0 0;
    }
  
    #nov-sub p#timer > span {
      width: 60px;
    }
  }
  
  @media screen and (max-width: 567px) {
    #nov-sub {
      font-size: 12px;
    }
  }
  
  /* NH WISHBOOK: */
  #nov-bf-promo .nh-wishbook {
    --red-wishbook: #ed2024;
    height: 210px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/23/nov/hero/new-sub-back.png);
    background-image: -webkit-image-set(
      url("../../../images/23/nov/hero/new-sub-back.png") 1x,
      url("../../../images/23/nov/hero/new-sub-back@2x.png") 2x
    );
  }
  
  #nov-bf-promo .nh-wishbook .button {
    margin-left: 15px;
    width: 245px;
    height: 50px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none !important;
  }
  
  #nov-bf-promo .nh-wishbook img.img-text {
    margin-top: -20px;
  }
  
  #nov-bf-promo .nh-wishbook img.stocking {
    top: -23px;
    max-width: 136px;
  }
  
  @media screen and (max-width: 992px) {
    #nov-bf-promo .nh-wishbook {
      height: 100%;
      padding: 15px 0 0 0;
    }
  
    #nov-bf-promo .nh-wishbook .button {
      margin-left: auto;
    }
  
    #nov-bf-promo .nh-wishbook img.img-text {
      margin: 20px 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    #nov-bf-promo .nh-wishbook {
      height: auto;
      margin-top: 0;
      padding: 35px 15px 15px;
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../../../images/23/nov/hero/top-bottom-back-m.png);
      background-image: -webkit-image-set(
        url("../../../images/23/nov/hero/top-bottom-back-m.png") 1x,
        url("../../../images/23/nov/hero/top-bottom-back-m@2x.png") 2x
      );
    }
  
    #nov-bf-promo .nh-wishbook .container {
      flex-direction: column;
    }
  
    #nov-bf-promo .nh-wishbook .button {
      width: 162px;
      height: 43px;
      font-size: 17px;
    }
  
    #nov-bf-promo .nh-wishbook img.stocking {
      top: 0;
      width: 140px;
      height: auto;
      margin-bottom: 0;
    }
  
    #nov-bf-promo .nh-wishbook img.img-text {
      margin-top: 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    #nov-bf-promo .nh-wishbook {
      padding: 50px 15px 39px;
    }
  
    #nov-bf-promo .nh-wishbook .button {
      position: absolute;
      bottom: 41px;
      left: 0;
      right: 0;
      margin: 0 auto;
      box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.4);
    }
  }
  
  /* Holiday Wishbook banner: */
  #wb-holiday-banner {
    padding-top: 13px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/23/nov/wb-holiday-banner/back.webp);
    background-image: -webkit-image-set(
      url("../../../images/23/nov/wb-holiday-banner/back.webp") 1x,
      url("../../../images/23/nov/wb-holiday-banner/back@2x.webp") 2x
    );
  }
  
  #wb-holiday-banner .button {
    width: 295px;
    height: 60px;
    font-size: 24px;
    margin-top: 16px;
    background-color: #ea242e;
  }
  
  #wb-holiday-banner .button:hover {
    text-decoration: none !important;
  }
  
  #wb-holiday-banner .img-wishbook {
    margin: 0 30px;
  }
  
  @media screen and (max-width: 1140px) {
    #wb-holiday-banner .flex {
      flex-direction: column;
    }
  
    #wb-holiday-banner .inner div:nth-child(2) {
      order: 3;
    }
  
    #wb-holiday-banner .inner div:nth-child(3) {
      margin: 30px 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    #wb-holiday-banner {
      padding-top: 40px;
      background-image: url(../../../images/23/nov/wb-holiday-banner/back-m.webp);
      background-image: -webkit-image-set(
        url("../../../images/23/nov/wb-holiday-banner/back-m.webp") 1x,
        url("../../../images/23/nov/wb-holiday-banner/back-m@2x.webp") 2x
      );
    }
  
    #wb-holiday-banner .button {
      width: 240px;
      height: 50px;
      font-size: 1.25em;
      margin-top: 25px;
    }
  
    #wb-holiday-banner .inner div:nth-child(3) {
      margin: -16px 0 15px 0;
    }
  
    #wb-holiday-banner {
      overflow: hidden;
    }
  
    #wb-holiday-banner .snow {
      bottom: -135px;
      width: 100%;
      height: 500px;
    }
  }
  
  /* Black-friday LP form */
  #nov-bf-promo .bf-form {
    background-color: #ed383e;
    padding: 50px 0;
  }
  
  #nov-bf-promo .bf-form,
  #nov-bf-promo .bf-form form,
  .bff-default,
  .bff-thanks {
    max-width: 100%;
  }
  
  #nov-bf-promo .bf-form .form-fields {
    width: 705px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  
  #nov-bf-promo .bf-form .form-row.flex {
    justify-content: space-between;
  }
  
  #nov-bf-promo .bf-form .form-field {
    margin-bottom: 30px;
    width: 100%;
  }
  
  #nov-bf-promo .bf-form .half + .half {
    margin-left: 22px;
  }
  
  #nov-bf-promo .bf-form .form-field.full {
    height: auto;
  }
  
  #nov-bf-promo .bf-form ::placeholder,
  #nov-bf-promo .bf-form select {
    font-size: 20px;
    line-height: 1;
    color: #acacac;
    font-family: "Lato", sans-serif;
  }
  
  #nov-bf-promo .bf-form input,
  #nov-bf-promo .bf-form select {
    background-color: #fff;
    border: none;
    border: 1px solid #cdcdcd;
    width: 100%;
    outline: none;
    height: 57px;
    text-indent: 17px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #aaa !important;
  }
  
  #nov-bf-promo .bf-form select {
    opacity: 1;
    appearance: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    background-position: calc(100% - 15px) center;
    background-image: url(../../../images/23/nov/lp/down-arrow.png);
    background-image: -webkit-image-set(
      url("../../../images/23/nov/lp/down-arrow.png") 1x,
      url("../../../images/23/nov/lp/down-arrow@2x.png") 2x
    );
  }
  
  #nov-bf-promo .bf-form ::placeholder,
  #nov-bf-promo .bf-form select:not(.selected) {
    color: #aaaaaa;
  }
  
  #nov-bf-promo .bf-form .button {
    appearance: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    border: none;
    width: 320px;
    height: 70px !important;
    background-color: #1e3460;
    font-size: 29px;
    color: #fff;
    text-decoration: none !important;
  }
  
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #nov-bf-promo .bf-form .button {
      padding-top: 6px !important;
    }
    #nov-bf-promo .bf-form .keep-shopping-btn {
      padding-top: 3px !important;
    }
  }
  #nov-bf-promo .bf-form h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  
  .bff-thanks h3 {
    margin-top: 0px;
  }
  
  .bff-thanks p {
    font-size: 23px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 38px;
  }
  
  @media screen and (max-width: 576px) {
    #nov-bf-promo {
      display: flex;
      flex-direction: column;
    }
  
    #nov-bf-promo .bf-form {
      padding: 29px 0 0 0;
    }
  
    #nov-bf-promo .bf-form h3 {
      font-size: 33px;
      margin-bottom: 22px;
      margin-top: 20px;
    }
  
    #nov-bf-promo .bff-thanks {
      padding: 50px 0;
    }
  
    #nov-bf-promo .bff-thanks p {
      font-size: 16px;
      margin-bottom: 10px;
    }
  
    #nov-bf-promo .bf-form .button {
      width: 190px;
      height: 45px !important;
      font-size: 18px;
    }
  
    #nov-bf-promo #nov-bf-sub {
      order: 1;
      background: #fff;
    }
  
    #nov-bf-promo #nov-bf-sub br {
      display: none;
    }
  
    #nov-bf-promo .bf-form .form-row.flex {
      display: block;
    }
  
    #nov-bf-promo .bf-form .half + .half,
    #nov-bf-promo .bf-form .form-field {
      margin: 0 0 12px 0;
    }
  
    #nov-bf-promo .bf-form input,
    #nov-bf-promo .bf-form select {
      height: 40px;
      text-indent: 10px;
      font-size: 14px;
    }
  
    #nov-bf-promo .bf-form ::placeholder {
      font-size: 14px;
    }
  
    #nov-bf-promo .bf-form .form-fields {
      max-width: 235px;
    }
  
    #nov-bf-promo .bf-form .bff-default .button {
      margin-top: 28px;
    }
  
    /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
      #nov-bf-promo .bf-form .button {
        padding-top: 2px !important;
      }
      #nov-bf-promo .bf-form .keep-shopping-btn {
        padding-top: 1px !important;
      }
    }
  }
  