
/*
 Theme Name: GomyToy Hello Child
 Template: hello-elementor
 Author: Jijau Enterprises
 Version: 1.0.0
 Description: Child theme for Hello Elementor with discreet WooCommerce styles.
*/

:root{
  --gomy-brand:#FD4FA3;
  --gomy-dark:#101920;
  --gomy-muted:#6B7280;
}
/* Buttons */
.elementor-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  border-radius: 999px;
  padding: 12px 20px;
}
/* Product cards */
.woocommerce ul.products li.product{
  border:1px solid #eee;
  border-radius:16px;
  overflow:hidden;
  padding-bottom:14px;
  position:relative;
}
.gomy-badge{position:absolute;left:10px;top:10px;background:var(--gomy-dark);color:#fff;padding:4px 10px;border-radius:999px;font-size:12px;z-index:3}
/* Price emphasis */
.woocommerce ul.products li.product .price{font-weight:700}
/* Header sticky */
.site-header{position:sticky;top:0;z-index:99;background:#fff;border-bottom:1px solid #eee}
/* Footer small print */
.gomy-footer-note{color:var(--gomy-muted);font-size:13px}
