dp-trade-UI-kit/product.html
2026-04-21 23:27:50 +03:00

37 lines
1.5 KiB
HTML

<!doctype html>
<html lang="ru">
<head>
<script src="components/head.js"></script>
<title>DP Trade — Product</title>
</head>
<body>
<div class="site-shell">
<div id="site-header"></div>
<main class="section">
<div class="container product-detail">
<div class="product-media"><img class="product-photo" src="assets/images/00081538_1.png" alt="Chateau Laroque Grand Cru" /></div>
<section class="detail-copy">
<p class="eyebrow">Product / Default</p>
<h1>Chateau Laroque Grand Cru</h1>
<p>Премиальная позиция из Bordeaux для ресторанных карт и специализированной розницы.</p>
<div class="meta-list">
<div><span>Регион</span><strong>Bordeaux</strong></div>
<div><span>Тип</span><strong>Red dry</strong></div>
<div><span>Год</span><strong>2019</strong></div>
<div><span>Объем</span><strong>0.75 L</strong></div>
<div><span>Цена</span><strong>3 890 ₽</strong></div>
</div>
<div class="hero-actions">
<a class="button button--primary" href="#">Запросить прайс</a>
<a class="button button--secondary" href="catalog.html">Вернуться в каталог</a>
</div>
</section>
</div>
</main>
<div id="site-footer"></div>
</div>
<script src="assets/js/components.js"></script>
</body>
</html>