/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1772898403
Updated: 2026-03-07 15:46:43

*/
/* ============================================
   SAKURA — CSS Personalizado para Astra Child
   Paleta oficial + tipografía + header
   ============================================ */

/* --- Variables de marca --- */
:root {
  --rosa: #E8C7C0;
  --offwhite: #F7F4F2;
  --nude: #D9C5B4;
  --marron: #8A6F63;
  --negro: #2E2E2E;
  --beige: #EFE7E2;
}

/* --- Importar tipografías de Google --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* --- Cuerpo general --- */
body {
  font-family: 'DM Sans', sans-serif !important;
  background-color: var(--offwhite) !important;
  color: var(--negro) !important;
}

/* --- Títulos --- */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif !important;
  color: var(--negro) !important;
  font-weight: 400 !important;
}

/* --- Header / Navbar --- */
.site-header,
#masthead,
.ast-primary-header-bar {
  background-color: var(--offwhite) !important;
  border-bottom: 1px solid var(--nude) !important;
  padding: 10px 0 !important;
}

/* --- Logo en el header --- */
.site-branding img,
.custom-logo {
  max-height: 52px !important;
  width: auto !important;
}

/* --- Menú de navegación --- */
.main-navigation a,
.ast-primary-navigation a,
#site-navigation a {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: var(--marron) !important;
  font-weight: 400 !important;
}

.main-navigation a:hover,
.ast-primary-navigation a:hover {
  color: var(--negro) !important;
}

/* --- Botón principal (CTA) --- */
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.ast-custom-button,
input[type="submit"] {
  background-color: var(--marron) !important;
  color: var(--offwhite) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 28px !important;
}

.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: var(--negro) !important;
  color: var(--offwhite) !important;
}

/* --- Botón secundario / outline --- */
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  color: var(--marron) !important;
  border: 1px solid var(--marron) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--marron) !important;
  color: var(--offwhite) !important;
}

/* --- Links generales --- */
a {
  color: var(--marron) !important;
  text-decoration: none !important;
}

a:hover {
  color: var(--negro) !important;
}

/* --- Tarjetas de producto WooCommerce --- */
.woocommerce ul.products li.product {
  background: var(--beige) !important;
  border: none !important;
  border-top: 2px solid var(--rosa) !important;
  padding: 16px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Playfair Display', serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: var(--negro) !important;
}

.woocommerce ul.products li.product .price {
  color: var(--marron) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* --- Badge "Nuevo" / "Sale" --- */
.woocommerce span.onsale {
  background-color: var(--rosa) !important;
  color: var(--marron) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 4px 10px !important;
}

/* --- Secciones con fondo alternado --- */
.wp-block-group.has-background,
.entry-content .wp-block-cover {
  border-radius: 0 !important;
}

/* --- Separadores / líneas --- */
hr, .wp-block-separator {
  border-color: var(--nude) !important;
  opacity: 1 !important;
}

/* --- Footer --- */
.site-footer,
#colophon,
.ast-footer-overlay {
  background-color: var(--offwhite) !important;
  border-top: 1px solid var(--nude) !important;
  color: var(--marron) !important;
  font-size: 11px !important;
  font-family: 'DM Sans', sans-serif !important;
}

.site-footer a {
  color: var(--marron) !important;
}

.site-footer a:hover {
  color: var(--negro) !important;
}

/* --- Barra de anuncios (si usás Astra pro o plugin) --- */
.ast-banner-notice,
.announcement-bar {
  background-color: var(--rosa) !important;
  color: var(--marron) !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

/* --- Formularios --- */
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  border: 1px solid var(--nude) !important;
  border-radius: 0 !important;
  background: var(--offwhite) !important;
  font-family: 'DM Sans', sans-serif !important;
  color: var(--negro) !important;
}

input:focus,
textarea:focus {
  border-color: var(--marron) !important;
  outline: none !important;
}

/* --- Paginación --- */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--marron) !important;
  border-color: var(--nude) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--marron) !important;
  color: var(--offwhite) !important;
}