.elementor-2519 .elementor-element.elementor-element-2519 > .elementor-widget-container{padding:25px 25px 25px 25px;}.elementor-2519 .elementor-element.elementor-element-2519.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}@media(max-width:767px){.elementor-2519 .elementor-element.elementor-element-2519{width:var( --container-widget-width, 312px );max-width:312px;--container-widget-width:312px;--container-widget-flex-grow:0;}.elementor-2519 .elementor-element.elementor-element-2519 > .elementor-widget-container{margin:5px 0px 4px 0px;padding:30px 0px 0px 0px;}.elementor-2519 .elementor-element.elementor-element-2519 .woocommerce .woocommerce-loop-category__title{font-size:10px;}}/* Start custom CSS for wc-categories, class: .elementor-element-2519 *//* SEMBUNYIKAN GAMBAR & ANGKA */
ul.products li.product-category img,
.woocommerce-loop-category__thumbnail,
.woocommerce-loop-category__title .count {
  display: none !important;
}

/* TEKS NAMA KATEGORI */
.woocommerce-loop-category__title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* GRID RAPIH DAN SIMETRIS */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 4px; /* seragam atas-samping */
  padding: 0;
  margin: 0;
}

/* BLOK KATEGORI SANGAT RINGKAS & TENGAH */
ul.products li.product-category {
  background-color: #d8f3dc;
  border: px solid #b6e2c4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  min-height: 42px; /* cukup untuk 2 baris teks */
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}

ul.products li.product-category:hover {
  background-color: #b7e4c7;
}
@media screen and (max-width: 768px) {
  ul.products {
    margin-bottom: 4px !important;
  }

  .woocommerce, .woocommerce-page {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  h2, .spreading-message {
    margin-top: 4px !important;
  }
}/* End custom CSS */