@charset "UTF-8";
/* =========================================================
   REBEL HOUSE — CLEAN NOIR SYSTEM (MINIMALIST)
   ========================================================= */
/* ---------- Design tokens ---------- */
:root {
  --rh-white: #FFFFFF;
  --rh-pink: #F8B9C2;
  --rh-noir: #000000;
  --rh-grey: #444444;
  --rh-border: #EEEEEE;
  --rh-easter: #E8A2AF; }

/* ===========================
   GLOBAL & HEADER
   =========================== */
body {
  background: var(--rh-white);
  color: var(--rh-grey);
  font-family: 'Poppins', system-ui, sans-serif; }

/* ===========================
   MOBILE MENU & NAVIGATION
   =========================== */
/* 1) Drawer Panel */
.mobileMenu, .navPages-container {
  background: var(--rh-white) !important; }

/* 2) Black Star Icons */
.mobileMenu-list .navPages-item a::before {
  content: '★' !important;
  display: inline-block !important;
  margin-right: 12px !important;
  color: var(--rh-noir) !important;
  font-size: 14px !important;
  vertical-align: middle !important; }

/* Specific icon for Easter */
.mobileMenu-list .navPages-item a[href*="/easter" i]::before {
  content: '✿' !important; }

/* 3) Main Category Links (Noir Text - No Underlines) */
.mobileMenu .navPages-item a,
.navPages .navPages-item a {
  color: var(--rh-noir) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  padding: 10px 0 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important; }

/* 4) Specialty Colors */
.mobileMenu a[href*="/easter" i] {
  color: var(--rh-easter) !important; }

/* ===========================
   CARDS & REBEL PILLS
   =========================== */
.card {
  border: 1px solid var(--rh-border);
  border-radius: 20px;
  padding: 15px; }

.card .button, .button--primary, button[type="submit"] {
  border-radius: 50px !important;
  /* Rebel Pill Style */
  background: var(--rh-noir) !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border: none !important; }

/* ===========================
   THE REMOVAL BLOCK (BRANDS & NAVIGATION)
   =========================== */
/* Targets the "Navigation" heading, the "Brands" heading, and the Brand links */
.mobileMenu .navPages-heading,
.navPages-list--brands,
.brands,
[data-menu-section="brands"],
[href*="/brands"],
.navPages-heading--brands,
.mobileMenu .navPages-list:last-of-type {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

/* UI CLEANUP */
.breadcrumbs, .page-heading, .category-title {
  display: none !important; }

.navPages-item .icon, .navPages-item svg, .navPages-title {
  display: none !important; }

/* REMOVE THE "Navigation" SECTION LABEL ONLY */
.mobileMenu .navPages-heading {
  display: none !important; }
