.btie-style-short a,
.btie-style-reviews a {
box-shadow: none !important;
color: black !important;
}
.btie-style-short a:hover,
.btie-style-reviews a:hover {
box-shadow: none !important;
color: black !important;
}
.btie-style-short {
counter-reset: totalReview;
max-width: 850px;
border: none;
}
.btie-style-short caption {
caption-side: top !important;
display: table-caption !important;
order: -1;
text-align: center;
}
.btie-style-short h2 {
text-transform: uppercase;
margin-bottom: 50px;
}
.btie-style-short:after {
border-bottom: 1px solid #E9E9E9;
content: “”;
width: 100%;
display: block;
}
table.btie-style-short {
border-collapse: collapse;
width: 100%;
height: 100%;
}
.btie-style-short tbody {
height: 100%;
}
.btie-style-short tr {
background-color: #FFF;
margin-bottom: 40px;
display: grid !important;
position: relative;
grid-template-columns: 1fr minmax(0, 2fr) 1fr;
column-gap: 10px;
row-gap: 2px;
padding: 50px 25px 25px;
box-shadow: 0 15px 40px rgb(166 172 201 / .2);
border-radius: 5px;
place-items: start start;
counter-increment: totalReview;
}
.btie-style-short tr td {
border: none;
}
.btie-style-short .toc-img {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 10;
align-self: center;
padding-right: 15px;
line-height: 0;
}
.btie-style-short .toc-img a {
display: block;
}
.btie-style-short .toc-img img {
object-fit: contain !important;
width: auto !important;
height: auto !important;
max-width: 185px;
max-height: 185px;
margin-top: 15px;
margin-bottom: 15px;
}
.btie-style-short .toc-det {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
font-size: 24px;
line-height: 24px;
font-weight: 700;
place-self: start start;
width: 100%;
}
.btie-style-short .toc-det a {
text-decoration: none !important;
color: black;
box-shadow: none;
}
.btie-style-short .toc-det a:hover {
text-decoration: underline !important;
text-decoration-color: black !important;
box-shadow: none;
}
.btie-style-short .toc-tag {
position: absolute;
top: -14px;
left: -12px;
display: inline-block;
background-color: #19212B;
color: #FFF;
z-index: 500;
font-weight: 700;
padding: 11px 20px;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
box-shadow: 2px 2px 2px 0 rgb(0 0 0 / .14);
width: auto;
text-align: left;
}
.btie-style-short .toc-tag::after {
content: ” “;
display: block;
position: absolute;
left: -10px;
bottom: -8px;
border-color: #fff0 rgb(25 33 43 / .40) #fff0 #fff0;
border-style: inset solid inset inset;
border-width: 0 12px 8px 10px;
filter: brightness(50%);
z-index: 1;
}
.btie-style-short td.toc-pro1::before,
.btie-style-short td.toc-pro2::before,
.btie-style-short td.toc-pro3::before {
content: ‘\2713’;
font-size: 12px;
color: #19212B;
margin-right: 5px;
display: inline-block;
width: 16px;
text-align: center;
font-weight: 700;
}
.btie-style-short .toc-pro1,
.btie-style-short .toc-pro2,
.btie-style-short .toc-pro3 {
font-size: 16px;
line-height: 22px;
padding: 0;
padding-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
width: 100%;
}
.btie-style-short .toc-pro1 {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 4;
grid-row-end: 5;
align-self: start;
}
.btie-style-short .toc-pro2 {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 5;
grid-row-end: 6;
align-self: start;
}
.btie-style-short .toc-pro3 {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 6;
grid-row-end: 7;
align-self: start;
}
.btie-style-short .toc-but {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 4;
grid-row-end: 6;
display: flex;
align-self: center;
justify-self: center;
text-align: center;
padding: 10px 20px;
font-size: 15px;
line-height: 22px;
text-transform: uppercase;
font-weight: 700;
border-radius: 5px;
color: #FAF9F9;
background-color: #19212B;
box-shadow: 0 15px 40px rgb(166 172 201 / .2);
}
.btie-style-short .toc-but a {
color: #FFF !important;
text-decoration: none;
box-shadow: none;
align-self: center;
}
.btie-style-short .toc-but:hover,
.btie-style-short .toc-but:active {
text-decoration-color: #FAF9F9 !important;
transform: matrix(1.02, 0, 0, 1.02, 0, 0);
box-shadow: 0 20px 35px rgb(160 164 183 / .417);
text-decoration: underline;
}
.btie-style-short .toc-rev {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 6;
grid-row-end: 7;
align-self: start;
justify-self: center;
font-size: 15px;
text-decoration: underline;
padding-left: 0;
padding-right: 0;
text-align: center;
line-height: 20px;
}
.btie-style-short .toc-rev a:hover {
font-weight: 600;
}
/* Tablet breakpoint */
@media (max-width: 767px) {
.btie-style-short .toc-tag {
font-size: 16px;
}
.btie-style-short tr {
grid-template-columns: minmax(80px, 1fr) 1fr 1fr;
column-gap: 10px;
padding: 40px 20px 30px;
place-items: center center;
}
.btie-style-short .toc-img {
max-width: 150px;
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 9;
}
.btie-style-short .toc-det {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
font-size: 19px;
line-height: 22px;
margin-bottom: 10px;
}
.btie-style-short .toc-pro1 {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 2;
grid-row-end: 3;
width: 100%;
font-size: 16px;
line-height: 23px;
}
.btie-style-short .toc-pro2 {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 3;
grid-row-end: 4;
width: 100%;
font-size: 16px;
line-height: 23px;
}
.btie-style-short .toc-pro3 {
grid-column-start: 2;
grid-column-end: 4;
grid-row-start: 4;
grid-row-end: 5;
width: 100%;
font-size: 16px;
line-height: 23px;
}
.btie-style-short .toc-but {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 8;
grid-row-end: 9;
place-self: center end;
padding: 8px 14px;
justify-content: center;
}
.btie-style-short .toc-rev {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 8;
grid-row-end: 9;
place-self: center start;
font-size: 16px;
line-height: 24px;
}
.btie-style-short .toc-rev:before {
content: “[ “;
}
.btie-style-short .toc-rev:after {
content: ” ]”;
}
}
/* Small tablet / large phone breakpoint */
@media (max-width: 549px) {
.btie-style-short {
display: flex;
flex-direction: column;
max-width: 95%;
margin-left: auto;
margin-right: auto;
}
.btie-style-short tbody {
padding-left: 10px;
padding-right: 10px;
}
.btie-style-short tr {
display: flex !important;
flex-direction: column;
max-width: 450px;
padding: 15px;
margin-bottom: 50px;
}
.btie-style-short .toc-det {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
font-size: 25px;
line-height: 28px;
letter-spacing: -1px;
margin-top: 35px;
text-align: center;
}
.btie-style-short .toc-img {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 4;
min-width: 100px;
max-width: 200px;
}
.btie-style-short .toc-pro1,
.btie-style-short .toc-pro2,
.btie-style-short .toc-pro3 {
align-self: center;
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btie-style-short .toc-but {
min-width: 160px;
font-size: 16px;
margin-top: 20px;
margin-bottom: 0;
}
.btie-style-short .toc-but:hover,
.btie-style-short .toc-but:active {
text-decoration: underline;
text-decoration-color: #FAF9F9;
transform: matrix(1.02, 0, 0, 1.02, 0, 0);
box-shadow: 0 20px 35px rgb(160 164 183 / .417);
}
.btie-style-short .toc-rev {
align-self: center;
margin-bottom: 10px;
}
}
/* Phone breakpoint */
@media (max-width: 500px) {
.btie-style-short {
max-width: 100%;
}
.btie-style-short .toc-pro1,
.btie-style-short .toc-pro2,
.btie-style-short .toc-pro3 {
max-width: 100%;
}
.btie-style-short .toc-tag {
font-size: 14px;
line-height: 16px;
padding: 12px 15px;
}
.btie-style-short .toc-but {
font-size: 14px;
line-height: 16px;
padding: 12px 15px;
}
}
/* Reviews section */
.btie-style-reviews-pre {
text-transform: uppercase;
letter-spacing: -1px;
font-size: 38px;
font-weight: 700;
display: block;
margin-top: 50px;
margin-bottom: 0;
text-align: center;
line-height: 36px;
}
ol.btie-style-reviews {
width: 100%;
list-style-position: inside;
padding-left: 0;
list-style-type: none;
counter-reset: currentReview;
margin-left: 0px;
margin-right: 0px;
}
.btie-style-reviews > li {
margin-bottom: 25px;
display: flex;
flex-direction: column;
}
.btie-style-reviews h2 {
font-size: 35px;
margin-bottom: 0;
margin-top: 25px;
width: auto;
background: #FFF;
padding: 35px 25px 0;
text-align: center;
position: relative;
box-shadow: 0 -25px 10px -4px rgb(166 172 201 / .056);
z-index: 1;
border-radius: 3px 3px 0 0;
}
.btie-style-reviews h2:before {
position: absolute;
top: -14px;
left: -12px;
display: inline-block;
background-color: #19212B;
color: #FAF9F9;
z-index: 500;
font-weight: 700;
padding: 14px;
font-size: 16px;
line-height: 12px;
text-transform: uppercase;
box-shadow: 2px 2px 2px 0 rgb(0 0 0 / .14);
width: auto;
text-align: left;
content: counter(currentReview) ” / ” counter(totalReview) ” “;
counter-increment: currentReview;
}
.btie-style-box {
background-color: #FFF;
margin-bottom: 15px;
display: grid;
position: relative;
grid-template-columns: 1fr 1fr;
column-gap: 25px;
row-gap: 25px;
padding: 25px;
box-shadow: 0 25px 10px -4px rgb(166 172 201 / .056);
place-items: center center;
z-index: 1;
border-radius: 0 0 3px 3px;
}
.btie-style-box-image {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 3;
width: 100%;
text-align: center;
}
.btie-style-box-image img {
max-width: 200px;
width: auto !important;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box a:has(> img) {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 3;
width: 100%;
text-align: center;
}
.btie-style-box img {
max-width: 200px;
max-height: 200px;
width: auto !important;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box:after {
border-right: 1px solid #19212C;
content: ” “;
height: 75%;
position: absolute;
margin-left: 50%;
margin-right: 50%;
}
.btie-style-box p {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 2;
place-items: center center;
font-weight: 600;
font-size: 35px;
line-height: 38px;
text-transform: uppercase;
padding: 0;
margin: 0;
letter-spacing: -1px;
text-align: center;
}
.btie-style-box p:before {
content: “Our Verdict:”;
display: block;
font-size: 20px;
}
a.btie-style-box-button {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 2;
grid-row-end: 3;
place-items: center center;
text-align: center;
padding: 12px 15px;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
border-radius: 5px;
font-weight: 700;
min-width: 212px;
color: #FAF9F9 !important;
background-color: #19212B;
box-shadow: 0 15px 40px rgb(166 172 201 / .2);
text-decoration: none;
}
a.btie-style-box-button:hover,
a.btie-style-box-button:active {
text-decoration: underline !important;
text-decoration-color: #FAF9F9;
color: #FFF !important;
transform: matrix(1.02, 0, 0, 1.02, 0, 0);
box-shadow: 0 20px 35px rgb(160 164 183 / .417);
}
@media (max-width: 765px) {
.btie-style-box:after {
border: none;
}
.btie-style-box-image {
border-right: none;
padding-right: 0;
}
.btie-style-box-image img {
min-width: 93px;
width: auto !important;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box a:has(> img) {
border-right: none;
padding-right: 0;
}
.btie-style-box img {
min-width: 93px;
width: auto !important;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box p {
align-self: end;
}
a.btie-style-box-button {
align-self: start;
}
}
@media (max-width: 580px) {
.btie-style-box p {
font-size: 22px;
line-height: 27px;
}
.btie-style-box p:before {
font-size: 17px;
line-height: 30px;
}
a.btie-style-box-button {
padding: 8px 10px;
font-size: 16px;
line-height: 22px;
min-width: 172px;
}
}
/* Reviews features list */
.btie-style-reviews-features {
flex-wrap: wrap;
display: grid;
grid-template-columns: calc(33% – 1rem * 1/2) calc(33% – 1rem * 1/2) calc(33% – 1rem * 1/2);
grid-column-gap: 1rem;
padding: 0;
text-align: center;
}
@media (min-width: 501px) {
.btie-style-reviews-features {
font-size: 15px;
line-height: 26px;
}
}
.btie-style-reviews-features li {
list-style: none;
border-bottom: 1px solid #E7E7E7;
align-items: center;
padding: .25rem;
display: flex;
flex-direction: column;
justify-content: center;
}
.btie-style-reviews-features li span {
font-weight: 700;
min-width: 50%;
display: block;
}
@media (max-width: 580px) {
.btie-style-reviews-features {
line-height: 24px;
grid-template-columns: calc(50% – 1rem * 1/2) calc(50% – 1rem * 1/2);
}
}
@media (max-width: 500px) {
.btie-style-reviews-pre {
font-size: 30px;
width: 100%;
text-align: center;
}
.btie-style-reviews li {
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.btie-style-reviews h2 {
font-size: 26px !important;
padding-top: 35px;
margin-top: 25px;
margin-bottom: 0;
background-color: #FFF;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.btie-style-box {
grid-template-columns: 1fr;
row-gap: 10px;
padding: 15px 35px 35px;
place-content: center center;
}
.btie-style-box-image {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
.btie-style-box-image img {
width: 175px;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box a:has(> img) {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
.btie-style-box img {
width: 175px;
height: auto !important;
object-fit: contain !important;
}
.btie-style-box p {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 3;
font-size: 25px;
line-height: 27px;
margin-bottom: 15px;
}
a.btie-style-box-button {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 3;
grid-row-end: 4;
padding: 10px;
font-size: 16px;
line-height: 22px;
min-width: 193px;
}
.btie-style-reviews-features {
line-height: 24px;
grid-template-columns: 1fr;
text-align: left;
padding-left: 0;
margin-left: 0;
list-style: none;
}
ol.btie-style-reviews,
ul.btie-style-reviews-features {
padding-left: 0;
margin-left: 5px !important;
margin-right: 5px !important;
list-style: none;
}
.btie-style-reviews-features li {
align-content: start;
justify-content: start;
padding-top: 5px;
padding-bottom: 5px;
display: inline;
flex-basis: 100%;
border: none;
padding-left: 0;
margin-left: 0;
list-style: none;
}
.btie-style-reviews-features li span {
display: block;
}
.btie-style-reviews > li {
border-bottom: 1px solid #E7E7E7;
padding-bottom: 25px;
}
}
/* Description list fixes */
.btie-style-desc:has(> ul:last-child) > ul,
.btie-style-desc:has(> ol:last-child) > ol {
margin-bottom: 16px;
}
.rdw-article { max-width: 900px; margin: 0 auto; }
.rdw-article h2 { font-size: 28px; font-weight: 700 !important; margin-top: 40px; margin-bottom: 16px; }
.rdw-article h3 { font-size: 20px; font-weight: 700 !important; margin-top: 24px; margin-bottom: 8px; }
.rdw-key-takeaways { background: #F7F7F5; border-radius: 8px; padding: 20px 25px; margin: 20px 0; }
.rdw-key-takeaways ul { margin: 0; padding-left: 20px; }
.rdw-key-takeaways li { margin-bottom: 8px; line-height: 1.5; }
.rdw-buying-guide, .rdw-faq { margin-top: 40px; }
a.btie-style-box-button, .btie-style-short .toc-but a { color: #FAF9F9 !important; }
/* —- Style Review comparison table (responsive) —- */
.rdw-table-wrap { width: 100%; overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; }
.rdw-compare { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 15px; }
.rdw-compare th, .rdw-compare td {
padding: 12px 14px; border-bottom: 1px solid #e6e6e6; vertical-align: middle; text-align: left;
}
.rdw-compare thead th { background: #F7F7F5; font-weight: 700; white-space: nowrap; }
/* Column widths: Best For | Image | Name | Rating | Button */
.rdw-compare th:nth-child(1), .rdw-compare td:nth-child(1) { width: 18%; }
.rdw-compare th:nth-child(2), .rdw-compare td:nth-child(2) { width: 22%; }
.rdw-compare th:nth-child(3), .rdw-compare td:nth-child(3) { width: 30%; }
.rdw-compare th:nth-child(4), .rdw-compare td:nth-child(4) { width: 12%; text-align: center; }
.rdw-compare th:nth-child(5), .rdw-compare td:nth-child(5) { width: 18%; text-align: center; }
.rdw-compare td.toc-img { text-align: center; }
.rdw-compare td.toc-img img {
max-width: 120px; max-height: 120px; width: auto; height: auto; object-fit: contain; display: inline-block;
}
.rdw-compare td.toc-det a { font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.rdw-compare td.toc-rating { font-weight: 700; }
.rdw-compare td.toc-rating .toc-revs { font-weight: 400; font-size: 0.85em; color: #666; display: block; }
.rdw-btn {
display: inline-block; background: #E8730C; color: #fff !important; text-decoration: none;
padding: 9px 16px; border-radius: 6px; font-weight: 600; font-size: 14px; white-space: nowrap;
line-height: 1.2; text-align: center;
}
.rdw-btn:hover { background: #cf6403; }
/* —- Per-product review sections —- */
.rdw-review { margin: 36px 0; }
.rdw-review-img { text-align: center; margin: 12px 0; }
.rdw-review-img img { max-width: 260px; max-height: 260px; width: auto; height: auto; object-fit: contain; }
.rdw-signal {
border-left: 4px solid #E8730C; background: #FAF7F2; margin: 12px 0; padding: 10px 16px;
border-radius: 0 6px 6px 0; font-style: italic; line-height: 1.55;
}
.rdw-review-cta { margin-top: 14px; font-size: 1.02em; }
.rdw-disclosure { font-size: 13px; color: #777; margin-top: 32px; border-top: 1px solid #eee; padding-top: 14px; }
/* —- Mobile: turn the table into stacked cards —- */
@media (max-width: 640px) {
.rdw-compare, .rdw-compare tbody, .rdw-compare tr, .rdw-compare td { display: block; width: 100% !important; }
.rdw-compare thead { display: none; }
.rdw-compare tr {
margin-bottom: 16px; border: 1px solid #e6e6e6; border-radius: 8px; padding: 8px; text-align: center;
}
.rdw-compare td { border-bottom: none; padding: 6px; }
.rdw-compare td.toc-tag { font-weight: 700; color: #1a1a1a; text-transform: capitalize; }
.rdw-compare td.toc-img img { max-width: 160px; max-height: 160px; }
.rdw-btn { width: 100%; box-sizing: border-box; }
}
Will your curl hold through heat, humidity, and tears? That question matters more than a dramatic first swipe.
The best waterproof curling mascaras balance lift with staying power, but each formula handles volume, length, and lash definition differently. This comparison narrows the field so you can focus on the finish that suits you.
Key Takeaways
- Prioritize a curved brush if your main goal is visible lift without relying heavily on an eyelash curler.
- Choose a buildable formula if you want to layer volume gradually while limiting clumps.
- Check the fiber brush design when length and lash separation matter as much as curl.
- Look for smudge-proof wear if you have oily lids, watery eyes, or long days ahead.
- Consider the removal process because highly water-resistant formulas often need a dedicated eye-makeup remover.
More Details on Our Top Picks
-
Maybelline Colossal Curl Bounce Mascara
If you want noticeable curl with a softer finish, this brownish-black Maybelline formula is a strong match. The waterproof formula pairs curling and volumizing claims, making it suited to everyday wear when you prefer definition without the starkest black shade.
Its main strengths are curl-focused styling, water resistance, and a more forgiving brownish-black color. The limitation is that the softer shade may look less dramatic than a very-black mascara, especially for evening makeup.
- Brand:Maybelline
- Formula:Waterproof curling
- Color:Brownish black
- Count:1
- Additional Feature:Volumizing effect
- Additional Feature:Curl Bounce design
- Additional Feature:Everyday-friendly shade
-
Maybelline Falsies Push Up Angel
Reach for this one if length and lift matter more than a thick, heavy lash look. The Push Up Angel formula is positioned around lengthening and curling, while the very-black color adds stronger definition.
You get waterproof wear, a dramatic shade, and a profile aimed at upward-looking lashes. Its limitation is that shoppers seeking dense volume may prefer a mascara built specifically around fuller, thicker lashes.
- Brand:Maybelline
- Formula:Waterproof lengthening
- Color:Very black
- Waterproof:Yes
- Count:1
- Additional Feature:Push-up styling concept
- Additional Feature:Angel-inspired lash look
- Additional Feature:Eye makeup formula
-
Maybelline Hypercurl Volumizing Mascara
For a straightforward volume-and-curl combination, Hypercurl keeps the brief simple. It is a practical choice for you if you want a very-black waterproof mascara without a long list of specialized claims.
The strongest points are volumizing definition, a curling focus, and a deep black shade. Since the supplied listing does not specifically promise lengthening, it may be less appealing if longer-looking lashes are your main goal.
- Brand:Maybelline
- Formula:Waterproof volumizing
- Color:Very black
- Waterproof:Yes
- Additional Feature:Hypercurl styling
- Additional Feature:Bold eye definition
- Additional Feature:Daily makeup option
-
Essence Lash Princess Curl Duo
This two-piece set suits you if you want a backup mascara or like keeping one in more than one makeup bag. Its listing combines curl, volume, length, and a fiber brush with a clump-free positioning.
The package also highlights vegan and cruelty-free credentials, along with smudge-proof, long-lasting wear. The trade-off is that a duo may be unnecessary if you only want one mascara or prefer a more specialized brush design.
- Brand:Essence
- Formula:Waterproof curling
- Color:Black
- Brush Type:Fiber brush
- Waterproof:Yes
- Count:2
- Additional Feature:Clump-free positioning
- Additional Feature:Length and volume
- Additional Feature:Smudge-proof wear
-
Heroine Make Volume Curl Mascara
Heroine Make is a good fit for you if defined, fuller lashes and a firm hold are the priority. The listing combines volumizing and lengthening claims with a curling formula, plus waterproof and smudge-proof positioning.
Its very-black color supports a more intense eye look, while the Japanese-made designation may appeal if you seek a product from a Japanese beauty brand. The limitation is that a strong waterproof formula can require more careful removal than a standard washable mascara.
- Brand:Heroine Make
- Formula:Waterproof curling
- Color:New black
- Waterproof:Yes
- Count:1
- Additional Feature:Made in Japan
- Additional Feature:Thick lash effect
- Additional Feature:Defined lash look
-
L'Oréal Extensionist Waterproof Mascara
Choose this L'Oréal option if you want an extension-inspired look from a traditional mascara. Its stated focus covers lengthening, volume, and curl, giving you a balanced profile rather than a single-effect formula.
The waterproof black formula is suited to longer-wear makeup and stronger lash definition. Because the supplied listing does not provide brush details or a specific shade name beyond black, you have less information for choosing based on applicator shape or color intensity.
- Brand:L'Oréal Paris
- Formula:Waterproof lengthening
- Color:Black
- Waterproof:Yes
- Additional Feature:Volumizing effect
- Additional Feature:Lash extension look
- Additional Feature:Curl-enhancing design
-
Maybelline Sky High Waterproof Mascara
Sky High is the flexible pick for you if you want to build intensity gradually. The listing covers lengthening, volume, definition, curl, and multiplication, so it targets a visibly enhanced lash look from several angles.
Its biggest advantage is the buildable formula, which can suit both lighter daytime definition and a fuller makeup look. The limitation is that so many effect claims do not tell you whether the final result will feel natural or highly dramatic without more brush and finish detail.
- Brand:Maybelline
- Formula:Waterproof buildable
- Color:Very black
- Waterproof:Yes
- Count:1
- Additional Feature:Multiplying lash effect
- Additional Feature:Sky High styling
- Additional Feature:Layerable intensity
-
Essence Lash Princess False Lash
This Lash Princess option is aimed at you if you want a false-lash-inspired effect with a fiber brush. It highlights length, volume, definition, and long-lasting wear, making it a strong choice for a more noticeable eye look.
The formula is also positioned as smudge-proof and flake-resistant, with vegan, cruelty-free, and paraben-free credentials. Its limitation is that the dramatic false-lash direction may feel too bold if you prefer soft, barely-there definition.
- Brand:Essence
- Formula:Waterproof lengthening
- Color:Black
- Brush Type:Fiber brush
- Waterproof:Yes
- Count:1
- Additional Feature:No-smudge positioning
- Additional Feature:Flake-resistant wear
- Additional Feature:Paraben-free formula
-
Tarte Maneater Curl Mascara
Tarte Maneater is worth considering if your priorities are extreme curl, volume, and length in one formula. Its longwear positioning and cruelty-free claim add appeal for extended makeup use and ethical shopping preferences.
The main strength is its three-part lash focus, covering the effects most people want from a curling mascara. The supplied title does not explicitly state that it is waterproof, so verify the current packaging or product listing if water resistance is essential.
- Brand:Tarte
- Formula:Longwear
- Waterproof:Not stated
- Additional Feature:Maneater lash effect
- Additional Feature:Longwear makeup
- Additional Feature:Cruelty-free formula
-
Maybelline Falsies Lash Lift Mascara
This Falsies Lash Lift formula fits you if you want multiple visible lash effects from one waterproof mascara. It combines volumizing, lengthening, lifting, curling, and multiplying claims for a bold, amplified result.
The very-black shade adds strong contrast, while the waterproof formula supports longer-wear makeup. Its limitation is that the highly layered effect may be more dramatic than you want for a minimalist daytime routine.
- Brand:Maybelline
- Formula:Waterproof volumizing
- Color:Very black
- Waterproof:Yes
- Count:1
- Additional Feature:Multiplying lash effect
- Additional Feature:Curl-enhancing design
- Additional Feature:Falsies-inspired finish
Factors to Consider When Choosing Best Waterproof Curling Mascaras
Curl-Holding Formula
Look for a waterproof formula described as lightweight, flexible, or designed for curl retention. Heavy, wet formulas can pull lashes downward, while a quick-drying formula helps preserve the lift created by your curler. Check the finish before buying. A buildable formula gives you more control over volume, while a thin, lengthening formula is often better for keeping naturally straight lashes lifted.
Brush Shape
Brush design affects both curl and application. A curved wand can follow the lash line and reinforce the shape of curled lashes, while a slim or tapered tip helps reach short inner-corner lashes without smudging. Dense bristles usually add more volume, but they can deposit extra product quickly. If your lashes clump easily, choose spaced bristles or a comb-style brush for cleaner separation.
Waterproof Performance
“Waterproof” should mean resistance to tears, sweat, and humidity, but performance varies by formula. Read the product description and reviews for clues about flaking, smudging, and how well the curl lasts throughout the day. A waterproof mascara is not automatically transfer-proof under every condition. If you have oily eyelids, look for a formula specifically described as smudge-resistant or suitable for long wear.
Removal Method
Waterproof mascara needs an effective remover, especially if you apply several coats. Choose an oil-based or biphasic eye makeup remover, then hold a soaked cotton pad over your closed eye for several seconds before wiping gently. Avoid scrubbing, pulling, or repeatedly rubbing the lash line. Careful removal helps reduce lash breakage and irritation around the delicate eye area.
Eye Sensitivity
If your eyes are sensitive, check the ingredient list and choose a product labeled ophthalmologist-tested or suitable for contact lens wearers. Those labels do not guarantee that irritation is impossible, so stop using the mascara if you experience burning, swelling, or persistent redness. Avoid sharing mascara, and replace it around three months after opening or sooner if the smell, texture, or application changes. A clean wand is one of the simplest ways to lower the risk of eye irritation.
Price And Value
Waterproof curling mascaras commonly range from about $8 to $15 at the drugstore and $20 to $35 or more from prestige brands. A higher price may buy a more refined brush, longer wear, or easier removal, but it does not guarantee better curl. Compare the formula, brush, and user feedback rather than choosing by brand name alone. If you wear mascara daily, a reliable mid-priced option can offer better value than a premium tube that performs similarly.
Frequently Asked Questions
Can waterproof mascara help hold a curl?
Yes, waterproof formulas often dry lighter and resist moisture that can make lashes droop. Apply your lash curler first, then use one or two thin coats of mascara to help preserve the lift. Avoid heavy layers, which can weigh down the curl. If your lashes are very straight, a quick-drying formula may hold the shape better than a thick volumizing mascara.
Should I curl my lashes before or after applying mascara?
Curl your lashes before mascara. Curling lashes after the product dries can make them brittle and may cause them to stick to the curler. For a stronger lift, use the curler at the base, middle, and tips with gentle pressure. Let each section hold briefly rather than clamping hard in one spot.
Is waterproof mascara safe for sensitive eyes?
It can be, especially if the product is labeled ophthalmologist-tested or suitable for contact lens users. Still, waterproof formulas may contain film-forming ingredients that bother some eyes. Check the ingredient list, avoid sharing the tube, and remove the mascara thoroughly each night. Stop using it if you notice redness, pain, or swelling.
How do you remove waterproof curling mascara?
Use a biphasic or oil-based remover made for eye makeup. Saturate a cotton pad, hold it over your closed eye for several seconds, and wipe downward without scrubbing. Repeat with a clean pad if needed, then rinse or cleanse according to the remover’s directions. Gentle removal matters because rubbing can cause lash loss and irritation.
Can you use a lash curler with waterproof mascara?
Yes, but use the curler before applying mascara. Curling after the mascara has dried can make lashes stick to the pad and increase the chance of breakage. Replace the curler pad when it becomes hard or cracked, and keep the tool clean. A clean, well-maintained curler helps create lift without requiring excessive pressure.