.hair-styling-stick { background:#ffe9f0; }

.hair-styling-stick-list ul { list-style: none; /* Remove default bullets */  }

.hair-styling-stick-list ul li { position:relative; margin-left:-22px; margin-bottom:10px; }

.hair-styling-stick-list ul li::before {
  content: "\2022";
  color:#e992af;
  font-size:40px;
  font-weight:bold;
  display: inline-block;
  left:-20px;
  top:-15px;
  position:absolute;
  }
 
 
.hair-styling-stick-extra-hard { background:#f1cae0; }

.hair-styling-stick-extra-hard-list ul { list-style: none; /* Remove default bullets */  }

.hair-styling-stick-extra-hard-list ul li { position:relative; margin-left:-22px; margin-bottom:10px; }

.hair-styling-stick-extra-hard-list ul li::before {
  content: "\2022";
  color:#c0217a;
  font-size:40px;
  font-weight:bold;
  display: inline-block;
  left:-20px;
  top:-15px;
  position:absolute;
  }