/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* Botón guía de tallas */
.open-size-guide {
    background: #c9a574;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.open-size-guide:hover {
    background: #b38f5d; /* Color más oscuro al pasar el mouse */
}
