html,
    body {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
        font-family: MiSans Latin;
        background-color: #E1EFFF;
    }

    p {
        margin-bottom: 0;
    }

    ul li {
        list-style: disc;
    }

    h2 {
        margin: 0;
    }

    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h1,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h2,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h3,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h4,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h5,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 h6,
    .klaviyo-form-SPNVfZ .kl-private-reset-css-Xuajs1 p {
        display: none !important;
    }

    .klaviyo-form-SPNVfZ.klaviyo-form form {
        margin-top: 0 !important;
    }

    .klaviyo-form-SPNVfZ div[data-testid="form-row"]:nth-of-type(2) {
        height: 2.14vw !important;
    }

    .klaviyo-form-SPNVfZ input {
        flex: 1 !important;
        height: 100% !important;
        padding: 0.5vw 1vw !important;
        font-size: 0.84vw !important;
        border: 0 !important;
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        background-color: #f0f0f0 !important;
        outline: none !important;
        color: rgb(0, 0, 0) !important;
    }

    .klaviyo-form input[type="email"] {
        border: 0 !important;
    }

    .klaviyo-form-SPNVfZ .go300628013 {
        padding: 0.5vw 1.5vw !important;
        height: 100% !important;
        color: white !important;
        background-color: #3689FF !important;
        border: none !important;
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
        cursor: pointer !important;
        transition: background-color 0.3s !important;
    }

    .coupon-box,
    .coupon-box-copied {
        margin: 0.5vw 0;
        align-items: center;
        border-radius: 9999px;
        overflow: hidden;
        background-color: #d9ede3;
        width: fit-content;
    }

    .coupon-code,
    .coupon-code-copied {
        padding: 0.4vw 0.8vw;
        font-weight: 450;
        color: #1e1e1e;
        font-size: 1.5vw;
        background-color: #d9ede3;
    }

    .copy-coupon-btn,
    .copy-coupon-copied {
        padding: 0.2vw 1vw;
        border: none;
        background-color: #3689FF;
        color: white;
        font-weight: 380;
        font-size: 1.5vw;
        cursor: pointer;
        height: 100%;
    }

    .copy-coupon-btn {
        padding: 0.2vw 1.5vw;
    }

    .copy-coupon-btn:hover {
        background-color: #3689FF;
    }

    .main-image-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-radius: 1vw;
        overflow: hidden;
    }

    .main-image {
        pointer-events: none !important;
        user-select: none;
        width: 100%;
        display: block;
        border-radius: 1vw;
    }

    .nav-button {
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1;
        background-color: #414141;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .nav-button:active {
        background-color: #000000 !important;
    }

    .nav-button img {
        width: 65%;
        height: 65%;
    }

    .nav-button.left {
        left: 1vw;
    }

    .nav-button.right {
        right: 1vw;
    }

    .thumbnail-list {
        margin-top: 1vw;
        display: flex;
        overflow-x: auto;
        gap: 0.6vw;
        scrollbar-width: none;
        -ms-overflow-style: none;
        user-select: none;
    }

    .thumbnail-list::-webkit-scrollbar {
        display: none;
    }

    .thumbnail {
        width: calc((100% - 7 * 0.6vw) / 8);
        object-fit: cover;
        border-radius: 0.5vw;
        opacity: 0.6;
        cursor: pointer;
        flex-shrink: 0;
        user-select: none;
        transition: 0.3s;
    }

    .carousel-wrapper {
        width: 100%;
    }

    .thumbnail.active {
        /* border: 1px solid #007BFF; */
        opacity: 1;
    }

    .product-highlight {
        position: relative;
        text-align: center;
        margin: 2vw 0 0 0;
    }

    .product-header h2 {
        font-size: 24px;
        margin: 0;
    }

    .product-image {
        background-size: cover;
        background-position: center;
        height: 300px;
    }

    .product-footer .info-item {
        display: inline-block;
        margin: 0 10px;
        font-size: 18px;
    }

    .intro-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        overflow: hidden;
    }

    .intro-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 1vw !important;
    }

    .intro-title {
        position: absolute;
        top: 9.8vw;
        left: 8.8vw;
        color: #000;
        max-width: 22vw;
        font-weight: 630;
        font-size: 1.51vw;
        line-height: 115%;
        letter-spacing: 0%;
    }

    .stats {
        opacity: 0.78;
        width: 61vw;
        position: absolute;
        bottom: 2vw;
        left: 50%;
        transform: translateX(-50%);
        background: #FFFFFF;
        border-radius: 1vw;
        padding: 1.3vw 4vw;
        display: flex;
        gap: 7vw;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .stat {
        text-align: center;
    }

    .stat strong {
        display: block;
        font-weight: 630;
        font-size: 1.89vw;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000;
    }

    .stat span {
        font-weight: 330;
        font-size: 1.2vw;
        line-height: 100%;
        letter-spacing: 0%;
        color: #474747;
    }

    .video-container {
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 3vw;
    }

    /* 横向区域 */
    .card-wrapper {
        display: flex;
        gap: 0.9vw;
        overflow-x: hidden;
        min-width: max-content;
    }

    .scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-container::-webkit-scrollbar {
        display: none;
    }

    .video-container .card {
        width: 23.5vw;
        background-color: #FFFFFF;
        border-radius: 1vw;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        height: 30vw;
    }

    .video-container .image-container {
        position: relative;
        height: 60%;
        overflow: hidden;
    }

    .video-container .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-container .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .video-container .play-btn img {
        width: 2.5vw;
    }

    .video-container .description {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        padding: 1vw 1.5vw;
    }

    .video-container .text {
        font-size: 0.8vw;
        margin-bottom: 1.5vw;
        color: #515151;
        line-height: 1.4;
        font-weight: 330;
        line-height: 120%;
        letter-spacing: 0%;
        flex-grow: 1;
    }

    .video-container .profile {
        display: flex;
        align-items: center;
        margin-top: auto;
    }

    .video-container .avatar {
        width: 2.9vw;
        height: 2.9vw;
        margin-right: 0.7vw;
        object-fit: cover;
    }

    .video-container .info .name {
        font-weight: 700;
        font-size: 0.73vw;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000000;
        margin-bottom: 0.4vw;
    }

    .video-container .info .meta {
        font-weight: 380;
        font-size: 0.6vw;
        line-height: 100%;
        letter-spacing: 0%;
        color: #757575;
        margin-bottom: 0.2vw;
    }

    .video-container .info .title {
        font-weight: 630;
        font-size: 0.5vw;
        line-height: 120%;
        letter-spacing: 0px;
        vertical-align: middle;
        text-transform: capitalize;
        color: #C79F6C;
    }

    .video-container .modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    .modal-content {
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
    }

    .modal-content video {
        max-width: 90vw;
        max-height: 90vh;
    }

    .close-btn {
        position: absolute;
        top: 0.5vw;
        right: 0.8vw;
        font-size: 1vw;
        color: white;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    @media (min-width: 767px) {
        .mob {
            display: none !important
        }

        .banner-contain {
            position: relative;
            display: flex;
            align-items: center;
        }

        .banner-contain.pc .content {
            margin-top: -1.5vw;
            z-index: 1;
            padding-left: 8.95vw;
        }

        .banner-imgBox {
            width: 9vw;
            margin-bottom: 1vw;
        }

        .banner-contain .title {
            font-weight: 700;
            line-height: 100%;
            letter-spacing: -1%;
            text-transform: uppercase;
            color: #000000;
        }

        .banner-contain .des {
            font-weight: 520;
            line-height: 100%;
            letter-spacing: -1%;
            text-transform: capitalize;
            color: #000000;
        }

        .banner-contain .unlockSavingButton {
            font-family: Rany;
            width: 13.3vw;
            height: 2.36vw;
            background: #3689FF;
            color: #fff;
            font-weight: 500;
            text-align: center;
            line-height: 190%;
            border-radius: 2vw;
        }

        .filter-banner {
            box-sizing: border-box;
            width: 14.5vw;
            display: flex;
            align-items: center;
            background-color: white;
            border-radius: 0.25vw;
            border: 1px solid #3689FF;
            padding: 0.62vw 0.52vw 0.62vw 1vw;
            position: relative;
            margin-bottom: 2.1vw;
        }

        .filter-banner-product-pc {
            margin: 1vw 0 1.8vw 0;
            width: 15vw;
        }

        .filter-banner img {
            width: 2.24vw;
            height: auto;
            margin: 0 1.05vw 0 0;
        }

        .filter-text h2 {
            font-weight: 450;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
            margin: 0;
        }

        .filter-price {
            background-color: #3689FF;
            color: white;
            padding: 0 1vw;
            border-radius: 0 0.25vw 0 0.4vw;
            position: absolute;
            top: -1px;
            right: -1px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 1vw;
        }

        .filter-price span {
            font-weight: 450;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .banner-text {
            display: flex;
            color: #3689FF;
            margin-bottom: 2vw;
        }

        .banner-sale-save {
            font-size: 2.4vw;
            font-weight: 700;
        }

        .banner-sale-up {
            font-size: 1.85vw;
            font-weight: 700;
        }

        .banner-sale {
            line-height: 3.2vw;
            font-size: 4.5vw;
            font-weight: 700;
        }

        .banner-contain.pc .title {
            font-size: 2.8vw;
            margin-bottom: 0.5vw;
        }

        .banner-contain.pc .des {
            font-size: 1.1vw;
            margin-bottom: 1.1vw;
        }

        .banner-contain.pc .unlockSavingButton {
            font-size: 1.08vw;
        }

        .filter-text h2 {
            font-size: 0.68vw;
            margin: 0;
        }

        .filter-price span {
            font-size: 0.54vw;
        }

        .serve-content,
        .subscribe-content,
        .innovation-content,
        .products-content {
            padding: 3vw 13vw;
            justify-items: center;
        }

        .products-content {
            padding-top: 6vw;
        }

        .products-content-title,
        .subscribe-content-title,
        .innovation-content-title,
        .serve-content-title {
            margin: 0 !important;
            padding-bottom: 6vw;
            font-weight: 630 !important;
            font-size: 2.2vw !important;
            line-height: 120% !important;
            letter-spacing: 0%;
            text-align: center;
        }

        .products-pm10,
        .products-pm20 {
            display: flex;
            align-items: stretch;
            width: 100%;
            margin: 0 auto;
            border-radius: 0.6vw;
            margin-bottom: 1vw;
            overflow: hidden;
        }

        .pm10-text,
        .pm20-text {
            background-color: #FFFFFF;
            flex: 1;
            max-width: 36%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-sizing: border-box;
            padding: 2.2vw;
        }

        .pm10-image,
        .pm20-image {
            flex: 1;
            width: 64%;
            overflow: hidden;
            position: relative;
            display: flex;
        }

        .pm10-image img,
        .pm20-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .pm10-image img:hover,
        .pm20-image img:hover {
            transform: scale(1.05);
        }

        .first-p,
        .smarter-p {
            border-radius: 0.2vw;
            width: 6.3vw;
            font-weight: 520;
            font-size: 0.75vw;
            line-height: 120%;
            color: #3689FF;
            padding: 0.21vw 0.42vw;
            text-align: center;
            border: 1px solid #3689FF;
        }

        .smarter-p {
            width: 6.85vw;
        }

        .product-title {
            font-weight: 520;
            font-size: 1.5vw;
            line-height: 120%;
            letter-spacing: 0%;
            padding: 0.8vw 0;
        }

        .product-tag {
            font-weight: 380;
            font-size: 0.9vw;
            line-height: 120%;
            color: #686868;
        }

        .horizontal-line {
            border-top: 2px solid #ccc;
            margin: 0.8vw 0;
        }

        .product-li {
            font-weight: 380;
            font-size: 0.75vw;
            line-height: 160%;
            color: #808080;
            margin-left: 1vw;
        }

        .product-current-price {
            font-weight: 520;
            font-size: 1.2vw;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
        }

        .product-original-cost {
            font-weight: 450;
            font-size: 0.9vw;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
            margin-left: 0.3vw;
            color: #A0A0A0
        }

        .buy-now-button {
            margin-top: 0.7vw;
            width: 9vw;
            height: 2vw;
            cursor: pointer;
            padding-left: 0;
        }

        .subscribe {
            display: flex;
            align-items: stretch;
            width: 100%;
            margin: 0 auto;
            border-radius: 0.6vw;
            margin-bottom: 3vw;
            overflow: hidden;
        }

        .subscribe-text {
            background-color: #FFFFFF;
            flex: 1;
            width: 62%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            padding: 7vw;
        }

        .subscribe-image {
            flex: 1;
            width: 38%;
            overflow: hidden;
            position: relative;
            display: flex;
        }

        .subscribe-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .subscribe-image img:hover {
            transform: scale(1.05);
        }

        .subscribe-title {
            font-weight: 520;
            font-size: 1.6vw;
            line-height: 130%;
            letter-spacing: 0%;
            padding: 1vw 0;
        }

        [type=button]:focus,
        [type=button]:hover,
        [type=submit]:focus,
        [type=submit]:hover,
        button:focus,
        button:hover {
            color: #fff !important;
            background-color: #3689FF !important;
            text-decoration: none;
        }

        .check-tip {
            font-weight: 330;
            font-size: 0.8vw;
            line-height: 130%;
            letter-spacing: 0%;
        }

        .checkbox-container {
            display: flex;
            align-items: center;
            margin: 0.5vw 0;
        }

        .checkbox-container input[type="checkbox"] {
            width: 1vw;
            height: 1vw;
            border-radius: 0.2vw;
            margin-right: 0.5vw;
            cursor: pointer;
        }

        .checkbox-container label {
            font-weight: 330;
            font-size: 0.8vw;
            line-height: 130%;
            letter-spacing: 0%;
        }

        .checkbox-container a {
            color: #000000;
            text-decoration: underline !important
        }

        .serve-content .serve-content-wrap {
            display: flex;
            gap: 1.04167vw;
            flex-wrap: wrap;
            justify-content: center;
        }

        .serve-content .serve-content-wrap .item {
            position: relative;
            flex-basis: calc((100% - 2.08333vw) / 3);
            max-width: calc((100% - 2.08333vw) / 3);
        }

        .serve-content .serve-content-wrap .text {
            font-weight: 520;
            font-size: 1vw;
            line-height: 120%;
            text-align: center;
            position: absolute;
            bottom: 2vw;
            left: 50%;
            white-space: nowrap;
            transform: translateX(-50%);
        }

        .serve-content .serve-content-wrap img {
            width: 100%;
        }

        .disclaimers-content {
            padding: 3vw 15vw;
            margin-bottom: 8vw;
        }

        .disclaimers-content h3 {
            margin-top: 0 !important;
            font-family: Poppins;
            font-weight: 600;
            font-size: 1.2vw;
            line-height: 140%;
            letter-spacing: 0%;
            color: #2C2C2C;
        }

        .disclaimers-content p {
            font-family: Poppins;
            font-weight: 400;
            font-size: 0.9vw;
            line-height: 160%;
            letter-spacing: 0%;
            color: #888888;
        }

        .stick {
            height: 5.2vw;
            padding: 0.6vw 0;
            display: flex;
            justify-content: center;
            position: sticky;
            top: 0;
            background-color: #3689FF;
            z-index: 9;
            align-items: center;
        }

        .countdown {
            display: flex;
            gap: 1.3vw;
        }

        .countdown .cir {
            width: 3vw;
            height: 3.2vw;
            border-radius: 0.5vw;
            background-color: #FFFFFF;
            font-weight: 600;
            font-size: 1.2vw;
            text-align: center;
            color: #3689FF;
            line-height: 3.2vw;
        }

        .countdown .text {
            font-weight: 330;
            font-size: 0.67708vw;
            text-align: center;
            color: #FFFFFF;
            width: 3vw;
        }

        .countdown .time-item {
            display: flex;
            flex-direction: column;
        }

        .countdown .dot {
            font-family: Rany;
            font-weight: 600;
            font-size: 0.72708vw;
            text-align: center;
            color: #FFFFFF;
        }

        .countdown .time {
            display: flex;
            gap: 1.3vw;
            align-items: center;
        }
    }

    @media (max-width: 767px) {
        .pc {
            display: none !important
        }

        .banner-contain .content {
            padding-top: 6.4vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
        }

        .banner-contain .imgBox {
            margin-bottom: 2.66667vw;
        }

        .banner-contain .title {
            font-size: 7vw;
            margin-bottom: 1.33333vw;
            font-weight: 700;
            line-height: 100%;
            text-transform: uppercase;
            color: #000000;
        }

        .banner-contain .des {
            font-weight: 520;
            font-size: 3vw;
            line-height: 100%;
            margin-bottom: 2.85vw;
            color: #000000;
        }

        .banner-imgBox {
            width: 34.4vw;
            margin-bottom: 3vw;
        }

        .banner-contain .unlockSavingButton {
            font-family: Rany;
            width: 38.3vw;
            height: 6vw;
            background: #3689FF;
            color: #fff;
            font-weight: 500;
            font-size: 2.78vw;
            text-align: center;
            line-height: 190%;
            border-radius: 3vw;
        }

        .filter-banner {
            box-sizing: border-box;
            width: 44vw;
            height: 12vw;
            display: flex;
            align-items: center;
            background-color: white;
            border-radius: 0.667vw;
            border: 1px solid #3689FF;
            padding: 0.52vw 1vw;
            position: relative;
            margin-bottom: 3.2vw;
        }

        .filter-banner-product-mo {
            width: 98%;
            height: 14.8vw;
            padding: 0.5vw 5vw;
            margin-top: 2.5vw;
        }

        .filter-banner img {
            margin: 0 4vw 0 1vw;
            width: 6.8vw;
            height: auto;
        }

        .filter-banner-product-mo img {
            margin: 0 10vw 0 4vw;
            width: 14vw;
            height: auto;
        }

        .filter-text h2 {
            font-weight: 450;
            font-size: 2.5vw;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
        }

        .filter-price {
            background-color: #3689FF;
            color: white;
            padding: 0 1vw;
            border-radius: 0 0.667vw 0 1.08vw;
            position: absolute;
            top: -1px;
            right: -1px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3vw;
        }

        .filter-price span {
            font-weight: 450;
            font-size: 2vw;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .filter-banner-product-mo .filter-price {
            height: 4vw;
        }

        .filter-banner-product-mo .filter-price span {
            font-size: 2.5vw;
        }

        .serve-content,
        .subscribe-content,
        .products-content,
        .innovation-content {
            padding: 6vw 2vw;
        }

        .products-content {
            padding-top: 12vw;
        }

        .products-content-title,
        .subscribe-content-title,
        .products-content-title,
        .serve-content-title,
        .innovation-content-title {
            padding-bottom: 12vw;
            font-weight: 630 !important;
            font-size: 4.4vw !important;
            line-height: 120% !important;
            letter-spacing: 0%;
            text-align: center !important;
            margin: 0 !important;
        }

        .products-pm10,
        .products-pm20 {
            display: flex;
            flex-direction: column;
            border-radius: 1.33vw;
            margin-bottom: 3vw;
            overflow: hidden;
        }

        .pm10-text,
        .pm20-text {
            order: 2;
            max-width: 100%;
            height: 100%;
            padding: 20px;
            background-color: #FFFFFF;
        }

        .pm10-image,
        .pm20-image {
            max-width: 100%;
            order: 1;
        }

        .pm10-image img,
        .pm20-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .first-p,
        .smarter-p {
            border-radius: 0.53vw;
            width: 23vw;
            font-weight: 520;
            font-size: 3vw;
            line-height: 120%;
            color: #3689FF;
            padding: 0.53vw 1.1vw;
            text-align: center;
            border: 1px solid #3689FF;
        }

        .smarter-p {
            width: 26vw;
        }

        .product-title {
            font-weight: 520;
            font-size: 5.5vw;
            line-height: 120%;
            letter-spacing: 0%;
            padding: 2.5vw 0;
        }

        .product-tag {
            font-weight: 380;
            font-size: 3.1vw;
            line-height: 120%;
            color: #686868;
        }

        .horizontal-line {
            width: 92%;
            border-top: 2px solid #ccc;
            margin: 1.33vw 0;
        }

        .product-li {
            font-weight: 380;
            font-size: 2.75vw;
            line-height: 160%;
            color: #808080;
            margin-left: 3vw;
        }

        .product-current-price {
            font-weight: 520;
            font-size: 4.13vw;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
        }

        .product-original-cost {
            font-weight: 450;
            font-size: 2.85vw;
            line-height: 110.00000000000001%;
            letter-spacing: 0%;
            margin-left: 1vw;
            color: #A0A0A0
        }

        .buy-now-button {
            margin-top: 0.5vw;
            width: 29vw;
            height: 7vw;
            cursor: pointer;
            padding-left: 0;
        }

        .mo-price-and-button {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .subscribe {
            display: flex;
            flex-direction: column;
            border-radius: 1.33vw;
            margin-bottom: 7.2vw;
            overflow: hidden;
        }

        .subscribe-text {
            order: 2;
            justify-items: center;
            align-items: center;
            max-width: 100%;
            height: 100%;
            padding: 8vw;
            background-color: #FFFFFF;
        }

        .subscribe-image {
            max-width: 100%;
            order: 1;
        }

        .subscribe-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .subscribe-title {
            font-weight: 630;
            font-size: 4.27vw;
            line-height: 130%;
            letter-spacing: 0%;
            text-align: center;
        }

        [type=button]:focus,
        [type=button]:hover,
        [type=submit]:focus,
        [type=submit]:hover,
        button:focus,
        button:hover {
            color: #fff !important;
            background-color: #3689FF !important;
            text-decoration: none;
        }

        .check-tip {
            font-weight: 330;
            font-size: 2vw;
            line-height: 130%;
            letter-spacing: 0%;
        }

        .checkbox-container {
            display: flex;
            align-items: center;
            margin: 0.5vw 0;
        }

        .checkbox-container input[type="checkbox"] {
            width: 20px;
            height: 20px;
            border-radius: 0.53vw;
            margin-right: 1.33vw;
            cursor: pointer;
        }

        .checkbox-container label {
            font-weight: 330;
            font-size: 2vw;
            line-height: 130%;
            letter-spacing: 0%;
        }

        .checkbox-container a {
            color: #000000;
            text-decoration: underline !important
        }

        .klaviyo-form-SPNVfZ.klaviyo-form form {
            margin-top: 15px !important;
        }

        .klaviyo-form-SPNVfZ div[data-testid="form-row"]:nth-of-type(2) {
            height: 6vw !important;
        }

        .klaviyo-form-SPNVfZ div[data-testid="form-row"]:nth-of-type(2) div[data-testid="form-component"] {
            height: 100% !important;
        }

        .klaviyo-form-SPNVfZ div[data-testid="form-row"]:nth-of-type(2) div[data-testid="form-component"] .kl-private-reset-css-Xuajs1 {
            height: 100% !important;
            display: block !important;
        }

        .klaviyo-form-SPNVfZ .go300628013 {
            padding: 0 4vw !important;
            font-size: 3vw !important;
        }

        .klaviyo-form-SPNVfZ .klaviyo-form input {
            height: 100% !important;
        }

        .coupon-box,
        .coupon-box-copied {
            margin: 2vw 0;
        }

        .coupon-code,
        .coupon-code-copied {
            padding: 1.5vw 2vw;
            font-size: 3vw;
        }

        .copy-coupon-btn,
        .copy-coupon-copied {
            padding: 1.6vw 4vw;
            font-size: 3vw;
        }

        .copy-coupon-btn:hover {
            background-color: #3689FF;
        }

        .serve-content .serve-content-wrap {
            display: flex;
            gap: 2.4vw;
            padding: 0 2vw;
            flex-wrap: wrap;
            justify-content: center;
        }

        .serve-content .serve-content-wrap .item {
            position: relative;
            flex-basis: calc((100% - 2.4vw) / 2);
            max-width: calc((100% - 2.4vw) / 2);
        }

        .serve-content .serve-content-wrap .text {
            font-weight: 520;
            font-size: 2.4vw;
            line-height: 120%;
            text-align: center;
            position: absolute;
            bottom: 4vw;
            left: 50%;
            white-space: nowrap;
            transform: translateX(-50%);
        }

        .serve-content .serve-content-wrap img {
            width: 100%;
        }

        .disclaimers-content {
            margin-bottom: 10vw;
            padding: 6vw 8vw 10vw 8vw;
        }

        .disclaimers-content h3 {
            margin-top: 0 !important;
            font-family: Poppins;
            font-weight: 600;
            font-size: 3vw;
            line-height: 140%;
            letter-spacing: 0%;
            color: #2C2C2C;
        }

        .disclaimers-content p {
            font-family: Poppins;
            font-weight: 400;
            font-size: 2vw;
            line-height: 160%;
            letter-spacing: 0%;
            color: #888888;
        }

        .stick {
            padding: 1vw 0;
            display: flex;
            justify-content: center;
            position: sticky;
            top: 0;
            background-color: #3689FF;
            z-index: 9;
            align-items: center;
        }

        .countdown {
            display: flex;
            gap: 2vw;
        }

        .countdown .cir {
            width: 8vw;
            height: 9vw;
            border-radius: 1.5vw;
            background-color: #FFFFFF;
            font-weight: 600;
            font-size: 4vw;
            text-align: center;
            color: #3689FF;
            line-height: 9vw;
        }

        .countdown .text {
            font-weight: 380;
            width: 8vw;
            font-size: 1.73333vw;
            text-align: center;
            color: #FFFFFF;
        }

        .countdown .time-item {
            display: flex;
            flex-direction: column;
        }

        .countdown .dot {
            font-family: Rany;
            font-weight: 600;
            font-size: 1.5vw;
            text-align: center;
            color: #FFFFFF;
        }

        .countdown .time {
            display: flex;
            gap: 3vw;
            align-items: center;
        }

        .banner-text {
            display: flex;
            color: #3689FF;
            margin-bottom: 3vw;
        }

        .banner-sale-save {
            font-size: 6vw;
            font-weight: 700;
        }

        .banner-sale-up {
            font-size: 4.6vw;
            font-weight: 700;
        }

        .banner-sale {
            line-height: 7.5vw;
            font-size: 11.3vw;
            font-weight: 700;
        }

        .main-image-container {
            border-radius: 1vw;
        }

        .main-image {
            width: 100%;
            display: block;
            border-radius: 1vw;
            border-radius: 1vw;
        }

        .nav-button {
            width: 8vw;
            height: 8vw;
        }

        .nav-button.left {
            left: 2.78vw;
        }

        .nav-button.right {
            right: 2.78vw;
        }

        .thumbnail-list {
            margin-top: 3vw;
            gap: 1vw;
        }

        .thumbnail {
            width: calc((100% - 7 * 1vw) / 8);
            height: calc((100% - 7 * 1vw) / 8);
            border-radius: 1vw;
        }


        .intro-image {
            border-radius: 3vw !important;
        }

        .intro-title {
            position: absolute;
            text-align: center;
            top: 11vw;
            left: unset;
            font-size: 5.4vw;
            max-width: 90vw;
        }

        .stats {
            gap: 6.5vw;
            padding: 4.53vw 8.3vw;
            opacity: 0.78;
            width: 90vw;
            bottom: 4vw;
            border-radius: 2vw;
        }

        .stat strong {
            font-size: 4.56vw;
        }

        .stat span {
            font-size: 3vw;
        }

        .video-container {
            margin-bottom: 7.2vw;
        }

        .card-wrapper {
            gap: 3vw;
        }

        .video-container .card {
            width: 55vw;
            border-radius: 2vw;
            height: 76.8vw;
        }

        .video-container .play-btn img {
            width: 6.66vw;
        }

        .video-container .description {
            padding: 3vw 4vw;
        }

        .video-container .text {
            font-size: 2vw;
            margin-bottom: 4vw;
        }

        .video-container .avatar {
            width: 7.34vw;
            height: 7.34vw;
            margin-right: 1.5vw;
        }

        .video-container .info .name {
            font-size: 2vw;
            margin-bottom: 0.7vw;
        }

        .video-container .info .meta {
            font-size: 1.5vw;
            margin-bottom: 0.3vw;
        }

        .video-container .info .title {
            font-size: 1.2vw;
        }

        .close-btn {
            position: absolute;
            top: 1.5vw;
            right: 2.2vw;
            font-size: 3vw;
        }
    }