.elementor-46651 .elementor-element.elementor-element-4a7588f0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for shortcode, class: .elementor-element-27c6a9f *//* =====================================================
   KOREJETMETAL — UNDER 25FT PRODUCT GRID
   CSS class in Elementor: under25-grid
   ===================================================== */

/* Keep the entire grid at a professional shop width */
.under25-grid {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Create an even four-column grid */
.under25-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    row-gap: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove WooCommerce float layout */
.under25-grid ul.products::before,
.under25-grid ul.products::after {
    display: none !important;
    content: none !important;
}

/* Make every product card the same width */
.under25-grid ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Create a consistent image area */
.under25-grid ul.products li.product img,
.under25-grid ul.products li.product a img {
    display: block !important;
    width: 100% !important;
    height: 290px !important;
    max-height: 290px !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 0 18px !important;
    background-color: #ffffff;
}

/* Keep product titles aligned */
.under25-grid ul.products li.product h2,
.under25-grid ul.products li.product h3,
.under25-grid ul.products li.product .woocommerce-loop-product__title {
    min-height: 48px;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    line-height: 1.45 !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* Keep prices clean and aligned */
.under25-grid ul.products li.product .price {
    display: block !important;
    min-height: 26px;
    margin-top: 5px !important;
}

/* Prevent landscape product images from stretching */
.under25-grid ul.products li.product img {
    aspect-ratio: auto !important;
}

/* Tablet: three columns */
@media only screen and (max-width: 1024px) {
    .under25-grid {
        max-width: 100%;
    }

    .under25-grid ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 20px !important;
        row-gap: 38px !important;
    }

    .under25-grid ul.products li.product img,
    .under25-grid ul.products li.product a img {
        height: 240px !important;
        max-height: 240px !important;
    }
}

/* Mobile: two cards per row */
@media only screen and (max-width: 767px) {
    .under25-grid ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 12px !important;
        row-gap: 30px !important;
    }

    .under25-grid ul.products li.product img,
    .under25-grid ul.products li.product a img {
        height: 175px !important;
        max-height: 175px !important;
        margin-bottom: 12px !important;
    }

    .under25-grid ul.products li.product h2,
    .under25-grid ul.products li.product h3,
    .under25-grid ul.products li.product .woocommerce-loop-product__title {
        min-height: 44px;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .under25-grid ul.products li.product .price {
        font-size: 14px !important;
    }
}/* End custom CSS */