Stamping Polish 74 - Basic Bitch 10ml
/* ===================================================== UNICORN LAB® STAMPING POLISH COLLECTION ===================================================== */ .ul-stamping-polish { --ul -purple: #7B2CBF; --ul-purple-700: #5A189A; --ul-purple-300: #C77DFF; --ul-purple-100: #E0AAFF; --ul-purple-50: #F7F0FC; --ul-orchid: #D946EF; --ul-lilac: #E8DBFC; --ul-cream: #FCF9FC; --ul-ink: #2F1A24; /* Plum/Dark Berry */ --ul-ink-soft: #422834; --ul-graphite: #5A3E4B; --ul-mute: #8A6D7C; --ul-line: #E8D3F5; --ul-line-neutral: #EFE4EA; --ul-white: #FFFFFF; --ul-alert-bg: #FFF0F0; --ul-alert-border: #FFCCCC; --ul-alert-text: #D60A24; --radius-xl: 24px; --radius-pill: 999px; --shadow-sm: 0 1px 3px rgba(123,44,191,0.08), 0 1px 2px rgba(123,44,191,0.04); --shadow-purple-glow: 0 0 0 3px rgba(123,44,191,0.25); --font-display: 'Libre Franklin', sans-serif; --font-body: 'Montserrat', sans-serif; font-family: var(--font-body); color: var(--ul-ink-soft); background: #fdfbfd; width: 100% !important; max-width: 1280px !important; margin: 20px auto 0 !important; display: block !important; border-radius: var(--radius-xl); } .ul-stamping-polish * { box-sizing: border-box !important; } .ul-stamping-polish .section { padding: 30px 0; } .ul-stamping-polish .section-narrow { max-width: 900px; margin: 0 auto; padding: 0 20px; } .ul-stamping-polish .section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .ul-stamping-polish .section-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-purple-700); margin-bottom: 8px; text-align: center; } .ul-stamping-polish .section-title { font-family: var(--font-display); font-size: clamp(1.4rem, 1.8vw, 2rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; color: var(--ul-ink); text-align: center; margin-bottom: 12px; } .ul-stamping-polish .section-sub { font-size: 0.9rem; color: var(--ul-mute); text-align: center; max-width: 650px; margin: 0 auto 30px; line-height: 1.6; } /* ---- ALERT BANNER ---- */ .ul-stamping-polish .alert-banner { background: var(--ul-alert-bg); border: 1px solid var(--ul-alert-border); border-radius: 16px; padding: 20px; margin-bottom: 24px; text-align: center; } .ul-stamping-polish .alert-banner h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 800; color: var(--ul-alert-text); margin: 0 0 6px; } .ul-stamping-polish .alert-banner p { font-size: 0.85rem; color: #8C0B1B; margin: 0 0 12px; line-height: 1.5; } .ul-stamping-polish .alert-banner a { display: inline-block; color: white; background: var(--ul-alert-text); text-decoration: none; font-weight: 700; font-size: 0.8rem; padding: 8px 16px; border-radius: var(--radius-pill); transition: all 0.2s; } .ul-stamping-polish .alert-banner a:hover { background: #a80517; transform: translateY(-1px); } /* ---- INTRO CARD ---- */ .ul-stamping-polish .intro-card { background: linear-gradient(135deg, #fffcfd 0%, #fae8ff 50%, #f3e8ff 100%); border: 1px solid var(--ul-line); border-radius: 20px; padding: 32px; text-align: center; box-shadow: var(--shadow-sm); } .ul-stamping-polish .intro-card h1 { font-family: var(--font-display); font-size: clamp(1.6rem, 2.2vw, 2.4rem); font-weight: 900; line-height: 1.1; color: var(--ul-ink); margin: 0 0 16px; } .ul-stamping-polish .intro-card p { font-size: 0.95rem; line-height: 1.7; color: var(--ul-graphite); margin: 0 auto 16px; max-width: 800px; } .ul-stamping-polish .intro-card p:last-child { margin-bottom: 0; } /* ---- SPECS GRID ---- */ .ul-stamping-polish .specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 0; } .ul-stamping-polish .spec-item { background: var(--ul-white); border: 1px solid var(--ul-line); border-radius: 16px; padding: 16px; text-align: center; } .ul-stamping-polish .spec-item h4 { font-size: 0.7rem; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ul-purple-700); margin: 0 0 4px; } .ul-stamping-polish .spec-item p { font-size: 0.9rem; font-weight: 600; color: var(--ul-ink); margin: 0; } /* ---- FEATURES GRID ---- */ .ul-stamping-polish .why-section { background: white; border-radius: var(--radius-xl); padding: 30px 20px; border: 1px solid var(--ul-line-neutral); } .ul-stamping-polish .ul-icon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .ul-stamping-polish .ul-icon-item { background: var(--ul-purple-soft); border: 1px solid rgba(123, 44, 191, 0.12); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: all 0.25s; } .ul-stamping-polish .ul-icon-item:hover { border-color: var(--ul-purple); background: var(--ul-purple-50); transform: translateY(-2px); } .ul-stamping-polish .ul-icon-circle { width: 56px; height: 56px; border-radius: 50%; background: white; border: 1.5px solid var(--ul-line); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--ul-purple); } .ul-stamping-polish .ul-icon-svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .ul-stamping-polish .ul-icon-item h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 8px; } .ul-stamping-polish .ul-icon-item p { font-size: 0.85rem; color: var(--ul-graphite); line-height: 1.5; margin: 0; } /* ---- INSTRUCTIONS SECTION ---- */ .ul-stamping-polish .instruction-card { background: white; border: 1px solid var(--ul-line); border-radius: 20px; padding: 32px 24px; margin-top: 24px; } .ul-stamping-polish .instruction-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 16px; text-align: center; } .ul-stamping-polish .instruction-list { display: inline-block; text-align: left; margin: 0 auto; padding-left: 20px; font-size: 0.9rem; line-height: 1.7; color: var(--ul-graphite); max-width: 780px; } .ul-stamping-polish .instruction-list li { margin-bottom: 8px; } .ul-stamping-polish .instruction-list li:last-child { margin-bottom: 0; } /* ---- CTA CARDS / LINKS ---- */ .ul-stamping-polish .cta-section { display: grid; grid-template-columns: 1fr; gap: 20px; } .ul-stamping-polish .cta-card { background: linear-gradient(135deg, #fffcfd 0%, #fae8ff 50%, #f3e8ff 100%); border: 1px solid var(--ul-line); border-radius: var(--radius-xl); padding: 30px; text-align: center; } .ul-stamping-polish .cta-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 850; color: var(--ul-ink); margin: 0 0 10px; } .ul-stamping-polish .cta-card p { font-size: 0.9rem; color: var(--ul-graphite); line-height: 1.6; margin: 0 0 20px; max-width: 700px; margin-left: auto; margin-right: auto; } .ul-stamping-polish .cta-button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } .ul-stamping-polish .btn-primary { display: inline-flex; align-items: center; justify-content: center; background: var(--ul-purple-700); border: 1.5px solid var(--ul-purple-700); border-radius: var(--radius-pill); padding: 12px 24px; font-size: 0.85rem; font-weight: 700; color: white; text-decoration: none; transition: all 0.2s; cursor: pointer; } .ul-stamping-polish .btn-primary:hover { background: #400e70; border-color: #400e70; transform: translateY(-1px); } .ul-stamping-polish .btn-secondary { display: inline-flex; align-items: center; justify-content: center; background: white; border: 1.5px solid var(--ul-line); border-radius: var(--radius-pill); padding: 12px 24px; font-size: 0.85rem; font-weight: 700; color: var(--ul-purple-700); text-decoration: none; transition: all 0.2s; cursor: pointer; } .ul-stamping-polish .btn-secondary:hover { background: var(--ul-purple-50); border-color: var(--ul-purple); transform: translateY(-1px); } /* ---- FAQ ACCORDION ---- */ .ul-stamping-polish .accordion { border-top: 1px solid var(--ul-line-neutral); } .ul-stamping-polish details.accordion-item { border-bottom: 1px solid var(--ul-line-neutral); } .ul-stamping-polish .accordion-trigger { width: 100%; background: none; border: none; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: var(--ul-ink-soft); text-align: left; list-style: none; } .ul-stamping-polish .accordion-trigger::-webkit-details-marker { display: none; } .ul-stamping-polish .accordion-trigger:hover { color: var(--ul-purple-700); } .ul-stamping-polish .accordion-plus { width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--ul-line-neutral); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--ul-mute); transition: all 0.2s; } .ul-stamping-polish details.accordion-item[open] .accordion-plus { background: var(--ul-purple-700); color: white; border-color: var(--ul-purple-700); transform: rotate(45deg); } .ul-stamping-polish .accordion-body { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.6; padding-bottom: 16px; } @media (max-width: 768px) { .ul-stamping-polish .ul-icon-grid { grid-template-columns: 1fr; } .ul-stamping-polish .specs-grid { grid-template-columns: 1fr; } .ul-stamping-polish .cta-button-group { flex-direction: column; width: 100%; } .ul-stamping-polish .btn-primary, .ul-stamping-polish .btn-secondary { width: 100%; } } Stamping Polish Collection Stamping Polish 74 - Basic Bitch 10ml Express your creative style with precision nail art using Stamping Polish 74 - Basic Bitch 10ml. Formulated under our premium Tramp Stamp line, this high-pigment formula delivers absolute opacity, ensuring your stamped designs show up crisp, bright, and bold—even when transferred over jet black base coats. Packaged in a convenient 10ml glass bottle, each polish is designed to work seamlessly with metal stamping plates and clear jelly stampers. The 14-free, non-toxic formulation is carefully crafted without toxic chemicals to prioritize a safe, comfortable salon environment. Bottle Volume 10ml with brush Polish Code Polish #74 Formulation 14-Free Clean Formula The Details Why You'll Love This Polish Professional stamping polishes designed with concentrated cosmetic pigments to deliver beautiful transfers every time. Vibrant Contrast High density color load makes Basic Bitch stand out brightly on light, dark, chrome, or glitter base colors. Ideal Drying Time Formulated to dry at a speed that allows simple plate-to-stamper pickup without premature drying. 14-Free Safety Free of Toluene, DBP, Formaldehyde, Camphor, Xylene, Ethyl Tosylamide, Benzophenone, and 7 other toxic chemicals. How to Stamp Cleanse your metal nail stamping plate with 100% pure acetone and a lint-free wipe. Apply a generous line of Stamping Polish 74 - Basic Bitch 10ml across the top of your chosen plate design. Hold your scraper card at a 45-degree angle and swipe the excess polish off the design in one quick motion. Immediately roll a clean clear jelly stamper over the design using a light, swift rolling motion. Inspect the image on the stamper head, then gently roll the design onto the prepped nail surface. Allow the design to dry for 30 seconds, then seal with Gloss It No-Wipe Top Coat or Matte It for 60 seconds. Complete Your Stamping Toolkit Take your nail art designs further. Mix and match this high-pigment polish with our premium stainless steel stamping plates, clear jelly stampers, and nourishing cuticle care. Shop Stamping Plates Shop Stampers & Tools Shop Cuticle Oil aftercare Frequently Asked Questions How do I clean my stamping plate and stamper? + Always clean metal plates with 100% pure acetone between stamp applications. For your clear jelly stamper, do NOT use acetone or alcohol as it will cloud the plastic; clean the jelly head using a lint roller or sticky tape. Can I wear this as a regular nail polish? + Yes! Because this stamping polish is exceptionally rich in pigments, it can double as a high-coverage, single-coat traditional nail polish for normal nail painting. Why is the design not picking up on my stamper? + The most common reason is working too slowly, causing the polish to dry in the plate grooves before pickup. Make sure you swipe and stamp in one continuous, swift sequence. Also, ensure your stamper head is clean and free of oil.
More you might like
Related
Basics Stamping Polish
Related
STAMPING POLISH | Basic Collection
Related
#74 Rusted Mud Stamping Polish
Related