/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); */

* {
    box-sizing: border-box;
}

* div {
    box-sizing: border-box;
}

:root {
    --primary-blue: #107FC8;
    --text-black: #000000;
    --text-gray: #222222;
    --price-red: #DC3545;
    --bg-white: #FFFFFF;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {}

button:focus,
button:focus-visible,
button:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/*
.ecommerce-cta-button:focus,
.ecommerce-cta-button:focus-visible,
.ecommerce-cta-button:active,
.ecommerce-feature-btn:focus,
.ecommerce-feature-btn:focus-visible,
.ecommerce-feature-scroll-btn:focus,
.ecommerce-feature-scroll-btn:focus-visible,
.ecommerce-nav-item-btn:focus,
.ecommerce-nav-item-btn:focus-visible,
.ecommerce-nav-item-btn-2:focus,
.ecommerce-nav-item-btn-2:focus-visible,
.ecommerce-nav-scroll-btn:focus,
.ecommerce-nav-scroll-btn:focus-visible,
.plugstick-carousel-dot:focus,
.plugstick-carousel-dot:focus-visible,
.plugstick-carousel-dot:active,
.plugstick-carousel-pause:focus,
.plugstick-carousel-pause:active,
.security-card-button:focus,
.security-card-button:focus-visible,
.security-card-button:active,
.description-card:focus,
.description-card:active,
.carousel-control-prev:focus,
.carousel-control-prev:active,
.carousel-control-next:focus,
.carousel-control-next:active {
    outline: none;
    box-shadow: none;
}
*/
.ecommerce-hero-outer {
    width: 100%;
    justify-content: center;
    overflow: hidden;
    height: auto;
}

.ecommerce-hero-inner {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ecommerce-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.ecommerce-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ecommerce-hero-content {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding: 2rem 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    width: 43%;
    z-index: 2;
    color: #FFFFFF;
}

.ecommerce-hero-content-promotion {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 18px;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    border-radius: 34px;
    background: linear-gradient(to right, #E0C7A0, #BF9D66);
}

.ecommerce-hero-title {
    font-weight: 900;
    font-style: Black;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 1;
}

.ecommerce-hero-description {
    font-style: Regular;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 5px;
    line-height: 1.5;
}

.ecommerce-cta-button {
    background-color: #0271E4;
    width: 156px;
    height: 54px;
    border-radius: 32px;
    font-weight: 500;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;

    color: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ecommerce-cta-button:hover {
    background-color: #0d6ba8;
    color: var(--bg-white);
}

.ecommerce-pricing {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 48px;
    margin-bottom: 16px;
}

.ecommerce-price-current {
    font-weight: 900;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;

    color: #FFDDA7;
}

.ecommerce-price-original {
    font-weight: 900;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;

    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.65);
}

.ecommerce-shipping-info {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;

    color: #FFFFFF;
}

.align-self-area {
    position: relative;
    align-self: flex-end;
    bottom: 5px;
    text-decoration: line-through;
}

.ecommerce-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem;
}

.ecommerce-product-display {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    position: relative;
}

.ecommerce-product-item-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.ecommerce-product-item {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
    display: block;
    filter: brightness(0.9);
}



.ecommerce-features-outer {
    display: flex;
    justify-content: center;
    height: 94px;
    background-color: #F1EFF0;
}

.ecommerce-features-inner {
    width: 86%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
}

.ecommerce-features-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    padding: 0;
}

.ecommerce-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.ecommerce-feature-icon {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.ecommerce-feature-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 36px;
    object-fit: contain;
    display: block;
}

.ecommerce-feature-mfi-item .ecommerce-feature-icon {
    width: 181px;
    height: 54px;
}

.ecommerce-feature-mfi-item .ecommerce-feature-icon img {
    max-width: 181px;
    max-height: 54px;
}

.ecommerce-feature-text {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.ecommerce-highlights-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--bg-white);
    padding: 3.5rem 0;
    padding-bottom: 0;
}

.ecommerce-highlights-inner {
    width: 86%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ecommerce-highlights-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media screen and (max-width: 768px) {
    .ecommerce-highlights-header {
        gap: 0;
    }
}

.ecommerce-highlights-label {
    color: #222222;
    font-size: 40px;
    margin: 0;
    text-align: center;

    @media screen and (max-width: 768px) {
        font-size: 24px;
        line-height: 32px;
    }
}

.ecommerce-highlights-title {
    font-size: 40px;
    font-weight: 900;
    color: #222222;
    line-height: 1;
    text-align: center;
}

.ecommerce-carousel-wrapper {
    position: relative;
    border-radius: 24px;
    padding: 3rem;
    margin: 0 auto;
    width: 86%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ecommerce-carousel-container {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.ecommerce-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    pointer-events: none;
}

.ecommerce-carousel-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.ecommerce-carousel-content {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1240 / 540;
}

.ecommerce-carousel-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-width: 660px;

    padding: 3rem;
    margin: 0;
    border-radius: 20px;
    color: #FFFFFF;
}

.ecommerce-carousel-headline {
    font-size: 2.5rem;
    font-weight: 700;
    color: inherit;
    line-height: 1;
    margin: 0;

}

.ecommerce-carousel-description {
    font-size: 1.125rem;
    color: inherit;
    line-height: 1.3;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .ecommerce-carousel-headline {
        font-size: 24px !important;
    }

    .ecommerce-carousel-description {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 768px) {

    .ecommerce-carousel-image {
        aspect-ratio: 1240 / 540;
        height: unset;
    }
}

.ecommerce-carousel-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

@media screen and (min-width: 768px) {
    .ecommerce-carousel-image {
        aspect-ratio: 1240 / 540;
        height: unset;
    }

    .ecommerce-carousel-image img {
        aspect-ratio: 1240 / 540;
        height: unset;
    }
}

.ecommerce-carousel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    transform: scale(1);
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
}

@media screen and (max-width: 768px) {
    .ecommerce-carousel-container {
        overflow: visible;
        position: relative;
    }

    .ecommerce-carousel-content {
        position: relative;
        aspect-ratio: auto;
        height: auto;
    }

    .ecommerce-carousel-image {
        position: relative;
        inset: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ecommerce-carousel-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
}

/* Carousel Indicators */
.ecommerce-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.ecommerce-carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;

    transition: background-color 0.3s ease;
}

.ecommerce-carousel-indicator.active {
    background-color: var(--primary-blue);
}

/* Feature Buttons */
.ecommerce-feature-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*水平居中*/
    margin: 0 auto;
}

.ecommerce-feature-buttons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    flex: 1;
    width: 100%;
    border-radius: 32px;
    background-color: #EBEBEB;
    padding: 0.2rem;
    align-items: center;
    color: #222222;
}

