/*
Theme Name: Ludonex
Theme URI: https://ludonex.com
Author: Lucho Dev
Author URI: https://tusitio.com
Description: Tema ecommerce moderno, rápido y amigable para WooCommerce desarrollado por LudoNex.
Version: 1.0
License: GPL2
Text Domain: ludonex
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f8f8f8;
}

.site-header {
  background: #111;
  color: #fff;
  padding: 20px;
}

.site-footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
}

/* ===== SHOP LAYOUT ===== */
.ludonex-shop-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 30px;
}

/* Sidebar */
.ludonex-sidebar {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.05);
	height: fit-content;
}

/* Widgets */
.ludonex-widget {
	margin-bottom: 30px;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 12px;
	color: #111;
}

/* Products container */
.ludonex-products {
	width: 100%;
}