/*
Theme Name: OceanWP Child
Template: oceanwp
Version: 1.0.0
*/

/* ===== CSS adicional migrado ===== */
/* para ocultar el title header solo en home sin afectar el SEO
Luis. */ 

body.home .page-header {
    position: absolute;
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Esquinas redondeadas INICIO*/
/* Productos */
#primary.content-area.clr {
    border-radius: 1rem;
}

/* Categorias y productos related */
.sidebar-box {
    border-radius: 1rem;
}
/* Esquinas redondeadas FIN*/

.chaty-cta-button {
    background-color: #25d366 !important;
    /* Estilos adicionales recomendados */
    color: white !important;
    border: none !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce ul.products li.product .button{
	border: 2px solid #00a2fa;
	border-radius: 10px;
	color: #444;
	font-size: 14px;
}