Contact ShimmerMolly
Source: https://shimmermolly.com/pages/contact-shimmermolly
We'd love to hear from you Let's Connect Reach out to the right team below and we'll get back to you promptly. Our team is available Monday – Friday, 9:00 AM – 6:00 PM (GMT+8) . Typically responds within 1-2 business days General Inquiries & Support Questions? We've got answers. Need help with sizing, your order, returns, or shipping? Our customer care team is here to make your ShimmerMolly experience seamless from start to finish. info@shimmermolly.com Influencer & Creator Collabs Let's shine together. Are you a content creator, fashion influencer, or brand ambassador who loves all things glam? We'd love to explore what we can build together. Tell us about your platform and let's talk. collabs@shimmermolly.com Wholesale & Bulk Orders Bring ShimmerMolly to your store. Boutique owner or retail buyer? We partner with select retailers who share our vision for elevated women's fashion. Reach out to learn about wholesale pricing, MOQs, and available collections. wholesale@shimmermolly.com ShimmerMolly · Shine Bright. Feel Right · USA .sm-contact *, .sm-contact *::before, .sm-contact *::after { box-sizing: border-box; margin: 0; padding: 0; } .sm-contact { --sm-cream: #faf8f5; --sm-ink: #1a1612; --sm-ink-mid: #5a5047; --sm-ink-soft: #9a8f85; --sm-blue-bg: #eef4fb; --sm-blue-acc: #1a5fa8; --sm-blue-text: #123f72; --sm-rose-bg: #fcf0f3; --sm-rose-acc: #b84d6a; --sm-rose-text: #7d3149; --sm-gold-bg: #fdf6e8; --sm-gold-acc: #a07828; --sm-gold-text: #6b5018; --sm-radius: 16px; font-family: 'Jost', sans-serif; background: var(--sm-cream); padding: 80px 24px 64px; } .sm-contact__inner { max-width: 1080px; margin: 0 auto; } .sm-contact__hero { text-align: center; margin-bottom: 40px; animation: sm-fade-up 0.7s ease both; } .sm-contact__eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sm-ink-soft); margin-bottom: 12px; } .sm-contact__headline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(42px, 6vw, 68px); font-weight: 400; color: var(--sm-ink); line-height: 1.08; margin-bottom: 20px; } .sm-contact__subline { font-size: 15px; font-weight: 300; color: var(--sm-ink-mid); line-height: 1.75; max-width: 520px; margin: 0 auto; } .sm-contact__subline strong { font-weight: 500; color: var(--sm-ink); } .sm-contact__hours { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 56px; animation: sm-fade-up 0.7s 0.1s ease both; } .sm-contact__hours-dot { width: 8px; height: 8px; border-radius: 50%; background: #3dba6e; box-shadow: 0 0 0 3px rgba(61,186,110,0.2); animation: sm-pulse 2.2s ease-in-out infinite; } .sm-contact__hours-text { font-size: 12px; color: var(--sm-ink-mid); } .sm-contact__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } @media (max-width: 820px) { .sm-contact__cards { grid-template-columns: 1fr; } } .sm-card { position: relative; border-radius: var(--sm-radius); padding: 36px 32px 32px; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: sm-fade-up 0.7s ease both; } .sm-card:nth-child(1) { animation-delay: 0.15s; } .sm-card:nth-child(2) { animation-delay: 0.25s; } .sm-card:nth-child(3) { animation-delay: 0.35s; } .sm-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,22,18,0.08); } .sm-card--blue { background: var(--sm-blue-bg); } .sm-card--rose { background: var(--sm-rose-bg); } .sm-card--gold { background: var(--sm-gold-bg); } .sm-card__accent { position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--sm-radius) var(--sm-radius) 0 0; } .sm-card--blue .sm-card__accent { background: var(--sm-blue-acc); } .sm-card--rose .sm-card__accent { background: var(--sm-rose-acc); } .sm-card--gold .sm-card__accent { background: var(--sm-gold-acc); } .sm-card__icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; background: rgba(255,255,255,0.7); } .sm-card--blue .sm-card__icon { color: var(--sm-blue-acc); } .sm-card--rose .sm-card__icon { color: var(--sm-rose-acc); } .sm-card--gold .sm-card__icon { color: var(--sm-gold-acc); } .sm-card__label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 8px; } .sm-card--blue .sm-card__label { color: var(--sm-blue-acc); } .sm-card--rose .sm-card__label { color: var(--sm-rose-acc); } .sm-card--gold .sm-card__label { color: var(--sm-gold-acc); } .sm-card__title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 500; color: var(--sm-ink); line-height: 1.25; margin-bottom: 12px; } .sm-card__desc { font-size: 13.5px; font-weight: 300; color: var(--sm-ink-mid); line-height: 1.7; margin-bottom: 24px; } .sm-card__email { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; text-decoration: none; padding: 10px 18px; border-radius: 8px; transition: background 0.2s ease; } .sm-card--blue .sm-card__email { color: var(--sm-blue-text); background: rgba(26,95,168,0.1); } .sm-card--blue .sm-card__email:hover { background: rgba(26,95,168,0.18); } .sm-card--rose .sm-card__email { color: var(--sm-rose-text); background: rgba(184,77,106,0.1); } .sm-card--rose .sm-card__email:hover { background: rgba(184,77,106,0.18); } .sm-card--gold .sm-card__email { color: var(--sm-gold-text); background: rgba(160,120,40,0.1); } .sm-card--gold .sm-card__email:hover { background: rgba(160,120,40,0.18); } .sm-card__arrow { transition: transform 0.2s ease; flex-shrink: 0; } .sm-card__email:hover .sm-card__arrow { transform: translateX(3px); } .sm-contact__footer { text-align: center; margin-top: 56px; font-size: 11px; letter-spacing: 0.1em; color: var(--sm-ink-soft); text-transform: uppercase; } @keyframes sm-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes sm-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(61,186,110,0.2); } 50% { box-shadow: 0 0 0 6px rgba(61,186,110,0.08); } }