/*
Theme Name:   Alchemia Child
Theme URI:    https://www.alchemia-jewelry.gr/
Description:  Child theme of GeneratePress for Alchemia Handmade Jewelry. Home for all custom CSS and functionality so the parent theme can update safely.
Author:       Alchemia
Author URI:   https://www.alchemia-jewelry.gr/
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  alchemia
*/

/* =============================================================
   Alchemia — Custom Styles
   GeneratePress loads this file automatically (handle: generate-child),
   so there is NO @import here. Add your custom CSS below.
   Organize new rules under a clear section header.
   ============================================================= */

/* ---------- 1. Design tokens (brand palette) ----------------- */

/* ---------- 2. Site-wide overrides --------------------------- */
.wc_payment_method.payment_method_cardlink_payment_gateway_woocommerce img {
	width: 100px;
}
.main-navigation, .main-navigation ul ul {
	box-shadow: 1px 1px 1px 0.5px #1F2A363B;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover {
	border: 1px solid var(--accent);
	font-weight: 500;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product{
	font-size: .95em;
}
/* ---------- 3. WooCommerce / product page -------------------- */
/* Reserved for storefront tweaks (CTA, badges, reassurance, etc.) */

/* ---------- 4. Responsive ------------------------------------ */
/* @media (max-width: 768px) { ... } */
