
/* Blocul text de sub butoane */
.pch-promo-code-block {
    margin-bottom:10px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.pch-promo-code-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* cazul în care nu e imagine și rămâne textul */
.pch-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.15rem 0.4rem;
    border-radius: 2px;
    background: rgba(255, 193, 7, 0.15);
}

.pch-text {
    white-space: nowrap;
}

.pch-code {
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.3);
    font-family: monospace;
}

/* ===========================
   Badge pe imaginile produsului
   =========================== */

/* în listări, linkul imaginii devine container relativ */
.product_img_link {
    position: relative;
}

/* badge-ul (poză sau text) – listări + pagină produs */
.pch-image-badge-on-img {
    position: absolute;
    top: -2px;
    right: -19px;
    z-index: 9999;
    background: transparent;
    color: #fff;
    padding: 0;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: none;
    display: inline-block;
}

/* imaginea de badge */
.pch-image-badge-img {
    max-height: 80px;
    height: auto;
    width: auto;
    display: block;
}

.pch-promo-code-link {
    display: inline-block;
}


.clasapromocat .pch-image-badge-on-img {
    top: 0px!important;
    right: -2px!important;
    width: 100px!important;
}
