36 lines
1.7 KiB
HTML
36 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>DP Trade — Product</title>
|
|
<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=Inter:wght@400;500;600;700;800&family=Montserrat:wght@500;600;700;800&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="css/site.css" />
|
|
</head>
|
|
<body>
|
|
<main class="section">
|
|
<div class="container product-detail">
|
|
<div class="product-media"><span class="bottle"></span></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>
|
|
</body>
|
|
</html>
|