.truncated-text { max-height: 120px; overflow: hidden; transition: max-height 0.4s ease; line-height: 1.6; color: #002D57; } @media (min-width: 768px) { .truncated-text { max-height: 250px; padding: 0px 100px; } } @media (max-width: 767px) { .truncated-text { max-height: 200px; padding: 0px 10px; } } .truncated-text.expanded { max-height: 3000px; } .toggle-btn { display: inline-block; padding: 10px 32px; margin-top: 20px; border: 2px solid #002D57; border-radius: 50px; background-color: transparent; color: #002D57; font-weight: bold; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.5s ease; } .toggle-btn:hover { background-color: #002D57; color: #fff; } .btn-wrapper { text-align: center; margin: 10px 0; } .product-desc h1{ font-size: 28px; font-weight: heavy; margin: 24px 0 12px; padding-bottom: 6px; } .product-desc h3 { font-size: 18px; font-weight: bold; margin: 24px 0 12px; padding-bottom: 6px; } .product-desc .promo-title { font-weight: bold; margin: 16px 0 8px; } .product-desc ul { margin: 8px 0 16px 20px; padding: 0; } .product-desc li { margin: 6px 0; line-height: 1.6; } Description BBELL Silicone Brush Product Specification:Material: Food-Grade SiliconeDimensions: 21cm x 3.5cm Silicone cooking brushes are versatile tools for evenly spreading butter, oil, glazes, or marinades on food for baking, grilling, or pan-frying, thanks to their heat resistance, non-stick nature, easy cleaning, and durability (no shedding), perfect for everything from basting roasts and coating bread to greasing molds and applying BBQ sauces. Common Uses: Basting & Marinades: Applying sauces, marinades, or melted butter to meats (chicken, turkey, roasts) during cooking or grilling. Baking: Buttering cake pans, molds, or brushing pastries with egg wash before baking. Grilling: Coating food with oil or BBQ sauce to prevent sticking and add flavor. Bread: Buttering garlic bread or brushing tops of rolls. Wok/Pan Coating: Spreading oil in hot pans, waffle irons, or woks for even cooking. Warranty Policy 1. Buyers must check all the items within 7 days from the date they receive the parcel. All damaged items can be sent back to company for proper professional checking. We will refund on product that proves defective because of improper material or workmanship before they use it. 📌 1 Year Warranty Provided GOODS SOLD ARE NON REFUNDABLE & RETURNABLE See More function toggleDesc() { const content = document.getElementById('descContent'); const btn = document.getElementById('toggleBtn'); content.classList.toggle('expanded'); btn.innerText = content.classList.contains('expanded') ? 'See Less' : 'See More'; }