/*
Theme Name: Leyendas Del Gol
Theme URI: https://leyendasdelgol.com
Author: hassler24
Description: Dark, premium football poster store theme.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leyendas-del-gol
*/

/* Theme base styles */
html, body {
	margin: 0;
	padding: 0;
	background: #030303;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	max-width: 100vw;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

/* WooCommerce Dark Tweaks */
.woocommerce {
	background: #0f0f0f;
	color: #ffffff;
	padding: 40px;
	min-height: 80vh;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3 {
	color: #ffffff;
}
.woocommerce .product .price {
	color: #ccff00;
}
.woocommerce .button {
	background: #ccff00 !important;
	color: #000 !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
}
.woocommerce .button:hover {
	filter: brightness(1.1);
}
.woocommerce input, .woocommerce textarea, .woocommerce select {
	background: #111 !important;
	border: 1px solid #222 !important;
	color: #fff !important;
	border-radius: 8px !important;
}
.woocommerce table.shop_table {
	background: #111;
	border-color: #222;
	color: #fff;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border-color: #222;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #111;
	border-color: #222;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	background: #111;
	color: #fff;
	border-color: #222;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #ccff00;
	color: #000;
}
