.product__card__a {
    text-decoration: none;
    width: 100%;
}

.product__card__a:hover {

    text-decoration: none;
}

.product__card__title {
    color: black;
    font-weight: 400;
    font-size: 16px;

}

.product__card__code {
    font-size: 14px;
    font-weight: 700;
    color: #030200;
}
.card--with-ribbon {
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 40px;
    left: -50px;
    transform: rotate(-45deg);
    background-color: #FADA1F;
    color: #121212;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 50px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    text-align: center;
    white-space: nowrap;
}

/* Add some depth with a pseudo-element */
.ribbon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.2);
}




.product__title {
    color: #121212;
    font-size: 32px;
    font-weight: 700;
}
.product__description figure.table {
    width: 100%;
    overflow-x: auto; /* Responsive */
    -webkit-overflow-scrolling: touch;
}

.product__description table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    background-color: #fff;
}

.product__description table td,
.product__description table th {
    border: none; /* Sin bordes verticales */
    border-bottom: 1px solid #dee2e6; /* Solo líneas horizontales */
    padding: 8px 12px;
    vertical-align: middle;
}

/* Filas pares con fondo gris */
.product__description table tr:nth-child(even) {
    background-color: #F5F5F5;
}

/* Columna izquierda */
.product__description table td:first-child,
.product__description table th:first-child {
    text-align: left;
    font-weight: 400; /* Un poco más marcado para la izquierda */
    white-space: nowrap;
}

/* Columna derecha */
.product__description table td:last-child,
.product__description table th:last-child {
    text-align: right;
}



.product__code {
    color: #121212;
    font-size: 16px;
    font-weight: 700;
}

.product__btn {
    color: #121212;
    border: 1px solid #FADA1F;
    border-radius:7px;
    font-size: 13px;
    font-weight: 700;
    background-color: white;
    max-width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.product__btn:hover {
    background-color: initial;
    color:initial;
     border: 1px solid #FADA1F;
}

.product__contact-container {
    /* position: absolute;
    width: 100%;
    bottom: 100px; */
}

.product__btn--consulta {
    background-color: #FADA1F;
    color: #121212;
    border: 1px solid #FADA1F;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    width: 236px;
    text-transform: uppercase;
}

.product__grafic__label {
    font-size: 28px;
    font-weight: 600;
    color: #202020;
}

.product__grafic__table {
    overflow-x: auto;
    /* permite scroll horizontal en móviles */
    -webkit-overflow-scrolling: touch;
    /* mejor scroll en iOS */
    width: 100%;
}

.product__grafic__table table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    table-layout: auto;
    /* o fixed si querés celdas de ancho igual */
}

.product__grafic__table table th,
.product__grafic__table table td {
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    text-align: center;
    height: 40px;
    min-width: 38px;
    font-weight: 400;
    font-size: 14px;
}

.product__grafic__table table tr:first-child td {
    background-color: #C23034;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.product__grafic__table table tr td:first-child {
    background-color: #C23034;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
