Premium
0
12
Fashora
Premium Streetwear
Download Codebase
Commercial License<!DOCTYPE html>
<html lang="en" class="w-full"><head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fashora | Premium Streetwear</title>
<meta name="description" content="Fashora is a vibrant Tailwind CSS streetwear store template for presenting fashion collections, featured products, and bold editorial campaigns.">
<meta name="keywords" content="Fashora, Tailwind CSS template, HTML website template, streetwear store template, fashion landing page, clothing collection, responsive ecommerce design">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Teko:wght@300..700&family=Inter:wght@400;700;900&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3B82F6',
dark: '#121212',
light: '#f4f4f5',
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
teko: ['Teko', 'sans-serif'],
},
spacing: {
'15': '3.75rem',
},
keyframes: {
marquee: {
'0%': { transform: 'translateX(0)' },
'100%': { transform: 'translateX(-50%)' },
},
},
animation: {
marquee: 'marquee 20s linear infinite',
},
},
},
};
</script>
<style>
body { font-family: 'Inter', sans-serif; }
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: currentColor;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.3s ease;
}
.nav-link:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
</style>
</head>
<body class="bg-light text-black overflow-x-hidden">
<!-- block:start navigation -->
<nav class="absolute top-8 left-0 w-full z-50 px-8 lg:px-12 flex items-center justify-between">
<a href="#" class="text-3xl font-teko font-bold tracking-tight text-white uppercase">FASHORA</a>
<div class="hidden lg:flex items-center gap-2 bg-white/20 backdrop-blur-md p-1 rounded-full border border-white/10">
<a href="#" class="px-6 py-1.5 rounded-full text-xs font-semibold uppercase tracking-wider text-white/50 bg-white/10">Home</a>
<a href="#" class="px-6 py-1.5 rounded-full text-xs font-semibold uppercase tracking-wider text-white/50 hover:text-white transition-colors">Product</a>
<a href="#" class="px-6 py-1.5 rounded-full text-xs font-semibold uppercase tracking-wider text-white/50 hover:text-white transition-colors">Pricing</a>
<a href="#" class="px-6 py-1.5 rounded-full text-xs font-semibold uppercase tracking-wider text-white/50 hover:text-white transition-colors">Our Shops</a>
</div>
<button class="bg-white text-black px-8 py-2.5 rounded-full text-xs font-bold uppercase tracking-wider hover:bg-gray-100 transition-colors">
ORDER NOW
</button>
</nav>
<!-- block:end navigation -->
<!-- block:start hero -->
<header id="hero" class="relative h-[900px] bg-primary flex flex-col justify-end overflow-hidden pt-32">
<!-- Giant Background Text -->
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full text-center pointer-events-none select-none z-0">
<h1 class="text-[35vw] font-teko font-bold leading-[0.8] text-white uppercase opacity-100">
FASHORA
</h1>
</div>
<!-- Skater Image - Absolutely Positioned for proper overlap -->
<div class="absolute inset-0 flex items-center justify-center z-10 pointer-events-none">
<div class="relative w-full max-w-[1000px] h-full flex items-center justify-center">
<img class="w-full h-auto max-h-[850px] object-contain drop-shadow-2xl" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_9e7450c71c_5dfa4cd8bb6a82ad.png" alt="editorial high fashion action photo of a woman in white streetwear jumping with a red skateboard, sk" />
</div>
</div>
<div class="relative z-20 w-full max-w-[1400px] mx-auto px-12 pb-24 grid grid-cols-12 items-end">
<!-- Hero Description & CTA -->
<div class="col-span-12 lg:col-span-5 space-y-8">
<p class="text-white text-sm max-w-sm leading-relaxed font-medium">
Discover thoughtfully crafted fashion that blends timeless elegance with everyday comfort. Designed for modern lifestyles, made to elevate every moment.
</p>
<div class="flex items-center gap-2">
<a href="#" class="bg-white text-black px-8 py-3 rounded-l-full text-xs font-bold uppercase tracking-widest hover:bg-gray-100 transition-all">
SHOP COLLECTION
</a>
<div class="bg-black text-white w-12 h-12 rounded-full flex items-center justify-center -ml-1">
<i class="fa-solid fa-arrow-right -rotate-45"></i>
</div>
</div>
</div>
<div class="col-span-12 lg:col-span-7 flex justify-end">
<!-- Glassmorphism Card -->
<div class="bg-white/20 backdrop-blur-xl p-8 rounded-[40px] border border-white/30 w-[350px] space-y-6">
<div class="flex items-end justify-between">
<div class="space-y-1">
<div class="flex items-center gap-2">
<span class="text-5xl font-teko text-white font-bold">4.8</span>
<span class="text-white/60 text-xs font-medium uppercase mt-2">(360)</span>
</div>
<p class="text-white/60 text-[10px] font-bold uppercase tracking-widest">Happy Clients Score</p>
</div>
<div class="text-white/80 text-[10px] font-bold uppercase tracking-widest text-right leading-tight">
It's all about the<br>shopping
</div>
</div>
<div class="relative rounded-3xl overflow-hidden aspect-square w-full">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_617bd1ff18_39be92e95305fe77.png" alt="aesthetic fashion photography of a model in a white dress, sunset lighting, soft glow" />
<div class="absolute bottom-4 right-4 bg-black text-white w-10 h-10 rounded-full flex items-center justify-center">
<i class="fa-solid fa-arrow-right -rotate-45 text-xs"></i>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- block:end hero -->
<!-- block:start marquee -->
<section class="bg-primary py-10 overflow-hidden border-t border-white/10">
<div class="flex whitespace-nowrap animate-marquee">
<span class="text-[8rem] font-black text-transparent [-webkit-text-stroke:2px_white] mx-10">FASHORA</span>
<span class="text-[8rem] font-black text-transparent [-webkit-text-stroke:2px_white] mx-10">FASHORA</span>
<span class="text-[8rem] font-black text-transparent [-webkit-text-stroke:2px_white] mx-10">FASHORA</span>
<span class="text-[8rem] font-black text-transparent [-webkit-text-stroke:2px_white] mx-10">FASHORA</span>
</div>
</section>
<!-- block:end marquee -->
<!-- block:start featured -->
<section class="py-40 px-12 bg-white overflow-hidden">
<div class="max-w-[1400px] mx-auto relative">
<div class="mb-32 text-center">
<h2 class="text-7xl lg:text-9xl font-teko font-bold text-black uppercase leading-[0.9] relative z-10">
DISCOVER LOOKS THAT<br>DEFINE YOUR STYLE
</h2>
<!-- Faded Background Text -->
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full text-center pointer-events-none opacity-10">
<span class="text-[25vw] font-teko font-bold text-gray-400 uppercase tracking-tighter whitespace-nowrap">START SHOPPING</span>
</div>
</div>
<!-- Overlapping Cards -->
<div class="flex justify-center items-center gap-4 relative z-20">
<div class="w-[300px] aspect-[3/4] rounded-2xl overflow-hidden shadow-2xl -rotate-6 -mr-20 translate-y-10 border-4 border-white">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_16a6ce9112_1410300376e3e0ca.png" alt="fashion portrait of a model in orange knitwear, outdoor urban setting" />
</div>
<div class="w-[350px] aspect-[3/4] rounded-2xl overflow-hidden shadow-2xl z-30 border-4 border-white">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_f0bbf25bdc_4e8699c85396553c.png" alt="editorial fashion photo of a model with glasses in autumn streetwear, close up" />
</div>
<div class="w-[300px] aspect-[3/4] rounded-2xl overflow-hidden shadow-2xl rotate-6 -ml-20 translate-y-10 border-4 border-white">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_aef8e5b814_a4175d06fae6aea2.png" alt="fashion model in technical streetwear, urban architectural background" />
</div>
</div>
</div>
</section>
<!-- block:end featured -->
<!-- block:start gallery -->
<section class="py-32 px-[5%] bg-dark text-white">
<div class="max-w-[1400px] mx-auto grid grid-cols-12 gap-8">
<div class="col-span-12 md:col-span-4 group">
<div class="aspect-[4/5] rounded-2xl overflow-hidden mb-8">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_3661276cab_0a9e2b659b3da7c8.png" alt="detail shot of technical jacket stitching and hardware, macro fashion photography, dramatic light" />
</div>
<h3 class="text-3xl font-bold mb-4">Modular Shells</h3>
<p class="text-gray-400">Weather-ready outerwear engineered for the city. Detachable panels let you adapt your silhouette through the day.</p>
</div>
<div class="col-span-12 md:col-span-4 group">
<div class="aspect-[4/5] rounded-2xl overflow-hidden mb-8">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_c1d5376308_815926e95767406f.png" alt="flat lay of folded premium streetwear pieces on textured concrete, overhead editorial styling" />
</div>
<h3 class="text-3xl font-bold mb-4">Utility Systems</h3>
<p class="text-gray-400">Functional pockets and reinforced seams meet refined tailoring. Gear up without sacrificing the line.</p>
</div>
<div class="col-span-12 md:col-span-4 group">
<div class="aspect-[4/5] rounded-2xl overflow-hidden mb-8">
<img class="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-500" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_fd35f8c338_77a9a10df6446a70.png" alt="model walking in reflective track pants at dusk, motion blur, urban streetwear campaign" />
</div>
<h3 class="text-3xl font-bold mb-4">Reflective Accents</h3>
<p class="text-gray-400">Subtle light-catching details keep you visible after dark while staying sharp under any light.</p>
</div>
</div>
</section>
<!-- block:end gallery -->
<!-- block:start testimonials -->
<section class="py-32 px-[5%] bg-light overflow-hidden">
<div class="max-w-[1400px] mx-auto">
<div class="flex justify-between items-end mb-20">
<h2 class="text-6xl font-bold text-black uppercase max-w-2xl">
WHAT OUR COLLECTORS ARE SAYING
</h2>
<div class="flex gap-4">
<button class="w-12 h-12 rounded-full border border-black/10 flex items-center justify-center hover:bg-black hover:text-white transition-all">
<i class="fa-solid fa-arrow-left"></i>
</button>
<button class="w-12 h-12 rounded-full border border-black/10 flex items-center justify-center hover:bg-black hover:text-white transition-all">
<i class="fa-solid fa-arrow-right"></i>
</button>
</div>
</div>
<div class="flex gap-6 overflow-x-auto no-scrollbar pb-10 snap-x">
<div class="min-w-[400px] bg-[#1c1c1c] p-10 rounded-3xl text-white snap-center">
<p class="text-xl leading-relaxed mb-8">"The fit and finish on these drops is unreal. Every piece I've grabbed has become a staple — quality that actually holds up."</p>
<div class="flex items-center gap-4">
<div class="w-14 h-14 rounded-full overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_e1b34278c5_7145e372fb5079ea.png" alt="portrait of a young man streetwear collector, candid smile, natural light" />
</div>
<div>
<div class="font-bold">Marcus Reed</div>
<div class="text-sm text-gray-400">Streetwear Curator</div>
</div>
</div>
</div>
<div class="min-w-[400px] bg-[#1c1c1c] p-10 rounded-3xl text-white snap-center">
<p class="text-xl leading-relaxed mb-8">"Finally a brand that gets the balance between function and fashion. The modular shells are my everyday uniform now."</p>
<div class="flex items-center gap-4">
<div class="w-14 h-14 rounded-full overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_0c2282be82_b664794ada528832.png" alt="portrait of a woman fashion stylist, confident expression, studio lighting" />
</div>
<div>
<div class="font-bold">Elena Vance</div>
<div class="text-sm text-gray-400">Fashion Stylist</div>
</div>
</div>
</div>
<div class="min-w-[400px] bg-[#1c1c1c] p-10 rounded-3xl text-white snap-center">
<p class="text-xl leading-relaxed mb-8">"Limited runs, real craftsmanship. It feels exclusive without being pretentious. Fashora gets it."</p>
<div class="flex items-center gap-4">
<div class="w-14 h-14 rounded-full overflow-hidden">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_51c265eab8_88d8caf835ad707b.png" alt="portrait of a male creative director, thoughtful gaze, soft window light" />
</div>
<div>
<div class="font-bold">Leo Tanaka</div>
<div class="text-sm text-gray-400">Creative Director</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- block:end testimonials -->
<!-- block:start pricing -->
<section class="py-32 px-[5%] bg-dark text-white">
<div class="max-w-[1400px] mx-auto">
<h2 class="text-6xl font-bold text-center mb-20">MEMBERSHIP TIERS</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="border border-white/10 p-10 rounded-3xl flex flex-col">
<h3 class="text-2xl font-bold mb-2">The Access Drop</h3>
<p class="text-gray-400 text-sm mb-8">Early access to seasonal releases</p>
<div class="text-5xl font-bold mb-10">$49<span class="text-lg text-gray-500 font-normal">/mo</span></div>
<ul class="space-y-4 mb-10 text-gray-300">
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Early release access</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Member-only looks</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Free shipping</li>
</ul>
<a href="#" class="mt-auto border border-white/20 text-center py-4 rounded-full font-bold hover:bg-white hover:text-black transition-all">Order Now</a>
</div>
<div class="border-2 border-primary p-10 rounded-3xl flex flex-col relative">
<div class="absolute -top-4 left-1/2 -translate-x-1/2 bg-primary text-black px-6 py-1 rounded-full text-xs font-bold uppercase">Recommended</div>
<h3 class="text-2xl font-bold mb-2">The Elite Collective</h3>
<p class="text-gray-400 text-sm mb-8">Full archive + private drops</p>
<div class="text-5xl font-bold mb-10">$129<span class="text-lg text-gray-500 font-normal">/mo</span></div>
<ul class="space-y-4 mb-10 text-gray-300">
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Everything in Access</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Private drop invites</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> 15% off all orders</li>
</ul>
<a href="#" class="mt-auto border border-white/20 text-center py-4 rounded-full font-bold hover:bg-white hover:text-black transition-all">Order Now</a>
</div>
<div class="border border-white/10 p-10 rounded-3xl flex flex-col">
<h3 class="text-2xl font-bold mb-2">The Archival Tier</h3>
<p class="text-gray-400 text-sm mb-8">Lifetime collector status</p>
<div class="text-5xl font-bold mb-10">$299<span class="text-lg text-gray-500 font-normal">/mo</span></div>
<ul class="space-y-4 mb-10 text-gray-300">
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Everything in Elite</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> One-of-one pieces</li>
<li class="flex items-center gap-3"><i class="fa-solid fa-check text-primary"></i> Lifetime collector ID</li>
</ul>
<a href="#" class="mt-auto border border-white/20 text-center py-4 rounded-full font-bold hover:bg-white hover:text-black transition-all">Order Now</a>
</div>
</div>
</div>
</section>
<!-- block:end pricing -->
<!-- block:start footer -->
<footer class="bg-black text-white pt-32 pb-10 px-[5%]">
<div class="max-w-[1400px] mx-auto">
<div class="grid grid-cols-12 gap-12 mb-20 border-b border-white/10 pb-20">
<div class="col-span-12 lg:col-span-6">
<h2 class="text-8xl font-bold tracking-tighter mb-10">FASHORA</h2>
<p class="text-xl text-gray-400 max-w-md">Redefining streetwear with premium materials, timeless design, and a commitment to quality that stands the test of time.</p>
</div>
<div class="col-span-12 lg:col-span-6 grid grid-cols-2 sm:grid-cols-4 gap-8">
<div class="space-y-4">
<h4 class="font-bold text-sm uppercase tracking-widest text-gray-500">Collections</h4>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-primary transition-colors">New Arrivals</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Outerwear</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Accessories</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Lookbook</a></li>
</ul>
</div>
<div class="space-y-4">
<h4 class="font-bold text-sm uppercase tracking-widest text-gray-500">Company</h4>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-primary transition-colors">About Us</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Careers</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Press</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Contact</a></li>
</ul>
</div>
<div class="space-y-4">
<h4 class="font-bold text-sm uppercase tracking-widest text-gray-500">Support</h4>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-primary transition-colors">FAQ</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Shipping</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Returns</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Size Guide</a></li>
</ul>
</div>
<div class="space-y-4">
<h4 class="font-bold text-sm uppercase tracking-widest text-gray-500">Legal</h4>
<ul class="space-y-2 text-sm">
<li><a href="#" class="hover:text-primary transition-colors">Privacy Policy</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Terms of Service</a></li>
<li><a href="#" class="hover:text-primary transition-colors">Cookie Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between items-center gap-8">
<div class="text-gray-500 text-sm">
© 2026 FASHORA / All Rights Reserved
</div>
<div class="flex gap-6">
<a href="#" class="text-white hover:text-primary transition-colors"><i class="fa-brands fa-instagram text-xl"></i></a>
<a href="#" class="text-white hover:text-primary transition-colors"><i class="fa-brands fa-twitter text-xl"></i></a>
<a href="#" class="text-white hover:text-primary transition-colors"><i class="fa-brands fa-facebook-f text-xl"></i></a>
<a href="#" class="text-white hover:text-primary transition-colors"><i class="fa-brands fa-linkedin-in text-xl"></i></a>
</div>
</div>
</div>
</footer>
<!-- block:end footer -->
</body></html>
Unlimited access to all templates
Unlock our entire library of premium UI kits, dashboards, and landing pages with a single yearly payment.
€60
per year
Get Unlimited Access