/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* Solo esto puede ser suficiente */
.penci-grid .add_to_cart_button.button {
    display: block !important;
    margin: 0px auto 0 auto !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
    background-color: #f5f5f5;
    color: var(--pctext-cl);
    line-height: 1.3;
    padding: 10px 3px 10px 3px;
}

.penci-grid .add_to_cart_button.button:hover {
    display: block !important;
    margin: 0px auto 0 auto !important;
    width: 100% !important;
    clear: both !important;
    float: none !important;
}

.penci-grid .price {
    display: block !important;
    margin-bottom: 15px !important;
}

/* Eliminar cualquier display inline */
.penci-post-content > * {
    display: block !important;
    margin-bottom: 10px !important;
}


