Bird in Hand Sauvignon Blanc 2022
Description
Predominantly fruit was sourced from within the high altitude cool pockets of the central Onkaparinga Valley, including Lenswood, Balhannah, Oakbank, Woodside and Charleston to produce a premium quality, classic Adelaide Hills sauvignon blanc.
The fruit was gently crushed, destemmed and immediately chilled before being pressed to tank where only the purest free run juice underwent a cool fermentation over approximately 14 days. A short maturation on lees was followed by an early bottling to enhance freshness.
Our Sauvignon Blanc shows lifted, fresh and punchy flavours and aromas, underpinned with classic varietal notes of passionfruit, fresh green apple, grapefruit and faint snow pea. Fresh and delicate, with a textured mid-palate that finishes dry, with lively citrus acidity and light chalkiness. Slightly textured on the mid-palate, it has a dry finish, with subtle citrus acidity.
Best enjoyed young as an aperitif or paired with seafood such as oily grilled fish or chargrilled squid.
This wine is vegan friendly.
Bird in Hand Sauvignon Blanc 2022
Original price was: $25.00.$23.00Current price is: $23.00.
<?php
$organisation_name = "Wine Group";
$price_Valid_Until = null;
$price_Valid_Until = "2024-12-30"; // Comment out to ignore
// This is a comment
//Get the global product object
global $product;
//If there's no product object on page, exit function
if (!is_object($product)) return;
//Get the product image url
$image = get_the_post_thumbnail_url( $product->get_id(), 'medium' );
if (isset($price_Valid_Until))
{
$price_Valid_Until_code = "";
}else
{
$price_Valid_Until_code = "\"priceValidUntil\": \" $price_Valid_Until\",";
}
?>
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Product",
"name": "<?php echo $product->get_name();?>",
"image":
"<?php echo $image;?>",
"description": "<?php echo $product->get_short_description();?>",
"mpn": "<?php echo $product->get_sku();?>",
<?php
if ($product->get_review_count() > 0) { ?>
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "<?php echo $product->get_average_rating();?>",
"reviewCount": "<?php echo $product->get_review_count();?>"
},
<?php } ?>
"offers": {
"@type": "Offer",
"url": "<?php echo get_permalink();?>",
"priceCurrency": "<?php echo get_option('woocommerce_currency');?>",
"price": "<?php echo $product->get_price();?>",
<?php echo $price_Valid_Until_code;?>
"itemCondition": "https://schema.org/NewCondition",
"availability": "<?php echo $product->get_stock_status();?>",
"seller": {
"@type": "Organization",
"name": "<?php echo $organisation_name;?>"
}
},
"sku": "<?php echo $product->get_sku();?>"
}
</script>

