mirror of
https://github.com/Dvorinka/masterdrinks.git
synced 2026-06-04 10:42:58 +00:00
uprava
This commit is contained in:
+30
-26
@@ -3,11 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>MasterDrinks | Premium Alcohol Distributor</title>
|
<title>MasterDrinks | Prémiová distribuce alkoholu</title>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<script data-goatcounter="https://tdvorak.goatcounter.com/count"
|
|
||||||
async src="//gc.zgo.at/count.js"></script>
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
<style>
|
<style>
|
||||||
@@ -945,14 +943,14 @@ footer::before {
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header-content">
|
<div class="header-content">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks">
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul id="navMenu">
|
<ul id="navMenu">
|
||||||
<li><a href="#features">Objevit</a></li>
|
<li><a href="index.html" class="active">Domů</a></li>
|
||||||
<li><a href="#products">Produkty</a></li>
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
<li><a href="#services">Služby</a></li>
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
<li><a href="#contact">Kontakt</a></li>
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="hamburger" id="hamburger">
|
<div class="hamburger" id="hamburger">
|
||||||
<i class="fas fa-bars"></i>
|
<i class="fas fa-bars"></i>
|
||||||
@@ -993,21 +991,21 @@ footer::before {
|
|||||||
<p class="feature-desc">Prozkoumejte naši širokou nabídku premium destilátů, včetně bourbonu, brandy, džinu, koňaku, likérů, rumu, tequily, vodky a whisky.</p>
|
<p class="feature-desc">Prozkoumejte naši širokou nabídku premium destilátů, včetně bourbonu, brandy, džinu, koňaku, likérů, rumu, tequily, vodky a whisky.</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Services -->
|
<!-- Services -->
|
||||||
<div class="feature-card" id="servicesCard">
|
<!-- <div class="feature-card" id="servicesCard">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<i class="fas fa-truck"></i>
|
<i class="fas fa-truck"></i>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="feature-title">Služby</h3>
|
<h3 class="feature-title">Služby</h3>
|
||||||
<p class="feature-desc">Objevte naše možnosti doručování a pronájem stánků pro akce a speciální příležitosti.</p>
|
<p class="feature-desc">Objevte naše možnosti doručování a pronájem stánků pro akce a speciální příležitosti.</p>
|
||||||
</div>
|
</div> -->
|
||||||
<!-- News & Promotions -->
|
<!-- News & Promotions -->
|
||||||
<div class="feature-card" id="newsCard">
|
<!-- <div class="feature-card" id="newsCard">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<i class="fas fa-tags"></i>
|
<i class="fas fa-tags"></i>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="feature-title">Novinky & Akce</h3>
|
<h3 class="feature-title">Novinky & Akce</h3>
|
||||||
<p class="feature-desc">Zůstaňte v obraze s našimi nejnovějšími novinkami, speciálními nabídkami a propagačními akcemi.</p>
|
<p class="feature-desc">Zůstaňte v obraze s našimi nejnovějšími novinkami, speciálními nabídkami a propagačními akcemi.</p>
|
||||||
</div>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -1103,12 +1101,12 @@ footer::before {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="contact">
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-container">
|
<div class="footer-container">
|
||||||
<div class="footer-info">
|
<div class="footer-info">
|
||||||
<div class="footer-logo">
|
<div class="footer-logo">
|
||||||
<img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks">
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
</div>
|
</div>
|
||||||
<p>Premium distributor alkoholu nabízející maloobchodní a velkoobchodní služby s výjimečnou kolekcí kvalitních destilátů.</p>
|
<p>Premium distributor alkoholu nabízející maloobchodní a velkoobchodní služby s výjimečnou kolekcí kvalitních destilátů.</p>
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
@@ -1121,21 +1119,20 @@ footer::before {
|
|||||||
<div class="footer-links-section">
|
<div class="footer-links-section">
|
||||||
<h3 class="footer-title">Rychlé odkazy</h3>
|
<h3 class="footer-title">Rychlé odkazy</h3>
|
||||||
<ul class="footer-links">
|
<ul class="footer-links">
|
||||||
<li><a href="#features">O nás</a></li>
|
<li><a href="index.html">Domů</a></li>
|
||||||
<li><a href="#products">Naše produkty</a></li>
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
<li><a href="#services">Služby</a></li>
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
<li><a href="#news">Akce</a></li>
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
<li><a href="#contact">Kontakt</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-links-section">
|
<div class="footer-links-section">
|
||||||
<h3 class="footer-title">Produkty</h3>
|
<h3 class="footer-title">Produkty</h3>
|
||||||
<ul class="footer-links">
|
<ul class="footer-links">
|
||||||
<li><a href="#">Bourbon & Whisky</a></li>
|
<li><a href="katalog-zbozi.html#whisky">Whisky</a></li>
|
||||||
<li><a href="#">Vodka & Džin</a></li>
|
<li><a href="katalog-zbozi.html#vodky">Vodky</a></li>
|
||||||
<li><a href="#">Rum & Tequila</a></li>
|
<li><a href="katalog-zbozi.html#rumy">Rumy</a></li>
|
||||||
<li><a href="#">Koňak & Brandy</a></li>
|
<li><a href="katalog-zbozi.html#tequily">Tequily</a></li>
|
||||||
<li><a href="#">Likéry</a></li>
|
<li><a href="katalog-zbozi.html#likery">Likéry</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-contact">
|
<div class="footer-contact">
|
||||||
@@ -1266,8 +1263,15 @@ footer::before {
|
|||||||
featureCards.forEach(card => {
|
featureCards.forEach(card => {
|
||||||
card.addEventListener('click', function() {
|
card.addEventListener('click', function() {
|
||||||
const id = this.id;
|
const id = this.id;
|
||||||
// Add your navigation or modal logic here
|
if (id === 'aboutCard') {
|
||||||
console.log(`Clicked on ${id}`);
|
window.location.href = 'o-nas.html';
|
||||||
|
} else if (id === 'productsCard') {
|
||||||
|
window.location.href = 'katalog-zbozi.html';
|
||||||
|
} else if (id === 'servicesCard') {
|
||||||
|
window.location.href = 'index.html#services';
|
||||||
|
} else if (id === 'newsCard') {
|
||||||
|
console.log('News & Promotions clicked');
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+1838
File diff suppressed because it is too large
Load Diff
+350
@@ -0,0 +1,350 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="cs">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>MasterDrinks | Kontakt</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<script data-goatcounter="https://tdvorak.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary: #ffffff;
|
||||||
|
--secondary: #f5f5f5;
|
||||||
|
--accent: #c9a95f;
|
||||||
|
--accent-dark: #b89142;
|
||||||
|
--text: #1a1a2e;
|
||||||
|
--text-dark: #444444;
|
||||||
|
--muted: #898989;
|
||||||
|
--transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
||||||
|
color: var(--text);
|
||||||
|
min-height: 100vh;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; }
|
||||||
|
|
||||||
|
/* Header */
|
||||||
|
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: rgba(255,255,255,1); backdrop-filter: blur(10px); box-shadow: 0px 10px 0px var(--accent); transition: var(--transition); }
|
||||||
|
.header-content { display: flex; justify-content: space-between; align-items: center; padding: 20px; }
|
||||||
|
.logo { display: flex; align-items: center; }
|
||||||
|
.logo-img { width: 85px; }
|
||||||
|
nav ul { display: flex; list-style: none; }
|
||||||
|
nav ul li { margin-left: 30px; }
|
||||||
|
nav ul li a { text-decoration: none; color: var(--text); font-weight: 500; font-size: 16px; position: relative; transition: var(--transition); }
|
||||||
|
nav ul li a:hover { color: var(--accent); }
|
||||||
|
nav ul li a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); }
|
||||||
|
nav ul li a:hover::after { width: 100%; }
|
||||||
|
.hamburger { display: none; cursor: pointer; font-size: 24px; color: var(--accent); }
|
||||||
|
|
||||||
|
/* Hero */
|
||||||
|
.hero { min-height: 52vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 100px; }
|
||||||
|
.hero::before { content: ''; position: absolute; inset: 0; background: url('./background_main.png') center/cover no-repeat; filter: brightness(.6); animation: zoomBackground 20s infinite alternate; }
|
||||||
|
.hero-content { position: relative; z-index: 1; text-align: center; max-width: 900px; padding: 0 20px; margin: 0 auto; }
|
||||||
|
.hero-title { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 700; margin-bottom: 16px; background: linear-gradient(135deg, #faad53, #e0c78b); -webkit-background-clip: text; background-clip: text; color: transparent; animation: fadeInUp 1s ease; }
|
||||||
|
.hero-subtitle { font-size: 20px; color: #dedede; animation: fadeInUp 1s ease .15s both; }
|
||||||
|
|
||||||
|
.btn { display: inline-block; padding: 12px 24px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: var(--primary); font-size: 16px; font-weight: 600; text-decoration: none; border-radius: 4px; box-shadow: 0 10px 20px rgba(0,0,0,.1); transition: var(--transition); border: none; position: relative; overflow: hidden; cursor: pointer; }
|
||||||
|
.btn:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(0,0,0,.15); }
|
||||||
|
|
||||||
|
/* Contact */
|
||||||
|
.contact { padding: 50px 0 70px; background: linear-gradient(to bottom, rgba(255,255,255,.85), var(--primary)); position: relative; }
|
||||||
|
.contact-title { font-size: 34px; margin-bottom: 22px; text-align: center; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); }
|
||||||
|
.contact-title::after { content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 70%; height: 2px; background: var(--accent); }
|
||||||
|
.contact-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; max-width: 1200px; margin: 24px auto 0; }
|
||||||
|
.card { grid-column: span 6; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(245,245,245,.95)); backdrop-filter: blur(8px); border-radius: 10px; overflow: hidden; border: 1px solid rgba(201,169,95,.15); box-shadow: 0 14px 28px rgba(0,0,0,.08); transition: var(--transition); position: relative; padding: 22px; }
|
||||||
|
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(0,0,0,.12); border-color: rgba(201,169,95,.35); }
|
||||||
|
.card h3 { color: var(--accent); margin-bottom: 12px; font-size: 20px; }
|
||||||
|
.info-list { list-style: none; display: grid; gap: 12px; }
|
||||||
|
.info-list li { display: flex; align-items: center; color: var(--text-dark); font-size: 15px; }
|
||||||
|
.info-list i { color: var(--accent); margin-right: 10px; font-size: 18px; }
|
||||||
|
.hours { display: grid; gap: 8px; font-size: 14px; color: var(--text-dark); }
|
||||||
|
|
||||||
|
/* Contact form */
|
||||||
|
.form { display: grid; gap: 12px; }
|
||||||
|
.input, .textarea { width: 100%; padding: 14px; border: 1px solid rgba(201,169,95,.2); border-radius: 6px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(245,245,245,.9)); color: var(--text); font-size: 14px; box-shadow: 0 8px 16px rgba(0,0,0,.06); transition: var(--transition); font-family: 'Montserrat'; }
|
||||||
|
.textarea { min-height: 140px; resize: vertical; }
|
||||||
|
.input:focus, .textarea:focus { outline: none; border-color: rgba(201,169,95,.45); }
|
||||||
|
|
||||||
|
/* Map */
|
||||||
|
.map { padding: 0 0 80px; }
|
||||||
|
.map .map-embed { width: 100%; max-width: 1200px; margin: 0 auto; border-radius: 10px; overflow: hidden; box-shadow: 0 14px 28px rgba(0,0,0,.08); border: 1px solid rgba(201,169,95,.15); }
|
||||||
|
|
||||||
|
/* Newsletter */
|
||||||
|
.newsletter { padding: 80px 0; background: linear-gradient(to bottom, rgba(255,255,255,.8), var(--primary)); position: relative; }
|
||||||
|
.newsletter::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(201,169,95,.05), transparent 70%); }
|
||||||
|
.newsletter-container { max-width: 600px; margin: 0 auto; text-align: center; position: relative; }
|
||||||
|
.newsletter-title { font-size: 32px; margin-bottom: 20px; }
|
||||||
|
.newsletter-desc { font-size: 16px; color: var(--text-dark); margin-bottom: 30px; line-height: 1.6; }
|
||||||
|
.newsletter-form { display: flex; gap: 10px; max-width: 500px; margin: 0 auto; }
|
||||||
|
.newsletter-input { flex: 1; padding: 15px; border: none; border-radius: 4px; background: rgba(255,255,255,.1); color: var(--text); font-size: 16px; box-shadow: 0 5px 15px rgba(0,0,0,.1); border: 1px solid rgba(255,255,255,.1); transition: var(--transition); font-family: 'Montserrat'; }
|
||||||
|
.newsletter-btn { padding: 15px 25px; background: var(--accent); color: var(--primary); font-size: 16px; font-weight: 600; border: none; border-radius: 4px; cursor: pointer; transition: var(--transition); font-family: 'Montserrat'; }
|
||||||
|
.newsletter-btn:hover { background: var(--accent-dark); transform: translateY(-3px); }
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
|
footer { background: var(--primary); padding: 60px 0 30px; position: relative; overflow: hidden; }
|
||||||
|
footer::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, transparent, var(--accent), transparent); }
|
||||||
|
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
|
||||||
|
.footer-logo { display: flex; align-items: center; margin-bottom: 20px; }
|
||||||
|
.footer-title { font-size: 20px; margin-bottom: 20px; color: var(--accent); position: relative; padding-bottom: 10px; }
|
||||||
|
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: var(--accent); }
|
||||||
|
.footer-links { list-style: none; }
|
||||||
|
.footer-links li { margin-bottom: 10px; }
|
||||||
|
.footer-links a { color: var(--text-dark); text-decoration: none; font-size: 14px; transition: var(--transition); display: inline-block; }
|
||||||
|
.footer-links a:hover { color: var(--accent); transform: translateX(5px); }
|
||||||
|
.footer-contact p { display: flex; align-items: center; color: var(--text-dark); margin-bottom: 15px; font-size: 14px; }
|
||||||
|
.footer-contact i { color: var(--accent); margin-right: 10px; font-size: 16px; }
|
||||||
|
.social-links { display: flex; gap: 15px; margin-top: 20px; }
|
||||||
|
.social-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,.05); border-radius: 50%; color: var(--accent); font-size: 18px; transition: var(--transition); text-decoration: none; }
|
||||||
|
.social-icon:hover { background: var(--accent); color: var(--primary); transform: translateY(-5px); }
|
||||||
|
.footer-bottom { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.05); font-size: 14px; color: var(--text-dark); }
|
||||||
|
|
||||||
|
/* Modal */
|
||||||
|
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.85); display: flex; align-items: center; justify-content: center; z-index: 1000; backdrop-filter: blur(5px); }
|
||||||
|
.age-verification { background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,245,245,.95)); border-radius: 10px; padding: 40px; max-width: 500px; width: 90%; text-align: center; box-shadow: 0 20px 40px rgba(0,0,0,.4); border: 1px solid rgba(201,169,95,.2); animation: modalFadeIn .5s ease; }
|
||||||
|
.age-icon { font-size: 60px; color: var(--accent); margin-bottom: 20px; }
|
||||||
|
.age-title { font-size: 28px; margin-bottom: 15px; }
|
||||||
|
.age-text { font-size: 16px; color: var(--text-dark); margin-bottom: 30px; line-height: 1.6; }
|
||||||
|
.age-buttons { display: flex; gap: 20px; justify-content: center; }
|
||||||
|
.age-btn { padding: 12px 25px; border: none; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer; transition: var(--transition); }
|
||||||
|
.age-yes { background: var(--accent); color: var(--primary); }
|
||||||
|
.age-no { background: rgba(255,255,255,.1); color: var(--text); }
|
||||||
|
|
||||||
|
/* Animations & Responsive */
|
||||||
|
@keyframes zoomBackground { 0%{ transform: scale(1);} 100%{ transform: scale(1.1);} }
|
||||||
|
@keyframes fadeInUp { from{ opacity:0; transform: translateY(20px);} to{ opacity:1; transform: translateY(0);} }
|
||||||
|
@keyframes modalFadeIn { from{ opacity:0; transform: translateY(-30px);} to{ opacity:1; transform: translateY(0);} }
|
||||||
|
@keyframes modalFadeOut { from{ opacity:1; transform: translateY(0);} to{ opacity:0; transform: translateY(-30px);} }
|
||||||
|
|
||||||
|
@media (max-width: 1200px){ .card { grid-column: span 6; } }
|
||||||
|
@media (max-width: 900px){ .contact-grid { grid-template-columns: repeat(6, 1fr);} .card{ grid-column: span 6;} }
|
||||||
|
@media (max-width: 768px){
|
||||||
|
.header-content{ padding: 15px; }
|
||||||
|
nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.95); padding: 20px; box-shadow: 0 10px 20px rgba(0,0,0,.2); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: var(--transition); }
|
||||||
|
nav ul.show{ transform: translateY(0); opacity: 1; visibility: visible; display: flex; }
|
||||||
|
nav ul li { margin: 10px 0; }
|
||||||
|
.hamburger{ display: block; }
|
||||||
|
.hero-title{ font-size: 38px; }
|
||||||
|
.hero-subtitle{ font-size: 17px; }
|
||||||
|
}
|
||||||
|
@media (max-width: 480px){ .hero-title{ font-size: 32px; } }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- Age Verification Modal -->
|
||||||
|
<div class="modal-overlay" id="ageModal">
|
||||||
|
<div class="age-verification">
|
||||||
|
<div class="age-icon">
|
||||||
|
<i class="fas fa-exclamation-triangle"></i>
|
||||||
|
</div>
|
||||||
|
<h2 class="age-title">Ověření věku</h2>
|
||||||
|
<p class="age-text">Vítejte na MasterDrinks. Pro vstup na tuto stránku musíte být plnoletí podle zákonů vaší země. Kliknutím na "Ano" potvrzujete, že je vám alespoň 18 let.</p>
|
||||||
|
<div class="age-buttons">
|
||||||
|
<button class="age-btn age-yes" id="ageYes">Ano, je mi 18+</button>
|
||||||
|
<button class="age-btn age-no" id="ageNo">Ne, je mi méně než 18</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Header -->
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="header-content">
|
||||||
|
<div class="logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<nav>
|
||||||
|
<ul id="navMenu">
|
||||||
|
<li><a href="index.html" class="active">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="hamburger" id="hamburger">
|
||||||
|
<i class="fas fa-bars"></i>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Hero -->
|
||||||
|
<section class="hero">
|
||||||
|
<div class="container">
|
||||||
|
<div class="hero-content">
|
||||||
|
<h1 class="hero-title">Kontaktujte nás</h1>
|
||||||
|
<p class="hero-subtitle">Máte dotaz k našim produktům nebo službám? Ozvěte se nám – rádi poradíme.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Contact -->
|
||||||
|
<section class="contact" id="contact">
|
||||||
|
<div class="container">
|
||||||
|
<h2 class="contact-title">Kontakt & Otevírací doba</h2>
|
||||||
|
<div class="contact-grid">
|
||||||
|
<!-- Left: Info -->
|
||||||
|
<article class="card">
|
||||||
|
<h3>Kontaktní údaje</h3>
|
||||||
|
<ul class="info-list">
|
||||||
|
<li><i class="fas fa-user"></i> David Moravec</li>
|
||||||
|
<li><i class="fas fa-map-marker-alt"></i> Sídlo: Sokolovská 758, 686 01 Uherské Hradiště</li>
|
||||||
|
<li><i class="fas fa-store"></i> Kamenný obchod: Sokolovská 570, Mařatice, 686 01 Uherské Hradiště</li>
|
||||||
|
<li><i class="fas fa-phone"></i> <a href="tel:+420602702129" style="color:inherit; text-decoration:none;">+420 602 702 129</a></li>
|
||||||
|
<li><i class="fas fa-envelope"></i> <a href="mailto:masterdrinks@seznam.cz" style="color:inherit; text-decoration:none;">masterdrinks@seznam.cz</a></li>
|
||||||
|
<li><i class="fas fa-building"></i> MasterDrinks, s.r.o. | IČO: 28326369 | DIČ: CZ28326369</li>
|
||||||
|
</ul>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#" class="social-icon" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
|
||||||
|
<a href="#" class="social-icon" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
|
||||||
|
<a href="#" class="social-icon" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
|
||||||
|
<a href="#" class="social-icon" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
|
||||||
|
</div>
|
||||||
|
<div style="margin-top:16px;">
|
||||||
|
<h3 style="margin-bottom:8px;">Otevírací doba</h3>
|
||||||
|
<div class="hours">
|
||||||
|
<div>Po – Pá: 10:00 – 20:00</div>
|
||||||
|
<div>So: 12:00 – 18:00</div>
|
||||||
|
<div>Ne: Zavřeno</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<!-- Right: Form -->
|
||||||
|
<article class="card">
|
||||||
|
<h3>Napište nám</h3>
|
||||||
|
<form class="form" id="contactForm">
|
||||||
|
<input class="input" type="text" id="name" name="name" placeholder="Vaše jméno" required>
|
||||||
|
<input class="input" type="email" id="email" name="email" placeholder="Váš email" required>
|
||||||
|
<input class="input" type="text" id="subject" name="subject" placeholder="Předmět" required>
|
||||||
|
<textarea class="textarea" id="message" name="message" placeholder="Vaše zpráva" required></textarea>
|
||||||
|
<button type="submit" class="btn">Odeslat zprávu</button>
|
||||||
|
</form>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Map -->
|
||||||
|
<section class="map" aria-label="Mapa">
|
||||||
|
<div class="container">
|
||||||
|
<div class="map-embed">
|
||||||
|
<iframe src="https://www.google.com/maps?q=Sokolovsk%C3%A1%20570%2C%20Ma%C5%99atice%2C%20686%2001%20Uhersk%C3%A9%20Hradi%C5%A1t%C4%9B&output=embed" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Newsletter -->
|
||||||
|
<section class="newsletter">
|
||||||
|
<div class="container">
|
||||||
|
<div class="newsletter-container">
|
||||||
|
<h2 class="newsletter-title">Zůstaňte informováni</h2>
|
||||||
|
<p class="newsletter-desc">Přihlaste se k odběru našeho newsletteru, abyste dostávali exkluzivní nabídky, novinky o příchodu nových produktů a odborné doporučení.</p>
|
||||||
|
<form class="newsletter-form">
|
||||||
|
<input type="email" class="newsletter-input" placeholder="Váš email" required>
|
||||||
|
<button type="submit" class="newsletter-btn">Přihlásit</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-container">
|
||||||
|
<div class="footer-info">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<p>Premium distributor alkoholu nabízející maloobchodní a velkoobchodní služby s výjimečnou kolekcí kvalitních destilátů.</p>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-linkedin-in"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Rychlé odkazy</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="index.html">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Produkty</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="katalog-zbozi.html#whisky">Whisky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#vodky">Vodky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#rumy">Rumy</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#tequily">Tequily</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#likery">Likéry</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-contact">
|
||||||
|
<h3 class="footer-title">Kontaktujte nás</h3>
|
||||||
|
<p><i class="fas fa-map-marker-alt"></i> Sokolovská 758, 686 01 Uherské Hradiště</p>
|
||||||
|
<p><i class="fas fa-phone"></i> +420 602 702 129</p>
|
||||||
|
<p><i class="fas fa-envelope"></i> masterdrinks@seznam.cz</p>
|
||||||
|
<p><i class="fas fa-clock"></i> Po-Pá: 10:00 - 20:00, So: 12:00 - 18:00</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>MasterDrinks, s.r.o. IČO: 28326369 | DIČ: CZ28326369. Všechna práva vyhrazena. Pijte zodpovědně.</p>
|
||||||
|
<a style="color: #1a1a1a; text-decoration: none; font-weight: bold;" href="tdvorak.dev" target="_blank">© 2025 TDvorak.dev</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const ageModal = document.getElementById('ageModal');
|
||||||
|
const ageYesBtn = document.getElementById('ageYes');
|
||||||
|
const ageNoBtn = document.getElementById('ageNo');
|
||||||
|
const hamburger = document.getElementById('hamburger');
|
||||||
|
const navMenu = document.getElementById('navMenu');
|
||||||
|
const contactForm = document.getElementById('contactForm');
|
||||||
|
|
||||||
|
// Age verification state
|
||||||
|
const isAgeVerified = localStorage.getItem('ageVerified');
|
||||||
|
if (isAgeVerified) {
|
||||||
|
ageModal.style.display = 'none';
|
||||||
|
}
|
||||||
|
|
||||||
|
ageYesBtn.addEventListener('click', function() {
|
||||||
|
localStorage.setItem('ageVerified', 'true');
|
||||||
|
ageModal.style.animation = 'modalFadeOut 0.5s ease forwards';
|
||||||
|
setTimeout(() => { ageModal.style.display = 'none'; }, 500);
|
||||||
|
});
|
||||||
|
|
||||||
|
ageNoBtn.addEventListener('click', function() {
|
||||||
|
window.onbeforeunload = function(event) { return null; };
|
||||||
|
window.location.href = 'about:blank';
|
||||||
|
});
|
||||||
|
|
||||||
|
// Mobile menu toggle
|
||||||
|
hamburger.addEventListener('click', function() {
|
||||||
|
navMenu.classList.toggle('show');
|
||||||
|
});
|
||||||
|
|
||||||
|
// Contact form
|
||||||
|
contactForm.addEventListener('submit', function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
alert('Děkujeme za zprávu! Ozveme se co nejdříve.');
|
||||||
|
contactForm.reset();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+893
@@ -0,0 +1,893 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="cs">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>O nás | MasterDrinks</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<script data-goatcounter="https://tdvorak.goatcounter.com/count"
|
||||||
|
async src="//gc.zgo.at/count.js"></script>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary: #ffffff;
|
||||||
|
--secondary: #f5f5f5;
|
||||||
|
--accent: #c9a95f;
|
||||||
|
--accent-dark: #b89142;
|
||||||
|
--text: #1a1a2e;
|
||||||
|
--text-dark: #444444;
|
||||||
|
--transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
||||||
|
color: var(--text);
|
||||||
|
min-height: 100vh;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 1400px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header Styles */
|
||||||
|
header {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 100;
|
||||||
|
background: rgba(255, 255, 255, 1);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
box-shadow: 0px 10px 0px #c9a95f;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-content {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo-img {
|
||||||
|
width: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul {
|
||||||
|
display: flex;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li {
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--text);
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 16px;
|
||||||
|
position: relative;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a:hover {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: -5px;
|
||||||
|
left: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 2px;
|
||||||
|
background: var(--accent);
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a:hover::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hamburger {
|
||||||
|
display: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 24px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hero Section */
|
||||||
|
.hero {
|
||||||
|
height: 60vh;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-top: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: url('./background_main.png') center/cover no-repeat;
|
||||||
|
filter: brightness(.6);
|
||||||
|
animation: zoomBackground 20s infinite alternate;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes zoomBackground {
|
||||||
|
0% {
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
text-align: center;
|
||||||
|
max-width: 800px;
|
||||||
|
padding: 0 20px;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-title {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 48px;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
background: linear-gradient(135deg, #faad53, #e0c78b);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
|
color: transparent;
|
||||||
|
animation: fadeInUp 1s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-subtitle {
|
||||||
|
font-size: 20px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
color: #dedede;
|
||||||
|
animation: fadeInUp 1s ease 0.2s;
|
||||||
|
animation-fill-mode: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* About Section */
|
||||||
|
.about {
|
||||||
|
padding: 100px 0;
|
||||||
|
background: linear-gradient(to bottom, var(--primary), rgba(255, 255, 255, 0.8));
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-container {
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
gap: 60px;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-content h2 {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 36px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-content p {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.8;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-image {
|
||||||
|
position: relative;
|
||||||
|
border-radius: 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-image img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Values Section */
|
||||||
|
.values {
|
||||||
|
padding: 80px 0;
|
||||||
|
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), var(--primary));
|
||||||
|
}
|
||||||
|
|
||||||
|
.values-container {
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.values-title {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 36px;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.values-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.value-card {
|
||||||
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(245, 245, 245, 0.8));
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 40px 30px;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: var(--transition);
|
||||||
|
border: 1px solid rgba(201, 169, 95, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.value-card:hover {
|
||||||
|
transform: translateY(-10px);
|
||||||
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
|
||||||
|
border-color: rgba(201, 169, 95, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.value-icon {
|
||||||
|
font-size: 50px;
|
||||||
|
color: var(--accent);
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.value-title {
|
||||||
|
font-size: 24px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.value-desc {
|
||||||
|
font-size: 16px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Info Section */
|
||||||
|
.info-section {
|
||||||
|
padding: 80px 0;
|
||||||
|
background: linear-gradient(to bottom, var(--primary), rgba(255, 255, 255, 0.8));
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-container {
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card {
|
||||||
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(245, 245, 245, 0.8));
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 30px;
|
||||||
|
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
|
||||||
|
border: 1px solid rgba(201, 169, 95, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card h3 {
|
||||||
|
font-size: 24px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card p, .info-card li {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.6;
|
||||||
|
color: var(--text-dark);
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card li {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-card li i {
|
||||||
|
color: var(--accent);
|
||||||
|
margin-right: 10px;
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CTA Section */
|
||||||
|
.cta {
|
||||||
|
padding: 80px 0;
|
||||||
|
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
|
||||||
|
text-align: center;
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta h2 {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 36px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta p {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 16px 32px;
|
||||||
|
background: var(--primary);
|
||||||
|
color: var(--accent);
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 600;
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: var(--transition);
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
transform: translateY(-5px);
|
||||||
|
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Footer */
|
||||||
|
footer {
|
||||||
|
background: var(--primary);
|
||||||
|
padding: 60px 0 30px;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 1px;
|
||||||
|
background: linear-gradient(to right, transparent, var(--accent), transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-container {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||||
|
gap: 40px;
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-logo {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-title {
|
||||||
|
font-size: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
color: var(--accent);
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-title::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 40px;
|
||||||
|
height: 2px;
|
||||||
|
background: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links li {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links a {
|
||||||
|
color: var(--text-dark);
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 14px;
|
||||||
|
transition: var(--transition);
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links a:hover {
|
||||||
|
color: var(--accent);
|
||||||
|
transform: translateX(5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-contact p {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
color: var(--text-dark);
|
||||||
|
margin-bottom: 15px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-contact i {
|
||||||
|
color: var(--accent);
|
||||||
|
margin-right: 10px;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links {
|
||||||
|
display: flex;
|
||||||
|
gap: 15px;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-icon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
background: rgba(255, 255, 255, 0.05);
|
||||||
|
border-radius: 50%;
|
||||||
|
color: var(--accent);
|
||||||
|
font-size: 18px;
|
||||||
|
transition: var(--transition);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-icon:hover {
|
||||||
|
background: var(--accent);
|
||||||
|
color: var(--primary);
|
||||||
|
transform: translateY(-5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-bottom {
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 40px;
|
||||||
|
margin-top: 40px;
|
||||||
|
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
||||||
|
font-size: 14px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Animations */
|
||||||
|
@keyframes fadeInUp {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(20px);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Age Verification Modal */
|
||||||
|
.modal-overlay {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: rgba(0, 0, 0, 0.85);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
z-index: 1000;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-verification {
|
||||||
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.95));
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 40px;
|
||||||
|
max-width: 500px;
|
||||||
|
width: 90%;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
|
||||||
|
border: 1px solid rgba(201, 169, 95, 0.2);
|
||||||
|
animation: modalFadeIn 0.5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes modalFadeIn {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-30px);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-icon {
|
||||||
|
font-size: 60px;
|
||||||
|
color: var(--accent);
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-title {
|
||||||
|
font-size: 28px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-text {
|
||||||
|
font-size: 16px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
margin-bottom: 30px;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-buttons {
|
||||||
|
display: flex;
|
||||||
|
gap: 20px;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-btn {
|
||||||
|
padding: 12px 25px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-yes {
|
||||||
|
background: var(--accent);
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-yes:hover {
|
||||||
|
background: var(--accent-dark);
|
||||||
|
transform: translateY(-3px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-no {
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-no:hover {
|
||||||
|
background: rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Responsive Styles */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.header-content {
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
nav ul {
|
||||||
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
background: rgba(255, 255, 255, 0.95);
|
||||||
|
padding: 20px;
|
||||||
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
|
||||||
|
transform: translateY(-10px);
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
nav ul.show {
|
||||||
|
transform: translateY(0);
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
nav ul li {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
.hamburger {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.hero-title {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
.hero-subtitle {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.about-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
.values-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
.info-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
.footer-container {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- Age Verification Modal -->
|
||||||
|
<div class="modal-overlay" id="ageModal">
|
||||||
|
<div class="age-verification">
|
||||||
|
<div class="age-icon">
|
||||||
|
<i class="fas fa-exclamation-triangle"></i>
|
||||||
|
</div>
|
||||||
|
<h2 class="age-title">Ověření věku</h2>
|
||||||
|
<p class="age-text">Vítejte na MasterDrinks. Pro vstup na tuto stránku musíte být plnoletí podle zákonů vaší země. Kliknutím na "Ano" potvrzujete, že je vám alespoň 18 let.</p>
|
||||||
|
<div class="age-buttons">
|
||||||
|
<button class="age-btn age-yes" id="ageYes">Ano, je mi 18+</button>
|
||||||
|
<button class="age-btn age-no" id="ageNo">Ne, je mi méně než 18</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Header -->
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="header-content">
|
||||||
|
<div class="logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<nav>
|
||||||
|
<ul id="navMenu">
|
||||||
|
<li><a href="index.html" class="active">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="hamburger" id="hamburger">
|
||||||
|
<i class="fas fa-bars"></i>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Hero Section -->
|
||||||
|
<section class="hero">
|
||||||
|
<div class="container">
|
||||||
|
<div class="hero-content">
|
||||||
|
<h1 class="hero-title">O MasterDrinks</h1>
|
||||||
|
<p class="hero-subtitle">Vaší důvěryhodné cesty ke světu prémiových destilátů</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- About Section -->
|
||||||
|
<section class="about">
|
||||||
|
<div class="about-container">
|
||||||
|
<div class="about-grid">
|
||||||
|
<div class="about-content">
|
||||||
|
<h2>Naše Příběh</h2>
|
||||||
|
<p>MasterDrinks, s.r.o. byla založena s jediným cílem: přinést na český trh ty nejlepší a nejkvalitnější destiláty z celého světa. Naše cesta začala v roce 2011, kdy jsme jako malá rodinná firma začali dovážet vybrané whisky a rumy pro sběratele a znalce.</p>
|
||||||
|
<p>Dnes jsme se vyvinuli v předního distributora alkoholu v regionu, který nabízí širokou škálu prémiových produktů od bourbonu přes brandy, džin, koňak, likéry, rum, tequilu, vodku až po whisky. Naše filozofie je jednoduchá: kvalita před kvantitou a zákazník vždy na prvním místě.</p>
|
||||||
|
<p>Naše IČO: 28326369 | DIČ: CZ28326369 jsme plně registrovaná česká společnost, která dodržuje všechny platné zákony a předpisy týkající se prodeje a distribuce alkoholu.</p>
|
||||||
|
</div>
|
||||||
|
<div class="about-image">
|
||||||
|
<img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" alt="MasterDrinks Logo">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Values Section -->
|
||||||
|
<section class="values">
|
||||||
|
<div class="values-container">
|
||||||
|
<h2 class="values-title">Naše Hodnoty</h2>
|
||||||
|
<div class="values-grid">
|
||||||
|
<div class="value-card">
|
||||||
|
<div class="value-icon">
|
||||||
|
<i class="fas fa-award"></i>
|
||||||
|
</div>
|
||||||
|
<h3 class="value-title">Kvalita</h3>
|
||||||
|
<p class="value-desc">Každý produkt v naší nabídce pečlivě vybíráme a testujeme, abychom zajistili nejvyšší kvalitu a autentičnost.</p>
|
||||||
|
</div>
|
||||||
|
<div class="value-card">
|
||||||
|
<div class="value-icon">
|
||||||
|
<i class="fas fa-handshake"></i>
|
||||||
|
</div>
|
||||||
|
<h3 class="value-title">Důvěra</h3>
|
||||||
|
<p class="value-desc">Budujeme dlouhodobé vztahy s našimi zákazníky založené na důvěře, transparentnosti a spolehlivosti.</p>
|
||||||
|
</div>
|
||||||
|
<div class="value-card">
|
||||||
|
<div class="value-icon">
|
||||||
|
<i class="fas fa-globe"></i>
|
||||||
|
</div>
|
||||||
|
<h3 class="value-title">Rozmanitost</h3>
|
||||||
|
<p class="value-desc">Nabízíme široký výběr destilátů z celého světa, abychom uspokojili i ty nejnáročnější chuťové pohárky.</p>
|
||||||
|
</div>
|
||||||
|
<div class="value-card">
|
||||||
|
<div class="value-icon">
|
||||||
|
<i class="fas fa-heart"></i>
|
||||||
|
</div>
|
||||||
|
<h3 class="value-title">Vášeň</h3>
|
||||||
|
<p class="value-desc">Naše práce je naší vášní. Rádi sdílíme naše znalosti a pomáháme zákazníkům objevovat nové chutě.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Info Section -->
|
||||||
|
<section class="info-section">
|
||||||
|
<div class="info-container">
|
||||||
|
<div class="info-grid">
|
||||||
|
<div class="info-card">
|
||||||
|
<h3>Otevírací doba</h3>
|
||||||
|
<ul>
|
||||||
|
<li><i class="fas fa-clock"></i> Pondělí - Pátek: 10:00 - 20:00</li>
|
||||||
|
<li><i class="fas fa-clock"></i> Sobota: 12:00 - 18:00</li>
|
||||||
|
<li><i class="fas fa-store"></i> Neděle: Zavřeno</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="info-card">
|
||||||
|
<h3>Kontaktní údaje</h3>
|
||||||
|
<ul>
|
||||||
|
<li><i class="fas fa-map-marker-alt"></i> Sokolovská 758, 686 01 Uherské Hradiště</li>
|
||||||
|
<li><i class="fas fa-phone"></i> +420 602 702 129</li>
|
||||||
|
<li><i class="fas fa-envelope"></i> masterdrinks@seznam.cz</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="info-card">
|
||||||
|
<h3>Naše Služby</h3>
|
||||||
|
<ul>
|
||||||
|
<li><i class="fas fa-truck"></i> Maloobchodní prodej</li>
|
||||||
|
<li><i class="fas fa-boxes"></i> Velkoobchodní distribuce</li>
|
||||||
|
<li><i class="fas fa-calendar-alt"></i> Pronájem stánků na akce</li>
|
||||||
|
<li><i class="fas fa-shipping-fast"></i> Rychlé doručení</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- CTA Section -->
|
||||||
|
<section class="cta">
|
||||||
|
<div class="cta-container">
|
||||||
|
<h2>Chcete nás navštívit?</h2>
|
||||||
|
<p>Přijďte se podívat do naší prodejny v Uherském Hradišti a objevte svět prémiových destilátů.</p>
|
||||||
|
<a href="kontakt.html" class="btn">Kontaktujte nás</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-container">
|
||||||
|
<div class="footer-info">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<p>Premium distributor alkoholu nabízející maloobchodní a velkoobchodní služby s výjimečnou kolekcí kvalitních destilátů.</p>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-linkedin-in"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Rychlé odkazy</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="index.html">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Produkty</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="katalog-zbozi.html#whisky">Whisky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#vodky">Vodky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#rumy">Rumy</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#tequily">Tequily</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#likery">Likéry</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-contact">
|
||||||
|
<h3 class="footer-title">Kontaktujte nás</h3>
|
||||||
|
<p><i class="fas fa-map-marker-alt"></i> Sokolovská 758, 686 01 Uherské Hradiště</p>
|
||||||
|
<p><i class="fas fa-phone"></i> +420 602 702 129</p>
|
||||||
|
<p><i class="fas fa-envelope"></i> masterdrinks@seznam.cz</p>
|
||||||
|
<p><i class="fas fa-clock"></i> Po-Pá: 10:00 - 20:00, So: 12:00 - 18:00</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>MasterDrinks, s.r.o. IČO: 28326369 | DIČ: CZ28326369. Všechna práva vyhrazena. Pijte zodpovědně.</p>
|
||||||
|
<a style="color: #1a1a1a; text-decoration: none; font-weight: bold;" href="tdvorak.dev" target="_blank">© 2025 TDvorak.dev</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const hamburger = document.getElementById('hamburger');
|
||||||
|
const navMenu = document.getElementById('navMenu');
|
||||||
|
const ageModal = document.getElementById('ageModal');
|
||||||
|
const ageYesBtn = document.getElementById('ageYes');
|
||||||
|
const ageNoBtn = document.getElementById('ageNo');
|
||||||
|
|
||||||
|
// Age verification state
|
||||||
|
const isAgeVerified = localStorage.getItem('ageVerified');
|
||||||
|
if (isAgeVerified) {
|
||||||
|
ageModal.style.display = 'none';
|
||||||
|
}
|
||||||
|
|
||||||
|
ageYesBtn.addEventListener('click', function() {
|
||||||
|
localStorage.setItem('ageVerified', 'true');
|
||||||
|
ageModal.style.animation = 'modalFadeOut 0.5s ease forwards';
|
||||||
|
setTimeout(() => { ageModal.style.display = 'none'; }, 500);
|
||||||
|
});
|
||||||
|
|
||||||
|
ageNoBtn.addEventListener('click', function() {
|
||||||
|
window.onbeforeunload = function(event) { return null; };
|
||||||
|
window.location.href = 'about:blank';
|
||||||
|
});
|
||||||
|
|
||||||
|
// Mobile menu toggle
|
||||||
|
hamburger.addEventListener('click', function() {
|
||||||
|
navMenu.classList.toggle('show');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,777 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="cs">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>MasterDrinks | Detail produktu</title>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<script data-goatcounter="https://tdvorak.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
--primary: #ffffff;
|
||||||
|
--secondary: #f5f5f5;
|
||||||
|
--accent: #c9a95f;
|
||||||
|
--accent-dark: #b89142;
|
||||||
|
--text: #1a1a2e;
|
||||||
|
--text-dark: #444444;
|
||||||
|
--muted: #898989;
|
||||||
|
--success: #0f9d58;
|
||||||
|
--danger: #d93025;
|
||||||
|
--transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||||
|
body {
|
||||||
|
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
||||||
|
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
||||||
|
color: var(--text);
|
||||||
|
min-height: 100vh;
|
||||||
|
overflow-x: hidden;
|
||||||
|
line-height: 1.6;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
.container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px; }
|
||||||
|
|
||||||
|
header {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 100;
|
||||||
|
background: rgba(255,255,255,0.98);
|
||||||
|
backdrop-filter: blur(12px);
|
||||||
|
-webkit-backdrop-filter: blur(12px);
|
||||||
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
|
||||||
|
transition: var(--transition);
|
||||||
|
border-bottom: 1px solid rgba(0,0,0,0.05);
|
||||||
|
}
|
||||||
|
.header-content { display: flex; justify-content: space-between; align-items: center; padding: 20px; }
|
||||||
|
.logo { display: flex; align-items: center; }
|
||||||
|
.logo-img { width: 85px; }
|
||||||
|
nav ul { display: flex; list-style: none; }
|
||||||
|
nav ul li { margin-left: 30px; }
|
||||||
|
nav ul li a { text-decoration: none; color: var(--text); font-weight: 500; font-size: 16px; position: relative; transition: var(--transition); }
|
||||||
|
nav ul li a:hover { color: var(--accent); }
|
||||||
|
nav ul li a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); }
|
||||||
|
nav ul li a:hover::after { width: 100%; }
|
||||||
|
.hamburger { display: none; cursor: pointer; font-size: 24px; color: var(--accent); }
|
||||||
|
|
||||||
|
.page { padding-top: 120px; }
|
||||||
|
|
||||||
|
.bread-nav { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 14px; color: var(--text-dark); margin-bottom: 24px; }
|
||||||
|
.bread-nav a { color: var(--text-dark); text-decoration: none; padding-right: 10px; position: relative; }
|
||||||
|
.bread-nav a:hover { color: var(--accent); }
|
||||||
|
.bread-nav a:not(:last-of-type)::after { content: '/'; position: absolute; right: -8px; color: var(--muted); }
|
||||||
|
|
||||||
|
.product-detail {
|
||||||
|
padding: 40px 0 80px;
|
||||||
|
position: relative;
|
||||||
|
min-height: calc(100vh - 120px);
|
||||||
|
}
|
||||||
|
.product-detail-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1.1fr 1.2fr;
|
||||||
|
gap: 48px;
|
||||||
|
align-items: start;
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
.product-detail-img {
|
||||||
|
background: linear-gradient(135deg, rgba(201,169,95,.04), rgba(201,169,95,.01));
|
||||||
|
border: 1px solid rgba(201,169,95,.1);
|
||||||
|
border-radius: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
box-shadow: 0 20px 40px rgba(0,0,0,.06);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-height: 480px;
|
||||||
|
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||||
|
will-change: transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-detail-img:hover {
|
||||||
|
transform: translateY(-4px);
|
||||||
|
box-shadow: 0 25px 50px rgba(0,0,0,.1);
|
||||||
|
}
|
||||||
|
.product-detail-img img { width: 100%; height: 100%; object-fit: cover; }
|
||||||
|
|
||||||
|
.product-detail-info h1 {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 1.2;
|
||||||
|
margin: 0 0 16px 0;
|
||||||
|
letter-spacing: -0.02em;
|
||||||
|
color: var(--text);
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-detail-info h1::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 60px;
|
||||||
|
height: 3px;
|
||||||
|
background: linear-gradient(90deg, var(--accent), var(--accent-dark));
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
.product-detail-info h1 span {
|
||||||
|
display: block;
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 16px;
|
||||||
|
color: var(--muted);
|
||||||
|
margin: 8px 0 0 0;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 15px;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
.rating-cont {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
margin: 24px 0 28px;
|
||||||
|
padding: 12px 0;
|
||||||
|
border-top: 1px dashed rgba(0,0,0,0.08);
|
||||||
|
border-bottom: 1px dashed rgba(0,0,0,0.08);
|
||||||
|
}
|
||||||
|
.stars { color: var(--accent); font-size: 18px; letter-spacing: 2px; }
|
||||||
|
.rating-count { color: var(--muted); font-size: 14px; }
|
||||||
|
|
||||||
|
.specs-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 200px 1fr;
|
||||||
|
gap: 16px 24px;
|
||||||
|
margin: 24px 0 32px;
|
||||||
|
padding: 0 0 8px;
|
||||||
|
}
|
||||||
|
.spec-label {
|
||||||
|
font-size: 14px;
|
||||||
|
color: var(--muted);
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spec-label::before {
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 4px;
|
||||||
|
height: 4px;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: var(--accent);
|
||||||
|
margin-right: 8px;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
.spec-value {
|
||||||
|
font-size: 15px;
|
||||||
|
color: var(--text);
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
.spec-value a { color: var(--text); text-decoration: none; border-bottom: 1px dashed rgba(201,169,95,.6); }
|
||||||
|
.spec-value a:hover { color: var(--accent); border-bottom-color: var(--accent); }
|
||||||
|
.price-large {
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: var(--text);
|
||||||
|
margin: 8px 0 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
font-feature-settings: 'tnum' on, 'lnum' on;
|
||||||
|
letter-spacing: -0.01em;
|
||||||
|
}
|
||||||
|
.price-large .vat { margin-left: 6px; font-size: 14px; color: var(--muted); font-weight: 600; }
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 6px 12px;
|
||||||
|
border-radius: 50px;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
line-height: 1;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-feature-settings: 'tnum' on, 'lnum' on;
|
||||||
|
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
|
||||||
|
}
|
||||||
|
.badge-in {
|
||||||
|
background: rgba(15,157,88,.08);
|
||||||
|
color: var(--success);
|
||||||
|
border-color: rgba(15,157,88,.15);
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-in::before {
|
||||||
|
content: '•';
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 0;
|
||||||
|
margin-right: 6px;
|
||||||
|
color: var(--success);
|
||||||
|
animation: pulse 2s infinite;
|
||||||
|
}
|
||||||
|
.badge-out { background: rgba(217,48,37,.1); color: var(--danger); border-color: rgba(217,48,37,.25); }
|
||||||
|
|
||||||
|
.detail-actions { margin-top: 18px; display: flex; gap: 12px; }
|
||||||
|
.btn {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 14px 28px;
|
||||||
|
background: linear-gradient(135deg, var(--accent), var(--accent-dark));
|
||||||
|
color: white;
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 700;
|
||||||
|
text-decoration: none;
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 4px 15px rgba(201, 169, 95, 0.3);
|
||||||
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
letter-spacing: 0.03em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover::before {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.btn:hover {
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 8px 25px rgba(201, 169, 95, 0.4);
|
||||||
|
filter: brightness(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-desc {
|
||||||
|
max-width: 900px;
|
||||||
|
margin: 48px auto 0;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.8;
|
||||||
|
color: var(--text-dark);
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-desc p {
|
||||||
|
margin: 0 0 1.5em 0;
|
||||||
|
font-weight: 400;
|
||||||
|
color: var(--text);
|
||||||
|
opacity: 0.95;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-desc p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsletter {
|
||||||
|
padding: 100px 0;
|
||||||
|
background: linear-gradient(to bottom, rgba(255,255,255,0.9), var(--primary));
|
||||||
|
position: relative;
|
||||||
|
margin-top: 60px;
|
||||||
|
border-top: 1px solid rgba(0,0,0,0.03);
|
||||||
|
}
|
||||||
|
.newsletter::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(201,169,95,.05), transparent 70%); }
|
||||||
|
.newsletter-container { max-width: 600px; margin: 0 auto; text-align: center; position: relative; }
|
||||||
|
.newsletter-title {
|
||||||
|
font-family: 'Playfair Display', serif;
|
||||||
|
font-size: 34px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
color: var(--text);
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: -0.02em;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
.newsletter-desc {
|
||||||
|
font-size: 17px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
margin: 0 auto 30px;
|
||||||
|
line-height: 1.7;
|
||||||
|
max-width: 600px;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
.newsletter-form {
|
||||||
|
display: flex;
|
||||||
|
gap: 12px;
|
||||||
|
max-width: 520px;
|
||||||
|
margin: 0 auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.newsletter-input {
|
||||||
|
flex: 1;
|
||||||
|
padding: 16px 20px;
|
||||||
|
border: 1px solid rgba(201,169,95,0.3);
|
||||||
|
border-radius: 8px;
|
||||||
|
background: white;
|
||||||
|
color: var(--text);
|
||||||
|
font-size: 15px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
height: 54px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsletter-input:focus {
|
||||||
|
outline: none;
|
||||||
|
border-color: var(--accent);
|
||||||
|
box-shadow: 0 0 0 3px rgba(201, 169, 95, 0.2);
|
||||||
|
}
|
||||||
|
.newsletter-btn {
|
||||||
|
padding: 0 28px;
|
||||||
|
background: var(--accent);
|
||||||
|
color: white;
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 600;
|
||||||
|
border: none;
|
||||||
|
border-radius: 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
height: 54px;
|
||||||
|
white-space: nowrap;
|
||||||
|
box-shadow: 0 4px 15px rgba(201, 169, 95, 0.3);
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsletter-btn:hover {
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 6px 20px rgba(201, 169, 95, 0.4);
|
||||||
|
filter: brightness(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background: var(--primary);
|
||||||
|
padding: 80px 0 30px;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
footer::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 1px;
|
||||||
|
background: linear-gradient(90deg, transparent, rgba(201, 169, 95, 0.3), transparent);
|
||||||
|
}
|
||||||
|
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
|
||||||
|
.footer-logo { display: flex; align-items: center; margin-bottom: 20px; }
|
||||||
|
.footer-title { font-size: 20px; margin-bottom: 20px; color: var(--accent); position: relative; padding-bottom: 10px; }
|
||||||
|
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: var(--accent); }
|
||||||
|
.footer-links { list-style: none; }
|
||||||
|
.footer-links li { margin-bottom: 10px; }
|
||||||
|
.footer-links a { color: var(--text-dark); text-decoration: none; font-size: 14px; transition: var(--transition); display: inline-block; }
|
||||||
|
.footer-links a:hover { color: var(--accent); transform: translateX(5px); }
|
||||||
|
.footer-contact p { display: flex; align-items: center; color: var(--text-dark); margin-bottom: 12px; font-size: 14px; }
|
||||||
|
.footer-contact i { color: var(--accent); margin-right: 8px; }
|
||||||
|
.footer-bottom { text-align: center; margin-top: 30px; color: var(--muted); font-size: 14px; }
|
||||||
|
|
||||||
|
/* Age Verification Modal */
|
||||||
|
.modal-overlay {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: rgba(0, 0, 0, 0.85);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
z-index: 1000;
|
||||||
|
backdrop-filter: blur(5px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-verification {
|
||||||
|
background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 245, 245, 0.95));
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 40px;
|
||||||
|
max-width: 500px;
|
||||||
|
width: 90%;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
|
||||||
|
border: 1px solid rgba(201, 169, 95, 0.2);
|
||||||
|
animation: modalFadeIn 0.5s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes modalFadeIn {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-30px);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-icon {
|
||||||
|
font-size: 60px;
|
||||||
|
color: var(--accent);
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-title {
|
||||||
|
font-size: 28px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-text {
|
||||||
|
font-size: 16px;
|
||||||
|
color: var(--text-dark);
|
||||||
|
margin-bottom: 30px;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-buttons {
|
||||||
|
display: flex;
|
||||||
|
gap: 20px;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-btn {
|
||||||
|
padding: 12px 25px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-yes {
|
||||||
|
background: var(--accent);
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-yes:hover {
|
||||||
|
background: var(--accent-dark);
|
||||||
|
transform: translateY(-3px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-no {
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.age-no:hover {
|
||||||
|
background: rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.product-detail { padding: 30px 0 60px; }
|
||||||
|
.product-detail-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 40px;
|
||||||
|
max-width: 700px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.product-detail-img {
|
||||||
|
min-height: 400px;
|
||||||
|
max-width: 500px;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.specs-grid {
|
||||||
|
grid-template-columns: 160px 1fr;
|
||||||
|
gap: 14px 20px;
|
||||||
|
}
|
||||||
|
.product-detail-info h1 {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
.product-desc {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 768px){
|
||||||
|
nav ul {
|
||||||
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
background: rgba(255,255,255,.95);
|
||||||
|
padding: 20px;
|
||||||
|
box-shadow: 0 10px 20px rgba(0,0,0,.2);
|
||||||
|
transform: translateY(-10px);
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
transition: var(--transition);
|
||||||
|
}
|
||||||
|
nav ul.show{
|
||||||
|
transform: translateY(0);
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
nav ul li { margin: 10px 0; }
|
||||||
|
.hamburger{ display: block; }
|
||||||
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.page { padding-top: 90px; }
|
||||||
|
.header-content { padding: 14px 20px; }
|
||||||
|
.product-detail-info h1 {
|
||||||
|
font-size: 28px;
|
||||||
|
padding-bottom: 12px;
|
||||||
|
}
|
||||||
|
.product-detail-info h1::after {
|
||||||
|
height: 2px;
|
||||||
|
}
|
||||||
|
.product-detail-info h1 span {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.specs-grid {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
.spec-label {
|
||||||
|
opacity: 0.9;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
.spec-label:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.rating-cont {
|
||||||
|
margin: 20px 0;
|
||||||
|
padding: 10px 0;
|
||||||
|
}
|
||||||
|
.price-large {
|
||||||
|
font-size: 28px;
|
||||||
|
margin: 12px 0 0;
|
||||||
|
}
|
||||||
|
.detail-actions {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
width: 100%;
|
||||||
|
padding: 14px 20px;
|
||||||
|
}
|
||||||
|
.newsletter {
|
||||||
|
padding: 70px 0;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
.newsletter-title {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
.newsletter-form {
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
.newsletter-input,
|
||||||
|
.newsletter-btn {
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- Age Verification Modal -->
|
||||||
|
<div class="modal-overlay" id="ageModal">
|
||||||
|
<div class="age-verification">
|
||||||
|
<div class="age-icon">
|
||||||
|
<i class="fas fa-exclamation-triangle"></i>
|
||||||
|
</div>
|
||||||
|
<h2 class="age-title">Ověření věku</h2>
|
||||||
|
<p class="age-text">Vítejte na MasterDrinks. Pro vstup na tuto stránku musíte být plnoletí podle zákonů vaší země. Kliknutím na "Ano" potvrzujete, že je vám alespoň 18 let.</p>
|
||||||
|
<div class="age-buttons">
|
||||||
|
<button class="age-btn age-yes" id="ageYes">Ano, je mi 18+</button>
|
||||||
|
<button class="age-btn age-no" id="ageNo">Ne, je mi méně než 18</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Header -->
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="header-content">
|
||||||
|
<div class="logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<nav>
|
||||||
|
<ul id="navMenu">
|
||||||
|
<li><a href="index.html" class="active">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
</ul>
|
||||||
|
<div class="hamburger" id="hamburger">
|
||||||
|
<i class="fas fa-bars"></i>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="page">
|
||||||
|
<div class="container">
|
||||||
|
<nav class="bread-nav">
|
||||||
|
<a href="katalog-zbozi.html">Katalog</a>
|
||||||
|
<a href="#">Rumy</a>
|
||||||
|
<a href="#">A. H. Riise</a>
|
||||||
|
<span>A. H. Riise Rum Non Plus Ultra</span>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<section class="product-detail">
|
||||||
|
<div class="product-detail-grid">
|
||||||
|
<div class="product-detail-img">
|
||||||
|
<img src="https://www.masterdrinks.cz/files/img/products_02/rum-ah-riise-non-plus-ultra.jpg" alt="A. H. Riise Rum Non Plus Ultra">
|
||||||
|
</div>
|
||||||
|
<div class="product-detail-info">
|
||||||
|
<h1>A. H. Riise Rum Non Plus Ultra <span>(0,7l/42%)</span></h1>
|
||||||
|
<div class="rating-cont">
|
||||||
|
<div class="stars" aria-label="Hodnocení: 5 z 5">
|
||||||
|
<i class="fa-solid fa-star"></i>
|
||||||
|
<i class="fa-solid fa-star"></i>
|
||||||
|
<i class="fa-solid fa-star"></i>
|
||||||
|
<i class="fa-solid fa-star"></i>
|
||||||
|
<i class="fa-solid fa-star"></i>
|
||||||
|
</div>
|
||||||
|
<span class="rating-count">hodnoceno 2x</span>
|
||||||
|
</div>
|
||||||
|
<div class="specs-grid">
|
||||||
|
<div class="spec-label">Výrobce/značka:</div>
|
||||||
|
<div class="spec-value"><a href="#">A. H. Riise</a></div>
|
||||||
|
<div class="spec-label">Obsah alkoholu %:</div>
|
||||||
|
<div class="spec-value">42</div>
|
||||||
|
<div class="spec-label">Země:</div>
|
||||||
|
<div class="spec-value"><a href="#">Panenské Ostrovy</a></div>
|
||||||
|
<div class="spec-label">Aktuální stav:</div>
|
||||||
|
<div class="spec-value"><span class="badge badge-in">2 ks</span></div>
|
||||||
|
<div class="spec-label">Cena:</div>
|
||||||
|
<div class="spec-value price-large">1 999 Kč <span class="vat">s DPH</span></div>
|
||||||
|
</div>
|
||||||
|
<div class="detail-actions">
|
||||||
|
<a href="katalog-zbozi.html" class="btn">Zpět na katalog</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="product-desc">
|
||||||
|
<p>A.H. Riise Non Plus Ultra je ultimátní edice toho nejlepšího, co může lékarník Riise v téhle chvíli nabídnout. Nejlepší reservy zrající průměrně 30 let metodou Solera ve vybraných sudech. Krásné balení, tmavá mahagonová barva a hra lahodných aromat čerstvé melasy, pomerančů a dalšího exotického ovoce. Jeho chuť je silná a velmi bohatá s nádechem pomeranče, přírodního cukru a tabáku, v závěru zakončena lehce kořeněnými ale přesto smetanovým a sladkým chuťovým ocasem. Plný a delikátní rum pro vzácné chvíle a osobnosti.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<section class="newsletter">
|
||||||
|
<div class="container">
|
||||||
|
<div class="newsletter-container">
|
||||||
|
<h2 class="newsletter-title">Zůstaňte informováni</h2>
|
||||||
|
<p class="newsletter-desc">Přihlaste se k odběru našeho newsletteru, abyste dostávali exkluzivní nabídky, novinky o příchodu nových produktů a odborné doporučení.</p>
|
||||||
|
<form class="newsletter-form">
|
||||||
|
<input type="email" class="newsletter-input" placeholder="Váš email" required>
|
||||||
|
<button type="submit" class="newsletter-btn">Přihlásit</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-container">
|
||||||
|
<div class="footer-info">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a href="index.html"><img src="https://www.masterdrinks.cz/files/img/main/logo_dark.png" class="logo-img" alt="Logo MasterDrinks"></a>
|
||||||
|
</div>
|
||||||
|
<p>Premium distributor alkoholu nabízející maloobchodní a velkoobchodní služby s výjimečnou kolekcí kvalitních destilátů.</p>
|
||||||
|
<div class="social-links">
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
|
||||||
|
<a href="#" class="social-icon"><i class="fab fa-linkedin-in"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Rychlé odkazy</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="index.html">Domů</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html">Katalog zboží</a></li>
|
||||||
|
<li><a href="o-nas.html">O nás</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links-section">
|
||||||
|
<h3 class="footer-title">Produkty</h3>
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="katalog-zbozi.html#whisky">Whisky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#vodky">Vodky</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#rumy">Rumy</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#tequily">Tequily</a></li>
|
||||||
|
<li><a href="katalog-zbozi.html#likery">Likéry</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-contact">
|
||||||
|
<h3 class="footer-title">Kontaktujte nás</h3>
|
||||||
|
<p><i class="fas fa-map-marker-alt"></i> Sokolovská 758, 686 01 Uherské Hradiště</p>
|
||||||
|
<p><i class="fas fa-phone"></i> +420 602 702 129</p>
|
||||||
|
<p><i class="fas fa-envelope"></i> masterdrinks@seznam.cz</p>
|
||||||
|
<p><i class="fas fa-clock"></i> Po-Pá: 10:00 - 20:00, So: 12:00 - 18:00</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>MasterDrinks, s.r.o. IČO: 28326369 | DIČ: CZ28326369. Všechna práva vyhrazena. Pijte zodpovědně.</p>
|
||||||
|
<a style="color: #1a1a1a; text-decoration: none; font-weight: bold;" href="tdvorak.dev" target="_blank">© 2025 TDvorak.dev</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const hamburger = document.getElementById('hamburger');
|
||||||
|
const navMenu = document.getElementById('navMenu');
|
||||||
|
const ageModal = document.getElementById('ageModal');
|
||||||
|
const ageYesBtn = document.getElementById('ageYes');
|
||||||
|
const ageNoBtn = document.getElementById('ageNo');
|
||||||
|
|
||||||
|
// Age verification state
|
||||||
|
const isAgeVerified = localStorage.getItem('ageVerified');
|
||||||
|
if (isAgeVerified) {
|
||||||
|
ageModal.style.display = 'none';
|
||||||
|
}
|
||||||
|
|
||||||
|
ageYesBtn.addEventListener('click', function() {
|
||||||
|
localStorage.setItem('ageVerified', 'true');
|
||||||
|
ageModal.style.animation = 'modalFadeOut 0.5s ease forwards';
|
||||||
|
setTimeout(() => { ageModal.style.display = 'none'; }, 500);
|
||||||
|
});
|
||||||
|
|
||||||
|
ageNoBtn.addEventListener('click', function() {
|
||||||
|
window.onbeforeunload = function(event) { return null; };
|
||||||
|
window.location.href = 'about:blank';
|
||||||
|
});
|
||||||
|
|
||||||
|
// Mobile menu toggle
|
||||||
|
if (hamburger) {
|
||||||
|
hamburger.addEventListener('click', () => {
|
||||||
|
navMenu.classList.toggle('show');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user