.elementor-57326 .elementor-element.elementor-element-b7910a9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-57326 .elementor-element.elementor-element-b7910a9{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-57326 .elementor-element.elementor-element-17b6ab1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-17b6ab1 */.bwc-header {
    position: relative;
    z-index: 9998;
    width: 100%;
    background: #173f2b;
    color: #d7efd0;
    font-family: inherit;
}

.bwc-header * {
    box-sizing: border-box;
}

.bwc-header a {
    color: inherit;
    text-decoration: none;
}

.bwc-header__bar {
    width: 100%;
    background: #173f2b;
    border-bottom: 1px solid rgba(215, 239, 208, .08);
}

.bwc-header__inner {
    width: min(100%, 1420px);
    min-height: 74px;
    margin: 0 auto;
    padding: 0 clamp(22px, 3vw, 48px);
    display: grid;
    grid-template-columns: 180px 1fr 240px;
    align-items: center;
    gap: 28px;
}

.bwc-header__left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bwc-header__logo {
    display: inline-flex;
    align-items: center;
    width: 168px;
    flex: 0 0 auto;
}

.bwc-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.bwc-header__nav {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(18px, 1.7vw, 32px);
}

.bwc-header__nav > a,
.bwc-header__nav-item > a {
    position: relative;
    height: 74px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(215, 239, 208, .94);
    transition: color .18s ease;
}

.bwc-header__nav > a:after,
.bwc-header__nav-item > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    opacity: .85;
    transition: transform .18s ease;
}

.bwc-header__nav > a:hover,
.bwc-header__nav-item > a:hover {
    color: #ffffff;
}

.bwc-header__nav > a:hover:after,
.bwc-header__nav-item > a:hover:after,
.bwc-header__nav-item:hover > a:after,
.bwc-header__nav-item.is-open > a:after {
    transform: scaleX(1);
}

.bwc-header__chevron {
    position: relative;
    top: -1px;
    font-size: 13px;
    opacity: .72;
}

