/*
Theme Name: ShoeNuff Wonder
Theme URI: https://shoenuff.com
Description: Child theme of YITH Wonder — clean SomeWear polish + fun ShoeNuff branding for WooCommerce/Crosslist.
Author: ShoeNuff
Template: yith-wonder
Version: 1.0.0
Text Domain: shoenuff-wonder
*/

/* Brand tokens — SomeWear clean + ShoeNuff energy */
:root {
  --sn-black: #111111;
  --sn-charcoal: #2a2a2a;
  --sn-white: #ffffff;
  --sn-cream: #f7f5f1;
  --sn-gold: #c4a574;
  --sn-accent: #e8a817; /* fun ShoeNuff pop — tune after logo colors */
}

/* Header / logo breathing room */
.site-header .custom-logo-link img,
.wp-block-site-logo img {
  max-height: 72px;
  width: auto;
}

/* Shop cards — clean retail */
.woocommerce ul.products li.product,
.wc-block-grid__product {
  border-radius: 8px;
}

.woocommerce span.onsale {
  background: var(--sn-accent);
  color: var(--sn-black);
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.wp-block-button__link {
  border-radius: 4px;
}
