.tpl-lista-productos-dscto {
    position: absolute;
    z-index: 200;
}

.tpl-lista-productos-dscto span {
    font-size: 13px;
}

.tpl-lista-productos-gratis {
    top: 90%;
    position: absolute;
    z-index: 9999;
}

.tpl-lista-productos-nuevo {
    right: 0%;
    z-index: 9999;
    position: absolute;
    top: 125%;
}

.tpl-lista-productos-nuevo .tpl-nuevo-producto-list {
    border-radius: 50% !important;
    height: 60px !important;
    width: 60px !important;
    background: #f89933 !important;
    padding: 7px !important;
    margin-top: 20px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #fff;
}

.tpl-lista-productos-dscto .vtex-product-price-1-x-savings--discount-highligth {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 0px;
    letter-spacing: .01em;
    /* background: #FD9500; */
    background: #05364C;
    height: 28px;
    position: relative;
    white-space: nowrap;
    border-radius: 7px;
    width: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.tpl-lista-productos-gratis .vtex-product-highlights-2-x-productHighlightWrapper {
    align-items: center;
    /* background: #0AB5CD; */
    background: #34B2AC;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 28px;
    line-height: 100%;
    max-width: 200px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    width: auto !important;
    padding: 12px;
}