.produit-card {
    position: relative;
}

.agrediam-pdf-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.agrediam-pdf-cover {
    display: block;
    width: 100%;
    height: auto;
}

.produit-img-container .produit-img {
    display: block;
    width: 100%;
    height: auto;
}

.agrediam-pdf-button {
    display: inline-block;
    margin-top: 12px;
    padding: 9px 16px;
    border-radius: 4px;
    background: #2271b1;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.agrediam-pdf-button:hover,
.agrediam-pdf-button:focus {
    background: #135e96;
    color: #fff;
}

.agrediam-pdf-placeholder {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: #f2f2f2;
    color: #222;
    text-align: center;
}

.agrediam-pdf-placeholder .dashicons {
    width: 56px;
    height: 56px;
    color: #d63638;
    font-size: 56px;
}

.produit-description {
    margin: 8px 0;
}

.promo-border {
    border: 2px solid #e11d48;
}

.badge-promo {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 3px;
    background: #e11d48;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.grille-promos .produit-prix {
    color: #e11d48;
    font-weight: 700;
}
