.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.product-img {
    width: 100%;
}

.product-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}

.product-popup.active {
    display: block;
}

.product-popup-main {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 1024px;
    padding: 30px;
}

.channel-tip-div {
    border-bottom: 1px solid #636363;
}

.product-popup-main2 {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 450px;
    padding: 15px;
}

.product-div {
    display: flex;
    justify-content: space-between;
}

.product-div4-or span {
    font-width: 600;
    font-size: 0.9rem !important;
    color: #e64b40 !important;
}

.product-div4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-close-div {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2%;
    right: 1%;
}

.popup-close-div button img {
    width: 100%;
    height: 100%;
}

.product-div2 {
    width: 60%;
}

.product-div3 {
    width: 35%;
}

.channel-tip {
    color: #00aeef;
}

.channel-tip-main img {
    width: 25px;
    height: 25px;
}

.channel-tip-main span {
    font-size: 18px;
    font-weight: 600;
}

.channel-tip-main2 span {
    font-size: 15px;
    color: #00aeef;
    font-weight: 600;
}

.channel-tip-main3 span {
    font-size: 16px;
    font-weight: 500;
}

.channel-tip-divs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.channel-tip-main4 {
    display: flex;
    flex-direction: column;
}

.channel-tip-main4 span {
    font-size: 15px;
    color: #636363;
}

.product-popup-main2 h3 {
    text-align: center;
}



@media (max-width: 928px) {
    .product-popup-main {
        height: 100%;
        overflow: scroll;
    }

    .product-div {
        flex-direction: column;
    }

    .product-div4 {
        flex-direction: column;
        gap: 10px;
    }

    .product-div2 {
        width: 100%;
    }

    .product-div3 {
        width: 100%;
    }
}