callia / product.html
thorpz's picture
okay so i like the colour now but i dont think they are all working togther perfectly can you do a rerun of pretty much all the colour and assets on the site so they work togther really well and give a luxious expensive health wellness vibe, please use the bright orange only for like buttons like show now. - Follow Up Deployment
76d37a7 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ELMA | Product</title>
<meta name="description" content="Premium Greek mastic gum from Chios. Natural wellness, lasting freshness, and digestive benefits in every chew.">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.font-serif {
font-family: 'Playfair Display', serif;
}
.product-card {
transition: all 0.3s ease;
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.option-selected {
border-color: #f97316;
background-color: #fff7ed;
}
</style>
</head>
<body class="bg-white text-slate-700">
<!-- Navigation -->
<nav class="bg-white border-b border-gray-100 fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="index.html" class="flex items-center">
<span class="font-serif text-xl font-bold text-dark">Callia</span>
</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html" class="text-dark hover:text-primary transition">Home</a>
<a href="product.html" class="text-dark hover:text-primary transition">Product</a>
<a href="about.html" class="text-dark hover:text-primary transition">About</a>
<a href="faq.html" class="text-dark hover:text-primary transition">FAQ</a>
<a href="product.html" class="bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" class="text-dark">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-100 py-4 px-4">
<a href="index.html" class="block py-2 text-dark hover:text-primary transition">Home</a>
<a href="product.html" class="block py-2 text-dark hover:text-primary transition">Product</a>
<a href="about.html" class="block py-2 text-dark hover:text-primary transition">About</a>
<a href="faq.html" class="block py-2 text-dark hover:text-primary transition">FAQ</a>
<a href="product.html" class="mt-2 inline-block bg-primary text-white px-4 py-2 rounded-full hover:bg-opacity-90 transition">Shop Now</a>
</div>
</nav>
<!-- Product Section -->
<section class="pt-24 pb-16 md:pt-32 md:pb-24 relative z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-start">
<!-- Product Images -->
<div class="sticky top-24">
<div class="mb-4 rounded-lg overflow-hidden relative z-20" data-aos="fade-right">
<img src="https://huggingface.co/spaces/thorpz/callia/resolve/main/images/Screenshot 2025-09-05 at 9.18.11 am copy.png" alt="ELMA Mastic Gum Tin" class="w-full rounded-lg shadow-md">
</div>
<div class="grid grid-cols-4 gap-2">
<div class="border rounded-md overflow-hidden cursor-pointer">
<img src="https://huggingface.co/spaces/thorpz/callia/resolve/main/images/Screenshot 2025-09-05 at 9.18.11 am copy.png" alt="ELMA Mastic Gum Tin" class="w-full">
</div>
<div class="border rounded-md overflow-hidden cursor-pointer">
<img src="http://static.photos/food/200x200/11" alt="ELMA Mastic Gum Contents" class="w-full">
</div>
<div class="border rounded-md overflow-hidden cursor-pointer">
<img src="http://static.photos/food/200x200/12" alt="ELMA Mastic Gum Package" class="w-full">
</div>
<div class="border rounded-md overflow-hidden cursor-pointer">
<img src="http://static.photos/food/200x200/13" alt="ELMA Mastic Gum Close-up" class="w-full">
</div>
</div>
</div>
<!-- Product Details -->
<div data-aos="fade-left">
<h1 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-2">ELMA Authentic Greek Mastic Gum</h1>
<div class="flex items-center mb-4">
<div class="flex text-gold mr-2">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
<span class="text-slate-500">48 reviews</span>
</div>
<p class="text-lg text-slate-600 mb-6">Authentic Greek mastic gum from the island of Chios. Experience natural wellness, lasting freshness, and digestive benefits in every chew.</p>
<div class="mb-8">
<h3 class="font-medium text-lg mb-2">Benefits</h3>
<ul class="space-y-2 text-slate-600">
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-primary mr-2 mt-0.5"></i>
<span>Supports digestive health</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-primary mr-2 mt-0.5"></i>
<span>Naturally exercises facial muscles</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-primary mr-2 mt-0.5"></i>
<span>Long-lasting flavor and texture</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-primary mr-2 mt-0.5"></i>
<span>No artificial ingredients</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-primary mr-2 mt-0.5"></i>
<span>Authentic product of Chios, Greece</span>
</li>
</ul>
</div>
<div class="mb-8">
<h3 class="font-medium text-lg mb-4">Select Option</h3>
<div class="grid grid-cols-1 sm:grid-cols-3 gap-3">
<div class="option-selector border rounded-lg p-4 cursor-pointer transition option-selected" data-option="single">
<h4 class="font-medium mb-1">Single Pack</h4>
<p class="text-slate-500 text-sm mb-2">1 tin (30 pieces)</p>
<p class="font-bold text-dark">$24.99</p>
</div>
<div class="option-selector border rounded-lg p-4 cursor-pointer transition" data-option="three">
<h4 class="font-medium mb-1">Three Pack</h4>
<p class="text-slate-500 text-sm mb-2">3 tins (90 pieces)</p>
<p class="font-bold text-dark">$64.99 <span class="text-sm font-normal text-primary">(Save 13%)</span></p>
</div>
<div class="option-selector border rounded-lg p-4 cursor-pointer transition" data-option="subscription">
<h4 class="font-medium mb-1">Subscription</h4>
<p class="text-slate-500 text-sm mb-2">Monthly delivery</p>
<p class="font-bold text-dark">$21.99/month <span class="text-sm font-normal text-primary">(Save 12%)</span></p>
</div>
</div>
</div>
<div class="flex flex-col sm:flex-row gap-4 mb-8">
<div class="flex items-center border rounded-full px-4 py-2">
<button class="text-slate-500 hover:text-primary" id="decrease-qty">
<i data-feather="minus"></i>
</button>
<input type="number" value="1" min="1" max="10" class="w-12 text-center border-0 focus:ring-0">
<button class="text-slate-500 hover:text-primary" id="increase-qty">
<i data-feather="plus"></i>
</button>
</div>
<button class="bg-primary text-white px-6 py-3 rounded-full hover:bg-opacity-90 transition flex-grow font-medium flex items-center justify-center">
<i data-feather="shopping-cart" class="w-5 h-5 mr-2"></i> Add to Cart
</button>
</div>
<div class="border-t border-gray-100 pt-6">
<h3 class="font-medium text-lg mb-4">Product Details</h3>
<div class="grid grid-cols-2 gap-4 mb-6">
<div>
<p class="text-slate-500">Weight</p>
<p class="font-medium">30g per tin</p>
</div>
<div>
<p class="text-slate-500">Contents</p>
<p class="font-medium">30 pieces</p>
</div>
<div>
<p class="text-slate-500">Origin</p>
<p class="font-medium">Chios, Greece</p>
</div>
<div>
<p class="text-slate-500">Ingredients</p>
<p class="font-medium">100% pure mastic gum</p>
</div>
</div>
<p class="text-slate-600">Each ELMA tin contains 30 pieces of premium Greek mastic gum, hand-selected from the best harvests on the island of Chios. Our mastic gum is all-natural with no additives or preservatives.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">Why Choose ELMA</h2>
<p class="max-w-2xl mx-auto text-slate-600">The premium choice for natural wellness and oral health</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
<i data-feather="shield" class="text-primary"></i>
</div>
<h3 class="font-bold text-lg mb-2">Authentic & Pure</h3>
<p class="text-slate-600">Sourced directly from Chios, Greece, the only place where true mastic gum grows. No additives or artificial ingredients.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="100">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
<i data-feather="clock" class="text-primary"></i>
</div>
<h3 class="font-bold text-lg mb-2">Long-Lasting</h3>
<p class="text-slate-600">One piece of mastic gum lasts for hours without losing its texture or becoming bitter like conventional chewing gum.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm" data-aos="fade-up" data-aos-delay="200">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-full flex items-center justify-center mb-4">
<i data-feather="heart" class="text-primary"></i>
</div>
<h3 class="font-bold text-lg mb-2">Wellness Benefits</h3>
<p class="text-slate-600">Traditionally used to support digestive health, oral hygiene, and even as a natural facial exercise for jawline definition.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="font-serif text-3xl md:text-4xl font-bold text-dark mb-4">Customer Experiences</h2>
<p class="max-w-2xl mx-auto text-slate-600">Real results from our community</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img src="http://static.photos/people/200x200/4" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
</div>
<div class="ml-3">
<h4 class="font-medium">Jessica R.</h4>
<div class="flex text-gold">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-slate-600">"I've struggled with digestive issues for years. After using ELMA for just two weeks, I noticed a significant improvement. Plus, it's the only gum that doesn't give me headaches!"</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img src="http://static.photos/people/200x200/5" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
</div>
<div class="ml-3">
<h4 class="font-medium">David L.</h4>
<div class="flex text-gold">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-slate-600">"As a dentist, I recommend ELMA to my patients looking for a healthier alternative to conventional gum. The natural antibacterial properties are excellent for oral health."</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img src="http://static.photos/people/200x200/6" alt="Customer" class="w-10 h-10 rounded-full border-2 border-white">
</div>
<div class="ml-3">
<h4 class="font-medium">Sophia K.</h4>
<div class="flex text-gold">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="text-slate-600">"I bought ELMA for the jawline benefits and wasn't disappointed. After 3 months of consistent use, my jawline is noticeably more defined. Bonus: my digestion improved too!"</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-primary text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="font-serif text-3xl md:text-4xl font-bold mb-6">Ready to Experience ELMA?</h2>
<p class="max-w-2xl mx-auto mb-8 text-primary-100">Join our community of wellness seekers and discover the ancient secret of Chios.</p>
<a href="#top" class="inline-block bg-white text-primary px-8 py-3 rounded-full hover:bg-opacity-90 transition font-medium">Add to Cart</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="font-serif text-xl font-bold mb-4">Callia</h3>
<p class="text-slate-300">Authentic Greek mastic gum from the island of Chios. Natural wellness in every chew.</p>
</div>
<div>
<h4 class="font-medium mb-4">Shop</h4>
<ul class="space-y-2">
<li><a href="product.html" class="text-slate-300 hover:text-white transition">All Products</a></li>
<li><a href="product.html" class="text-slate-300 hover:text-white transition">Single Pack</a></li>
<li><a href="product.html" class="text-slate-300 hover:text-white transition">Three Pack</a></li>
<li><a href="product.html" class="text-slate-300 hover:text-white transition">Subscription</a></li>
</ul>
</div>
<div>
<h4 class="font-medium mb-4">About</h4>
<ul class="space-y-2">
<li><a href="about.html" class="text-slate-300 hover:text-white transition">Our Story</a></li>
<li><a href="about.html" class="text-slate-300 hover:text-white transition">Mastic Gum</a></li>
<li><a href="faq.html" class="text-slate-300 hover:text-white transition">FAQ</a></li>
<li><a href="#" class="text-slate-300 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-medium mb-4">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="instagram"></i></a>
<a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="facebook"></i></a>
<a href="#" class="text-slate-300 hover:text-white transition"><i data-feather="twitter"></i></a>
</div>
</div>
</div>
<div class="border-t border-slate-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-slate-400">© 2023 ELMA. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-slate-400 hover:text-white transition">Privacy Policy</a>
<a href="#" class="text-slate-400 hover:text-white transition">Terms of Service</a>
</div>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Product option selection
document.querySelectorAll('.option-selector').forEach(option => {
option.addEventListener('click', function() {
document.querySelectorAll('.option-selector').forEach(el => {
el.classList.remove('option-selected');
});
this.classList.add('option-selected');
});
});
// Quantity controls
document.getElementById('increase-qty').addEventListener('click', function() {
const input = document.querySelector('input[type="number"]');
if (parseInt(input.value) < 10) {
input.value = parseInt(input.value) + 1;
}
});
document.getElementById('decrease-qty').addEventListener('click', function() {
const input = document.querySelector('input[type="number"]');
if (parseInt(input.value) > 1) {
input.value = parseInt(input.value) - 1;
}
});
</script>
</body>
</html>