/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 244:0 Unexpected "<"

**/
<style>
  .star_img_wrapper img{
     height:19px;
    width:19px; 
  }
  .hero-section{
    position:relative;
  }
 .star_img_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.star_img_wrapper svg {
    width: 19px;
    height: 19px;
}
  .star_img_wrapper p {
    margin: 0 0 0 10px;
    font-family: 'Nebulas Regular';
    letter-spacing: 0.8px;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: 1px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
  .hero__link a {
    background: #cefb08 !important;
    border: none;
    min-width: 250px;
    min-height: 40px;
    color: #000 !important;
    font-family: 'Nebulas Medium';
    text-transform: uppercase;
    box-shadow: 1px 2px 4px #00000040;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; 
  }

  .hero__link a:active {
    box-shadow: 1px 1px 0 #0000008f;
    transform: translate(0,4px);
  }

  .hero__link svg {
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    margin-left: 15px;
  }
  .hero__link span {
   font-family: 'Nebulas Medium';
  }
  
  .hero__link a:hover > span {
    animation: up .4s cubic-bezier(0.4, 0, 1, 1);
  }

  @keyframes up {
    0% {
  transform:translateY(0);
  } 49.9%
  {
    opacity:1;
    transform:translateY(-2.4695rem);
  } 50%
  {
    opacity:0;
    transform:translateY(2.4695rem)
  } 50.1%
  {
    opacity:1
  } to
  {
    transform:translateY(0)
  }
  }
.hero__link .btn {
      margin: 15px 0px;
}
  
  .discount_text{
        font-family: 'Nebulas Regular';
    font-size: 16px;
    letter-spacing: 0.8px;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .title_text{
    font-family: 'Nebulas Regular';
    margin: 0;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
    .title_text span{
        border: 1px solid #fff;
    border-radius: 45px;
    min-width: 200px;
    display: inline-flex;
    justify-content: center;
    line-height: 80px;
    position: relative;
    left: 0.15px;
    padding: 0 25px;
  }
  .description_text{ 
    font-family: 'Nebulas Regular';
    font-weight: 100;
    letter-spacing: 0.8px;
    max-width: 450px;
    color: #ffffff;
    margin: 20px 0px 10px 0px;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
    .btn-txt{ 
    font-size:10px;
    text-decoration:underline;
    
  }
  @media only screen and (min-width: 1024px){

  .hero-section-div{
    height:100%;
    background-color:#000000;
    width:100%;
    position: relative;
  }
  .hero-section-img-div{
    width:100%;
    height:100%;
    display: flex;
  }
  .hero-section-img{
    height:100%;
    width:100%;
    object-fit: cover;
  }
 
  }
   @media only screen and (min-width:641px){
    .hero-right-div {
    height: 100%;
    display: flex;
    max-width: 560px;
    bottom: 0px;
    left: 10%;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }}
   
  @media only screen and (max-width: 1023px ){
 
  .hero-section-img-div{
    background-img: url("{{ section.settings.hero_image | img_url: image_size }}");
    width:100%;
    height:100vh;
    object-fit: cover;
  }
  .hero-section-img{
    height:100%;
    width:100%;
    object-fit: cover;
  }
 
  .title_text{
    font-size: 80px;
    line-height: 80px;
  }
    .title_text span{ 
      line-height: 80px;
  }
  }

  @media only screen and (min-width:769px){
    .medium-up--hide{
      display:none !important;
    }
  }

  @media only screen and (max-width:640px){
    .small--hide{
      display:none !important;}
  
  .hero-right-div{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    text-align:left;
    padding:20px 0px;
    color: #ffffff;
    bottom: 0;
    left: 20px;
  }

  .hero-section-img-div { height: 100%; display: flex; }
  }
   @media only screen and (max-width:756px){
   .title_text{
    font-size: 47px;
    line-height: 42px;
  }
    .title_text span{ 
      line-height: 42px;
    border-radius: 30px;
    min-width: max-content;
    line-height: 50px;
    left: -2.85px;
    padding: 0px 12px;
  }

  .description_text {
    line-height: 26px;
    margin: 5px 0px 10px 0px;
  }     

  .hero__link .btn {
    margin: 15px 0px 6px;
  }       
  }
</style>