/** Shopify CDN: Minification failed

Line 216:14 Unexpected "{"
Line 216:23 Expected ":"
Line 217:20 Expected identifier but found whitespace
Line 217:22 Unexpected "{"
Line 217:31 Expected ":"
Line 217:57 Expected ":"
Line 218:23 Expected identifier but found whitespace
Line 218:25 Unexpected "{"
Line 218:34 Expected ":"
Line 218:63 Expected ":"

**/

.tell-a-friend-section {
    padding-left: 21px;
    padding-right: 21px;
}

.tell-a-friend--image img {
    width: 100%;
    height: 100%;
}

.tell-a-friend--text_content {
    margin-bottom: 25px;
}

.tell-a-friend--text_content h2 {
    font-family: Financier Display Light;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
}

.tell-a-friend--paragraph {
    font-family: 'Apercu, Regular';
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.22px;
    max-width: 369px;
}

.tell-a-friend--text_content_wrapper {
    max-width: 579px;
}

.tell-a-friend--form {
    margin-top: 30px;
}

.tell-a-friend--form .newsletter-form {
    margin-left: 0;
}

.tell-a-friend--form .field:before,
.tell-a-friend--form .field:after {
    content: none;
}

.tell-a-friend--form .field__input {
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 1px solid #14281C;
    padding-left: 0;
    height: 3.7rem;
    font-size: 12px;
    font-family: Helvetica Light;
}

.tell-a-friend--form .field__label {
    left: 0 !important;
    font-size: 15px;
    font-family: Helvetica Light;
    letter-spacing: 0 !important;
    top:calc(1.1rem + var(--inputs-border-width));
    color: #14281C;
    opacity: .4;
}

.tell-a-friend--form .field__label span {
    color: #14281C;
    text-transform: capitalize;
}

.newsletter-form__button.field__button {
    background: none;
    border: none;
    color: #14281C;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Helvetica Light;
    padding: 0;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    overflow: visible;
    width: auto !important;
}

.newsletter-form__button.field__button svg {
    width: 10.27px;
    height: auto;
    margin-left: 15px;
}

.contact__button .button:before,
.contact__button .button:after {
    content: none;
}

.checkbox-field {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 1.6;
    max-width: 309px;
}

.checkbox-field input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.checkbox-field .read-more {
    color: #14281C;
    font-size: 8px;
    letter-spacing: 0;
    line-height: 10px;
    font-family: Helvetica Light;
    text-decoration: none;
}

.checkbox-field label {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 15px;
    font-family: Helvetica Light;
}

.checkbox-field_wrapper {
    margin-top: 10px;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    user-select: none;
}

.custom-checkbox p {
    margin-top: 0;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 10px;
    width: 10px;
    border: 0.6px solid #14281C;
    border-radius: 0;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 1px;
    width: 3px;
    height: 5px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-field__wrapper {
    margin-top: 10px;
}

.tell-a-friend--form .newsletter-form__field-wrapper {
    max-width: 100% !important;    
}

.newsletter-form__field-wrapper input {
    background: transparent !important;
}

.tell-a-friend--form .newsletter-form__field-wrapper .field {
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
    }
}

@media screen and (min-width: 990px) {
    .tell-a-friend-section {
        padding-left: 42px;
        padding-right: 42px;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .tell-a-friend--text_content {
        width: 58%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 56px;
        background: #BBBFB4;
    }

    .tell-a-friend--text_content h2 {
        font-size: 40px;
        line-height: 44px;
        text-align: left;
        width: 71%;
        max-width: 579px;
    }

    .tell-a-friend--image {
        width: 42%;
        position: relative;
    }

    .tell-a-friend--image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tell-a-friend--form .field__label {
        top:calc(1rem + var(--inputs-border-width));
    }

    .tell-a-friend--form .newsletter-form {
       max-width: 100%;
    }

    .tell-a-friend--text_content_wrapper {
        max-width: 100%;
    }

    .newsletter-form__field-wrapper .flex-field {
        display: flex;
        column-gap: 30px;
    }

    .newsletter-form__field-wrapper .flex-field-btn {
        display: flex;
        column-gap: 50px;
    }

    .custom-checkbox p {
        margin-bottom: 0;
    }

}