Earthbound Luxury Mattress Size Guide

Size Length x Width (cm) Length x Width (in)
Extra Small 58 x 51 23 x 20
Small 84 x 58 33 x 23
Medium 96 x 66 38 x 26
Large 109 x 73 43 x 29
Extra Large 122 x 81 48 x 32
/* Hide the filter section by default on mobile devices */ .filter-section { display: none; background: #fff; padding: 20px; border: 1px solid #ccc; border-radius: 5px; position: relative; } .filter-toggle-button { display: block; background: #007bff; color: #fff; padding: 10px; border: none; border-radius: 5px; cursor: pointer; margin-bottom: 10px; } @media (min-width: 768px) { .filter-section { display: block !important; border: none; padding: 0; } .filter-toggle-button { display: none; } }