.elementor-80 .elementor-element.elementor-element-b114097{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-80 .elementor-element.elementor-element-b114097{--width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-0b34353 */ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.products li.product-category {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

ul.products li.product-category:hover {
  transform: translateY(-4px);
  border-color: #d9d9d9;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

ul.products li.product-category a {
  display: block;
  text-decoration: none;
}

ul.products li.product-category a img {
  display: block;
  width: 100%;
  background: #f7f7f7;
  transition: transform 0.25s ease;
}

ul.products li.product-category:hover a img {
  transform: scale(1.015);
}

ul.products li.product-category h2 {
  margin: 0;
  padding: 16px 18px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-transform: capitalize !important;
  letter-spacing: 0.2px;
}

ul.products li.product-category mark {
  display: none;
}

@media (max-width: 767px) {
  ul.products li.product-category h2 {
    padding: 12px 14px 14px;
    font-size: 13px;
  }
}/* End custom CSS */