.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 */ .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; transition:0.3s; } .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 Oil helps soften beard hair while supporting healthy skin underneath. Designed for daily grooming routines, it improves beard manageability and helps maintain a clean, well-kept appearance. Key Benefits Softens coarse beard hair Helps reduce dryness and itch Improves beard appearance Lightweight daily grooming oil Supports healthy beard care Product Story After decades as a professional barber, Uncle Nick understands that great beard grooming starts with proper care. Beards can quickly become dry, rough, and difficult to manage without the right routine. Uncle Nick’s Beard Oil was created to help nourish beard hair while supporting the skin underneath. The result is a beard that looks healthier, feels softer, and stays easier to maintain. Who It’s For Dry or coarse beards Daily beard maintenance Improving beard softness Maintaining a clean beard appearance How to Use Apply a few drops to your palm Rub hands together Massage evenly through beard Work oil down to the skin beneath Use daily for best results Why Uncle Nick Created by a barber with 35+ years experience Built for real grooming routines Designed to support healthy beard care FAQ Will it make my beard greasy? + No. A small amount provides conditioning without heavy residue. How often should I use it? + Daily use is recommended for best beard maintenance. 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 = "−"; } }); });