Valentine Offer!
:root {
–text-light: #0c5a16;
–border-radius-small: 8px;
}
/* — Countdown Section Styles (Extracted and Adapted) — */
.countdown-wrapper {
font-family: ‘Inter’, sans-serif;
background-color: var(–primary-green);
color: var(–text-light);
text-align: center;
width: 100%;
max-width: 600px;
margin: 20px auto;
}
.countdown-wrapper h3 {
font-family: ‘Lora’, serif;
color: var(–text-light);
margin-bottom: 0.5em;
font-size: clamp(1.3rem, 3vw, 1.8rem);
}
.countdown-wrapper p {
font-family: ‘Inter’, sans-serif;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 25px;
font-size: clamp(0.9rem, 2vw, 1rem);
}
/* Changed ID selector from #countdownTimer to #timer */
#timer {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}
.timer-segment { /* Kept class for segments as it’s cleaner */
background-color: #fafafa;
padding: 15px;
border-radius: var(–border-radius-small);
min-width: 80px;
text-align: center;
}
.timer-segment .number {
font-size: clamp(1.8rem, 4vw, 2.2rem);
font-weight: 700;
font-family: ‘Inter’, sans-serif;
display: block;
line-height: 1.1;
color: var(–text-light);
border-radius: 4px;
padding: 5px;
margin: 0 auto;
}
.timer-segment .label {
font-size: clamp(0.7rem, 1.5vw, 0.8rem);
text-transform: uppercase;
opacity: 0.8;
margin-top: 3px;
color: var(–text-light);
}
@media (max-width: 480px) {
#timer {
gap: 15px;
}
.timer-segment {
padding: 10px;
min-width: 65px;
}
.countdown-wrapper {
padding: 20px 15px;
}
}
Days
Hours
Minutes
Seconds
function startDealTimer() {
let dealEndDate = “2026-02-12 23:59:59”; // Change this date
let endTime = new Date(dealEndDate).getTime();
function updateTimer() {
let now = new Date().getTime();
let diff = endTime – now;
if (diff <= 0) {
document.getElementById('timer').innerHTML = "
Deal Ended!
“;
clearInterval(timerInterval);
return;
}
let days = Math.floor(diff / (1000 * 60 * 60 * 24));
let hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
let minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
let seconds = Math.floor((diff % (1000 * 60)) / 1000);
document.getElementById(‘days’).textContent = days.toString().padStart(2, ‘0’);
document.getElementById(‘hours’).textContent = hours.toString().padStart(2, ‘0’);
document.getElementById(‘minutes’).textContent = minutes.toString().padStart(2, ‘0’);
document.getElementById(‘seconds’).textContent = seconds.toString().padStart(2, ‘0’);
}
let timerInterval = setInterval(updateTimer, 1000);
updateTimer();
}
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, startDealTimer);
} else {
startDealTimer();
}
Get 10% OFF on plants this Valentine’s Day—use coupon code LOVE2026 at checkout and enjoy this limited-time offer.
-
-18%
Purple Dendrobium Orchid – Plant
₹699.00 – ₹1,849.00Price range: ₹699.00 through ₹1,849.00 Select options This product has multiple variants. The options may be chosen on the product page -
Golden Cyprus, Golden Cypress Plant
₹599.00 – ₹3,499.00Price range: ₹599.00 through ₹3,499.00 Select options This product has multiple variants. The options may be chosen on the product page -
-9%
Hydrangea Mophead Flower Plant (Anycolor)
Rated 5.00 out of 5₹549.00 – ₹1,449.00Price range: ₹549.00 through ₹1,449.00 Select options This product has multiple variants. The options may be chosen on the product page -
Pencil Pine Cypress, Cupressus sempervirens – Plant
₹1,990.00 – ₹3,499.00Price range: ₹1,990.00 through ₹3,499.00 Select options This product has multiple variants. The options may be chosen on the product page -
-61%
Christmas Tree Plant | Araucaria, Cook pine -Xmas Tree
₹549.00 – ₹3,919.00Price range: ₹549.00 through ₹3,919.00 Select options This product has multiple variants. The options may be chosen on the product page -
-31%
Red Anthurium Plant | Painter’s Palette – Plants
₹449.00 – ₹890.00Price range: ₹449.00 through ₹890.00 Select options This product has multiple variants. The options may be chosen on the product page -
-19%
Poinsettia plant | Euphorbia pulcherrima – Plants
₹649.00 – ₹1,789.00Price range: ₹649.00 through ₹1,789.00 Select options This product has multiple variants. The options may be chosen on the product page -
Christmas Cactus | Thanksgiving Cactus – Plant
₹299.00 – ₹699.00Price range: ₹299.00 through ₹699.00 Select options This product has multiple variants. The options may be chosen on the product page -
-29%
Marble Queen Pothos – Money plant
₹249.00 – ₹564.00Price range: ₹249.00 through ₹564.00 Select options This product has multiple variants. The options may be chosen on the product page -
-12%
Aglaonema Pink Beauty – Plant
₹549.00 – ₹1,589.00Price range: ₹549.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-63%
Ficus Lyrata or Fiddle leaf Fig plant
₹749.00 – ₹4,350.00Price range: ₹749.00 through ₹4,350.00 Select options This product has multiple variants. The options may be chosen on the product page -
-27%
Philodendron Moonlight/Moonshine Plant
₹549.00 – ₹1,589.00Price range: ₹549.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-25%
Ardisia Crenata, Christmas Berry, Coral Berry – plant
₹299.00 – ₹799.00Price range: ₹299.00 through ₹799.00 Select options This product has multiple variants. The options may be chosen on the product page -
-25%
China Doll, Radermachera Sinica – Plant
₹599.00 – ₹6,999.00Price range: ₹599.00 through ₹6,999.00 Select options This product has multiple variants. The options may be chosen on the product page -
Brahma Kamal Pink – Epiphyllum oxypetalum – Plant
₹449.00 – ₹2,249.00Price range: ₹449.00 through ₹2,249.00 Select options This product has multiple variants. The options may be chosen on the product page -
-25%
Aglaonema Moonlight Bay (Pink Stem) – Plant
₹449.00 – ₹1,589.00Price range: ₹449.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-33%
Monstera Thai Constellation “Variegated Monstera” – Plant
₹1,999.00 – ₹7,999.00Price range: ₹1,999.00 through ₹7,999.00 Select options This product has multiple variants. The options may be chosen on the product page -
-62%
Big size Brazilian lucky wood – Plant
₹2,849.00 – ₹8,499.00Price range: ₹2,849.00 through ₹8,499.00 Select options This product has multiple variants. The options may be chosen on the product page -
-17%
Sansevieria Superba Green – Snake Plant
₹499.00 – ₹1,589.00Price range: ₹499.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-7%
Aglaonema Butterfly Plant
₹1,249.00 – ₹1,589.00Price range: ₹1,249.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-15%
Philodendron Gloriosum | Glorious Philo plant
₹550.00 – ₹1,449.00Price range: ₹550.00 through ₹1,449.00 Select options This product has multiple variants. The options may be chosen on the product page -
-13%
Philodendron Florida Ghost – Plant
₹549.00 – ₹664.00Price range: ₹549.00 through ₹664.00 Select options This product has multiple variants. The options may be chosen on the product page -
-62%
Dracaena Aubryana (Lance Dracaena) – Plant
₹1,149.00 – ₹3,819.00Price range: ₹1,149.00 through ₹3,819.00 Select options This product has multiple variants. The options may be chosen on the product page -
-17%
Philodendron burle marx variegated – Plant
₹499.00 – ₹1,589.00Price range: ₹499.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-11%
Philodendron erubescens ‘Black Cardinal’ – Plant
₹649.00 – ₹1,549.00Price range: ₹649.00 through ₹1,549.00 Select options This product has multiple variants. The options may be chosen on the product page -
-17%
Dracaena deremensis ‘Warneckei’, Striped Dracaena
₹1,249.00 – ₹1,589.00Price range: ₹1,249.00 through ₹1,589.00 Select options This product has multiple variants. The options may be chosen on the product page -
-12%
Philodendron Brasil with Moss Stick – Plant
₹749.00 – ₹1,399.00Price range: ₹749.00 through ₹1,399.00 Select options This product has multiple variants. The options may be chosen on the product page -
-42%
Golden China Doll , Neon Radermachera Sinica – Plant
₹349.00 – ₹799.00Price range: ₹349.00 through ₹799.00 Select options This product has multiple variants. The options may be chosen on the product page
Perks of Our Plant Offer
Beautify Your Space
Add a touch of nature’s elegance to your home or office with our stunning plants.
Air Purifying Qualities
Many of our plants are known for their ability to naturally cleanse the air you breathe.
Expertly Grown & Healthy
Receive vibrant, well-cared-for plants, ready to thrive in their new home.
Trusted by Plant Lovers – See Our Google Reviews
Grow With Us!
Subscribe for exclusive plant care tips, new arrival alerts, and special discounts delivered to your inbox.
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.fancy-stacked-form {
max-width: 450px; /* Adjust width as you like */
margin: 40px auto; /* Centers the form on the page and adds top/bottom space */
padding: 25px 30px;
background-color: #ffffff; /* White background for the form */
border-radius: 8px; /* Rounded corners for the form container */
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); /* A nice shadow for a “fancy” look */
box-sizing: border-box;
}
.fancy-stacked-form input[type=”text”],
.fancy-stacked-form input[type=”email”] {
width: 100%; /* Make input fields take full width of the form container */
padding: 14px;
margin-bottom: 18px; /* Space between the input fields */
border: 1px solid #d0d0d0; /* Softer border color */
border-radius: 6px; /* Rounded corners for input fields */
box-sizing: border-box; /* Ensures padding doesn’t expand width */
font-size: 16px;
background-color: #fdfdfd; /* Slightly off-white background for inputs */
color: #333;
}
.fancy-stacked-form input[type=”text”]::placeholder,
.fancy-stacked-form input[type=”email”]::placeholder {
color: #888; /* Lighter placeholder text */
}
.fancy-stacked-form input[type=”text”]:focus,
.fancy-stacked-form input[type=”email”]:focus {
outline: none;
border-color: #158311; /* Highlight border on focus, using your green */
box-shadow: 0 0 0 2px rgba(0, 171, 132, 0.2); /* Subtle glow on focus */
}
.fancy-stacked-form input[type=”submit”] {
width: 100%; /* Full-width button */
padding: 14px 20px;
background-color: #0e700a; /* Your original green color */
color: white;
border: none;
border-radius: 6px;
font-size: 17px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.25s ease, transform 0.1s ease;
margin-top: 10px; /* Space above the submit button */
}
.fancy-stacked-form input[type=”submit”]:hover {
background-color: #008f6e; /* Slightly darker green on hover */
}
.fancy-stacked-form input[type=”submit”]:active {
transform: scale(0.99); /* Slight press effect */
}































