/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 22 2026 | 07:21:09 */
/* Quitar líneas, fondos y márgenes de la tabla de atributos */
.atributos-debajo-precio table.shop_attributes, 
.atributos-debajo-precio table.shop_attributes tr,
.atributos-debajo-precio table.shop_attributes th, 
.atributos-debajo-precio table.shop_attributes td {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* Forzar a que todo se mantenga en la misma fila */
.atributos-debajo-precio table.shop_attributes tr,
.atributos-debajo-precio table.shop_attributes th,
.atributos-debajo-precio table.shop_attributes td {
    display: inline-block !important;
    width: auto !important;
    float: none !important;
}

/* PONER LOS DOS PUNTOS DESPUÉS DE COLOR (U OTRO ATRIBUTO) */
.atributos-debajo-precio table.shop_attributes th::after {
    content: ":" !important;
}

/* Separación horizontal entre "Color:" y "Galvanizado" */
.atributos-debajo-precio table.shop_attributes th {
    margin-right: 6px !important;
}