.elementor-kit-21{--e-global-color-primary:#3a611f;--e-global-color-secondary:#88742d;--e-global-color-text:#000000;--e-global-color-accent:#3a611f;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== Green Farms Brand Buttons ===== */

/* Primary brand colors */
:root {
    --gf-green: #3a611f;
    --gf-green-dark: #2d4d18;
    --gf-green-hover: #4a7a28;
    --gf-gold: #88742d;
}

/* WooCommerce classic buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button {
    background-color: #3a611f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    transition: background-color 0.2s ease !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart .button:hover {
    background-color: #2d4d18 !important;
    color: #ffffff !important;
}

/* WooCommerce Blocks (cart & checkout blocks) */
.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wc-block-components-button,
.wc-block-cart__submit,
.wc-block-checkout__place-order {
    background-color: #3a611f !important;
    color: #ffffff !important;
    border-color: #3a611f !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button:hover {
    background-color: #2d4d18 !important;
    border-color: #2d4d18 !important;
}

/* Block editor component buttons */
.wc-block-components-button:not([aria-disabled=true]):not(.outlined) {
    background-color: #3a611f !important;
    color: #fff !important;
}
.wc-block-components-checkout-place-order-button {
    background-color: #3a611f !important;
    border-color: #3a611f !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 14px 24px !important;
}

/* Product page add to cart */
.single_add_to_cart_button,
.woocommerce div.product .cart .single_add_to_cart_button {
    background-color: #3a611f !important;
    color: #fff !important;
    border-color: #3a611f !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 14px 28px !important;
    letter-spacing: 0.02em !important;
}
.single_add_to_cart_button:hover {
    background-color: #2d4d18 !important;
}

/* Sale badge */
.woocommerce span.onsale {
    background-color: #88742d !important;
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-info {
    border-top-color: #3a611f !important;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #3a611f !important;
}/* End custom CSS */