/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.2.9
*/

.header-action.toggle-button.custom-toggle {
  display: none;
}
/* ================================
   FINAL KLB WC MEGA MENU – 7 COLUMNS
   + HIDE UNCATEGORIZED
================================ */

/* Το Shop να είναι "anchor" */
.klb-menu > li.mega-menu {
  position: static !important;
}

/* Το dropdown */
.klb-menu > li.mega-menu > .wc-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 32px 40px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  z-index: 99999;

  /* ✅ 7 ΣΤΗΛΕΣ */
  display: grid;
  grid-template-columns: repeat(7, minmax(130px, 1fr));
  gap: 28px;
  align-items: flex-start;
}

/* Hover άνοιγμα */
.klb-menu > li.mega-menu:hover > .wc-mega-menu {
  display: grid !important;
}

/* Κάθε στήλη */
.wc-mega-menu .mega-column {
  text-align: left;
  white-space: normal;
}

/* Τίτλος parent category */
.wc-mega-menu .mega-title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
}

/* Sub category list */
.wc-mega-menu .mega-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-mega-menu .mega-sub li {
  margin: 0;
  padding: 0;
}

.wc-mega-menu .mega-sub li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 1.35;
}

.wc-mega-menu .mega-sub li a:hover {
  color: #b38b00;
}

/* ✅ ΑΠΟΚΡΥΨΗ ΤΗΣ UNCATEGORIZED ΣΤΗΛΗΣ */
.wc-mega-menu .mega-column[data-slug="uncategorized"],
.wc-mega-menu .mega-title[href*="uncategorized"],
.wc-mega-menu a[href*="product-category/uncategorized"] {
  display: none !important;
}
/* Close by default */
.klb-menu > li.mega-menu > .wc-mega-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
}

/* Open only on hover */
.klb-menu > li.mega-menu:hover > .wc-mega-menu {
    display: grid !important;
    visibility: visible;
    opacity: 1;
}
.klb-menu > li.mega-menu > a::after {
  content: " ⌄";
  font-size: 16px;
  margin-left: 6px;
}

.wc-mega-menu {
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;          /* πριν ήταν 28px */
  padding: 24px 28px; /* πριν ήταν πιο φαρδύ */
}


.wc-mega-menu .mega-sub li a {
  font-size: 13px;   /* πριν 14px */
  line-height: 1.25;
  padding: 4px 0;
}
/* ✅ Mega menu 80% πλάτος & κεντραρισμένο */
.klb-menu > li.mega-menu > .wc-mega-menu {
  width: 80% !important;
  left: 50%;
  transform: translateX(-50%);
}

/* ✅ Σπάσιμο μεγάλων λέξεων στις υποκατηγορίες */
.wc-mega-menu .mega-sub li a {
  white-space: normal;        /* επιτρέπει αλλαγή γραμμής */
  word-break: break-word;    /* σπάει μεγάλες λέξεις */
  overflow-wrap: break-word;
  line-height: 1.3;
  max-width: 100%;
}
/* 🔥 Πορτοκαλί hover στα link των υποκατηγοριών */
.wc-mega-menu .mega-sub li a:hover {
  color: #f28c28 !important;
}

/* 🔥 Πορτοκαλί hover στα parent titles (Σκύλος, Γάτα, κλπ.) */
.wc-mega-menu .mega-title:hover {
  color: #f28c28 !important;
  cursor: pointer;
}

/* 🔥 Πορτοκαλί hover στο "Shop" */
.klb-menu > li.mega-menu > a:hover {
  color: #f28c28 !important;
}
.product-checklist {
  display: none;
}