.bwc-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.bwc-header__icon-btn {
    position: relative;
    width: 31px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(215, 239, 208, .92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .18s ease, transform .18s ease;
}

.bwc-header__icon-btn svg {
    width: 21px !important;
    height: 21px !important;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bwc-header__icon-btn:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.bwc-header .bwc-header__cart svg,
.bwc-header .bwc-header__cart.shopping-bag-button svg,
.bwc-header .bwc-mobile-menu__cart svg,
.bwc-header .bwc-mobile-menu__cart.shopping-bag-button svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
}

.bwc-header__cart-count {
    position: absolute;
    top: -5px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    background: #d7efd0;
    color: #173f2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
}

.bwc-header__cart-count.is-empty {
    display: none;
}

.bwc-header__divider {
    width: 1px;
    height: 30px;
    background: rgba(215, 239, 208, .42);
    margin: 0 2px;
}

.bwc-header__account {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #d7efd0;
}

.bwc-header__burger {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d7efd0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
}

.bwc-header__burger span {
    display: block;
    width: 30px;
    height: 1px;
    background: currentColor;
    margin: 0;
}

.bwc-header__ai-loader > .bwc-ai-search-trigger {
    display: none !important;
}

.bwc-header__ai-loader .bwc-ai-search-modal {
    color: #2f4937;
}

.bwc-header__ai-loader .bwc-ai-search-modal__panel {
    border-radius: 22px;
    background: #f5eee6;
    border: 1px solid rgba(23, 63, 43, .16);
}

.bwc-header__ai-loader .bwc-ai-search-modal__heading h3 {
    color: #173f2b;
}

.bwc-header__ai-loader .bwc-ai-search-modal__heading p {
    color: rgba(23, 63, 43, .62);
}

.bwc-header__ai-loader .bwc-ai-search-input {
    background: #fff !important;
    border-color: rgba(23, 63, 43, .22) !important;
    color: #173f2b !important;
}

.bwc-header__ai-loader .bwc-ai-search-submit {
    background: #050505 !important;
    border-color: #050505 !important;
    color: #ffffff !important;
}

.bwc-header__ai-loader .bwc-ai-search-examples button {
    background: rgba(23, 63, 43, .07) !important;
    border-color: rgba(23, 63, 43, .12) !important;
    color: #173f2b !important;
}

.bwc-header__ai-loader .bwc-ai-search-card {
    border-radius: 14px;
    overflow: hidden;
}

.bwc-mega {
    position: absolute;
    left: 50%;
    top: 74px;
    width: min(calc(100vw - 36px), 1340px);
    background: #f5eee6;
    color: #173f2b;
    border: 1px solid rgba(23, 63, 43, .18);
    border-radius: 0 0 24px 24px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    pointer-events: none;
    overflow: hidden;
}

.bwc-header__nav-item:hover .bwc-mega,
.bwc-header__nav-item.is-open .bwc-mega {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.bwc-mega__inner {
    width: 100%;
    margin: 0 auto;
    padding: 38px 42px 42px;
    display: grid;
    grid-template-columns: 1.05fr 1.05fr 1.05fr minmax(300px, 390px);
    gap: 36px;
}

.bwc-mega__inner--growers {
    grid-template-columns: repeat(4, minmax(140px, 1fr)) minmax(300px, 360px);
    gap: 28px;
}

.bwc-mega__eyebrow,
.bwc-mega__feature-kicker {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.12;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #173f2b;
}

.bwc-mega__eyebrow:after,
.bwc-mega__feature-kicker:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 1px;
    background: rgba(23, 63, 43, .58);
}

.bwc-mega__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bwc-mega__col a,
.bwc-mega__coming-soon {
    display: inline-flex;
    align-items: flex-start;
    width: fit-content;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #173f2b;
    transition: color .18s ease, transform .18s ease;
}

.bwc-mega__inner--growers .bwc-mega__col a,
.bwc-mega__inner--growers .bwc-mega__coming-soon {
    font-size: 12px;
    line-height: 1.2;
}

.bwc-mega__col a:hover {
    color: #37684b;
    transform: translateX(5px);
}

.bwc-mega__coming-soon {
    flex-direction: column;
    color: rgba(23, 63, 43, .48);
}

.bwc-mega__coming-soon small {
    margin-top: 5px;
    font-family: inherit;
    font-size: 8px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(23, 63, 43, .52);
}

.bwc-mega__feature {
    min-height: 250px;
    padding: 30px 30px 32px;
    border: 1px solid rgba(23, 63, 43, .22);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(23, 63, 43, .08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bwc-mega__feature h3 {
    margin: 0 0 14px;
    max-width: 330px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 1.04;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #173f2b;
}

.bwc-mega__feature p {
    margin: 0 0 22px;
    max-width: 330px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(23, 63, 43, .78);
}

.bwc-mega__button {
    min-height: 42px;
    padding: 0 24px;
    border: 1px solid #050505;
    border-radius: 999px;
    background: #050505;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.bwc-mega__button:hover {
    background: #173f2b;
    border-color: #173f2b;
    transform: translateY(-1px);
}

.bwc-mobile-menu {
    display: none;
}

@media (max-width: 1240px) {
    .bwc-header__inner {
        min-height: 74px;
        display: grid;
        grid-template-columns: 46px 1fr 46px;
        gap: 12px;
        padding: 0 14px;
    }

    .bwc-header__burger {
        display: inline-flex;
        flex: 0 0 42px;
    }

    .bwc-header__nav {
        display: none;
    }

    .bwc-header__left {
        display: contents;
    }

    .bwc-header__logo {
        width: 148px;
        justify-self: center;
    }

    .bwc-header__actions {
        justify-self: end;
        gap: 0;
    }

    .bwc-header__actions .bwc-header__icon-btn:not(.bwc-header__cart),
    .bwc-header__divider,
    .bwc-header__account {
        display: none;
    }

    .bwc-mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: block;
        background: rgba(0, 0, 0, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
    }

    body.bwc-mobile-menu-open {
        overflow: hidden;
    }

    body.bwc-mobile-menu-open .bwc-mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .bwc-mobile-menu__panel {
        width: min(100vw, 430px);
        height: 100%;
        padding: 18px 22px 24px;
        background: #173f2b;
        color: #d7efd0;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .22s ease;
    }

    body.bwc-mobile-menu-open .bwc-mobile-menu__panel {
        transform: translateX(0);
    }

    .bwc-mobile-menu__top {
        display: grid;
        grid-template-columns: 42px 1fr 42px;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .bwc-mobile-menu__close {
        position: relative;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #d7efd0;
        cursor: pointer;
    }

    .bwc-mobile-menu__close span {
        position: absolute;
        left: 6px;
        top: 20px;
        width: 30px;
        height: 1px;
        background: currentColor;
    }

    .bwc-mobile-menu__close span:first-child {
        transform: rotate(45deg);
    }

    .bwc-mobile-menu__close span:last-child {
        transform: rotate(-45deg);
    }

    .bwc-mobile-menu__logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bwc-mobile-menu__logo img {
        width: 148px;
        height: auto;
        display: block;
    }

    .bwc-header .bwc-mobile-menu__cart {
        position: relative;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #d7efd0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .bwc-header .bwc-mobile-menu__cart span {
        position: absolute;
        top: 3px;
        right: 2px;
        min-width: 17px;
        height: 17px;
        border-radius: 999px;
        background: #d7efd0;
        color: #173f2b;
        font-size: 10px;
        font-weight: 800;
        line-height: 17px;
        text-align: center;
    }

    .bwc-mobile-menu__search-button {
        width: 100%;
        min-height: 50px;
        margin: 0 0 18px;
        padding: 0 18px 0 20px;
        border: 1px solid rgba(23, 63, 43, .18);
        border-radius: 999px;
        background: #f7f4ef;
        color: #173f2b;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
        cursor: pointer;
    }

    .bwc-mobile-menu__search-button span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .bwc-mobile-menu__search-button svg {
        width: 21px;
        height: 21px;
        flex: 0 0 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .bwc-mobile-menu__nav {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .bwc-mobile-menu__nav > a,
    .bwc-mobile-menu__details {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(215, 239, 208, .18);
        background: transparent;
        overflow: hidden;
    }

    .bwc-mobile-menu__nav > a:hover,
    .bwc-mobile-menu__details:hover {
        background: rgba(215, 239, 208, .04);
    }

    .bwc-mobile-menu__nav > a,
    .bwc-mobile-menu__details summary {
        min-height: 60px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        font-size: 17px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .16em;
        text-transform: uppercase;
        list-style: none;
        cursor: pointer;
        color: #d7efd0;
    }

    .bwc-mobile-menu__nav > a.bwc-mobile-menu__sub {
        min-height: 48px;
        width: 100%;
        margin-left: 0;
        padding: 0 24px;
        border: 0;
        border-bottom: 0;
        color: #e8f7e2;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        background: transparent;
    }

    .bwc-mobile-menu__nav > a.bwc-mobile-menu__sub:hover {
        background: rgba(215, 239, 208, .06);
    }

    .bwc-mobile-menu__details summary::-webkit-details-marker {
        display: none;
    }

    .bwc-mobile-menu__details summary {
        justify-content: space-between;
    }

    .bwc-mobile-menu__details summary:after {
        content: "+";
        font-size: 22px;
        line-height: 1;
        font-weight: 300;
        color: currentColor;
    }

    .bwc-mobile-menu__details[open] {
        padding-bottom: 12px;
        background: rgba(215, 239, 208, .035);
        border-bottom-color: rgba(215, 239, 208, .22);
        color: #d7efd0;
        box-shadow: none;
    }

    .bwc-mobile-menu__details[open] summary {
        color: #f4fff0;
        border-bottom: 1px solid rgba(215, 239, 208, .14);
        margin-bottom: 10px;
        background: rgba(215, 239, 208, .035);
    }

    .bwc-mobile-menu__details[open] summary:after {
        content: "−";
    }

    .bwc-mobile-menu__details a,
    .bwc-mobile-menu__coming-soon {
        min-height: 38px;
        margin: 7px 8px;
        padding: 0 15px;
        border-radius: 999px;
        display: flex;
        align-items: center;
        width: fit-content;
        font-family: inherit;
        font-size: 12px;
        line-height: 1;
        font-style: normal;
        font-weight: 500;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: #e8f7e2;
        background: rgba(215, 239, 208, .08);
        border: 1px solid rgba(215, 239, 208, .13);
    }

    .bwc-mobile-menu__details a:hover {
        background: rgba(215, 239, 208, .14);
        border-color: rgba(215, 239, 208, .24);
    }

    .bwc-mobile-menu__coming-soon {
        opacity: .58;
    }

    .bwc-mobile-menu__region {
        display: block;
        margin: 18px 8px 8px;
        padding: 0 4px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 18px;
        line-height: 1.1;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        color: #f4fff0;
    }

    .bwc-mobile-menu__account {
        margin-top: 22px;
        padding: 18px 10px;
        border: 0;
        border-bottom: 1px solid rgba(215, 239, 208, .18);
        border-radius: 0;
        background: transparent;
        display: flex;
        flex-direction: column;
        gap: 18px;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .bwc-mobile-menu__cta {
        width: 100%;
        min-height: 44px;
        margin-top: 20px;
        padding: 0 20px;
        border-radius: 999px;
        background: #050505;
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 12px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .bwc-mobile-menu__cta span {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .bwc-mobile-menu__panel {
        width: 100vw;
        padding-left: 22px;
        padding-right: 22px;
    }

    .bwc-header__logo {
        width: 148px;
    }

    .bwc-mobile-menu__logo img {
        width: 148px;
    }
}

:root {
    --bwc-header-height: 74px;
    --bwc-header-admin-offset: 0px;
}

body.admin-bar {
    --bwc-header-admin-offset: 32px;
}

body:has(.bwc-header) {
    padding-top: var(--bwc-header-height);
}

.bwc-header {
    position: fixed !important;
    top: var(--bwc-header-admin-offset);
    left: 0;
    right: 0;
    z-index: 99998;
    transform: none !important;
    transition: top .24s ease, box-shadow .24s ease;
    will-change: top;
}

body.scroll-down:not(.bwc-mobile-menu-open) .bwc-header {
    top: calc((var(--bwc-header-height) * -1) - 2px);
}

body.scroll-up .bwc-header,
body.bwc-header-at-top .bwc-header,
body.bwc-mobile-menu-open .bwc-header {
    top: var(--bwc-header-admin-offset);
}

body.scroll-up:not(.bwc-header-at-top) .bwc-header {
    box-shadow: 0 16px 44px rgba(0, 0, 0, .16);
}

.bwc-mega {
    top: 74px;
}

.bwc-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

body.bwc-mobile-menu-open .bwc-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 782px) {
    body.admin-bar {
        --bwc-header-admin-offset: 46px;
    }
}

@media (max-width: 1240px) {
    .bwc-header {
        z-index: 99998;
    }

    .bwc-mobile-menu {
        z-index: 99999;
    }
}

@media (max-width: 600px) {
    body.admin-bar {
        --bwc-header-admin-offset: 0px;
    }
}/* End custom CSS */