.title {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    font-style: italic
}

.text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2
}

.black {
    color: #000
}

.white {
    color: #fefefe
}

.text_color {
    font-weight: 700;
    color: #000;
    font-style: italic
}

.box2,
.box4,
.box5,
.box6,
.box7_1,
.box7_2,
.box8,
.box9,
.box10 {
    position: relative
}

.box4 .title {
    position: absolute;
    top: 15rem;
    left: 7%;
    width: max-content;
    line-height: 1.5
}

.box4 .text {
    position: absolute;
    top: 22rem;
    left: 7%;
    width: 64rem
}

.box5 .title {
    position: absolute;
    top: 3rem;
    left: 50%;
    width: max-content;
    transform: translate(-50%);
    line-height: 1.2
}

.box5 .text {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    text-align: center
}

.box6 .title {
    position: absolute;
    top: 13rem;
    left: 7%;
    width: 46%
}

.box6 .text {
    position: absolute;
    top: 26rem;
    left: 7%;
    width: 43%
}

.box7_1 .title {
    position: absolute;
    top: 3rem;
    left: 50%;
    width: max-content;
    transform: translate(-50%);
    line-height: 1.2
}

.box7_1 .text {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    text-align: center
}

.box7_2 .title {
    position: absolute;
    top: 13rem;
    left: 48%;
    width: 50%
}

.box7_2 .text {
    position: absolute;
    top: 26rem;
    left: 48%;
    width: 50%
}

.box8 .title {
    position: absolute;
    top: 30rem;
    left: 45%;
    width: max-content;
    line-height: 1.5
}

.box8 .text {
    position: absolute;
    top: 37rem;
    left: 45%;
    width: 55rem
}

.box7_item {
    position: relative;
    height: 60rem;
    background-image: url('../images/MECHA-PRO-Glow-Edition-9.png');
    background-size: cover
}

.box7_item .title {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%);
    width: max-content;
    font-style: italic
}

.box7_item .text {
    position: absolute;
    top: 9rem;
    left: 7%;
    text-align: left;
    width: 37%
}

.box7_item .box7_swiper {
    position: absolute;
    top: 13rem;
    padding: 0 5%;
    width: 100%;
    cursor: pointer
}

.box7_swiper_button_prev i,
.box7_swiper_button_next i {
    font-size: 4rem;
    color: #ed7122
}

.box7_swiper_button_prev {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 3rem;
    z-index: 8;
    transform: translateY(-50%)
}

.box7_swiper_button_next {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 3rem;
    z-index: 8;
    transform: translateY(-50%)
}

.box7_item .box7_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 3.5rem
}

.box7_item .product_title {
    font-size: 1.75rem;
    text-align: center;
    color: #fefefe;
    font-family: AlibabaSans-Regular;
    line-height: 1.5;
    width: 60%
}

.box7_slide .product_img {
    z-index: 8
}

.box7_slide .product_new {
    position: absolute;
    top: 0;
    left: 5rem;
    width: 8rem;
    z-index: 6
}

.box9 .title {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%)
}

.box10 .title {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%)
}

.box12 {
    padding: 0 10%
}

.box12 .box12_title {
    color: #ed7122;
    font-family: GOVER;
    font-size: 4rem;
    line-height: 2;
    margin: 4rem 0;
    text-align: center
}

.box12 .product_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem
}

.product_items .product {
    width: 22%;
    overflow: hidden
}

.product_items a {
    transition: all .5s ease-in-out
}

.product_items img:hover {
    transform: scale(1.1)
}

.product_items .img_title {
    margin-top: 1.5rem;
    font-size: 1.875rem;
    font-family: AlibabaSans-Bold;
    line-height: 1.5
}

.product_items .learn_more {
    font-size: 1.5rem;
    font-family: AlibabaSans-Regular;
    color: #ed7122;
    cursor: pointer;
    line-height: 1.5
}

.product_items .learn_more:hover {
    text-decoration: underline
}

.box11 {
    position: relative;
    cursor: pointer
}

.box11_swiper_button_prev,
.box11_swiper_button_next {
    position: absolute;
    top: 50%;
    width: 2.5rem;
    z-index: 8;
    transform: translateY(-50%);
    cursor: pointer
}

.box11_swiper_button_prev {
    left: 5%
}

.box11_swiper_button_next {
    right: 5%
}

.box12 {
    padding: 4rem 10%
}

.box12 .title {
    margin: 2rem 0;
    color: #ed7122
}

.box12 .row {
    display: flex
}

.box12 .product_box {
    width: 25%;
    padding: 2rem
}

.box12 .product_img {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    background: #f7f8fa
}

.box12 .product_img:hover {
    border-radius: 4rem
}

.box12 .product_img img {
    transition: all .3s
}

.box12 .product_img img:hover {
    transform: scale(1.1)
}

.box12 .product_text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 1rem 0
}

.box12 .product_text a {
    font-size: .75rem;
    line-height: 1.5;
    color: #ed7122;
    transition: border-bottom .3s ease
}

.box12 .product_text a:hover {
    border-bottom: 1px solid #ed7122
}

