.elementor-3017 .elementor-element.elementor-element-1a7c256{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3017 .elementor-element.elementor-element-1c9cc2e .product{text-align:left;}.elementor-3017 .elementor-element.elementor-element-1c9cc2e.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-3017 .elementor-element.elementor-element-1c9cc2e.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:4px;}.elementor-3017 .elementor-element.elementor-element-1c9cc2e .woocommerce .woocommerce-loop-category__title{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:400;}@media(max-width:1366px){.elementor-3017 .elementor-element.elementor-element-1a7c256{--min-height:0px;--justify-content:center;}}/* Start custom CSS for wc-categories, class: .elementor-element-1c9cc2e *//* ============== Strong reset + inline-flex row ============== */
/* container (each grid item) */
.bocpak-products.products.elementor-grid li.product-category.product {
  display: block !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* the link becomes a tight row holding icon + title */
.bocpak-products.products.elementor-grid li.product-category.product a {
  display: inline-flex !important;      /* tight row so icon+text are paired */
  align-items: center !important;       /* TRUE vertical centering */
  justify-content: flex-start !important;
  gap: 10px !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
  width: auto !important;               /* change to 100% if you want full-width */
}

/* image/icon: fixed box, no baseline gaps */
.bocpak-products.products.elementor-grid li.product-category.product a img {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: middle !important;
}

/* title: remove weird transforms/pseudo-elements and force centering */
.bocpak-products.products.elementor-grid li.product-category.product a h2.woocommerce-loop-category__title {
  display: inline-flex !important;
  align-items: center !important;       /* centers text vertically inside its box */
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  transform: none !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  line-height: 1.2 !important;          /* normal line box */
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: normal !important;
  writing-mode: horizontal-tb !important;    /* undo vertical text */
  text-orientation: mixed !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #000 !important;
  flex: 0 1 auto !important;
}

/* remove pseudo content that might shift layout */
.bocpak-products.products.elementor-grid li.product-category.product a h2.woocommerce-loop-category__title::before,
.bocpak-products.products.elementor-grid li.product-category.product a h2.woocommerce-loop-category__title::after {
  display: none !important;
  content: none !important;
}

/* hide product counts */
.bocpak-products.products.elementor-grid li.product-category.product a h2.woocommerce-loop-category__title mark.count {
  display: none !important;
}/* End custom CSS */