Important Notice: Due to high order volume, we are currently experiencing significant delays. Please allow up to 21 days for your order to be delivered. We appreciate your patience and understanding.
<% var getColumnClasses = function(numberColumns) {
var classNames = 'col-12';
if (numberColumns >= 2) classNames += ' sm:col-6';
if (numberColumns >= 3) classNames += ' md:col-4';
if (numberColumns >= 4) classNames += ' lg:col-3';
return classNames;
} %>