.elementor-18869 .elementor-element.elementor-element-df727fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18869 .elementor-element.elementor-element-bc7ce4b img{width:100%;max-width:100%;border-radius:10px 10px 10px 10px;}.elementor-18869 .elementor-element.elementor-element-73f1b0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-73f1b0f */.acf-expire-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.acf-expire-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.acf-expire-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.acf-expire-product-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.acf-expire-product-card h3 {
    font-size: 15px;
    line-height: 1.8;
    margin: 12px 0;
    color: #222;
}

.acf-expire-product-price {
    margin: 10px 0;
    font-weight: bold;
}

.acf-expire-product-btn {
    display: inline-block;
    background: #16a34a;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .acf-expire-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .acf-expire-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
.elementor-18869 .elementor-element.elementor-element-73f1b0f  h3
{
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}/* End custom CSS */