.elementor-11970 .elementor-element.elementor-element-3143c1e{--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;}/* Start custom CSS for html, class: .elementor-element-c1491d2 */.product-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.category {
  width: 18%;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.category h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.category ul {
  list-style: none;
  padding-left: 0;
}

.category ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

.category ul li.highlight {
  color: #e74c3c; /* Highlight color for specific items like "Theme Edition" and "Shop Now" */
  font-weight: bold;
}

.category ul li a {
  text-decoration: none;
  color: #333;
}

.category ul li a:hover {
  color: #e74c3c; /* Hover color for links */
}/* End custom CSS */