header h2 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
}

header span {
    font-size: 12px;
    line-height: 20px;
    color: #DE00FF;
    font-weight: 500;
}

header .track-btn button {
    background: linear-gradient(90deg, #EC4899 0%, #DE00FF 100%);
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    border: none;
}

header {
    border-bottom: 2px solid #ddd;
}

.type h2 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.type h2 i {
    color: #9810fa;
}

.type .type-item {
    border: 2px solid #9810fa;
}

.type .type-item p {
    font-size: 40px;
}

.type .type-item h5 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.type .type-item span {
    font-size: 14px;
    line-height: 20px;
    color: #9810fa;
    font-weight: 500;
}

.details h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.details h3 i {
    color: #9810fa;
}

.details label {
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
    font-weight: 500;
    margin-bottom: 10px;
}


.range-wrapper {
    position: relative;
    width: 100%;
}

.range-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 10px;
    transform: translateY(-50%);
    overflow: hidden;
}

.range-progress {
    height: 100%;
    width: 0%;
    background: #9810fa;
    border-radius: 10px;
    transition: width 0.1s linear;
}

input[type="range"] {
    width: 100%;
    background: none;
    position: relative;
    z-index: 2;
    appearance: none;
    height: 12px;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #9810fa;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #9810fa;
    border-radius: 50%;
    cursor: pointer;
}

.volume p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.volume span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.summary::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #EC4899 0%, #DE00FF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.summary p {
    font-size: 15px;
    line-height: 20px;
    color: #707070;
}

.summary b {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.summary span {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.price p:first-child {
    color: #9810fa;
}

.price span {
    font-size: 50px;
    line-height: 70px;
    color: #000;
    font-weight: 700;
}

.summary .btn-dark {
    background: linear-gradient(90deg, #EC4899 0%, #DE00FF 100%);
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    line-height: 20px;
}

.summary .btn-light {
    background: transparent;
    color: #7c7c7c;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 20px;
}

.card ul {
    list-style-type: none;
}

.card ul li i {
    color: #00e500;
    margin-right: 8px;
}

.card ul li {
    font-size: 15px;
    line-height: 20px;
    color: #707070;
}

.card {
    /* box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 6px #dcdcdc; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border: none;
}