On your next purchase
On your next purchase
Please enter your Email Address. You will receive a link to create a new password via Email.
Search Results:
Leather mid-heel Sandals
$129.00
Cotton floral print Dress
$40.00
Leather Sneakers
$85.00
Cropped cotton Top
$29.00
Floral print midi Dress
$50.00
Nothing matches your search
😞
Size | US | Bust | Waist | Hips |
---|---|---|---|---|
XS | 2 | 32 | 24 - 25 | 33 - 34 |
S | 4 | 34 - 35 | 26 - 27 | 35 - 26 |
M | 6 | 36 - 37 | 28 - 29 | 38 - 40 |
L | 8 | 38 - 29 | 30 - 31 | 42 - 44 |
XL | 10 | 40 - 41 | 32 - 33 | 45 - 47 |
XXL | 12 | 42 - 43 | 34 - 35 | 48 - 50 |
Size | US | Foot Length |
---|---|---|
36 | 5 | 22.8 |
26.5 | 5.5 | 23.1 |
37 | 6 | 23.5 |
37.5 | 6. | 23.5 |
38 | 7 | 24.1 |
38.5 | 7.5 | 24.5 |
Size | US | Foot Length |
---|---|---|
36 | 5 | 22.8 |
39 | 8 | 24.1 |
40 | 9 | 25.4 |
40.5 | 9.5 | 25.7 |
41 | 10 | 26.0 |
Justo ut diam erat hendrerit morbi porttitor, per eu curabitur diam sociis.
Adds an interactive map powered by Google Maps. Make sure to replace the default Google Maps API key in src/partials/script.html
with your custom one to enable maps on your local server or custom domain.
Plugin documentation
data-toggle="map"
- initializes the map plugin.
data-zoom
- initial map zooming level. Ignore if you want to allow the map scale automatically to show all markers specified in the data-marker
attribute.
data-markers
- an array of objects with markers info. E.g. data-markers='[{"position": [53.5508748,9.9985808], "info": "Popup content."}]'
.
<div class="embed-responsive embed-responsive-21by9">
<div class="embed-responsive-item" data-toggle="map"
data-markers='[{"position": [53.5508748,9.9985808], "info": "<div class=\"card card-sm\"><div class=\"card-body\"><p class=\"mb-2 font-weight-bold\">Baldwin Hills Crenshaw Plaza</p><p class=\"mb-3 text-gray-500\">Mönckebergstrasse 11 20095 Hamburg, Germany</p><p class=\"mb-1 font-weight-bold\">Phone:</p><p class=\"mb-3 text-grat-500\">6-146-389-574</p><p class=\"mb-1 font-weight-bold\">Store Hours:</p><p class=\"mb-0 text-grat-500\">10 am - 10 pm EST, 7 days a week</p></div>"}, {"position": [45.4646477,9.1935083], "info": "<div class=\"card card-sm\"><div class=\"card-body\"><p class=\"mb-2 font-weight-bold\">Stonewood Center</p><p class=\"mb-3 text-gray-500\">Largo Corsia Dei Servi 3 20122 Milan, Italy</p><p class=\"mb-1 font-weight-bold\">Phone:</p><p class=\"mb-3 text-grat-500\">6-146-389-574</p><p class=\"mb-1 font-weight-bold\">Store Hours:</p><p class=\"mb-0 text-grat-500\">10 am - 10 pm EST, 7 days a week</p></div>"}, {"position": [53.332769,-6.2663917], "info": "<div class=\"card card-sm\"><div class=\"card-body\"><p class=\"mb-2 font-weight-bold\">Shalyapin Palace</p><p class=\"mb-3 text-gray-500\">Block 5, 5th Floor, Harcourt Centre, Harcourt Road Dublin, Ireland</p><p class=\"mb-1 font-weight-bold\">Phone:</p><p class=\"mb-3 text-grat-500\">6-146-389-574</p><p class=\"mb-1 font-weight-bold\">Store Hours:</p><p class=\"mb-0 text-grat-500\">10 am - 10 pm EST, 7 days a week</p></div>"}]'>
</div>
</div>