/*
Theme Name: Nimy Hello Child
Theme URI: https://nimycollection.com
Author: Nimy Collection
Author URI: https://nimycollection.com
Description: Lean child theme for Hello Elementor. Stores custom WooCommerce hooks, SEO meta output, and PDP enhancements.
Template: hello-elementor
Text Domain: nimy-hello-child
Version: 1.1.0
License: GNU General Public License v2 or later
*/

:root{
  --nimy-pink:#F06C9A;
  --nimy-sand:#F0DB9C;
  --nimy-rose:#F083A9;
  --nimy-lilac:#E5A0F0;
  --nimy-periwinkle:#7898F0;
  --nimy-ink:#111113;
}
/* Badge styling */
.nc-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 0}
.nc-badge{background:var(--nimy-lilac);color:var(--nimy-ink);padding:.35rem .6rem;border-radius:999px;font-size:.75rem;line-height:1}

/* Size guide modal */
.nimy-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:9999}
.nimy-modal.is-open{display:flex}
.nimy-modal__dialog{background:#fff;max-width:820px;width:92vw;max-height:86vh;overflow:auto;border-radius:16px;padding:20px;position:relative}
.nimy-modal__close{position:absolute;top:14px;right:18px;font-size:20px;cursor:pointer}
.nimy-size-btn{display:inline-block;margin-top:.75rem;padding:.6rem .9rem;border-radius:999px;background:var(--nimy-pink);color:#fff;font-weight:600}
