-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproducts.html
More file actions
507 lines (491 loc) · 26.3 KB
/
products.html
File metadata and controls
507 lines (491 loc) · 26.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Marin Gourmet - All natural, no additives, no preservatives, spread, dip, hummus, crackers, sauce, california</title>
<link REL="SHORTCUT ICON" HREF="http://maringourmet.net/favicon.ico">
<meta name="keywords" content="Marin Gourmet, Aubergine spread, all natural, no additives, no preservatives, delicious, Gourmet, Vegan, vegetarian, crackers, dips,fresh ingredients, produce,Mediterranean, Local,Appetizers, Tastes,Hors d'oeuvres, Homemade, Spreads, Vegetables, Artisan,pasta, Marinade, Retail, quality, natural gourmet products,"/>
<meta name="description" content="Marin Gourmet is a family owned local farmer's market company that specializes in locally grown vegan and vegetarian dips, marinades and crackers. We've created elegant yet versatile mix that help you create many healthy yet gourmet appetizers, snacks and meals. Call: (415)457-8888"/>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<style>
div[class^="col-"], div[class*="col-"] {
padding: 0;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23815466-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="index.html">Marin Gourmet</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="index.html">Home</a>
</li>
<li>
<a class="page-scroll" href="findstore.html">Find a Store</a>
</li>
<li>
<a class="page-scroll" href="contact.html">Contact</a>
</li>
<li>
<a class="page-scroll" href="ourstory.html">Our Story</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="header-image-wrapper">
<img src="img/TheFarm_Hero_TopNav_Crop.jpg" style="height: 50px; width: 100%;" />
<div class="header-image"></div>
</div>
<div id="product-container">
<div class="container-fluid" id="artichoke-container">
<div class="row">
<div class="product-title-container artichoke-title">
<div class="product-title">ARTICHOKE</div>
<div class="product-title-ingredients">WITH OLIVES, CAPERS & GARLIC</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/Artichoke_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
Our artichoke spread
</span>
<span class="remaining-description">
is tasty and vegan! Artichoke hearts, olives, capers and fire roasted garlic makes this spread burst with flavor. Warmed up, it can be mixed into mashed potatoes for a delicious side dish. Toss it into cold or hot pasta and sprinkle with your favorite cheese for a fantastic new entree idea. It’s great for adding distinctive flavors to just about everything—sandwiches, brushetta, grilled meats, artisan cheeses, pizza and more! Pair with our own Double Baked Crackers and a glass of wine.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>As a spread on a French baguette</li>
<li>Mix with cold or hot pasta</li>
<li>Mix into mashed potatoes</li>
<li>Mix into cream cheese</li>
<li>Paired with a glass of wine</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="aubergine-container">
<div class="row">
<div class="product-title-container aubergine-title">
<div class="product-title">AUBERGINE</div>
<div class="product-title-ingredients">FIRE ROASTED EGGPLANT & GARLIC</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/Aubergine_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR AUBERGINE SPREAD
</span>
<span class="remaining-description">
is tasty, vegan and gluten free! Made from an old family recipe that offers distinct smoky garlic flavor combined with several varieties of mesquite grilled eggplants. It tastes great tossed with hot or cold pasta, add Parmesan and fresh vegetables and enjoy. Spread on artisan breads, sprinkle with your favorite cheese and chopped nuts like pecans or walnuts and you have created a sensational hors d’oeuvres. Glaze or marinade your favorite meat, poultry or fish to enhance grilled food. Aubergine is a healthy substitute for butter and mayonnaise. And, it is a versatile stuffing for Porta Bella mushrooms, tomatoes or chicken breasts. Pair with our own Double Baked Crackers and a glass of wine.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>As a spread on a French baguette</li>
<li>Mixed with pasta and goat cheese</li>
<li>As a topping for a baked potato</li>
<li>Mixed into a tofu dish</li>
<li>Paired with a glass of wine</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="baba-container">
<div class="row">
<div class="product-title-container baba-title">
<div class="product-title">BABA GHANOUSH</div>
<div class="product-title-ingredients">HUMMUS WITH FIRE ROASTED EGGPLANT</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/BabaGhanoush_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR BABA GHANOUSH
</span>
<span class="remaining-description">
is tasty, vegan and gluten free! If you can’t decide between our uniquely delicious Aubergine and our creamy Hummus, try our BaBa Ghanoush, it’s the perfect blend of two of our most popular fresh gourmet products. We take a variety of fresh mesquite grilled eggplants and combine it with our freshly sprouted locally grown garbanzo beans and fresh lemons to create a vegan, low fat, no cholesterol spread. Use as a healthy alternative on sandwiches, on bagels, or with crackers or vegetables as a dip. Tastes fabulous tossed into hot or cold pasta. Spread on fish or chicken and broil or grill for a great new marinade.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>On wraps, sandwiches & bagels</li>
<li>A substitute for mayonnaise</li>
<li>As a dip for crackers or veggies</li>
<li>Toss into hot or cold pasta</li>
<li>As a marinade on chicken or fish</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="caper-container">
<div class="row">
<div class="product-title-container caper-title">
<div class="product-title">CAPER HUMMUS</div>
<div class="product-title-ingredients">WITH CAPERS & LEMON JUICE</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/CaperHummus_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR CAPER HUMMUS
</span>
<span class="remaining-description">
is tasty, vegan and gluten free! We sprout our own garbanzo beans and avoid any oils to produce a spread that is nutritious and low fat! Our Caper Hummus has just four ingredients, our own sprouted garbanzo beans, tahini (ground sesame), capers and lemon juice—producing a creamy, fresh hummus with a savory taste. For a healthy twist try it as a substitute for mayonnaise on sandwiches, in deviled eggs or even as a hearty salad dressing. It is a delicious side to a Greek salad or add our house-made Falafel and create a traditional Mediterranean plate.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>On wraps, sandwiches & bagels</li>
<li>A substitute for mayonnaise</li>
<li>As a dip for crackers or veggies</li>
<li>As a salad dressing</li>
<li>Pair with our house-made Falafel</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="chimi-container">
<div class="row">
<div class="product-title-container chimi-title">
<div class="product-title">CHIMICHURRI</div>
<div class="product-title-ingredients">PESTO WITH CILANTRO & ROASTED ALMONDS</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/Chimichurri_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR CHIMICHURRI SPREAD
</span>
<span class="remaining-description">
is tasty and vegan! One of our most popular products, our Chimichurri is undeniably delicious! A pesto made with cilantro, parsley, roasted almond and garlic, this flavor adds a boost to your favorite meat, fish, or pasta dish. This product tastes absolutely scrumptious on homemade pizza as a sauce base, on your favorite artisan breads sprinkled with parmesan cheese then broiled or simply as an appetizer with our own Double Baked Crackers. Use it on sandwiches replacing mayo for a more healthy and delicious treat. It tastes great tossed with hot or cold pasta, add Parmesan and fresh vegetables and enjoy. This dip is a 100% raw product, for all the raw food enthusiasts.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>As a spread on a French baguette</li>
<li>Mix with cold or hot pasta</li>
<li>Marinade chicken, fish, meat or tofu</li>
<li>As a pizza sauce</li>
<li>Paired with a glass of wine</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="lemon-container">
<div class="row">
<div class="product-title-container lemon-title">
<div class="product-title">LEMON HUMMUS</div>
<div class="product-title-ingredients">HUMMUS WITH A ZEST OF LEMON</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/LemonHummus_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR LEMON HUMMUS
</span>
<span class="remaining-description">
is tasty, vegan and gluten free! We sprout our own garbanzo beans and avoid any oils to produce a spread that is nutritious and low fat! Our Lemon Hummus has just three ingredients, our own sprouted garbanzo beans, tahini (ground sesame) and lemon juice—producing a creamy, fresh hummus with a slight citrus taste. For a healthy twist try it as a substitute for mayonnaise on sandwiches, in deviled eggs or even as a hearty salad dressing. It is a delicious side to a Greek salad or add our house-made Falafel and create a traditional Mediterranean plate.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper" id="tallest-node">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>On wraps, sandwiches & bagels</li>
<li>A subsitute for mayonnaise</li>
<li>As a dip for crackers or veggies</li>
<li>As a salad dressing</li>
<li>Pair with our house-made Falafel</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="spicy-container">
<div class="row">
<div class="product-title-container spicy-title">
<div class="product-title">SPICY HUMMUS</div>
<div class="product-title-ingredients">WITH CHIPOLTE, HABANERO & CHILI PEPPERS</div>
</div>
</div>
<div class="row full-product-container">
<div class="col-md-5 col-sm-12 col-xs-12 product-image-wrapper single-product-node">
<img src="img/product_images/SpicyHummus_Product.png" class="product-image-main" />
</div>
<div class="col-md-4 col-sm-6 col-xs-12 product-description-content single-product-node">
<div class="product-description-wrapper">
<span class="description-intro">
OUR SPICY HUMMUS
</span>
<span class="remaining-description">
is tasty, vegan and gluten free! We sprout our own garbanzo beans and avoid any oils to produce a spread that is nutritious and low fat. Our Spicy Hummus is a unique blend of our own sprouted garbanzo beans, with a mixture of locally farm grown chipotle, habanero and chili peppers. It’s a zesty spread that adds kick to any recipe. For a healthy twist try it as a substitute for mayonnaise on sandwiches, in deviled eggs or even as a hearty salad dressing. It is a delicious side to a Greek salad or add our house-made Falafel and create a traditional Mediterranean plate.
</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 product-information-wrapper single-product-node">
<div class="ingredients-servings-wrapper">
<div class="serving-suggestions">
<div class="serving-suggestions-header">Serving suggestions:</div>
<ul>
<li>On wraps, sandwiches & bagels</li>
<li>A subsiture for mayonnaise</li>
<li>As a dip for crackers or veggies</li>
<li>As a salad dressing</li>
<li>Pair with our house-made Falafel</li>
</ul>
</div>
<div class="serving-sizes">
<div class="serving-sizes-header">Sizes:</div>
<ul>
<li>Mighty Mini: .5 - 1 oz</li>
<li>Mini: 1.5 - 2 oz</li>
<li>Small: 7.5 oz</li>
<li>Medium: 14 oz</li>
<li>Addict: 16 oz</li>
<li>Party : 5 lbs</li>
<li>Commercial: 1 gallon</li>
<li>Institutional: 30 gallon</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="contact-header">SITE LINKS</div>
<div class="site-footer-link"><a href="index.html">Home</a></div>
<div class="site-footer-link"><a href="ourstory.html">Our Story</a></div>
<div class="site-footer-link"><a href="products.html">Products</a></div>
<div class="site-footer-link"><a href="findstore.html">Find a Store</a></div>
<div class="site-footer-link"><a href="contact.html">Contact</a></div>
</div>
<div class="col-md-4 col-sm-4 col-sm-offset-4 col-md-offset-4 contact-info-header">
<div class="contact-header">CONTACT</div>
<div class="site-footer-link">PO Box 10008</div>
<div class="site-footer-link">San Rafael, California 94912</div>
<div class="social-icons">
<a href="https://www.facebook.com/pages/Affis-MARIN-GOURMET/104689742913826?sk=wall" target="_blank" class="social-link"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://twitter.com/maringourmet" target="_blank" class="social-link"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</section>
<footer>
Copyright © 2016. Marin Gourmet.
</footer>
<div id="height-check" style="display: none;" class="single-product-node"></div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/jquery.matchHeight-min.js"></script>
<script src="js/wow.min.js"></script>
<script>
$(function() {
$('.single-product-node').matchHeight({byRow: false});
});
var $tallestNode = $('#tallest-node');
var $heightCheck = $('#height-check');
var $imageNode = $($('.single-product-node')[0]);
var checkForTallestColumn = function() {
if ($tallestNode.height() + 80 > $imageNode.height()) {
$('.single-product-node').css('height', $tallestNode.height() + 80);
}
}
checkForTallestColumn();
$.fn.matchHeight._afterUpdate = function(event, groups) {
checkForTallestColumn();
}
</script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
</html>