@media (max-width: 750px) {
    .title {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1
    }

    .text {
        font-size: 1rem;
        font-weight: 400;
        cursor: text
    }

    .box4 .title {
        position: absolute;
        top: 2.5rem;
        left: 1rem;
        transform: translate(0);
        width: 20rem;
        line-height: 1.2
    }

    .box4 .text {
        position: absolute;
        top: 7rem;
        width: 22rem;
        left: 1rem;
        transform: translate(0)
    }

    .box5 .title {
        position: absolute;
        top: 2rem;
        left: 50%;
        width: 20rem;
        transform: translate(-50%);
        text-align: center
    }

    .box5 .text {
        position: absolute;
        top: 7rem;
        left: 50%;
        width: 21rem;
        text-align: center;
        transform: translate(-50%)
    }

    .box6 .title {
        color: #000;
        position: absolute;
        left: 2rem;
        top: 4rem;
        width: 20rem
    }

    .box6 .text {
        color: #000;
        position: absolute;
        top: 9rem;
        left: 2rem;
        width: 21rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2
    }

    .box7_1 .title {
        position: absolute;
        top: 3rem;
        text-align: center;
        width: 22rem
    }

    .box7_1 .text {
        position: absolute;
        top: 8.5rem;
        width: 21rem
    }

    .box7_2 .title {
        position: absolute;
        top: 2rem;
        left: 2rem;
        width: 20rem
    }

    .box7_2 .text {
        position: absolute;
        top: 8rem;
        left: 2rem;
        width: 21rem;
        font-size: 1rem;
        line-height: 1.2
    }

    .box8 .title {
        top: 2rem;
        left: 50%;
        transform: translate(-50%);
        width: 22rem;
        line-height: 1.2;
        text-align: center
    }

    .box8 .text {
        width: 20rem;
        top: 8rem;
        left: 50%;
        transform: translate(-50%);
        text-align: center
    }

    .box9 .title {
        top: 2rem;
        left: 50%;
        transform: translate(-50%);
        line-height: 1.5
    }

    .box7_item {
        height: 25rem
    }

    .box7_item .title {
        top: 4rem
    }

    .box7_item .text {
        width: 80%;
        font-size: .75rem;
        top: 4rem
    }

    .box7_item .product_title {
        font-size: .5rem
    }

    .box7_item .box7_swiper {
        top: 7rem
    }

    .box7_swiper_button_prev {
        left: 2%;
        width: 2rem
    }

    .box7_swiper_button_next {
        right: 2%;
        width: 2rem
    }

    .box7_swiper_button_prev i,
    .box7_swiper_button_next i {
        font-size: 2rem;
        color: #f7f8fa
    }

    .box7_item .box7_slide {
        padding-top: 1.5rem
    }

    .box7_slide .product_new {
        left: 1rem;
        width: 4rem
    }

    .box12 {
        padding: 2rem 5%
    }

    .box12 .title {
        margin: 1rem 0
    }

    .box12 .row {
        display: flex
    }

    .box12 .product_box {
        width: 50%;
        padding: 1rem
    }

    .box12 .product_text {
        font-size: 1.25rem;
        line-height: 1.5
    }

    .box12 .product_text a {
        font-size: .75rem;
        line-height: 1.5;
        color: #ed7122;
        transition: border-bottom .3s ease
    }

    .box12 .product_text a:hover {
        border-bottom: 1px solid #ed7122
    }
}


footer {
    position: relative;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 40px 100px;
}

footer a {
    text-decoration: none;
    color: inherit;
}

.footer-logo {
    padding: 35px 20px;
    padding-top: 20px;
    margin-right: 40px;
}

.footer-logo img {
    width: 100px;
    height: auto;
}

.footer-cont {
    width: 100%;
    display: flex;
    color: white;
    font-size: 26px;
    gap: 80px;
    padding-bottom: 35px;
    border-bottom: 2px solid gray;
    position: relative;
}

.foot-cont-one {
    display: flex;
    gap: 80px;
}

.copyright {
    width: 100%;
    text-align: center;
    padding-top: 35px;
    border-top: 2px solid gray;

    color: rgb(168, 167, 167);
}

footer svg {
    fill: rgba(255, 255, 255, 0.842);
    stroke-miterlimit: 10;
    stroke-width: 1px;
    width: 40px;
}

.city {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25x;
}

.cont-col {
    display: flex;
    flex-direction: column;
}

.cont-col:first-child {
    color: rgb(168, 167, 167);
}

.cont-col:first-child a:first-child {
    color: white;
}

.foot-cont-two {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot-cont-two div {
    align-items: center;
    display: flex;
    gap: 20px;
}

.foot-cont-three {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: white;
    font-size: 20px;
    justify-content: center;
}

.foot-cont-three p:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.foot-cont-three p {
    position: relative;
    padding-right: 16px;
}

.foot-cont-three p::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.foot-cont-three p.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.foot-cont-three a {
    display: none;
}

.social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    border-bottom: 2px solid gray;
}

@media (max-width: 768px) and (min-width: 320px) {
    footer {
        align-items: center;
        padding: 40px 40px;
    }

    .warn {
        font-size: 10px !important;
    }

    .footer-logo {
        margin-right: 0;
    }

    .social {
        gap: 0;
    }

    .footer-logo img {
        object-fit: cover;
        width: 90px;
    }

    .footer-cont {
        font-size: 18px;
        flex-direction: column;
    }

    .foot-cont-two {
        padding-top: 35px;
        border-top: 2px solid gray;
    }

    .foot-cont-three {
        flex-direction: column;
    }

    .featured-title {
        font-size: 1.25rem;
    }

    .featured-desc {
        font-size: 0.9rem;
    }

    .featured-btns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .featured-btns a {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }
}


/*# sourceMappingURL=/cdn/shop/t/2/assets/PANDA X.css.map?v=177848418667477271711757656762 */