/** Shopify CDN: Minification failed

Line 56:22 Unexpected "{"
Line 56:31 Expected ":"
Line 56:38 Unexpected "{"
Line 57:15 Expected identifier but found whitespace
Line 57:17 Unexpected "{"
Line 57:26 Expected ":"
Line 58:10 Expected identifier but found whitespace
Line 58:12 Unexpected "{"
Line 58:21 Expected ":"
Line 63:22 Unexpected "{"
... and 5 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.countdown-section-template--26188504891713__custom_countdown_njweKe {
    background: #19191b;
    color: #ffffff;
    padding: 30px 20px 60px 20px;
    text-align: center;
    height: 100%;
}
.template-index{
        background: #19191b;
}
section.countdown-section-template--26188504891713__custom_countdown_njweKe .image-wrapper {

    margin: 0 auto 40px;
    width:230px;
 
}
section.countdown-section-template--26188504891713__custom_countdown_njweKe h3 {
    font-size: 63px;
    max-width: 1024px;
    margin: 100px auto 30px;
    font-family: 'Barlow';
    line-height: normal;
        text-transform: capitalize;
}
.email-text-wrapper h4 {
    margin: 20px 0 0;
    font-family: 'Barlow';
    text-transform: capitalize;
}
section.countdown-section-template--26188504891713__custom_countdown_njweKe .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

  .countdown-section-{{ section.id }} {
    background: {{ section.settings.bg_color }};
    color: {{ section.settings.text_color }};
    padding: 60px 20px;
    text-align: center;
  }
 
  .countdown-section-{{ section.id }} .countdown-timer {
    font-size: 32px;
    font-weight: bold;
  }
 
  .countdown-section-{{ section.id }} .countdown-box {
    display: inline-block;
    margin: 10px;
    padding: 15px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    min-width: 80px;
  }
 
  .countdown-section-{{ section.id }} .countdown-box span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.7;
  }

  /* 2/25/2026 css start from here */
.logo-wrapper {
    max-width: 200px;
    height: 108px;
    overflow: hidden;
    margin: 22px auto 12px;
}
.main-section-wrapper {
    position: relative;
}

