/** Shopify CDN: Minification failed

Line 112:12 Unexpected "*"

**/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.siteContainer {
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
}

.innerContainer {
    width: 100%;
    max-width: 866px;
    margin: 0 auto;
}

.request-coffee-section {
    padding: 45px 0px 45px;
    background: #F7F2EC;
}

body .request-coffee-title {
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 0;
}

body .request-coffee-description {
    margin-top: 28px;
    margin-bottom: 35px;
    /* padding: 25px 0; */
    font-family: var(--body-tag-font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.37;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

body .request-coffee-description a{
    color: #000;
}

body .available-coffee-description{
    margin-bottom: 28px;
    margin-top: 28px;
}


/* body {
      font-family: Arial, sans-serif;
      background-color: #f9f5ef;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px;
    } */

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    width: 100%;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.form-group label {
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 0;
}


.form-container select {
    padding: 17px 26px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 566px;
    white-space: wrap;
    word-bre* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.siteContainer {
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
}

.innerContainer {
    width: 100%;
    max-width: 866px;
    margin: 0 auto;
}

.request-coffee-section {
    padding: 45px 0px 45px;
    background: #F7F2EC;
}

body .request-coffee-title {
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 0;
}

body .request-coffee-description {
    margin-top: 28px;
    margin-bottom: 35px;
    /* padding: 25px 0; */
    font-family: var(--body-tag-font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.37;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

body .request-coffee-description a{
    color: #000;
}

body .available-coffee-description{
    margin-bottom: 28px;
    margin-top: 28px;
}


/* body {
      font-family: Arial, sans-serif;
      background-color: #f9f5ef;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 50px;
    } */

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    width: 100%;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.form-group label {
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000;
    letter-spacing: 0;
}


.form-container select {
    padding: 17px 26px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 566px;
    white-space: wrap;
    word-break: break-word;
    background: #F7F2EC;
    background-image: url(https://cdn.shopify.com/s/files/1/0684/8364/5518/files/Group_11_1.png?v=1760696026);
    background-repeat: no-repeat;
    background-position: center right 23px;
}

.submit-btn {
    background-color: #006633;
    color: white;
    font-family: var(--VulfSans-family);

    border: none;
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
    margin-top: 10px;
    height: 66px;
}

.submitBtnMian {
    width: 100%;
    max-width: 560px;
    margin: 0 0 45px auto;
    display: block;
}

.submit-btn:hover {
    background-color: #004d26;
}

/* ul#product-grid-request-coffee {
    gap: 20px;
    align-items: stretch;
    justify-content: center;
}
ul#product-grid-request-coffee .card-wrapper {
    width: 31.33%;
        height: auto;

} */
/* Small arrow for select */
/* select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
} */


.request-product-container {
    padding: 0 5rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.customer-message {
    margin-top: 17px;
    font-weight: 400;
    font-size: 22px;
    line-height: 137%;
    letter-spacing: 0%;
    vertical-align: middle;
    /* color: #006838; */
}

.customer-message a {
    color:#006838;
}

.two-lb-customer-message {
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #000 !important;
}

body .coffees-heading {
    padding: 14px 0px 0px;
    padding-top: 0;
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .request-coffee-section {
        padding: 40px 0;
    }

    .siteContainer {
        padding: 0 20px;
    }

    body .request-coffee-title {
        font-size: 28px;
    }

    body .request-coffee-description {
        margin-top: 18px;
        margin-bottom: 28px;


    }

    .form-group {

        flex-wrap: wrap;
        gap: 10px;
    }

    .form-container {

        gap: 20px;
    }

    .form-group label {

        font-size: 22px;

    }
}ak: break-word;
    background: #F7F2EC;
    background-image: url(https://cdn.shopify.com/s/files/1/0684/8364/5518/files/Group_11_1.png?v=1760696026);
    background-repeat: no-repeat;
    background-position: center right 23px;
}

.submit-btn {
    background-color: #006633;
    color: white;
    font-family: var(--VulfSans-family);

    border: none;
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
    margin-top: 10px;
    height: 66px;
}

.submitBtnMian {
    width: 100%;
    max-width: 560px;
    margin: 0 0 45px auto;
    display: block;
}

.submit-btn:hover {
    background-color: #004d26;
}

/* ul#product-grid-request-coffee {
    gap: 20px;
    align-items: stretch;
    justify-content: center;
}
ul#product-grid-request-coffee .card-wrapper {
    width: 31.33%;
        height: auto;

} */
/* Small arrow for select */
/* select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
} */


.request-product-container {
    padding: 0 5rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.customer-message {
    margin-top: 17px;
    font-weight: 400;
    font-size: 22px;
    line-height: 137%;
    letter-spacing: 0%;
    vertical-align: middle;
    /* color: #006838; */
}

.customer-message a {
    color:#006838;
}

.two-lb-customer-message {
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #000 !important;
}

body .coffees-heading {
    padding: 14px 0px 0px;
    padding-top: 0;
    font-family: var(--VulfSans-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .request-coffee-section {
        padding: 40px 0;
    }

    .siteContainer {
        padding: 0 20px;
    }

    body .request-coffee-title {
        font-size: 28px;
    }

    body .request-coffee-description {
        margin-top: 18px;
        margin-bottom: 28px;


    }

    .form-group {

        flex-wrap: wrap;
        gap: 10px;
    }

    .form-container {

        gap: 20px;
    }

    .form-group label {

        font-size: 22px;

    }
}