/*
Theme Name: Joyas Shop Child
Theme URI: https://athemeart.com/downloads/joyas-store-wordpress-theme/
Template: joyas-shop
Author: aThemeArt
Author URI: https://athemeart.com
Description: Joyas Shop is a minimalist multipurpose WordPress eCommerce theme. Joyas is one of the top ways to launch your new Storefront for any business quickly and with professional results. All functions are easily added to your store, adapted to fit your needs, and can represent the goals and values of the business. Joyas theme is a top choice for all the top functions, useability, and relaxed layouts for an approachable and easy-to-use site. You can sell various products or services on your eCommerce sites, like jewelry, cosmetics, gift store, handmade crafts, watches, home decor gadgets, furniture, diamond city, sports items, etc. Joyas Shop all template is compatible with Gutenberg, Elementor, Yoast SEO, WooCommerce, Contact Form 7, and many other plugins. Besides, Its fully responsive layout and optimized for retina screens and modern browsers. Besides, The Joyas' elegant and pixel-perfect design templates help to create a unique eCommerce website. So if you are looking for an elegant store theme? Look no further! Browse the demo: https://demo.athemeart.com/joyas/
Tags: one-column,two-columns,right-sidebar,left-sidebar,custom-header,custom-menu,full-width-template,theme-options,threaded-comments,featured-images,post-formats,translation-ready,flexible-header,custom-background,footer-widgets,blog,e-commerce,rtl-language-support,custom-logo,featured-image-header,sticky-post
Version: 1.3.6.1764196382
Updated: 2025-11-26 22:33:02

*/

/* ============================
   Paleta Imunu - Child Theme
   Onyx   #1C1C1B
   Walnut #6A5D52
   Greige #B7AC9B
   Ash    #979086
   Stucco #E2E2DE
   ============================ */

:root {
  --primary-color: #1C1C1B;      /* Onyx */
  --secondary-color: #6A5D52 !important; /* Walnut */
  --tertiary-color: #1C1C1B;     /* Greige */
  --quaternary-color: #979086;   /* Ash */
  --secondary-alpha: #E2E2DE;    /* Stucco */

  --golden-color: #FABE50;
  --gray-color: #E0E0E0;

  --black-3: #666666;
  --black-4: #333333;

  --alpha-1: #E0E0E0;
  --alpha-2: #DDDDDD;
   
  --nav-color: #1C1C1B;          /* Onyx */
  --nav-h-color: #6A5D52;        /* Walnut */
  --nav-bg: #E2E2DE;             /* Stucco */
  --nav-h-bg: #979086;           /* Ash */
  --nav-h-bg-2: #B7AC9B;         /* Greige */
  
  --body-font: 'Jost', sans-serif;
  --heading-font: 'Jost', sans-serif;
}

/* ===== Header ===== */
/* Texto y fondo global */
body {
  color: var(--primary-color);
  background-color: var(--secondary-alpha);
}

/* Enlaces */
a {
  color: var(--secondary-color);
}
a:hover {
  color: var(--nav-h-color);
}

/* Botones */
button,
.btn {
  background-color: var(--secondary-color);
  color: var(--secondary-alpha);
}
button:hover,
.btn:hover {
  background-color: var(--primary-color);
  color: var(--secondary-alpha);
}

/* Header y Footer */
header, footer {
  background-color: var(--primary-color);
  color: var(--secondary-alpha);
}

/* Bot¨Žn "Agregar al carrito" */
.add_to_cart_button:hover,
.button:hover,
.btn:hover {
  color: #ffffff !important; /* blanco */
}

