Men's Fashion Offer body { margin: 0; padding: 0; background-color: #ffffff; } .offer-banner { width: 95%; margin: 10px auto; font-family: 'Quantico', sans-serif; position: relative; height: 60px; background-color: #ffffff; border: 2px solid #FA8072; border-radius: 10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; box-sizing: border-box; } .offer-icon { width: 40px; height: 40px; margin-left: 10px; margin-right: 10px; } .offer-text { display: flex; align-items: center; font-size: 18px; font-weight: bold; justify-content: center; } .text-green { color: #FA8072; } .text-black { color: #000000; } .separator { margin: 0 10px; font-size: 18px; color: #000000; } @media (max-width: 1024px) { .offer-banner { height: 55px; } .offer-text { font-size: 16px; } .offer-icon { width: 35px; height: 35px; } .separator { font-size: 16px; } } @media (max-width: 768px) { .offer-banner { height: 55px; padding: 10px; align-items: center; text-align: center; } .offer-text { font-size: 14px; } .offer-icon { width: 35px; height: 35px; } .separator { font-size: 14px; } } @media (max-width: 480px) { .offer-banner { padding: 10px 5px; } .offer-text { font-size: 12px; line-height: 1.2; } .offer-icon { width: 30px; height: 30px; } .separator { font-size: 12px; } }
Sale Icon
Premium Toys - Shop Now
|
Above ₹999 + Free Delivery
Sale Icon
Frames & Gifts Offers body { margin: 0; padding: 0; background-color: #ffffff; } .offer-banner { width: 95%; margin: 10px auto; overflow: hidden; font-family: 'Quantico', sans-serif; position: relative; height: 50px; background-color: #ffffff; border: 2px solid #FA8072; border-radius: 25px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; padding: 0 10px; } .scrolling-content { display: inline-flex; align-items: center; white-space: nowrap; animation: scroll 25s linear infinite; /* SLOWER SCROLL */ justify-content: flex-start; } .offer-icon { width: 35px; height: 35px; margin: 0 10px; } .scrolling-text { font-size: 18px; font-weight: bold; margin: 0 10px; } .text-pink { color: #FA8072; } .text-black { color: black; } .separator { margin: 0 10px; font-size: 18px; color: black; } @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } @media (max-width: 768px) { .offer-banner { height: 45px; } .scrolling-text { font-size: 16px; } .offer-icon { width: 30px; height: 30px; } .separator { font-size: 16px; } .scrolling-content { animation: scroll 20s linear infinite; /* SLOWER ON MOBILE */ } } @media (max-width: 480px) { .scrolling-text { font-size: 14px; } .offer-icon { width: 25px; height: 25px; } .separator { font-size: 14px; } }
Gift Icon
Buy 2 Photo Frames & Get 1 Free!
|
Personalized Gifts starting at ₹299!
|
Limited Offer: Customized Frames Flat 30% OFF!
|
Free Gift Wrap on all Orders above ₹1499!
Gift Icon
Product and View More /* General styles */ body { font-family: 'Quantico', sans-serif; margin: 0; padding: 0; box-sizing: border-box; } .product-card { display: flex; justify-content: space-between; align-items: center; padding: 20px; width: 100%; /* Full width */ border-bottom: 1px solid #FA8072; /* Added subtle divider */ } /* Left section: Product text */ .product-text { font-size: 18px; font-weight: 700; /* Bold */ color: #FA8072; text-transform: uppercase; letter-spacing: 0.5px; } /* Right section: View More button */ .view-more { font-size: 16px; font-weight: 700; /* Bold */ color: #fff; background: #FA8072; /* Primary color */ padding: 8px 16px; border-radius: 20px; /* Rounded corners */ text-decoration: none; display: inline-block; transition: all 0.3s ease; /* Smooth effect */ } .view-more:hover { color: #000; /* Black text on hover */ transform: translateX(3px); /* Slight movement */ } /* Mobile responsiveness */ @media (max-width: 768px) { .product-card { padding: 15px; } .product-text { font-size: 16px; } .view-more { font-size: 14px; padding: 6px 12px; } } @media (max-width: 480px) { .product-text { font-size: 14px; } .view-more { font-size: 12px; padding: 5px 10px; } }
.anniversary-button { display: block; width: 100%; padding: 14px 20px; border: 1px solid #FA8072; /* Border in new shade */ border-radius: 6px; background-color: #fff4f8; /* Very soft background */ color: #FA8072; /* Text in new shade */ font-size: 15px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.3s ease; } .anniversary-button:hover { background-color: #ffd9d4; /* Slightly stronger salmon hover */ color: #FA8072; border-color: #FA8072; } /* Mobile Responsive */ @media (max-width: 768px) { .anniversary-button { font-size: 14px; padding: 12px 16px; } } View All Frame Gifts ›
Product and View More /* General styles */ body { font-family: 'Quantico', sans-serif; margin: 0; padding: 0; box-sizing: border-box; } .product-card { display: flex; justify-content: space-between; align-items: center; padding: 20px; width: 100%; /* Full width */ border-bottom: 1px solid #FA8072; /* Added subtle divider */ } /* Left section: Product text */ .product-text { font-size: 18px; font-weight: 700; /* Bold */ color: #FA8072; text-transform: uppercase; letter-spacing: 0.5px; } /* Right section: View More button */ .view-more { font-size: 16px; font-weight: 700; /* Bold */ color: #fff; background: #FA8072; /* Primary color */ padding: 8px 16px; border-radius: 20px; /* Rounded corners */ text-decoration: none; display: inline-block; transition: all 0.3s ease; /* Smooth effect */ } .view-more:hover { color: #000; /* Black text on hover */ transform: translateX(3px); /* Slight movement */ } /* Mobile responsiveness */ @media (max-width: 768px) { .product-card { padding: 15px; } .product-text { font-size: 16px; } .view-more { font-size: 14px; padding: 6px 12px; } } @media (max-width: 480px) { .product-text { font-size: 14px; } .view-more { font-size: 12px; padding: 5px 10px; } }
Gift Set
View More
.anniversary-button { display: block; width: 100%; padding: 14px 20px; border: 1px solid #FA8072; /* Border in salmon shade */ border-radius: 6px; background-color: #fff4f8; /* Soft light background */ color: #FA8072; /* Text in salmon shade */ font-size: 15px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.3s ease; } .anniversary-button:hover { background-color: #ffe0db; /* Softer salmon hover */ color: #FA8072; border-color: #FA8072; } /* Mobile Responsive */ @media (max-width: 768px) { .anniversary-button { font-size: 14px; padding: 12px 16px; } } View All Gift Sets ›
My Cart
Wishlist
Recently Viewed
Categories

🚗✚A World of Fun Awaits! Remote Cars | Light Toys | Educational Toys | Puzzles | Pull Back Toys | Drones | Stationeries | Key Chains | Pouches | Fancy Jewelry | Hair Accessories! 🚀