โฆ Verified product
Beard lovers set
USD 75.00
Brooklyn Grooming
Verified independent store
โ
/* --- Container --- */ .product-container { max-width: 900px; margin: 0 auto; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #222; line-height: 1.6; padding:
0 20px; } /* --- Header --- */ .product-header { text-align: center; margin-bottom: 15px; } .product-header h1 { font-size: 34px; font-weight: bold; color: #2f2f2f; margin-bottom: 6px; } .product-header p { font-size: 16px; color: #555; margin: 0; } /* --- Key Benefits Banner --- */ .product-banner { text-align: center; font-weight: 600; color: #7b6149; margin: 16px 0 25px 0; font-size: 16px; } /* --- Accordion --- */ .accordion { cursor: pointer; font-size: 18px; font-weight: bold; color: #7b6149; background: none; border: none; padding: 16px 0; width: 100%; text-align: left; border-bottom: 1px solid #eee; transition: color 0.3s, background 0.3s; position: relative; } .accordion::before { content: attr(data-icon); display: inline-block; margin-right: 10px; font-size: 20px; vertical-align: middle; } .accordion:hover { color: #5a4937; background-color: #fdf5f0; border-radius: 4px; padding-left: 20px; } .accordion::after { content: '+'; float: right; font-weight: 400; transition: transform 0.3s ease; } .accordion.active::after { content: 'โ'; transform: rotate(90deg); } /* Accordion Body */ .accordion_body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease; padding: 0; font-size: 16px; line-height: 1.8; color: #222; opacity: 0; } .accordion_body.show { padding: 14px 0; max-height: 1000px; opacity: 1; } .accordion_body ul li { position: relative; padding-left: 20px; margin-bottom: 8px; } .accordion_body ul li::before { content: 'โข'; color: #7b6149; position: absolute; left: 0; font-weight: bold; font-size: 20px; line-height: 1; } /* --- Social Links --- */ .product-social { text-align: center; margin: 30px 0; font-size: 16px; } .product-social a { margin: 0 10px; text-decoration: none; color: #7b6149; font-weight: 600; transition: color 0.3s; } .product-social a:hover { color: #5a4937; } /* Footer Note */ .product-after { text-align: center; margin-top: 20px; font-size: 14px; color: #555; } /* Mobile Responsive */ @media (max-width: 768px) { .product-header h1 { font-size: 28px; } .product-header p { font-size: 15px; } .accordion { font-size: 16px; padding: 14px 0; } .accordion_body { font-size: 15px; } } ๐ง The Ultimate Beard Lovers Gift Set Curated premium grooming essentials โ beautifully packaged and ready to impress. ๐โจ Everything he needs for a healthy, well-groomed beard Why Youโll Love This Set This thoughtfully curated gift set brings together everything a bearded man needs to look and feel his best. Packaged in a hand-stamped Kraft box, it combines premium ingredients with expert craftsmanship for a grooming experience thatโs luxurious, effective, and unforgettable. ๐ฟ All-natural, vegan, and cruelty-free ingredients ๐ง Hydrates, softens, and tames the beard without greasiness ๐ชต Rich balms and oils infused with Palo Santo & Cedarwood ๐งผ Gentle, invigorating beard soap in Cedarwood & Sage ๐ชฎ High-quality boar bristle brush for styling and fullness ๐ Hand-stamped packaging perfect for gifting This set is perfect for yourself or as a thoughtful gift for the bearded man in your life. Give the gift of a healthy, soft, and stylish beard โ every day. โจ Beard Soap โ Cedarwood & Sage Gently cleanse your beard while enjoying the earthy, refreshing scent of cedarwood and sage. Leaves the beard soft, fresh, and invigorated. ๐ฟ Anchor Grooming Balm Condition, smooth, and style with Palo Santo & Cedarwood balm. Hydrates and tames the beard without grease. ๐ช Commando Grooming Oil Unscented, quick-absorbing oil that nourishes beard and skin for a soft, shiny, healthy look all day. โจ Boar Bristle Beard Brush Detangle, style, and evenly distribute oils & balm. Promotes a fuller, healthier beard with every stroke. ๐ฅ Share the good stuff ๐ ๐ Facebook ๐ฆ Twitter ๐ธ Instagram ๐ Pinterest document.querySelectorAll('.accordion').forEach(button => { button.addEventListener('click', () => { button.classList.toggle('active'); const body = button.nextElementSibling; body.classList.toggle('show'); }); });