#shopify-section-countdown-timer {
 position: sticky;
 top: 0;
 z-index: 900;
}

.countdown-timer {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 46px;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;

 #countdown-text {
  padding: var(--nova-space-sm);
  line-height: 100%;
 }
}