Wild Caught American Red Snapper Red snapper is a catch prized by both commercial and recreational fishermen, known for its mildly sweet, nutty flavor and firm, white flesh. Wild-caught in the US Gulf as part of a sustainably managed fishery, American red snapper is a highly versatile fish, perfect for grilling, sauteing, and baking. When you order Red Snapper from Sizzlefish, each perfectly sized portion is hand cut and individually vacuum sealed so you can prepare and eat as much as you want, when you want it. Note: While we do our best to remove all bones, due to the skeletal structure and trim style of this item, you may rarely encounter some bones. window.addEventListener('load', function() { // Check if sub_dis cookie exists and URL contains "alaska-snow-crab-legs" const subDisCookie = document.cookie.match(/sub_dis=([^;]+)/); if (subDisCookie && window.location.href.includes('red-snapper')) { // Create new bullet point element const freeCrabBullet = document.createElement('li'); freeCrabBullet.className = 'sales-point'; // Add checkmark icon to bullet point element const checkmarkIcon = document.createElement('svg'); checkmarkIcon.setAttribute('aria-hidden', 'true'); checkmarkIcon.setAttribute('focusable', 'false'); checkmarkIcon.setAttribute('role', 'presentation'); checkmarkIcon.setAttribute('class', 'icon icon-circle-checkmark'); checkmarkIcon.setAttribute('viewBox', '0 0 64 64'); const checkmarkPath = document.createElement('path'); checkmarkPath.setAttribute('class', 'a'); checkmarkPath.setAttribute('d', 'M52.68 24.48A22 22 0 1 1 47 15.93M21 32l8.5 8.5L57 13'); checkmarkPath.setAttribute('stroke', '#000'); checkmarkPath.setAttribute('stroke-width', '2px'); const iconAndText = document.createElement('span'); iconAndText.className = 'icon-and-text'; const portionCount = document.createElement('span'); portionCount.id = 'portion_ct'; // Add bolded text to bullet point element const portionText = document.createElement('span'); portionText.innerHTML = 'UPGRADED OFFER: Get 15% OFF Today With Code: SNAPPER15'; const portionSpan = document.createElement('span'); portionSpan.appendChild(portionText); iconAndText.appendChild(portionSpan); freeCrabBullet.appendChild(iconAndText); // Insert new bullet point elements const salesPointsList = document.querySelector('.sales-points'); const firstBulletPoint = salesPointsList.firstChild; salesPointsList.insertBefore(freeCrabBullet, firstBulletPoint); // const newBulletPoint = document.createElement('li'); // newBulletPoint.className = 'sales-point'; // const newBulletText = document.createElement('span'); // newBulletText.innerHTML='1 Lb of Carolina Shrimp AND 1 Lb of Gulf Shrimp FREE with Code: GOODSHRIMP'; // const newBulletSpan = document.createElement('span'); // newBulletSpan.appendChild(newBulletText); // newBulletPoint.appendChild(newBulletSpan); // salesPointsList.insertBefore(newBulletPoint, firstBulletPoint.nextSibling); } });