Skip to content

Cart

Your cart is empty

Summer Collection

/* Full-width map and locator container */ .storemapper-container, .storemapper-map-container { width: 100vw !important; max-width: 100% !important; margin-left: calc(-50vw + 50%) !important; } /* Style the individual location cards */ .storemapper-location { font-family: 'Libre Franklin', sans-serif; border: 1px solid #eaeaea; border-radius: 16px; padding: 20px; margin-bottom: 24px; background-color: #fff; box-shadow: none; } /* Header inside card */ .storemapper-location h3 { font-family: 'Caslon', serif; font-size: 20px; font-weight: 600; margin-bottom: 12px; } /* Button styling */ .storemapper-location button, .storemapper-location a.button { font-family: 'Libre Franklin', sans-serif; background: transparent; border: 1px solid #000; color: #000; padding: 10px 18px; border-radius: 8px; font-size: 14px; transition: all 0.2s ease; } .storemapper-location button:hover, .storemapper-location a.button:hover { background-color: #000; color: #fff; } /* Adjust map height */ #storemapper-map { height: 650px !important; } /* Adjust search input to be more styled */ .storemapper-search input { font-family: 'Libre Franklin', sans-serif; padding: 12px 16px; border-radius: 8px; border: 1px solid #ccc; width: 100%; max-width: 400px; }