<!DOCTYPE html>
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8"> <!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely -->
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no,url=no">
<title></title>
<!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
		  * {
			  font-family: sans-serif !important;
		  }
	  </style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: -->
<!--[if !mso]>
<style>
	  <link  href=''  rel='stylesheet' type='text/css'>
	  <link  href=''  rel='stylesheet' type='text/css'>
	</style>
<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
			/* Remove spaces around the email design added by some email clients. */
			/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
			html,
			body {
			margin: 0 auto !important;
			padding: 0 !important;
			height: 100% !important;
			width: 100% !important;
			font-family: Arial, Helvetica, sans-serif !important;
			}
			/* Stops email clients resizing small text. */
			* {
			-ms-text-size-adjust: 100%;
			-webkit-text-size-adjust: 100%;
			}
			/* Centers email on Android 4.4 */
			div[style*="margin: 16px 0"] {
			margin: 0 !important;
			}
			/* Stops Outlook from adding extra spacing to tables. */
			table,
			td {
			mso-table-lspace: 0pt !important;
			mso-table-rspace: 0pt !important;
			}
			/* Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
			table {
			border-spacing: 0 !important;
			border-collapse: collapse !important;
			table-layout: fixed !important;
			margin: 0 auto !important;
			}
			table table table {
			table-layout: auto;
			}
			table td,
			table tr {
			border-collapse: collapse !important;
			}
			/* Uses a better rendering method when resizing images in IE. */
			img {
			-ms-interpolation-mode: bicubic;
			}
			/* Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
			a {
			text-decoration: none;
			}
			/* A work-around for email clients meddling in triggered links. */
			*[x-apple-data-detectors],
			a[href^="x-apple-data-detectors:"],
			a[href^=date],
			a[href^=telephone],
			a[href^=address],
			a[href^=email],
			.x-gmail-data-detectors,
			.x-gmail-data-detectors *,
			.unstyle-auto-detected-links,
			.unstyle-auto-detected-links *,
			.aBn {
			border-bottom: 0 !important;
			cursor: default !important;
			color: inherit !important;
			text-decoration: none !important;
			font-size: inherit !important;
			font-family: inherit !important;
			font-weight: inherit !important;
			line-height: inherit !important;
			-ms-text-size-adjust: none !important;
			-webkit-text-size-adjust: none !important;
			text-size-adjust: none !important;
			}
			u + #body a {
			border-bottom: 0 !important;
			cursor: default !important;
			color: inherit !important;
			text-decoration: none !important;
			font-size: inherit !important;
			font-family: inherit !important;
			font-weight: inherit !important;
			line-height: inherit !important;
			}
			#MessageViewBody a {
			border-bottom: 0 !important;
			cursor: default !important;
			color: inherit !important;
			text-decoration: none !important;
			font-size: inherit !important;
			font-family: inherit !important;
			font-weight: inherit !important;
			line-height: inherit !important;
			}
			/* Prevents Gmail from displaying a download button on large, non-linked images. */
			.a6S {
			display: none !important;
			opacity: 0.01 !important;
			}
			/* If the above doesn't work, add a .g-img class to any image in question. */
			img.g-img+div {
			display: none !important;
			}
			/* Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
			/* Create one of these media queries for each additional viewport size you'd like to fix */
			/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
			@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
			u~div .email-container {
			min-width: 320px !important;
			}
			}
			/* iPhone 6, 6S, 7, 8, and X */
			@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
			u~div .email-container {
			min-width: 375px !important;
			}
			}
			/* iPhone 6+, 7+, and 8+ */
			@media only screen and (min-device-width: 414px) {
			u~div .email-container {
			min-width: 414px !important;
			}
			}
			/* Hover styles for buttons */
			.button-td,
			.button-a {
			transition: all 100ms ease-in;
			}
			.button-td:hover,
			.button-a:hover {
			background: #B9202F !important;
			border-color: #B9202F !important;
			}
			/* Active styles for buttons */
			.button-td:active,
			.button-a:active {
			background: #EE2737 !important;
			border-color: #EE2737 !important;
			}
			.borderbottom {
			padding: 0 0 10px 0;
			border-bottom: #C7C8CA 1px solid;
			mso-border-bottom-alt: #C7C8CA 1px solid;
			margin: 0;
			}
			.exclusions {
			-ms-text-size-adjust: none !important;
			-webkit-text-size-adjust: none !important;
			text-size-adjust: none !important;
			font-size: 11px !important;
			line-height: 17px !important;
			color: #333333;
			text-align: justify !important;
			}
			.exclusions a {
			font-size: 11px !important;
			}
			/* Media Queries */
			@media screen and (max-width: 480px) {
			/* Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
			.fluid {
			width: 100% !important;
			max-width: 100% !important;
			height: auto !important;
			margin-left: auto !important;
			margin-right: auto !important;
			}
			/* Forces table cells into full-width rows. */
			.stack-column,
			.stack-column-center {
			display: block !important;
			width: 100% !important;
			max-width: 100% !important;
			direction: ltr !important;
			}
			/* And center justify these ones. */
			.stack-column-center {
			text-align: center !important;
			}
			/* Generic utility class for centering. Useful for images, buttons, and nested tables. */
			.center-on-narrow {
			text-align: -webkit-center !important;
			text-align: center !important;
			display: block !important;
			margin-left: auto !important;
			margin-right: auto !important;
			float: none !important;
			}
			table.center-on-narrow {
			display: inline-block !important;
			}
			/* Adjust typography on small screens to improve readability */
			.disclaimer {
			text-decoration: none;
			text-align: justify !important;
			}
			.exclusions {
			font-size: 10px !important;
			}
			.exclusions a {
			font-size: 10px !important;
			}
			}
			@media only screen and (max-device-width: 549px) {
			#topLinks td a {
			font-size: 10px;
			}
			.email-container .header-links p,
			#quicklinks td a {
			font-size: 11px;
			}
			.email-container .top-link-td {
			padding: 2px 8px 2px 8px !important;
			font-size: 10px;
			}
			#header-links-container {
			margin-bottom: 6px !important;
			}
			#contentBottomSpacer {
			height: 20px !important;
			}
			.quickIconWrapperBottom {
			padding: 12px 12px 15px 12px !important;
			}
			#sociallinks table {
			width: 90%;
			}
			#sociallinks table td img {
			width: 35px !important;
			height: 35px !important;
			}
			.hideMobe {
			display: none;
			}
			#brickLogo img {
			max-width: 175px !important;
			}
			.x_logo .x_unstyle-auto-detected-links {
			display: block;
			}
			img[src*="chevron"] {
			height: 8px !important;
			}
			#headernav {
			text-decoration: none;
			}
			#headernav td:nth-of-type(1),
			#headernav td:nth-of-type(2) {
			margin-top: 6px;
			}
			#headernav td:nth-of-type(3),
			#headernav td:nth-of-type(4) {
			margin-bottom: 6px;
			}
			tr#headernav td p {
			margin: 7px;
			}
			.disclaimer-container {
			width: 96% !important;
			}
			.disclaimer {
			text-decoration: none;
			}
			}
			@media only screen and (max-device-width: 349px) {
			#topLinks td a {
			font-size: 9px;
			}
			.email-container .header-links p,
			#quicklinks td a {
			font-size: 11px;
			}
			#sociallinks table {
			width: 100%;
			}
			.disclaimer-container {
			width: 96% !important;
			}
			.disclaimer {
			text-decoration: none;
			text-align: justify !important;
			}
			.exclusions {
			font-size: 10px !important;
			}
			.exclusions a {
			font-size: 10px !important;
			}
			}
			@media only screen and (min-device-width: 550px) {
			#topLinks td a {
			font-size: 12px;
			}
			.email-container a.header-links p,
			#quicklinks td a{
			font-size: 14px;
			}
			.hideDesk {
			display: none;
			}
			.disclaimer-container {
			width: 100% !important;
			}
			.disclaimer {
			text-decoration: none;
			text-align: justify !important;
			}
			#followUs {
			font-size: 15px !important;
			}
			}
		</style>
