/** Shopify CDN: Minification failed

Line 25:4 Unexpected bad string token
Line 25:26 Unterminated string token

**/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&display=swap');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Russo+One&display=swap');
@import url("https://db.onlinewebfonts.com/c/a64ff11d2c24584c767f6257e880dc65?family=Helvetica+Regular");

/* Custom Search Sections Styling */
.custom-section-modal-form {
    padding: 60px 0;
    background: #f8f8f8;
}

.main-eraper-head-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.can't-fine-sect-head h2 {
    font-size: 32px;
    margin: 0;
    font-family: "Russo One", sans-serif;
    color: #333;
}

.custm-section-modal-wrap {
    flex: 1;
}

.custom-section-field-butten {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contact__fields {
    flex: 1;
}

.custom-section-field-butten .field__input {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ddd;
    padding: 0 25px;
    width: 100%;
}

.custom-section-field-butten .button {
    height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    background: #3FA9F5;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-section-field-butten .button:hover {
    background: #387FB1;
}

/* Responsive adjustments for search sections */
@media screen and (max-width: 768px) {
    .main-eraper-head-form {
        flex-direction: column;
        text-align: center;
    }
    .custom-section-field-butten {
        flex-direction: column;
    }
    .custom-section-field-butten .button {
        width: 100%;
    }
}

/* Custom Image Links (Large Brand Section) */
.custom-image-links-section {
    padding: 50px;
}

.custom-image-links-section .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.custom-image-links-section .grid__item {
    flex-basis: calc(100% / var(--blocks-per-row) - 20px);
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.custom-image-links-section .grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Back to Top Button Styling (from theme.liquid logic) */
.navFooterBackToTop {
    background-color: #2a2a2a;
    color: #ffffff;
    text-align: center;
    padding: 20px 1rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    width: 100%;
}

.navFooterBackToTop:hover {
    background-color: #3a3a3a;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255,255,255,0.4);
}

/* --- Migrated Form Styles --- */
.custom-section-modal-form {
    background: #e3dede;
    padding: 10px 0 10px;
}

.main-eraper-head-form .can-t-fine-sect-head {
    width: 30%;
}

.main-eraper-head-form .can-t-fine-sect-head h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #393939;
    text-transform: capitalize;
}

.custom-section-modal-form .custm-section-modal-wrap {
    width: 70%;
}

.main-eraper-head-form .custm-section-modal-wrap .custom-section-field-butten {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 12px;
}

.main-eraper-head-form .custm-section-modal-wrap .contact__fields {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.main-eraper-head-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-eraper-head-form .custm-section-modal-wrap input::placeholder {
    color: #393939;
}

.main-eraper-head-form .custm-section-modal-wrap input {
    width: max-content;
    max-width: 100%;
    font-size: 13px;
    background: #fff;
    border: 0 !important;
    border-radius: 127px;
    color: #393939;
    padding: 15px 20px 15px 12px;
    margin: 0;
    font-weight: 600;
    opacity: 1;
    letter-spacing: 0;
}

.main-eraper-head-form .custm-section-modal-wrap label {
    display: none;
}

.main-eraper-head-form .custm-section-modal-wrap .contact__button button {
    background: #282828;
    color: #fff;
    border-radius: 127px;
    padding: 15px 30px !important;
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    min-height: auto;
    height: auto;
    margin: 0;
}

.main-eraper-head-form .custm-section-modal-wrap .contact__button button:hover {
    background: #000;
}

@media screen and (max-width:1439px) {
    .custom-section-modal-form .main-eraper-head-form .can\'t-fine-sect-head {
        width: 100%;
    }

    .main-eraper-head-form .custm-section-modal-wrap .custom-section-field-butten {
        gap: 10px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__fields {
        gap: 0 10px;
        justify-content: space-between;
        width: 100%;
    }

    .main-eraper-head-form .custm-section-modal-wrap input {
        width: 100%;
        font-size: 12px;
        padding: 12px 20px 12px 12px;
        height: auto;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__button button {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 13px 18px !important;
        font-size: 15px !important;
        height: auto;
        min-height: auto;
    }

    .custom-section-modal-form {
        padding: 15px 0 22px;
    }

    .main-eraper-head-form .can\'t-fine-sect-head h2 {
        font-size: 17px;
        line-height: 28px;
    }

    .main-eraper-head-form .custm-section-modal-wrap .contact__button {
        width: 100%;
    }

    .custom-section-modal-form .custm-section-modal-wrap {
        width: 100%;
    }
}
