.pollutant-module {
    padding: 5.3vw 18.75vw 8vw;
}

.pollutant-title {
    font-family: Rany !important;
    font-weight: 700 !important;
    font-size: 2vw !important;
    line-height: 130% !important;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 3vw;
}

.tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
}

.pollutant-tabs {
    justify-content: center;
    display: flex;
    gap: 0.9vw;
    padding: 0 0.5vw;
    min-width: max-content;
}

.pollutant-tab {
    font-family: MiSans Latin;
    font-weight: 450;
    line-height: 120%;
    padding: 0.5vw 1.15vw;
    border-radius: 2vw;
    border: none;
    background: #fff;
    font-size: 0.8vw;
    white-space: nowrap;
    cursor: pointer;
    color: #111111;
    transition: 0.3s;
}

.pollutant-tab.active {
    background: #c89f69;
    color: #fff;
    font-weight: bold;
}

.pollutant-content {
    width: 100%;
    margin: 0 auto;
}

.chart {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.text-wrapper {
    display: flex;
    justify-content: space-between;
}

.highlight {
    font-family: MiSans Latin;
    font-weight: 450;
    font-size: 1.4vw;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
    max-width: 23vw;
}

.description {
    max-width: 27.5vw;
    font-size: 1vw;
    color: #777777;
}

.recommended-section {
    padding-bottom: 5vw;
}

.recommended-scroll {
    display: flex;
    gap: 1vw;
    overflow-x: auto;
    cursor: grab;
    padding-left: 18.75vw;
    padding-right: 0.75vw;
    scroll-behavior: smooth;
    color: #000000;
    user-select: none;
    -webkit-user-drag: none;
    scrollbar-width: none;
}


.recommended-scroll::-webkit-scrollbar {
    display: none;
}

.recommended-scroll.dragging {
    cursor: grabbing;
}

.section-title {
    font-family: Rany;
    font-weight: 700;
    font-size: 2vw;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 3vw;
}

.scroll-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
}

.person-card {
    border-radius: 1vw;
    overflow: hidden;
    display: flex;
    flex: 0 0 90%;
    max-height: 17vw;
    max-width: 33vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.photo-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 40%;
}

.photo-wrapper img {
    width: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    bottom: 0.3vw;
    right: 0.2vw;
    background: unset;
    border: none;
    width: 5vw;
    cursor: pointer;
    padding: 0;
}

.info-wrapper {
    background: #ffffff;
    padding: 2vw 1vw;
    width: 60%;
}

.name {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 1.1vw;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000CC;
    margin: 0;
    margin-bottom: 1vw;
}

.role {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 0.6vw;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #9E8972;
    margin: 0;
    margin-bottom: 1.5vw;
}

.info-wrapper .description {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 0.6vw;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #00000099;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-content {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
}

.modal-content video {
    max-width: 90vw;
    max-height: 90vh;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 1vw;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-player {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    border-radius: 12px;
    background: black;
}


.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;
}

.banner-contain p {
    margin: 0;
}

.banner-contain h2 {
    margin: 0;
}

.swiper-containers {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .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%;
    }

    .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;
    }

    .pollutant-module {
        padding: 10.66667vw 2vw 4vw;
    }

    .pollutant-title {
        font-size: 5.1vw !important;
        margin-bottom: 7.5vw !important;
    }

    .tabs-wrapper {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 2vw;
        width: 100%;
        overflow-x: auto;
    }

    .pollutant-tabs {
        justify-content: center;
        display: flex;
        gap: 2vw;
        min-width: fit-content;
    }

    .pollutant-tab {
        font-size: 2vw;
        padding: 2vw 3.5vw;
        border-radius: 4vw;
    }

    .pollutant-tab.active {
        background: #c89f69;
        color: #fff;
        font-weight: bold;
    }

    .pollutant-content {
        width: 100%;
        margin: 0 auto;
    }

    .chart {
        max-width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .text-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 2vw;
        padding: 0 6vw;
    }

    .highlight {
        max-width: 100%;
        font-size: 3.73vw;
        margin-bottom: 0 !important;
    }

    .description {
        max-width: 100%;
        color: #777777;
        font-size: 2.667vw;
    }

    .recommended-section {
        padding: 0 2vw 14vw 2vw;
    }

    .recommended-scroll {
        gap: 2vw;
        padding: 0;
    }

    .section-title {
        font-size: 5vw;
        margin-bottom: 7vw;
    }

    .person-card {
        border-radius: 2vw;
        max-height: 41vw !important;
        max-width: 77vw !important;
    }

    .play-btn {
        padding: 0 !important;
        bottom: 1vw;
        right: 1vw;
        width: 10.8vw;
    }

    .info-wrapper {
        background: #ffffff;
        padding: 3.5vw 1.66vw;
    }

    .name {
        font-size: 2.67vw;
        margin-bottom: 2vw;
    }

    .role {
        font-size: 1.65vw;
        margin-bottom: 3.5vw;
    }

    .info-wrapper .description {
        margin: 0;
        font-size: 1.65vw;
    }

    .close-btn {
        font-size: 2vw;
    }
}


