/** Shopify CDN: Minification failed

Line 70:18 Unexpected "{"

**/

@font-face {
    font-family: 'Hello Roti';
    src: url('HelloRoti.woff2') format('woff2'),
        url('HelloRoti.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


  @font-face {
    font-family: "PPNeueBit-Bold";
    src: url("{{ 'PPNeueBit-Bold.otf' | asset_url }}") format("opentype");
    font-weight: bold;
    font-style: normal;
  }


h1, h2, h3, h4, h5 {
  font-family: 'Hello Roti', sans-serif !important;
}

::selection {
  background-color:#5bc500 ;
  color: black
}

:root {
  --color-primary: #5bc500;
}

body {
  background-color: #000 !important;
  color: var(--color-primary) !important;
 
}
.color-primary {
 color: var(--color-primary) !important
}
.color-black {
  color: black !important
 }
 


.slick-prev::before, .slick-next::before {
  color: #5bc500 !important;
}

.slick-next {
  right: -5px !important;
}

.slick-prev {
  left: -5px !important;
}


.color-primary h1,
.color-primary h2,
.color-primary h3,
.color-primary h4,
.color-primary h5,
.color-primary p, {
  color: var(--color-primary) !important
 }

 h1, .h1 {
  font-size: 45px;
 }

 h3, .h3 {
  font-size: 22px;
  line-height: 100%;
 }

 @media screen and (min-width: 750px) {
  h1, .h1 {
    font-size: 143px;
    line-height: 80%;
   }
  
   h3, .h3 {
    font-size: 60px;
   }
 }

 .br {
  border-radius: 20px ;
  -webkit-border-radius: 20px ;
  -moz-border-radius: 20px ;
  -ms-border-radius: 20px ;
  -o-border-radius: 20px ;

}

.bn {
  border: 3px solid #5bc500;
  box-shadow: 0px 0px 9px 0px #5bc500;
}

 @media screen and (min-width: 750px) {
  .br {
    border-radius: 40px ;
    -webkit-border-radius: 40px ;
    -moz-border-radius: 40px ;
    -ms-border-radius: 40px ;
    -o-border-radius: 40px ;
    border: 5px solid #5bc500;
  }
}

.countdown-number {
  font-size: 18px;
}

@media screen and (min-width: 750px) {
  .countdown-number {
    font-size: 24px;
  }
}


.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  background: black !important;
  color: var(--color-primary) !important;
  font-family: 'Hello Roti', sans-serif !important;
  font-size: 18px;
  border: 5px solid black;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}

@media screen and (min-width: 750px) {
.btn {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
}

.btn:hover {
  background: transparent !important;
  color: black !important;
  border: 5px solid black
}

@media screen and (min-width: 750px) {
.btn {
  font-size: 24px
}
}

.btn.btn--ghost {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  background: var(--color-primary) !important;
  color: black !important;
  border: 5px solid var(--color-primary)
}

.btn.btn--ghost:hover {
  background: transparent !important;
  color: var(--color-primary) !important;
  border: 5px solid var(--color-primary)
}


.br-left {

}

.br-top {

}

.cart-count-bubble {
  background: var(--color-primary) !important;
}

.limited {
  font-family: 'Hello Roti', sans-serif !important;
  font-size: 16px;
  background-color: #B51904;
  color: var(--color-primary);
  /* border: 3px solid black; */
  border-radius: .5rem;
  width: fit-content;
  padding: .5rem 1rem; 
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
}

.shimmer {
  animation: shimmer 3s linear infinite;
  -webkit-animation: shimmer 3s linear infinite;
}

.shimmer {
  background: linear-gradient(-45deg,#B51904 40%,#F1503A 50%,#B51904 60%);
    background-position-x: 0%;
    background-size: auto;
  background-size: 300%;
  background-position-x: 100%;
}

@keyframes shimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}


/* .page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
} */

#redeem-container, #check-container {
  margin-bottom: 1rem;
}

/* label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
} */