/* ──────────────────────────────────────────────────────────────── */
/*  CONTENEDOR GENERAL                                              */
/* ──────────────────────────────────────────────────────────────── */

.cb32-wrapper {
    text-align: center;
    font-family: inherit;
    max-width: 520px;
    margin: 15px auto 35px auto; /* margen superior normal */
    padding: 0;
}

/* Por si el MetaSlider mete margen debajo */
.cb32-galeria {
    margin-bottom: 0 !important;
}

/* ──────────────────────────────────────────────────────────────── */
/*  INFORMACIÓN DEL CACHORRO (compacta, pero con aire)              */
/* ──────────────────────────────────────────────────────────────── */

.cb32-info p {
    margin: 3px 0;
    line-height: 1.2em;
}

.cb32-titulo {
    font-size: 19px;
    color: #6d6d6d;
    margin: 6px 0 3px 0;
}

.cb32-precio-tarjeta {
    font-size: 13px;
    color: #6d6d6d;
    margin: 3px 0;
}

.cb32-precio-efectivo {
    font-size: 17px;
    color: #6d6d6d;
    margin: 3px 0;
}

.cb32-precio-efectivo mark {
    background: #cf2e2e;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
}

.cb32-stock {
    color: #cf2e2e;
    font-size: 12px;
    margin: 3px 0;
}

/* Tamaño */
.cb32-tamano-wrapper {
    margin: 8px 0;
}

.cb32-tamano-img {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}

/* Carácter */
.cb32-caracter {
    font-size: 12px;
    color: #6d6d6d;
    margin: 5px 0;
}

/* ──────────────────────────────────────────────────────────────── */
/*  BOTONES (compactos y hover claro)                               */
/* ──────────────────────────────────────────────────────────────── */

.cb32-botones {
    margin-top: 12px;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 40px;
}

.cb32-btn {
    display: block;
    background: #1b95e0;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 15px;
    transition: 0.25s ease;
}

/* Hover claro — NO negro */
.cb32-btn:hover {
    background: #6ed4ff !important;
    color: #ffffff !important;
}

.cb32-btn:active {
    background: #4ab9e8 !important;
    color: #ffffff !important;
}

/* ──────────────────────────────────────────────────────────────── */
/*  ACORDEÓN                                                        */
/* ──────────────────────────────────────────────────────────────── */

.cb32-acordeon {
    margin-top: 8px;
}

/* Reducir espacio debajo del MetaSlider */
.cb32-galeria .metaslider,
.cb32-galeria .metaslider div,
.cb32-galeria .metaslider img,
.cb32-galeria .flexslider,
.cb32-galeria .slides {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ajuste adicional que realmente acerca el título */
.cb32-galeria {
    margin-bottom: 1px !important;
}

/* Evitar que el texto de los botones se ponga negro al hacer click */
.cb32-btn:active,
.cb32-btn:focus,
.cb32-btn:visited {
    color: #ffffff !important;
}

.cb32-btn *,
.cb32-btn:active *,
.cb32-btn:focus *,
.cb32-btn:visited * {
    color: #ffffff !important;
}