.productBox .pbox {
    border: 1px solid rgba(0, 0, 0, .1);
    /*min-height: 340px;*/
    position: relative;
}

.productBox .pbox a {
    color: initial;
    text-decoration: none;
}

.productBox .product-listing-name {
    /*font-size: 14px;*/
    font-size: 1em !important;
    line-height: 1.1em !important;
    height: 45px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.productBox .priceBox {
    width: 100%;
    height: 40px;
    /*border: 1px solid red;*/
}

.productBox .price {
    margin-top: 11px;
    font-size: 1.2em !important;
    line-height: 1.2em !important;
    color: #003A59;
    font-weight: bold;
}

.productBox .price_offer {
    font-size: 1.2em !important;
    line-height: 1.2em !important;
    color: red;
    font-weight: bold;
}

.productBox a img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border: none !important;
}

.productBox .product-badge-wrapper {
    position: relative;
}

.productBox .product-badge {
    position: absolute;
    left: -1px;
    top: 0;
    justify-content: left;
    text-align: left;
    z-index: 1;
    width: auto;
    padding-left: 20px;
    padding-right: 30px;
    color: #ffffff;
    font-weight: normal;

    background-image: url("/images/badge-bg.png");
    background-color: transparent;
    height: 25px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.productBox a.product-bottom-btn {
    margin: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #6DB188b0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    color: #ffffff;
}

.productBox .green-text {
    color: #6DB188;
}

h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #6DB188;
    margin: 10px 0px;
    height: 38px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    .desktop-padding {
        width: 100%;
        padding: 0;
    }

    .articol .pbox {
        border: 1px solid rgba(0, 0, 0, .1);
        /*min-height: 340px;*/
        position: relative;
    }

    .articol .pbox a {
        color: initial;
        text-decoration: none;
    }

    .articol .product-listing-name {
        /*font-size: 14px;*/
        font-size: 1em !important;
        line-height: 1.1em !important;
        font-weight: normal;
        height: 50px;
        padding-top: 5px;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

    .articol .priceBox {
        width: 100%;
        height: 40px;
        /*border: 1px solid red;*/
    }

    .articol .price {
        margin-top: 11px;
        font-size: 1.2em !important;
        line-height: 1.2em !important;
        color: #003A59;
        font-weight: bold;
    }

    .articol .price_offer {
        font-size: 1.2em !important;
        line-height: 1.2em !important;
        color: red;
        font-weight: bold;
    }

    .articol a img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        border: none !important;
    }

    .articol .product-badge-wrapper {
        position: relative;
    }

    .articol .product-badge {
        position: absolute;
        left: -1px;
        top: 0;
        justify-content: left;
        text-align: left;
        z-index: 1;
        width: auto;
        padding-left: 20px;
        padding-right: 30px;
        color: #ffffff;
        font-weight: normal;

        background-image: url("/images/badge-bg.png");
        background-color: transparent;
        height: 25px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .articol a.product-bottom-btn {
        margin: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #6DB188b0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 0;
        color: #ffffff;
    }

    .articol .green-text {
        color: #6DB188;
    }
}
