.product-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-details ul li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.4rem;
}

.product-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url("/images/ui/bullet-flag.svg") no-repeat center center;
    background-size: contain;
}
