The Protekt® Bed Wedge is a versatile support pillow designed to enhance comfort, positioning, and overall wellness. Its multipurpose wedge shape allows it to be placed under the head, legs, or feet, making it ideal for a wide range of therapeutic and everyday uses. The gentle, gradual slope helps ease respiratory discomfort and can reduce neck, back, and shoulder pain, while also promoting improved circulation. Constructed from high-density polyurethane foam, this wedge provides reliable support that maintains its shape over time. The breathable polyester/cotton cover adds softness and airflow, ensuring comfort through extended use. Perfect for home care, post-surgery recovery, or daily comfort needs. Features & Benefits – Multipurpose Positioning Wedge Versatile Support Wedge Designed as a multipurpose positioning wedge suitable for head, leg, or foot elevation in various support positions. Gradual Therapeutic Slope The gentle slope helps ease respiratory issues while reducing neck, back, and shoulder discomfort. Enhanced Positioning & Circulation Supports improved body alignment and circulation for better comfort and pressure distribution. High-Density Foam Construction Built with durable high-density polyurethane foam that delivers long-lasting support and stability. Breathable Fabric Cover Features a polyester/cotton breathable cover for comfort and airflow during extended use. Dimensions 23” long × 23” wide @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap'); .product-features { padding: 40px 16px; background: #f8fafc; font-family: 'Poppins', sans-serif; } .feature-wrap { max-width: 1100px; margin: 0 auto; } .feature-head { text-align: center; margin-bottom: 32px; } .feature-head h2 { font-size: 30px; font-weight: 700; color: #0f172a; } .feature-grid { display: grid; grid-template-columns: 1fr; gap: 20px; } .feature-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 24px 20px; box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06); transition: transform 0.25s ease, box-shadow 0.25s ease; } .feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(2, 6, 23, 0.1); } .feature-card h3 { font-size: 20px; font-weight: 700; color: #1e3a8a; margin-bottom: 10px; } .feature-card p { color: #475569; font-size: 16px; line-height: 1.6; } @media (min-width: 768px) { .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } .feature-card:last-child:nth-child(odd) { grid-column: span 2; max-width: 60%; margin: 0 auto; } }