Python Gold Signature Tasche
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Genuine Skins — Python Gold Signature Tasche</title>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--gold: #C9A84C;
--gold-light: #E2C97E;
--black: #0A0A0A;
--dark: #111111;
--dark2: #1A1A1A;
--dark3: #222222;
--white: #F5F0E8;
--gray: #888888;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Montserrat', sans-serif; overflow-x: hidden; }
nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 100;
display: flex; align-items: center; justify-content: space-between;
padding: 20px 60px;
background: rgba(10,10,10,0.9);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(201,168,76,0.15);
}
.logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; }
.logo span { display: block; font-size: 10px; letter-spacing: 8px; font-weight: 300; color: var(--gold-light); margin-top: 2px; }
.nav-cta { border: 1px solid var(--gold); color: var(--gold); padding: 10px 28px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.nav-cta:hover { background: var(--gold); color: var(--black); }
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1.3fr; align-items: center; padding: 120px 60px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201,168,76,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-text { position: relative; z-index: 2; }
.hero-tag { font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-tag::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 6vw, 82px); font-weight: 300; line-height: 1.05; margin-bottom: 28px; letter-spacing: 2px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-desc { font-size: 14px; line-height: 1.9; opacity: 0.65; max-width: 380px; margin-bottom: 48px; font-weight: 300; }
.hero-actions { display: flex; flex-direction: column; gap: 20px; }
.btn-primary { display: inline-block; background: var(--gold); color: var(--black); padding: 18px 48px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; text-decoration: none; font-weight: 600; transition: all 0.3s; align-self: flex-start; }
.btn-primary:hover { background: var(--gold-light); }
.hero-trust { font-size: 11px; letter-spacing: 2px; color: var(--gray); display: flex; align-items: center; gap: 10px; }
.hero-trust::before { content: '🔒'; }
.hero-image { position: relative; display: flex; justify-content: center; align-items: center; background: #000; padding: 20px; }
.hero-img-main { width: 100%; max-width: 660px; height: 660px; object-fit: contain; object-position: center; display: block; }
.hero-badge { position: absolute; top: 30px; right: 0; background: var(--gold); color: var(--black); padding: 14px 18px; text-align: center; }
.hero-badge strong { display: block; font-size: 22px; font-family: 'Cormorant Garamond', serif; line-height: 1; }
.hero-badge span { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.features-bar { background: var(--dark2); border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-item { padding: 36px 24px; text-align: center; border-right: 1px solid rgba(201,168,76,0.1); transition: background 0.3s; }
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: rgba(201,168,76,0.05); }
.feature-icon { font-size: 22px; margin-bottom: 12px; display: block; }
.feature-item h4 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.feature-item p { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); }
.details-section { padding: 100px 60px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.section-tag { font-size: 10px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.details-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1.1; margin-bottom: 24px; }
.details-text p { font-size: 13px; line-height: 1.9; opacity: 0.6; font-weight: 300; max-width: 340px; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; }
.detail-img { aspect-ratio: 1; overflow: hidden; position: relative; cursor: pointer; }
.detail-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.detail-img:hover img { transform: scale(1.05); }
.detail-overlay { position: absolute; inset: 0; background: rgba(201,168,76,0.1); opacity: 0; transition: opacity 0.4s; }
.detail-img:hover .detail-overlay { opacity: 1; }
.product-section { padding: 80px 60px; display: grid; grid-template-columns: 1.1fr 1fr 0.9fr; gap: 60px; align-items: center; background: var(--dark2); border-top: 1px solid rgba(201,168,76,0.1); }
.product-image-area { overflow: hidden; }
.product-image-area img { width: 100%; max-height: 620px; object-fit: cover; object-position: top; display: block; }
.product-info h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.5vw, 50px); font-weight: 300; line-height: 1.1; margin-bottom: 20px; }
.product-info p { font-size: 13px; line-height: 1.9; opacity: 0.6; font-weight: 300; margin-bottom: 28px; }
.product-features { list-style: none; margin-bottom: 28px; }
.product-features li { font-size: 12px; padding: 9px 0; border-bottom: 1px solid rgba(201,168,76,0.08); display: flex; align-items: center; gap: 10px; color: rgba(245,240,232,0.75); }
.product-features li::before { content: '✦'; color: var(--gold); font-size: 8px; }
.reviews-price { padding: 36px; background: var(--dark3); border: 1px solid rgba(201,168,76,0.15); display: flex; flex-direction: column; gap: 24px; }
.review-item { border-bottom: 1px solid rgba(201,168,76,0.08); padding-bottom: 20px; }
.stars { color: var(--gold); font-size: 13px; margin-bottom: 8px; }
.review-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; line-height: 1.6; color: rgba(245,240,232,0.8); }
.price-block { padding-top: 16px; border-top: 1px solid rgba(201,168,76,0.2); }
.price-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.price-main { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: var(--gold); line-height: 1; }
.price-old { font-size: 18px; color: var(--gray); text-decoration: line-through; font-family: 'Cormorant Garamond', serif; }
.stock-note { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; }
.stock-dot { color: #c0392b; margin-right: 4px; }
.btn-order { display: block; background: var(--gold); color: var(--black); padding: 17px; text-align: center; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; text-decoration: none; font-weight: 700; transition: all 0.3s; width: 100%; border: none; cursor: pointer; }
.btn-order:hover { background: var(--gold-light); }
.footer-bar { background: var(--dark); border-top: 1px solid rgba(201,168,76,0.15); display: grid; grid-template-columns: repeat(4, 1fr); padding: 36px 60px; }
.footer-feature { display: flex; align-items: center; gap: 14px; padding-right: 20px; border-right: 1px solid rgba(201,168,76,0.1); }
.footer-feature:last-child { border-right: none; }
.footer-icon { font-size: 20px; }
.footer-feature h5 { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.footer-feature p { font-size: 10px; color: var(--gray); }
.footer-bottom { background: var(--black); padding: 20px 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(201,168,76,0.08); }
.footer-bottom p { font-size: 10px; color: var(--gray); letter-spacing: 2px; }
.footer-bottom a { color: var(--gold); text-decoration: none; font-size: 10px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-text > * { animation: fadeUp 0.8s ease both; }
.hero-tag { animation-delay: 0.1s; }
.hero h1 { animation-delay: 0.25s; }
.hero-desc { animation-delay: 0.4s; }
.hero-actions { animation-delay: 0.55s; }
@media (max-width: 900px) {
nav { padding: 16px 24px; }
.hero { grid-template-columns: 1fr; padding: 100px 24px 60px; text-align: center; }
.hero-tag { justify-content: center; }
.hero-desc { margin: 0 auto 40px; }
.btn-primary { align-self: center; }
.hero-trust { justify-content: center; }
.hero-img-main { max-width: 100%; height: 340px; }
.features-bar { grid-template-columns: repeat(2, 1fr); }
.details-section { grid-template-columns: 1fr; padding: 60px 24px; gap: 40px; }
.product-section { grid-template-columns: 1fr; padding: 60px 24px; }
.footer-bar { grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 24px; }
.footer-feature { border-right: none; }
.footer-bottom { flex-direction: column; gap: 10px; padding: 16px 24px; text-align: center; }
}
</style>
</head>
<body>
<nav>
<div class="logo">Genuine Skins<span>Handgefertigte Exzellenz</span></div>
<a href="#order" class="nav-cta">Jetzt Bestellen</a>
</nav>
<section class="hero">
<div class="hero-text">
<div class="hero-tag">Limitierte Auflage</div>
<h1>Python Tasche<br><em>Gold Signature</em></h1>
<p class="hero-desc">Eleganz fordert keine Aufmerksamkeit.<br>Sie gebietet sie.</p>
<div class="hero-actions">
<a href="#order" class="btn-primary">Jetzt Kaufen</a>
<div class="hero-trust">Schnelle & sichere weltweite Lieferung</div>
</div>
</div>
<div class="hero-image">
<img class="hero-img-main" src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/Capture_d_ecran_2026-05-02_145931.png?v=1777726840" alt="Python Gold Signature Tasche">
<div class="hero-badge">
<strong>€349</strong>
<span>Sonderpreis</span>
</div>
</div>
</section>
<div class="features-bar">
<div class="feature-item"><span class="feature-icon">💎</span><h4>Echtes Python</h4><p>Echtes Leder</p></div>
<div class="feature-item"><span class="feature-icon">🤲</span><h4>Handgefertigt</h4><p>Handwerkliche Fertigung</p></div>
<div class="feature-item"><span class="feature-icon">✦</span><h4>Premium</h4><p>Veredelung</p></div>
<div class="feature-item"><span class="feature-icon">🔒</span><h4>Seltenes Stück</h4><p>Limitierte Auflage</p></div>
</div>
<section class="details-section">
<div class="details-text">
<p class="section-tag">Luxus in jedem Detail</p>
<h2>Jedes Detail<br>Erzählt<br><em style="font-style:italic;color:var(--gold-light)">eine Geschichte</em></h2>
<p>Sorgfältig ausgewähltes Pythonleder, handveredelt zur Perfektion. Jede Tasche ist ein einzigartiges Stück mit einer unvergleichlichen Textur und makelloser Handwerkskunst.</p>
</div>
<div class="details-grid">
<div class="detail-img"><div class="detail-overlay"></div>
<img src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/Capture_d_ecran_2026-04-26_212819.png?v=1777660937" alt="Tasche Vorderansicht">
</div>
<div class="detail-img"><div class="detail-overlay"></div>
<img src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/ChatGPT_Image_12_avr._2026_17_56_03.png?v=1777724772" alt="Python Textur">
</div>
<div class="detail-img"><div class="detail-overlay"></div>
<img src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/ChatGPT_Image_12_avr._2026_17_44_05_1a21cc63-2f3e-4b9d-945e-93628bf60052.png?v=1776026040" alt="Seitendetail">
</div>
<div class="detail-img"><div class="detail-overlay"></div>
<img src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/nightjar_image_28cm_bag.jpg?v=1777725168" alt="Tasche getragen">
</div>
</div>
</section>
<section class="product-section" id="order">
<div class="product-image-area">
<img src="https://cdn.shopify.com/s/files/1/0675/1639/9683/files/nightjar_image_28cm_bag.jpg?v=1777725168" alt="Python Tasche getragen">
</div>
<div class="product-info">
<p class="section-tag">Entwickelt, um Ihren Stil zu veredeln</p>
<h2>Mehr als<br>eine Tasche —<br><em style="font-style:italic;color:var(--gold-light)">Ein Statement.</em></h2>
<p>Ein zeitloses Design, das sich jedem Moment Ihres Tages anpasst und jedes Outfit aufwertet.</p>
<ul class="product-features">
<li>Als Hand- oder Umhängetasche tragbar</li>
<li>Verstellbarer Riemen inklusive</li>
<li>Geräumiger & organisierter Innenraum</li>
<li>Sicherer Reißverschluss</li>
<li>Zertifiziertes echtes Pythonleder</li>
</ul>
</div>
<div class="reviews-price">
<div class="review-item">
<div class="stars">★★★★★</div>
<p class="review-text">"Unglaubliche Qualität. Persönlich noch schöner."</p>
</div>
<div class="review-item">
<div class="stars">★★★★★</div>
<p class="review-text">"Opulentes Leder, perfekte Verarbeitung. Man spürt den Luxus sofort."</p>
</div>
<div class="price-block">
<p class="price-label">Limitiertes Angebot</p>
<div class="price-row">
<span class="price-main">€349</span>
<span class="price-old">€490</span>
</div>
<p class="stock-note"><span class="stock-dot">●</span>Sehr begrenzte Stückzahl</p>
<a href="https://www.genuineskins.com" class="btn-order">Jetzt Bestellen</a>
</div>
</div>
</section>
<div class="footer-bar">
<div class="footer-feature"><span class="footer-icon">🚚</span><div><h5>Schnelle Lieferung</h5><p>3 bis 7 Werktage</p></div></div>
<div class="footer-feature"><span class="footer-icon">🔒</span><div><h5>Sichere Zahlung</h5><p>100% sicherer Checkout</p></div></div>
<div class="footer-feature"><span class="footer-icon">📦</span><div><h5>Einfache Rücksendung</h5><p>14-tägiges Rückgaberecht</p></div></div>
<div class="footer-feature"><span class="footer-icon">🎧</span><div><h5>Kundensupport</h5><p>Für Sie da</p></div></div>
</div>
<div class="footer-bottom">
<p>© 2026 Genuine Skins — Alle Rechte vorbehalten</p>
<a href="https://www.genuineskins.com">www.genuineskins.com</a>
</div>
</body>
</html>