/** Shopify CDN: Minification failed

Line 148:34 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-newsletters (INDEX:23) */
.newsletter-section {
        margin-top: 50px; 
        margin-bottom: 50px; 
    }

    .inner-box {
        /* background-color: #ffffff; 
        /* padding: 20px 40px; 
    }

    @media screen and (max-width: 767px) {
        .newsletter-section {
            margin-top: 30px; 
            margin-bottom: 30px;
        }

        .inner-box {
            padding: 20px;
        }

        .custom-newsletter-box {
            padding: 20px !important;
            flex-direction: column;
            text-align: center;
            align-items: center;
        }

        .newsletter-icon img {
            width: 80px;
            margin: 0 auto;
        }

        .newsletter-heading {
            font-size: 20px;
        }

        .newsletter-subtext {
            font-size: 16px;
        }

        .newsletter-input-group {
            display: flex;
            flex-direction: column !important;
            flex-wrap: nowrap !important;
            align-items: stretch !important;
            justify-content: center;
            gap: 12px;
            width: 100%;
        }
        .newsletter-input,
        .newsletter-submit{
            width: 100% !important;
        }
    }

    .custom-newsletter-box {
        background-color: #E2F1FF;
        border-radius: 1.5rem;
        padding: 32px 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
    }
    .newsletter-icon img {
        width: 120px;
        height: auto;
    }
    .newsletter-content {
        flex: 1 1 300px;
    }
    .newsletter-heading {
        font-size: 24px;
        font-weight: 600;
        color: #17475F;
        margin-bottom: 0.5rem;
        text-align: center;
    }
    .newsletter-subtext {
        font-size: 18px;
        color: #17475F;
        margin-bottom: 1rem;
        text-align: center;
    }
    .newsletter-input-group {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
    }
    .newsletter-input {
        flex: 1;
        padding: 0.75rem 1rem;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 16px;
        height: 44px;
        min-width: 240px;
    }
    .newsletter-submit {
        background-color: #f57224;
        color: white;
        border: none;
        border-radius: 999px;
        padding: 0.75rem 1.5rem;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        height: 44px;
        width: 170px;
    }
    .newsletter-submit:hover {
        background-color: #F59758;
    }
/* END_SECTION:custom-newsletters */

/* START_SECTION:image-link-block (INDEX:43) */
.image-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 20px;
  }
  .image-links-wrapper a {
    display: inline-block;
  }
  .image-links-wrapper img {
    height: 48px;
    width: auto;
    object-fit: contain;
  }
  @media (max-width: 768px) {
    .image-links-wrapper img {
      height: 40px;
    }
  }
/* END_SECTION:image-link-block */