/** Shopify CDN: Minification failed

Line 290:24 Expected ":"
Line 290:31 Expected ":"

**/
.newsletter-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.newsletter .newsletter-form {
    flex-wrap: wrap;
}

.newsletter .newsletter-form__button{
    margin-top: 10px;
    min-height: 45px;
    border: 1px solid white;
}

.newsletter-left {
    display: none;
}

.newsletter-right{
    padding: 30px;
}

.newsletter-title{
    position: relative;
    font-size: calc(var(--font-body-size) + 5px);
    font-weight: var(--font-weight-bold);
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.newsletter-desc{
    display: block;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text2);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
    padding: 2px 0 36px 0;
}

.newsletter-banner{
    position: relative;
    overflow: hidden;
}

.newsletter-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-note{
    display: block;
    width: 100%;
    font-size: calc(var(--font-body-size) - 3px);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--letter-spacing);
    line-height: var(--line-height);
    color: var(--color-text2);
    margin: 13px 0 0 0;
    padding: 0 0 6px 0;
}

.newsletter-note a{
    font-size: inherit;
    font-weight: inherit;
}

.newsletter-note a .text{
    text-decoration: underline;
    text-underline-position: under;
}

.newsletter-form__field-wrapper {
    width: 100%;
}

.newsletter-form__message{
    margin: 10px 0 0 0;
}

.halo-newsletter-popup {
    width: 940px;
    max-width: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.halo-newsletter-popup.halo-popup-LeftRight .halo-popup-wrapper{
    padding: 0;
}

.halo-newsletter-popup.halo-popup-LeftRight .halo-popup-header{
    padding-top: 0;
    margin-bottom: 0;
}

body.newsletter-show{
    overflow: hidden;
    /*height: 100%;*/
}

body.newsletter-show .background-overlay,
body.newsletter-message-show .background-overlay{
    opacity: 1;
    pointer-events: all;
}

body.newsletter-show .halo-newsletter-popup{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%,-50%,0);
}

body.newsletter-message-show .halo-newsletter-message-popup{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%,-50%,0);
}

.halo-newsletter-popup .halo-popup-banner {
    width: 470px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.halo-newsletter-popup .halo-popup-banner img {
    height: 100%;
    object-fit: cover;
}
.halo-popup-banner + .halo-popup-wrapper {
    width: calc(100% - 470px);
}
.halo-newsletter-popup .halo-popup-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0;
}
.halo-popup-wrapper .overflow {
    padding: 70px 30px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 81vh;
    height: 100%;
}
.newsletter-popup-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: white
}
.halo-newsletter-popup .halo-popup-header {
    padding: 0;
    max-width: 270px;
    margin: 0 auto;
}
.halo-newsletter-popup .halo-popup-content {
    max-width: 270px;
    margin: 0 auto;
    overflow: unset;
}
.newsletter-form__field-wrapper #NewsletterForm--Popup {
    text-align: center;
}
.newsletter-form__field-wrapper .field__labelInline {
    text-align: center;
}

.halo-popup-wrapper .list-social {
    text-align: center;
    margin-top: 40px;
}

.halo-popup-content .list-social__item {
    margin-right: 6px;
}

.halo-popup-content .list-social__link  {
    /* background: transparent; */
}

.newsletter--checked {
    margin-top: 10px;
}
.newsletter--checked label {
    display: inline-block !important;
    width: auto !important;
    color: var(--color-text);
    
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

@media screen and (max-width: 767px){
    .halo-newsletter-popup {
        width: 400px;
    }

    .halo-newsletter-popup .halo-popup-wrapper {
        width: 100%;
    }

    .halo-newsletter-popup .halo-popup-banner {
        display: none;
    }

    .halo-popup-wrapper .overflow{
        padding: 35px 25px 30px;
        background-color:black
    }

    .halo-popup-wrapper .list-social{
        margin-top: 20px;
    }
}

@media screen and (max-width: 320px){
    .newsletter-popup-title{
        font-size: 16px;
    }
    
    .halo-popup-wrapper .overflow{
        padding: 20px 20px 20px;
    }
}

@media screen and (min-width: 768px){
    .newsletter .newsletter-form {
        flex-direction: row;
        align-items: flex-start;
        margin: 0 auto;
        max-width: 560px;
        
    }

    .newsletter-left {
        display: inline-block;
        position: relative;
        width: 50%;
        overflow: hidden;
    }

    .newsletter-right{
        width: 50%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .halo-newsletter-popup {
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: none;
        height: 470px;
        max-height: 81vh;
      background-color:black;
    }

    .halo-newsletter-popup .halo-popup-banner {
        transform: translateX(50%);
        transition: transform 500ms ease;
    }
    
    .halo-newsletter-popup .halo-popup-wrapper {
        transform: translateX(-50%);
        background-color: white;
        transition: transform 500ms ease;
    }

    #halo-newsletter-popup .overflow {
        padding-top: 75px;
        padding-bottom: 76px;
        background-color; black
    }

    body.newsletter-show .halo-newsletter-popup {
        transition: all 500ms ease;
        transform: translate(-50%, -50%) scale(1);
    }

    .halo-newsletter-popup {
        transition: all 500ms ease-out;
    }

    .show-newsletter-image .halo-newsletter-popup .halo-popup-banner,
    .show-newsletter-image .halo-newsletter-popup .halo-popup-wrapper {
        transform: translateX(0);
        background-color: black
    }
}

@media screen and (min-width: 1025px){
    .newsletter-right{
        padding-left: 50px;
        padding-right: 50px;
    }

    .newsletter-title{
        font-size: 30px;
        margin: 0 0 24px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .halo-newsletter-popup{
        width: 90%;
        max-width: 720px;
    }

    .halo-popup-wrapper .overflow{
        padding: 45px 25px 21px;
    }

    #halo-newsletter-popup .halo-popup-wrapper .overflow {
        padding: 30px 25px 20px;
    }

    #halo-newsletter-popup .halo-popup-wrapper .list-social {
        text-align: center;
        margin-top: 17px;
    }

    .halo-newsletter-popup .halo-popup-banner, .halo-popup-banner+.halo-popup-wrapper{
        width: 370px;
    }
}