.rankingCard__epilatorItem {
    background: #fff;
    flex: 0 0 100%;
    left: 0;
    position: relative;
    transition: all .5s ease-out;
    width: 100%;
}

.rankingCard__epilatorItemInner {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px 10px 40px;
    position: relative;
}
.rankingCard__epilatorNum {
    align-items: center;
    background: #2c2f33;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 34px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 34px;
    padding: 0px 25px;
    clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
}

.rankingCard__epilatorNum::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #2c2f33;
}

.rankingCard__epilatorImg {
    align-items: center;
    display: flex;
    width: 25%;
}
.rankingCard__epilatorInfo {
    color: #0a315f;
    font-size: 15px;
    width: 70%;
}
.rankingCard__epilatorTitle {
    color: black;
    /*background: linear-gradient(transparent 50%, rgba(220, 226, 32, .52) 0);*/
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    background-color: #d0e1ef;
    padding: 5px;
}

.rankingCard__epilatorInfo dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: unset;
}

.rankingCard__epilatorInfo dt {
    background: var(--theme-head-color);
    color: #fff;
    width: 30%;
}
.rankingCard__epilatorInfo dd {
    /*background: #e6e6e6;*/
    width: 65%;
    /*margin-left: 5px;*/
    border-bottom: solid 1px var(--theme-head-color) ;
    margin-left: unset;
}

.rankingCard__epilatorInfo dd, .rankingCard__epilatorInfo dt {
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: center;
    margin-top: 4px;
    padding: 10px;
}

.rankingCard__eplatorChangeBtn--next {
    background: url(https://api.iconify.design/material-symbols/arrow-back-ios-new.svg?color=%230a315f&rotate=180deg) no-repeat 50% / contain;
    left: auto;
    right: 0;
}

.rankingCard__eplatorChangeBtn {
    background: url(https://api.iconify.design/material-symbols/arrow-back-ios-new.svg?color=%230a315f) no-repeat 50% / contain;
    cursor: pointer;
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1;
}
rankingCard__epilatorImg img {
    width: 100%;
}

.rankingCard__eplatorChangeBtn--next {
    background: url(https://api.iconify.design/material-symbols/arrow-back-ios-new.svg?color=%230a315f&rotate=180deg) no-repeat 50% / contain;
    left: auto;
    right: 0;
}

.rankingCard__epilatorImg img{
    width: 100%;
}
.hair-machine-item{
    margin-top: 5px;
    border: unset;
}

.hair-machine__title {
    width: 98%;
    margin: 1em auto 0;
    padding: 0.2em 0 0.2em 0px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left;
    border-bottom: solid 2px var(--theme-bg-color);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
}
