Skip to Content
Pierce of the South
Home
Shop
(0)
Cart (0)
Pierce of the South
Home
Shop
(0)
Cart (0)
Home
Shop
All /

Maps

  • All
  • Vintage Art
  • Sailing
  • Horses
  • Maps
  • STEM Art
Vintage Map - West Indies MOCKUP- west indies map.png
Vintage Map - West Indies
$130.00
Add To Cart
Vintage Map - Virginia & Florida Untitled design (45).png
Vintage Map - Virginia & Florida
$125.00
Add To Cart
Vintage Map - Atlantic MOCKUP-African map (1).png
Vintage Map - Atlantic
$130.00
Add To Cart
Vintage Map - East Coast MOCKUP - Final - east coast map (8x10) (1).png
Vintage Map - East Coast
$125.00
Add To Cart

Pierce of the South

Contact

About

Returns

javascript (function() { function cleanGap() { const gallery = document.querySelector('.ProductItem-gallery'); const details = document.querySelector('.ProductItem-details'); if (!gallery) return; let next = gallery.nextElementSibling; while (next && next.tagName === 'DIV' && !next.innerHTML.trim()) { next.remove(); next = gallery.nextElementSibling; } const zoom = document.querySelector('.Imagezoom-zoomContainer'); if (zoom) zoom.remove(); if (details) { details.style.marginTop = '0'; details.style.paddingTop = '0'; } } document.addEventListener('DOMContentLoaded', cleanGap); window.addEventListener('load', cleanGap); const observer = new MutationObserver((mutations, obs) => { if (document.querySelector('.ProductItem-gallery')) { cleanGap(); } }); observer.observe(document.body, { childList: true, subtree: true }); setTimeout(cleanGap, 1000); })();