.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.sc_layouts_title_caption{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 *//* Fix uneven product heights */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Push Add to Cart button to the bottom */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    margin-top: auto !important;
}

/* Optional: Make product card equal height */
.woocommerce ul.products li.product {
    min-height: 380px; /* adjust depending on your layout */
}
/* Make all Add to Cart buttons equal width */
.woocommerce ul.products li.product .button,
.elementor-widget-woocommerce-products .product .button {
    width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
/* Mobile fix – remove fixed height */
@media (max-width: 767px) {
    .woocommerce ul.products li.product,
    .elementor-widget-woocommerce-products .product {
        min-height: auto !important;
        height: auto !important;
    }

    /* Ensure button stays at bottom but without large gap */
    .woocommerce ul.products li.product .button,
    .elementor-widget-woocommerce-products .product .button {
        margin-top: 15px !important; 
    }
}
/* Fix Add to Cart alignment on mobile */
@media (max-width: 480px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        text-align: center !important;
    }
    /* Create equal content area above button */
@media (max-width: 767px) {

    .woocommerce ul.products li.product,
    .elementor-widget-woocommerce-products .product {
        display: flex !important;
        flex-direction: column !important;
    }/* End custom CSS */