Skip to main content
In Singapore? WhatsApp us to arrange an in-person deal!
ARRANGE NOW
MONTRE D’OR
Menu
/* GENERAL GRID ADJUSTMENTS */ .ec-grid .ec-product-card { width: 100%; max-width: 100%; box-sizing: border-box; } /* 4-COLUMN GRID ON DESKTOP */ @media (min-width: 1024px) { .ec-grid { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 20px; } .ec-product-card { font-size: 14px; } } /* 2-COLUMN GRID ON MOBILE */ @media (max-width: 767px) { .ec-grid { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 10px; } .ec-product-card { font-size: 12px; } }