-
В этой категории пока нет товаров
+
+
Упс! Здесь пока пусто
+
В этой категории ещё нет товаров, но скоро они появятся
+
На главную
}
diff --git a/src/app/pages/category/category.component.scss b/src/app/pages/category/category.component.scss
index f810fe4..ddb327d 100644
--- a/src/app/pages/category/category.component.scss
+++ b/src/app/pages/category/category.component.scss
@@ -7,7 +7,6 @@
.error,
.loading-initial,
-.no-items,
.no-more {
text-align: center;
padding: 60px 20px;
@@ -19,6 +18,61 @@
font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
+.no-items {
+ text-align: center;
+ padding: 80px 20px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
+
+ .no-items-icon {
+ width: 100px;
+ height: 100px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #f5f3f9;
+ border-radius: 50%;
+ margin-bottom: 24px;
+ }
+
+ h3 {
+ font-size: 1.25rem;
+ font-weight: 700;
+ color: #1e3c38;
+ margin: 0 0 8px 0;
+ }
+
+ p {
+ font-size: 0.95rem;
+ color: #697777;
+ margin: 0 0 24px 0;
+ max-width: 340px;
+ line-height: 1.5;
+ }
+
+ .no-items-btn {
+ display: inline-flex;
+ align-items: center;
+ padding: 10px 28px;
+ background: #497671;
+ color: white;
+ border-radius: 13px;
+ font-family: "DM Sans", sans-serif;
+ font-size: 0.9375rem;
+ font-weight: 600;
+ text-decoration: none;
+ transition: background 0.2s ease, transform 0.15s ease;
+
+ &:hover {
+ background: #3d635f;
+ transform: translateY(-1px);
+ }
+ }
+}
+
.error button {
margin-top: 20px;
padding: 10px 24px;
diff --git a/src/app/pages/category/subcategories.component.html b/src/app/pages/category/subcategories.component.html
index 6d6a359..30513ad 100644
--- a/src/app/pages/category/subcategories.component.html
+++ b/src/app/pages/category/subcategories.component.html
@@ -18,21 +18,37 @@