Cosmetic Stickers
A collection page of Stomp Stickers
About
Custom Cosmetic Stickers That Stick With Style From lip gloss labels to skincare branding, our cosmetic stickers are made to shine. Choose your shape, upload your design, and we’ll handle the sticky part. Whether you’re launching a new line or giving your packaging a glow-up, we’ve got the sticker solution to match your vibe. collection_details /* --- Material Info Table Styles (With Borders) --- */ .material-info-table { width: 100%; border-collapse: collapse; margin: 20px 0; border: 2px solid #f3f3f4; /* Full border around table */ } .material-info-table th, .material-info-table td { border: 2px solid #f3f3f4; /* Borders around all cells including header */ padding: 12px; text-align: left; } .material-info-table th { background-color: #f3f3f4; text-align: center; } .material-info-header { font-size: 24px; font-weight: bold; color: #2e204d; margin: 0; } .material-info-table td:first-child { font-weight: bold; background-color: white; width: 25%; } /* --- Cosmetic Sticker Table Styles (No Borders, 60/40 Layout) --- */ @media screen and (max-width: 768px) { .cosmetic-sticker-table, .cosmetic-sticker-table tbody, .cosmetic-sticker-table tr { display: flex; flex-direction: column; width: 100%; } .cosmetic-sticker-table td { width: 100%; text-align: center; padding: 10px 0; } .cosmetic-sticker-table .image-column img { max-width: 80%; /* Prevents the image from being too large */ height: auto; } .cosmetic-sticker-table .text-column { text-align: left; padding: 10px 20px; } } /* Keep 60/40 split on desktop */ @media screen and (min-width: 769px) { .cosmetic-sticker-table td { width: auto; } .cosmetic-sticker-table .text-column { width: 60%; } .cosmetic-sticker-table .image-column { width: 40%; text-align: center; } .cosmetic-sticker-table .image-column img { max-width: 100%; /* Ensures the image scales properly on desktop */ height: auto; } } .btn_c:hover { background-color: #2e204d !important; } .btn_c, .btn_c:visited, .btn_c:active { color: #ffffff !important; text-dec