/* Primary color update to #ef8807 */
.chill-hero {
background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
padding: 100px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.chill-hero::before {
content: ”;
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(239,136,7,0.05) 0%, transparent 70%);
border-radius: 50%;
}
.hero-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 1;
}
.hero-title {
font-size: 3.5em;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 20px;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1.4em;
color: #666;
margin-bottom: 40px;
font-weight: 300;
}
.hero-buttons {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
.btn-primary {
background: linear-gradient(135deg, #ef8807 0%, #d47706 100%);
color: white;
padding: 18px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1em;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(239,136,7,0.3);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(239,136,7,0.4);
color: white;
}
.btn-secondary {
background: white;
color: #ef8807;
padding: 18px 40px;
border: 2px solid #ef8807;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.1em;
display: inline-block;
transition: all 0.3s ease;
}
.btn-secondary:hover {
background: #ef8807;
color: white;
}
.trust-badges {
margin-top: 60px;
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}
.trust-badge {
display: flex;
align-items: center;
gap: 10px;
color: #666;
font-size: 1em;
}
.trust-badge-icon {
background: #ef8807;
color: white;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 768px) {
.hero-title { font-size: 2.5em; }
.hero-buttons { flex-direction: column; align-items: center; }
.trust-badges { flex-direction: column; align-items: center; }
}
Discover Premium Cannabis Strains
California’s finest collection of sativa, indica, and hybrid strains. Expertly curated, lab-tested, and crafted with care.
✓
Lab Tested
🌱
Organic Grown
⭐
5-Star Rated
🏆
Premium Quality
.strain-types {
padding: 80px 0;
background: white;
}
.section-title {
text-align: center;
font-size: 2.8em;
color: #1a1a1a;
margin-bottom: 20px;
font-weight: 700;
}
.section-subtitle {
text-align: center;
font-size: 1.2em;
color: #666;
margin-bottom: 60px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.types-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.type-card {
background: white;
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
transition: all 0.3s ease;
text-align: center;
border-top: 4px solid transparent;
}
.type-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 60px rgba(0,0,0,0.12);
border-top-color: #ef8807;
}
.type-icon {
width: 80px;
height: 80px;
margin: 0 auto 20px;
background: linear-gradient(135deg, #ffead4 0%, #ffd9b3 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2em;
}
.type-title {
font-size: 1.8em;
color: #1a1a1a;
margin-bottom: 15px;
font-weight: 600;
}
.type-description {
color: #666;
line-height: 1.6;
font-size: 1.05em;
margin-bottom: 20px;
}
.type-benefits {
text-align: left;
margin-top: 20px;
}
.benefit-item {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
color: #666;
}
.benefit-check {
color: #ef8807;
font-weight: bold;
}
Strain Categories
Find the perfect cannabis experience tailored to your needs and lifestyle
🌿
Sativa Strains
Energizing and uplifting varieties perfect for daytime use and creative pursuits.
✓
Enhanced creativity & focus
✓
Daytime energy boost
✓
Social & uplifting effects
🌙
Indica Strains
Deeply relaxing strains ideal for evening use and ultimate stress relief.
✓
Full-body relaxation
✓
Better sleep quality
✓
Pain & stress relief
⚡
Hybrid Strains
Perfectly balanced varieties offering the best of both worlds.
✓
Versatile effects
✓
Balanced experience
✓
All-day enjoyment
.featured-strains {
padding: 80px 0;
background: #f9f9f9;
}
.featured-badge {
background: linear-gradient(135deg, #ef8807 0%, #d47706 100%);
color: white;
padding: 8px 20px;
border-radius: 25px;
font-size: 0.9em;
font-weight: 600;
display: inline-block;
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: 1px;
}
.strains-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 60px auto 0;
padding: 0 20px;
}
.strain-card {
background: white;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.strain-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.strain-image {
height: 200px;
background: linear-gradient(135deg, #ffead4 0%, #ffd9b3 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 4em;
}
.strain-info {
padding: 25px;
}
.strain-name {
font-size: 1.5em;
color: #1a1a1a;
margin-bottom: 10px;
font-weight: 600;
}
.strain-type {
display: inline-block;
background: #ef8807;
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 0.9em;
margin-bottom: 15px;
}
.strain-details {
color: #666;
line-height: 1.5;
margin-bottom: 15px;
}
.strain-effects {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 15px;
}
.effect-tag {
background: #f5f5f5;
color: #333;
padding: 5px 12px;
border-radius: 15px;
font-size: 0.85em;
}
.thc-cbd {
padding-top: 12px;
border-top: 1px solid #eee;
font-size: 0.9em;
color: #666;
}
.thc-cbd strong {
color: #ef8807;
}
🔥 Best SellersFeatured Premium Strains
Our most popular strains, loved by the California cannabis community
💙
Blue Dream
HybridCalifornia’s most beloved strain. Full-body relaxation with gentle cerebral invigoration.
Balanced
Creative
Calming
THC: 17-24% | CBD: 2%
🍪
Girl Scout Cookies
HybridLegendary strain with perfect balance of euphoria and relaxation. Sweet, earthy aroma.
Euphoric
Happy
Relaxed
THC: 19-28% | CBD: <1%
🦍
Gorilla Glue #4
HybridAward-winning potent strain that delivers heavy euphoria and deep relaxation.
Potent
Euphoric
Relaxing
THC: 25-30% | CBD: <1%
🌲
OG Kush
HybridWest Coast classic with stress-melting effects. Complex pine and lemon flavors.
Stress Relief
Focused
Happy
THC: 20-25% | CBD: <1%
🍰
Wedding Cake
Indica-DominantSweet vanilla flavors meet powerful relaxation in this premium indica hybrid.
Relaxing
Euphoric
Sweet
THC: 21-25% | CBD: <1%
⛽
Sour Diesel
SativaFast-acting energizing sativa with legendary diesel aroma. Perfect for daytime.
Energetic
Uplifting
Creative
THC: 20-25% | CBD: <1%
.faq-section {
padding: 80px 0;
background: white;
}
.faq-container {
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.faq-item {
background: white;
border: 1px solid #eee;
border-radius: 12px;
margin-bottom: 20px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover {
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.faq-question {
padding: 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.2em;
font-weight: 600;
color: #1a1a1a;
background: white;
transition: all 0.3s ease;
}
.faq-question:hover {
background: #fff9f5;
}
.faq-icon {
color: #ef8807;
font-size: 1.5em;
transition: transform 0.3s ease;
}
.faq-answer {
padding: 0 25px;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.active .faq-answer {
padding: 0 25px 25px;
max-height: 500px;
}
.faq-item.active .faq-icon {
transform: rotate(45deg);
}
.faq-answer p {
color: #666;
line-height: 1.6;
margin: 0;
}
.faq-answer ul {
margin: 15px 0 0 20px;
color: #666;
}
.faq-answer li {
margin-bottom: 8px;
}
Frequently Asked Questions
Everything you need to know about Chill Bud premium cannabis strains
What’s the difference between Sativa, Indica, and Hybrid strains?
+
Sativa strains deliver energizing, uplifting effects that are perfect for daytime use, creative activities, and social situations. They produce a cerebral “head high” that enhances focus, creativity, and mood elevation.
Indica strains provide deep body relaxation and are ideal for evening use. They offer excellent stress relief, pain management benefits, and promote restful sleep with their calming, soothing properties.
Hybrid strains combine the best genetics from both sativa and indica plants, offering balanced effects that can be enjoyed any time of day. They provide versatile experiences tailored to your specific needs.
How do I choose the right Chill Bud strain for me?
+
Choosing the perfect Chill Bud strain is easy and exciting! Consider these factors:
- Desired effects: Whether you want energy, relaxation, creativity, or pain relief, we have the perfect strain
- Time of use: Sativas energize your day, indicas enhance your evening, and hybrids work anytime
- Experience level: Our strains range from beginner-friendly to highly potent options
- Wellness goals: Many strains excel at addressing specific needs like stress, sleep, or focus
- Flavor preferences: From fruity and sweet to earthy and piney, every palate is satisfied
Visit your local dispensary carrying Chill Bud products and ask their knowledgeable staff for personalized recommendations!
Are all Chill Bud products lab-tested?
+
Absolutely! Every single Chill Bud product undergoes rigorous third-party laboratory testing to ensure the highest quality and safety standards. Our comprehensive testing includes:
- Potency analysis: Accurate THC, CBD, and cannabinoid profiles
- Purity screening: Testing for pesticides and contaminants
- Heavy metals testing: Ensuring product safety
- Microbial screening: Confirming cleanliness standards
- Terpene profiling: Documenting flavor and effect profiles
Complete lab results are available for all Chill Bud products at participating dispensaries. We’re committed to transparency, quality, and your complete satisfaction!
What’s the best Chill Bud strain for beginners?
+
Chill Bud offers several excellent strains perfect for beginners! We recommend starting with:
- Blue Dream: Our most approachable hybrid with balanced, gentle effects (17-24% THC)
- Balanced THC/CBD options: Some dispensaries carry our CBD-rich varieties for a milder experience
- Well-established classics: Strains with predictable, consistent effects
Pro tip: Start low and go slow! Begin with a small amount and wait 15-30 minutes to assess effects before consuming more. The knowledgeable staff at dispensaries carrying Chill Bud can help you find the perfect starting strain based on your preferences and comfort level!
How should I store my Chill Bud cannabis to maintain freshness?
+
Proper storage preserves the exceptional quality, potency, and flavor of your Chill Bud products! Follow these best practices:
- Use airtight containers: Glass jars with tight-sealing lids work perfectly
- Store in cool, dark places: Maintain room temperature (60-70°F) away from direct sunlight
- Control humidity: Ideal range of 55-62% relative humidity preserves terpenes and prevents mold
- Avoid plastic bags: They create static that can remove valuable trichomes
- Don’t freeze: Freezing damages delicate trichomes and reduces potency
When stored properly, Chill Bud products maintain their premium quality for 6-12 months, ensuring every session is as fresh as the first!
Where can I find Chill Bud products?
+
Chill Bud premium cannabis strains are available at select licensed dispensaries throughout California! Our products can be found at quality retailers who share our commitment to excellence.
To locate a dispensary near you carrying Chill Bud:
- Visit our website and use our store locator
- Call your favorite local dispensary and ask if they stock Chill Bud products
- Check with dispensaries known for carrying premium California cannabis brands
Many dispensaries offer convenient options like online ordering for in-store pickup. Contact your local retailer for their specific services and hours. Always remember to bring valid ID and any required medical documentation!
.why-chill-bud {
background: linear-gradient(135deg, #fff5f0 0%, #ffffff 100%);
padding: 80px 0;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
max-width: 1200px;
margin: 60px auto 0;
padding: 0 20px;
}
.feature-item {
text-align: center;
}
.feature-icon {
width: 70px;
height: 70px;
margin: 0 auto 20px;
background: #ef8807;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.8em;
}
.feature-title {
font-size: 1.3em;
color: #1a1a1a;
margin-bottom: 10px;
font-weight: 600;
}
.feature-text {
color: #666;
line-height: 1.5;
}
The Chill Bud Difference
Why California loves our premium cannabis
🏆
Premium Quality
Hand-selected strains from California’s top growers, ensuring exceptional quality in every product.
🔬
Lab Certified
Every batch undergoes comprehensive testing for potency, purity, and safety standards.
🌱
Sustainably Grown
Partnering with eco-conscious cultivators using organic methods and sustainable practices.
🎓
Expert Cultivation
Grown by master cultivators with decades of experience in cannabis excellence.
⭐
Award-Winning
Recognition from cannabis competitions and consistently top-rated by consumers.
💎
Consistent Quality
Rigorous quality control ensures every Chill Bud product meets our premium standards.
.testimonials-section {
padding: 80px 0;
background: white;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 60px auto 0;
padding: 0 20px;
}
.testimonial-card {
background: #f9f9f9;
border-radius: 15px;
padding: 30px;
position: relative;
}
.testimonial-quote {
color: #ef8807;
font-size: 3em;
line-height: 1;
margin-bottom: 15px;
}
.testimonial-text {
color: #666;
line-height: 1.6;
margin-bottom: 20px;
font-style: italic;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
}
.author-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, #ef8807 0%, #d47706 100%);
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 1.2em;
}
.author-info {
flex: 1;
}
.author-name {
font-weight: 600;
color: #1a1a1a;
margin-bottom: 3px;
}
.author-rating {
color: #ef8807;
}
What Our Customers Say
Join thousands of satisfied customers enjoying premium California cannabis
“
Chill Bud is consistently the best brand I can find! The quality is excellent, and I love that they’re available at my local dispensary. Blue Dream is my absolute go-to strain.
“
I appreciate the lab testing and transparency. As a medical user, knowing exactly what I’m getting is crucial. Chill Bud never disappoints with their quality standards.
“
The best cannabis brand in California! Fresh products every time, and the strains are perfectly curated. I always look for Chill Bud when I visit my dispensary!
.cta-section {
background: linear-gradient(135deg, #ef8807 0%, #d47706 100%);
padding: 80px 20px;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-section::before {
content: ”;
position: absolute;
top: -50%;
left: -10%;
width: 500px;
height: 500px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
}
.cta-content {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
}
.cta-title {
font-size: 2.5em;
color: white;
margin-bottom: 20px;
font-weight: 700;
}
.cta-text {
font-size: 1.2em;
color: rgba(255,255,255,0.95);
margin-bottom: 40px;
line-height: 1.6;
}
.cta-button {
background: white;
color: #ef8807;
padding: 18px 50px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 1.2em;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.cta-button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 30px rgba(0,0,0,0.3);
color: #ef8807;
}
.cta-features {
margin-top: 40px;
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.cta-feature {
color: white;
display: flex;
align-items: center;
gap: 10px;
font-size: 1.1em;
}
// FAQ Accordion functionality
document.addEventListener(‘DOMContentLoaded’, function() {
const faqItems = document.querySelectorAll(‘.faq-item’);faqItems.forEach(item => {
const question = item.querySelector(‘.faq-question’);if (question) {
question.addEventListener(‘click’, function(e) {
e.preventDefault();// Close other items
faqItems.forEach(otherItem => {
if (otherItem !== item && otherItem.classList.contains(‘active’)) {
otherItem.classList.remove(‘active’);
}
});// Toggle current item
item.classList.toggle(‘active’);
});
}
});
});