.header_menu_list ul#menu-1-816ef68 li a:after {
    display: none;
}
:root {
  --pink: #FF0A6C;
  --pink-light: #fff0f5;
  --pink-mid: #ffbdd6;
  --bg: #ffffff;
  --bg2: #f9f8f6;
  --bg3: #f2f1ee;
  --border: #e6e4df;
  --border2: #ccc9c2;
  --text: #0f0f0e;
  --muted: #6a6860;
  --dim: #a09d96;
  --max: 1060px;
  --r: 10px;
  --display: 'Barlow Condensed', system-ui, sans-serif;
  --body: 'Barlow', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* hero-badge css */
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pink); background: var(--pink-light); border: 1px solid var(--pink-mid); border-radius: 20px; padding: 5px 14px; margin-bottom: 1.5rem; }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: blink 1.8s ease-in-out infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }
/* hero-badge css */
.secondary_button a:hover span {
    color: #ff0a6c;
}




