0) {
// Determine if we're before or after cutoff
const now = new Date();
const hour = now.getHours();
const isBeforeCutoff = hour < 14;
availabilityMessageElements.forEach(element => {
if (isBeforeCutoff) {
element.textContent = 'Same-Day Delivery!';
} else {
element.textContent = 'Order Online';
}
});
}
} else {
deliveryNoteElement.textContent = 'Local Delivery Available';
// Update all availability message elements
if (availabilityMessageElements && availabilityMessageElements.length > 0) {
availabilityMessageElements.forEach(element => {
element.textContent = 'Order Online';
});
}
}
}
}
// Update main product image
const mainImage = document.querySelector('#main-product-image');
if (mainImage && v?.main_image_id) {
mainImage.style.opacity = 0;
setTimeout(() => {
if (v.image_url) {
mainImage.src = v.image_url;
mainImage.srcset = v.image_srcset || '';
}
mainImage.style.opacity = 1;
}, 150);
}
">
Cory Piano Polish - Satin Sheen 4oz
NewAccessories
Cory Satin Sheen is a premium piano polish specifically formulated to clean and maintain satin-finished pianos. This 4 oz bottle effectively removes fingerprints, smudges, and grime, preserving the instrument's natural luster without adding unwanted gloss.
Available in Store
Price:
$837
While we make every effort to provide accurate pricing and availability, occasional errors may occur. All prices and availability are subject to change without notice. We reserve the right to cancel or refuse any purchase made based on incorrect pricing.
Cory Satin Sheen piano cleaner and conditioner is designed to cater to the unique needs of satin-finished pianos. Unlike high-gloss polishes, this product maintains the subtle elegance of satin finishes, ensuring your piano retains its intended aesthetic.\n
Key Features:
\n
\n
Gentle Cleaning: Effectively removes fingerprints, smudges, and grime without harming the finish.
\n
Preserves Satin Finish: Maintains the original satin sheen without adding gloss.
\n
Anti-Static Properties: Regular use reduces static, helping to prevent dust accumulation.
\n
Versatile Application: Suitable for both polyurethane and lacquer finishes.
\n
Easy to Use: For best results, spray onto a cloth and apply evenly in the direction of the wood grain.
Suitable Finishes: Polyurethane and lacquer satin finishes
\n
Made in the USA
\n
';
} else if ('description' === 'resources') {
// Get resources content
let resourcesContent = v?.resources || '';
// If the YouTube transformation function exists, use it
if (typeof transformYouTubeLinksClientSide === 'function') {
resourcesContent = transformYouTubeLinksClientSide(resourcesContent);
}
content.innerHTML = resourcesContent;
// After updating content, initialize YouTube embeds
if (typeof $ !== 'undefined' && typeof $.fn.ready === 'function') {
setTimeout(function() {
// This calls the function defined in youtube-embeds.js
if (typeof setupYouTubeEmbeds === 'function') {
setupYouTubeEmbeds();
} else if (typeof window.setupYouTubeEmbeds === 'function') {
window.setupYouTubeEmbeds();
} else {
// Fallback, try to apply the same logic using jQuery
$('.youtube-embed-container').each(function() {
const container = $(this);
const overlay = container.find('.youtube-embed-overlay');
const iframe = container.find('iframe');
const videoId = overlay.data('video-id');
// Set click event
overlay.on('click', function() {
const videoSrc = iframe.data('src');
iframe.attr('src', videoSrc + '?autoplay=1&rel=0');
iframe.addClass('loaded');
setTimeout(function() {
overlay.fadeOut(300);
}, 300);
});
});
}
}, 100);
}
}
}
">
Description
Cory Satin Sheen piano cleaner and conditioner is designed to cater to the unique needs of satin-finished pianos. Unlike high-gloss polishes, this product maintains the subtle elegance of satin finishes, ensuring your piano retains its intended aesthetic.
Key Features:
Gentle Cleaning: Effectively removes fingerprints, smudges, and grime without harming the finish.
Preserves Satin Finish: Maintains the original satin sheen without adding gloss.
Anti-Static Properties: Regular use reduces static, helping to prevent dust accumulation.
Versatile Application: Suitable for both polyurethane and lacquer finishes.
Easy to Use: For best results, spray onto a cloth and apply evenly in the direction of the wood grain.
Cory Satin Sheen piano cleaner and conditioner is designed to cater to the unique needs of satin-finished pianos. Unlike high-gloss polishes, this product maintains the subtle elegance of satin finishes, ensuring your piano retains its intended aesthetic.\n
Key Features:
\n
\n
Gentle Cleaning: Effectively removes fingerprints, smudges, and grime without harming the finish.
\n
Preserves Satin Finish: Maintains the original satin sheen without adding gloss.
\n
Anti-Static Properties: Regular use reduces static, helping to prevent dust accumulation.
\n
Versatile Application: Suitable for both polyurethane and lacquer finishes.
\n
Easy to Use: For best results, spray onto a cloth and apply evenly in the direction of the wood grain.