feat(back-end front-end): shop feature

This commit is contained in:
2026-03-10 15:04:49 +01:00
parent 8733184dc5
commit 3f228ef6e2
30 changed files with 2584 additions and 435 deletions

View File

@@ -7,16 +7,12 @@
line-height: 1.5;
}
.hero-actions {
gap: var(--space-3);
}
.shop-layout {
display: grid;
gap: var(--space-8);
align-items: start;
grid-template-columns: minmax(270px, 320px) minmax(0, 1fr);
padding-bottom: var(--space-12);
padding-bottom: var(--space-8);
padding-top: var(--space-6);
}
@@ -226,6 +222,32 @@
gap: var(--space-5);
}
.shop-custom-cta {
padding-bottom: var(--space-12);
}
.shop-custom-cta-card {
display: block;
}
.shop-custom-cta-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-5);
}
.shop-custom-cta-copy {
display: grid;
gap: var(--space-1);
}
.shop-custom-cta-title {
margin: 0;
font-size: clamp(1.15rem, 0.45vw + 1.02rem, 1.45rem);
line-height: 1.25;
}
.section-title {
margin: 0;
font-size: clamp(1.5rem, 1vw + 1.2rem, 2rem);
@@ -284,6 +306,11 @@
grid-template-columns: 1fr;
}
.shop-custom-cta-inner {
align-items: start;
flex-direction: column;
}
.catalog-head,
.cart-line-controls,
.panel-head {