<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://winewiki.mywinesense.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin</id>
	<title>WineWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://winewiki.mywinesense.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin"/>
	<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php/Special:Contributions/Wikiadmin"/>
	<updated>2026-04-21T21:40:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1842</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1842"/>
		<updated>2026-01-26T23:08:33Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
@media print {&lt;br /&gt;
    /* Hide unnecessary elements for print */&lt;br /&gt;
    .toc,&lt;br /&gt;
    #toc,&lt;br /&gt;
    .mw-editsection,&lt;br /&gt;
    .mw-jump-link,&lt;br /&gt;
    .printfooter,&lt;br /&gt;
    #footer,&lt;br /&gt;
    #catlinks,&lt;br /&gt;
    .noprint,&lt;br /&gt;
    .mw-navigation,&lt;br /&gt;
    #p-logo,&lt;br /&gt;
    .thumbcaption,&lt;br /&gt;
    .magnify {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    /* Hide top header/logo area */&lt;br /&gt;
    #mw-head, #mw-panel, #p-logo, #footer {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    /* Reduce top margin of the content body */&lt;br /&gt;
    #content {&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    /* Optional: Hide site notice */&lt;br /&gt;
    #siteNotice {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    /* Hide the &amp;quot;hide&amp;quot; link in Contents box */&lt;br /&gt;
    .toctogglecheckbox,&lt;br /&gt;
    .toctogglespan {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the infobox more compact */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        float: right;&lt;br /&gt;
        width: 250px !important;&lt;br /&gt;
        margin: 0 0 10px 15px !important;&lt;br /&gt;
        padding: 8px !important;&lt;br /&gt;
        font-size: 11px !important;&lt;br /&gt;
        line-height: 1.3 !important;&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-title {&lt;br /&gt;
        font-size: 14px !important;&lt;br /&gt;
        padding: 5px !important;&lt;br /&gt;
        margin-bottom: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-row {&lt;br /&gt;
        padding: 2px 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact the image gallery (Notes section) */&lt;br /&gt;
    .gallery {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerybox {&lt;br /&gt;
        width: 80px !important;&lt;br /&gt;
        margin: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery img {&lt;br /&gt;
        max-width: 60px !important;&lt;br /&gt;
        max-height: 60px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerytext {&lt;br /&gt;
        font-size: 9px !important;&lt;br /&gt;
        padding: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide bottom Reserve link image */&lt;br /&gt;
    .floatright {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact headings */&lt;br /&gt;
    h2 {&lt;br /&gt;
        font-size: 14pt !important;&lt;br /&gt;
        margin: 10px 0 5px 0 !important;&lt;br /&gt;
        padding-top: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Reduce body text spacing */&lt;br /&gt;
    p {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
        font-size: 10pt !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    ul, ol {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the main wine bottle image more reasonable */&lt;br /&gt;
    .floatleft img,&lt;br /&gt;
    .thumbinner img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .floatleft {&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Prevent awkward page breaks */&lt;br /&gt;
    h2, h3 {&lt;br /&gt;
        page-break-after: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox,&lt;br /&gt;
    .gallery {&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Overall page margins */&lt;br /&gt;
    body {&lt;br /&gt;
        margin: 0.5in !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide ALL external links at bottom */&lt;br /&gt;
    #footer-info,&lt;br /&gt;
    #footer-places {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Remove the large top space */&lt;br /&gt;
    #mw-page-base,&lt;br /&gt;
    #mw-head-base,&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    #content {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 10px !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .mw-parser-output {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .firstHeading {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Hide ONLY the right-aligned Reserve box, keep the left bottle */&lt;br /&gt;
    figure.mw-halign-right,&lt;br /&gt;
    .mw-halign-right {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Keep the wine bottle visible */&lt;br /&gt;
    figure.mw-halign-left,&lt;br /&gt;
    .mw-halign-left {&lt;br /&gt;
        display: block !important;&lt;br /&gt;
        float: left !important;&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make the bottle a reasonable size */&lt;br /&gt;
    figure.mw-halign-left img,&lt;br /&gt;
    .mw-halign-left img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1841</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1841"/>
		<updated>2026-01-26T23:04:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
@media print {&lt;br /&gt;
    /* Hide unnecessary elements for print */&lt;br /&gt;
    .toc,&lt;br /&gt;
    #toc,&lt;br /&gt;
    .mw-editsection,&lt;br /&gt;
    .mw-jump-link,&lt;br /&gt;
    .printfooter,&lt;br /&gt;
    #footer,&lt;br /&gt;
    #catlinks,&lt;br /&gt;
    .noprint,&lt;br /&gt;
    .mw-navigation,&lt;br /&gt;
    #p-logo,&lt;br /&gt;
    .thumbcaption,&lt;br /&gt;
    .magnify {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide the &amp;quot;hide&amp;quot; link in Contents box */&lt;br /&gt;
    .toctogglecheckbox,&lt;br /&gt;
    .toctogglespan {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the infobox more compact */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        float: right;&lt;br /&gt;
        width: 250px !important;&lt;br /&gt;
        margin: 0 0 10px 15px !important;&lt;br /&gt;
        padding: 8px !important;&lt;br /&gt;
        font-size: 11px !important;&lt;br /&gt;
        line-height: 1.3 !important;&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-title {&lt;br /&gt;
        font-size: 14px !important;&lt;br /&gt;
        padding: 5px !important;&lt;br /&gt;
        margin-bottom: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-row {&lt;br /&gt;
        padding: 2px 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact the image gallery (Notes section) */&lt;br /&gt;
    .gallery {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerybox {&lt;br /&gt;
        width: 80px !important;&lt;br /&gt;
        margin: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery img {&lt;br /&gt;
        max-width: 60px !important;&lt;br /&gt;
        max-height: 60px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerytext {&lt;br /&gt;
        font-size: 9px !important;&lt;br /&gt;
        padding: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide bottom Reserve link image */&lt;br /&gt;
    .floatright {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact headings */&lt;br /&gt;
    h2 {&lt;br /&gt;
        font-size: 14pt !important;&lt;br /&gt;
        margin: 10px 0 5px 0 !important;&lt;br /&gt;
        padding-top: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Reduce body text spacing */&lt;br /&gt;
    p {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
        font-size: 10pt !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    ul, ol {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the main wine bottle image more reasonable */&lt;br /&gt;
    .floatleft img,&lt;br /&gt;
    .thumbinner img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .floatleft {&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Prevent awkward page breaks */&lt;br /&gt;
    h2, h3 {&lt;br /&gt;
        page-break-after: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox,&lt;br /&gt;
    .gallery {&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Overall page margins */&lt;br /&gt;
    body {&lt;br /&gt;
        margin: 0.5in !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide ALL external links at bottom */&lt;br /&gt;
    #footer-info,&lt;br /&gt;
    #footer-places {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Remove the large top space */&lt;br /&gt;
    #mw-page-base,&lt;br /&gt;
    #mw-head-base,&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    #content {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 10px !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .mw-parser-output {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .firstHeading {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Hide ONLY the right-aligned Reserve box, keep the left bottle */&lt;br /&gt;
    figure.mw-halign-right,&lt;br /&gt;
    .mw-halign-right {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Keep the wine bottle visible */&lt;br /&gt;
    figure.mw-halign-left,&lt;br /&gt;
    .mw-halign-left {&lt;br /&gt;
        display: block !important;&lt;br /&gt;
        float: left !important;&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make the bottle a reasonable size */&lt;br /&gt;
    figure.mw-halign-left img,&lt;br /&gt;
    .mw-halign-left img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1840</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1840"/>
		<updated>2026-01-26T22:49:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
@media print {&lt;br /&gt;
    /* Hide unnecessary elements for print */&lt;br /&gt;
    .toc,&lt;br /&gt;
    #toc,&lt;br /&gt;
    .mw-editsection,&lt;br /&gt;
    .mw-jump-link,&lt;br /&gt;
    .printfooter,&lt;br /&gt;
    #footer,&lt;br /&gt;
    #catlinks,&lt;br /&gt;
    .noprint,&lt;br /&gt;
    .mw-navigation,&lt;br /&gt;
    #p-logo,&lt;br /&gt;
    .thumbcaption,&lt;br /&gt;
    .magnify {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide the &amp;quot;hide&amp;quot; link in Contents box */&lt;br /&gt;
    .toctogglecheckbox,&lt;br /&gt;
    .toctogglespan {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the infobox more compact */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        float: right;&lt;br /&gt;
        width: 250px !important;&lt;br /&gt;
        margin: 0 0 10px 15px !important;&lt;br /&gt;
        padding: 8px !important;&lt;br /&gt;
        font-size: 11px !important;&lt;br /&gt;
        line-height: 1.3 !important;&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-title {&lt;br /&gt;
        font-size: 14px !important;&lt;br /&gt;
        padding: 5px !important;&lt;br /&gt;
        margin-bottom: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-row {&lt;br /&gt;
        padding: 2px 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact the image gallery (Notes section) */&lt;br /&gt;
    .gallery {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerybox {&lt;br /&gt;
        width: 80px !important;&lt;br /&gt;
        margin: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery img {&lt;br /&gt;
        max-width: 60px !important;&lt;br /&gt;
        max-height: 60px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerytext {&lt;br /&gt;
        font-size: 9px !important;&lt;br /&gt;
        padding: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide bottom Reserve link image */&lt;br /&gt;
    .floatright {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact headings */&lt;br /&gt;
    h2 {&lt;br /&gt;
        font-size: 14pt !important;&lt;br /&gt;
        margin: 10px 0 5px 0 !important;&lt;br /&gt;
        padding-top: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Reduce body text spacing */&lt;br /&gt;
    p {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
        font-size: 10pt !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    ul, ol {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the main wine bottle image more reasonable */&lt;br /&gt;
    .floatleft img,&lt;br /&gt;
    .thumbinner img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .floatleft {&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Prevent awkward page breaks */&lt;br /&gt;
    h2, h3 {&lt;br /&gt;
        page-break-after: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox,&lt;br /&gt;
    .gallery {&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Overall page margins */&lt;br /&gt;
    body {&lt;br /&gt;
        margin: 0.5in !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide ALL external links at bottom */&lt;br /&gt;
    #footer-info,&lt;br /&gt;
    #footer-places {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media print {&lt;br /&gt;
    /* ... your existing rules ... */&lt;br /&gt;
    &lt;br /&gt;
    /* Remove the large top space */&lt;br /&gt;
    #mw-page-base,&lt;br /&gt;
    #mw-head-base,&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    #content {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 10px !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    .mw-parser-output {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Hide the page title if you want (optional) */&lt;br /&gt;
    .firstHeading {&lt;br /&gt;
        margin-top: 0 !important;&lt;br /&gt;
        padding-top: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* More aggressive hiding of the bottom Winexpert Reserve box */&lt;br /&gt;
    .floatright,&lt;br /&gt;
    .thumbright,&lt;br /&gt;
    div[style*=&amp;quot;float:right&amp;quot;],&lt;br /&gt;
    div[style*=&amp;quot;float: right&amp;quot;] {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Target images that link to Reserve_Styles specifically */&lt;br /&gt;
    a[href*=&amp;quot;Reserve_Styles&amp;quot;] img,&lt;br /&gt;
    a[href*=&amp;quot;Reserve_Styles&amp;quot;] {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Hide any image with width around 200px (the Reserve box size) */&lt;br /&gt;
    img[width=&amp;quot;200&amp;quot;],&lt;br /&gt;
    img[width=&amp;quot;200px&amp;quot;] {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1839</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=MediaWiki:Common.css&amp;diff=1839"/>
		<updated>2026-01-26T22:46:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;/* CSS placed here will be applied to all skins */ @media print {     /* Hide unnecessary elements for print */     .toc,     #toc,     .mw-editsection,     .mw-jump-link,     .printfooter,     #footer,     #catlinks,     .noprint,     .mw-navigation,     #p-logo,     .thumbcaption,     .magnify {         display: none !important;     }      /* Hide the &amp;quot;hide&amp;quot; link in Contents box */     .toctogglecheckbox,     .toctogglespan {         display: none !important;     }...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
@media print {&lt;br /&gt;
    /* Hide unnecessary elements for print */&lt;br /&gt;
    .toc,&lt;br /&gt;
    #toc,&lt;br /&gt;
    .mw-editsection,&lt;br /&gt;
    .mw-jump-link,&lt;br /&gt;
    .printfooter,&lt;br /&gt;
    #footer,&lt;br /&gt;
    #catlinks,&lt;br /&gt;
    .noprint,&lt;br /&gt;
    .mw-navigation,&lt;br /&gt;
    #p-logo,&lt;br /&gt;
    .thumbcaption,&lt;br /&gt;
    .magnify {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide the &amp;quot;hide&amp;quot; link in Contents box */&lt;br /&gt;
    .toctogglecheckbox,&lt;br /&gt;
    .toctogglespan {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the infobox more compact */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        float: right;&lt;br /&gt;
        width: 250px !important;&lt;br /&gt;
        margin: 0 0 10px 15px !important;&lt;br /&gt;
        padding: 8px !important;&lt;br /&gt;
        font-size: 11px !important;&lt;br /&gt;
        line-height: 1.3 !important;&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-title {&lt;br /&gt;
        font-size: 14px !important;&lt;br /&gt;
        padding: 5px !important;&lt;br /&gt;
        margin-bottom: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox-row {&lt;br /&gt;
        padding: 2px 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact the image gallery (Notes section) */&lt;br /&gt;
    .gallery {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerybox {&lt;br /&gt;
        width: 80px !important;&lt;br /&gt;
        margin: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery img {&lt;br /&gt;
        max-width: 60px !important;&lt;br /&gt;
        max-height: 60px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .gallery .gallerytext {&lt;br /&gt;
        font-size: 9px !important;&lt;br /&gt;
        padding: 2px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide bottom Reserve link image */&lt;br /&gt;
    .floatright {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Compact headings */&lt;br /&gt;
    h2 {&lt;br /&gt;
        font-size: 14pt !important;&lt;br /&gt;
        margin: 10px 0 5px 0 !important;&lt;br /&gt;
        padding-top: 5px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Reduce body text spacing */&lt;br /&gt;
    p {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
        font-size: 10pt !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    ul, ol {&lt;br /&gt;
        margin: 5px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the main wine bottle image more reasonable */&lt;br /&gt;
    .floatleft img,&lt;br /&gt;
    .thumbinner img {&lt;br /&gt;
        max-width: 150px !important;&lt;br /&gt;
        height: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .floatleft {&lt;br /&gt;
        margin: 0 15px 10px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Prevent awkward page breaks */&lt;br /&gt;
    h2, h3 {&lt;br /&gt;
        page-break-after: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox,&lt;br /&gt;
    .gallery {&lt;br /&gt;
        page-break-inside: avoid;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Overall page margins */&lt;br /&gt;
    body {&lt;br /&gt;
        margin: 0.5in !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide ALL external links at bottom */&lt;br /&gt;
    #footer-info,&lt;br /&gt;
    #footer-places {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=649</id>
		<title>LE21 Trebbiano Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=649"/>
		<updated>2021-09-30T16:37:17Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 &lt;br /&gt;
|image = Venetoandpulgia.png&lt;br /&gt;
|param1 = Puglia &amp;amp; Veneto, Italy&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 12.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Node&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lemon peel, melon, and green apple on the nose with a light chamomile undertone. The palate offers orchard fruit flavours of yellow apple and white peach fused with melon, citrus, and fresh minerality. This inviting blend showcases the high natural acidity of both Trebbiano and Riesling; it’s fun, fresh, and fruity with a touch of sweetness and a lot of pizzazz.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lemon_zest.png|Lemon Zest|link=Category:Lemon_zest	[[Category:Lemon_zest]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Apricot.png|Apricot|link=Category:Apricot	[[Category:Apricot]]&lt;br /&gt;
File:Camomile.png|Camomile|link=Category:Camomile	[[Category:Camomile]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=File:Venetoandpulgia.png&amp;diff=648</id>
		<title>File:Venetoandpulgia.png</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=File:Venetoandpulgia.png&amp;diff=648"/>
		<updated>2021-09-30T16:36:58Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=647</id>
		<title>LE21 Trebbiano Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=647"/>
		<updated>2021-09-30T16:18:48Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 &lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Puglia &amp;amp; Veneto, Italy&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 12.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Node&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lemon peel, melon, and green apple on the nose with a light chamomile undertone. The palate offers orchard fruit flavours of yellow apple and white peach fused with melon, citrus, and fresh minerality. This inviting blend showcases the high natural acidity of both Trebbiano and Riesling; it’s fun, fresh, and fruity with a touch of sweetness and a lot of pizzazz.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lemon_zest.png|Lemon Zest|link=Category:Lemon_zest	[[Category:Lemon_zest]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Apricot.png|Apricot|link=Category:Apricot	[[Category:Apricot]]&lt;br /&gt;
File:Camomile.png|Camomile|link=Category:Camomile	[[Category:Camomile]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=646</id>
		<title>LE21 Trebbiano Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=646"/>
		<updated>2021-09-30T16:14:12Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 &lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Puglia &amp;amp; Veneto, Italy&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 12.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Node&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lemon peel, melon, and green apple on the nose with a light chamomile undertone. The palate offers orchard fruit flavours of yellow apple and white peach fused with melon, citrus, and fresh minerality. This inviting blend showcases the high natural acidity of both Trebbiano and Riesling; it’s fun, fresh, and fruity with a touch of sweetness and a lot of pizzazz.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry	[[Category:Black Cherry]]&lt;br /&gt;
File:Raspberry.png|Raspberry|link=Category:Raspberry	[[Category:Raspberry]]&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum	[[Category:Plum]]&lt;br /&gt;
File:Blueberry.png|Blueberry|link=Category:Blueberry	[[Category:Blueberry]]&lt;br /&gt;
File:Spice.png|Spice|link=Category:Spice	[[Category:Spice]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=645</id>
		<title>LE21 Trebbiano Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=645"/>
		<updated>2021-09-30T16:12:53Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Noir Shiraz&lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Murray Darling, Australia&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Medium&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lemon peel, melon, and green apple on the nose with a light chamomile undertone. The palate offers orchard fruit flavours of yellow apple and white peach fused with melon, citrus, and fresh minerality. This inviting blend showcases the high natural acidity of both Trebbiano and Riesling; it’s fun, fresh, and fruity with a touch of sweetness and a lot of pizzazz.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry	[[Category:Black Cherry]]&lt;br /&gt;
File:Raspberry.png|Raspberry|link=Category:Raspberry	[[Category:Raspberry]]&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum	[[Category:Plum]]&lt;br /&gt;
File:Blueberry.png|Blueberry|link=Category:Blueberry	[[Category:Blueberry]]&lt;br /&gt;
File:Spice.png|Spice|link=Category:Spice	[[Category:Spice]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=644</id>
		<title>LE21 Trebbiano Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Trebbiano_Riesling&amp;diff=644"/>
		<updated>2021-09-30T15:46:33Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;{{Infobox |title = LE21 Pinot Noir Shiraz |image = Murray_Darling_Australia.png |param1 = Murray Darling, Australia |param2 = 14L |param3 = 13.5% |param4 = Medium |param5 = Me...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Pinot Noir Shiraz&lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Murray Darling, Australia&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Medium&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Lemon peel, melon, and green apple on the nose with a light chamomile undertone. The palate offers orchard fruit flavours of yellow apple and white peach fused with melon, citrus, and fresh minerality. This inviting blend showcases the high natural acidity of both Trebbiano and Riesling; it’s fun, fresh, and fruity with a touch of sweetness and a lot of pizzazz.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry	[[Category:Black Cherry]]&lt;br /&gt;
File:Raspberry.png|Raspberry|link=Category:Raspberry	[[Category:Raspberry]]&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum	[[Category:Plum]]&lt;br /&gt;
File:Blueberry.png|Blueberry|link=Category:Blueberry	[[Category:Blueberry]]&lt;br /&gt;
File:Spice.png|Spice|link=Category:Spice	[[Category:Spice]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=643</id>
		<title>LE21 Macabeo Sauvignon Blanc</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=643"/>
		<updated>2021-09-28T18:05:46Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Macabeo Sauvignon Blanc&lt;br /&gt;
|image = Manchuela.png&lt;br /&gt;
|param1 = Manchuela, Spain&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = None&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Macabeo and Sauvignon Blanc are perfect partners in this bright and balanced blend. Together they show aromas of citrus and tropical fruit, with soft white blossom. The palate is lush and layered with pronounced flavours of green apple, pear, grapefruit and tropical fruit, with light notes of honeysuckle and grass. Fresh and flavourful with lively acidity, elegant complexity, and medium persistence.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pear.png|Pear|link=Category:Pear	[[Category:Pear]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Pineapple.png|Pineapple|link=Category:Pineapple	[[Category:Pineapple]]&lt;br /&gt;
File:Honeysuckle.png|Honeysuckle|link=Category:Honeysuckle	[[Category:Honeysuckle]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Marselan&amp;diff=642</id>
		<title>LE21 Marselan</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Marselan&amp;diff=642"/>
		<updated>2021-09-28T18:03:54Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;{{Infobox |title = LE21 Marselan |image = Languedoc_in_France.png |param1 = Languedoc, France |param2 = 14L |param3 = 13% |param4 = Medium-Full |param5 = Medium |param6 = Dry...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Marselan&lt;br /&gt;
|image = Languedoc_in_France.png&lt;br /&gt;
|param1 = Languedoc, France&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13%&lt;br /&gt;
|param4 = Medium-Full&lt;br /&gt;
|param5 = Medium&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
A cross between Cabernet Sauvignon and Grenache, this relatively young French varietal displays the best characteristics of both parents. Marselan is deeply coloured with a powerful nose of jammy red and black fruits and spice. The palate delivers rich ripe fruit flavours of blackberry, plum and black currant with spicy notes, balanced acidity, and well-rounded tannins. Supple, smooth, and seductive.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Blackberry.png|Blackberry|link=Category:Blackberry	[[Category:Blackberry]]&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum	[[Category:Plum]]&lt;br /&gt;
File:Black currant.png|Black Currant|link=Category:Black Currant	[[Category:Black Currant]]&lt;br /&gt;
File:Jam.png|Jam|link=Category:Jam	[[Category:Jam]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=641</id>
		<title>LE21 Macabeo Sauvignon Blanc</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=641"/>
		<updated>2021-09-28T11:51:02Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Macabeo Sauvignon Blanc&lt;br /&gt;
|image = Manchuela.png&lt;br /&gt;
|param1 = Manchuela, Spain&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = None&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Macabeo and Sauvignon Blanc are perfect partners in this bright and balanced blend. Together they show aromas of citrus and tropical fruit, with soft white blossom. The palate is lush and layered with pronounced flavours of green apple, pear, grapefruit and tropical fruit, with light notes of honeysuckle and grass. Fresh and flavourful with lively acidity, elegant complexity, and medium persistence.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pear.png|Pear|link=Category:Pear	[[Category:Pear]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Jam.png|Jam|link=Category:Jam	[[Category:Jam]]&lt;br /&gt;
File:Black currant.png|Black Currant|link=Category:Black Currant	[[Category:Black Currant]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=File:Manchuela.png&amp;diff=640</id>
		<title>File:Manchuela.png</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=File:Manchuela.png&amp;diff=640"/>
		<updated>2021-09-28T11:50:49Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=639</id>
		<title>LE21 Macabeo Sauvignon Blanc</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=639"/>
		<updated>2021-09-28T11:48:01Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Macabeo Sauvignon Blanc&lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Manchuela, Spain&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = None&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Macabeo and Sauvignon Blanc are perfect partners in this bright and balanced blend. Together they show aromas of citrus and tropical fruit, with soft white blossom. The palate is lush and layered with pronounced flavours of green apple, pear, grapefruit and tropical fruit, with light notes of honeysuckle and grass. Fresh and flavourful with lively acidity, elegant complexity, and medium persistence.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pear.png|Pear|link=Category:Pear	[[Category:Pear]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Jam.png|Jam|link=Category:Jam	[[Category:Jam]]&lt;br /&gt;
File:Black currant.png|Black Currant|link=Category:Black Currant	[[Category:Black Currant]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=638</id>
		<title>LE21 Macabeo Sauvignon Blanc</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Macabeo_Sauvignon_Blanc&amp;diff=638"/>
		<updated>2021-09-28T11:35:06Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;{{Infobox |title = LE21 Macabeo Sauvignon Blanc |image = Murray_Darling_Australia.png |param1 = Manchuela, Spain |param2 = 14L |param3 = 13% |param4 = Medium |param5 = None |p...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Macabeo Sauvignon Blanc&lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Manchuela, Spain&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = None&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Macabeo and Sauvignon Blanc are perfect partners in this bright and balanced blend. Together they show aromas of citrus and tropical fruit, with soft white blossom. The palate is lush and layered with pronounced flavours of green apple, pear, grapefruit and tropical fruit, with light notes of honeysuckle and grass. Fresh and flavourful with lively acidity, elegant complexity, and medium persistence.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
Pear|link=Category:Pear	[[Category:Pear]]&lt;br /&gt;
Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
Jam|link=Category:Jam	[[Category:Jam]]&lt;br /&gt;
Black Currant|link=Category:Black Currant	[[Category:Black Currant]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=LE21_Pinot_Noir_Shiraz&amp;diff=637</id>
		<title>LE21 Pinot Noir Shiraz</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=LE21_Pinot_Noir_Shiraz&amp;diff=637"/>
		<updated>2021-09-25T18:03:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;{{Infobox |title = LE21 Pinot Noir Shiraz |image = Murray_Darling_Australia.png |param1 = Murray Darling, Australia |param2 = 14L |param3 = 13.5% |param4 = Medium |param5 = Me...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = LE21 Pinot Noir Shiraz&lt;br /&gt;
|image = Murray_Darling_Australia.png&lt;br /&gt;
|param1 = Murray Darling, Australia&lt;br /&gt;
|param2 = 14L&lt;br /&gt;
|param3 = 13.5%&lt;br /&gt;
|param4 = Medium&lt;br /&gt;
|param5 = Medium&lt;br /&gt;
|param6 = Dry&lt;br /&gt;
|param7 = SV Code N/A&lt;br /&gt;
|param8 = GVI Code N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Pinot Noir and Shiraz may seem like an odd couple, but this uniquely Australian blend has a noble history and is currently making a major resurgence. Mixed berry, floral and soft spice aromas open to a vibrant palate of sour cherry and red fruit flavours with undertones of dark plum, blueberry, light licorice and spice. Silky tannins and bright acidity complete this juicy and energetic blend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry	[[Category:Black Cherry]]&lt;br /&gt;
File:Raspberry.png|Raspberry|link=Category:Raspberry	[[Category:Raspberry]]&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum	[[Category:Plum]]&lt;br /&gt;
File:Blueberry.png|Blueberry|link=Category:Blueberry	[[Category:Blueberry]]&lt;br /&gt;
File:Spice.png|Spice|link=Category:Spice	[[Category:Spice]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Suggested Additional Product ==&lt;br /&gt;
&lt;br /&gt;
Coming Soon&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=File:Murray_Darling_Australia.png&amp;diff=636</id>
		<title>File:Murray Darling Australia.png</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=File:Murray_Darling_Australia.png&amp;diff=636"/>
		<updated>2021-09-25T18:00:44Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=635</id>
		<title>Limited Edition Styles</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=635"/>
		<updated>2021-09-25T17:51:06Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Limited_Edition.png|right|link=Limited Edition Styles]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Pinot Noir Shiraz|LE21 Pinot Noir Shiraz - December Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Macabeo Sauvignon Blanc|LE21 Macabeo Sauvignon Blanc - January Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Marselan|LE21 Marselan - February Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Trebbiano Riesling|LE21 Trebbiano Riesling - March Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Grenache Cargnan|LE21 Grenache Cargnan - April Release]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=634</id>
		<title>Limited Edition Styles</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=634"/>
		<updated>2021-09-25T17:50:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Limited_Edition.png|right|[[Limited Edition Styles]]|Limited Release. Unlimited Adventure.]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Pinot Noir Shiraz|LE21 Pinot Noir Shiraz - December Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Macabeo Sauvignon Blanc|LE21 Macabeo Sauvignon Blanc - January Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Marselan|LE21 Marselan - February Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Trebbiano Riesling|LE21 Trebbiano Riesling - March Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Grenache Cargnan|LE21 Grenache Cargnan - April Release]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=633</id>
		<title>Limited Edition Styles</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=633"/>
		<updated>2021-09-25T17:50:12Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Limited_Edition.png|right|[[Limited Edition Styles]]|Limited Release. Unlimited Adventure.]]&lt;br /&gt;
[[LE21 Pinot Noir Shiraz|LE21 Pinot Noir Shiraz - December Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Macabeo Sauvignon Blanc|LE21 Macabeo Sauvignon Blanc - January Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Marselan|LE21 Marselan - February Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Trebbiano Riesling|LE21 Trebbiano Riesling - March Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Grenache Cargnan|LE21 Grenache Cargnan - April Release]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=632</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=632"/>
		<updated>2021-09-25T17:49:48Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[Varietals]] ==&lt;br /&gt;
&lt;br /&gt;
Head over to the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Varietals]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; page to learn more about your favorite or maybe even a new favorite.&lt;br /&gt;
&lt;br /&gt;
== Brands ==&lt;br /&gt;
&lt;br /&gt;
=== [[Private Reserve Styles|Winexpert Private Reserves]] ===&lt;br /&gt;
[[File:Winexpert Private Reserve.png|right|[[Private Reserve Styles|The]] Best Wine You Can Make]]&lt;br /&gt;
Looking for the highest quality wine to satisfy the most discerning tastes?&lt;br /&gt;
&lt;br /&gt;
Winexpert Private Reserve truly delivers. This outstanding series features the finest varietal juices from the world’s best growing regions – like Piedmont and Stag’s Leap District.&lt;br /&gt;
&lt;br /&gt;
Experience the highest level of craftsmanship and satisfaction that comes with creating the most exceptional wines from around the world. From a robust red made with crushed grape skins to a bright and crisp white, Winexpert Private Reserve never disappoints.  &lt;br /&gt;
&lt;br /&gt;
Click [[Private Reserve Styles|&#039;&#039;&#039;&amp;lt;big&amp;gt;here&amp;lt;/big&amp;gt;&#039;&#039;&#039;]] to explore your [[Private Reserve Styles|Wine Expert Private Reserve]] options.&lt;br /&gt;
&lt;br /&gt;
=== [[Limited Edition Styles]] ===&lt;br /&gt;
[[File:Limited_Edition.png|right|[[Limited Edition Styles]]|Limited Release. Unlimited Adventure.]]&lt;br /&gt;
The Winexpert LE™ collection features limited edition wines of remarkable quality and distinction.&lt;br /&gt;
&lt;br /&gt;
Explore the world’s most distinguished wine growing regions with this exceptional series that celebrates the unique, the exciting and the very best – from classic varietals to exceptional blends.&lt;br /&gt;
&lt;br /&gt;
Available by reservation only, this annual showcase features hidden gems in limited quantities. Our most sought-after and popular craft winemaking kit, it’s a one-of-a-kind global adventure you don’t want to miss.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6-8 weeks.&lt;br /&gt;
&lt;br /&gt;
=== [[Reserve Styles|Winexpert Reserve]] ===&lt;br /&gt;
[[File:Winexpert_Reserve.png|right|[[Reserve Styles]]]]&lt;br /&gt;
Looking for a premium wine with exceptional body, flavour and aroma [[Reserve Styles|Winexpert Reserve]] the world’s most sought after grape growing countries.&lt;br /&gt;
&lt;br /&gt;
Join the celebration and experience the satisfaction of crafting outstanding premium wines with wow factor - from a supple, buttery Chardonnay to a confident, full bodied Cabernet Sauvignon - the world is at your doorstep.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6 weeks. For the Wine Kits that we carry, click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Reserve Styles|here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[Classic Styles|Winexpert Classic Styles]] ===&lt;br /&gt;
[[File:Winexpert_Classic_.png|right|[[Classic Styles]]]]&lt;br /&gt;
Looking for a delicious and versatile wine for any occasion? [[Classic Styles|Winexpert Classic]] is the perfect wine to have on hand for life’s big events and everyday moments.&lt;br /&gt;
&lt;br /&gt;
Experience the satisfaction of crafting high quality and versatile wines from the world’s best known countries – from the ripe fullness of a lively Shiraz to a crisp Italian Pinot Grigio, delicious wine is yours for the making.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 4 weeks. Let&#039;s get started by exploring the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Classic Styles|Classics Here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[VineCo Estate Series]] ===&lt;br /&gt;
[[File:VineCo_EstateSeries.png|right|[[Estate Styles]]|150x150px]]&lt;br /&gt;
Want to elevate your craft&#039;&#039;&#039;&amp;lt;big&amp;gt;, [[VineCo Estate Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; are the perfect choice. Selected from the world’s most renowned wine growing regions, and made with the highest quality juices and concentrates, it’s love at first sip. Experience the rewarding satisfaction of crafting one of the most outstanding premium wines, with a choice of unique styles from Cabernets to Chardonnays – it’s wine that’s truly noteworthy.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 6 weeks, Learn more about the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[VineCo Estate Series|VineCo Estate Series here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== VineCo Original ===&lt;br /&gt;
[[File:VineCo_Original.png|right|[[Original Styles]]|150x150px]]&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|VineCo Original Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; – approachable and delicious wines to have on hand for all of life’s special (and not so special) events. Join us on a tour of the most popular wine growing countries and experience the truly satisfying feeling of crafting your very own stellar wines. From Italy to Australia, delicious adventure awaits.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 4 weeks.  Start your &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|Original Adventure]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Beer ==&lt;br /&gt;
&lt;br /&gt;
=== [[Ready Brew Styles|Paddock Wood Ready Brew Beer Kits ]] ===&lt;br /&gt;
[[File:ReadyBrew.png|right|300x300px]]&lt;br /&gt;
Brewmaster Steve Cavan began the brew kit business in 1995 out of a need to supply himself and other homebrewers with foundational brewing supplies; malt, hops and yeast.   25 years later we are keeping with this legacy, providing our Ready Brew wort kits to Saskatchewan and Wine Sense home and in-store brewers.  Click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Ready Brew Styles|Here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; to explore the Regularly stocked and Special Order varieties available at Wine Sense Locations.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=631</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=631"/>
		<updated>2021-09-25T17:49:16Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[Varietals]] ==&lt;br /&gt;
&lt;br /&gt;
Head over to the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Varietals]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; page to learn more about your favorite or maybe even a new favorite.&lt;br /&gt;
&lt;br /&gt;
== Brands ==&lt;br /&gt;
&lt;br /&gt;
=== [[Private Reserve Styles|Winexpert Private Reserves]] ===&lt;br /&gt;
[[File:Winexpert Private Reserve.png|right|[[Private Reserve Styles|The]] Best Wine You Can Make]]&lt;br /&gt;
Looking for the highest quality wine to satisfy the most discerning tastes?&lt;br /&gt;
&lt;br /&gt;
Winexpert Private Reserve truly delivers. This outstanding series features the finest varietal juices from the world’s best growing regions – like Piedmont and Stag’s Leap District.&lt;br /&gt;
&lt;br /&gt;
Experience the highest level of craftsmanship and satisfaction that comes with creating the most exceptional wines from around the world. From a robust red made with crushed grape skins to a bright and crisp white, Winexpert Private Reserve never disappoints.  &lt;br /&gt;
&lt;br /&gt;
Click [[Private Reserve Styles|&#039;&#039;&#039;&amp;lt;big&amp;gt;here&amp;lt;/big&amp;gt;&#039;&#039;&#039;]] to explore your [[Private Reserve Styles|Wine Expert Private Reserve]] options.&lt;br /&gt;
&lt;br /&gt;
=== [[Limited Edition Styles]] ===&lt;br /&gt;
[[File:Limited_Edition.png|right|[[Limited Edition Styles]]|Limited Release. Unlimited Adventure.]]&lt;br /&gt;
The Winexpert LE™ collection features limited edition wines of remarkable quality and distinction.&lt;br /&gt;
&lt;br /&gt;
Explore the world’s most distinguished wine growing regions with this exceptional series that celebrates the unique, the exciting and the very best – from classic varietals to exceptional blends.&lt;br /&gt;
&lt;br /&gt;
Available by reservation only, this annual showcase features hidden gems in limited quantities. Our most sought-after and popular craft winemaking kit, it’s a one-of-a-kind global adventure you don’t want to miss.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6-8 weeks.&lt;br /&gt;
&lt;br /&gt;
=== [[Reserve Styles|Winexpert Reserve]] ===&lt;br /&gt;
[[File:Winexpert_Reserve.png|right|[[Reserve Styles]]]]&lt;br /&gt;
Looking for a premium wine with exceptional body, flavour and aroma [[Reserve Styles|Winexpert Reserve]] the world’s most sought after grape growing countries.&lt;br /&gt;
&lt;br /&gt;
Join the celebration and experience the satisfaction of crafting outstanding premium wines with wow factor - from a supple, buttery Chardonnay to a confident, full bodied Cabernet Sauvignon - the world is at your doorstep.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6 weeks. For the Wine Kits that we carry, click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Reserve Styles|here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[Classic Styles|Winexpert Classic Styles]] ===&lt;br /&gt;
[[File:Winexpert_Classic_.png|right|[[Classic Styles]]]]&lt;br /&gt;
Looking for a delicious and versatile wine for any occasion? [[Classic Styles|Winexpert Classic]] is the perfect wine to have on hand for life’s big events and everyday moments.&lt;br /&gt;
&lt;br /&gt;
Experience the satisfaction of crafting high quality and versatile wines from the world’s best known countries – from the ripe fullness of a lively Shiraz to a crisp Italian Pinot Grigio, delicious wine is yours for the making.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 4 weeks. Let&#039;s get started by exploring the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Classic Styles|Classics Here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[VineCo Estate Series]] ===&lt;br /&gt;
[[File:VineCo_EstateSeries.png|right|[[Estate Styles]]|150x150px]]&lt;br /&gt;
Want to elevate your craft&#039;&#039;&#039;&amp;lt;big&amp;gt;, [[VineCo Estate Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; are the perfect choice. Selected from the world’s most renowned wine growing regions, and made with the highest quality juices and concentrates, it’s love at first sip. Experience the rewarding satisfaction of crafting one of the most outstanding premium wines, with a choice of unique styles from Cabernets to Chardonnays – it’s wine that’s truly noteworthy.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 6 weeks, Learn more about the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[VineCo Estate Series|VineCo Estate Series here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== VineCo Original ===&lt;br /&gt;
[[File:VineCo_Original.png|right|[[Original Styles]]|150x150px]]&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|VineCo Original Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; – approachable and delicious wines to have on hand for all of life’s special (and not so special) events. Join us on a tour of the most popular wine growing countries and experience the truly satisfying feeling of crafting your very own stellar wines. From Italy to Australia, delicious adventure awaits.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 4 weeks.  Start your &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|Original Adventure]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beer ==&lt;br /&gt;
&lt;br /&gt;
=== [[Ready Brew Styles|Paddock Wood Ready Brew Beer Kits ]] ===&lt;br /&gt;
[[File:ReadyBrew.png|right|300x300px]]&lt;br /&gt;
Brewmaster Steve Cavan began the brew kit business in 1995 out of a need to supply himself and other homebrewers with foundational brewing supplies; malt, hops and yeast.   25 years later we are keeping with this legacy, providing our Ready Brew wort kits to Saskatchewan and Wine Sense home and in-store brewers.  Click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Ready Brew Styles|Here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; to explore the Regularly stocked and Special Order varieties available at Wine Sense Locations.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=File:Limited_Edition.png&amp;diff=630</id>
		<title>File:Limited Edition.png</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=File:Limited_Edition.png&amp;diff=630"/>
		<updated>2021-09-25T17:47:14Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=629</id>
		<title>Limited Edition Styles</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Limited_Edition_Styles&amp;diff=629"/>
		<updated>2021-09-25T17:44:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;LE21 Pinot Noir Shiraz - December Release  LE21 Macabeo Sauvignon Blanc - January Release  LE21 Marselan|LE21 Mar...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[LE21 Pinot Noir Shiraz|LE21 Pinot Noir Shiraz - December Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Macabeo Sauvignon Blanc|LE21 Macabeo Sauvignon Blanc - January Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Marselan|LE21 Marselan - February Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Trebbiano Riesling|LE21 Trebbiano Riesling - March Release]]&lt;br /&gt;
&lt;br /&gt;
[[LE21 Grenache Cargnan|LE21 Grenache Cargnan - April Release]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=628</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=628"/>
		<updated>2021-09-25T17:42:17Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[Varietals]] ==&lt;br /&gt;
&lt;br /&gt;
Head over to the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Varietals]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; page to learn more about your favorite or maybe even a new favorite.&lt;br /&gt;
&lt;br /&gt;
== Brands ==&lt;br /&gt;
&lt;br /&gt;
=== [[Private Reserve Styles|Winexpert Private Reserves]] ===&lt;br /&gt;
[[File:Winexpert Private Reserve.png|right|[[Private Reserve Styles|The]] Best Wine You Can Make]]&lt;br /&gt;
Looking for the highest quality wine to satisfy the most discerning tastes?&lt;br /&gt;
&lt;br /&gt;
Winexpert Private Reserve truly delivers. This outstanding series features the finest varietal juices from the world’s best growing regions – like Piedmont and Stag’s Leap District.&lt;br /&gt;
&lt;br /&gt;
Experience the highest level of craftsmanship and satisfaction that comes with creating the most exceptional wines from around the world. From a robust red made with crushed grape skins to a bright and crisp white, Winexpert Private Reserve never disappoints.  &lt;br /&gt;
&lt;br /&gt;
Click [[Private Reserve Styles|&#039;&#039;&#039;&amp;lt;big&amp;gt;here&amp;lt;/big&amp;gt;&#039;&#039;&#039;]] to explore your [[Private Reserve Styles|Wine Expert Private Reserve]] options.&lt;br /&gt;
&lt;br /&gt;
=== [[Limited Edition Styles]] ===&lt;br /&gt;
&lt;br /&gt;
The Winexpert LE™ collection features limited edition wines of remarkable quality and distinction.&lt;br /&gt;
&lt;br /&gt;
Explore the world’s most distinguished wine growing regions with this exceptional series that celebrates the unique, the exciting and the very best – from classic varietals to exceptional blends.&lt;br /&gt;
&lt;br /&gt;
Available by reservation only, this annual showcase features hidden gems in limited quantities. Our most sought-after and popular craft winemaking kit, it’s a one-of-a-kind global adventure you don’t want to miss.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6-8 weeks.&lt;br /&gt;
&lt;br /&gt;
=== [[Reserve Styles|Winexpert Reserve]] ===&lt;br /&gt;
[[File:Winexpert_Reserve.png|right|[[Reserve Styles]]]]&lt;br /&gt;
Looking for a premium wine with exceptional body, flavour and aroma [[Reserve Styles|Winexpert Reserve]] the world’s most sought after grape growing countries.&lt;br /&gt;
&lt;br /&gt;
Join the celebration and experience the satisfaction of crafting outstanding premium wines with wow factor - from a supple, buttery Chardonnay to a confident, full bodied Cabernet Sauvignon - the world is at your doorstep.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6 weeks. For the Wine Kits that we carry, click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Reserve Styles|here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[Classic Styles|Winexpert Classic Styles]] ===&lt;br /&gt;
[[File:Winexpert_Classic_.png|right|[[Classic Styles]]]]&lt;br /&gt;
Looking for a delicious and versatile wine for any occasion? [[Classic Styles|Winexpert Classic]] is the perfect wine to have on hand for life’s big events and everyday moments.&lt;br /&gt;
&lt;br /&gt;
Experience the satisfaction of crafting high quality and versatile wines from the world’s best known countries – from the ripe fullness of a lively Shiraz to a crisp Italian Pinot Grigio, delicious wine is yours for the making.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 4 weeks. Let&#039;s get started by exploring the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Classic Styles|Classics Here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[VineCo Estate Series]] ===&lt;br /&gt;
[[File:VineCo_EstateSeries.png|right|[[Estate Styles]]|150x150px]]&lt;br /&gt;
Want to elevate your craft&#039;&#039;&#039;&amp;lt;big&amp;gt;, [[VineCo Estate Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; are the perfect choice. Selected from the world’s most renowned wine growing regions, and made with the highest quality juices and concentrates, it’s love at first sip. Experience the rewarding satisfaction of crafting one of the most outstanding premium wines, with a choice of unique styles from Cabernets to Chardonnays – it’s wine that’s truly noteworthy.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 6 weeks, Learn more about the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[VineCo Estate Series|VineCo Estate Series here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== VineCo Original ===&lt;br /&gt;
[[File:VineCo_Original.png|right|[[Original Styles]]|150x150px]]&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|VineCo Original Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; – approachable and delicious wines to have on hand for all of life’s special (and not so special) events. Join us on a tour of the most popular wine growing countries and experience the truly satisfying feeling of crafting your very own stellar wines. From Italy to Australia, delicious adventure awaits.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 4 weeks.  Start your &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|Original Adventure]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beer ==&lt;br /&gt;
&lt;br /&gt;
=== [[Ready Brew Styles|Paddock Wood Ready Brew Beer Kits ]] ===&lt;br /&gt;
[[File:ReadyBrew.png|right|300x300px]]&lt;br /&gt;
Brewmaster Steve Cavan began the brew kit business in 1995 out of a need to supply himself and other homebrewers with foundational brewing supplies; malt, hops and yeast.   25 years later we are keeping with this legacy, providing our Ready Brew wort kits to Saskatchewan and Wine Sense home and in-store brewers.  Click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Ready Brew Styles|Here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; to explore the Regularly stocked and Special Order varieties available at Wine Sense Locations.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=627</id>
		<title>Chardonnay</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=627"/>
		<updated>2021-09-14T17:23:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Shar-dun-nay&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full Bodied White Wine&lt;br /&gt;
[[Category:Full Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Chardonnay is the most widely planted major wine grape variety in the world! Winemakers love it because it easily expresses other factors such as soil type, climate, etc. Whether its a big, oaky &#039;fruit bomb&#039; from Australia or a classic, clean Chardonnay from France -- you will understand why its so wildly popular. Featuring Apple and pear notes, un-oaked Chardonnays have crisp, expressive fruit wilke oaked Chardonnays will also have vanilla notes.&lt;br /&gt;
Food friendly-- pairs well with cream dishes. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pineapple.png|Pineapple|link=Category:Pineapple	[[Category:Pineapple]]&lt;br /&gt;
File:Starfruit.png|Starfruit|link=Category:Starfruit	[[Category:Starfruit]]&lt;br /&gt;
File:Butter.png|Butter|link=Category:Butter	[[Category:Butter]]&lt;br /&gt;
File:Chalk.png|Chalk|link=Category:Chalks	[[Category:Chalk]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Classic California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
&lt;br /&gt;
Private Reserve Chardonnay&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Malbec&amp;diff=626</id>
		<title>Malbec</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Malbec&amp;diff=626"/>
		<updated>2021-09-14T17:22:22Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Mal-bek&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full - Bodied Red Wine&lt;br /&gt;
[[Category:Full - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Native to the Bordeaux region of France; Malbec is one of the six original grapes that go into the classic Bordeaux blend.  Malbec has since become Argentina&#039;s signature wine and is now being found in other regions of the word like Chile. &lt;br /&gt;
&lt;br /&gt;
Malbec wines are loved for their rich dark fruit flavours and smooth chocolatey finish. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Blackberry.png|Blackberry|link=Category:Blackberry&lt;br /&gt;
File:Tobacco.png|Tobacco|link=Category:Tobacco&lt;br /&gt;
File:Vanilla.png|Vanilla|link=Category:Vanilla&lt;br /&gt;
File:Cocoa.png|Cocoa|link=Category:Cocoa&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:Plum]]&lt;br /&gt;
[[Category:Blackberry]]&lt;br /&gt;
[[Category:Vanilla]]&lt;br /&gt;
[[Category:Tobacco]]&lt;br /&gt;
[[Category:Cocoa]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Argentina Malbec|Reserve Argentine Malbec]] &lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Malbec ]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
2019 Passport Series Malbec Garnacha Syrah&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Noir&amp;diff=625</id>
		<title>Pinot Noir</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Noir&amp;diff=625"/>
		<updated>2021-09-14T17:20:46Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Pee-no Nwar&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied Red Wine&lt;br /&gt;
[[Category:Light - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Pinot Noir is grown in cooler growing regions around the world; Because it is difficult to grow it is known as the &#039;heartbreak grape&#039;. Pinot Noir is the world’s most popular light-bodied red wine. It’s loved for its red fruit, flower, and spice aromas that are accentuated by a long, smooth finish. Pinot Noir features more cherry notes than berry notes. Pinot Noir is the grape French Burgundy is made with. Burgundy makes the most expensive wines in the world. &lt;br /&gt;
&lt;br /&gt;
Pinot Noir is a great wine for every cellar as its a great crossover wine for food pairing. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Cranberry.png|Cranberry|link=Category:Cranberry&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry&lt;br /&gt;
File:Raspberry.png|Raspberry|Category:Raspberry&lt;br /&gt;
File:Cloves.png|Cloves|link=Category:Cloves&lt;br /&gt;
File:Mushroom.png|Mushroom|link=Category:Mushroom&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cranberry]]&lt;br /&gt;
[[Category:Black Cherry]]&lt;br /&gt;
[[Category:Raspberry.png]]&lt;br /&gt;
[[Category:Cloves]]&lt;br /&gt;
[[Category:Mushroom]]&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Chile Pinot Noir]]&lt;br /&gt;
&lt;br /&gt;
[[Classic California Pinot Noir ]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Pinot Noir ]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
LE20 Double Noir&lt;br /&gt;
&lt;br /&gt;
Private Reserve Pinot Noir (now out of stock)&lt;br /&gt;
&lt;br /&gt;
LE21 Pinot Noir Shiraz&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Shiraz&amp;diff=624</id>
		<title>Shiraz</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Shiraz&amp;diff=624"/>
		<updated>2021-09-14T17:18:42Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Shuh-raaz&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full - Bodied Red Wine&lt;br /&gt;
[[Category:Full - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Due to the popularity of New World Australian wines this grape is now probably better known to most wine drinkers as Shiraz, however in France (it&#039;s original home) and most growing regions of the world it is still known as Syrah.&lt;br /&gt;
&lt;br /&gt;
While largely a blending grape in France, most other growing regions feature Shiraz on it&#039;s own. Look for rich berry flavours with a lively spiciness -- very enjoyable.&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Blueberry.png|Blueberry|link=Category:Blueberry&lt;br /&gt;
File:Chocolate.png|Chocolate|link=Category:Chocolate&lt;br /&gt;
File:Tobacco.png|Tobacco|link=Category:Tobacco&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Tobacco&lt;br /&gt;
[[Category:Plum]]&lt;br /&gt;
[[Category:Chocolate]]&lt;br /&gt;
[[Category:Blueberry]]&lt;br /&gt;
[[Category:Tobacco]]&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Australia Shiraz|Reserve Australian Shiraz]] &lt;br /&gt;
&lt;br /&gt;
[[Classic California Shiraz ]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Shiraz ]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
Eclipse Borassa Valley Shiraz&lt;br /&gt;
&lt;br /&gt;
Private Reserve Odyssey Limited Release 2021&lt;br /&gt;
&lt;br /&gt;
LE21 Pinot Noir Shiraz&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Merlot&amp;diff=623</id>
		<title>Merlot</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Merlot&amp;diff=623"/>
		<updated>2021-09-14T17:16:42Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Murr-low&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Medium - Bodied Red Wine&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
[[Category:Medium - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Another classic grape from the Bordeaux region of France; Merlot is now the most widely planted red grape in the world! Merlot wines range from very approachable, young drinking, soft wines to big, dense black-busters. Merlot is loved for it’s boisterous black cherry flavors, supple tannins, and chocolatey finish. On the high end, it’s often mistaken with Cabernet Sauvignon and commonly blended with it.&lt;br /&gt;
&lt;br /&gt;
There is a place for Merlot in everyone&#039;s wine rack!&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry&lt;br /&gt;
File:Bay leaf.png|Bay Leaf|link=Category:Bay Leaf&lt;br /&gt;
File:Oak.png|Oak|link=Category:Oak&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Chocolate.png|Chocolate|link=Category:Chocolate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category: Black Cherry]]  [[Category:Plum]] [[Category:Chocolate]] [[Category:Bay Leaf]] [[Category:Vanilla]]&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Merlot|Private Reserve Stags Leap Merlot]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve California Merlot ]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Merlot ]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Merlot ]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
&lt;br /&gt;
Passport 21 New Zeland Merlot&lt;br /&gt;
&lt;br /&gt;
Private Reserve Merlot&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Cabernet_Sauvignon&amp;diff=622</id>
		<title>Cabernet Sauvignon</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Cabernet_Sauvignon&amp;diff=622"/>
		<updated>2021-09-14T17:15:17Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Cab-er-nay Saw-vin-yawn&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full - Bodied Red Wine&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;The world’s most popular red wine grape is a natural cross between Cabernet Franc and Sauvignon Blanc from Bordeaux, France. Cabernet Sauvignon is loved for its black fruit flavours, high concentration and age worthiness.&lt;br /&gt;
&lt;br /&gt;
The rich flavor and high tannin content in Cabernet Sauvignon make it a perfect partner to rich grilled meats, peppery sauces, and dishes with high flavor. Each growing region typically has it&#039;s own interpretation of this impressive wine.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Black Cherry]][[Category:Black Currant]][[Category:Bell Pepper]][[Category:Spice]][[Category:Oak]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry&lt;br /&gt;
File:Black currant.png|Black Currant|link=Category:Black Currant&lt;br /&gt;
File:Bell_Pepper.png|Bell Pepper|link=Category:Bell Pepper&lt;br /&gt;
File:Spice.png|Spice|link=Category:Spice&lt;br /&gt;
File:Oak.png|Oak|link=Category:Oak&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Brands==&lt;br /&gt;
[[Private Reserve Cabernet Sauvignon|Private Reserve Lodi Ranch Cabernet Sauvignon]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Australia Cabernet Sauvignon|Reserve Australian Cabernet Sauvignon]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Cabernet Sauvignon]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Cabernet Sauvignon]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release Styles ==&lt;br /&gt;
LE18 Black Cab&lt;br /&gt;
&lt;br /&gt;
Eclipse Three Moons Limited Release&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Riesling&amp;diff=621</id>
		<title>Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Riesling&amp;diff=621"/>
		<updated>2021-09-14T16:15:29Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot; == Pronunciation == &amp;quot;REESE-ling&amp;quot;  == Style == Aromatic White Wine Category:Aromatic White Wine  == Description == &amp;quot;One of the true great white grapes, Riesling offers gre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;REESE-ling&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Aromatic White Wine&lt;br /&gt;
[[Category:Aromatic White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;One of the true great white grapes, Riesling offers great expression of itself and of the environment it grows in. The fruit is highly aromatic, floral and high in flavour with great acidity. tree fruit notes like apple, peach and apricot are often featured. Riesling wines will range from sweet to bone dry. No wine cellar is complete without a good Riesling.&lt;br /&gt;
Enjoy with lighter dishes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes == &lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lime.png|Lime|link=Category:Lime	[[Category:Lime]]&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Jasmine.png|Jasmine|link=Category:Jasmine	[[Category:Jasmine]]&lt;br /&gt;
File:Petroleum.png|Petroleum|link=Category:Petroleum	[[Category:Petroleum]]&lt;br /&gt;
File:Minerals.png|Minerals|link=Category:Minerals	[[Category:Minerals]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve California Riesling]]&lt;br /&gt;
&lt;br /&gt;
[[Estate California Riesling]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Washington Riesling]]&lt;br /&gt;
&lt;br /&gt;
[[Original Washington Riesling]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
&lt;br /&gt;
LE21 Trebbiano Riesling&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=620</id>
		<title>Chardonnay</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=620"/>
		<updated>2021-09-14T16:09:49Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Shar-dun-nay&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full Bodied White Wine&lt;br /&gt;
[[Category:Full Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Chardonnay is the most widely planted major wine grape variety in the world! Winemakers love it because it easily expresses other factors such as soil type, climate, etc. Whether its a big, oaky &#039;fruit bomb&#039; from Australia or a classic, clean Chardonnay from France -- you will understand why its so wildly popular. Featuring Apple and pear notes, un-oaked Chardonnays have crisp, expressive fruit wilke oaked Chardonnays will also have vanilla notes.&lt;br /&gt;
Food friendly-- pairs well with cream dishes. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pineapple.png|Pineapple|link=Category:Pineapple	[[Category:Pineapple]]&lt;br /&gt;
File:Starfruit.png|Starfruit|link=Category:Starfruit	[[Category:Starfruit]]&lt;br /&gt;
File:Butter.png|Butter|link=Category:Butter	[[Category:Butter]]&lt;br /&gt;
File:Chalk.png|Chalk|link=Category:Chalks	[[Category:Chalk]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Classic California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
&lt;br /&gt;
Private Reserve Chardonnay&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=619</id>
		<title>Chardonnay</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Chardonnay&amp;diff=619"/>
		<updated>2021-09-14T16:09:04Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot; == Pronunciation == &amp;quot;Shar-dun-nay&amp;quot;  == Style == Full Bodied White Wine Category:Full Bodied White Wine  == Description == &amp;quot;Chardonnay is the most widely planted major win...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Shar-dun-nay&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full Bodied White Wine&lt;br /&gt;
[[Category:Full Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Chardonnay is the most widely planted major wine grape variety in the world! Winemakers love it because it easily expresses other factors such as soil type, climate, etc. Whether its a big, oaky &#039;fruit bomb&#039; from Australia or a classic, clean Chardonnay from France -- you will understand why its so wildly popular. Featuring Apple and pear notes, un-oaked Chardonnays have crisp, expressive fruit wilke oaked Chardonnays will also have vanilla notes.&lt;br /&gt;
Food friendly-- pairs well with cream dishes. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Pineapple.png|Pineapple|link=Category:Pineapple	[[Category:Pineapple]]&lt;br /&gt;
File:Starfruit.png|Starfruitlink=Category:Starfruit	[[Category:Starfruit]]&lt;br /&gt;
File:Butter.png|Butter|link=Category:Butter	[[Category:Butter]]&lt;br /&gt;
File:Chalk.png|Chalklink=Category:Chalks	[[Category:Chalk]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Australia Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Classic California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Chardonnay]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
&lt;br /&gt;
Private Reserve Chardonnay&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=618</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=618"/>
		<updated>2021-09-14T15:58:35Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Undo revision 617 by Wikiadmin (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Pee-no gree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Known as Pinot Gris in France, this cousin of the Chardonnay grape is now more readily known as Pinot Grigio (the Italian version).&lt;br /&gt;
Pinot Gris typically offers good fruit and medium body while Pinot Grigio wines are lively, zippy and crisp.&lt;br /&gt;
It&#039;s the same grape so if you like Pinot Grigio, you&#039;ll love Pinot Gris.&lt;br /&gt;
Thier apple and pear notes are great with a variety of foods and make it a great sipper on a hot summer day.&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lemon_zest.png|Lemon Zest|link=Category:Lemon_zest	[[Category:Lemon_zest]]&lt;br /&gt;
File:Green apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Nectarine.png|Nectarine|link=Category:Nectarine	[[Category:Nectarine]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Pinot Gris]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Original Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE19 Peccorino Pinot Grigio&lt;br /&gt;
&lt;br /&gt;
LE21 Grillo Pinot Grigio&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=617</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=617"/>
		<updated>2021-09-14T15:57:32Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Pee-no gree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Known as Pinot Gris in France, this cousin of the Chardonnay grape is now more readily known as Pinot Grigio (the Italian version).&lt;br /&gt;
Pinot Gris typically offers good fruit and medium body while Pinot Grigio wines are lively, zippy and crisp.&lt;br /&gt;
It&#039;s the same grape so if you like Pinot Grigio, you&#039;ll love Pinot Gris.&lt;br /&gt;
Thier apple and pear notes are great with a variety of foods and make it a great sipper on a hot summer day.&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;100&amp;quot; heights=&amp;quot;100&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Lemon zest.png|Lemon Zest&lt;br /&gt;
File:Apple.png|Apple&lt;br /&gt;
File:Melon.png|Melon&lt;br /&gt;
File:Nectarine.png|Nectarine&lt;br /&gt;
File:Peach.png|Peach&lt;br /&gt;
File:Green apple.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Pinot Gris]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Original Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE19 Peccorino Pinot Grigio&lt;br /&gt;
&lt;br /&gt;
LE21 Grillo Pinot Grigio&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=616</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=616"/>
		<updated>2021-09-14T15:56:47Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Pee-no gree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Known as Pinot Gris in France, this cousin of the Chardonnay grape is now more readily known as Pinot Grigio (the Italian version).&lt;br /&gt;
Pinot Gris typically offers good fruit and medium body while Pinot Grigio wines are lively, zippy and crisp.&lt;br /&gt;
It&#039;s the same grape so if you like Pinot Grigio, you&#039;ll love Pinot Gris.&lt;br /&gt;
Thier apple and pear notes are great with a variety of foods and make it a great sipper on a hot summer day.&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lemon_zest.png|Lemon Zest|link=Category:Lemon_zest	[[Category:Lemon_zest]]&lt;br /&gt;
File:Apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Nectarine.png|Nectarine|link=Category:Nectarine	[[Category:Nectarine]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Pinot Gris]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Original Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE19 Peccorino Pinot Grigio&lt;br /&gt;
&lt;br /&gt;
LE21 Grillo Pinot Grigio&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=615</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=615"/>
		<updated>2021-09-14T15:56:08Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Pee-no gree&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Known as Pinot Gris in France, this cousin of the Chardonnay grape is now more readily known as Pinot Grigio (the Italian version).&lt;br /&gt;
Pinot Gris typically offers good fruit and medium body while Pinot Grigio wines are lively, zippy and crisp.&lt;br /&gt;
It&#039;s the same grape so if you like Pinot Grigio, you&#039;ll love Pinot Gris.&lt;br /&gt;
Thier apple and pear notes are great with a variety of foods and make it a great sipper on a hot summer day.&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Lemon_zest.png|Lemon Zest|link=Category:Lemon_zest	[[Category:Lemon_zest]]&lt;br /&gt;
File:Apple.png|Apple|link=Category:Apple	[[Category:Apple]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Nectarine.png|Nectarine|link=Category:Nectarine	[[Category:Nectarine]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Estate Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
[[Original Italy Pinot Grigio]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE19 Peccorino Pinot Grigio&lt;br /&gt;
&lt;br /&gt;
LE21 Grillo Pinot Grigio&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Sauvignon_Blanc&amp;diff=614</id>
		<title>Sauvignon Blanc</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Sauvignon_Blanc&amp;diff=614"/>
		<updated>2021-09-14T15:51:47Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Saw-veen-yawn blank&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Native to the Bordeaux region of France; Sauvignon Blanc is now planted world-wide including New Zealand, Australia, California, Chile and many other growing regions. &lt;br /&gt;
Sauvignon Blanc ranges from crisp, dry and vivid in France to over the top aromatics and fruit when expressed by New Zealand winemakers. Crisp fruit notes with herbal, grassy notes. Good with grilled or herbed poultry.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Gooseberry.png|Gooseberry|link=Category:Gooseberry	[[Category:Gooseberry]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
File:Passionfruit.png|Passionfruit|link=Category:Passionfruit	[[Category:Passionfruit]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve California Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE18 Fume Blanc&lt;br /&gt;
&lt;br /&gt;
LE21 Macabeo Sauvignon Blanc&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=613</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=613"/>
		<updated>2021-09-14T15:51:03Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: added Related LR section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Saw-veen-yawn blank&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Native to the Bordeaux region of France; Sauvignon Blanc is now planted world-wide including New Zealand, Australia, California, Chile and many other growing regions. &lt;br /&gt;
Sauvignon Blanc ranges from crisp, dry and vivid in France to over the top aromatics and fruit when expressed by New Zealand winemakers. Crisp fruit notes with herbal, grassy notes. Good with grilled or herbed poultry.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Gooseberry.png|Gooseberry|link=Category:Gooseberry	[[Category:Gooseberry]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
File:Passionfruit.png|Passionfruit|link=Category:Passionfruit	[[Category:Passionfruit]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve California Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
== Related Limited Release ==&lt;br /&gt;
LE18 Fume Blanc&lt;br /&gt;
&lt;br /&gt;
LE21 Macabeo Sauvignon Blanc&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=612</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=612"/>
		<updated>2021-09-14T15:45:19Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Saw-veen-yawn blank&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Native to the Bordeaux region of France; Sauvignon Blanc is now planted world-wide including New Zealand, Australia, California, Chile and many other growing regions. &lt;br /&gt;
Sauvignon Blanc ranges from crisp, dry and vivid in France to over the top aromatics and fruit when expressed by New Zealand winemakers.&lt;br /&gt;
Crisp fruit notes with herbal, grassy notes.&lt;br /&gt;
Good with grilled or herbed poultry.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Gooseberry.png|Gooseberry|link=Category:Gooseberry	[[Category:Gooseberry]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
File:Passionfruit.png|Passionfruit|link=Category:Passionfruit	[[Category:Passionfruit]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve California Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Sauvignon Blanc]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Sauvignon Blanc]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=611</id>
		<title>Pinot Grigio</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Grigio&amp;diff=611"/>
		<updated>2021-09-14T15:43:15Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot; == Pronunciation == &amp;quot;Saw-veen-yawn blank&amp;quot;  == Style == Light - Bodied White Wine Category:Light Bodied White Wine  == Description == &amp;quot;Native to the Bordeaux region of Fra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;quot;Saw-veen-yawn blank&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied White Wine&lt;br /&gt;
[[Category:Light Bodied White Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;quot;Native to the Bordeaux region of France; Sauvignon Blanc is now planted world-wide including New Zealand, Australia, California, Chile and many other growing regions. &lt;br /&gt;
Sauvignon Blanc ranges from crisp, dry and vivid in France to over the top aromatics and fruit when expressed by New Zealand winemakers.&lt;br /&gt;
Crisp fruit notes with herbal, grassy notes.&lt;br /&gt;
Good with grilled or herbed poultry.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Gooseberry.png|Gooseberry|link=Category:Gooseberry	[[Category:Gooseberry]]&lt;br /&gt;
File:Melon.png|Melon|link=Category:Melon	[[Category:Melon]]&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit	[[Category:Grapefruit]]&lt;br /&gt;
File:Peach.png|Peach|link=Category:Peach	[[Category:Peach]]&lt;br /&gt;
File:Passionfruit.png|Passionfruit|link=Category:Passionfruit	[[Category:Passionfruit]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Merlot|Private Reserve Stags Leap Merlot]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve California Merlot ]]&lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Merlot ]]&lt;br /&gt;
&lt;br /&gt;
[[Original Chile Merlot ]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=608</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Main_Page&amp;diff=608"/>
		<updated>2021-09-03T16:42:31Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* VineCo Estate Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [[Varietals]] ==&lt;br /&gt;
&lt;br /&gt;
Head over to the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Varietals]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; page to learn more about your favorite or maybe even a new favorite.&lt;br /&gt;
&lt;br /&gt;
== Brands ==&lt;br /&gt;
&lt;br /&gt;
=== [[Private Reserve Styles|Winexpert Private Reserves]] ===&lt;br /&gt;
[[File:Winexpert Private Reserve.png|right|[[Private Reserve Styles|The]] Best Wine You Can Make]]&lt;br /&gt;
Looking for the highest quality wine to satisfy the most discerning tastes?&lt;br /&gt;
&lt;br /&gt;
Winexpert Private Reserve truly delivers. This outstanding series features the finest varietal juices from the world’s best growing regions – like Piedmont and Stag’s Leap District.&lt;br /&gt;
&lt;br /&gt;
Experience the highest level of craftsmanship and satisfaction that comes with creating the most exceptional wines from around the world. From a robust red made with crushed grape skins to a bright and crisp white, Winexpert Private Reserve never disappoints.  &lt;br /&gt;
&lt;br /&gt;
Click [[Private Reserve Styles|&#039;&#039;&#039;&amp;lt;big&amp;gt;here&amp;lt;/big&amp;gt;&#039;&#039;&#039;]] to explore your [[Private Reserve Styles|Wine Expert Private Reserve]] options.&lt;br /&gt;
&lt;br /&gt;
=== [[Reserve Styles|Winexpert Reserve]] ===&lt;br /&gt;
[[File:Winexpert_Reserve.png|right|[[Reserve Styles]]]]&lt;br /&gt;
Looking for a premium wine with exceptional body, flavour and aroma [[Reserve Styles|Winexpert Reserve]] the world’s most sought after grape growing countries.&lt;br /&gt;
&lt;br /&gt;
Join the celebration and experience the satisfaction of crafting outstanding premium wines with wow factor - from a supple, buttery Chardonnay to a confident, full bodied Cabernet Sauvignon - the world is at your doorstep.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 6 weeks. For the Wine Kits that we carry, click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Reserve Styles|here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[Classic Styles|Winexpert Classic Styles]] ===&lt;br /&gt;
[[File:Winexpert_Classic_.png|right|[[Classic Styles]]]]&lt;br /&gt;
Looking for a delicious and versatile wine for any occasion? [[Classic Styles|Winexpert Classic]] is the perfect wine to have on hand for life’s big events and everyday moments.&lt;br /&gt;
&lt;br /&gt;
Experience the satisfaction of crafting high quality and versatile wines from the world’s best known countries – from the ripe fullness of a lively Shiraz to a crisp Italian Pinot Grigio, delicious wine is yours for the making.&lt;br /&gt;
&lt;br /&gt;
From this box to your bottle in just 4 weeks. Let&#039;s get started by exploring the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Classic Styles|Classics Here]].&amp;lt;/big&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [[VineCo Estate Series]] ===&lt;br /&gt;
[[File:VineCo_EstateSeries.png|right|[[Estate Styles]]|150x150px]]&lt;br /&gt;
Want to elevate your craft&#039;&#039;&#039;&amp;lt;big&amp;gt;, [[VineCo Estate Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; are the perfect choice. Selected from the world’s most renowned wine growing regions, and made with the highest quality juices and concentrates, it’s love at first sip. Experience the rewarding satisfaction of crafting one of the most outstanding premium wines, with a choice of unique styles from Cabernets to Chardonnays – it’s wine that’s truly noteworthy.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 6 weeks, Learn more about the &#039;&#039;&#039;&amp;lt;big&amp;gt;[[VineCo Estate Series|VineCo Estate Series here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== VineCo Original ===&lt;br /&gt;
[[File:VineCo_Original.png|right|[[Original Styles]]|150x150px]]&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|VineCo Original Series]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; – approachable and delicious wines to have on hand for all of life’s special (and not so special) events. Join us on a tour of the most popular wine growing countries and experience the truly satisfying feeling of crafting your very own stellar wines. From Italy to Australia, delicious adventure awaits.&lt;br /&gt;
&lt;br /&gt;
Ready to bottle in just 4 weeks.  Start your &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Original Styles|Original Adventure]]&amp;lt;/big&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beer ==&lt;br /&gt;
&lt;br /&gt;
=== [[Ready Brew Styles|Paddock Wood Ready Brew Beer Kits ]] ===&lt;br /&gt;
[[File:ReadyBrew.png|right|300x300px]]&lt;br /&gt;
Brewmaster Steve Cavan began the brew kit business in 1995 out of a need to supply himself and other homebrewers with foundational brewing supplies; malt, hops and yeast.   25 years later we are keeping with this legacy, providing our Ready Brew wort kits to Saskatchewan and Wine Sense home and in-store brewers.  Click &#039;&#039;&#039;&amp;lt;big&amp;gt;[[Ready Brew Styles|Here]]&amp;lt;/big&amp;gt;&#039;&#039;&#039; to explore the Regularly stocked and Special Order varieties available at Wine Sense Locations.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=File:Grass.png&amp;diff=607</id>
		<title>File:Grass.png</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=File:Grass.png&amp;diff=607"/>
		<updated>2021-09-03T16:20:53Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Wikiadmin uploaded a new version of File:Grass.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Original_California_Riesling&amp;diff=606</id>
		<title>Original California Riesling</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Original_California_Riesling&amp;diff=606"/>
		<updated>2021-09-03T16:15:58Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
|title = Original Series Riesling&lt;br /&gt;
|param1 = Washington, USA&lt;br /&gt;
|param2 = 8 L &lt;br /&gt;
|param3 = 12%&lt;br /&gt;
|param4 = Light&lt;br /&gt;
|param5 = None&lt;br /&gt;
|param6 = Off - Dry&lt;br /&gt;
|param7 = 2191&lt;br /&gt;
|param8 = 7623&lt;br /&gt;
}}&lt;br /&gt;
[[File:VineCo Original.png|thumb|[[Original Styles]]|200px]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Green apple, citrus and mineral notes.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Green apple.png|Green Apple|link=Category:Green Apple	[[Category:Green Apple]]&lt;br /&gt;
File:Lemon.png|Lemon|link=Category:Lemon	[[Category:Lemon]]&lt;br /&gt;
File:Stones.png|Stone|link=Category:Stone	[[Category:Stone]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Pinot_Noir&amp;diff=605</id>
		<title>Pinot Noir</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Pinot_Noir&amp;diff=605"/>
		<updated>2021-09-03T16:14:18Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Pee-no Nwar&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Light - Bodied Red Wine&lt;br /&gt;
[[Category:Light - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Pinot Noir is grown in cooler growing regions around the world; Because it is difficult to grow it is known as the &#039;heartbreak grape&#039;. Pinot Noir is the world’s most popular light-bodied red wine. It’s loved for its red fruit, flower, and spice aromas that are accentuated by a long, smooth finish. Pinot Noir features more cherry notes than berry notes. Pinot Noir is the grape French Burgundy is made with. Burgundy makes the most expensive wines in the world. &lt;br /&gt;
&lt;br /&gt;
Pinot Noir is a great wine for every cellar as its a great crossover wine for food pairing. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Cranberry.png|Cranberry|link=Category:Cranberry&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry&lt;br /&gt;
File:Raspberry.png|Raspberry|Category:Raspberry&lt;br /&gt;
File:Cloves.png|Cloves|link=Category:Cloves&lt;br /&gt;
File:Mushroom.png|Mushroom|link=Category:Mushroom&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cranberry]]&lt;br /&gt;
[[Category:Black Cherry]]&lt;br /&gt;
[[Category:Raspberry.png]]&lt;br /&gt;
[[Category:Cloves]]&lt;br /&gt;
[[Category:Mushroom]]&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Chile Pinot Noir]]&lt;br /&gt;
&lt;br /&gt;
[[Classic California Pinot Noir ]]&lt;br /&gt;
&lt;br /&gt;
[[Original California Pinot Noir ]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Amarone&amp;diff=604</id>
		<title>Amarone</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Amarone&amp;diff=604"/>
		<updated>2021-09-03T16:13:40Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Ah-muh-row-nay&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Medium Bodied Red Wine&lt;br /&gt;
[[Category:Medium - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Amarone della Valpolicella is one of Italy&#039;s most famous wine regions, and is known for using the appassimento method of partially dring grapes to increase concentration and sugars. The resulting wine is light in colour but rich in body and flavour.&lt;br /&gt;
&lt;br /&gt;
Corvina is main grape of this blend and known for its flavors of cherries and chocolate.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Black cherry.png|Black Cherry|link=Category:Black Cherry&lt;br /&gt;
File:Fig.png|Fig|link=Category:Fig&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Chocolate.png|Chocolate|link=Category:Chocolate&lt;br /&gt;
File:Brown sugar.png|Brown sugar|link=Category:Brown sugar&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Black Cherry]]&lt;br /&gt;
[[Category:Chocolate]]&lt;br /&gt;
[[Category:Fig]]&lt;br /&gt;
[[Category:Plum]]&lt;br /&gt;
[[Category:Brown sugar]]&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Private Reserve Amarone Style|Private Reserve Veneto Italy Amarone]]&lt;br /&gt;
&lt;br /&gt;
[[Reserve Italy Amarone Style|Reserve Italy Amarone]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Grenache&amp;diff=603</id>
		<title>Grenache</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Grenache&amp;diff=603"/>
		<updated>2021-09-03T16:12:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Grenn-nosh&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Medium - Bodied Red Wine&lt;br /&gt;
[[Category:Medium - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Grenache (aka Garnacha) produces rich, flavorful red wines and deep, ruby-tinted rosé. The French have championed this grape in the Southern Rhône Valley but it’s original home is Spain!&lt;br /&gt;
&lt;br /&gt;
This grape can be found in Red Blends, on it&#039;s own and a medium bodied Red or in a dry, Rose style.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Strawberry.png|Strawberry|link=Category:Strawberry&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Grapefruit.png|Grapefruit|link=Category:Grapefruit&lt;br /&gt;
File:Leather.png|Leather|link=Category:Leather&lt;br /&gt;
File:Licorice.png|Licorice|link=Category:Licorice&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:Plum]]&lt;br /&gt;
[[Category:Strawberry]]&lt;br /&gt;
[[Category:Grapefruit]]&lt;br /&gt;
[[Category:Leather]]&lt;br /&gt;
[[Category:Licorice]]&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Australia Grenache Rose|Reserve Australian Grenache Rose]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://winewiki.mywinesense.com/index.php?title=Malbec&amp;diff=602</id>
		<title>Malbec</title>
		<link rel="alternate" type="text/html" href="https://winewiki.mywinesense.com/index.php?title=Malbec&amp;diff=602"/>
		<updated>2021-09-03T16:12:33Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Available Brands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Pronunciation ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;quot;Mal-bek&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Style ==&lt;br /&gt;
Full - Bodied Red Wine&lt;br /&gt;
[[Category:Full - Bodied Red Wine]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Native to the Bordeaux region of France; Malbec is one of the six original grapes that go into the classic Bordeaux blend.  Malbec has since become Argentina&#039;s signature wine and is now being found in other regions of the word like Chile. &lt;br /&gt;
&lt;br /&gt;
Malbec wines are loved for their rich dark fruit flavours and smooth chocolatey finish. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Food ==&lt;br /&gt;
*what does this taste good with*&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;gallery widths=100px heights=100 mode=nolines&amp;gt;&lt;br /&gt;
File:Plum.png|Plum|link=Category:Plum&lt;br /&gt;
File:Blackberry.png|Blackberry|link=Category:Blackberry&lt;br /&gt;
File:Tobacco.png|Tobacco|link=Category:Tobacco&lt;br /&gt;
File:Vanilla.png|Vanilla|link=Category:Vanilla&lt;br /&gt;
File:Cocoa.png|Cocoa|link=Category:Cocoa&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[Category:Plum]]&lt;br /&gt;
[[Category:Blackberry]]&lt;br /&gt;
[[Category:Vanilla]]&lt;br /&gt;
[[Category:Tobacco]]&lt;br /&gt;
[[Category:Cocoa]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Available Brands ==&lt;br /&gt;
[[Reserve Argentina Malbec|Reserve Argentine Malbec]] &lt;br /&gt;
&lt;br /&gt;
[[Classic Chile Malbec ]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>