.main-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner__content.banner__content--middle-center.page-width.text-center {
    max-width: 1334px;
    margin: 0 auto;
    background: #000000B2;
    padding: 40px;
    border-radius:10px;
}
.main-section-wrapper h1.banner__heading {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.main-section-wrapper img.motion-reduce {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-section-wrapper .grid__item {
    max-width: 158px;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.main-section-wrapper .grid.grid--4-col-desktop.grid--2-col-tablet-down {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.main-section-wrapper h1.banner__heading span {
    color: #E5C27A;
}
.main-section-wrapper .grid__item span {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 70px;
    line-height: 69px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #E5C27A;
    margin: 0 0 10px;
}
.main-section-wrapper .banner__text p {
    display: none;
}

.main-section-wrapper .banner__text ul {
    padding: 0;
    margin: 0;
}

.main-section-wrapper .banner__text ul li {
    list-style: none;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    text-align: center;
}

.main-section-wrapper .banner__text {
    margin: 25px 0 50px;
}

.main-section-wrapper .banner__text ul li br {
    display: none;
}

.main-section-wrapper .grid__item br {
    display: none;
}
.main-section-wrapper li.feature-item {
    list-style: none;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding-left: 29px;
    margin-bottom: 16px;
    flex: 0 0 48%;
    max-width: 48%;
}

.main-section-wrapper li.feature-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #CC931F;
    border-radius: 100%;
    border: 4px solid #E5C27A;
    transform: translateY(-50%);
}

.main-section-wrapper ul.countdown-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 864px;
    gap: 30px;
    row-gap: 0;
    margin: 50px auto 0;
}
.main-section-wrapper .notify-text {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.main-section-wrapper .footer-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.main-section-wrapper h1.footer-heading {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #E5C27A;
    margin: 0;
}

.main-section-wrapper .social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}
.main-section-wrapper .social-logo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E5C27A;
    border-radius: 100%;
}


.main-section-wrapper form.contact-form {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
}

.main-section-wrapper form.contact-form input {
    display: block;
    width: 100%;
    flex: 0 0 48%;
    max-width: 48%;
    height: 60px;
    padding: 14px;
    border: unset;
    background: #fff;
    border-radius: 5px;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3%;
    text-align: left;
    text-transform: capitalize;
    color: #5E5E5E;
}

.main-section-wrapper .email-signup {
    max-width: 876px;
    margin: 0 auto 40px;
}

.main-section-wrapper button {
    flex: 0 0 48%;
    max-width: 48%;
    background: linear-gradient(360deg, #CC931F 0%, #E5C27A 100%);
    border: unset;
    box-shadow: unset;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #000000;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
}

.main-section-wrapper form.contact-form input:focus-visible {
    outline: unset;
    box-shadow: unset;
}

.main-section-wrapper form.contact-form input::placeholder {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3%;
    text-align: left;
    text-transform: capitalize;
    color: #5E5E5E;
}
img.motion-reduce.mobile-background-image {
    display: none;
}
    .main-section-wrapper img.motion-reduce {
    height: 1040px;
}
  /* 2/25/2026 css end from here */
  /* 2/26/2026 css start from here */
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input {
    height: 60px !IMPORTANT;
    padding: 15px !important;
    font-weight: 400;
    font-size: 16px !IMPORTANT;
    line-height: 20px;
    letter-spacing: 1px !IMPORTANT;
    text-transform: capitalize;
    color: #5E5E5E !important;
    margin-right: 15px;
    padding-left: 20px !IMPORTANT;
}

.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form .kl-private-reset-css-Xuajs1 label {
    font-family: 'Bebas Neue' !important;
}

.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input::placeholder {
    font-family: 'Bebas Neue' !important;
    font-weight: 400;
    font-size: 16px !IMPORTANT;
    line-height: 20px;
    letter-spacing: 1px !IMPORTANT;
    text-transform: capitalize;
    color: #5E5E5E !important;
    padding-left:10px;

}

.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input {
    height: 60px !IMPORTANT;
    padding: 15px !important;
    font-weight: 400;
    font-size: 16px !IMPORTANT;
    line-height: 20px;
    letter-spacing: 1px !IMPORTANT;
    text-transform: capitalize;
    color: #5E5E5E !important;
    margin-right: 15px;
        padding-left:20px !important;
            font-family: 'Bebas Neue' !important;
 
}
/* .main-section-wrapper .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 15px !important;
} */
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input:focus-visible {
    outline: unset !IMPORTANT;
    box-shadow: unset;
}

.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form button {
    background: linear-gradient(360deg, #CC931F 0%, #E5C27A 100%) !important;
    font-family: Bebas Neue !important;
    font-weight: 400 !IMPORTANT;
    font-size: 20px !IMPORTANT;
    line-height: 20px;
    letter-spacing: 1px !important;
    text-transform: capitalize;
    color: #000000 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !IMPORTANT;
    height: 60px !IMPORTANT;
    padding-bottom: 0 !important;
    padding: 0 !important;
        margin-left: 15px;
}
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form {
    max-width: 920px;
    margin: 0 auto;
}
.main-section-wrapper .needsclick.kl-private-reset-css-Xuajs1 {
    padding-left: 0;
    padding-right: 0;
}
.main-section-wrapper span.ql-font-nunito-sans {
    color: #fff !important;
    font-family: 'Bebas Neue' !IMPORTANT;
    letter-spacing: 1px;
    color: #E5C27A !important;
}
  /* 2/26/2026 css end from here */
  @media (max-width:1199px){

    section.countdown-section-template--26188504891713__custom_countdown_njweKe h3 {
    font-size: 40px;
}

  }
  @media (max-width:1024px){
    .banner__content.banner__content--middle-center.page-width.text-center {
    padding: 30px 20px;
}
.main-section-wrapper h1.banner__heading {
    font-size: 46px;
    line-height: 50px;
    margin: 0;
}
.main-section-wrapper button {
    flex: 0 0 49%;
    max-width: 49%;
    font-size: 18px;
}
.main-section-wrapper form.contact-form {
    gap: 28px;
}
.main-section-wrapper li.feature-item {
    font-size: 19px;
    line-height: 20px;
    flex: 0 0 47%;
    max-width: 47%;
    letter-spacing:0;
}
.main-section-wrapper ul.countdown-features {
    gap: 32px;
    row-gap: 0;
    margin: 40px auto 10px;
}
  }
@media (max-width:991px){
    section.countdown-section-template--26188504891713__custom_countdown_njweKe h3 {
    font-size: 30px;
}
.countdown-section-template--26188504891713__custom_countdown_njweKe {
    padding: 30px 16px;
}
    .main-section-wrapper .needsclick.kl-private-reset-css-Xuajs1 {
    padding: 0 0 !important;
    display: block !important;
}
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input {
    height: 50px !IMPORTANT;
    font-size: 16px !IMPORTANT;
    margin-bottom: 15px;
    width: 100%;
}
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form button {
    font-size: 16px !IMPORTANT;

    height: 50px !IMPORTANT;
}
  .main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input {
    margin-right: 0;
}
.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form button {
    margin-left: 0;
}
  }

  @media (max-width:767px){
    .main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input::placeholder {
    padding-left:0 !important;

}

.main-section-wrapper .klaviyo-form-XxaEDF.klaviyo-form input {
    padding-left: 13px !important;
}
 .main-section-wrapper img.motion-reduce.mobile-background-image {
    display: block;
}
img.motion-reduce.desktop-background-image {
    display: none;
}
.main-section-wrapper h1.banner__heading {
    font-size: 38px;
    line-height: 38px;
}
.main-section-wrapper .banner__text ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.main-section-wrapper .grid__item {
    max-width: 90px;
    height: 90px;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
}
.main-section-wrapper .grid__item span {
    font-size: 50px;
    line-height: 40px;
    margin: 0 0 4px;
}
.main-section-wrapper li.feature-item {
    font-size: 18px;
    line-height: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}
.main-section-wrapper form.contact-form {
    gap: 18px;
    flex-direction: column;
}
.main-section-wrapper form.contact-form input, .main-section-wrapper button {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 50px;
}
.main-section-wrapper .notify-text {
    font-size: 18px;
    line-height: 20px;
}
.main-section-wrapper .footer-content {
    flex-direction: column-reverse;
    gap: 21px;
}
.main-section-wrapper h1.footer-heading {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 15px;
    letter-spacing: 3%;
    text-transform: capitalize;
    color: #E5C27A;
    margin: 0;
}
.main-section-wrapper .social-logo img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.main-section-wrapper .social-logo {
    width: 40px;
    height: 40px;
}
.logo-wrapper {
    max-width: 150px;
    height: 81px;
    margin: 15px auto 12px;
}
.main-section-wrapper .grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 12px;
}
.banner__content.banner__content--middle-center.page-width.text-center {
    padding: 0 20px 30px;
    background: transparent;
}
.main-section-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
}
.main-section-wrapper {
    height: 990px;
}
  }

  @media (max-width:567px){
    .main-section-wrapper h1.banner__heading {
    font-size: 28px;
    line-height: 38px;
}
.main-section-wrapper .banner__text {
    margin: 25px 0 30px;
}
.banner__content.banner__content--middle-center.page-width.text-center {
    padding: 0 15px 30px;
}
.main-section-wrapper button {
    font-size: 16px;
}
.main-section-wrapper {
    height: 1010px;
}
  }
@media (max-width:470px){
  .main-section-wrapper {
    height: 1030px;
}
}
  @media (max-width:380px){
    .main-section-wrapper .grid__item span {
    font-size: 40px;
}
.main-section-wrapper .grid__item {
    font-size: 18px;
}
.main-section-wrapper .grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 7px;
}
.main-section-wrapper li.feature-item {
    font-size: 16px;
}
.main-section-wrapper li.feature-item:before {
    width: 8px;
    height: 8px;
}
.main-section-wrapper ul.countdown-features {
    margin: 30px auto 20px;
}

  }