Fazer
A collection page of FinnStyle
About
Fazer, first established in 1891 as a small café in Helsinki, Finland, and is now one of the largest names in the Finnish food industry. Founder and Finland native Karl Fazer’s brand has been cemented into Finnish heritage and a staple in Finnish households. Best known for the classic Fazer “Blue” Bar introduced in 1922, it’s become celebrated worldwide for its smooth, creamy texture and rich taste. Today, the company’s commitment to their original recipes and high-quality ingredients has made Fazer a trusted favorite among chocolate lovers around the globe. /* ------------------------------------------------------------- CUSTOMIZATION PANEL Change the values below to completely alter the table look. ------------------------------------------------------------- */ :root { /* Sizing & Responsiveness */ --table-max-width: 600px; /* Maximum width allowed */ --table-min-width: 280px; /* Minimum width on small screens */ /* Table Alignment (Options: flex-start [left], center, flex-end [right]) */ --table-alignment: flex-start [left]; /* Spacing & Padding */ --cell-padding: 10px; /* Space inside the cell around text */ --cell-spacing: 0px; /* Space outside the cell (requires border-collapse: separate) */ --border-collapse: collapse; /* 'collapse' for clean borders, 'separate' to allow cell-spacing */ /* Borders & Backgrounds */ --border-width: 1px; --border-style: solid; --border-color: #979899; --cell-bg-color: #ededed; --border-radius: 8px; /* Rounded corners (works best when border-collapse is 'separate') */ /* Typography */ --text-color: #2d3748; --text-alignment: left; /* left, center, right, justify */ --font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --font-size: 14px; --line-height: 1.6; } /* ------------------------------------------------------------- TABLE STYLES (Driven by the variables above) ------------------------------------------------------------- */ /* Container handles outer alignment and prevents overflow */