/*
Theme Name: Woodmart Child - La Casita Roja
Description: Child theme de Woodmart para el rediseño de La Casita Roja.
Template: woodmart
Version: 1.0.0
*/

:root{
	--lcr-red: #c0392b;
	--lcr-amber: #c9962f;
	--lcr-ink: #1c1b18;
}

/* ---------------------------------------------------------------
 * Footer — layout 4 columnas. El panel deja "footer-bar-bg" en
 * blanco (no hay campo de "color de fondo oscuro" separado), así
 * que el fondo ink + texto claro se fuerzan acá — es lo único que
 * el panel no expone, igual que el resto de este archivo.
 * ------------------------------------------------------------- */
footer.footer-container{
	background-color: var(--lcr-ink) !important;
	color: #c9c4b4 !important;
}
.footer-container .widget-title,
.footer-container .widget_title,
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4{
	position: relative;
	color: #fff !important;
	padding-bottom: 12px;
	margin-bottom: 18px !important;
}
.footer-container .widget-title::after,
.footer-container .widget_title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 3px;
	background: var(--lcr-red);
}
.footer-container .footer-widgets-wrapper .widget{
	margin-bottom: 0;
}
.footer-container p,
.footer-container li,
.footer-container span:not(.onsale):not(.product-label){
	color: #c9c4b4;
}
.footer-container a{
	color: #c9c4b4;
}
.footer-container a:hover{
	color: var(--lcr-amber) !important;
}
/* Barra de copyright inferior — mismo tratamiento oscuro */
.footer-container .copyrights-wrapper,
.footer-container .footer-bottom{
	background-color: var(--lcr-ink) !important;
	border-top: 1px solid #33312a;
	color: #8a8577 !important;
}

/* Widget "LCR - Productos recientes" — mismo layout que
 * "WOODMART los Últimos Puestos" (miniatura + título + dato). */
.lcr-recent-products{
	list-style: none;
	margin: 0;
	padding: 0;
}
.lcr-recent-product-item{
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}
.lcr-recent-product-item:last-child{
	margin-bottom: 0;
}
.lcr-recent-product-thumb{
	display: block;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 3px;
	overflow: hidden;
	background: #33312a;
}
.lcr-recent-product-thumb img{
	display: block;
	width: 56px !important;
	height: 56px !important;
	max-width: 56px !important;
	object-fit: cover;
}
.lcr-recent-product-info{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.lcr-recent-product-title{
	font-size: 13px;
	line-height: 1.35;
	color: #e7e3d8 !important;
}
.lcr-recent-product-price{
	font-family: 'IBM Plex Mono', ui-monospace, monospace;
	font-size: 12px;
	color: var(--lcr-amber);
}