*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: MiSans Latin;
}

.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: #C79F6C;
    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: #c69763;
    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: #b17f4c;
}

.contrast {
    background-color: #F7F7F7;
}

.contrast-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.contrast-container-title {
    font-family: Rany !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 5vw;
}

.left-side,
.right-side,
.block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-side {
    flex: 1;
    margin-right: 1vw;
}

.left-side-image {
    width: 100%;
}

.right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block {
    flex: 1;
}

.block-image {
    width: 100%;
}

.block-content {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
}

.contrast-container-qa,
.right-contrast-container-qa {
    font-weight: 630 !important;
    line-height: 120% !important;
    letter-spacing: 0px;
    color: #000000 !important;
    margin-bottom: 0.5vw;
}

.contrast-container-answer,
.right-contrast-container-answer {
    font-weight: 380;
    line-height: 130%;
    letter-spacing: 0px;
    color: #686868CC;
    margin-bottom: 0.5vw;
}

.contrast-container-a,
.right-contrast-container-a {
    font-weight: 380;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration: underline !important;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff !important;
    background-color: #B48E5A !important;
    text-decoration: none;
}

.check-tip {
    font-weight: 330 !important;
    font-size: 0.8vw !important;
    line-height: 130% !important;
    letter-spacing: 0%;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 0.5vw 0;
}

.checkbox-container label {
    font-weight: 330;
    line-height: 130%;
    letter-spacing: 0%;
}

.checkbox-container a {
    color: #000000;
    text-decoration: underline;
}

