.uncle-desc{ background:#000; color:#fff; padding:35px; border-radius:10px; font-family:Arial, sans-serif; line-height:1.7; max-width:1100px; margin:auto; } .uncle-desc h2{ color:#22c55e; margin-top:35px; margin-bottom:12px; font-size:24px; } .uncle-desc p{ color:#e5e5e5; margin-bottom:15px; } .benefits-list{ list-style:none; padding:0; margin:0; } .benefits-list li{ padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.08); } .benefits-list li:before{ content:"✔ "; color:#22c55e; font-weight:bold; margin-right:6px; } .steps{ counter-reset:step; list-style:none; padding:0; } .steps li{ margin-bottom:12px; padding-left:35px; position:relative; } .steps li:before{ counter-increment:step; content:counter(step); position:absolute; left:0; top:2px; background:#22c55e; color:#000; width:22px; height:22px; border-radius:50%; text-align:center; font-size:12px; line-height:22px; font-weight:bold; } .faq-item{ border-bottom:1px solid rgba(255,255,255,0.15); padding:14px 0; } .faq-question{ cursor:pointer; font-weight:bold; color:#22c55e; display:flex; justify-content:space-between; align-items:center; font-size:17px; } .faq-icon{ font-size:22px; } .faq-answer{ display:none; color:#ddd; padding-top:8px; } .fade{ animation:fadeIn .8s ease; } @keyframes fadeIn{ from{opacity:0;transform:translateY(10px);} to{opacity:1;transform:translateY(0);} } Short Description Uncle Nick’s Beard Butter provides deep beard conditioning while helping shape and control beard hair. It delivers softness and light styling support for a clean, well-groomed beard. Key Benefits Deep beard conditioning Improves beard softness Helps shape beard naturally Reduces rough texture Lightweight styling support Product Story Healthy beards require more than occasional trimming. Years of barber experience showed Uncle Nick that many beards need deeper conditioning to maintain softness and control. Beard Butter was developed to help hydrate beard hair while providing gentle structure, making daily grooming easier and more effective. Who It’s For Medium to long beards Dry beard hair Shaping and styling beards Improving beard texture How to Use Take a small amount of beard butter Warm it between your hands Apply evenly through beard Shape beard as desired Why Uncle Nick Built from real barber knowledge Designed for everyday grooming routines Supports beard health and appearance FAQ Is this the same as beard oil? + No. Beard butter provides deeper conditioning and light hold. Can it be used daily? + Yes, it works well as part of a daily beard routine. document.querySelectorAll('.faq-question').forEach(function(q){ q.addEventListener('click',function(){ let answer = this.nextElementSibling; let icon = this.querySelector('.faq-icon'); if(answer.style.display === "block"){ answer.style.display = "none"; icon.textContent = "+"; } else{ answer.style.display = "block"; icon.textContent = "−"; } }); });