Energy-Efficient Lighting
A collection page of LEDSone UK Ltd
About
/* NOTE: All CSS rules below have been prefixed with #custom-shopify-blog-content to ensure they apply specifically to this blog post's content and are less likely to be overridden by or conflict with your Shopify theme's styles. */ #custom-shopify-blog-content * { margin: 0; padding: 0; box-sizing: border-box; } #custom-shopify-blog-content { /* Applied body styles to the wrapper */ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.7; color: #333; background: #fafafa; /* This will be the background of your custom blog content area */ } #custom-shopify-blog-content .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } #custom-shopify-blog-content .cta-button { display: inline-block; background: #ff6b6b; color: white !important; /* Added !important to ensure white text if theme overrides */ padding: 15px 35px; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 2.3rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); } #custom-shopify-blog-content .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4); } #custom-shopify-blog-content .intro { font-size: 2.2rem; text-align: center; margin-bottom: 60px; color: #666; max-width: 800px; margin-left: auto; margin-right: auto; margin-top: 40px; /* Added margin to separate from new hero content */ } #custom-shopify-blog-content .lighting-grid { display: grid; gap: 40px; margin-bottom: 80px; } #custom-shopify-blog-content .lighting-idea { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #f0f0f0; } #custom-shopify-blog-content .lighting-idea:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); } #custom-shopify-blog-content .idea-number { display: inline-block; background: linear-gradient(135deg, #667eea, #764ba2