/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0
*/

/* ------------------------------------
🎨 ESTILO GENERAL DEL SITIO
------------------------------------ */
body {
  background-color: transparent !important;
}

body .site {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* ------------------------------------
🖼️ FONDOS PERSONALIZADOS POR PÁGINA
------------------------------------ */
body.home {
  background: url(https://elpremiado.cl/wp-content/uploads/2025/05/ChatGPT-Image-30-may-2025-21_38_38.png) no-repeat center center fixed;
  background-size: cover;
}
body.woocommerce-cart {
  background: url(https://elpremiado.cl/wp-content/uploads/2025/05/ChatGPT-Image-27-may-2025-16_07_32.png) no-repeat center center fixed;
  background-size: cover;
}
body.woocommerce-shop {
  background: url(https://elpremiado.cl/wp-content/uploads/2025/06/ChatGPT-Image-2-jun-2025-12_40_34.png) no-repeat center center fixed;
  background-size: cover;
}
body.woocommerce-checkout {
  background: url(https://elpremiado.cl/wp-content/uploads/2025/06/ChatGPT-Image-2-jun-2025-11_02_08.png) no-repeat center center fixed;
  background-size: cover;
}
body.woocommerce-account {
  background: url(https://elpremiado.cl/wp-content/uploads/2025/06/ChatGPT-Image-2-jun-2025-11_03_55.png) no-repeat center center fixed;
  background-size: cover;
}
.page-politicas-privacidad {
  background: url('https://elpremiado.cl/wp-content/uploads/2025/06/ChatGPT-Image-2-jun-2025-17_58_39.png') no-repeat center center fixed;
  background-size: cover;
}

/* ------------------------------------
🔝 ENCABEZADO Y NAVEGACIÓN
------------------------------------ */
.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(1px);
  padding: 10px 0;
  border-bottom: 1px solid #e2d7f5;
  margin-bottom: 0;
}

.site-logo img {
  max-height: 140px !important;
  height: auto;
}

.site-branding {
  text-align: center;
  margin-bottom: 0;
}

.main-navigation {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.main-navigation li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.main-navigation li a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #9221c2 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-navigation li a:hover {
  color: #7a1aa5 !important;
}

/* ------------------------------------
🛒 ÍCONO DE CARRITO Y BUSCADOR
------------------------------------ */
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.site-header-cart .amount {
  font-size: 1.2rem;
  color: #9221c2 !important;
  font-weight: 600;
}

.header-widget-area input[type="search"],
.widget_product_search input[type="search"],
.woocommerce-product-search input[type="search"] {
  max-width: 240px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

/* ------------------------------------
🔒 OCULTAR CAMPOS DOKAN
------------------------------------ */
.dokan-form-group.dokan-registration-role,
.dokan-form-group.dokan-registration-role label,
.dokan-form-group.dokan-registration-role input {
  display: none !important;
}

/* ------------------------------------
🧹 AJUSTES VARIOS
------------------------------------ */
.woocommerce-products-header {
  display: none !important;
}

.elpremiado-condiciones {
  margin-top: 30px;
  background: #f9f2ff;
  border: 1px solid #e5d4fa;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #4a156b;
}

.elpremiado-condiciones a {
  color: #9221c2;
  text-decoration: underline;
  font-weight: 600;
}