.pro_price_block .product-prices {
    width: 100%;
}
.psshowdiscounts-productprice-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    line-height: 1;
    background: #EFEFEF;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.3rem;
}
.psshowdiscounts-discount-item.yellow-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: #ffed00;
    border-radius: 5px;
}

.psshowdiscounts-discount-item {
    padding: 3px 5px;
    background: #EFEFEF;
    line-height: 1;
}
.psshowdiscounts-discount-item .discount-code {
    color: black;
    
}
.psshowdiscounts-discount-item .old_price_discount {
    font-size: 1.65rem;
    color: #40BAFC !important;
}

.js-product-miniature .psshowdiscounts-discount-item svg {
    max-width: 16px;
    max-height: 16px;
}
.js-product-miniature .psshowdiscounts-productprice-block,
.js-product-miniature .psshowdiscounts-discount-item .old_price_discount {
    font-size: 0.75rem;
}

.js-product-miniature .psshowdiscounts-discount-item.yellow-bg {
    gap: 2px;
} 

@media (max-width: 768px) {
    .js-product-miniature .psshowdiscounts-productprice-block {
        flex-direction: column;
    }
    .js-product-miniature .psshowdiscounts-discount-item.yellow-bg {
        width: 100%;
    }
}