.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-480d5a6:#000000;--e-global-color-212ce1b:#FFFFFF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-212ce1b );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* UNIFORM PRODUCT CARD LAYOUT - WOODMART + ELEMENTOR FIX */
.woocommerce ul.products li.product,
.elementor-widget-wd-products .product {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    min-height: 460px !important;
    box-sizing: border-box;
}

/* Make image + content area flexible */
.product .product-element-top {
    flex-grow: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Title: limit to 2 lines */
.product .wd-entities-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.4;
    min-height: 45px;
    margin-bottom: 10px;
}

/* Push Add to Cart to bottom of entire card */
.product .wd-add-btn {
    margin-top: auto !important;
    align-self: stretch;
}

/* Price placement consistency */
.product .price {
    margin-top: 10px;
}/* End custom CSS */