.feed-protection-hero {
    background: url('{% static "products/images/feed_protection.jpg" %}') no-repeat center center/cover;
}

.feed-protection-content {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6;
}

.feed-protection-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.feed-protection-info h3 {
    color: #d10000;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.feed-protection-info ul {
    list-style-type: none;
    padding: 0;
}

.feed-protection-info ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #444;
}

.feed-protection-info ul li::before {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.toxin-management-hero {
    background: url('{% static "products/images/toxin_management.jpg" %}') no-repeat center center/cover;
}

.toxin-management-content {
    color: #444;
    font-size: 1.2rem;
    line-height: 1.6;
}

.toxin-management-info {
    background: #fff3cd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.toxin-management-info h3 {
    color: #856404;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.toxin-management-info ul li::before {
    content: "✔";
    color: #ffc107;
    font-weight: bold;
}


.liver-support-hero {
    background: url('{% static "products/images/liver_support.jpg" %}') no-repeat center center/cover;
}

.liver-support-content {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6;
}

.liver-support-info {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.liver-support-info h3 {
    color: #a80000;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.liver-support-info ul li::before {
    content: "✔";
    color: #dc3545;
    font-weight: bold;
}

.energy-supplements-hero {
    background: url('{% static "products/images/energy_suppliments.jpg" %}') no-repeat center center/cover;
}

.energy-supplements-content {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6;
}

.energy-supplements-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.energy-supplements-info h3 {
    color: #d10000;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.energy-supplements-info ul li::before {
    content: "⚡";
    color: #fd7e14;
    font-weight: bold;
}


.energy-supplements-hero {
    background: url('{% static "products/images/energy_suppliments.jpg" %}') no-repeat center center/cover;
}

.energy-supplements-content {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6;
}

.energy-supplements-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.energy-supplements-info h3 {
    color: #d10000;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.energy-supplements-info ul li::before {
    content: "⚡";
    color: #fd7e14;
    font-weight: bold;
}




