/* Container for the product grid */ .product-grid-container { background-color: #FFFF00; /* Light yellow background */ padding: 20px; } /* Search Bar Styles */ .search-bar input { width: 100%; padding: 10px; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 4px; } /* Filter section styles */ .filter-section { width: 200px; float: left; padding-right: 20px; } .filter-section h3 { font-weight: bold; font-size: 18px; } /* Product cards container */ .product-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; } /* Individual product card styles */ .product-card { position: relative; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); overflow: hidden; } /* Product image styles */ .product-card img { width: 100%; height: auto; border-radius: 8px; } /* Author label styling */ .author-label { position: absolute; top: 10px; left: 10px; background-color: rgba(255, 0, 0, 0.7); color: white; padding: 5px 10px; font-size: 14px; font-weight: bold; border-radius: 4px; } /* Product title styling */ .product-title { margin-top: 10px; font-size: 16px; font-weight: bold; color: #333; } /* Product price styling */ .product-price { font-size: 14px; color: #333; } /* Sort by dropdown styling */ .sort-by { margin-left: auto; padding: 10px; font-size: 14px; border: 1px solid #ddd; background-color: #fff; border-radius: 4px; }

Filter by

  • All Categories
  • Bedtime Stories
  • Short Stories
Product Image
By Hello Kitty
Hello Kitty's Bike Ride
₹0.00
Product Image
By Robert Munsch
Love You Forever
₹0.00