/* Earn option */
.single-product .earn-option {
    margin: 30px 0;
    padding: 10px 14px;
    border-radius: 50px;
    background: rgba(30, 30, 30, 0.50);
    width: fit-content;
}

.single-product .earn-option p {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.single-product .points-option__earn > span {
    background: linear-gradient(24deg, #01E8FF 13.41%, #0C7EFB 81.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.single-product .points-option__earn .earn-points {
    position: static;
}

.single-product .earn-option a {
    display: inline-block;
    border-bottom: 1px solid #01E8FF;
}

/* G-cash */
.single-product .gcash {
    color: #fff;
    margin: 60px 0 9px;
    padding: 46px 0 0;
    border-top: 1px solid #434343;
    position: relative;
}

.single-product .gcash .or-separator {
    display: block;
    padding: 13px 0;
    width: 83px;
    height: 43px;
    background: #121012;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.single-product .gcash .gcash-row img {
    width: 50px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.single-product .gcash .gcash-row img + div {
    width: calc(100% - 66px);
}
.single-product .gcash input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #8a2be2 0%, #8a2be2 50%, #444 50%, #444 100%);
    border-radius: 20px;
    outline: none;
    border: none;
    position: relative;
    cursor: pointer;
}
    
.single-product .gcash input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    height: 8px;
    border-radius: 20px;
}

.single-product .gcash input[type="range"]::-moz-range-track {
    background: none;
    height: 8px;
    border-radius: 20px;
}

.single-product .gcash input[type="range"]::-ms-track {
    background: none;
    border-color: transparent;
    color: transparent;
    height: 8px;
}

.single-product .gcash input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 19px;
    height: 19px;
    background: #8a2be2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -5px;
    z-index: 2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.single-product .gcash input[type="range"]::-moz-range-thumb {
    width: 19px;
    height: 19px;
    background: #8a2be2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.single-product .gcash input[type="range"]::-ms-thumb {
    width: 19px;
    height: 19px;
    background: #8a2be2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* .single-product .gcash input[type="range"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: #8a2be2;
    border-radius: 50%;
    z-index: 1;
} */

.single-product .gcash input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #8a2be2 0%, #8a2be2 calc(var(--value) * 1%), #444 calc(var(--value) * 1%), #444 100%);
}

.single-product .gcash input[type="range"]::-moz-range-track {
    background: linear-gradient(to right, #8a2be2 0%, #8a2be2 calc(var(--value) * 1%), #444 calc(var(--value) * 1%), #444 100%);
}

.single-product .gcash .range-group {
    width: 100%;
    position: relative;
}

.single-product .gcash .range-group svg {
    position: absolute;
    left: 0;
    top: 0;
}

.single-product .gcash .alert-message {
    display: none;
    color: #FF3932;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.single-product input[type="button"] {
    width: 164px;
    padding: 12px 34px;
    border-radius: 19px;
    background: #FFF;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    cursor: pointer;
}

.single-product input[type="button"].success {
    opacity: 0.5;
    pointer-events: none;
}

.single-product .gcash-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.single-product .gcash-row:first-child {
    margin-bottom: 15px;
}

.single-product .gcash-row.avialable-option .col.short {
    width: 100px;
}

.single-product .gcash-row.range-option .col.short {
    width: 140px;
}

.single-product .gcash-row .col #apply-coupon {
    /* height: 43px; */
    width: 100%;
    padding: 15px 34px;
    border-radius: 12px;
    /* opacity: 0.4; */
    background: linear-gradient(180deg, rgba(153, 153, 153, 0.32) 0%, rgba(255, 255, 255, 0.32) 51.5%, rgba(153, 153, 153, 0.32) 100%);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #fff;
}

.single-product .gcash-row .wide {
    width: 429px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.single-product .gcash-row .full {
    width: 100%;
    margin-top: 15px;
}

.single-product .gcash-row h3 {
    margin: 0 0 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 122.222%;
}
    
.single-product .gcash-row h3 + p {
    margin: 0;
    color: #CBCBCB;
    font-size: 14px;
    line-height: 160%;
}

.single-product .gcash-row h3 + p strong {
    color: #fff;
}

.single-product .gcash-balance {
    margin: 0 0 0 auto;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(222, 255, 49, 0.10) 0%, rgba(175, 202, 31, 0.10) 100%);
    color: var(--Main-Green, #DEFF31);
    font-size: 18px;
    font-weight: 600;
    line-height: 122.222%;
}

.single-product .gcash-label {
    display: block;
    width: 429px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

@media (max-width: 768px) {
    .single-product .earn-option {
        margin: 14px 0 16px;
    }

    .single-product .gcash-row {
        align-items: flex-start;
    }

    .single-product .gcash-row h3 {
        font-size: 14px;
        line-height: normal;
    }

    .single-product .gcash-row h3 + p {
        font-size: 12px;
    }

    .single-product .gcash-label {
        width: 100%;
        font-size: 16px;
    }

    .single-product .gcash-row .col #apply-coupon {
        font-size: 12px;
    }

    .single-product .gcash-row.range-option {
        margin-top: 16px;
    }

    .single-product .gcash-row.range-option .full {
        margin-bottom: 13px;
    }
    
    .single-product .gcash-row.avialable-option .wide,
    .single-product .gcash-row.avialable-option .wide {
        width: calc(100% - 110px);
        margin-top: 0;
    }

    .single-product .gcash-row.avialable-option .wide {
        column-gap: 12px;
    }

    .single-product .gcash-row.avialable-option .wide img + div {
        width: calc(100% - 62px);
    }

    .single-product .gcash-row.range-option .wide,
    .single-product .gcash-row.range-option .full,
    .single-product .gcash-row.range-option .col.short {
        width: 100%;
        margin-top: 0;
    }

    .single-product .gcash-row .col #apply-coupon {
        width: 100%;
        margin-top: 22px;
    }

    .single-product .gcash-row .wide svg {
        display: none;
    }

    .single-product .gcash-row:last-child .wide {
        width: 100%;
        margin-bottom: 15px;
    }

    .single-product .gcash .alert-message {
        width: 100%;
        text-align: center;
        bottom: -22px;
    }
}