Duvet Size Chart

Size Length x Width x Depth (cm) Length x Width x Depth (")
Small 82 x 64 x 9 32 x 25 x 3.5
Medium 105 x 70 x 9 41 x 27 x 3.5
Large 127 x 82 x 9 50 x 32 x 3.5
/* 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; } }