.hoodie-section{margin-top:var(--hoodie-section-mobile)!important}@media (min-width:768px){.hoodie-section{margin-top:var(--hoodie-section-desktop)!important}}.hoodie-title{font-weight:700;font-size:var(--hoodie-title-mobile-fs);line-height:var(--hoodie-title-mobile-lh);color:var(--hoodie-text-primary)}@media (min-width:768px){.hoodie-title{font-size:var(--hoodie-title-desktop-fs);line-height:var(--hoodie-title-desktop-lh)}}.hoodie-subtitle{font-weight:700;font-size:var(--hoodie-subtitle-mobile-fs);line-height:var(--hoodie-subtitle-mobile-lh);color:var(--hoodie-primary)}@media (min-width:768px){.hoodie-subtitle{font-size:var(--hoodie-subtitle-desktop-fs);line-height:var(--hoodie-subtitle-desktop-lh)}}.hoodie-timer-box{height:var(--hoodie-timer-box-mobile-h);width:var(--hoodie-timer-box-mobile-w);border-radius:var(--hoodie-timer-box-mobile-br)}@media (min-width:768px){.hoodie-timer-box{height:var(--hoodie-timer-box-desktop-h);width:var(--hoodie-timer-box-desktop-w);border-radius:var(--hoodie-timer-box-desktop-br)}}.hoodie-timer-active{background-color:var(--hoodie-timer-active);color:var(--hoodie-text-white)}.hoodie-timer-inactive{background-color:var(--hoodie-timer-inactive);color:var(--hoodie-text-secondary)}.hoodie-box-main{background-color:var(--hoodie-box-main)}.hoodie-border-radius{border-radius:var(--hoodie-border-radius)}.hoodie-text-primary{color:var(--hoodie-text-primary)}.hoodie-text-secondary{color:var(--hoodie-text-secondary)}.hoodie-text-white{color:var(--hoodie-text-white)}.hoodie-bg-primary{background-color:var(--hoodie-primary)}.hoodie-bg-secondary{background-color:var(--hoodie-secondary)}.hoodie-bg-success{background-color:var(--hoodie-success)}.hoodie-padding-mobile{padding-left:var(--hoodie-padding-mobile);padding-right:var(--hoodie-padding-mobile)}.hoodie-padding-desktop{padding-left:var(--hoodie-padding-desktop);padding-right:var(--hoodie-padding-desktop)}@keyframes hoodie-marqueeY{0%{transform:var(--hoodie-marquee-from);opacity:0}to{transform:var(--hoodie-marquee-to);opacity:1}}.hoodie-marquee{animation:hoodie-marqueeY 1s ease-out 5s infinite}