/* JSON timers styling */

  .nasm-timer-horizontal .timer-numbers, .nasm-timer-vertical .timer-numbers {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 16px;
    padding: 0;
    width: 55%;
    padding: 4px 0;
  }

  .timer-colon {

    font-size: 1.125rem;
    line-height: 1.8rem;
    font-variation-settings: 'wght' 400;

  }

  .nasm-timer-horizontal .timer-countdown-numbers :nth-of-type(2), .nasm-timer-vertical .timer-countdown-numbers :nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 130%;
    text-transform: uppercase;
    font-variation-settings: 'wght' 400;
  }
  
  .timer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    border-radius: 5px;
  }
  
  .timer-content.nasm-timer-vertical {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 6px;
  }
  
  .nasm-timer-horizontal .callout-text {
    width: 30%;
    border-right: 1px solid black;
    padding: 5px 16px 0 0;
    margin: 5px 0;
    font-family: "peridot-pe-variable", sans-serif;
    font-size: 0.85rem;
    line-height: 1.15rem;
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    text-transform: uppercase;
  }

  .nasm-timer-vertical .callout-text {
    font-family: "peridot-pe-variable", sans-serif;
    font-size: 0.85rem;
    line-height: 1.15rem;
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    text-transform: uppercase;
  }
  
  .nasm-timer-horizontal .timer-countdown-numbers, .nasm-timer-vertical .timer-countdown-numbers {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }

  .timer-matrix-div {
    padding: 0 23px;
    width: 100%;
  }

  .timer-matrix-div:empty {
    padding: 0;
    width: 0;
  }

  .timer-content.horizontal, .timer-content.nasm-timer-vertical {
    /* Not set directly on timer-content so it can be pulled in completely unstyled if necessary */
    border-radius: 5px;
  }
  
  .timer-countdown-numbers > span {
    font-weight: normal;
  }
  
  .timer-countdown-numbers > span:first-of-type {
  font-weight: 700;
  }
  
  .timer-colon {
    align-self: flex-start;
      font-weight: normal;
      line-height: 14px;
  }

  .timer-content {
    font-family: "peridot-pe-variable", sans-serif;
  }
  
  .timer-numbers {
    font-variation-settings: 'wght' 600;
  }

  .timer-colon {
    line-height: inherit;
  }
  
  /* Timer background and font color setters */

  .timer-content.setGray {
    background-color: #E1E1E1;
    color: var(--brand-color-dark);
  }
  
  .timer-content.setLightAqua {
    background-color: #B5E3E8;
    color: var(--brand-color-dark);
  }
  
  .timer-content.setMediumAqua {
    background-color: #3DC2C9;
    color: var(--brand-color-dark);
  }

  .timer-content.setBlack {
  background-color: var(--ui-color-dark);
  color: var(--ui-color-light);
  }
  
  .timer-content.setDarkBlue {
  background-color: var(--brand-color-dark);
  color: var(--ui-color-light);
  }
  
  .timer-content.setMediumBlue {
  background-color: var(--brand-color-medium);
  color: var(--ui-color-light);
  }
  
  .timer-content.setLightBlue {
  background-color: var(--brand-color-light);
  color: var(--ui-color-dark);
  }
  
  .timer-content.setYellow {
  background-color: var(--brand-color-highlight);
  color: var(--brand-color-dark);
  }
  
  .timer-content.setWhite {
    background-color: var(--ui-color-light);
    color: var(--brand-color-dark);
    }
  
  .timer-content.comingSoon {
    background-color: var(--ui-color-light);
  }

  .timer-content.comingSoon.nasm-timer-horizontal .callout-text {
    color: var(--brand-color-dark);
    max-width: 85px;
    /* Make sure the text works with default white BG for coming soon */
  }

  
  .timer-content.expired {
     background-color: #E0DED0;
  }
  
  .expired .timer-numbers, .comingSoon .timer-numbers  {
    color: #8e99a3;
  }

  .expired .callout-text {
    color: var(--brand-color-dark);
  }

  /* Timer styling for specific pages/page groups */
  .twenty-four-hour-pdp-timer {
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
  }

  /* Override for setting timer to the left (for E-comm to use) */
  .twenty-four-hour-pdp-timer.timer-set-left {
    margin-left: 0;
  }

  /********************** PDP-specific styling ************************/
    #pdp-summary .twenty-four-hour-pdp-timer {
    width: 303px;
    margin: 0;
  } 

  .timer-content.setYellow {
    color: var(--brand-color-dark);
}

.timer-numbers span {
    font-variation-settings: 'wght' 500;
    line-height: 130%;
    letter-spacing: 1.088px;
}

.timer-content .callout-text, .timer-countdown-numbers span:first-of-type {
    font-variation-settings: 'wght' 900, 'wdth' 60;
    font-size: 24px;
    line-height: 96%;
}


  /********************** Tablet and up view **********************/
@media only screen and (min-width: 768px) {

      /* Timer styling for specific pages/page groups */
  .twenty-four-hour-pdp-timer {
    width: 50%;
  }

  .twenty-four-hour-pdp-timer.timer-set-left {
    margin-left: 2vw;
    margin-bottom: 20px;
  }

  .nasm-timer-horizontal .timer-numbers, .nasm-timer-vertical .timer-numbers {
    margin: 0 16px;
  }

}

/********************** Tablet Landscape and up view **********************/
@media only screen and (min-width: 1024px) {

    .nasm-timer-horizontal .timer-countdown-numbers, .nasm-timer-vertical .timer-countdown-numbers {
        font-size: 20px;
        line-height: 24px;
      }
    
      .nasm-timer-horizontal .timer-countdown-numbers :nth-of-type(2), .nasm-timer-vertical .timer-countdown-numbers :nth-of-type(2) {
        line-height: 21px;
      }
    
      .nasm-timer-horizontal .callout-text {
        font-family: "peridot-pe-variable", sans-serif;
        max-width: 100px;
      }
    
      .timer-colon {
    
        font-size: 18px;
        line-height: 28.8px;
    
      }

      .nasm-timer-horizontal .timer-numbers, .nasm-timer-vertical .timer-numbers {
        margin: 0 0 0 16px;
      }


  .twenty-four-hour-pdp-timer.timer-set-left {
    margin-left: 5.75vw;
    margin-bottom: 20px;
  }
}

/********************** Laptop and up view **********************/
@media only screen and (min-width: 1440px) {
  .twenty-four-hour-pdp-timer.timer-set-left {
    margin-left: 0;
  }
}

/********************** Extra-large screen view **********************/
@media only screen and (min-width: 1900px) {
}