/* Theme Name: Diamond Pastry Custom Author: Diamond Pastry Description: A custom, lightweight theme built from scratch. Version: 1.0 */ body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0; padding: 0; color: #333; background-color: #fff; } .site-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 50px; background: #fff; border-bottom: 1px solid #eee; } .site-header nav a { margin-left: 20px; text-decoration: none; color: #333; font-weight: bold; } .hero { display: flex; align-items: center; justify-content: center; padding: 60px 50px; max-width: 1200px; margin: 0 auto; } .hero-text { flex: 1; padding-right: 40px; } .hero-text h1 { font-size: 2.5em; color: #222; } .hero-text p { font-size: 1.2em; line-height: 1.6; } .hero-image img { border-radius: 50%; width: 350px; height: 350px; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .main-banner { background: url('images/croissant-bg.jpg') center center/cover no-repeat; padding: 120px 20px; text-align: center; } .main-banner h2 { background: rgba(255, 255, 255, 0.9); display: inline-block; padding: 30px; max-width: 800px; border-radius: 8px; line-height: 1.5; } .shop-button { display: inline-block; margin-top: 30px; padding: 15px 40px; background-color: #d2691e; color: #fff; text-decoration: none; font-size: 1.2em; font-weight: bold; border-radius: 5px; } .site-footer { padding: 50px; text-align: center; background: #fafafa; } .wholesale-box { margin-bottom: 40px; } .allergen-notice { font-size: 0.9em; color: #666; max-width: 800px; margin: 20px auto; } .brands img { height: 60px; margin: 15px; vertical-align: middle; } .copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; font-size: 0.9em; }