<!-- Progressive Enhancements : END -->
<!-- Makes background images in 72ppi Outlook render at correct size. -->
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<!-- My Styles -->
<style>
			/* Hover styles for buttons */
			.button-td-primary,
			.button-a-primary {
			transition: all 100ms ease-in;
			}
			.button-td-primary:hover,
			.button-a-primary:hover {
			background: #FBFBFB !important;
			border-color: #E9292C !important;
			color: #E9292C !important;
			}
			/* Active styles for buttons */
			.button-td-primary:active,
			.button-a-primary:active {
			background: #B9202F !important;
			border-color: #E9292C !important;
			color: #FFFFFF !important;
			}
			a,
			a:visited {
			color: #333333;
			text-decoration: none;
			}
			a:active {
			color: #F05244 !important;
			}
			a.legal {
			color: #F1F1F1 !important;
			}
			/* My Media Query Styles*/
			@media screen and (max-width: 890px) {
			.hide {
			display: none !important;
			overflow: hidden !important;
			height: 0 !important;
			width: 0 !important;
			max-height: 0 !important;
			max-width: 0 !important;
			line-height: 0 !important;
			font-size: 0 !important;
			}
			}
			/* @media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
			.johnsonBox {
			-ms-text-size-adjust: 60% !important;
			-webkit-text-size-adjust: 60% !important;
			}
			.exclusions {
			-ms-text-size-adjust: 70% !important;
			-webkit-text-size-adjust: 70% !important;
			text-size-adjust: 70% !important;
			font-size: 11px !important;
			line-height: 16px !important;
			color: #333333;
			}
			} */
		</style>
