﻿:root {
    --lbuyfont-family: "abchanel-corpo,arial,helvetica,sans-serif";
    --lbuy_ltrip-div_radius: 20px;
    --font-dark_gray: #282828;
    --color-black-bg: #000000;
    --color-white: #ffffff;
    --color-white-bg: #ffffff;
    --border-radius: 5px;
}

html, body {
    font-family: var(--lbuyfont-family);
    color: var(--color-black);
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.ltrip_head_box {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 35px 0;
    padding-top: 90px;
}

    .ltrip_head_box h3 {
        background-color: var(--color-white-bg);
        padding: 0 15px;
        display: inline-block;
        font-size: 28px;
        font-weight: 700;
        color: var(--color-black);
        margin: 0;
    }

    .ltrip_head_box > span {
        font-weight: 400;
        position: absolute;
        right: 72px;
        z-index: 2;
        display: flex;
        align-self: center;
    }

        .ltrip_head_box > span a {
            display: block;
            margin: 0 auto;
            padding: 9px 15px 8px 8px;
            background: var(--color-white-bg);
            border-radius: var(--border-radius);
            cursor: pointer;
            font-size: 14px;
            color: var(--color-black);
            text-decoration: none;
            width: 110px;
            text-align: center;
        }

        .ltrip_head_box > span .fa {
            font-size: 1.14rem;
            position: relative;
            top: 1px;
            z-index: 2;
            left: 8px;
            -webkit-text-stroke: 0.4px var(--font-dark_gray);
        }

.ltrip_tag_box {
    display: flex;
    margin-bottom: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 5px;
}

.ltrip_tag {
    flex-shrink: 0;
    padding: 0px 14px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
    height: 32px;
    line-height: 32px;
    color: var(--font-dark_gray);
    text-transform: uppercase;
}

    .ltrip_tag.active {
        background: var(--color-black-bg);
        color: var(--color-white);
    }

.ltrip_content_box {
    position: relative;
}

.ltrip_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.ltrip_content {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s ease;
}

    .ltrip_content.active {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

.ltrip_product {
    /*border-radius: var(--lbuy_ltrip-div_radius);*/
    overflow: hidden;
}

.ltrip_product_img {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    padding-top: 60%;
}

    .ltrip_product_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


.twoteam_con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0000008c;
    padding: 8px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    .twoteam_con .twoteam_left {
        flex-shrink: 0;
        width: calc(100% - 119px);
    }

    .twoteam_con .twoteam_right {
        width: 119px;
        text-align: right;
    }

    .twoteam_con .towteam_discount {
        text-align: right;
        width: 100%;
    }

    .twoteam_con .twoteam_left h4 {
        font-family: NotoSansTCRegular;
        max-height: 48px;
        font-size: 1.28rem;
        display: block;
        line-height: 24px;
        text-shadow: 1px 1px black;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0;
    }

    .twoteam_con .twoteam_right span {
        display: block;
        font-size: 1.28rem;
        line-height: 24px;
        max-height: 24px;
        font-family: NotoSansTCRegular;
        text-shadow: 1px 1px black;
    }

        .twoteam_con .twoteam_right span:nth-child(1) {
            color: #fff;
        }

        .twoteam_con .twoteam_right span:nth-child(2) {
            color: #ffde00;
            font-weight: 700;
            font-size: 1.42rem;
        }

            .twoteam_con .twoteam_right span:nth-child(2) b {
                font-weight: 400;
                font-size: 1rem;
                margin-right: 3px;
            }

.ltrip_content_box .scroll_rightbtn {
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -37px;
    color: #d4d4d4;
    opacity: .85;
    cursor: pointer;
}

.ltrip_content_box .scroll_leftbtn {
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -37px;
    color: #d4d4d4;
    opacity: .85;
    cursor: pointer;
}
