Refresh storefront design with full-bleed hero and new type system

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-25 05:40:56 +03:00
co-authored by Cursor
parent 54eaff4c70
commit 67acce62f1
8 changed files with 497 additions and 275 deletions
+14 -5
View File
@@ -11,7 +11,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@500;700;800&family=Manrope:wght@400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Figtree:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/static/css/style.css" />
@@ -26,14 +26,23 @@
<a href="/#how">Как купить</a>
</nav>
<a class="header-cta cart-link" href="/cart">
Корзина{% if cart_count %} <span class="cart-badge">{{ cart_count }}</span>{% endif %}
Корзина{% if cart_count %}<span class="cart-badge">{{ cart_count }}</span>{% endif %}
</a>
</header>
<main>{% block content %}{% endblock %}</main>
<footer class="site-footer" id="support">
<div class="footer-brand">{{ app_name }}</div>
<p>Цифровые товары с мгновенной выдачей. Вопросы: support@pitopn.shop</p>
<p class="footer-copy">© {{ app_name }} 2026</p>
<div class="footer-grid">
<div>
<div class="footer-brand">{{ app_name }}</div>
<p>Цифровые товары с мгновенной выдачей.</p>
</div>
<div class="footer-links">
<a href="/#catalog">Каталог</a>
<a href="/lookup">Мой заказ</a>
<a href="/cart">Корзина</a>
</div>
</div>
<p class="footer-copy">© {{ app_name }} 2026 · support@pitopn.shop</p>
</footer>
<script src="/static/js/main.js" defer></script>
</body>