/* =========================================================
   SHOP: KEINE SIDEBAR + KEIN DIVI-TRENNSTRICH
   (nur WooCommerce Produkt-Archiv)
   ========================================================= */

body.post-type-archive-product #sidebar {
  display: none !important;
}

body.post-type-archive-product #left-area {
  width: 100% !important;
  float: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
}

/* Divi-Zwischenlinie entfernen */
body.post-type-archive-product #main-content .container:before {
  display: none !important;
  content: none !important;
}

/* =========================================================
   SHOP-SUCHE RECHTS
   ========================================================= */

body.post-type-archive-product .shop-search {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 26px 0;
}

body.post-type-archive-product .shop-search .woocommerce-product-search {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.post-type-archive-product
.shop-search .woocommerce-product-search input[type="search"] {
  width: 320px;
  max-width: 60vw;
  padding: 9px 10px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 6px;
}

body.post-type-archive-product
.shop-search .woocommerce-product-search button {
  padding: 9px 14px;
  border-radius: 6px;
}

/* =========================================================
   KATEGORIE-COUNT – NUR STYLING (Text kommt aus PHP)
   ========================================================= */

body.post-type-archive-product
.woocommerce-loop-category__title mark.count {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #d64f50;
  color: #ffffff;
  font-size: 0.85em;
}