.elementor-1484 .elementor-element.elementor-element-61ee2b7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e82d689 *//* Container Layout */
.custom-shop-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}

/* Sidebar Box */
.custom-category-sidebar {
  flex: 0 0 220px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.custom-category-sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

/* Clean Text Menu */
ul.text-category-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.text-category-menu li {
  margin-bottom: 6px !important;
  padding: 0 !important;
}

ul.text-category-menu li a {
  display: block;
  padding: 8px 12px;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

ul.text-category-menu li a:hover {
  background-color: #222222;
  color: #ffffff;
}

/* Right Product Area */
.custom-product-area {
  flex: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-shop-layout {
    flex-direction: column;
  }
  .custom-category-sidebar {
    width: 100%;
    flex: none;
  }
}/* End custom CSS */