.rp-extra-overlay {
      font-size: 12px; 
    line-height: 1.1;
    color: #555;
    position: absolute;
    width: 100%;
    top: -30px;    
}
.rp-extra-overlay .rp-row { 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.rp-extra-overlay .rp-row.attr-rpx_product_bulk_qty:before {
    background-image:url(../images/ic-cantxpaquete.png);
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.rp-extra-overlay .rp-row.attr-rpx_product_pack_qty:before {
    background-image:url(../images/ic-cantxbulto.png);
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.products-grid .product-item-info,
.block.widget .product-item-info,
.slick-initialized .slick-slide .product-item-info {
    padding-top: 40px !important;
}