/** Shopify CDN: Minification failed

Line 211:1 Expected "}" to go with "{"

**/
.loyalty-banner-mob {
    display: none;
}

.loyalty-banner {
    display: block;
    width: 100%;
}

.loyalty-banner-section-container {
    position: relative;
/*     top: 110px; */
  top:0
}
.loyalty-banner-text-container {
    position: absolute;
    top: calc(50% - 210px);
    left: 0;
    right: 0;
    text-align: center;
}

.loyalty-banner-box {
    max-width: 1135px;
    margin: 0 auto;
    height: 410px;
    width: 100%;
    border: 4px solid #fff;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loyalty-modules-container {
    margin-top: 110px;
}

h1.loyalty-banner-header {
    text-align: center;
    font: normal normal normal 70px/100px Montserrat;
    letter-spacing: 11.4px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 60px;
}

p.loyalty-banner-description {
    text-align: center;  
    font: normal normal normal 22px/33px Alegreya Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

a.loyalty-login-button {
    text-align: center;
    font: normal normal bold 12px/33px Montserrat;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    min-width: 150px;
    display: block;
    margin: 0 10px;
    border-radius: 5px;
}

.loyalty-login-button-dark {
    background-color: #212E54;    
    color: #FFFFFF !important;
}

.loyalty-login-button-light {
    background-color: #8ED2C6;    
    color: #212E54 !important;
}

.loyalty-two-btn-container {
    display: flex;
    align-items: center; 
    justify-content: center;
}

.loyalty-page-container {
    background-color: #ffffff;
}

.yotpo-color-container {
    background-color: #DDD7CA;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff
}

.loyalty-account-container {
    background-color: #fff;
    padding: 100px 0;
}

.loyalty-account-container h1 {
    font-size: 32px;
    line-height: 47px;
  color: #212E54
}

.loyalty-refer-page-container {
 padding-top: 110px 
}


  .loyalty-account-container {
    background-color: #fff;
    padding: 100px 0 0;
}


@media only screen and (max-width: 1024px) {
    .loyalty-banner-mob {
        display: block;
        width: 100%;
    }
    
    .loyalty-banner {
       display: none;
    }

    h1.loyalty-banner-header {
        font-size: 46px;
        line-height: 50px;
        letter-spacing: 6.9px;
    }

    p.loyalty-banner-description {
        font-size: 25px;
        line-height: 30px;
    }

    .loyalty-banner-box {
        border: none;
        padding: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .loyalty-banner-text-container {
       
        top: 7%;
       
    }

    .loyalty-banner-text-container {
        top: calc(50% - 100px);
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .loyalty-banner-mob {
        min-height: 500px;
        object-fit: cover;
        object-position: bottom center;
      
    }
  
  
.yotpo-color-container {

    border-bottom: none;
}
  
  .loyalty-banner-section-container {
    position: relative;
    top: 45px;
}
  
  .loyalty-modules-container {
    margin-top: 45px;
}
  
  .loyalty-refer-page-container {
 padding-top: 45px 
}
 


@media only screen and (max-width:  480px) {
    h1.loyalty-banner-header {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 4px;
        padding: 0;
    }

    p.loyalty-banner-description {
        font-size: 14px;
        line-height: 19px;
    }

    a.loyalty-login-button {
        min-width: 100px;
    }


}