.ecommerce-feature-btn {
    flex: 1;
    min-width: 0;
    color: #222222;
    border: none;
    border-radius: 32px;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;

    background-color: transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecommerce-feature-btn.active {
    background-color: #6C757D;
    color: #FFFFFF;
}

.ecommerce-feature-btn:hover {
    color: #6C757D;
}

.ecommerce-feature-btn.active:hover {
    background-color: #6C757D;
    color: #FFFFFF;
}

.ecommerce-feature-btn:active {
    transform: scale(0.98);
}

/* Scroll buttons */
.ecommerce-feature-scroll-btn {
    display: flex;
    background: none;
    border: none;
    padding: 0.5rem;
    color: white;
    background-color: #6A767E;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
    z-index: 10;
    cursor: pointer;
}

/* Arrow buttons in carousel wrapper */
.ecommerce-carousel-wrapper .ecommerce-feature-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.ecommerce-carousel-wrapper .ecommerce-feature-scroll-left {
    left: 1rem;
}

.ecommerce-carousel-wrapper .ecommerce-feature-scroll-right {
    right: 1rem;
}



.ecommerce-feature-scroll-btn:active {
    opacity: 0.7;
}

.ecommerce-feature-scroll-btn[style*="pointer-events: none"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ecommerce-feature-scroll-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}

/* Hide scroll buttons on PC/desktop */
@media (min-width: 1025px) {
    .ecommerce-feature-scroll-btn {
        display: none !important;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ecommerce-hero-outer {
        padding: 3rem 0;
        height: auto;
        min-height: auto;
    }

    .ecommerce-hero-inner {
        height: auto;
        align-items: flex-start;
    }

    .ecommerce-product-item-wrapper {
        position: relative;
    }

    .ecommerce-hero {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .ecommerce-hero-title {
        font-size: 2.5rem;
    }

    .ecommerce-product-display {
        justify-content: center;
    }

    .ecommerce-product-item-wrapper {}

    .ecommerce-product-item {
        object-fit: contain;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .ecommerce-hero-outer {
        padding: 0;
        margin: 0;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .ecommerce-hero-inner {
        height: 100%;
        min-height: 100%;
        padding: 0;
        width: 100%;
    }

    .ecommerce-hero-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 0;
        margin: 0;
        padding-top: 3.5rem;
    }

    .ecommerce-product-item-wrapper {
        position: relative;
        inset: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        margin: 0;
        padding: 0;
    }

    .ecommerce-product-item {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
}

@media (max-width: 767px) {


    .ecommerce-header {
        padding: 1rem;
        flex-wrap: wrap;
    }

    .ecommerce-nav {
        gap: 1rem;
        font-size: 0.875rem;
    }

    .ecommerce-header-utils {
        gap: 1rem;
    }

    .ecommerce-hero-outer {
        padding: 0;
        height: auto;
        position: relative;
    }

    .ecommerce-hero-inner {
        width: 100%;
        position: relative;
        display: block;
        padding: 0;
    }

    .ecommerce-hero-content {
        width: 90%;
        position: absolute;
        top: calc(20.5rem - 3.5rem - 4.5rem);
        left: 5%;
        padding: 0;
        margin: 0;
        z-index: 2;
    }

    .ecommerce-product-item-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0;
        z-index: 0;
    }

    .ecommerce-hero {
        padding: 2rem 1.5rem;
    }

    .ecommerce-hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .ecommerce-hero-description {
        font-size: 1rem;
    }

    .ecommerce-price-current {
        font-size: 2rem;
    }

    .ecommerce-product-display {
        gap: 0.5rem;
    }

    .ecommerce-product-item {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .ecommerce-pricing {
        flex-direction: row;
        margin-top: 30px;
    }

    .ecommerce-features-outer {
        padding: 0;
        height: 70px;
    }

    .ecommerce-features-inner {
        width: 90%;
        /* Slightly wider on mobile */
    }

    .ecommerce-features-container {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0;
        width: 100%;
    }


    .ecommerce-feature-item {
        min-width: 0;
        flex: 1;
        gap: 0;
    }

    .ecommerce-feature-text {
        font-size: 0.75rem;
        line-height: 1;
    }

    /* Highlights Carousel responsive */
    .ecommerce-highlights-outer {
        padding: 3rem 0;
    }

    .ecommerce-highlights-inner {
        width: 96%;
        gap: 0.8rem;
    }

    .ecommerce-highlights-title {
        font-size: 1.75rem;
    }

    .ecommerce-carousel-wrapper {
        width: 96% !important;
        padding: 1.5rem 0;
        min-height: auto;
        max-width: 100% !important;
    }

    .ecommerce-highlights-outer .ecommerce-carousel-wrapper {
        height: auto;
        min-height: auto;
        margin-top: 20px;
        width: 100% !important;
        max-width: 100% !important;
    }

    .ecommerce-carousel-content {
        height: auto;
        min-height: auto;
        aspect-ratio: unset;
    }

    .ecommerce-carousel-image {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
    }

    .ecommerce-carousel-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .ecommerce-carousel-text {
        margin: 0;
        padding: 1.5rem .5rem;
        gap: .5rem;
        position: absolute;
    }


    .ecommerce-feature-buttons-wrapper {
        position: relative;
        padding: 0;
        width: 100%;
    }


    .ecommerce-carousel-wrapper .ecommerce-feature-scroll-btn {
        color: white;
        background-color: #6C7A89;
        border-radius: 50%;
    }

    .ecommerce-carousel-wrapper .ecommerce-feature-scroll-left {
        left: 0.5rem;
    }

    .ecommerce-carousel-wrapper .ecommerce-feature-scroll-right {
        right: 0.5rem;
    }

    .ecommerce-feature-buttons {
        background-color: #E0E0E0;
        border-radius: 999px;
        padding: 0.5rem;
        gap: 0.5rem;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ecommerce-feature-buttons::-webkit-scrollbar {
        display: none;
    }

    .ecommerce-feature-btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        font-weight: 400;
        border-radius: 999px;
        flex-shrink: 0;
        font-family: inherit;
        min-width: calc((100% - 1rem) / 3);
        width: calc((100% - 1rem) / 3);
        box-sizing: border-box;
        overflow: hidden;
    }

    .ecommerce-feature-btn.active {
        background-color: #6C7A89;
        width: 50%;
        min-width: 50%;
        overflow: visible;
    }


    .ecommerce-carousel-headline {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .ecommerce-carousel-headline {
        text-align: left;
    }
}

@media (max-width: 1240px) {
    .ecommerce-carousel-headline {
        text-align: left;
    }

    .ecommerce-carousel-description {
        line-height: 1.25;
    }

    .ecommerce-carousel-text {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .ecommerce-nav {
        display: none;
    }

    .ecommerce-hero-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }



    .ecommerce-features-container {
        padding: 0;
        width: 100%;
    }

    .ecommerce-feature-text {
        font-size: 0.6rem;
        line-height: 1;
    }

    .ecommerce-feature-icon {
        width: 36px;
        height: 36px;
    }

    .ecommerce-feature-icon img {
        max-height: 26px;
        max-width: 87px;
    }

    /* Exception for Made for iPhone/iPad icon on mobile */
    .ecommerce-feature-mfi-item .ecommerce-feature-icon {
        width: 87px;
        height: 26px;
    }

    .ecommerce-feature-mfi-item .ecommerce-feature-icon img {
        max-width: 87px;
        max-height: 26px;
    }

    /* Highlights Carousel mobile */
    .ecommerce-highlights-outer {
        padding: 2rem 0;
    }

    .ecommerce-highlights-inner {
        width: 96%;
        gap: 0;
    }

    .ecommerce-carousel-headline {
        font-weight: 700;
        color: inherit;
        line-height: 1.3;
        margin: 0;
    }

    .ecommerce-carousel-description {
        color: inherit;
        line-height: 1.25;
        margin: 0;
    }

    .ecommerce-feature-buttons-wrapper {
        padding: 0;
        width: 100%;
    }

    .ecommerce-feature-scroll-left {
        left: 0.375rem;
    }

    .ecommerce-feature-scroll-right {
        right: 0.375rem;
    }

    .ecommerce-feature-buttons {
        padding: 0.5rem;
        gap: 0.5rem;
    }


    .ecommerce-feature-btn {
        padding: 0.5rem 1rem;
        font-size: 16px;
        width: auto;
        min-width: fit-content;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .ecommerce-feature-btn.active {
        width: auto;
        min-width: fit-content;
        overflow: visible;
    }
}

/* Protection Features Section */
/* .ecommerce-protection-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--bg-white);
    padding: 4rem 0;
}

.ecommerce-protection-inner {
    width: 86%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ecommerce-protection-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ecommerce-protection-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
    margin: 0;
}

.ecommerce-protection-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

.ecommerce-protection-wrapper {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 2rem;
}

.ecommerce-protection-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ecommerce-protection-item {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ecommerce-protection-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--bg-white);
    border: none;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-gray);

    transition: all 0.3s ease;
    font-family: inherit;
    text-align: left;
    width: 100%;
}

.ecommerce-protection-btn:hover {
    background-color: #f0f0f0;
}

.ecommerce-protection-icon {
    width: 20px;
    height: 20px;
    stroke: var(--text-gray);
    transition: transform 0.3s ease, stroke 0.3s ease;
    flex-shrink: 0;
}

.ecommerce-protection-btn-text {
    flex: 1;
}

.ecommerce-protection-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
    padding: 0 1.25rem;
    margin: 0;
}

.ecommerce-protection-item.expanded .ecommerce-protection-content {
    max-height: 300px;
    padding: 0.75rem 1.25rem;
    margin-top: 0.5rem;
}

.ecommerce-protection-detail {
    background-color: #222222;
    color: var(--bg-white);
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .ecommerce-protection-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .ecommerce-protection-outer {
        padding: 3rem 0;
    }

    .ecommerce-protection-inner {
        width: 90%;
        gap: 1.5rem;
    }

    .ecommerce-protection-title {
        font-size: 1.75rem;
    }

    .ecommerce-protection-description {
        font-size: 1rem;
    }

    .ecommerce-protection-wrapper {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .ecommerce-protection-outer {
        padding: 2rem 0;
    }

    .ecommerce-protection-inner {
        width: 95%;
        gap: 1.25rem;
    }

    .ecommerce-protection-title {
        font-size: 1.5rem;
    }

    .ecommerce-protection-description {
        font-size: 0.95rem;
    }

    .ecommerce-protection-wrapper {
        padding: 1.25rem;
    }

    .ecommerce-protection-btn {
        padding: 0.875rem 1rem;
        font-size: 0.875rem;
    }

    .ecommerce-protection-icon {
        width: 18px;
        height: 18px;
    }

    .ecommerce-protection-detail {
        padding: 1rem 1.25rem;
        font-size: 0.875rem;
    }
} */

/* Navigation with Carousel Section */
.ecommerce-nav-carousel-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    border-radius: 24px;

    background-color: #F1EFF0;
}

.ecommerce-nav-carousel-inner {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 600px;
    overflow: hidden;
    margin-top: -4rem;
}

.ecommerce-nav-carousel-inner2 {
    margin-top: -7rem;
}

@media screen and (max-width: 768px) {
    .ecommerce-nav-carousel-inner2 {
        margin-top: -4rem;
    }
}

.ecommerce-nav-carousel-header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: flex-end;
}

.ecommerce-nav-carousel-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-align: right;
}

.ecommerce-nav-carousel-description {
    font-size: 1.23rem;
    width: 55%;
    color: #fff;
    line-height: 1.3;
    margin: 0;
    text-align: right;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

/* Text alignment utility: left on PC, center on mobile */
.text-left-mobile-center {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .text-left-mobile-center {
        text-align: center;
    }
}

.ecommerce-nav-carousel-wrapper {
    width: 60%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

/* Hide navigation arrows on desktop */
.ecommerce-nav-scroll-btn {
    display: none;
}

/* Right Navigation Column - Vertical Layout (each item column on its own row) */
.ecommerce-nav-column {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .ecommerce-nav-column {
        min-height: 500px;
    }
}

.ecommerce-nav-item-column {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: flex-end;
}

.ecommerce-nav-item-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #6A767E80;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    border-radius: 32px;
    padding: 0.75rem 1.25rem;
    padding-left: 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: inherit;
    cursor: pointer;
}


.ecommerce-nav-item-btn.active {
    background-color: #6A767E80;
    border-color: transparent;
    white-space: normal;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0;
    padding: 1.25rem;
}

.ecommerce-nav-item-btn.active:hover {
    background-color: #6A767E80;
}

.ecommerce-nav-item-brief {
    line-height: 1.5;
    font-size: 14px;
    display: inline;
}

.ecommerce-nav-item-btn.active .ecommerce-nav-item-brief {
    display: block;
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-size: 16px;
}

.ecommerce-nav-item-detail-text {
    display: none;
    font-size: 14px;
    line-height: 1.5;
}

.ecommerce-nav-item-btn.active .ecommerce-nav-item-detail-text {
    display: block;
    text-align: left;
    font-weight: normal;
}

.ecommerce-nav-item-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px;
    box-sizing: border-box;
    flex-shrink: 0;
    opacity: 1;
    visibility: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    stroke: #FFFFFF;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ecommerce-nav-item-icon line {
    stroke: #FFFFFF;
}

.ecommerce-nav-item-column.expanded .ecommerce-nav-item-icon,
.ecommerce-nav-item-btn.active .ecommerce-nav-item-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.ecommerce-nav-item-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ecommerce-nav-item-column.expanded .ecommerce-nav-item-detail {
    max-height: 500px;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
}

.ecommerce-nav-item-detail p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Navigation with Carousel Section2 Styles - Right Aligned */
.ecommerce-nav-carousel-wrapper-2 {
    width: 35%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .ecommerce-nav-carousel-wrapper-2 {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .ecommerce-nav-carousel-wrapper-2 {
        width: 100%;
    }
}

.ecommerce-nav-column-2 {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: flex-end;
    min-height: 460px;
}

.ecommerce-nav-item-column-2 {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: flex-end;
}

.ecommerce-nav-item-btn-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #6A767E80;
    border: 2px solid transparent;
    border-radius: 32px;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: inherit;
    cursor: pointer;
}

.ecommerce-nav-item-btn-2.active {
    background-color: #6A767E80;
    border-color: transparent;
    white-space: normal;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    gap: 0;
}

.ecommerce-nav-item-btn-2.active:hover {
    background-color: #6A767E80;
}

.ecommerce-nav-item-brief-2 {
    line-height: 1.5;
    font-size: 14px;
    display: inline;
}

.ecommerce-nav-item-btn-2.active .ecommerce-nav-item-brief-2 {
    display: block;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-align: right;
    font-size: 16px;
}

.ecommerce-nav-item-detail-text-2 {
    display: none;
    font-size: 14px;
    line-height: 1.5;
}

.ecommerce-nav-item-btn-2.active .ecommerce-nav-item-detail-text-2 {
    display: block;
    text-align: right;
    font-weight: normal;
}

.ecommerce-nav-item-icon-2 {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px;
    box-sizing: border-box;
    flex-shrink: 0;
    opacity: 1;
    visibility: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    stroke: #FFFFFF;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ecommerce-nav-item-icon-2 line {
    stroke: #FFFFFF;
}

.ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-icon-2,
.ecommerce-nav-item-btn-2.active .ecommerce-nav-item-icon-2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.ecommerce-nav-item-detail-2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-detail-2 {
    max-height: 500px;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
}

.ecommerce-nav-item-detail-2 p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    text-align: right;
}

/* Background Carousel Display */
.ecommerce-carousel-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.ecommerce-carousel-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    transform: scale(1);
}

.ecommerce-carousel-slide-item-left {
    justify-content: flex-start;
}

.ecommerce-carousel-slide-item.active {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transform: scale(1);
}

.ecommerce-carousel-image-placeholder {
    width: 100%;
    max-width: 600px;
    height: 500px;
    background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 1rem;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
}

.ecommerce-carousel-slide-item picture {
    width: 100%;
    height: auto;
    display: block;
}

.ecommerce-carousel-display-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    transform: scale(1);
    transition: none;
}

@media screen and (min-width: 768px) {
    .ecommerce-carousel-display-image {
        aspect-ratio: 1240 / 600;
        height: unset;
    }
}

/* Responsive Design for Navigation Carousel Section */
@media (max-width: 1024px) {
    .ecommerce-nav-carousel-title {
        font-size: 2rem;
    }

    .ecommerce-nav-carousel-wrapper {
        gap: 3rem;
    }

    .ecommerce-carousel-image-placeholder {
        max-width: 100%;
        height: 400px;
    }
}

@media (max-width: 767px) {

    .ecommerce-highlights-label .plugstick-showcase-label {
        font-size: 24px;
    }

    .ecommerce-highlights-title .plugstick-showcase-title {
        font-size: 40px;
    }

    .ecommerce-nav-carousel-outer {
        padding: 3rem 0;
    }

    .ecommerce-nav-carousel-inner {
        width: 100%;
        gap: 1rem;
        position: relative;
        display: flex;
        flex-direction: column;
        height: 88%;
        margin-bottom: 5rem;
    }

    .ecommerce-nav-carousel-header {
        order: 1;
    }

    .ecommerce-nav-carousel-title {
        font-size: 1.75rem;
        text-align: center;
    }

    .ecommerce-nav-carousel-description {
        font-size: 1rem;
        text-align: center;
    }

    .ecommerce-nav-carousel-wrapper,
    .ecommerce-nav-carousel-wrapper-2 {
        order: 2;
        width: 100%;
        position: relative;
        margin-top: auto;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        align-items: center;
        gap: 0;
        padding: 0 1.25rem;
        box-sizing: border-box;
    }

    .ecommerce-nav-carousel-wrapper-2 {
        margin-top: -3rem;
    }

    /* Show navigation arrows on mobile */
    .ecommerce-nav-scroll-btn {
        display: flex;
    }

    .ecommerce-carousel-display {
        min-height: 500px;
    }

    /* 确保所有轮播图容器在移动端宽度一致 */
    .ecommerce-carousel-wrapper {
        width: 100%;
    }

    .ecommerce-carousel-image-placeholder {
        height: 350px;
    }

    /* Mobile horizontal layout - one item per viewport */
    .ecommerce-nav-column,
    .ecommerce-nav-column-2 {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow-x: hidden;
        overflow-y: hidden;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        padding: 0;
        gap: 0;
        position: relative;
        flex: 1;
        width: 100%;
    }

    .ecommerce-nav-column::-webkit-scrollbar,
    .ecommerce-nav-column-2::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari and Opera */
    }

    .ecommerce-nav-item-column,
    .ecommerce-nav-item-column-2 {
        flex-shrink: 0;
        width: 100%;
        /* 确保每个item占据100%宽度，一行只显示一个 */
        max-width: 100%;
        min-width: 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        padding: 0 0.75rem;
        box-sizing: border-box;
    }

    .ecommerce-nav-item-btn,
    .ecommerce-nav-item-btn-2 {
        padding: 0.875rem 1rem;
        font-size: 0.7rem;
        width: 100%;
        box-sizing: border-box;
        flex: 1;
        min-width: 100%;
    }

    .ecommerce-nav-item-btn.active,
    .ecommerce-nav-item-btn-2.active {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        white-space: normal;
        padding: 1rem 1.25rem;
        min-height: auto;
        border-radius: 24px;
        background-color: rgba(106, 118, 126, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .ecommerce-nav-item-btn.active .ecommerce-nav-item-brief,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-brief-2 {
        display: block;
        font-weight: 600;
        margin-bottom: 0.2rem;
        font-size: 0.9rem;
        color: #FFFFFF;
        line-height: 1.4;
    }

    .ecommerce-nav-item-btn.active .ecommerce-nav-item-detail-text,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-detail-text-2 {
        display: block;
        text-align: left;
        font-size: 0.75rem;
        line-height: 1.5;
        color: #FFFFFF;
        opacity: 0.95;
    }

    .ecommerce-nav-item-brief,
    .ecommerce-nav-item-brief-2 {
        font-size: 0.7rem;
    }

    .ecommerce-nav-item-icon,
    .ecommerce-nav-item-icon-2 {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        padding: 3px;
    }

    .ecommerce-nav-item-column.expanded .ecommerce-nav-item-icon,
    .ecommerce-nav-item-btn.active .ecommerce-nav-item-icon,
    .ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-icon-2,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-icon-2 {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .ecommerce-nav-item-detail,
    .ecommerce-nav-item-detail-2 {
        display: none;
        /* Hide detail on mobile for cleaner carousel */
    }

    .ecommerce-nav-item-detail p,
    .ecommerce-nav-item-detail-2 p {
        font-size: 0.875rem;
    }

    /* Navigation arrows for mobile */
    .ecommerce-nav-scroll-btn {
        position: relative;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.9);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        padding: 0;
        flex-shrink: 0;
        align-self: flex-end;
    }

    .ecommerce-nav-scroll-btn:hover {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .ecommerce-nav-scroll-btn:active {
        transform: scale(0.95);
    }

    .ecommerce-nav-scroll-btn svg {
        width: 20px;
        height: 20px;
        color: #333;
    }

    .ecommerce-nav-scroll-btn.disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none;
    }

    /* Ensure secondary carousel matches primary styling */
    .ecommerce-nav-item-icon-2,
    .ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-icon-2,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-icon-2 {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        padding: 3px;
    }
}

@media (max-width: 480px) {
    .ecommerce-highlights-label .plugstick-showcase-label {
        font-size: 1rem;
    }

    .ecommerce-highlights-title .plugstick-showcase-title {
        font-size: 1.75rem;
    }

    .ecommerce-nav-carousel-outer {
        padding: 2rem 0;
    }

    .ecommerce-nav-carousel-inner {
        width: 100%;
        gap: 1.5rem;
    }

    .ecommerce-nav-carousel-title {
        font-size: 1.5rem;
    }

    .ecommerce-nav-carousel-description {
        font-size: 0.95rem;
        width: 100%;
    }

    .ecommerce-nav-carousel-header {
        align-items: flex-start;
    }

    .ecommerce-nav-carousel-wrapper {
        gap: 0;
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .ecommerce-carousel-display {
        min-height: 300px;
    }

    .ecommerce-carousel-image-placeholder {
        height: 300px;
        padding: 1.5rem;
    }

    /* Small mobile horizontal layout */
    .ecommerce-nav-column,
    .ecommerce-nav-column-2 {
        padding: 0;
        gap: 0;
    }

    .ecommerce-nav-item-column,
    .ecommerce-nav-item-column-2 {
        width: 100%;
        /* 确保每个item占据100%宽度，一行只显示一个 */
        max-width: 100%;
        min-width: 100%;
        padding: 0 0.75rem;
        box-sizing: border-box;
    }

    .ecommerce-nav-item-btn,
    .ecommerce-nav-item-btn-2 {
        padding: 0.625rem 0.875rem;
        font-size: 0.7rem;
        width: 100%;
        box-sizing: border-box;
        flex: 1;
        min-width: 100%;
    }

    .ecommerce-nav-item-btn.active,
    .ecommerce-nav-item-btn-2.active {
        padding: 1rem 1.25rem;
    }

    .ecommerce-nav-item-btn.active .ecommerce-nav-item-brief,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-brief-2 {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
    }

    .ecommerce-nav-item-btn.active .ecommerce-nav-item-detail-text,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-detail-text-2 {
        font-size: 0.75rem;
    }

    .ecommerce-nav-scroll-btn {
        width: 36px;
        height: 36px;
    }

    .ecommerce-nav-scroll-btn svg {
        width: 18px;
        height: 18px;
    }

    .ecommerce-nav-item-icon {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        padding: 2px;
    }

    .ecommerce-nav-item-column.expanded .ecommerce-nav-item-icon,
    .ecommerce-nav-item-btn.active .ecommerce-nav-item-icon {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .ecommerce-nav-item-detail {
        display: none;
        /* Hide detail on mobile for cleaner carousel */
    }

    .ecommerce-nav-item-column.expanded .ecommerce-nav-item-detail {
        padding: 0.625rem 0.875rem;
    }

    .ecommerce-nav-item-detail p {
        font-size: 0.8rem;
    }

    /* Section2 Small Mobile Styles */
    .ecommerce-nav-carousel-wrapper-2 {
        gap: 0.5rem;
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .ecommerce-nav-column-2 {
        gap: 0;
    }

    .ecommerce-nav-item-btn-2 {
        padding: 0.875rem 1rem;
        font-size: 0.7rem;
        width: 80%;
        box-sizing: border-box;
    }

    .ecommerce-nav-item-btn-2.active {
        padding: 1rem 1.25rem;
        border-radius: 24px;
        background-color: rgba(106, 118, 126, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-brief-2 {
        font-weight: 600;
        margin-bottom: 0.2rem;
        font-size: 0.9rem;
        color: #FFFFFF;
        line-height: 1.4;
    }

    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-detail-text-2 {
        font-size: 0.75rem;
        line-height: 1.5;
        color: #FFFFFF;
        opacity: 0.95;
    }

    .ecommerce-nav-item-brief,
    .ecommerce-nav-item-brief-2 {
        font-size: 0.7rem;
    }

    .ecommerce-nav-item-icon-2 {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        padding: 2px;
    }

    .ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-icon-2,
    .ecommerce-nav-item-btn-2.active .ecommerce-nav-item-icon-2 {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .ecommerce-nav-item-detail-2 {
        display: none;
    }

    .ecommerce-nav-item-column-2.expanded .ecommerce-nav-item-detail-2 {
        padding: 0.625rem 0.875rem;
    }

    .ecommerce-nav-item-detail-2 p {
        font-size: 0.8rem;
        text-align: right;
    }
}

/* PlugStick Showcase Carousel Section */
.plugstick-showcase-outer {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 3rem 0 5rem 0;
    overflow: visible;

}

@media (min-width: 1024px) {
    .plugstick-showcase-outer {}
}

.plugstick-showcase-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    overflow: visible;
}

.plugstick-showcase-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.plugstick-showcase-label {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.plugstick-showcase-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0;
    line-height: 1.2;
}

.plugstick-carousel-container {
    max-width: 100%;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.plugstick-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.plugstick-carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    align-items: center;
}

.plugstick-carousel-slide {
    flex: 0 0 86%;
    width: 100%;
    min-width: 0;
    flex-shrink: 0;
}

.plugstick-carousel-card {
    background: linear-gradient(135deg, #9B7D57 0%, #B89570 50%, #9B7D57 100%);
    border-radius: 24px;
    padding: 3rem 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: 100%;
    box-sizing: border-box;
}

.plugstick-carousel-content {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
}

.plugstick-carousel-text {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.plugstick-carousel-headline {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.plugstick-carousel-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    max-width: 500px;
}

.plugstick-carousel-image {
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.plugstick-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.plugstick-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    background-color: transparent;
    width: 50%;
    margin: 0 auto;
    margin-top: 1.5rem;
    height: 64px;
}

.plugstick-carousel-indicators {
    display: flex;
    width: 285px;
    align-items: center;
    justify-content: space-around;
    gap: 0.75rem;
    /*background-color: #F1EFF0;*/
    /*border-radius: 32px;*/
    padding: 0.5rem 0.5rem;
    /*height: 64px;*/
}

.plugstick-carousel-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background-color: #CCCCCC;

    transition: all 0.3s ease;
    padding: 0;
    position: relative;
}

.plugstick-carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
}

.plugstick-carousel-dot.active {
    width: 52px;
    height: 16px;
    border-radius: 32px;
    background-color: #6A767E;
}

.plugstick-carousel-pause {
    width: 64px;
    height: 64px;
    border: none;
    background-color: #F1EFF0;
    border-radius: 32px;

    color: #999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.plugstick-carousel-pause:hover {
    color: #666;
}

.plugstick-carousel-pause svg,
.plugstick-carousel-pause img {
    width: 18px;
    height: 18px;
}

.plugstick-carousel-pause svg {
    stroke: currentColor;
}

.plugstick-carousel-pause img {
    object-fit: contain;
}

/* Responsive Design for PlugStick Showcase */
@media (max-width: 1024px) {
    .plugstick-showcase-outer {
        padding: 3.5rem 0 0 0;
    }

    .plugstick-showcase-inner {
        gap: 1.5rem;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .plugstick-showcase-title {
        font-size: 2rem;
    }

    .plugstick-carousel-card {
        padding: 2.5rem 2rem;
        border-radius: 20px;
    }

    .plugstick-carousel-content {
        gap: 2.5rem;
        align-items: stretch;
    }

    .plugstick-carousel-headline {
        font-size: 2.25rem;
    }

    .plugstick-carousel-description {
        font-size: 0.95rem;
    }

    .plugstick-carousel-image {
        width: 100%;
        align-items: stretch;
    }

    .plugstick-carousel-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .plugstick-carousel-controls {
        display: flex !important;
        margin: 1.5rem auto 0 auto;
        height: 64px;
        visibility: visible;
        opacity: 1;
    }

    /*描述文字过多时兼容平板 start*/
    .ecommerce-hero-title {
        font-size: 24px !important;
    }

    .ecommerce-pricing {
        margin-top: 30px;
    }

    .ecommerce-cta-button {
        width: 130px;
        height: 46px;
        font-size: 16px;
    }
    /*描述文字过多时兼容平板 end*/
}

/* Tablet specific styles (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

    /* Fix nav-carousel height on tablet so outer wrapper doesn't jump when text height changes */
    .ecommerce-nav-carousel-inner {
        min-height: 680px;
    }

    .ecommerce-carousel-display {
        min-height: 680px;
    }

    .ecommerce-carousel-content {
        gap: 0;
    }

    .plugstick-showcase-inner {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0;
    }

    .plugstick-carousel-controls {
        display: flex !important;
        margin-top: 2rem;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .plugstick-showcase-outer {
        padding: 2rem 0 4rem 0;
        overflow: visible;
    }

    .carousel-2 {
        margin-top: -6rem;
    }

    .plugstick-showcase-inner {
        width: 100%;
        height: auto;
        padding: 0;
        gap: 1.25rem;
        max-height: none;
        overflow: visible;
        margin: auto 15px;
    }

    .plugstick-showcase-header {
        gap: 0.3rem;
    }

    .plugstick-carousel-container {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-top: -1rem;
    }

    .plugstick-carousel-slide {
        flex: 0 0 100%;
        width: 100%;
    }

    .plugstick-showcase-title {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .plugstick-carousel-card {
        padding: 2rem 1.5rem;
        border-radius: 18px;
    }

    .plugstick-carousel-content {
        flex-direction: column;
        gap: 1.5rem;
        align-items: stretch;
    }

    .plugstick-carousel-text {
        order: 1;
    }

    .plugstick-carousel-image {
        order: 2;
        width: 100%;
        align-items: stretch;
    }

    .plugstick-carousel-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .plugstick-carousel-headline {
        font-size: 1.875rem;
        line-height: 1.2;
    }

    .plugstick-carousel-description {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .plugstick-carousel-controls {
        display: flex !important;
        margin-top: 1rem;
        height: 56px;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .plugstick-showcase-outer {
        padding: 1.5rem 0;
    }

    .plugstick-showcase-inner {
        width: 96%;
        padding: 0;
        gap: 1rem;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .plugstick-showcase-header {
        gap: 0.25rem;
    }

    .plugstick-carousel-container {
        margin-top: -0.75rem;
    }

    .plugstick-showcase-label {
        font-size: 0.75rem;
    }

    .plugstick-showcase-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .plugstick-carousel-card {
        padding: 1.5rem 1.25rem;
        border-radius: 24px;
    }

    .plugstick-carousel-content {
        gap: 1.25rem;
        align-items: stretch;
    }

    .plugstick-carousel-headline {
        font-size: 1.625rem;
        line-height: 1.25;
    }

    .plugstick-carousel-description {
        font-size: 0.8125rem;
        line-height: 1.5;
    }

    .plugstick-carousel-image {
        width: 100%;
        align-items: stretch;
    }

    .plugstick-carousel-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .plugstick-carousel-controls {
        margin-top: 1.34rem;
        gap: 1rem;
        height: 52px;
        width: 90%;
    }

    .plugstick-carousel-indicators {
        /*height: 56px;*/
        /*border-radius: 28px;*/
        flex: 1;
        padding: 0.375rem 0.75rem;
    }

    .plugstick-carousel-dot {
        width: 16px;
        height: 16px;
        color: #CCCCCC;
        background-color: #CCCCCC;
    }

    .plugstick-carousel-dot.active {
        width: 20px;
        height: 16px;
    }

    .plugstick-carousel-pause {
        width: 56px;
        height: 56px;
        border-radius: 28px;
    }
}

/* Security Card Section */
.security-card-outer {
    width: 100%;
    max-width: 1800px;
    display: flex;
    justify-content: center;
    padding: 6.16em 0 3.7em;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.security-card-inner {
    width: 86%;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
}

.security-card {
    width: 100%;
    height: 430px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.security-card-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4rem 4rem;
}

.security-card-text {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 2;
}

.security-card-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #FFFFFF;
}

.security-card-description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0;
    color: #FFFFFF;
    max-width: 90%;
}

.security-card-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: 0.5rem;
}

.security-card-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.security-card-button svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.security-card-bg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background-image: url('../images/eCommerce/securityBackground.webp');
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .security-card-bg-placeholder {
        background-image: url('../images/eCommerce/securityBackground-mobile.webp');
    }
}

/* Responsive Styles for Security Card */
@media (max-width: 1200px) {
    .security-card-content {
        padding: 3.5rem 3rem;
    }

    .security-card-title {
        font-size: 2.5rem;
    }

    .security-card-description {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .security-card-outer {
        padding: 3rem 0;
    }

    .security-card-inner {
        width: 96%;
        padding: 0;
    }

    .security-card {
        height: auto;
        min-height: 430px;
        padding: 0;
    }

    .security-card-content {
        flex-direction: column;
        padding: 3rem 2rem;
        gap: 2rem;
    }

    .security-card-text {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .security-card-title {
        font-size: 2rem;
    }

    .security-card-description {
        font-size: 0.95rem;
        max-width: 100%;
    }

}

@media (max-width: 480px) {
    .security-card-outer {
        padding: 2.5rem 0;
    }

    .security-card-inner {
        width: 96%;
        padding: 0;
    }

    .security-card-content {
        padding: 2.5rem 1.5rem;
    }

    .security-card-title {
        font-size: 1.75rem;
    }

    .security-card-description {
        font-size: 0.875rem;
    }

    .security-card-button {
        padding: 0.75rem 1.25rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .carousel-2 {
        margin-top: -100px;
    }

    .carousel-1 {
        margin-top: 100px;
    }
}

@media (max-width: 1200px) {
    .carousel-2 {
        display: none;
    }

    .carousel-1 {
        display: none;
    }

    #featureCarouselMobile1,
    #featureCarouselMobile2 {
        display: block;
        margin: 0 auto;
        width: 86%;
        border-radius: 24px;
        margin-top: 3rem;
        aspect-ratio: 1240 / 600;
    }

    .description-card {
        margin: 0 auto;
        padding: 0 1rem 0.5rem 1rem;
        background-color: #6A767E80;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: none;
        box-shadow: none;
        text-align: center;
    }
}

@media (min-width: 1200px) {

    #featureCarouselMobile1,
    #featureCarouselMobile2 {
        display: none;
    }
}

@media (max-width: 600px) {

    #featureCarouselMobile1,
    #featureCarouselMobile2 {
        width: 96%;
        aspect-ratio: 369 / 620;
    }

    #featureCarouselMobile1 .title-mobile,
    #featureCarouselMobile2 .title-mobile {
        text-align: center !important;
    }

}

@media (min-width: 601px) {
    #featureCarouselMobile1 .title-mobile {
        text-align: left !important;
        max-width: 60%;
    }

    #featureCarouselMobile2 .title-mobile {
        text-align: right !important;
        max-width: 60%;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {

    #featureCarouselMobile1,
    #featureCarouselMobile2 {
        width: 96%;
    }

}

@media (min-width: 1536px) {
    .carousel-2 {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .carousel-1 {
        margin-top: 100px;
    }
}

.ecommerce-carousel-image img {
    border-radius: 24px;
}

.carousel-control-prev,
.carousel-control-next {
    border: none;
    outline: none;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 1240px) {
    .ecommerce-nav-carousel-title {
        font-size: 22px;
    }

    .ecommerce-nav-carousel-description {
        font-size: 18px;
    }

    .ecommerce-nav-item-brief {
        font-size: 12px;
    }

    .ecommerce-nav-item-detail-text {
        font-size: 12px;
    }
}


/* index 抽离过来的 */
.ecommerce-homepage {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1800px;
}

body {
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

.ecommerce-homepage .navbar {
    position: absolute !important;
    top: 0;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: 100vw;
    background: transparent;
    box-shadow: none;
    z-index: 20;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    height: 63px;
}

.ecommerce-homepage .navbar.fixed-nav {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    width: 100vw;
    background: #FFFFFF !important;
    color: #111827 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* PC nav text & icons in white */
@media (min-width: 769px) {

    .ecommerce-homepage .navbar,
    .ecommerce-homepage .navbar .nav-link,
    .ecommerce-homepage .navbar .nav-link svg,
    .ecommerce-homepage .navbar .navbar-brand,
    .ecommerce-homepage .navbar .navbar-toggler,
    .ecommerce-homepage .navbar .navbar-toggler-icon,
    .ecommerce-homepage .navbar .toggle-close-icon,
    .ecommerce-homepage .navbar .cart-link-desktop svg {
        color: #FFFFFF !important;
        fill: #FFFFFF !important;
    }

    .ecommerce-homepage .navbar:not(.fixed-nav) .nav-link-has-children-icon img,
    .ecommerce-homepage .navbar:not(.fixed-nav) .my-d-lg-none img {
        filter: brightness(0) invert(1);
    }
}

.ecommerce-homepage .navbar.fixed-nav,
.ecommerce-homepage .navbar.fixed-nav .nav-link,
.ecommerce-homepage .navbar.fixed-nav .nav-link svg,
.ecommerce-homepage .navbar.fixed-nav .navbar-brand,
.ecommerce-homepage .navbar.fixed-nav .navbar-toggler,
.ecommerce-homepage .navbar.fixed-nav .navbar-toggler-icon,
.ecommerce-homepage .navbar.fixed-nav .toggle-close-icon,
.ecommerce-homepage .navbar.fixed-nav .cart-link-desktop svg {
    color: #0F172A !important;
    fill: #0F172A !important;
}

/* Keep Bootstrap carousel controls near the bottom of the hero slider */
#featureCarousel .carousel-control-prev,
#featureCarousel .carousel-control-next {
    top: auto;
    bottom: 32px;
    transform: none;
}

@media (max-width: 767px) {
    .ecommerce-homepage .navbar {
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 100vw;
    }

    .ecommerce-homepage .navbar:not(.fixed-nav) .cart-link-mobile svg {
        color: #FFFFFF !important;
        fill: #FFFFFF !important;
    }

    .ecommerce-homepage .navbar:not(.fixed-nav) .navbar-toggler-icon,
    .ecommerce-homepage .navbar:not(.fixed-nav) .toggle-close-icon {
        filter: brightness(0) invert(1);
    }

    .ecommerce-homepage .navbar.fixed-nav .cart-link-mobile svg {
        color: #0F172A !important;
        fill: #0F172A !important;
    }

    .ecommerce-homepage .navbar.fixed-nav .navbar-toggler-icon,
    .ecommerce-homepage .navbar.fixed-nav .toggle-close-icon {
        filter: none;
    }

    .ecommerce-homepage .banner-area {
        top: 0 !important;
    }
}

@media (max-width: 356px) {
    .title-mobile>p:first-child {
        font-size: 18px !important;
        line-height: 20px;
    }

    .title-mobile>p:last-child {
        font-size: 12px !important;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .title-mobile2>p:last-child {
        padding-left: 50px;
    }

    .description-card {
        padding-top: 8px !important;
    }
}

.encryption-title {
    margin-bottom: 0 !important;
}

.ecommerce-nav-carousel-inner2 {
    margin-top: 0rem;
}

.ecommerce-carousel-wrapper {
    @media (max-width: 1700px) {
        padding-bottom: 0;
    }
}

.plugstick-showcase-outer {
    padding-top: 1rem;
}

@media (min-width: 992px) {
    .position-relative-style {
        padding: 1.5rem !important;
    }
}

/* 手机横屏hero区字体大小适配 */
@media (orientation: landscape) and (pointer: coarse) and (max-width: 992px) {
    .ecommerce-hero-title {
        font-size: 24px !important;
    }

    .ecommerce-hero-description {
        font-size: 12px !important;
    }
}

/* 大于1536 */
@media (min-width: 1536px) {
    .ecommerce-highlights-outer {
        padding-top: 100px;
    }

    .carousel-1 {
        margin-top: 100px;
    }
}

/* 大于768 */
@media (min-width: 768px) and (max-width: 1536px) {
    .ecommerce-highlights-outer {
        padding-top: 50px;
    }

    .carousel-1 {
        margin-top: 80px;
    }

    .carousel-2 {
        margin-top: -120px;
    }

    .security-card-outer {
        padding-top: 30px;
    }

    .plugstick-showcase-outer {
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.learn-more-button {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    background-color: #0271E4;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 32px;
    margin: 0 auto;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

@media (max-width: 767px) {
    .learn-more-button {
        height: 52px;
        line-height: 52px;
        width: 120px;
        font-size: 16px;
        margin-top: 15px;
    }

    .ecommerce-hero-content-promotion {
        /*margin-top: 63px;*/
        font-size: 16px;
    }

    .align-self-area {
        bottom: 0;
        font-size: 14px;
    }

    .ecommerce-hero-title {
        font-size: 24px !important;
    }

    .ecommerce-hero-description {
        font-size: 14px !important;
    }
}


@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .ecommerce-hero-outer {
        height: auto;
    }

    .ecommerce-hero-content {
        padding-left: 3rem;
    }

    .ecommerce-hero-description {
        line-height: 1.2;
    }
}

/* 让 hero 和 features section 突破 1800px 限制，使用全屏宽度 */
.ecommerce-hero-outer,
.ecommerce-features-outer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ecommerce-hero-outer {
    position: relative;
    top: -4.5rem;
    margin-bottom: -4.5rem;
}

@media (max-width: 767px) {
    .ecommerce-hero-outer {
        /*top: 60px;*/
        margin-bottom: 0;
        margin-top: calc(60px + 4.5rem);
    }
}



/* 修复 769px-1200px 屏幕下轮播图片切换空白问题 */
@media (min-width: 769px) and (max-width: 1200px) {

    #featureCarouselMobile1,
    #featureCarouselMobile2 {
        background-color: #1a1a1a !important;
    }

    #featureCarouselMobile1 .carousel-inner,
    #featureCarouselMobile2 .carousel-inner {
        background-color: #1a1a1a !important;
    }

    #featureCarouselMobile1 .carousel-item,
    #featureCarouselMobile2 .carousel-item {
        transition: none !important;
        transform: none !important;
    }

    #featureCarouselMobile1 .carousel-item.active,
    #featureCarouselMobile2 .carousel-item.active {
        display: block !important;
    }

    #featureCarouselMobile1 .carousel-item:not(.active),
    #featureCarouselMobile2 .carousel-item:not(.active) {
        display: none !important;
    }

    #featureCarouselMobile1 .carousel-item img,
    #featureCarouselMobile2 .carousel-item img {
        object-fit: cover;
        object-position: center;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
    }

    #featureCarouselMobile1 picture,
    #featureCarouselMobile2 picture {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
    }

    #featureCarouselMobile1 .position-absolute.top-0,
    #featureCarouselMobile2 .position-absolute.top-0 {
        background-color: #1a1a1a !important;
    }
}

.carousel-control-prev {
    right: 85%;
    bottom: calc(-100% + 100px);
    display: block;
    width: unset;

    .carousel-control-prev-icon{
        background-size: 16px;
        background-color: #6A767E4D;
        opacity: 1;
        border-radius: 32px;
        height: 40px;
        width: 40px;
    }
}
.carousel-control-next {
    left: 85%;
    /*right: 100px;*/
    bottom: calc(-100% + 100px);
    display: block;
    width: unset;
    .carousel-control-next-icon{
        background-size: 16px;
        background-color: #6A767E4D;
        opacity: 1;
        border-radius: 32px;
        height: 40px;
        width: 40px;
    }
}
.ecommerce-hero-outer {
    position: relative;
    top: -4.5rem;
    color: white;
    max-width: 100%;
    width: 100%;
    margin-bottom: -4.5rem;


    .button-group {
        display: flex;
        display: -webkit-box;      /* 老 Android */
        display: -webkit-flex;
        gap: 24px;
    }
    .carousel-item{
        width: 100%;
        @media (max-width: 767px) {
            min-height: 660px;
            background-color: black
        }
        @media (max-width: 425px) {
            min-height: 600px;
            background-color: black
        }

    }
    .video-area {
        position: relative;
        width: 100%;
        overflow: hidden;
        vertical-align:middle;
    }

    .video-area video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;

        /* 安卓兼容 */
        display: block;
    }

    @media (max-width: 767px) {
        .video-area {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }
    }
    #hero-content {
        display: block;
    }

    @media (min-width: 769px) {
        .carousel-inner:has(.carousel-item.active .invalid-hero-content) #hero-content {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .carousel-inner:has(.carousel-item.active .invalid-hero-content-mobile) #hero-content {
            display: none;
        }
    }
}

.banner-cover {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: fit-content;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);

    @media (max-width: 1180px) {
        gap: 10px;
    }

    @media (max-width: 768px) {
        top: calc(3.5rem + 64px);
    }
}

.banner-cover__title,
.banner-cover__title-sub {
    font-weight: 700;
}

.banner-cover__title {
    font-size: 20px;
    line-height: 30px;

    @media (max-width: 1180px) {
        font-size: 16px;
    }
}

.gradient-text {
    background: linear-gradient(91.39deg, #D9B467 0.96%, #FCED95 42.25%, #D9B467 94.33%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.banner-cover__title-sub {
    font-size: 40px;
    line-height: 50px;

    @media (max-width: 1180px) {
        font-size: 24px;
        line-height: 30px;
    }
}