<meta name='robots' content='noindex' />
</head>
<!--
The email background color (#222222) is defined in three places:
1. body tag: for most email clients
2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
3. mso conditional: For Windows 10 Mail
-->
<body width="100%" style="margin: 0px; background-color: rgb(255, 255, 255); padding: 0px !important; zoom: 100%;">
<div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;">Save up to 25% off outdoor furniture and patio must-haves. Get 2 FREE matching chairs with the Capri Dining Package. Get a matching nightstand with the Lark Queen Bed! 💝</div>
<center style="width: 100%; background-color: #FFFFFF;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #FFFFFF;" align="center">
<tr>
<td>
<![endif]-->
<!-- Visually Hidden Preheader Text : BEGIN -->
<div style="max-height:0; overflow:hidden; mso-hide:all;" aria-hidden="true">
<!--
(Optional) This text will appear in the inbox preview, but not the email body. It can be used to supplement the email subject line or even summarize the email's contents.
Extended text preheaders (~490 characters) seems like a better UX for anyone using a screenreader or voice-command apps like Siri to dictate the contents of an email.
If this text is not included, email clients will automatically populate it using the text (including image alt text) at the start of the email's body.
-->
</div>
<!-- Visually Hidden Preheader Text : END -->
<!-- Preview Text Spacing Hack : BEGIN -->
<!-- Create white space after the desired preview text so email clients don&#8217;t pull other distracting text into the inbox preview. Extend as necessary. -->
<div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;&zwnj;&nbsp;
</div>
<!-- Preview Text Spacing Hack : END -->
<!--
Set the email width. Defined in two places:
1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
2. MSO tags for Desktop Windows Outlook enforce a 680px width.
Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.
-->
<!-- MAIN CONTENT : BEGIN -->
<div align="center" style="max-width: 680px; margin: 0 auto;" class="email-container">
<!--[if mso]>
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="680">
<tr>
<td>
<![endif]-->
<!---- The Brick inner content : BEGIN ---->
<!---- Table-based sub-sections folow ----->
<!-- Top links (Open in browser, flyer) : BEGIN -->
<table id="topLinks" align="center" border="0" role="presentation" cellspacing="0" cellpadding="0" width="100%" style="margin: auto;">
<tbody>
<!-- Clear Spacer [3 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="3" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [3 height] : END -->
<tr>
<td class="top-link-td" style="padding: 6px 0 3px 8px; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 12px;">
<a target="_blank"  href=""  target="_blank" style="color: #333333; text-transform: uppercase;">
Open in Browser
<img width="5" height="8" style="padding-bottom: 0 !important;" src="https://mediacdn.espssl.com/9543/Partials/new_template/chevron.png">
</a>
</td>
<td class="top-link-td" style="padding: 6px 8px 3px 0; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 12px;">
<a target="_blank"  href=""  target="_blank" style="color: #333333; text-transform: uppercase;">
See the flyer
<img width="5" height="8" style="padding-bottom: 0 !important;" src="https://mediacdn.espssl.com/9543/Partials/new_template/chevron.png">
</a>
</td>
</tr>
<!-- Clear Spacer [3 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="2" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [3 height] : END -->
<tr>
<td>
<p style="border-bottom: #dddddd 1px solid; margin: 0; font-size: 1px;">&nbsp;</p>
</td>
<td>
<p style="border-bottom: #dddddd 1px solid; margin: 0; font-size: 1px;">&nbsp;</p>
</td>
</tr>
</tbody>
</table>
<!-- Top links (Open in browser, flyer) : END -->
<!-- Header (logo, menu) : BEGIN -->
<table align="center" border="0" role="presentation" cellspacing="0" cellpadding="0" width="100%" style="margin: auto;">
<tbody>
<!-- Clear Spacer [22 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="30" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [22 height] : END -->
<!-- Logo : BEGIN -->
<tr>
<td height="100%" valign="top" width="100%" style="background-color: #ffffff;" align="center">
<!--[if mso]>
<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td align="center" valign="top" width="680">
<![endif]-->
<a target="_blank" id="brickLogo"  href=""  target="_blank" style="margin: 0 auto 0 auto !important; display: inline-block;">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/Brick-Proudly-NatEn.png" width="225" height="" border="0" alt="The Brick." style="width: 100%; max-width: 225px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(255, 255, 255); margin: 0px auto; display: block; text-align: center;" class="center-on-narrow g-img">
</a>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Logo : END -->
<!-- Clear Spacer [4 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="4" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [4 height] : END -->
<!-- Menu (Furniture, etc.) : BEGIN -->
<tr>
<td height="100%" valign="top" width="100%" style="background-color: #ffffff;">
<!--[if mso]>
<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="660">
<tr>
<td valign="top" width="680">
<![endif]-->
<table id="header-links-container" align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px; margin-bottom: 13px !important;">
<tbody>
<tr id="headernav unstyle-auto-detected-links">
<td width="23%" align="left" style="margin: auto;">
<a target="_blank" class="header-links"  href=""  target="_blank" style="text-align:center; color: #333; text-transform: uppercase; display: inline-block;">
<p style="padding-left: 8px;">
Furniture
</p>
</a>
</td>
<td width="26%" align="center" style="margin: auto;">
<a target="_blank" class="header-links"  href=""  target="_blank" style="text-align:center; color: #333; text-transform: uppercase; display: inline-block;">
<p>
Mattresses
</p>
</a>
</td>
<td width="24%" align="center" style="margin: auto;">
<a target="_blank" class="header-links"  href=""  target="_blank" style="text-align:center; color: #333; text-transform: uppercase; display: inline-block;">
<p>
Appliances
</p>
</a>
</td>
<td width="27%" align="right" style="margin: auto;">
<a target="_blank" class="header-links"  href=""  target="_blank" style="text-align:center; color: #333; text-transform: uppercase; display: inline-block;">
<p style="padding-right: 8px;">
Electronics
</p>
</a>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Menu (Furniture, etc.) : END -->
</tbody>
</table>
<!-- Header (logo, menu) : END -->
<!-- Variable content : BEGIN -->
<table align="center" border="0" role="presentation" cellspacing="0" cellpadding="0" width="100%" style="margin: auto;">
<tbody>
<!-- ================================== Variable content================================== : BEGIN -->
<!-- ============================================================================================== -->
<!-- Full Width, 2-column Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<table align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
<tbody>
<tr>
<td width="100%" style="max-width: 680px;">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/blank.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; background: rgb(241, 241, 241); font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; display: block;" class="g-img">
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Full Width, 2-column Image, Flush : END -->
<!-- Hero Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/hero.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- Hero Banner Image, Flush : END -->
<!-- Miami Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/miami.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- Miami Banner Image, Flush : END -->
<!-- Outdoor Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/outdoor.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- Outdoor Banner Image, Flush : END -->
<!-- Full Width, 2-column Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<table align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
<tbody>
<tr>
<td width="50%" style="max-width: 340px;">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/dining.jpg" width="340" height="" alt="" border="0" style="width: 100%; max-width: 680px; background: rgb(241, 241, 241); font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; display: block;" class="g-img"></a>
</td>
<td width="50%" style="max-width: 340px;">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/bedroom.jpg" width="340" height="" alt="" border="0" style="width: 100%; max-width: 680px; background: rgb(241, 241, 241); font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; display: block;" class="g-img"></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Full Width Image, Flush : END -->
<!-- Full Width, 2-column Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<table align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px;">
<tbody>
<tr>
<td width="50%" style="max-width: 340px;">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/mattress.jpg" width="340" height="" alt="" border="0" style="width: 100%; max-width: 680px; background: rgb(241, 241, 241); font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; display: block;" class="g-img"></a>
</td>
<td width="50%" style="max-width: 340px;">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/tv.jpg" width="340" height="" alt="" border="0" style="width: 100%; max-width: 680px; background: rgb(241, 241, 241); font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; display: block;" class="g-img"></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- Full Width Image, Flush : END -->
<!-- Sofa only Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/sofa.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- Sofa only Banner Image, Flush : END -->
<!-- CTA Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/cta.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- CTA Banner Image, Flush : END -->
<!-- Financing Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/financing.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- Financing Banner Image, Flush : END -->
<!-- LG Banner Banner Image, Flush : BEGIN -->
<tr>
<td bgcolor="#ffffff">
<a target="_blank"  href=""  target="_blank">
<img src="https://mediacdn.espssl.com/9543/2025/07-July/07_04_2025_Canada'sBiggestAppliance-4DayDeals/en/lgbanner.jpg" width="680" height="" alt="" border="0" style="width: 100%; max-width: 680px; font-family: sans-serif; font-size: 15px; line-height: 15px; color: rgb(85, 85, 85); margin: auto; border-collapse: collapse; display: block; text-align: center;" class="g-img">
</a>
</td>
</tr>
<!-- LG Banner Banner Image, Flush : END -->
<!-- ================================== Variable content==================================== : END -->
<!-- ============================================================================================== -->
</tbody>
</table>
<!-- Variable content : END -->
<!-- Socials : BEGIN -->
<table id="socialLinksWrapper" align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 680px; text-align: center;">
<tbody>
<tr>
<td align="center" valign="top">
<p id="followUs" style="margin: 35px 5% 0; font-size: 14px; font-weight: 600; color: #6b6b6b;">
Follow us for inspiration, contests, and more!
</p>
</td>
</tr>
<tr>
<td height="100%" valign="top" width="100%" style="background-color: #ffffff;">
<!--[if mso]>
<table align="center" role="presentation" border="0" cellspacing="0" cellpadding="0" width="680">
<tr>
<td align="center" valign="top" width="680">
<![endif]-->
<table id="sociallinks" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td align="center" style="padding-top: 17px;">
<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="80%" style="font-size: 14px; text-align: left;">
<tbody>
<tr>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/tiktok_icon.png" width="45" height="45" border="0" alt="Tiktok." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/facebook_icon.png" width="45" height="45" border="0" alt="Facebook." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/pinteres_icon.png" width="45" height="45" border="0" alt="Pinterest." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/instagram_icon.png" width="45" height="45" border="0" alt="Instagram." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/youtube_icon.png" width="45" height="45" border="0" alt="Youtube." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
<td align="center"><a target="_blank"  href=""  style="text-align: -webkit-center; text-align: center;" target="_blank">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/x_icon.png" width="45" height="45" border="0" alt="X." class="center-on-narrow" style="margin: 6px auto; background: rgb(255, 255, 255); line-height: 20px; border-collapse: collapse; display: block;"></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Clear Spacer [32 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="32" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [32 height] : END -->
</tbody>
</table>
<!-- Socials : END -->
<!-- Quicklinks : BEGIN -->
<table id="quicklinks" align="center" border="0" role="presentation" cellpadding="0" cellspacing="0" width="100%" style="margin: auto; max-width: 680px; text-align: center; background-color: #f3f3f3;">
<!-- Find your store -->
<tbody>
<tr>
<td align="center" style="padding: 24px 30px 18px 30px;" valign="center">
<table role="presentation">
<tbody>
<tr>
<td align="center" style="padding-bottom: 8px; padding-top: 8px;">
<div class="quickIconWrapperTop">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/location_02.png" style="display: inline-block;" height="24" width="35">
</div>
</td>
</tr>
<tr>
<td align="center">
<a target="_blank"  href=""  target="_blank" style="display: block; color: #333333; text-transform: uppercase;">
Find your store
</a>
</td>
</tr>
</tbody>
</table>
</td>
<td style="width:2px;">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="2" height="48">
<tr>
<td height="48" valign="top" width="2" style="background-color: #dddddd;">
<![endif]-->
<p style="border-right: 1px solid #bbb; padding-bottom: 48px;font-size:1px;">&nbsp;</p>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
<td align="center" style="padding: 24px 30px 18px 30px;" valign="center">
<table role="presentation">
<tbody>
<tr>
<td align="center" style="padding-bottom: 8px; padding-top: 8px;">
<div class="quickIconWrapperTop">
<img src="https://mediacdn.espssl.com/9543/Partials/new_template/card_02.png" style="display: inline-block;" height="24" width="35">
</div>
</td>
</tr>
<tr>
<td align="center">
<a target="_blank"  href=""  target="_blank" style="display: block; color: #333333; text-transform: uppercase;">
Financing Available
</a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding: 0 12px;">
<p style="border-bottom: #bbb solid 1px;font-size:1px;">&nbsp;</p>
</td>
<td style="width: 2px; font-size: 1px;">&nbsp;</td>
<td align="center" style="padding: 0 12px;">
<p style="border-bottom: #bbb solid 1px;font-size:1px;">&nbsp;</p>
</td>
</tr>
<!-- My Preferences -->
<tr>
<td class="quickIconWrapperBottom" style="padding: 18px 12px 24px 12px;">
<a target="_blank"  href=""  target="_blank" style="color: #333333; text-transform: uppercase;">
My Preferences
</a>
</td>
<td style="width: 2px;">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="2" height="30">
<tr>
<td height="30" valign="top" width="2" style="background-color: #dddddd;">
<![endif]-->
<p style="border-right: 1px solid #bbb; padding-bottom: 30px; font-size:1px;">&nbsp;</p>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
<td class="quickIconWrapperBottom" style="padding: 18px 12px 24px 12px;">
<a target="_blank"  href=""  target="_blank" style="color: #333333; text-transform: uppercase;">
Mes pr&eacute;f&eacute;rences
</a>
</td>
</tr>
</tbody>
</table>
<!-- Quicklinks : END -->
<!-- Disclaimers, Copyright and Terms : BEGIN -->
<table align="center" border="0" role="presentation" cellspacing="0" cellpadding="0" width="100%" style="margin: auto;">
<tbody>
<tr>
<td valign="top">
<div align="center" style="max-width: 680px; margin: 0 auto;" class="email-container disclaimer-container">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">
<tr>
<td>
<![endif]-->
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: 0 auto;">
<tbody>
<!-- Footer Disclaimer 1 : Begin -->
<!-- Clear Spacer [38 height] : BEGIN -->
<tr>
<td aria-hidden="true" height="38" style="font-size: 0px; line-height: 0px;">
&nbsp;
</td>
</tr>
<!-- Clear Spacer [38 height] : END -->
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: justify; color: #333333;">
<p class="disclaimer exclusions unstyle-auto-detected-links" style="text-align: justify; text-align-last: center; margin: 0;">
*O.A.C. On your FlexitiCard. Offer valid July 2-16, 2025. Minimum product purchase of $250 (excluding taxes) is required. Only available to Canadian residents. For 42 Equal Monthly Payments on Appliances, and 36 Equal Monthly Payments on Electronics, Furniture &amp; Mattresses, no interest will accrue during the promotional period and monthly payments include payment protection insurance premiums, fees and taxes, if applicable. Delivery charges,
 applicable taxes, administration fees (not applicable in Quebec), and other fees or charges that apply are due at the time of purchase. Financing provided by Flexiti Financial. B.C. Licence No. 83660. Flexiti, FlexitiCard and the Flexiti design are trademarks of Flexiti Financial Inc. Product and service availability, pricing, selection, and promotional offers may vary by location and may not be exactly as illustrated.
We reserve the right to limit quantities by store and per purchase. +This offer cannot be combined with any other discount or free gift purchase, sale or other promotion, unless otherwise specified. Excludes &ldquo;online only&rdquo; items. ++A Recycling Surcharge will be added where applicable.
For complete details visit thebrick.com or see in store. Offers valid July 4-7, 2025 unless otherwise indicated.
</p>
</td>
</tr>
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td height="1" style="font-size: 1px; line-height: 1px;">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">
<tr>
<td>
<![endif]-->
<p style="border-bottom: #dddddd 1px solid; margin: 0; font-size: 1px;">&nbsp;</p>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Footer Disclaimer 1 : END -->
<!-- Footer Disclaimer 2 : Begin -->
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: justify; color: #333333;">
<p class="disclaimer exclusions" style="text-align: justify; text-align-last: center !important; margin: 0;">
This email was sent to
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: justify; color: #333333; text-transform: lowercase;" class="exclusions unstyle-auto-detected-links">previews@email.com
</span>
by The Brick. To ensure delivery to your inbox, please add
<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: justify; color: #333333;" class="exclusions unstyle-auto-detected-links">thebrick@save.thebrick.com
</span>
to your address book. We take great care in producing personalized emails
for our ebrick&trade; members. However, typographical, illustrative
or pricing errors may occur. We reserve the right to correct any
errors at time of purchase.
(NAT)
</p>
</td>
</tr>
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td height="1" style="font-size: 1px; line-height: 1px;">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">
<tr>
<td>
<![endif]-->
<p style="border-bottom: #dddddd 1px solid; margin: 0; font-size: 1px; line-height: 1px;">&nbsp;</p>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Footer Disclaimer 2 : END -->
<!-- Copyright, address : BEGIN -->
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td>
<p class="exclusions" style="text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #333333; margin: 0; text-align: center !important;">
&copy; 2025 The Brick Warehouse LP
<span class="unstyle-auto-detected-links">
<span style="display: inline-block">16904&nbsp;&zwnj;-&nbsp;137&nbsp;&zwnj;Avenue,&nbsp;NW,&nbsp;Edmonton,&nbsp;AB&nbsp;T5V&nbsp;1R6&nbsp;</span>
</span>
</p>
</td>
</tr>
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td height="1" style="font-size: 1px; line-height: 1px;">
<!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">
<tr>
<td>
<![endif]-->
<p style="border-bottom: #dddddd 1px solid; margin: 0; font-size: 1px;">&nbsp;</p>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- Copyright, address : END -->
<!-- Privacy, Terms : BEGIN -->
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<tr>
<td>
<p class="exclusions" style="text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #333333; margin: 0 0; text-align: center !important;">
<a target="_blank"  href=""  target="_blank" style="font-size: 12px; color: #333333;" class="unstyle-auto-detected-links">
Privacy Policy
</a>
&nbsp;&nbsp; |
&nbsp;&nbsp;
<a target="_blank"  href=""  target="_blank" style="font-size: 12px; color: #333333;" class="unstyle-auto-detected-links">
Terms and Conditions
</a>
&nbsp;&nbsp; |
&nbsp;&nbsp;
<a target="_blank"  href=""  target="_blank" style="font-size: 12px; color: #333333;" class="unstyle-auto-detected-links">
Unsubscribe
</a>
</p>
</td>
</tr>
<tr>
<td aria-hidden="true" height="18" style="font-size: 0px; line-height: 0px;">&nbsp;</td>
</tr>
<!-- Privacy, Terms : END -->
</tbody>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
</td>
</tr>
</tbody>
</table>
<!-- Disclaimers, Copyright and Terms : END -->
<!---- The Brick inner content : END ---->
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</div>
<!-- MAIN CONTENT : END -->
<!--[if mso | IE]>
</td>
</tr>
</table>
<![endif]-->
</center>

</html>