/*
Theme Name: SimpleStore Pro
Theme URI: https://quieroventas.cl
Author: Felipe
Description: Tienda minimalista lista para WooCommerce.
Version: 1.0
*/
body { font-family: Arial, sans-serif; margin:0; padding:0; background:#fafafa; }
header { background:#fff; padding:20px; border-bottom:1px solid #eee; display:flex; justify-content:space-between; align-items:center; }
header nav a { margin-right:20px; text-decoration:none; color:#333; }
.banner { background:#222; color:#fff; padding:40px; text-align:center; font-size:24px; }
.container { width:90%; margin:auto; padding:20px 0; }
.sidebar { width:25%; float:left; }
.products-area { width:70%; float:right; }
footer { clear:both; background:#111; color:#bbb; padding:20px; text-align:center; margin-top:40px; }