.disclaimers-content-title {
    font-family: Poppins;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

.disclaimers-content-label {
    font-family: Poppins;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0%;
    color: #888888;
}

/* PC 端样式 */
@media (min-width: 768px) {
    .left-side-image-mo {
        display: none;
    }

    .contrast {
        padding: 0 0 5.1vw 0;
    }

    .contrast-container {
        flex-wrap: nowrap;
        padding: 0 18.75vw;
        align-items: stretch;
    }

    .contrast-container-title {
        font-size: 1.875vw !important;
    }

    .left-side,
    .block {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .left-side {
        height: 43vw;
    }

    .block {
        height: 13.67vw;
    }

    .left-side-image,
    .block-image {
        height: 100% !important;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .left-side-image:hover {
        transform: scale(1.05);
    }

    .block-image:hover {
        transform: scale(1.05);
    }

    .left-side-content {
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 1vw;
        background-color: #FFFFFF82;
    }

    .block-content {
        width: 75%;
        padding: 2vw;
    }

    .contrast-container-qa {
        font-size: 1.2vw;
    }

    .contrast-container-answer {
        font-size: 0.65vw;
    }

    .contrast-container-a {
        font-size: 0.9vw;
        color: #000000;
        text-decoration: underline !important;
    }

    .right-side {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        gap: 1vw;
        width: 100%;
    }

    .right-contrast-container-qa {
        font-size: 0.85vw !important;
        color: #FFFFFF !important;
    }

    .right-contrast-container-answer {
        width: 90%;
        font-size: 0.55vw;
        color: #EEEEEE;
    }

    .right-contrast-container-a {
        font-size: 0.7vw;
        color: #FFFFFF;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 2vw;
        text-decoration: underline !important;
    }

    .subscribe-content {
        padding: 0 18.75vw 2.3vw;
        background-color: #F5F5F5;
        justify-items: center;
    }

    .subscribe-content-title {
        padding: 0 0 4.68vw;
        font-weight: 630 !important;
        font-size: 2.2vw !important;
        line-height: 120% !important;
        letter-spacing: 0%;
        text-align: center !important;
    }

    .subscribe {
        display: flex;
        align-items: stretch;
        width: 100%;
        margin: 0 auto;
        border-radius: 0.6vw;
        margin-bottom: 1vw;
        overflow: hidden;
    }

    .subscribe-text {
        background-color: #FFFFFF;
        flex: 1;
        width: 62%;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        box-sizing: border-box;
        padding: 2vw;
    }

    .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;
        margin: 0;
    }

    .check-tip {
        margin: 0 !important;
        font-size: 0.8vw !important;
    }

    .checkbox-container input[type="checkbox"] {
        width: 1vw;
        height: 1vw;
        border-radius: 4px;
        margin-right: 10px;
        cursor: pointer;
    }

    .checkbox-container label {
        font-size: 0.8vw;
    }

    .disclaimers-content {
        padding: 0 18.75vw 2.3vw;
        background-color: #F5F5F5;
    }

    .disclaimers-content-title {
        padding: 0.3vw 0;
    }

    .disclaimers-content-title,
    .disclaimers-content-label {
        font-size: 0.84vw;
    }
}

/* 移动端样式 */
@media (max-width: 767px) {
    .left-side-image-pc {
        display: none;
    }

    .contrast {
        padding: 0 0 11vw 0;
    }

    .contrast-container {
        flex-direction: column;
        padding: 3vw;
    }

    .contrast-container-title {
        font-size: 4.8vw !important;
        padding: 0 1vw;
    }

    .left-side {
        background-color: #FFFFFF;
        margin-bottom: 2.2vw;
        margin-right: 0
    }

    .left-side-content {
        padding: 3.5vw;
    }

    .block {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 2.44vw;
    }

    .block-image {
        max-width: none;
        display: block;
        height: auto;
        object-fit: cover;
    }

    .block-content {
        padding: 5.5vw;
        width: 70%;
    }

    .contrast-container-qa {
        font-size: 3.63vw;
        margin-bottom: 1vw;
    }

    .contrast-container-answer {
        margin-bottom: 1vw;
        font-size: 2.2vw;
    }

    .contrast-container-a {
        font-size: 2.8vw;
        color: #000000;
        text-decoration: underline !important;
    }

    .right-contrast-container-qa {
        font-size: 2.5vw !important;
        color: #FFFFFF !important;
    }

    .right-contrast-container-answer {
        width: 90%;
        font-size: 1.6vw;
        color: #EEEEEE;
    }

    .right-contrast-container-a {
        font-size: 2.8vw;
        color: #FFFFFF;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0 3vw 5.5vw;
        text-decoration: underline !important;
    }

    .subscribe-content {
        padding: 5vw 2vw 2vw 2vw;
        background-color: #F5F5F5;
        justify-items: center;
    }

    .subscribe-content-title {
        padding: 0 0 12vw;
        font-weight: 630 !important;
        font-size: 4.4vw !important;
        line-height: 120% !important;
        letter-spacing: 0%;
        text-align: center !important;
    }

    .subscribe {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        margin-bottom: 3vw;
        overflow: hidden;
    }

    .subscribe-text {
        order: 2;
        justify-items: center !important;
        align-items: center !important;
        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 {
        margin: 0;
        font-weight: 630;
        font-size: 4.27vw;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
    }

    .check-tip {
        margin: 0 !important;
        font-size: 2vw !important;
    }

    .checkbox-container input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border-radius: 4px;
        margin-right: 10px;
        cursor: pointer;
    }

    .checkbox-container label {
        font-size: 2vw;
    }

    .disclaimers-content {
        padding: 5vw 2vw;
        background-color: #F5F5F5;
    }

    .disclaimers-content-title {
        padding: 0.5vw 0;
    }

    .disclaimers-content-title,
    .disclaimers-content-label {
        font-size: 3vw;
    }

    .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: #b17f4c;
    }
}