
        .ly_product_description_1 {
            overflow: hidden;
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }
        
        .ly_product_description_1 .d_title {
            margin-bottom: 30px;
        }
        
        .container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: visible;
            background: #F8F5E6; /* Coconut milk white */
        }
        
        h1, h2, h3 {
            color: #222;
            margin-top: 0;
        }
        
        h1 {
            font-size: 2.4rem;
            color: #FF9A3D;
            margin-bottom: 20px;
        }
        
        h2 {
            font-size: 1.8rem;
            margin: 30px 0 15px;
            color: #333;
        }
        
        h3 {
            font-size: 1.4rem;
            margin: 25px 0 12px;
            color: #555;
        }
        
        .product-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .product-tagline {
            font-size: 1.2rem;
            font-weight: bold;
            color: #555;
            margin-bottom: 20px;
        }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin: 40px 0;
        }
        
        .feature-item {
            background: rgba(255, 255, 255, 0.8);
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            background: #F8F5E6;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .comparison-table th {
            padding: 15px;
            text-align: center;
            font-weight: bold;
        }
        
        .comparison-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .our-product-header {
            background: #FF9A3D;
            color: white;
        }
        
        .competitor-header {
            background: #e0e0e0;
            color: #333;
        }
        
        .advantage-cell {
            color: #FF9A3D;
            font-weight: bold;
            text-align: center;
        }
        
        .comparison-table tr:hover {
            background-color: rgba(255, 154, 61, 0.05);
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(to bottom, #FF9A3D, #FF7B00);
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(255, 154, 61, 0.3);
            margin: 20px 0;
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(255, 154, 61, 0.4);
        }
        
        .specs-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
        }
        
        .specs-table th, .specs-table td {
            padding: 12px 15px;
            border: 1px solid #ddd;
            text-align: left;
        }
        
        .specs-table th {
            background: #f5f5f5;
        }
        
        .benefit-highlight {
            color: #FF9A3D;
            font-weight: bold;
        }
    