* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    z-index: 101;
}
@font-face {
    font-family: swiper-icons;
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop/application/45c7526dfc7fbcec23f42f2091b55a12.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop//e97a7946e0749f2ba087f31846035caa.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop//08a56a48c6a60ba3c4220fccda6e5352.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop//bcd16bd1e3f702f6dff708bb2e87907d.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* todo */
@font-face {
    font-family: "Manrope";
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop//6e413df698f09f2325e772ee09d8fc82.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* todo */
@font-face {
    font-family: "Manrope";
    src: url("https://d1zajr8axnrmfh.cloudfront.net/static/shop//074541db9263a2099830d46f72a5fa45.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    /*font-family: 'Figtree',-apple-system,system-ui,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: "Manrope", "SF Pro Text", "Segoe UI", "Roboto","Helvetica Neue", "Helvetica", "Arial", sans-serif,"Segoe UI", sans-serif;
    background: #000;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    --block-gap: 30px;
    position: relative;
}
.light {
    background-color: #fff;
}

a {
    cursor: pointer;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    unicode-bidi: isolate;
}
.full-page-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 96px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;

}
.full-page-banner  .default-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.full-page-banner .default-bg   img {
    width: auto ;
    height: 100%;
    max-width: fit-content;
    object-fit: contain;
    /*
        height: auto;
    max-width: none;
    */
}

.full-page-banner  .logo {
    width: 100vh;
    /*400px * 169px*/
    height: 50vh;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.only-m {
    display: none;
}

.only-pc {
    display: block;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .full-page-banner {
    .default-bg {
        width: 100%;
        display: flex;
        justify-content: center;
    img {
        width: auto;
    }
}

.logo {
    width: 100vh;
    /*400px * 169px*/
    height: 50vh;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
}

@media (max-width: 767px) {
    .full-page-banner {
        height: 138.13333333vw;

    .logo {
        width: 130vw;
        height: auto;
        top: 35%;

    }

    .default-bg {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;

    img {
        max-width: fit-content;
        width: auto;
        height: 100%;
    }
}
}
.only-m {
    display: block;
}

.only-pc {
    display: none;
}
}
@media (min-width: 768px) {
    .tabs {
        display: flex;
        justify-content: center;
        gap: 76px;
        height: 64px;
        background-color: rgba(0, 0, 0, 0.9);
        /* opacity: 0.7; */
        background: #262628;
        position: sticky;
        top: 96px;
        z-index: 100;
    }

    .tab-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 6px 43px;
        transition: all 0.3s ease;
        position: relative;
        opacity: 0.7;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 28px;
        font-weight: 400;
    }

    .tab-btn.active{
        color: #fff;
        opacity: 1;
        font-weight: 500;
    }

    .tab-btn.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 32%;
        width: 35%;
        height: 4px;
        background-color: #ffffff;
    }

    .section {
        margin-top: 125px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section2 {
        display: none;
    }
    .lighting {
        width: 1268px;
        margin: 0 auto;
        margin-top: 120px;
        padding: 0;
    }

    .banner {
        width: 100%;
        max-width: 1268px;
        height: 420px;
        position: relative;
        margin-bottom: 0;
        overflow: hidden;
        border-radius: 16px;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        transition: all 0.3s ease;
    }
    .banner:hover img {
        transform: scale(1.05);
    }

    .banner .learn-more-btn {
        width: 172px;
        height: 48px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        border: none;
        padding: 10px 24px;
        border-radius: 24px;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner .learn-more-btn span {
        margin-right: 8px;
    }

    .banner .learn-more-btn:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    .banner .learn-more-btn img {
        width: 16px;
        height: 15px;
        transform: rotate(90deg);
        object-fit: contain;
        transition: transform 0.5s ease;
    }
    .banner .learn-more-btn .arrow {
        transform: rotate(180deg);
    }
    .section .swiper-slide {
        width: calc(20% - 20px);
        overflow: hidden;
        border-radius: 20px;
    }

    .section .swiper-slide img {
        width: 350px;
        height: 350px;
        width: calc(20vw - 32px);
        height: calc(20vw - 32px);
        border-radius: 20px;
        transition: transform 0.5s ease;

    }
    .section .swiper-slide img:hover {
        transform: scale(1.05);
    }

    .product-grid {
        width: 100%;
        display: flex;
        gap: 16px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .grid-m {
        display: none;
    }

    /* Add this CSS to style.css or in a <style> tag */
    .product-card {
        background-color: #121212;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 305px;
    }

    .product-card .btn {
        height: 44px;
        background: #1B353C;
        border-radius: 22px;
        /*font-family: Avenir-Roman;*/
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 42px;
        font-weight: 400;
        text-align: center;
    }
    .product-card .btn:hover {
        background: #152A30;
    }

    .image-container {
        width: 100%;
        height: 261px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #121212;
    }

    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 8px;
        position: absolute;
        width: 290px;
        margin-bottom: 10px;
    }
    .section5 .product-card {
        width: 625px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    .section5 .product-card .info{
        width: 265px;
    }
    .section5 .product-card .image-container{
        width: 290px;
        margin-top: 32px;
    }
    .section5 .product-card .image-container img {
        position: initial;
        width: auto;
        margin-bottom: 0;
    }

    .info {
        padding: 16px;
        color: white;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        background-color: #1a1a1a;
        padding: 48px 20px 20px 20px;
    }

    .info .name {
        margin-bottom: 8px;
        height: 56px;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 28px;
        font-weight: 600;
        /*font-family: Figtree-Bold;*/
    }
    .info ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .info ul li {
        font-size: 14px;
        color: #b0b0b0;
        margin-bottom: 4px;
        padding-left: 16px;
        position: relative;
    }

    .info ul li:before {
        content: "•";
        color: #b0b0b0;
        position: absolute;
        left: 0;
    }


    .email {
        height: 80px;
    }
    /* For subscription form */
    .email-input {
        border: none;
        background: #38383C;
        border-radius: 22px;
        padding: 10px 16px;
        color: white;
        width: 100%;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .email-input:focus {
        outline: none;
        border-color: #1e3a8a;
    }

    .subscribe-message {
        margin-bottom: 8px;
        text-align: left;
        font-size: 12px;
        color: #00E8FF;
        letter-spacing: 0;
        font-weight: 400;
        padding-left: 4px;
    }

    /* Additional styling for product grid */


    .toggle-btn {
        background: transparent;
        color: #ccc;
        border: none;
        font-size: 16px;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .toggle-btn:hover {
        color: #fff;
    }

    .product-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.5s ease-in-out, max-height 0.8s ease-in-out;
    }

    .product-container.show {
        opacity: 1;
        max-height: 1000px;
        margin-top: 30px;
    }
    .section5 .product-container.show {
        margin-top: 20px;
    }
    .download-section {
        margin-top: 120px;
        padding: 80px 20px;
        text-align: center;
        position: relative;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/efd2678bc17aef10d0bc8bba901dea03.png) center center / 100% 100% no-repeat;
        color: white;
        display: none;
    }
    .download-section span {
        /*font-family: Avenir-Medium;*/
        font-size: 24px;
        color: #00E8FF;
        text-align: center;
        font-weight: 500;
    }


    .CESDownload {
        display: inline-block;
    }

    .CESDownload a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #00bfff;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .CESDownload a:hover {
        color: #00a8e8;
        transform: translateY(-2px);
    }

    .CESDownload img {
        width: 26px;
        height: 26px;
    }
    .section-bg {
        width: 100%;
        height: auto;
        position: relative;
    }
    .section3-background {
        width: 90vw;
        height: 66vw;
        position: absolute;
        left: 50%;
        margin-left: -45vw;
        z-index: -1;
        top: -24vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/b2b98f684312b4aa92a2e292e6e6ccea.png) center center / cover no-repeat;
        opacity: 0.8;

    }
    .section4-background {
        width: 90vw;
        height: 66vw;
        position: absolute;
        left: 50%;
        margin-left: -45vw;
        z-index: -1;
        top: -24vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/a0ab986cffca2023912fcf85f1f5da17.png) center center / cover no-repeat;
        opacity: 0.8;

    }
    .section5-background {
        width: 70vw;
        height: 50vw;
        position: absolute;
        left: 50%;
        margin-left: -35vw;
        z-index: -1;
        top: -14vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/13723a8d04d1e088ad48a6febecc8d6b.png) center center / cover no-repeat;
        opacity: 0;
        transition: all 0.5s ease;
        /* display: none; */
    }
    /* 固定每张图片宽度 */
    .scroll-container {
        width: 100%; /* 4 张 × 200px */
        /* max-width: 1920px; */
        height: calc(20vw - 20px);
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto; /* 居中 */
    }

    .scroll-content {
        display: inline-block;
        /* animation: scrollLeft 10s linear infinite; */
        /* 注意：这里不需要额外间距影响计算，margin 改用 padding 或固定宽 */
    }
    .scroll-content div {
        width: calc(20vw - 20px);
        height: calc(20vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
        overflow: hidden;
    }
    .scroll-content img {
        /* width: 350px; */
        width: calc(20vw - 20px);
        height: calc(20vw - 20px);
        margin-right: 25px;
        vertical-align: top; /* 防止底部留白 */
        object-fit: cover;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        /* 不使用 margin-right，避免破坏总宽度计算 */
    }
    .scroll-content img:hover {
        transform: scale(1.05);
    }

    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%); /* 5 张 × 200px = 1000px */
        }
    }

    .info-text {
        max-width: 721px;
        margin: 0 auto;
        margin-top: 24px;
        /*font-family: Figtree-Regular;*/
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        font-weight: 200;
    }

    .brand-list .logo-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        max-width: 1627px;
        margin: 0 auto;
    }
    .brand-list .brand-list-mobile {
        display: none;
    }

    .brand-list .logo-item {
        display: flex;
        align-items: center;
        padding: 0;
        background: #161617;
        border-radius: 16px;
        width: auto;
        height: 180px;
        justify-content: center;
        transition: all 0.3s ease;
    }
    .brand-list .logo-item span {
        width: 0;
        height: 0;
        opacity: 0;
        /*font-family: Figtree-Regular;*/
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        font-weight: 400;
        transition: width  0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s linear 0s;
        visibility: hidden;
    }

    .logo-item:hover span {
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        transition: width  0.3s ease 0.5s,opacity 0.3s ease 0.5s, visibility 0s linear 0.5s;
    }

    .brand-list .logo-item .logo {
        width: 280px;
        height: 99px;
        object-fit: cover;
    }
    .logo-list:hover .logo-item {
        width: 240px;
        height: 180px;
    }

    .logo-list:hover .logo-item .logo {
        width: 100%;
        height: 90px;
    }
    .logo-list .logo-item:hover {
        /* .logo-list .logo-item:last-child { */
        width: 618px;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/846e0613699617c53d3075abe29ccd49.png) center center / 100% 100% no-repeat;
        padding-right: 20px;
        border-radius: 0;
    }

    .media-content {
        max-width: 1390px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        position: relative;
        /*display: none;*/
    }

    /* .media-content:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -1vw;
        width: 22vw;
        height: 100%;
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 34%, #000000 100%);
        pointer-events: none;
        z-index: 2;
    } */

    /* .media-content:after {
        content: " ";
        position: absolute;
        top: 0;
        right: -1px;
        width: 22vw;
        height: 100%;
        transform: scaleX(-1);
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 34%, #000000 100%);
        pointer-events: none;
        z-index: 2;
    } */

    .media-content .swiper {
        height: 385px;
        position: relative;
    }

    /* .media-content .card {
        position: relative;
        width: 100%;
        border-radius: 1.25vw;
        transition: all 0.3s;
    } */

    .media-content .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        transition: all 0.3s;
    }
    .media-content .swiper-slide:hover img {
        transform: scale(1.05);
    }

    .media-content .swiper-v .swiper-slide {
        position: relative;
        border-radius: 1.25vw;
        transition: all 0.3s;
        height: 270px !important;
        transform: scale(0.92);
        overflow: hidden;
    }

    .media-content .swiper-v .swiper-slide-active {
        transform: scale(1.12);
    }
    .swiper-wrapper {
        align-items: center;
    }

    .swiper-pagination {
        position: absolute;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 1);
        border-radius: 50%;
        opacity: 0.5;
        margin: 0 5px;
    }

    .swiper-pagination-bullet-active {
        background: white;
        opacity: 1;
    }

    .media-content .swiper-slide .playback {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 54px;
        height: 54px;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/0fbe8f2cd6997bd1d7ef120a9c6af22c.svg) center center/100% 100% no-repeat;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
    }
    .tabs-mobile {
        display: none;
    }


    .media-content .swiper-v2 .swiper-slide-active .card-wrapper .playback {
        display: unset;
    }

    .media-content .swiper-slide-active .card:before {
        opacity: 0;
    }

    .media-content .swiper-slide {
        height: 100%;
    }

    .banner1Popup .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 902;
        background-color: rgba(51, 51, 51, 0.55);
    }

    .banner1Popup .modal-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 902;
    }

    .banner1Popup .modal-wrap .modal-inner-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 1024px;
        height: auto;
        max-height: 90%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    }

    .banner1Popup .modal-wrap .modal-inner-wrap .modal-inner-wrap-content {
        position: relative;
    }

    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content {
        padding: 0;
    }

    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video,
    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video iframe {
        width: 100%;
        height: 520px;
    }

    @media (max-width: 750px) {
        .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video,
        .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video iframe {
            height: 56vw;
        }
    }
    .banner1Popup .modal-close {
        width: 24px;
        height: 24px;
        top: -38px;
        border: none;
        position: absolute;
        color: #ffffff;
        text-align: center;
        top: -48px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        line-height: 0;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/b37134cf6912d14c053a71f9b1123507.svg) center center/100% 100% no-repeat;
    }

    .banner1Popup .modal-close:hover, .banner1Popup .modal-close:active {
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/a55c3eb7c1e485b3e41339f61778ee9c.svg) center center/100% 100% no-repeat;
    }

    .banner1Popup .modal-close > img {
        display: none;
    }




    /* Modal */


    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    /* Swiper Styles */
    .swiper-container {
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
    }
    .title {
        font-size: 34px;
        /*font-family: Figtree-ExtraBold;*/
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 30px;
    }


    .brand-list {
        margin-top: 120px;
    }

    .brand-list .title {
        margin-bottom: var(--block-gap);
        max-width: 878px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .brand-list .logo-list .logo-item[href="javascript:void(0);"] {
        cursor: auto;
    }

    .contact-container {
        background-color: #1a1a1a;
        border-radius: 12px;
        padding: 60px 198px;
        max-width: 1280px;
        height: 275px;
        margin: 120px auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .contact-title {
        margin-bottom: 30px;
        /*font-family: Figtree-Bold;*/
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 45px;
        font-weight: 700;
    }

    .contact-info {
        height: 80px;
        background-color: #000;
        border-radius: 8px;
        padding: 16px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        /*font-family: Figtree-Regular;*/
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 19px;
        font-weight: 200;
    }
    .email-container {
        display: flex;
        justify-content: space-between;
    }
    .email-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 100%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 12px;
    animation: fadeIn 0.5s ease-in-out;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.email-container a {
    color: #ffffff;
}
@media (min-width: 2100px) and (max-width: 2560px) {
    .title {
        font-size: 34px;
        line-height: 50px;
    }
    .section3-background {
        height: 60vw;
        top: -24vw;
    }
    .section4-background {
        height: 60vw;
        top: -24vw;
    }
    .section5-background {
        height: 52vw;
        top: -14vw;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .title {
        font-size: 34px;
        line-height: 50px;
    }
    .contact-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .brand-list .logo-item {
        width: 280px;
        height: 180px;
    }
    .brand-list .logo-item span {
        font-size: 13.28px;
    }

    .logo-item:hover {
        width: 513px;
    }
    .title {
        font-size: 34px;
        line-height: 50px;
    }
    .section3-background {
        height: 60vw;
        top: -24vw;
    }
    .section4-background {
        height: 60vw;
        top: -20vw;
    }
    .section5-background {
        height: 52vw;
        top: -14vw;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .section {
        margin-top: 112px;
    }
    .section .swiper-slide {
        width: calc(20% - 20px);
    }
    .section .swiper-slide img {
        width: 263px;
        height: 263px;
        width: calc(20vw - 20px);
        height: calc(20vw - 20px);
        border-radius: 20px;
    }
    .product-container.show {
        margin-top: 28px;
    }
    .section5 .product-container.show {
        margin-top: 20px;
    }
    .full-page-banner {
        height: 704px;
    }
    .tabs {
        height: 56px;
    }
    .tab-btn.active::after {
        width: 30%;
        left: 35%;
    }
    .title {
        font-size: 30px;
        line-height: 42px;
    }
    .media-content {
        max-width: 970px;
        margin-top: 10px;
    }
    .media-content .swiper-v .swiper-slide {
        height: 205px !important;
    }
    .media-content .swiper-slide .playback {
        width: 45px;
        height: 45px;
    }
    .media-content .swiper {
        height: 294px;
    }

    .media-content .swiper-slide img {
        width: 307px;
        border-radius: 12px;
    }

    .banner {
        height: 314px;
        margin-bottom: 0;
    }
    .banner .learn-more-btn {
        bottom: 15px;
        width: 142px;
        height: 36px;
        font-size: 15.95px;
        padding: 6px 16px;
        border-radius: 15.95px;
    }
    .banner .learn-more-btn img {
        width: 16px;
        height: 8px;
    }
    .banner .learn-more-btn span {
        margin-right: 6px;
    }
    .lighting {
        width: 960px;
        margin-top: 112px;
    }
    .product-card {
        width: 228px;
    }
    .image-container {
        height: 200px;
    }
    .image-container img {
        width: 220px;
    }
    .product-grid {
        gap: 16px;
    }
    .info {
        padding: 40px 16px 16px 16px;
    }
    .info .name {
        height: 38px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .info ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .subscribe-message {
        font-size: 12px;
    }
    .email {
        height: 65px;
    }
    .email-input {
        padding: 9px 13px;
        font-size: 10.65px;
        border-radius: 14.2px;
    }
    .section3-background {
        height: 60vw;
        top: -24vw;
    }
    .section4-background {
        height: 60vw;
        top: -20vw;
    }
    .section5-background {
        height: 52vw;
        top: -14vw;
    }
    .scroll-container {
        height: calc(25vw - 20px);
    }
    .scroll-content div {
        width: calc(25vw - 20px);
        height: calc(25vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .scroll-content img {
        width: calc(25vw - 20px);
        height: calc(25vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .product-card .btn {
        height: 28px;
        border-radius: 14.62px;
        font-size: 11.96px;
        line-height: 28px;
    }
    .section5 .product-card {
        width: 470px;
    }
    .section5 .product-card .info{
        width: 199px;
    }
    .section5 .product-card .image-container{
        width: 220px;
        margin-top: 20px;
    }
    .download-section {
        height: 310px;
        margin-top: 112px;
        padding: 74px 311px;
    }
    .download-section span {
        font-size: 20.4px;
    }
    .download-section .title {
        margin-bottom: 24px;
    }
    .download-section .info-text {
        width: 100%;
        margin: 0 auto;
        margin-top: 14px;
        font-size: 16px;
        line-height: 25px;
    }
    .brand-list {
        margin-top: 80px;
    }
    .brand-list .logo-list {
        gap: 8px;
        max-width: 1138px;
    }
    .brand-list .logo-item {
        width: 188px;
        height: 126px;
    }
    .brand-list .logo-item .logo {
        width: 100%;
        height: 70px;
        object-fit: cover;
    }
    .brand-list .logo-item span {
        font-size: 12px;
    }
    .logo-list:hover .logo-item {
        width: 168px;
        height: 126px;
    }

    .logo-list:hover .logo-item .logo {
        width: 100%;
        height: 63px;
    }
    .logo-list .logo-item:hover {
        width: 433px;
        padding-right: 20px;
    }
    .contact-container {
        height: 207px;
        padding: 42px 137px;
        max-width: 896px;
        margin: 112px auto;
    }
    .contact-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .contact-info {
        height: 49px;
        font-size: 12.32px;
        line-height: 15.25px;
    }
    .email-icon {
        width: 15px;
        height: 15px;
    }
}
@media (min-width: 1280px) and (max-width: 1439px) {
    .section {
        margin-top: 80px;
    }
    .full-page-banner {
        height: 554px;
    }
    .tabs {
        height: 56px;
    }
    .tab-btn.active::after {
        width: 30%;
        left: 35%;
    }
    .title {
        font-size: 24px;
        line-height: 34px;
    }
    .media-content {
        max-width: 860px;
        margin-top: 0;
    }
    .media-content .swiper-v .swiper-slide {
        height: 179px !important;
    }
    .media-content .swiper-slide .playback {
        width: 40px;
        height: 40px;
    }
    .media-content .swiper {
        height: 274px;
    }
    .section .swiper-slide {
        width: calc(20% - 20px);
    }
    .section .swiper-slide img {
        width: 231px;
        height: 231px;
        width: calc(20vw - 20px);
        height: calc(20vw - 20px);
        border-radius: 20px;
    }
    .product-container.show {
        margin-top: 8px;
    }
    .section5 .product-container.show {
        margin-top: 15px;
    }
    .media-content .swiper-slide img {
        width: 271px;
        /* height: 179px; */
        border-radius: 12px;
    }

    .banner {
        height: 283px;
    }
    .banner .learn-more-btn {
        bottom: 15px;
        width: 142px;
        height: 32px;
        font-size: 15.95px;
        padding: 6px 16px;
        border-radius: 15.95px;
    }
    .banner .learn-more-btn img {
        width: 16px;
        height: 8px;
    }
    .banner .learn-more-btn span {
        margin-right: 6px;
    }
    .lighting {
        width: 864px;
        margin-top: 80px;
    }
    .product-card {
        width: 207px;
    }
    .image-container {
        height: 194px;
    }
    .image-container img {
        width: 194px;
    }
    .product-grid {
        gap: 11px;
        margin-top: 10px;
    }
    .info {
        padding: 28px 16px 16px 16px;
    }
    .info .name {
        height: 38px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .info ul li {
        font-size: 12px;
        line-height: 16px;
    }
    .section5 .product-card {
        width: 426px;
    }
    .section5 .product-card .info{
        width: 199px;
    }
    .section5 .product-card .image-container{
        width: 194px;
        margin-top: 20px;
    }
    .subscribe-message {
        font-size: 10.65px;
    }
    .email {
        height: 62px;
    }
    .email-input {
        padding: 5px 13px;
        font-size: 10.65px;
        border-radius: 14.2px;
    }
    .section3-background {
        height: 60vw;
        top: -24vw;
    }
    .section4-background {
        height: 60vw;
        top: -20vw;
    }
    .section5-background {
        height: 52vw;
        top: -14vw;
    }
    .scroll-container {
        height: calc(25vw - 20px);
    }
    .scroll-content div {
        width: calc(25vw - 20px);
        height: calc(25vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .scroll-content img {
        width: calc(25vw - 20px);
        height: calc(25vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .product-card .btn {
        height: 28px;
        border-radius: 14.62px;
        font-size: 11.96px;
        line-height: 28px;
    }
    .download-section {
        height: 218px;
        margin-top: 80px;
        padding: 48px 219px;
    }
    .download-section span {
        font-size: 14.4px;
    }
    .download-section .title {
        margin-bottom: 24px;
    }
    .download-section .info-text {
        width: 568px;
        margin: 0 auto;
        margin-top: 14px;
        font-size: 12px;
        line-height: 20px;
    }
    .brand-list .title {
        max-width: 478px;
    }
    .brand-list {
        margin-top: 80px;
    }
    .brand-list .logo-list {
        gap: 8px;
        max-width: 1005px;
    }
    .brand-list .logo-item {
        width: 168px;
        height: 111px;
    }
    .brand-list .logo-item .logo {
        height: 65px;
    }
    .brand-list .logo-item span {
        font-size: 10.56px;
    }
    .logo-list:hover .logo-item {
        width: 148px;
        height: 126px;
    }

    .logo-list:hover .logo-item .logo {
        width: 100%;
        height: 55px;
    }
    .logo-list .logo-item:hover {
        width: 381px;
        padding-right: 20px;
    }
    .contact-container {
        height: 182px;
        padding: 39px 122px;
        max-width: 788px;
        margin: 80px auto;
    }
    .contact-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .contact-info {
        height: 49px;
        font-size: 12.32px;
        line-height: 15.25px;
    }
    .email-icon {
        width: 15px;
        height: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .section {
        margin-top: 80px;
    }
    .full-page-banner {
        height: 554px;
    }
    .tabs {
        height: 56px;
    }
    .tab-btn.active::after {
        width: 30%;
        left: 35%;
    }
    .title {
        font-size: 24px;
        line-height: 34px;
    }
    .tab-btn {
        padding: 6px 26px;
    }
    .media-content {
        max-width: 860px;
        margin-top: 0;
    }
    .media-content .swiper-v .swiper-slide {
        height: 203px !important;
    }
    .media-content .swiper-slide .playback {
        width: 40px;
        height: 40px;
    }
    .media-content .swiper {
        height: 306px;
    }
    .section .swiper-slide {
        width: calc(25% - 12px);
    }
    .section .swiper-slide img {
        /* width: 231px; */
        /* height: 231px; */
        width: calc(25vw - 12px);
        height: calc(25vw - 12px);
        border-radius: 20px;
    }
    .product-container.show {
        margin-top: 8px;
    }
    .section5 .product-container.show {
        margin-top: 8px;
    }
    .media-content .swiper-slide img {
        width: 294px;
        /* height: 189px; */
        border-radius: 8px;
    }
    .banner {
        height: 283px;
        margin-bottom: 0;
    }
    .banner .learn-more-btn {
        bottom: 15px;
        width: 142px;
        height: 32px;
        font-size: 15.95px;
        padding: 6px 16px;
        border-radius: 15.95px;
    }
    .banner .learn-more-btn img {
        width: 16px;
        height: 8px;
    }
    .banner .learn-more-btn span {
        margin-right: 5px;
    }
    .lighting {
        width: 864px;
        margin-top: 80px;
    }
    .product-card {
        width: 207px;
    }
    .image-container {
        height: 194px;
    }
    .image-container img {
        width: 194px;
    }
    .product-grid {
        gap: 11px;
        margin-top: 10px;
    }
    .info {
        padding: 28px 16px 16px 16px;
    }
    .info .name {
        height: 38px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .info ul li {
        font-size: 12px;
        line-height: 16px;
    }
    .subscribe-message {
        font-size: 10.65px;
    }
    .email {
        height: 65px;
    }
    .email-input {
        padding: 5px 13px;
        font-size: 10.65px;
        border-radius: 14.2px;
    }
    .section3-background {
        width: 100vw;
        height: 81vw;
        margin-left: -50vw;
        top: -23vw;
    }
    .section4-background {
        width: 100vw;
        margin-left: -50vw;
        height: 104vw;
        top: -39vw;
    }
    .section5-background {
        width: 100vw;
        margin-left: -50vw;
        height: 91vw;
        top: -24vw;
    }
    .scroll-container {
        height: calc(30vw - 20px);
    }
    .scroll-content div {
        width: calc(30vw - 20px);
        height: calc(30vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .scroll-content img {
        width: calc(30vw - 20px);
        height: calc(30vw - 20px);
        margin-right: 25px;
        border-radius: 20px;
    }
    .product-card .btn {
        height: 28px;
        border-radius: 14.62px;
        font-size: 11.96px;
        line-height: 28px;
    }
    .section5 .product-card {
        width: 426px;
    }
    .section5 .product-card .info{
        width: 199px;
    }
    .section5 .product-card .image-container{
        width: 194px;
        margin-top: 20px;
    }

    .download-section {
        margin-top: 80px;
        padding: 48px 219px;
    }
    .download-section span {
        font-size: 14.4px;
    }
    .download-section .title {
        margin-bottom: 24px;
    }
    .download-section .info-text {
        margin-top: 14px;
        font-size: 12px;
        line-height: 16px;
    }
    .brand-list {
        margin-top: 80px;
    }
    .brand-list .logo-list {
        gap: 8px;
        max-width: 1024px;
    }
    .brand-list .title {
        max-width: 478px;
    }
    .brand-list .logo-item {
        width: 168px;
        height: 111px;
    }
    .brand-list .logo-item span {
        font-size: 10.56px;
    }
    .brand-list .logo-item .logo {
        width: 100%;
        height: 65px;
    }
    .logo-list:hover .logo-item {
        width: 148px;
        height: 126px;
    }

    .logo-list:hover .logo-item .logo {
        width: 100%;
        height: 55px;
    }
    .logo-list .logo-item:hover {
        width: 381px;
        padding-right: 20px;
    }
    .contact-container {
        height: 182px;
        padding: 39px 122px;
        max-width: 788px;
        margin: 80px auto;
    }
    .contact-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 26px;
    }
    .contact-info {
        height: 49px;
        font-size: 12.32px;
        line-height: 15.25px;
    }
    .email-icon {
        width: 15px;
        height: 15px;
    }

}

@media (max-width: 767px) {
    .section-bg {
        width: 100%;
        height: auto;
        position: relative;
    }
    .section3-background {
        width: 100%;
        height: 142vw;
        position: absolute;
        z-index: 0;
        top: -37vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/b2b98f684312b4aa92a2e292e6e6ccea.png) center center / cover no-repeat;
        opacity: 0.8;

    }
    .section4-background {
        width: 100%;
        height: 166vw;
        position: absolute;
        z-index: 0;
        top: -59vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/a0ab986cffca2023912fcf85f1f5da17.png) center center / cover no-repeat;
        /* opacity: 0.8; */

    }
    .section5-background {
        width: 100%;
        height: 142vw;
        position: absolute;
        z-index: 0;
        top: -33vw;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/13723a8d04d1e088ad48a6febecc8d6b.png) center center / cover no-repeat;
        opacity: 0;
        /* display: none; */
    }
    .tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* iOS 丝滑滚动 */
        background-color: #1a1a1a;
        padding: 0;
        margin: 0;
        position: sticky;
        top: 96px;
        z-index: 101;
        scroll-behavior: smooth;
        justify-content: space-evenly;
    }

    .tab-btn {
        width: auto;
        flex: 0 0 auto;
        padding: 16px 0px;
        color: #ccc;
        font-size: 15px;
        font-weight: 500;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.3s ease;
        outline: none;
        user-select: none;
        position: relative;
    }

    .tab-btn.active {
        color: white;
    }

    .tab-btn.active::after {
        content: '';
        position: absolute;
        left: 31%;
        bottom: 0;
        width: 8vw;
        height: 4px;
        background-color: white;
        transform: scaleX(1);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    /* 隐藏默认滚动条（可选） */
    .tabs::-webkit-scrollbar {
        display: none;
    }


    .section {
        margin-top: 12.8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section2 {
        display: none;
    }
    .lighting {
        width: 91.46666667vw;
        margin: 0 auto;
        margin-top: 12.8vw;
        padding: 0;
        position: relative;
        z-index: 100;
    }
    .banner {
        width: 100%;
        height: 51.2vw;
        position: relative;
        margin-bottom: 2.4vw;
        overflow: hidden;
        border-radius: 2.13333333vw;
    }
    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner .learn-more-btn {
        width: 28.4vw;
        height: 6.4vw;
        position: absolute;
        bottom: 3.2vw;
        right: 3.2vw;
        background: rgba(0, 0, 0, 0.4);
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
        border: none;
        padding: 1.6vw 3.7vw;
        border-radius: 3.2vw;
        font-size: 3.2vw;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .learn-more-btn img {
        width: 2.8vw;
        height: 2.4vw;
        margin-left: 5px;
        transform: rotate(90deg);
        object-fit: contain;
        transition: transform 0.5s ease;
    }
    .banner .learn-more-btn .arrow {
        transform: rotate(180deg);
    }
    .banner .learn-more-btn:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    .section .swiper-slide {
        width: calc(50% - 12px);
    }
    .section .swiper-slide img {
        width: 44.53333333vw;
        height: 48vw;
        width: calc(50vw - 15px);
        height: calc(50vw - 15px);
        border-radius: 2.66666667vw;
    }
    .product-container {
        width: 100%;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    }

    .product-container.show {
        opacity: 1;
        max-height: 1000px;

    }
    .product-grid {
        display: none;
    }
    .product-grid-mobile {
        width: 100%;
        height: 118vw;
        display: flex;
        gap: 1.2vw;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 3.53333333vw;
        transition: max-height 0.5s ease;
        position: relative;
    }
    .section5 .product-grid-mobile {
        height: 107vw;
    }

    .product-card {
        width: 44.66666667vw;
        height: 100%;
        background-color: #121212;
        border-radius: 1.6vw;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }
    .product-card .btn {
        height: 8.53333333vw;
        background: #1B353C;
        border-radius: 5.33333333vw;
        /*font-family: Avenir-Roman;*/
        font-size: 3.2vw;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 8.53666667vw;
        font-weight: 400;
        text-align: center;
    }
    .image-container {
        width: 100%;
        height: 42.66666667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #121212;
    }
    .image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 8px;
        position: absolute;
        width: 42.66666667vw;
        margin-bottom: 4.26666667vw;
    }
    .info {
        padding: 16px;
        color: white;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        background-color: #1a1a1a;
        padding: 6.13333333vw 3.2vw 3.2vw 3.2vw;
    }
    .info .name {
        margin-bottom: 8px;
        height: 10.13333333vw;
        font-size: 3.66666667vw;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 5.06666667vw;
        font-weight: 600;
        /*font-family: Figtree-Bold;*/
    }
    .info ul {
        list-style-type: none;
        padding-left: 0;
        margin-top: 2.13333333vw;
    }
    .info ul li {
        font-size: 3.2vw;
        color: #b0b0b0;
        margin-bottom: 1.06666667vw;
        padding-left: 2.13333333vw;
        position: relative;
        height: 5vw;
    }
    .info ul li:before {
        content: "•";
        color: #b0b0b0;
        position: absolute;
        left: 0;
    }
    .email {
        height: 18.53333333vw;
    }
    /* For subscription form */
    .email-input {
        background-color: #38383C;
        border: none;
        border-radius: 5.33333333vw;
        padding: 1.73333333vw 4.26666667vw;
        width: 100%;
        margin-bottom: 3.2vw;
        opacity: 0.7;
        /*font-family: Avenir-Roman;*/
        font-size: 3.2vw;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 5.06666667vw;
        font-weight: 400;
    }
    .email-input:focus {
        outline: none;
        border-color: #1e3a8a;
    }
    .subscribe-message {
        width: 39.6667vw;
        margin-bottom: 1.6vw;
        padding-left: 0.5vw;
        text-align: left;
        /*font-family: Avenir-Roman;*/
        font-size: 2.3vw;
        color: #00E8FF;
        letter-spacing: 0;
        line-height: 4.4vw;
        font-weight: 400;
    }
    .scroll-container {
        width: 100%; /* 4 张 × 200px */
        /* max-width: 1920px; */
        height: calc(50vw - 20px);
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto; /* 居中 */
    }

    .scroll-content {
        display: inline-block;
        /* animation: scrollLeft 10s linear infinite; */
        /* 注意：这里不需要额外间距影响计算，margin 改用 padding 或固定宽 */
    }
    .scroll-content div {
        width: calc(50vw - 20px);
        height: calc(50vw - 20px);
        margin-right: 5vw;
        border-radius: 3vw;
    }

    .scroll-content img {
        /* width: 350px; */
        width: calc(50vw - 20px);
        height: calc(50vw - 20px);
        margin-right: 5vw;
        vertical-align: top; /* 防止底部留白 */
        object-fit: cover;
        border-radius: 3vw;
        /* 不使用 margin-right，避免破坏总宽度计算 */
    }
    /* Additional styling for product grid */
    .toggle-btn {
        background: transparent;
        color: #ccc;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .toggle-btn:hover {
        color: #fff;
    }


    /* Hide initially */
    .download-section {
        margin-top: 12.8vw;
        padding: 12.8vw;
        text-align: center;
        position: relative;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/35f650ffe9890114317f9e748a5c6220.jpg) center center / 100% 100% no-repeat;
        color: white;
        display: none;
    }
    .download-section span {
        /*font-family: Figtree-Regular;*/
        font-size: 4.26666667vw;
        color: #00E8FF;
        letter-spacing: 0;
        text-align: center;
        line-height: 5.86666667vw;
        font-weight: 400;
    }
    .CESDownload {
        display: inline-block;
    }
    .CESDownload a {
        display: flex;
        align-items: center;
        gap: 1.33333333vw;
        color: #00bfff;
        text-decoration: none;
        font-size: 4.26666667vw;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    .CESDownload a:hover {
        color: #00a8e8;
        transform: translateY(-2px);
    }
    .CESDownload img {
        width: 5.06666667vw;
        height: 4.26666667vw;
    }
    .info-text {
        margin-top: 3.46666667vw;
        /*font-family: Figtree-Regular;*/
        font-size: 3.2vw;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 4.66666667vw;
        font-weight: 200;
    }
    .brand-list .logo-list {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        gap: 3.2vw;
        width: 91.46666667vw;
        margin: 0 auto;
    }
    .brand-list .brand-list-pc {
        display: none;
    }
    .modal-brand-content {
        width: 90vw;
        background: #1D1D1E;
        border-radius: 24px;
        padding: 6.5vw 4.3vw 6.5vw 4.3vw;
    }
    .modal-brand-content .model-img {
        width: 42.675vw;
        margin: 0 auto;
    }
    .modal-brand-content .model-text {
        font-size: 3.75vw;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 5.5vw;
        font-weight: 400;
    }
    .modal-brand-content .model-link {
        height: 5.5vw;
        margin-top: 6.5vw;
        display: block;
        font-size: 3.75vw;
        color: #00E8FF;
        letter-spacing: 0;
        text-align: center;
        line-height: 5.5vw;
        font-weight: 400;
    }
    .brand-list .logo-item {
        padding: 0;
        background: #161617;
        border-radius: 2.13333333vw;
        width: 44.13333333vw;
        height: 19.73333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }
    .brand-list .logo-item span {
        display: none;
    }

    .brand-list .logo-item .logo {
        width: 37.33333333vw;
        height: 12.53333333vw;
        object-fit: cover;
    }
    .media-content {
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: relative;
        /*display: none;*/
    }
    .media-content .swiper {
        height: 62.933333vw;
        position: relative;
    }
    .media-content .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2.66666667vw;
    }
    .media-content .swiper-v .swiper-slide {
        position: relative;
        border-radius: 1.25vw;
        transition: all 0.3s;
        height: 43.93333333vw !important;
        transform: translateX(-52px);
    }
    .swiper-wrapper {
        align-items: center;
        margin-left: 0;
    }
    .product-grid-mobile .swiper-wrapper {
        height: 107vw;
    }
    .swiper-pagination {
        position: absolute;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .swiper-pagination-bullet {
        width: 1.833333vw;
        height: 1.833333vw;
        background: rgba(255, 255, 255, 1);
        border-radius: 50%;
        margin: 0 5px;
    }
    .swiper-pagination-bullet-active {
        background: white;
    }
    .media-content .swiper-slide .playback {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 4.727407vh;
        height: 4.727407vh;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/0fbe8f2cd6997bd1d7ef120a9c6af22c.svg) center center / 100% 100% no-repeat;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
    }
    .media-content .swiper-v2 .swiper-slide-active .card-wrapper .playback {
        display: unset;
    }
    .media-content .swiper-slide-active .card:before {
        opacity: 0;
    }
    .media-content .swiper-slide {
        height: 100%;
    }
    .banner1Popup .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 902;
        background-color: rgba(51, 51, 51, 0.55);
    }
    .banner1Popup .modal-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 902;
    }
    .banner1Popup .modal-wrap .modal-inner-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 90vw;
        height: auto;
        max-height: 90%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 1.06666667vw;
    }
    .banner1Popup .modal-wrap .modal-inner-wrap .modal-inner-wrap-content {
        position: relative;
    }
    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content {
        padding: 0;
    }
    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video,
    .banner1Popup .modal-wrap .modal-inner-wrap .modal-content .video iframe {
        width: 100%;
        height: 56vw;
    }
    .banner1Popup .modal-close {
        width: 3.2vw;
        height: 3.2vw;
        top: -5.06666667vw;
        border: none;
        position: absolute;
        color: #ffffff;
        text-align: center;
        top: -6.4vw;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        line-height: 0;
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/b37134cf6912d14c053a71f9b1123507.svg) center center / 100% 100% no-repeat;
    }
    .banner1Popup .modal-close:hover,
    .banner1Popup .modal-close:active {
        background: url(https://d1zajr8axnrmfh.cloudfront.net/static/shop/image/a55c3eb7c1e485b3e41339f61778ee9c.svg) center center / 100% 100% no-repeat;
    }
    .banner1Popup .modal-close > img {
        display: none;
    }
    /* Modal */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Swiper Styles */
    .swiper-container {
        width: 100%;
        height: auto;
        padding: 0;
        overflow: hidden;
    }
    .title {
        font-size: 5.86666667vw;
        /*font-family: Figtree-ExtraBold;*/
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 6.93333333vw;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .scroll-title {
        width: 80vw;
    }
    .brand-list {
        margin-top: 12.8vw;
    }
    .brand-list .title {
        margin-bottom: 6.4vw;
    }
    .brand-list .logo-list .logo-item[href="javascript:void(0);"] {
        cursor: auto;
    }
    .contact-container {
        background-color: #1a1a1a;
        border-radius: 12px;
        padding: 6.4vw 6vw;
        width: 91.46666667vw;
        height: 46.73333333vw;
        margin: 12.93333333vw auto;
        text-align: center;
    }
    .contact-title {
        margin-bottom: 5.2vw;
        /*font-family: Figtree-Bold;*/
        font-size: 4.26666667vw;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        line-height: 5.86666667vw;
        font-weight: 700;
    }
    .contact-info {
        height: 18vw;
        background-color: #000;
        border-radius: 2.13333333vw;
        text-align: left;
        padding: 3.2vw 4vw;
        gap: 2.66666667vw;
        /*font-family: Figtree-Regular;*/
        font-size: 3.5vw;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 3.73333333vw;
        font-weight: 400;
    }
    .contact-info span {
        margin-left: 2vw;
    }.product-card .btn
    .email-container {
        display: flex;
        justify-content: left;
        margin-top: 3vw;
    }
    .email-icon {
        width: 4.13333333vw;
        height: 4.13333333vw;
        margin-right: 1.2vw;
    }
    .tabs-pc {
        display: none;
    }



}
