
GARVEE IDEALHOUSECat Litter Box Enclosure with Cushion, Hidden Cat Litter Box Furniture, Cat Litter Box Furniture with Top Opening, Flip Top Litter Box Enclosure, Cat House, Brown
/* Base Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #fff; } .product-showcase { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Hero Section */ .hero-section { text-align: center; margin-bottom: 40px; padding: 20px; background: #f8f9fa; border-radius: 12px; } .hero-section h1 { font-size: 2.5em; color: #2c3e50; margin-bottom: 20px; font-weight: 700; } .price-section { font-size: 2em; color: #e74c3c; margin: 20px 0; font-weight: bold; }