.elementor-kit-9{--e-global-color-primary:#38561A;--e-global-color-secondary:#F43F5E;--e-global-color-text:#000000;--e-global-color-accent:#E8F0DC;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9FAFB;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* 1. Force Add to Cart & View Cart to Stack and Match Widths */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 10px !important; /* Space between the two buttons */
}

/* 2. Style the "View Cart" Button (Outlined Green) */
.woocommerce ul.products li.product .added_to_cart,
.woocommerce a.added_to_cart.wc-forward {
    background-color: #FFFFFF !important;
    color: #38561A !important;
    border: 1px solid #38561A !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: none !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
}

/* 3. View Cart Hover State (Fills in Green) */
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce a.added_to_cart.wc-forward:hover {
    background-color: #38561A !important;
    color: #FFFFFF !important;
}/* End custom CSS */