.elementor-widget-global .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-7134 .elementor-element.elementor-global-7139.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}@media(max-width:1024px){.elementor-widget-global .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-global .woocommerce .woocommerce-loop-category__title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .woocommerce-loop-category__title .count{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for global, class: .elementor-global-7139 *//* Box značky (li) */
.woocommerce ul.products li.product-category {
  height: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  transition: background 0.3s ease !important;
  border: 1px solid #f1f1f1 !important;
  background: #fff !important;
}

/* Hover efekt na box */
.woocommerce ul.products li.product-category:hover {
  background-color: #f9f9f9 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
}

/* Obrázek uvnitř boxu – cca 1/3 šířky boxu */
.woocommerce ul.products li.product-category img {
  width: 85% !important;
  height: auto !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
  transition: transform 0.3s ease !important;
}

/* Hover efekt na obrázek */
.woocommerce ul.products li.product-category:hover img {
  transform: scale(1.05) !important;
}

/* Text pod obrázkem */
.woocommerce ul.products li.product-category h2 {
  font-size: 17px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}/* End custom CSS */