﻿/** Shopify CDN: Minification failed

Line 6158:1 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/HelveticaNeue.eot');
    src: url('../font/HelveticaNeue.eot') format('embedded-opentype'),
        url('../font/HelveticaNeue.woff2') format('woff2'),
        url('../font/HelveticaNeue.woff') format('woff'),
        url('../font/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{
    padding-bottom: 0;
}
body{
    overflow-x: hidden;
}
.hide{
    display: none;
}
p,a,li,td,th{
    font-family: 'HelveticaNeue' !important;
    /* font-weight: 600; */
    letter-spacing:0 !important;
}
.mobile-nav__link{
    font-family: 'HelveticaNeue' !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'HelveticaNeue' !important;
    letter-spacing: 0 !important;
}
.width-800{
    max-width: 800px;
    margin: 0 auto;
}
.width-900{
    max-width: 800px;
    margin: 0 auto;
}
.aligncenter{
    text-align: center;
}
.announcement-bar__message{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10.5px 0;
}
.announcement-bar__list {
    padding: 0;
}
.announcement-bar__list .button-wrapper {
    margin-top: 0 !important;
}
.announcement-bar__message p{
    color: #835211;
    margin-bottom: 0 !important;
    font-size: 20px;
    line-height: 26px;
    margin-right: 150px;    
}
.announcement-bar__list .button.button--primary {
    line-height: 3;
    padding: 0 29px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.cart_link{
    position: relative;
}
.header__cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 17px;
    min-width: auto;
    color: #ffffff !important;
}
.title_style span{
    display: inline-block !important;
    position: relative;
    color: rgb(191, 151, 89);
}
/*.title_style span::after{
    content: '';
    width: 220px;
    height: 25px;
    background-image: url('/cdn/shop/files/vector-icon.png?v=1721012609');
    background-size: 100%;
    background-repeat: no-repeat;  
    transition: all ease 0.3s;
    display: inline-block;
    position: absolute;
    left: -9px;
    bottom: -14px;
    z-index: -1;
} */
/* .title_style:hover span::after{
    width: 220px;
} */
.flex-box h3 span:last-child::after{
    display: none;
}
.slideshow__text-wrapper h3 {
    font-size: 55px;
    font-family: 'HelveticaNeue' !important;
    text-transform: capitalize;
    margin: 10px 0 !important;
}
.flex-box{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.flex-box h3{
    margin: 10px 0 !important;
}
.subheading_p{
    font-size: 18px;
    line-height: 27px;
    opacity: 0.7;
    color: #12141D;
    margin-top: 35px;
}
.announcement-bar__list .button.button--primary:hover {
    background-color: #ffffff !important;
    background-image: unset;
    color: #12141D;
}
.announcement-bar__list .button.button--primary:hover img,
.button-light:hover img,
.button-dark:hover img,
.button-outline:hover img{
    filter: invert(100%);
}
.button-dark{
    background-color: #12141D !important;
    background-image: unset;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 900 !important;
    display: flex;
    align-items: center;
    justify-content: center;  
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-family: 'HelveticaNeue' !important;
}
.button-dark:hover{
    background-color: #ffffff !important;
    background-image: unset;
    color: #12141D;
}
.button-dark img, .button-light img {
    display: none !important;
    margin: 0 !important;
}
.button-light{
    background-color: #ffffff !important;
    background-image: unset;
    color: #12141D;
    font-size: 18px !important;
    font-weight: 900 !important;  
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-family: 'HelveticaNeue' !important;
}
.button-light:hover{
    background-color: #12141D !important;
    background-image: unset;
    color: #ffffff;
}
.button{
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-size: 18px !important;
    font-family: 'HelveticaNeue' !important; 
}
.home_text_icon{
    margin: 0;
}
.home_text_icon .text-with-icons__item {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.home_text_icon .text-with-icons__icon-wrapper{
    margin-bottom: 0;
}
.home_text_icon p {
    margin: 5px 0 !important;
    text-align: left;
    font-size: 16px;
    font-weight: 400 !important;
}
.home_text_icon .heading {
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: inherit;
    font-family: 'HelveticaNeue' !important;
}
.home_text_icon .section__color-wrapper {
    padding: 20px 0;
}
.home_text_icon .text-with-icons__item{
    transform: translateY(0);
    transition: all .25s linear;
}
.home_text_icon .text-with-icons__item:hover{
    transform: translateY(-10px);
}
.home_text_icon .hide-scrollbar {
    overflow-x: inherit;
    overflow-y: inherit;
}
.section_head p{
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    text-align: center;
}
.section_head h2{
    font-size: 64px;
    color: #12141D;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}
/* .section_head{
    margin-top: 130px;
} */
.section_head_color{
    color: #BF9759;
}
.shopify-section--featured-collections .section_head_color{
    text-transform: none !important;
}
.section_head_box img{
    margin: 0 auto !important;
}
.home_overlay_box{
    transform: translateY(0);
    transition: all .25s linear;
}
.home_overlay_box:hover{
    transform: translateY(-10px);
}
.section_head_box p{
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    opacity: 0.7;
}
.section_head_box image-with-text-overlay{
    border-radius: 16px;
}
.home_image_text .h3{
    margin: 10px 0;
}
.home_image_text ul{
    margin-top: 35px !important;
    margin-left: 0 !important;
}
.home_image_text p,
.home_image_text li{
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    opacity: 0.7;
    list-style: none;
}
.home_image_text p{
    margin-top: 25px !important;
}
.image-with-text__content-wrapper {
    min-width: 600px;
}
.home_image_text{
    margin: 0;
}
.home_image_text li::before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url('../image/li-icon.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10px;
}
.home_image_text li {
    position: relative;
    padding-left: 25px !important;
}
.home_image_text .image-with-text__image-wrapper{
    transform: translateY(0);
    transition: all .25s linear;
}
.home_image_text .image-with-text__image-wrapper:hover{
    transform: translateY(-10px);
}
.home_image_text .image-with-text__wrapper {
    padding: 50px 0;
}
.home_recommend{
    background-color: #e5f2ff;
    border-radius: 25px;
}
.home_recommend .image-with-text__wrapper{
    padding-bottom: 0;
}
.home_recommend h3{
    font-size: 36px;
    line-height: 54px;
    text-transform: initial;
}
.home_recommend img{
    width: auto;
    max-width: inherit;
    margin: 0 0 0 auto;
}
.home_recommend .image-with-text__content-wrapper{
    width: 65%;
    padding-left: 100px;
    margin-right: 0 !important;
}
.home_recommend .image-with-text__image-wrapper{
    width: 35%;
}
.h3title1{
    display: flex;
    align-items: end;
}
/* .h3title1::after{
    content: '';
    display: inline-block;
    width: 87px;
    height: 87px;
    background-image: url('/cdn/shop/files/zan.png?v=1721095258');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
} */
.h3title1 img{
    margin: 0 0 0 15px!important;
}
.color_text p{
    color: #12141D;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.7;
}
.pao_number{
    /* height: 160px; */
    overflow: hidden;
}
.pao_number .counter-title{
    font-size: 20px !important;
    font-weight: 900 !important;
}
.bNCNPZ .cover{
    padding: 0 !important;
}
.paomadeng{
    background-color: #f9f9f9;
}
.paomadeng1{
    padding: 100px 0 0 0;
}
.paomadeng2{
    padding: 30px 0 100px 0;
}
.pao_part_one h3{
    font-size: 48px;
    line-height: 62px;
    /* max-width: 600px; */
    margin-bottom: 0;
}
.pao_part_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner_lists {
    margin: 80px 0 0 0;
    padding: 15px 0;
}
.partner_lists li{
    list-style: none;
    text-align: center;
}
.partner_lists2{
    margin: 0;
    padding: 15px 0;
}
.hidden_box .partner_lists{
    /* margin: 0 100px; */
    overflow: hidden;
}
.paomadeng3 h3{
    font-size: 32px;
    line-height: 48px;
}
.paomadeng3_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.paomadeng3_item {
    width: 31%;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 50px;
}
.paomadeng3_item h4{
    font-size: 32px;
}
.paomadeng3_img {
    margin: 0 0 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.paomadeng3_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.paomadeng3_item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.paomadeng3{
    padding-bottom: 100px;
}
.image-with-text__image{
    width: auto !important;
}
.home_image_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px;
}
.home_image_item p{
    font-size: 18px;
    line-height: 27px;
    color: #777781;
    margin: 0 0 15px 0!important;
}
.home_image_item h4{
    font-size: 24px;
    line-height: 32px;
    color: #111111;
    margin-top: 0;
}
.home_image_item {
    position: relative;
    padding-left: 25px;
}
.home_image_item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.home_image_text_item image-with-text__text-wrapper{
    margin-top: 25px;
}
.home_image_item2{
    display: flex;
    align-items: center;
    width: 46%;
}
.home_image_item2 h4{
    font-size: 18px;
    line-height: 27px;
    margin-left: 20px;
}
.home_image_item2 img{
    margin: 0 !important;
}
.home_image_text_item .image-with-text__wrapper {
    padding: 100px 0;
}
.home_image_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.home_image_item:hover{
    transform: translateY(-10px);
}
.cus_product_item{
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
}
.cus_product_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.cus_product_item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.cus_product_item p,
.cus_product_item li{
    font-size: 16px;
    line-height: 24px;
}
.cus_product_item .product-item-meta__title{
    font-family: 'HelveticaNeue' !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.cus_product_item .product-item-meta {
    text-align: left;
}
.cus_product_item li::before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url('../image/Icon.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
}
.cus_product_item li {
    position: relative;
    padding-left: 25px !important;
    margin: 10px 0;
}
#shopify-section-template--18606423245037__home_products_PFA9xi h2,
#shopify-section-template--18606423245037__home_products_PFA9xi h3,
#shopify-section-template--18050921300205__home_products_PFA9xi h2,
#shopify-section-template--18050921300205__home_products_PFA9xi h3{
    color: #ffffff;
}
/* #shopify-section-template--18050921300205__home_products_PFA9xi h3{
    max-width: 600px;
    margin: 0 auto;
} */
#shopify-section-template--18606423245037__home_products_PFA9xi h2,
#shopify-section-template--18050921300205__home_products_PFA9xi h2{
    font-family: 'HelveticaNeue' !important;
    font-weight: 100 !important;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255,255,255,0.7);
}
.cus_product_item ul{
    padding-left: 0;
    list-style: none;
    margin-top: 35px;
}
.cus_product_item .price {
    font-family: 'HelveticaNeue' !important;
    font-weight: bold;
    font-size: 42px;
    line-height: 63px;
    color: #BF9759;
}
.cus_product_item .product-item__cta{
    border: 1px solid #12141D;
}
.cus_product_item .product-item__cta:hover{
    background-color: #12141D;
    background-image: none;
    color: #ffffff;
}
#shopify-section-template--18606423245037__home_products_PFA9xi .section__color-wrapper,
#shopify-section-template--18050921300205__home_products_PFA9xi .section__color-wrapper {
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}
#shopify-section-template--18606423245037__home_products_PFA9xi .section__color-wrapper::after,
#shopify-section-template--18050921300205__home_products_PFA9xi .section__color-wrapper::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 200px;
    top: 94%;
    left: -5%;
    display: block;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
}
#shopify-section-template--18606423245037__home_products_PFA9xi .featured-collections,
#shopify-section-template--18050921300205__home_products_PFA9xi .featured-collections {
    padding-bottom: 80px;
}
.cus_btn_white{
    background-color: transparent;
    background-image: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;  
}
.cus_btn_white:hover{
    background-color: #ffffff;
    color: #12141D;
}
.cus_btn_white:hover img{
    filter: invert(100%);
}
.cus_btn_black{
    background-color: transparent;
    background-image: none;
    border: 1px solid #000000;
    color: #000000;
    display: inline-flex;
    align-items: center;  
}
.cus_btn_black:hover{
    background-color: #000000;
    color: #ffffff;
}
.cus_btn_black:hover img{
    filter: invert(100%);
}
.proven_lists{
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
}
big {
    color: #12141D;
    font-size: 64px;
}
.suffix{
    color: #12141D;
    font-size: 64px;
}
.pao_number.numCounts {
    width: 50%;
}
.num_txt {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.num_txt h3 {
    margin: 0;
    text-align: center;
}
.num_txt p{
    font-size: 18px;
    line-height: 28px;
    color: #12141D;
    opacity: 0.6;
  max-width: 200px;
}
.numCounts{
    margin: 50px 0 40px 0;
}
/* .section_proven{
    margin-top: 0;
} */
.num_solution big,
.num_solution .suffix{
    color: #BF9759;
}
.num_solution h3 {
    margin: 0;
    text-align: left;
}
.num_solution{
    column-gap: 100px;
}
.section_proven_box {
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 70px;
    background-color: #F9F9F9;
}
.section_proven_box .section_head {
    margin-top: 0;
}
.voice_head {
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 48px;
}
.voice_head img{
    margin: 0 10px !important;
}
.section_voices_head{
    text-align: left;
}
.section_voices{
    margin-top: 100px;
}
.section_voices .gallery__item {
    width: 28%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 45px;
}
.section_voices .gallery__item p{
    font-size: 18px;
    line-height: 25px;
    color: #12141D;
}
.section_voices .gallery__item .gallery__figure > p::before{
    content: '"';
    display: block;
    font-size: 50px;
    font-family: math;
}
.section_voices .gallery__caption{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.section_voices .gallery__caption p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'HelveticaNeue' !important;
    color: #999999;
    margin: 0 !important;
}
.section_voices .gallery__caption p strong{
    color: #111111;
}
.section_voices .gallery__caption img{
    margin: 0 !important;
    width: 44px !important;
    height: 44px !important;
    max-width: inherit;
    object-fit: contain;
}
.section_voices .gallery__prev-next-buttons {
    z-index: 1;
    position: absolute;
    top: -140px;
}
gallery-list.gallery{
    position: relative;
    margin-top: 50px;
}
gallery-list.gallery::after {
    content: '';
    width: 100px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.section_voices .gallery__item{
    transform: translateY(0);
    transition: all .25s linear;
}
.section_voices .gallery__item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.faq__wrapper {
    width: inherit;
    max-width: inherit;
}
.faq__item{
    font-size: 24px;
    line-height: 36px;
    font-family: 'HelveticaNeue';
}
.animated-plus {
    width: 20px;
    height: 20px;
    position: relative;
}
.animated-plus:before {
    opacity: 1;
    width: 20px;
    height: 1px;
}
.animated-plus:after {
    width: 1px;
    height: 20px;
}
.collapsible__content p{
    font-size: 18px;
    line-height: 26px;
}
.faq_more{
    display: none;
}
#shopify-section-template--18050921300205__faq_QPL7Pd .faq_more,
.single_faq .faq_more{
    display: block;
}
.buy_now_container{
    z-index: 1;
}
.buy_now_box h2{
    color: #ffffff;
}
.buy_now_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_button {
    background-color: #bf9759;
    color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.cart_button:hover{
    background-color: #000000;
    color: #ffffff;
}
.footer__item-list {
    display: flex;
    flex-wrap: wrap;
}
.footer__item {
    width: 14%;
}
.footer__item--image,
.footer__item--social-media{
    width: 25%;
}
p.footer__item-title.heading.heading--small{
    font-family: 'HelveticaNeue'  !important;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}
.linklist__item a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.social-media__link {
    width: 30px;
    height: 30px;
}
.social-media__item {
    box-shadow: none;
    background-color: #ffffff;
    margin: 0 5px;
}
.social-media__link{
    color: #000000;
}
.social-media__link:hover{
    color: #ffffff !important;
}
.social-media__item:before{
    background: #BF9759;
}
.footer__copyright {
    color: #ffffff;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    max-width: 1050px;
    margin: 0 auto;
}
.footer__aside{
    display: block;
}
.footer__aside {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 100px !important;
}
.footer__payment-methods {
    flex-wrap: wrap;
}
span.footer__payment-methods-label.text--xsmall.text--subdued{
    font-family: HelveticaNeue !important;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 40px 0 18px 0;
}
.payment-methods-list {
    display: flex;
    flex-wrap: wrap;
}
.mb_icon_bar{
    display: none;
}
.shopify-section--gallery .gallery__list-wrapper {
    min-height: 290px;
}
/* 内页 */
.breadcrumb{
    display: none;
}
.collection_section_banner .content-box {
    text-align: left;
}
.rich_section .heading.heading--small,
.p_card_subtitle {
    font-size: 20px;
    text-transform: inherit;
    color: #12141D;
    opacity: 0.6 !important;
    text-align: center;
    font-weight: 400;
    font-family: 'HelveticaNeue' !important;
}
.rich_section .heading:last-child{
    text-align: center;
}
.collection_image_text,
.collection_image_text h3,
.collection_image_text li,
.collection_image_text p{
    text-align: left;
}
.collection_image_text .price_h3{
    font-size: 42px;
    line-height: 62px;
    color: #BA955C;
    font-family: 'HelveticaNeue' !important;
    margin-top: 0;    
    opacity: 1;
}
.collection_image_text .button-group {
    text-align: left;
}
section.collection_image_text {
    background-color: #F8F8F9;
    padding-bottom: 35px;
}
.collection_image_text .collection_image_text_box{
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto;
}
.collection_image_text .image-with-text__content-wrapper {
    margin: 0 auto 0 0;
}
.collection_image_text ul{
    padding-left: 0;
    margin-bottom: 45px;
}
.collection_image_text_item {
    margin-top: 120px;
}
.collection_image_text2.image-with-text__wrapper {
    flex-direction: inherit;
    padding: 50px;
}
.collection_image_text2,
.collection_paomadeng_box{
    background-color: #ffffff;
    border-radius: 16px;
}
.collection_paomadeng .pao_part_one{
    justify-content: center;
}
.collection_paomadeng .pao_part_one h3{
    text-align: center;
    max-width: inherit;
}
.collection_paomadeng_box {
    padding: 50px;
}
.collection_paomadeng_box .hidden_box {
    margin: 0;
}
.collection_paomadeng {
    background-color: #f8f8f9;
    padding: 0 0 100px 0;
}
.collection_paomadeng_box .partner_lists:first-child {
    margin: 50px 50px 0;
}
.product_card_head{
    padding: 100px 0;
}
.product_card_head h3{
    margin-top: 25px !important;
}
.product_card_content{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.product_card_item{
    width: 49%;
}
.product_card_item1,
.product_card_item2{
    border-radius: 24px;
}
.product_card_style1 {
    display: flex;
    justify-content: space-between;
}
.product_card_content .button-group__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_card_item1{
    background-color: #f9f9f9;
    padding: 50px;
    height: 100%;    
}
.product_card_price_style1 h2{
    margin-bottom: 0;
}
.product_card_price_style1 h2 a {
    font-family: 'HelveticaNeue' !important;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
.product_card_price_style1 .price {
    font-family: 'HelveticaNeue' !important;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #bf9759;
}
.product_card_item_column{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: stretch;
}
.product_card_item2 {
    background-color: #f9f9f9;
    padding: 50px;
    position: relative;
    height: 430px;
}
.product_card_item2 .product_card_style1 {
    flex-direction: column;
}
.product_card_item2 > img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.product_card_item .button{
    width: 180px;
    height: 52px;
}
.product_card_item .button_light{
    background-color: transparent;
}
.product_card_style1{
    margin-top: 150px;
}
.product_card_item1 img{
    margin-top: 50px;
}
.product_card_style2{
    height: 100%;
    margin-top: 0;
}
.product_card_item2 img{
    margin-top: 0;
}
.compare_content{
    display: none;
}
.single_compare .compare_content{
    display: block;
}
button#compare,
button#compare-cn{
    margin: 0 auto;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.button-outline{
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.button-outline:hover{
    background-color: #000000;
    color: #ffffff;
    background-image: none;
}
.product_compare{
    padding: 100px 0;
}
#compare-cn.active img,
#compare.active img{
    transform: rotate(180deg);
}
.compare_card{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.compare_item{
    width: 30%;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.compare_style{
    text-align: center;
}
.compare_style h3{
    margin-bottom: 15px;
}
.compare_style h3 a{
    font-size: 24px;
    line-height: 32px;
    font-family: 'HelveticaNeue' !important;
    color: #000000;
}
.compare_style .price {
    font-family: 'HelveticaNeue' !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #bf9759;
}
.compare_style .price--compare {
    opacity: .5;
    text-decoration: line-through;
    color: #12141d !important;
    font-size: 24px !important;
    font-family: HelveticaNeue !important;
    font-weight: 700 !important;
}
.compare_style .button-group__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 35px;
}
.compare_style .button-wrapper .button,
.accessories_item .button-wrapper .button{
    width: 180px;
}
.product_card_item .button-dark,
.compare_style .button-dark,
.bundle_content .button-dark,
.accessories_item .button-dark{
    border: 1px solid #000000;
}
.product_card_item .button-dark:hover，
.compare_style .button-dark:hover,
.bundle_content .button-dark:hover,
.accessories_item .button-dark:hover{
    background-color: transparent;
}
.product_card_item .button-light,
.bundle_content .button-light,
.accessories_item .button-light{
    background-color: transparent !important;
}
.product_card_item .button-light:hover,
.bundle_content .button-light:hover{
    background-color: #ffffff !important;
    color: #000000;
}
.compare_style .button-light:hover,
.accessories_item .button-light:hover{
    background-color: #f9f9f9 !important;
    color: #000000;
}
.product_card_item .button-light:hover img,
.compare_style .button-light:hover img,
.bundle_content .button-light:hover img,
.accessories_item .button-light:hover img{
    filter: unset;
}
.compare_form{
    margin-bottom: 50px;
}
.compare_form table,
.compare_form tbody{
    width: 100%;
}
.compare_form tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.compare_form td{
    text-align: center;
    width: 30%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.compare_form tr:last-child td{
    border-bottom: 0;
}
.compare_form h4{
    font-size: 24px;
    line-height: 36px;
    max-width: 304px;
    margin: 0 auto;
}
.bundle_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 24px;
    margin: 25px 0;
    padding: 60px 100px;
}
.bundle_image{
    width: 45%;
    text-align: center;
}
.bundle_content{
    width: 45%;
}
.bundle_content h2 a{
    font-size: 40px;
    line-height: 60px;
    font-family: HelveticaNeue !important;
}
.bundle_content > p{
    font-size: 20px;
    line-height: 28px;
    color: #12141D;
}
.bundle_content .price {
    font-family: HelveticaNeue !important;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #bf9759;
}
.price--compare {
    opacity: 0.5;
    text-decoration: line-through;
    color: #12141D !important;
    font-size: 32px !important;
    font-family: HelveticaNeue !important;
    font-weight: 700 !important;
}
.product_card_price_style1 .price--compare{
    font-family: HelveticaNeue !important;
    font-weight: 700 !important;
}
.bundle_content .button-group{
    margin-top: 35px;
}
.product_bundle h3,.product_accessories h3{
    margin-top: 25px !important;
}
.product_accessories{
    background-color: #F9F9F9;
    padding: 100px 0;
    margin-top: 100px;
}
.accessories_card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.accessories_item {
    width: 49%;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 50px;
    position: relative;
    height: 600px;  
}
.accessories_item  > div{
    position: relative;
    z-index: 10;    
}
.accessories_item h2 a {
    font-size: 40px;
    line-height: 60px;
    font-family: HelveticaNeue !important;
}
.accessories_item .price {
    font-family: HelveticaNeue !important;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #bf9759;
}
.accessories_item > img {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.accessories_item .button-group__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 35px;
}
.product_card_item img,
.compare_item img,
.bundle_image img,
.accessories_item img{
    transform: translateY(0);
    transition: all .25s linear;
}
.product_card_item img:hover,
.compare_item img:hover,
.bundle_image img:hover,
.accessories_item img:hover{
    transform: translateY(-20px);
}
.product_card_item1,
.product_card_item2,
.bundle_card,
.accessories_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.product_card_item1:hover,
.product_card_item2:hover,
.bundle_card:hover,
.accessories_item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.golden_font{
    font-size: 20px;
    text-transform: inherit;
    color: rgb(40,40,40);
    font-family: 'HelveticaNeue' !important;
}
.collection_image_text li {
    font-size: 24px;
    line-height: 36px;
}
.collection_image_text_medium .image-with-text__content-wrapper {
    min-width: 800px;
}
.collection_image_text2 img {
    margin: 0 auto;
}
.collection_image_text_box .image-with-text__image-wrapper {
    width: 50%;
}
.product.product--thumbnails-bottom {
    margin-top: 100px;
}
.product-tags {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.product-tags a{
    font-size: 18px;
    line-height: 27px;
}
.product .product-meta__title {
    font-size: 48px;
    line-height: 62px;
}
.product .price{
    font-family: HelveticaNeue !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #bf9759;
}
.product-meta__label-list .label--highlight {
    background: #BA955C;
    color: #fff;
    font-family: 'HelveticaNeue';
}
.product-meta{
    border-bottom: 0;
}
.product-form__quantity-label{
    display: none;
}
.quantity-selector {
    background-color: #F8F8F9;
    border-color: #F8F8F9;
}
.button-single{
    border: 1px solid #000000;
    width: 285px;
    height: 70px;
    border-radius: 50px;
}
.button-single:hover{
    background-color: #ffffff;
    color: #000000;
}
.button-single:hover img{
    filter: invert(100%);
}
.single_free p{
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    opacity: 0.7;
}
.single_free p:nth-child(1){
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    opacity: 0.7;
    padding-top: 25px;
    margin-top: 35px !important;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.single_free p a,
.singleform_link{
    text-decoration: none !important;
    display: flex;
    align-items: end;
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
}
.single_free p br{
    display: none;
}
/* .single_free p a:after,
.singleform_link::after{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url('/cdn/shop/files/link.png?v=1721895382');
} */
.singleform_link:hover{
    text-decoration: underline !important;
}
.single_image_text{
    background-image: url('../image/image_2657.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 120px 0;
    margin-bottom: 0;
}
.single_image_text_box22 h3.h2{
    font-size: 48px !important;
    line-height: 62px !important;
    color: #ffffff;
    text-align: center !important;
    /* max-width: 800px; */
    margin: 0 auto 35px !important;
}
.single_image_text_box22 > .content-box > p{
    text-align: center !important;
}
.single_image_text p{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.7 !important;
    text-align: center;
}
.single-content-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 35px;    
    margin: 50px 0 80px 0;
}
.single_image_text_item{
    width: 32%;
    background-color: #201F1F;
    border-radius: 16px;
    padding: 25px 50px;
}
.single_image_text_item h3{
    font-size: 24px;
    line-height: 31px;
    color: #EBC789;
    margin-bottom: 15px !important;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.single_image_text_item p{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.7 !important;  
}
.single_image_text_item:nth-child(1) h3::before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../image/random.png');
    background-repeat: no-repeat;
}
.single_image_text_item:nth-child(2) h3::before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../image/integrity.png');
    background-repeat: no-repeat;
}
.single_image_text_item:nth-child(3) h3::before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('../image/full.png');
    background-repeat: no-repeat;
}
.single-middle-image{
    text-align: center;
    /* margin-bottom: 100px; */
}
.single_image_text2{
    background-image: url('../image/image_2658.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1f1e1e;
    border-radius: 24px;
    margin: 40px 0;
    padding: 90px;
}
.single_image_text2 h3{
    font-size: 44px;
    line-height: 66px;
    color: #EBC789;
    text-align: left;
}
.single_image_text2 p{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.7 !important;  
    text-align: left;
}
.single_image_text2 .image-with-text__image-wrapper,
.single_image_text3 .image-with-text__content-wrapper{
    margin: 0 0 0 auto;
}
.single_image_text3 .image-with-text__image-wrapper{
    margin: 0 auto 0 0;
}
.single_video_section{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.video-section{
    width: 49%;
}
.video-wrapper__play-button--large svg {
    width: 54px;
    height: 54px;
}
.single_video_section .video-wrapper__poster > img{
    border-radius: 24px;
}
.video-sections{
    padding: 150px 0;
}
.video-sections header{
    margin-bottom: 100px;
}
.video-sections header h2{
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    text-transform: inherit !important;
}
.video-sections header p{
    font-size: 24px;
    line-height: 36px;
    color: #12141D;
    opacity: 0.7;
    text-align: center;
}
.video_title{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.single_transfer{
    background-color: #F8F8F9;
    padding: 120px 0;
}
.single_transfer h2{
    font-size: 48px;
    line-height: 72px;
    text-align: center;
}
.single_transfer_section{
    border-radius: 24px;
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single_transfer_item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 100px;
    position: relative;
}
.single_transfer_item p{
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    font-family: 'HelveticaNeue' !important;
}
ul.transfer_imgs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.single_transfer_item:nth-child(1){
    border-image-source: linear-gradient(180deg, rgba(125, 125, 125, 0) 10%, #bbbbbb 50.5%, rgba(125, 125, 125, 0) 90%);
    border-right: 2px solid;
    border-image-slice: 2;
}
.single_transfer_item:nth-child(1)::after{
    content: '';
    display: block;
    height: 2px;
    width: 60%;
    background: radial-gradient(circle at center, #bbbbbb, rgba(125, 125, 125, 0));
    position: absolute;
    bottom: 0;
    left: 20%;
}
.single_transfer_item:nth-child(3){
    border-image-source: linear-gradient(180deg, rgba(125, 125, 125, 0) 10%, #bbbbbb 50.5%, rgba(125, 125, 125, 0) 90%);
    border-right: 2px solid;
    border-image-slice: 2;
}
.single_transfer_item:nth-child(2)::after{
    content: '';
    display: block;
    height: 2px;
    width: 60%;
    background: radial-gradient(circle at center, #bbbbbb, rgba(125, 125, 125, 0));
    position: absolute;
    bottom: 0;
    left: 20%;
}
.single_paomadeng{
    background-color: #000000;    
}
.single_paomadeng .pao_part_one h3,
.single_paomadeng .num_txt p{
    color: #ffffff;
}
#shopify-section-template--18050921529581__single_paomadeng2_b3KfAn .single_paomadeng.paomadeng2{
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 0 0 200px;    
}
#shopify-section-template--18050921529581__single_paomadeng2_b3KfAn .single_paomadeng.paomadeng2:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 200px;
    top: 55%;
    left: -5%;
    display: block;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 50%;
}
.single_paomadeng.paomadeng1{
    padding-top: 60px;
}
.hot_and_cold{
    background-color: #F8F8F9;
    padding: 100px 0;
}
.hot_header h3{
    max-width: 730px;
    font-size: 48px;
    line-height: 62px;
    margin: 0 0 35px 0;
}
.hot_section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 45px;
}
.hot_item {
    width: 32%;
    background-color: #fff;
    border-radius: 16px;
}
.hot_image{
    height: 286px;
    width: 100%;
    background-color: #FCFCFD;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.hot_item:nth-child(2) .hot_image img{
    margin-bottom: -85px;
}
.hot_content {
    padding: 30px 45px;
}
.hot_content h4 {
    font-size: 32px;
    line-height: 48px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
}
.hot_content ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.hot_content li,
.hot_content p{
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    opacity: 0.7;
}
.securely_section image-with-text-block{
    position: relative;
    min-height: 830px;
}
.securely_container{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 0;
}
.securely_title .h3{
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    text-align: center;
}
.securely_image:nth-child(1) img{
    margin-top: 100px;
    margin-left: 25px;
}
.securely_image:nth-child(2) img{
    margin-top: 75px;
    margin-left: 25px;
}
.securely_image:nth-child(3) img{
    margin-top: -50px;
    margin-left: 25px;
}
.securely_liquid{
    display: none;
    border: 1px solid #808080;
    background: #000000B2;
    padding: 20px 30px;
    border-radius: 4px;
}
.securely_liquid p{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-family: 'HelveticaNeue' !important;
}
.single_imkey{
    padding: 100px 0;
}
.single_imkey_header h3{
    font-size: 48px;
    line-height: 62px;
    max-width: 880px;
    margin-bottom: 50px !important;
}
.single_imkey_section{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.single_imkey_item{
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 50px;
    width: 49%;
}
.single_imkey_item p{
    font-size: 18px;
    line-height: 27px;
    opacity: 0.7;
}
.single_imkey_content h4{
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.single_imkey_content{
    margin-top: 35px;
}
.single_imkey2{
    padding-top: 0;
}
.single_imkey2 h3{
    max-width: 750px;
}
.single_imkey2 .single_imkey_item{
    display: flex;
    column-gap: 15px;
    align-items: center;    
}
.single_imkey2 .single_imkey_content {
    margin-top: 0;
    width: 90%;
}
.single_imkey_image {
    display: flex;
    justify-content: space-between;
}
.specification_box{
    background-color: #ffffff;
    border-radius: 16px;
    padding: 35px 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.specification_item{
    display: flex;
    /* width: 25%; */
    flex-direction: column;
    align-items: center;
    justify-content: end;
    row-gap: 30px;
}
.specification_section{
    padding: 100px 0;
    background-color: #F9F9F9;
}
.specification_title{
    font-size: 48px;
    line-height: 72px;
}
.specification_number{
    font-size: 16px;
    font-family: HelveticaNeue !important;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
}
.specification_text{
    display: flex;
    margin: 80px 0 0 0;
    justify-content: space-between;    
    padding: 0 15px;
}
.spec_left{
    width: 46%;
    border-right: 1px solid #333333;
}
.spec_right{
    width: 50%;
}
.spec_right tr:nth-child(1) td:nth-child(1),
.spec_right tr:nth-child(2) td:nth-child(1){
    width: 40%;
}
.spec_right tr:nth-child(1) td:nth-child(2),
.spec_right tr:nth-child(2) td:nth-child(2){
    width: 60%;
}
.specification_text2 .spec_left{
    width: 50%;
}
.specification_text2 .spec_right{
    width: 42%;
}
.specification_text3 .spec_left{
    width: 55%;
}
.specification_text3 .spec_right{
    width: 35%;
}
.specification_text td{
    width: 50%;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    border: 0;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;  
}
.specification_text2 .spec_left tr td:nth-child(1){
    width: 30%;
}
.specification_text2 .spec_left tr td:nth-child(2){
    width: 70%;
}
.specification_text2 .spec_right td,
.specification_text3 .spec_right td{
    width: 100% !important;
}
.specification_text tr{
    border: 0;
}
.specification_text table{
    width: 100%;
}
.specification_text ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.specification_text li{
    font-size: 18px;
    line-height: 27px;
    color: #000;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;  
}
.specification_text p{
    display: inline-flex;
    margin-right: 5px;
    font-size: 12px;
    width: 18px;
    height: 18px; 
}
.single_products .cus_product_item{
    border: 1px solid #E4E4E7;
}
.single_products .product-list__inner {
    padding: 38px 0;
}
.showcase_section{
    margin-top: 140px;
    background-image: linear-gradient(to bottom, #ffffff 75%, #2A3535 75%, #2A3535 100%);
}
.showcase_box{
    background-color: #EBC789;
    border-radius: 16px;
    padding: 70px 100px;
}
.showcase_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showcase_item{
    width: 42%;
}
.showcase_item:nth-child(2){
    width: 43%;
}
.showcase_item h2{
    font-size: 44px;
    line-height: 66px;
}
.showcase_item .button{
    max-width: 272px;
}
.showcase_item:nth-child(2){
    text-align: center;
}
.showcase_item:nth-child(2) h4{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    max-width: 245px;
    margin: 15px auto;
}
.showcase_item .swiper-container{
    min-height: 330px;
}
.showcase_item .swiper-pagination{
    bottom: 0;
}
.showcase_item .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.showcase_item .swiper-pagination-bullet-active {
    background-color: #ffffff;
    width: 48px;
    border-radius: 8px;
}
.showcase_item img{
    max-width: 420px;
}
.video-wrapper__poster,
.single_image_text2 .image-with-text__image-wrapper,
.single_image_text_box2:nth-child(2),
.specification_img img,
.installation_guide_item,
.single-middle-image,
.wallets_download_item img,
.contact_box img,
.standard_item img,
.customization_text_item img,
.stores_item img,
.reseller_item,
.jonrney_circle,
.uniqueness_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.video-wrapper__poster:hover,
.single_image_text2 .image-with-text__image-wrapper:hover,
.single_image_text_box2:nth-child(2):hover,
.specification_img img:hover,
.installation_guide_item:hover,
.single-middle-image:hover,
.wallets_download_item img:hover,
.contact_box img:hover,
.standard_item img:hover,
.customization_text_item img:hover,
.stores_item img:hover,
.reseller_item:hover,
.jonrney_circle:hover,
.uniqueness_item:hover{
    transform: translateY(-10px);
}
.hot_item,
.single_imkey_item,
.this_way_item_style1,
.this_way_item_style2,
.video_tips_box,
.superior_item,
.choose_box,
.growth_plan_item,
.simplest_steps_item,
.goals_item{
    transform: translateY(0);
    transition: all .25s linear;
}
.hot_item:hover,
.single_imkey_item:hover,
.this_way_item_style1:hover,
.this_way_item_style2:hover,
.video_tips_box:hover,
.superior_item:hover,
.choose_box:hover,
.growth_plan_item:hover,
.simplest_steps_item:hover,
.goals_item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.single_image_text_item2{
    transform: translateY(0);
    transition: all .25s linear;
}
.single_image_text_item2:hover{
    transform: translateY(-15px);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}
.safe_section{
    background-color: #EBC789;
    background-image: url('../image/Group_1321319987.png');
    background-position: center 25px;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 93px 0;
}
.safe_box h2{
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-top: 0 !important;
}
.safe_box img{
    margin-right: 8px;
}
.safe_box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_image_text {
    margin-top: 0;
}
.single_image_text_item2 {
    display: flex;
    column-gap: 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background-color: #201f1f;
    padding: 35px 80px;
    /* margin-top: -180px; */
    position: relative;
}
.single_image_text_box2 h3{
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    width: 100%;
    color: #ffffff;
    margin: 0 !important;
}
.single_image_text_box2 p{
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
    font-weight: 400;  
}
.single-image-link{
    font-size: 18px;
    line-height: 27px;
    color: #007FFF;
}
.single-image-liquid{
    margin-top: 35px;
}
.single-image-liquid h4{
    font-family: 'HelveticaNeue' !important;
    color: #ffffff;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.single_image_text_box2 .single-content-list{
    margin-bottom: 0;
}
/*.this_way_section{
    padding: 150px 0 100px 0;
}*/
.this_way_section .h2{
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    max-width: 800px;
    margin: 0 auto;
}
.this_way{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 70px;
}
.this_way_item_style1{
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 32%;
    height: 520px;
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 16px;
}
.this_way_item_style2{
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 49%;
    height: 469px;
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 16px;
}
.this_way_item_style3{
    background-size: auto;
    background-position: center 75%;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 16px;
}
.this_way_item_style1 h3,
.this_way_item_style2 h3{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px !important;
}
.this_way_item_style1 p,
.this_way_item_style2 p{
    font-size: 18px;
    line-height: 27px;
    opacity: 0.7;
    font-weight: 400;
}
.installation_guide{
    padding: 120px 0;
}
.installation_guide_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 80px;
}
.installation_guide_item{
    width: 31%;
}
.installation_guide_item h4{
    margin-top: 0;
    font-size: 32px;
    line-height: 48px;
    font-family: 'HelveticaNeue' !important;
    color: #12141D;
    font-weight: 400 !important;
}
.installation_guide2 .installation_guide_box{
    justify-content: center;
    column-gap: 80px;
}
.single_compare{
    padding-bottom: 0;
}
.single_image_text_item2 .single_image_text_box2:nth-child(1){
    width: 50%;
}
.single_image_text_item2 .single_image_text_box2:nth-child(2){
    width: 40%;
}
h4.mode{
    border: 1px solid #007FFF;
    color: #007FFF;
    border-radius: 100px;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    padding: 8px 25px    
}
.video_tips{
    background-color: #000000;
    padding-bottom: 100px;
    margin-top: -85px;
    padding-top: 0;
}
.video_tips header{
    margin-bottom: 60px;
}
.video_tips header h2{
    text-align: left;
    max-width: 700px;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
}
.video_tips_box{
    padding: 80px 100px;
    background-color: #201F1F;
    border-radius: 16px;
}
.tip_ex{
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}
.video-tip-section{
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    padding: 35px 30px;
    margin-bottom: 25px;
}
.video-tip-section .video_title{
    font-size: 36px;
    line-height: 46px;
    color: #EBC789;
    margin-bottom: 15px;
    text-align: left;
}
.video-tip-section .video_des{
    font-size: 18px;
    line-height: 27px;
    color: rgba(255,255,255,0.6);
    text-align: left;
}
.video-tip-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 50px;
}
.tips_content p{
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.4 !important;
}
.specification_box3 {
    background-color: #fff;
    border-radius: 16px;
    padding: 50px 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    column-gap: 80px;
}
.single_compare2 {
    background-color: #f9f9f9;
    padding-bottom: 60px;
}
.superior_section{
    padding: 100px 0;
}
.superior_section h3{
    text-align: center;
}
.superior_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.superior_item{
    height: 469px;
    border-radius: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 32%;
    position: relative;
}
.superior_content{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 25px;
}
.superior_content h4{
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 15px 0;
    color: #FFFFFF;
}
.superior_content p{
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    color: #ffffff;
}
.specification_box_common {
    justify-content: center;
    column-gap: 100px;
}
.specification_item_common{
    width: auto;
}
.specification_text_common td{
    width: auto;
    padding: 0 35px;
}
.single_insides{
    margin: 100px 0 60px 0;
}
.insides_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;    
}
.insides_item {
    height: 180px;
    background-color: #F9F9F9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insides_item h3,
.insides_item h3 > a{
    font-size: 24px;
    line-height: 36px;
    color: #12141D;
    font-family: 'HelveticaNeue' !important;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.inside_full {
    width: 100%;
}
.inside_medium{
    width: 49%;
}
.inside_small{
    width: 32.5%;
}
.single_product_text {
    background-image: unset;
    background-color: #f9f9f9;
    margin: 50px 0;
}
.single_product_text .image-with-text__wrapper {
    padding: 0;
}
.single_product_text .image-with-text__image-wrapper {
    margin-left: 0;
}
.single_product_text .image-with-text__content-wrapper {
    min-width: 700px;
}
.single_product_text image-with-text{
    margin: 50px 0;
}
.single_product_text image-with-text:nth-child(even) .image-with-text__image-wrapper{
    order: 2;
}
.single_product_text image-with-text:nth-child(even) .image-with-text__content-wrapper{
    margin-left: 0;
}
image-with-text-overlay.banner{
    background-color: #f9f9f9;
    padding: 0 0 70px 0;
}
.banner_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_section .image-overlay__content{
    margin-left: 0;
}
.banner_section .image-overlay__content-wrapper{
    width: 50%;
}
.banner_section .banner_image_lists{
    width: 50%;
}
.banner_image_lists{
    position: relative;
}
.cover_icon_left {
    position: absolute;
    left: 0;
    top: 180px;
    z-index: 1;
}
.cover_icon_right{
    position: absolute;
    right: 116px;
    bottom: 20px;
    z-index: 1;
}
.wallets_image_text{
    background-color: transparent;
}
.full_btn_black{
    width: 294px;
    height: 85px;
    background-color: #12141D;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}
.wallets_title{
    font-size: 32px;
    line-height: 51px;
    color: #BF9759;
    text-align: center;
}
.wallets_icon img{
    margin: 34px auto !important;
}
a.player_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
}
.wallets_text p{
    max-width: 445px;
    margin: 0 auto;
}
.wallets_text .full_btn_black{
    text-transform: inherit !important;    
}
.wallets_image_text img,
.wallets_image_text .image-with-text__image-wrapper{
    margin: 0 auto;
}
.wallets_image_text image-with-text {
    margin: 150px 0;
}
.wallets_image_text .image-with-text__content-wrapper {
    min-width: inherit;
    margin: 0 auto;
}
.wallets_image_text .image-with-text__image-wrapper,
.wallets_image_text .image-with-text__content-wrapper{
    width: 50%;
}
.wallets_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.wallets_btn{
    display: flex;
    gap: 25px;
}
.wallets_download_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wallets_download_item{
    width: 47.5%;
}
.wallets_download_item .h2{
    font-family: 'HelveticaNeue';
}
.wallets_download_section{
    background-color: #F9F9F9;
    padding: 60px 0 150px 0;
    position: relative;    
    margin-top: 250px;    
}
a.wallets_more {
    font-size: 18px;
    line-height: 28px;
    margin: 35px 0 0 0;
    display: block;
}
.wallets_download_section::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 215px;
    top: -30%;
    left: -5%;
    display: block;
    background-color: #f9f9f9;
    z-index: 1;
    border-radius: 50%;
}
.faq_page{
    padding: 50px 0;
}
.faq_page h1{
    text-align: left;
    margin-bottom: 60px !important;
}
.faq_btn{
    width: auto;
    height: 65px;
    border-radius: 16px;    
}
.faq_page .faq {
    border-top: 1px solid #ddd;
}
.faq_more p{
    font-size: 24px;
    opacity: 0.7;
}
.choose_category{
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.choose_category h2{
    font-size: 48px;
    line-height: 68px;
}
.choose_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.choose_box {
    width: 30%;
}
.choose_item {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 50px 40px;
}
.choose_item h3{
    font-size: 32px;
    text-align: center;
}
.choose_item p a {
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(158, 173, 186, 1);
    text-decoration: none !important;
    transition: all ease 0.3s;
}
.choose_item p a:hover{
    transform: translateX(15px);
}
.choose_item button{
    border-radius: 16px;
}
.choose_item br{
    display: none;
}
.contact_us_block{
    padding: 120px 0;
}
.contact_items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_item{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.contact_item:first-child{
    justify-content: center;
}
.contact_item h2{
    max-width: 500px;
}
.contact_item h3{
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.contact_item p{
    text-align: center;
    font-size: 12px;
    color: #12141D;
}
.contact_item img{
    margin: 0 auto 15px;
    display: block;
}
.contact_box{
    width: 27%;
}
.customization_example {
    background-color: #f5f5f5;
    padding: 60px 0 180px 0;
}
.customization_example p {
    font-size: 20px;
    line-height: 30px;
}
.customization_lists{
    margin-top: 80px;
}
.customization_lists ul {
    list-style: none;
    min-height: 300px;
}
.customization_lists .swiper-slide img{
    display: block;
    margin: 0 auto;
}
.customization_lists .swiper-slide{
    padding: 80px 0 50px 0;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 0px 0px #0000001C;
}
.standard_items{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.standard_item {
    width: 30%;
    flex-direction: column;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 50px;
}
.standard_item:nth-child(2) > div:last-child{
    width: 100%;
}
.standard_item:nth-child(2) img{
    display: block;
    margin: 0 auto;
}
.standard_item:nth-child(3){
    order: -1;
}
.standard_title h3{
    font-size: 32px;
    line-height: 51px;
    margin-bottom: 0;
    color: #BF9759;
}
.standard_title{
    display: flex;
    align-items: end;
}
.standard_label{
    font-size: 16px;
    line-height: 20px;
    color: #835211;
    background-color: #FFF1BF;
    border-radius: 100px;
    padding: 5px 10px;  
    margin-bottom: 10px;
}
.standard_content{
    font-size: 20px;
    line-height: 30px;
    color: #12141D;
    opacity: 0.7;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    margin: 15px 0;
}
.standard_richtext p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.7;
}
.standard_richtext strong{
    font-family: 'HelveticaNeue';
}
.standard_item:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.standard_section{
    position: relative;  
    padding: 130px 0 80px 0;
}
.standard_section:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 207px;
    top: -8%;
    left: -5%;
    display: block;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 50%;
}
.custom_btn{
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    width: 195px;
}
.customization_text_item:nth-child(2){
    text-align: right;
}
.customization_text_item h3{
    font-size: 32px;
    line-height: 51px;
    margin-bottom: 25px;
}
.customization_text_item p{
    font-size: 20px;
    line-height: 30px;
    color: #12141D;
    opacity: 0.7;
    /* font-weight: 600; */
    margin: 15px 0;
}
.customization_text_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F8FAFC;
    border-radius: 16px;
    padding: 50px 100px;
    margin: 50px 0;
}
.customization_text_item {
    width: 45%;
}
.full_black{
    background-color: #000000;
    color: #ffffff !important;
}
.full_black:hover{
    background-color: #ffffff;
    color: #000000 !important;
}
.cta_item h3{
    font-size: 48px;
    line-height: 62px;
}
.cta_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta_item{
    width: 44%;
}
.cta_btn_block {
    display: flex;
    column-gap: 25px;
    justify-content: end;
}
.cta_section {
    padding: 150px 0;
    background-position: bottom;
    background-repeat: no-repeat;
}
.stores_section{
    padding: 100px 0;
}
.stores_items{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 80px;
}
.stores_item{
    width: 20%;
    text-align: center;
}
.stores_item:first-child p {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.stores_item img{
    display: block;
    margin: 0 auto;
}
.stores_item p{
    font-size: 20px;
    line-height: 30px;
}
.stores_item a{
    display: block;
}
.reseller_section{
    padding: 100px 0;
    background-color: #F9F9F9;
    margin: 0;
}
.reseller_section .image-with-text__content-wrapper {
    min-width: inherit;
    width: 100%;
    margin: 0;
}
.reseller_section  .image-with-text__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px 0;
}
.reseller_section .image-with-text__navigation-item:before,.reseller_section .image-with-text__navigation-item:after{
    display: none;
}
.reseller_section .image-with-text__navigation-item span{
    font-size: 20px;
    line-height: 30px;
    opacity: 0.6;
    text-transform: capitalize !important;
    font-family: 'HelveticaNeue' !important;
    font-weight: 600;
}
.reseller_section button[aria-current="true"] span{
    opacity: 1;
}
.reseller_section .image-with-text__wrapper{
    padding: 35px 0;
}
.reseller_box{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 24px;  
    flex-wrap: wrap;
    row-gap: 35px;
}
.reseller_item{
    width: 31%;
    background-color: #ffffff;
    padding: 45px 35px;
    border-radius: 16px;
    box-shadow: 0px 4px 15.5px 0px #0000001C;
}
.reseller_item p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 27px;
    color: #12141D;
    font-family: 'HelveticaNeue' !important;
}
.reseller_item img{
    margin: 0 !important;
}
.reseller_item h4{
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    text-align: left;
}
.reseller_item ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.reseller_item li a{
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #12141D;
    word-break: break-word;  
}
.grow_image_text_section{
    background-color: #f9f9f9;
    padding-bottom: 100px;
}
.grow_image_text_section .customization_text_items{
    background: linear-gradient(90deg, #B3E1E1 0%, #E5F4FD 100%);
    padding-bottom: 0;
    margin: 0;
}
.customization_text_item:nth-child(1) {
    width: 45%;
}
.growth_plan_section{
    padding: 120px 0 0 0;
}
.growth_plan_section .container{
    background-image: url('../image/zuanshi.png');
    background-repeat: no-repeat;
    background-position: 91% 20%;
}
.growth_plan_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.growth_plan_item{
    width: 32%;
    border: 1px solid #D7E6E6;
    padding: 25px 35px;
    text-align: center;
    border-radius: 16px;
}
.growth_plan_section p{
    font-size: 20px;
    line-height: 30px;
    opacity: 0.7;
}
.growth_plan_item h3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* .shopify-section--announcement-bar,
.shopify-section--header{
    z-index: 500 !important;
} */
.drawer{
    z-index: 1000 !important;
}
.you_can_section .container{
    background-image: url('../image/dot.png');
    background-repeat: no-repeat;
    background-position: 78.2% 40%;
}
.simplest_steps_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.simplest_steps_item{
    width: 31%;
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 50px;
}
.sim_step_up{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.sim_step_up img{
    margin: 0;
}
.sim_step_up span{
    font-size: 96px;
    line-height: 116px;
    color: #D4D4D4;
}
.sim_step_down h4{
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}
.sim_step_down p{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.simplest_steps_section{
    margin-top: 50px;  
    margin-bottom: 100px;
}
.about_rich p{
    font-size: 24px;
    line-height: 38px;
    opacity: .7;
}
.jonrney_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 80px 0;
}
.jonrney_item{
    width: 15%;
    text-align: center;
    position: relative;
}
.jonrney_circle{
    border: 1px solid #3D8888;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: transparent;
    color: #3D8888;
    font-size: 32px;
    line-height: 56px;
    font-family: 'HelveticaNeue';  
    display: flex;
    align-items: center;
    justify-content: center;  
    margin: 0 auto;
}
.jonrney_item p{
    font-size: 18px;
    color: #12141D;
    opacity: 0.9;
    font-family: 'HelveticaNeue' !important;  
    font-weight: bold;
    max-width: 200px;
    margin: 25px auto;
}
.rich_section h2{
    margin-bottom: 35px;
}
.jonrney_item:after {
    content: "";
    height: 1px;
    width: 290px;
    display: block;
    border-top: 2px dashed #3D8888;
    position: absolute;
    top: 30%;
    left: 184px;
}
.jonrney_item:last-child:after{
    display: none;
}
.goals_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.goals_item{
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    border-radius: 10px;
    min-height: 465px;
}
.goals_item p{
    font-size: 96px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}
.goals_item h4{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
}
.our_achievements_section{
    padding: 100px 0;
}
.green_color big,
.green_color .suffix{
    color: #3D8888;
}
.our_uniqueness_section{
    background-color: #F7F7FB;
    padding: 120px 0;
}
.uniqueness_box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-top: 80px !important;
}
.uniqueness_item{
    width: 45%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.uniqueness_item h4{
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px 0;
}
.uniqueness_item p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}
.uniqueness_box{
    max-width: 995px;
    margin: 0 auto;
}
.num_txt h3 {
    position: relative;
}
.num_txt h3:after {
    content: '';
    width: 1px;
    height: 100px;
    display: block;
    background-color: #e9e9e9;
    position: absolute;
    top: 25px;
    right: -95px;
    display: none;
}
.num_txt h3:last-child::after{
    display: none;
}
.pao_number .num_txt h3::after{
    display: none;
}
.slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
    padding-top: 170px;
}
.banner_section h3 {
    font-size: 68px;
}
.banner_section p{
    font-size: 20px;
}
.globo-form-app .panels{
    z-index: 1;
}
.modal-overlay._active {
    background-color: transparent;
}
.modal-overlay{
    z-index: 1;
}
.modal-wrapper p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.modal-wrapper h2{
    font-size: 24px;
    line-height: 31px;
    max-width: 200px;
    margin: 0 auto 15px;
    text-align: center;
    color: #000000;  
}
.modal-content {
    box-shadow: 0px 5.01px 5.01px 0px #00000040;
    min-width: 347px;
    padding: 35px;
}
.modal-wrapper img {
    margin: 0 auto;
}
.wallets_image_text .image-with-text__wrapper{
    overflow: inherit;
}
.globo-form-app.boxed-layout{
    z-index: 1;
}
/* 隐藏原生下拉箭头 */
select#category {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    padding: 12px 50px 12px 20px;
    font-size: 20px;
    font-family: HelveticaNeue;
    border-width: 0px;
    outline: none;
    background-color: #f1f1f1;
}
.custom-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid black;
    pointer-events: none;
}
.select-container {
    position: relative;
    display: inline-block;
}
.input-container input#searchInput{
    padding: 12px 20px;
    font-size: 20px;
    font-family: HelveticaNeue;
    border-width: 0px;
    outline: none;
    background-color: #f1f1f1;  
    min-width: 800px;
}
.input-container{
    position: relative;
    display: inline-block;  
}
.input-container button{
    position: absolute;
    top: 15px;
    right: 15px;
}
.support_tokens h1{
    font-size: 48px;
    line-height: 51px;
}
.support_tokens{
    padding: 100px 0 30px 0;
}
.video_image_block .video-wrapper__poster-content{
    display: none;
}
.video_image_block img{
    min-height: 400px;
}
.video_image_block .video-wrapper__poster {
    position: unset;
}
/* mega menu */
.header__linklist-link{
    font-size: 22px;
    line-height: 28px;
}
.header__linklist-item:not(:last-child) {
    margin-inline-end: 60px;
}
.mega-menu__title + ul{
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    align-items: stretch;
}
.mega-menu .container{
    padding: 0;
}
.product_submenu {
    padding: 25px 35px 0 35px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    /* position: relative; */
}
/* .product_submenu .hc-sale-tag {
    left: -5px;
    top: -15px;
} */
.button-group .hc-sale-tag{
    display: none;
}
.mega-menu__title{
    font-size: 18px;
    line-height: 24px;
    color: #12141D;
    text-transform: initial;  
}
.product_submenu h4{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;  
    font-weight: 100;
    text-transform: initial;
}
.product_submenu h4 span{
    font-weight: 700;
    color: #D8A03F;
}
.menu_image_box{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu_image_box .hc-sale-tag {
    left: -10px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 40px;
}
.menu_image_box img{
    max-width: 170px;
    margin: 0 auto;
}
.product_submenu:hover,
.mega-menu-link:hover,
.mega-menu-style2:hover{
    background-color: #f9f9f9;
}
.mega-menu-link {
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    display: flex;
    width: 263px;
    height: 115px;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.mega-menu-button-group {
    display: flex;
    max-width: 270px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    margin: 0;
}
.mega-menu-style2 {
    padding: 0 35px;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    width: 320px;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mega-menu-style2 .mega-menu__heading{
    font-size: 18px;
    line-height: 24px;
    text-transform: initial;
}
.mega-menu__images-wrapper--tight {
    gap: 25px;
}
#desktop-menu-6 .mega-menu-link,
#desktop-menu-6 .mega-menu-style2{
    width: 230px;
    height: 260px;
}
#desktop-menu-6 .mega-menu-link{
    height: 100%;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.mobile-nav+.mobile-nav__images-wrapper,
.mobile-nav__images-scroller{
    display: none;
}
/* .slideshow__image {
    top: 55px;
}
.slideshow__image.close{
    top:90px;
} */
.image-overlay__text-container p{
    font-size: 20px;
}
.checkout-button{
    background-position: bottom;    
}
.mini-cart__recommendations-inner .price--compare,
.drawer__content .price--compare,
.cart__content .price--compare{
    font-size: 12px !important;
}    
.button-wrapper:hover img{
    transform: translateY(0);
}
.shopify-section--apps .container.vertical-breather {
    padding: 50px 0;
}
.App_reviewContainer__3-6OQ {
    max-width: 1300px !important;
}
.home_text_icon {
    overflow-x: hidden;
}
.product-meta__reference{
    display: none;
}
.store_section{
    position: relative;
}
.store_section summary {
    list-style: none;
    display: inline-block;  
}
.store_section ul{
    position: absolute;
    background-color: #F0F1F2;
    list-style: none;
    width: 285px;
    padding: 10px 0 6px;
    border-radius: 12px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.store_section li a:hover{
    background-color: #ffffff;
}
.store_section li a{
    padding: 5px 15px;
    transition: all ease 0.3s;
    display: block;
}
.store_section a:hover{
    cursor: pointer;
}
.announcement-bar{
  gap: 25px;
}
.announcement-bar .tap-area{
    display: none;
}
scrollable-content{
    display: flex !important;
    flex-wrap: wrap;
}
.section_voices .gallery__prev-next-buttons {
    display: flex !important;
    gap: 15px;
}
button.gallery__arrow.prev-next-button.prev-next-button--prev {
    transform: rotateZ(-90deg);
}
.prev-next-button svg {
    transform: rotateZ(90deg);
}
button.gallery__arrow.prev-next-button.prev-next-button--next {
    transform: rotateZ(-90deg);
}
.prev-next-button--prev:hover svg {
    animation: unset;
}
.prev-next-button--next:hover svg {
    animation: unset;
}
.prev-next-button{
    border-radius: 50% !important;
}
.mb_show{
    display: none;
}
form.form.newsletter-modal__form {
    display: none;
}
.newsletter_button{
    display: flex;
    justify-content: center;
}
.newsletter_button .button,
.newsletter_button .button:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.banner_flex{
    display: flex;
    margin: 35px 0;
    gap: 15px;
    align-items: center;
}
.subheading_p{
    margin-bottom: 0;
}
.banner_flex img {
    height: 20px;
    margin: 0 !important;
}
.banner_flex img:nth-child(3) {
    height: 26px;
}
.full_video{
    width: 100% !important;
}
.home_product h3.h2 + p{
    color: rgba(255,255,255,0.75);
}
.full_overlay{
    margin: 0;
    padding: 0 100px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.overlay_box{
    width: 45%;
}
.overlay_box h3{
    font-size: 30px;
    line-height: 45px;
    text-align: center;
}
.overlay_box p{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.home_image_title{
    font-size: 30px;
    line-height: 45px;
    color: #12141D;
    text-align: left;
}
.bar_section{
    position: relative;
}
.close_bar {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    z-index: 1;
}
.close_bar:hover{
    cursor: pointer;
}
.silde_subtitle{
    font-size: 20px;
    line-height: 28px;
    color: #12141D;
}
.nobutton {
    font-size: 20px;
    text-decoration: underline;
}
.container .container{
    padding: 0;
}
.modal__close-button {
    color: #000 !important;
}
.modal__overlay{
    display: none;
}
.announcement-bar__message{
  max-width: inherit;
  min-width: inherit;
  column-gap: 50px;  
  justify-content: center;  
}
.announcement_swiper {
    overflow: hidden;
    max-width: 775px;
    margin: 0 auto;
}
.announcement-bar__item .button-wrapper{
    margin-block-start: 0;  
}
.announcement-bar__message p{
  margin-right: 0;
}
.announcement_swiper .swiper-slide{
  width: 100% !important;
}
.announcement-bar{
    padding-inline-start: 0;
    padding-inline-end: 0;    
}
.partner_lists .swiper-wrapper,
.partner_lists2 .swiper-wrapper,
.announcement_swiper .swiper-wrapper{
   transition-timing-function: linear !important; 
}
#desktop-menu-6 .mega-menu-style2:nth-child(4){
  display: none;
}
#desktop-menu-6 .mega-menu-style2:nth-child(1){
  order: 1;
}
#desktop-menu-6 .mega-menu-style2:nth-child(2){
  order: 3;
}
#desktop-menu-6 .mega-menu-style2:nth-child(3){
  order: 4;
}
#desktop-menu-6 .mega-menu-style2:nth-child(4){
  order: 5;
}
#desktop-menu-6 .mega-menu-style2:nth-child(5){
  order: 6;
}
#desktop-menu-6 .mega-menu-style2:nth-child(6){
  order: 2;
}
#desktop-menu-6 .mega-menu-link{
  order: 7;
}
a.cart_link {
    display: none;
}
.featured-collections .product-item__cta-wrapper{
  display: none;
}
.store_sections{
  /* display: flex;
  align-items: stretch;
  justify-content: space-between; */
  padding: 0 15px;
}
.store_list .container:nth-child(2){
  overflow: hidden;
}
.store_item{
  text-align: center;
}
.store_box img{
  margin: 0 auto;
  display: block;
}
.store_item p.heading{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 18px 0 7px !important;
}
.store_item p{
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
}
.store_link_box img{
  margin: 0 auto;
  display: block;
}
.store_sections .mega-menu-style2{
  width: 100%;
  padding: 0 30px;
}
.store_link_box img{
  margin-top: 15px;
}
.store_up h2.heading{
  font-size: 36px;
  font-weight: 700;
  color: #12141D;
  text-align: center;
  line-height: 36px;
}
.store_up h2 img{
  margin-top: -8px;
    margin-right: 10px;  
}
.store_up p{
  font-size: 20px;
  color: #71726D;
  text-align: center;
}
.store_down p {
    font-size: 20px;
    line-height: 20px;
    color: #1A9EF0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.store_down img{
  margin-top: -15px;
}
.store_sections{
  margin: 25px 0;
}
.store_list {
  margin: 90px 0;
}
.footer__follow-and-payment{
  display: none;
}
@media (max-width: 1680px){
    .slideshow__text-wrapper h3{
        font-size: 52px;
        margin: 0 !important;
    }
    .section_head h2{
        font-size: 52px;
    }
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: 100px;
    }
    .home_text_icon .section__color-wrapper {
        padding: 20px 0;
    }
    .title_style span:after {
        width: 180px;
    }
}
@media (max-width: 1367px){
    #desktop-menu-6 .mega-menu-link,
    #desktop-menu-6 .mega-menu-style2 {
        width: 210px ;
        height: 220px;
        padding: 0 15px;
    } 
}
@media (max-width: 1490px){
    .text-with-icons__list{
        gap: 0;
    }
    .slideshow__text-wrapper h3 {
        font-size: 48px;
        margin: 0 !important;
    }
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: 150px;
    }  
    .home_text_icon .text-with-icons__item {
        column-gap: 15px;
    }
    .home_overlay_box + .h2{
        font-size: 36px;
    }
    .home_image_text .image-with-text__image-wrapper{
        margin: 0;
    }
    .home_image_text .h3 {
        margin: 10px 0;
        font-size: 30px;
    }
    .cus_product_item .price {
        font-size: 28px;
        line-height: 54px;
    } 
    .cus_product_item .price{
        font-size: 28px !important;
    }
    .voice_head {
        font-size: 26px;
        line-height: 40px;
    }
    .title_style span:after {
        width: 170px;
    }  
    .collection_image_text li {
        font-size: 20px;
        line-height: 32px;
    }  
    .product_card_price_style1 h2 a,
    .bundle_content h2 a,
    .accessories_item h2 a{
        font-size: 36px;
    } 
    .product_card_price_style1 .price,
    .bundle_content .price,
    .accessories_item .price{
        font-size: 36px;
        line-height: 62px;
    } 
    .single_product_text .image-with-text__content-wrapper {
        margin: 0;
    }
    .single_product_text .image-with-text__wrapper {
        justify-content: space-between;
    }
    .choose_box {
        width: 32%;
    }
    .choose_item p a {
        font-size: 17px;
    }
    .cover_icon_right {
        right: 25px;
    }
    .jonrney_item:after {
        width: 235px;
        left: 170px;
    }
    .header__linklist-item:not(:last-child) {
        margin-inline-end: 30px;
    }  
    .menu_image_box {
        width: 180px;
        height: 150px;
    }  
    .mega-menu__column {
        margin: 20px;
    }  
    .product_submenu {
        padding: 25px 25px 0;
    }  
    .mega-menu-link {
        width: 235px;
        height: 100px;
    }
    .mega-menu-button-group{
        padding-top: 0;
    }
    .mega-menu__inner {
        column-gap: 30px;
    }
    #desktop-menu-1 .mega-menu__inner {
        justify-content: space-between;      
    }
    #desktop-menu-6 .mega-menu-style2 {
        width: 200px;
        height: 230px;
        padding: 0 15px;
    }  
    .mega-menu__columns-wrapper{
        margin-left: 0;
    }
    .spec_left {
        width: 42%;
    }  
    .spec_right {
        width: 54%;
    }  
    .specification_text2 .spec_left {
        width: 53%;
    }  
    .specification_text3 .spec_left{
        width: 59%;
    }  
    .container {
        padding-left: 8%;
        padding-right: 8%;
    }  
    .slideshow__text-wrapper .content-box{
        margin-left: 0;
    }
    .home_text_icon .heading {
        font-size: 18px;
    }
    .home_text_icon p {
        font-size: 14px;
        line-height: 20px;
    }
    .image-with-text__content-wrapper {
        margin-right: 0;
    }
    .num_txt h3:after{
        right: -40px;    
    }
    .section_voices .gallery__prev-next-buttons{
        right: 8%;
    }
    .section_voices .gallery__prev-next-buttons {
        top: -115px;
    }  
    .collection_image_text .collection_image_text_box{
        background-position: 135% 50%;
    }
    .collection_image_text_box .image-with-text__image-wrapper {
        width: 42%;
    }
    .collection_image_text_medium + div .image-with-text__content-wrapper {
        margin: 0 0 0 auto;
    }  
    .mega-menu-style2{
        width: 275px;
    }
    .mega-menu__image-push:only-child{
        width: 275px;
    }
    .cus_btn_black {
        padding: 0 30px !important;
    }
    .product.product--thumbnails-bottom {
        margin-left: 0;
        margin-right: 0;
    }  
    .image-with-text__content-wrapper {
        min-width: 520px;
    } 
    .single_image_text2 .image-with-text__image {
        margin: 0 0 0 auto;
    }
    .single_image_text3 .image-with-text__image {
        margin: 0 auto 0 0;
    }  
@media (max-width: 1435px){
    .menu_image_box {
        width: 165px;
        height: 150px;
    }
    #desktop-menu-1 .mega-menu__inner {
        justify-content: center;
    }  
    .header__linklist-link {
        font-size: 20px;
        line-height: 28px;
    }  
}
@media (max-width: 1383px){
    .menu_image_box {
        width: 155px;
        height: 150px;
    } 
    .mega-menu-button-group {
        padding-top: 8px;
    }  
    .menu_image_box img{
        max-width: 130px;
    }  
}
@media (max-width: 1367px){
    #desktop-menu-6 .mega-menu-style2 {
        width: 190px;
        height: 220px;
        padding: 0 15px;
    } 
}
@media (max-width: 1343px){
    #desktop-menu-1 .mega-menu-link {
        width: 220px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
}
@media (max-width: 1329px){
    #desktop-menu-1 .mega-menu-link {
        width: 180px;
    }
    #desktop-menu-6 .mega-menu-link {
        width: 160px;
        padding: 0 15px;
    }  
}
@media (max-width: 1280px){
    .pc_icon_bar{
        display: none;
    }
    .mb_icon_bar{
        display: block;
    }
    .paomadeng3_item h4 {
        font-size: 26px;
    }
    .paomadeng3_img {
        height: 110px;
    }
    .paomadeng3_item img {
        height: 80px;
        width: auto;
    }
    big ,
    .suffix{
        font-size: 52px;
    }
    .partner_lists img {
        width: 60px;
        height: auto;
    }  
    .announcement-bar__message p {
        font-size: 18px;
        line-height: 24px;
    }  
    .collection_image_text .collection_image_text_box {
        background-position: 132% 100%;
    } 
    .collection_image_text2{
        justify-content: space-between;
    }
    .collection_image_text2 > div{
        width: 45% !important;
        min-width: inherit;
        margin: 0 !important;
    }
    .collection_image_text2 img {
        width: 50px;
    }  
    .home_image_item2 h4 {
        font-size: 17px;
        margin-left: 15px;
    }  
    .pao_part_one h3 {
        font-size: 40px;
    }
    .product_card_price_style1 h2 a, .bundle_content h2 a, .accessories_item h2 a {
        font-size: 34px;
        line-height: 48px;
    }  
    .accessories_item>img {
        width: 70%;
    }  
    .single_image_text2 .image-with-text__content-wrapper {
        min-width: inherit;
    }  
    .single_image_text2 > div{
        width: 45%;
    }
    .single_image_text2 h3 {
        font-size: 38px;
        line-height: 50px;
    }
    .hot_content h4 {
        font-size: 30px;
        line-height: 48px;
        flex-wrap: nowrap;
        row-gap: 15px;
        align-items: center;
    }  
    .specification_box {
        column-gap: 85px;
    }  
    .spec_left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #333333;
        padding-bottom: 50px;      
    }  
    .spec_right {
        width: 100%;
    }
    .specification_text{
        flex-wrap: wrap;
        gap: 50px;
    }
    .showcase_item h2 {
        font-size: 38px;
        line-height: 50px;
    } 
    .this_way_item_style1 h3, .this_way_item_style2 h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .specification_text2 .spec_left,
    .specification_text2 .spec_right{
        width: 100%;
    }
    .installation_guide_item h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .safe_box {
        padding: 0 80px;
    }
    .this_way_item_style1{
        width: 49%;
    }
    .this_way_item_style2{
        height: 520px;
    }
    .single_product_text .image-with-text__content-wrapper {
        min-width: 600px;
        padding: 35px 0;
    }
    .banner_section h3 {
        font-size: 48px;
    }
    .cover_icon_left {
        top: 100px;
    }
    .customization_lists .swiper-slide{
        padding: 50px 0;
    }
    .grow_image_text_section .customization_text_items {
        padding-bottom: 50px;
    }
    .customization_text_item img {
        margin-bottom: -60px;
    }
    .jonrney_item:after {
        width: 190px;
        left: 158px;
    }
    .num_txt h3:after{
        display: none;
    }
    .product_submenu {
        padding: 25px 20px 0;
    }  
}
@media (max-width: 1024px){
    .slideshow__text-wrapper h3 {
        font-size: 38px;
        margin: 0 !important;
    }
    .title_style span:after {
        width: 134px;
        bottom: -18px;
    }
    .home_text_icon .heading {
        font-size: 18px;
    }
    .text-with-icons__custom-icon {
        max-width: 50px !important;
    }
    .home_text_icon .heading {
        font-size: 18px !important;
    }
    .home_text_icon .section__color-wrapper {
        padding: 0;
    }  
    .announcement-bar__message p {
        font-size: 18px;
        line-height: 26px;
    }
    .button {
        font-size: 16px !important;
        height: 40px;
    }
    .section_head h2,
    .pao_part_one h3{
        font-size: 38px;
    }
    big, .suffix {
        font-size: 38px;
    }
    .num_txt p {
        margin-top: 0;
    }
    .home_overlay_box+.h2 {
        font-size: 32px;
    }
    .home_recommend .image-with-text__content-wrapper {
        padding-left: 0;
    }
    .image-with-text__image {
        width: 100% !important;
    }
    .content-box--medium,
    .content-box--small{
        width: 100%;
    }
    .paomadeng3_item {
        width: 48%;
        margin: 15px 0;
    }
    .numCounts {
        margin: 0;
    }
    .pao_number {
        height: auto;
    }
    .partner_lists li,
    .proven_lists li{
        visibility: visible !important;
    }
    .image-with-text__content-wrapper {
        min-width: 500px;
    }
    .home_image_item h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .cus_product_item .price {
        font-size: 24px !important;
        line-height: 36px;
    }
    .cus_product_item {
        padding: 14px;
    }
    .loader-button__text {
        height: 38px;
    }
    .proven_lists {
        margin-top: 50px;
    }
    .section_proven {
        margin-bottom: 50px;
    }  
    .section_voices .gallery__item {
        width: 48%;
    }
    #shopify-section-template--18050921300205__buy_now_9Nixmg .image-with-text-block {
        min-height: 300px;
    }  
    .subheading_p {
        max-width: 500px;
    }
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: 50px;
    } 
    .h3title1 img {
        width: 60px;
    } 
    .num_solution {
        column-gap: 60px;
    }
    #shopify-section-template--18050921300205__home_image_item_Jp7XVV .home_image_text_item .image-with-text__wrapper {
        padding-bottom: 0;
    }
    .home_image_item2 img {
        width: 50px;
    }  
    .home_image_item h4 {
        font-size: 18px;
    } 
    .section_head {
        margin-top: 80px;
    }
    .faq__item {
        font-size: 20px;
    }
    .footer__item {
        width: 17.8%;
    }
    .footer__item--image, .footer__item--social-media {
        width: 20%;
    } 
    .footer__item-list {
        column-gap: 20px;
    }
    .collection_image_text .collection_image_text_box {
        background-position: 120% 0%;
        background-size: 65%;
    }
    .collection_image_text2>div {
        width: 100% !important;
    }  
    .collection_image_text2.image-with-text__wrapper {
        flex-wrap: wrap;
    }
    .collection_image_text2 img {
        margin: 0 auto 50px;
        width: auto !important;
    }  
    .product_card_item {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .product_card_content {
        flex-wrap: wrap;
    }
    .product_card_item1 {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .product_card_item1 > img {
        width: 50%;
        order: 2;
    } 
    .product_card_style1 {
        flex-direction: column;
        margin-top: 0;
    }
    .compare_form h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .bundle_card .button-group__wrapper {
        display: flex;
        flex-direction: column;
    }  
    .button-wrapper .button{
        width: 161.89px;
        padding: 0;
        justify-content: center;
    }
    .product_card_price_style1 h2 a, .bundle_content h2 a, .accessories_item h2 a {
        font-size: 30px;
        line-height: 40px;
    }  
    .product_card_price_style1 .price, .bundle_content .price, .accessories_item .price {
        font-size: 30px;
        line-height: 52px;
    }
    .product .product-meta__title,
    .single_image_text_box22 h3.h2,
    .video-sections header h2,
    .single_transfer h2,
    .hot_header h3,
    .securely_title .h3,
    .single_imkey_header h3,
    .specification_title,
    .this_way_section .h2,
    .choose_category h2,
    .cta_item h3,
    .support_tokens h1{
        font-size: 38px !important;
        line-height: 52px !important;
    }  
    .product .price,
    .price--compare{
        font-size: 32px;
        line-height: 50px;
    }  
    .single_image_text_item {
        padding: 25px 25px;
    }
    .single_image_text2{
        padding: 45px;
    }
    .single_image_text2>div {
        margin: 0;
    }
    .single_image_text2 h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .single_transfer_item {
        padding: 50px;
    }  
    .transfer_imgs img{
        width: 45px;
    }
    .hot_item {
        width: 48%;
    }
    .hot_section{
        flex-wrap: wrap;
        gap: 35px;
    }
    .securely_image:nth-child(1) img {
        margin-top: 110px;
        margin-left: 0;
        width: 450px;
    }
    .securely_image:nth-child(2) img {
        margin-top: 60px;
        margin-left: 0;
        width: 512px;
    }
    .securely_image:nth-child(3) img {
        margin-top: -30px;
        margin-left: 0;
        width: 625px;
    }
    .securely_section .image-with-text-block__image{
        height: 700px;
    }
    .single_imkey_section{
        flex-wrap: wrap;
        gap: 35px;
    }
    .single_imkey_item {
        width: 100%;
    } 
    .showcase_box {
        padding: 70px;
    }
    .showcase_item h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .showcase_item .swiper-container {
        min-height: 300px;
    }
    .single_image_text_item2{
        flex-wrap: wrap;
        padding: 80px;        
    }
    .single_image_text_box2{
        width: 100% !important;
    }
    .this_way_item_style1,
    .this_way_item_style2{
        width: 100%;
    }
    .specification_item{
        justify-content: center;
    }
    .installation_guide_item {
        width: 48%;
    }
    .installation_guide {
        padding: 120px 0 30px 0;
    }
    .single_video_section{
        flex-wrap: wrap;
    }
    .video-tip-section{
        width: 100%;
    }
    .installation_guide2 .installation_guide_box {
        gap: 60px;
        justify-content: space-between;
    }
    .installation_guide2 .installation_guide_item {
        width: 48%;
    }
    .superior_item{
        width: 48%;
    }
    .superior_box {
        row-gap: 40px;
    }
    .single_product_text .image-with-text__wrapper {
        flex-wrap: wrap;
    }
    .single_product_text .image-with-text__image-wrapper,
    .single_product_text .image-with-text__content-wrapper{
        width: 100%;
        min-width: inherit;
    } 
    .single_product_text{
        padding-top: 10px;
    }
    .insides_box {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .inside_small {
        width: 48.5%;
    }
    .single_product_text image-with-text:nth-child(2n) .image-with-text__image-wrapper {
        order: 0;
    }   
    .wallets_image_text .image-with-text__wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wallets_image_text .image-with-text__wrapper > div{
        width: 45%;
    }
    .wallets_image_text .image-with-text__image {
        width: auto !important;
    }
    .wallets_image_text image-with-text {
        margin: 50px 0;
    }
    .wallets_download_section {
        margin-top: 150px;
        padding: 60px 0 100px;
    }  
    .wallets_download_section:before {
        top: -20%;
        height: 155px;
    }
    .wallets_download_items {
        flex-wrap: wrap;
    }
    .wallets_btn {
        flex-wrap: wrap;
    }
    .choose_box {
        width: 48%;
    }
    .choose_items{
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .choose_category {
        background-position: center;
    }
    .choose_box a.button.button--primary.cus_btn_black {
        width: 100%;
    }
    .contact_items{
        flex-wrap: wrap;
    }
    .contact_item {
        width: 100%;
    }
    .contact_us_block {
        padding: 70px 0;
    }
    .contact_item h2 {
        max-width: inherit;
        margin-bottom: 70px !important;
    }
    .cover_icon_left {
        top: 70px;
        width: 110px;
    }
    .cover_icon_right {
        right: 0;
        width: 80px;
    }
    .cta_items {
        flex-wrap: wrap;
        gap: 50px;
    }
    .cta_item{
        width: 100%;
    }
    .cta_section {
        padding: 70px 0;
    }
    .standard_title {
        flex-wrap: wrap;
        gap: 15px;
    }
    .customization_example {
        padding: 60px 0 100px;
    }
    .standard_section {
        padding: 80px 0 80px;
    }
    .standard_section:before {
        height: 120px;
        top: -5%;
    }
    .standard_content,
    .customization_text_item p{
        font-size: 18px;
        line-height: 26px;
    }
    .customization_text_items{
        padding: 50px;
    }
    .standard_item {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .standard_item > div{
        width: 47% !important;
    }
    .standard_item:nth-child(3) img {
        display: block;
        margin: 0 0 0 auto;
    }
    .standard_item:nth-child(1) img{
        max-width: 300px;
        margin: 0 auto;
    }
    .standard_items{
        gap: 50px;
    }
    .customization_text_items{
        flex-wrap: wrap;
        gap: 35px;
    }
    .customization_text_item{
        width: 100% !important;
    }
    .stores_item img{
        width: 100px;
    }
    .stores_item {
        width: 25%;
    }
    .reseller_item {
        width: 46.5%;
    }
    .customization_text_item img {
        margin-bottom: -50px;
    }
    .growth_plan_item {
        width: 48.5%;
    }
    .growth_plan_box {
        row-gap: 28px;
    }
    .simplest_steps_section {
        margin-top: 50px;
    }
    .simplest_steps_item {
        width: 48%;
    }
    .simplest_steps_box{
        row-gap: 35px;
    }
    .jonrney_item:after {
        width: 128px;
        left: 140px;
        top: 26%;
    }
    .about_rich p {
        font-size: 20px;
        line-height: 30px;
    }  
    .goals_box{
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .goals_item{
        width: 48%;
    }
    .slideshow__image {
        top: 60px;
    }
    .overlay_box {
        width: 45%;
    }
    .home_overlay_box+.h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .home_image_title {
        font-size: 24px;
        line-height: 32px;
    }
    .pao_number.numCounts {
        width: 100%;
    }  
}
@media (max-width: 820px){
    .pao_number.numCounts {
        width: 100%;
    }
    .stores_item {
        width: 45%;
    }
    .stores_items{
        flex-wrap: wrap;
        gap: 50px;
    }  
    .announcement-bar__message p {
        margin-right: 10px;
    }
    .announcement-bar__list {
        width: 100%;
    }
    .content-box--medium {
        margin-left: 0;
    }
    .text-with-icons__dots{
        display: none;
    }
    .home_text_icon .text-with-icons__item {
        padding: 0;
    }
    .home_image_text .image-with-text__image-wrapper {
        margin: 0 0 50px 0;
    }
    .home_image_text .image-with-text{
        padding-top: 0;
    }
    .image-with-text__image {
        width: auto !important;
        margin: 0 auto !important;
    }
    .pao_part_one {
        flex-wrap: wrap;
    }
    .product-list__inner {
        --section-products-per-row: 2 !important;
    }
    .cus_product_item{
        padding: 30px;
    }
    .collapsible-toggle {
        font-size: 20px;
    }
    .buy_now_title h2 {
        font-size: 28px;
        line-height: 44px;
        margin: 0;
    }
    .buy_now_box {
        flex-wrap: wrap;
    }
    .buy_now_title{
        margin-bottom: 35px;
    }
    .footer__item {
        width: 50%;
    }
    .footer__item.footer__item--image.is-first,
    .footer__item.footer__item--social-media{
        width: 100%;
    }
    .footer__item-list {
        column-gap: 0;
    }
    .home_image_text .image-with-text__image-wrapper{
        width: 100%;
    }
    .hidden_box {
        margin: 0 45px;
    }
    .slideshow__image {
        object-position: 75%;
    } 
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: 0;
    }
    .slideshow__text-wrapper h3 {
        font-size: 32px;
    }
    .title_style span:after {
        width: 116px;
    } 
    .home_overlay_box+.h2 {
        font-size: 28px;
    }
    .pao_part_one .pao_number {
        width: 100%;
    } 
    .pao_part_one .num_solution{
        justify-content: end;
    }
    .paomadeng3 h3 {
        font-size: 28px;
        line-height: 42px;
        margin: 0 30px;
    }
    .collection_image_text image-with-text .container{
        padding: 0;
    }
    .collection_image_text .image-with-text,
    .single_image_text .image-with-text{
        padding-left: 40px;
        padding-right: 40px;
    }  
    .collection_image_text2>div:first-child{
        margin-bottom: 50px !important;
    }
    .section_head h2, .pao_part_one h3 {
        font-size: 32px;
        line-height: 40px;
    } 
    .product_card_item1>img {
        width: 65%;
    }
    .product_card_item2>img {
        margin-top: 0;
    }  
    .product_card_item1,
    .product_card_item2,
    .bundle_card{
        padding: 35px;
    }  
    .bundle_content {
        width: 50%;
    } 
    .accessories_card {
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .accessories_item {
        width: 100%;
    }
    .product--thumbnails-bottom{
        margin-bottom: 50px;
    }
    .single_image_text_item {
        width: 47.5%;
    }
    .single_image_text .image-with-text .container{
        padding: 0;
    }
    .single_image_text2>div {
        width: 100%;
    }
    .single_image_text2>div:first-child{
        margin-bottom: 25px;
    }
    .video-sections,
    .single_transfer{
        padding: 70px 0;
    }
    .single_video_section {
        flex-wrap: wrap;
        gap: 50px;
    }
    .video-section{
        width: 100%;
    }
    .video-sections header p {
        font-size: 20px;
        line-height: 36px;
    }
    .video-sections header {
        margin-bottom: 50px;
    }
    .single_transfer_item {
        border: 0 !important;
        width: 100%;
        padding: 50px;
        border-radius: 24px;
        background-color: #fff;
    }
    .single_transfer_item:nth-child(1):after,
    .single_transfer_item:nth-child(2):after{
        display: none;
    }
    .single_transfer_section{
        gap: 35px;
        background-color: transparent;
    }
    .num_txt h3:after{
        display: none;
    }
    .hot_item {
        width: 100%;
    }
    .securely_section .image-with-text-block__image {
        height: inherit;
    }
    .securely_image:nth-child(1) img {
        margin-top: 160px;
    }
    .specification_box{
        flex-wrap: wrap;
        gap: 40px;
    }
    .specification_item {
        width: 40%;
    }
    .showcase_box{
        flex-wrap: wrap;
        gap: 50px;
    }
    .showcase_item {
        width: 100% !important;
    }
    .showcase_item .swiper-container {
        min-height: 330px;
    }
    .showcase_section {
        margin-top: 90px;
    }
    .video_tips_box {
        padding: 80px 80px;
    }
    .single_product_text .container{
        padding: 0;
    }
    .single_faq {
        padding-top: 70px;
    }
    .inside_small,
    .inside_medium{
        padding: 0 25px;
    }
    .banner_section .banner_image_lists{
        max-width: 400px;
        width: auto        
    }
    .banner_section .image-overlay__content-wrapper {
        width: 100%;
        order: 2;
    }
    .cover_icon_left {
        left: -15px;
        top: 30px;
        width: 100px;
    }  
    .cover_icon_right {
        right: -20px;
        bottom: 0;
        width: 80px;
    }
    .banner_section {
        justify-content: center;    
        flex-wrap: wrap;
    }
    .wallets_icon img {
        width: 150px;
    }
    .wallets_download_item {
        width: 100%;
    }
    .wallets_download_items {
        gap: 45px;
    }
    .wallets_download_item img{
        margin: 0 auto;
        display: block;
    }
    .wallets_download_section:before{
        display: none;
    }
    .wallets_download_section {
        margin-top: 0;
        padding: 100px 0;
    }
    .wallets_image_text .image-with-text__wrapper>div {
        width: 100%;
    }
    .wallets_image_text image-with-text {
        margin: 0;
    }
    .single_product_text image-with-text:nth-child(2n) .image-with-text__image-wrapper {
        margin: 0;
    }
    .banner_section .image-overlay__content-wrapper {
        padding-bottom: 0;
    }
    .reseller_section image-with-text{
        padding-top: 0;
    }
    .reseller_section .container{
        padding: 0;
    }
    .growth_plan_item {
        width: 100%;
    }
    .jonrney_item:after{
        display: none;
    }
    .jonrney_item {
        width: 48%;
    }
    .jonrney_box {
        row-gap: 50px;
    }
}
@media (max-width: 768px){
    .announcement-bar__message p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .collection_image_text_medium .image-with-text__content-wrapper {
        min-width: auto;
    }
}
@media (max-width: 580px){
  .store_up h2.heading{
    font-size: 30px;
  }
.store_up p {
    font-size: 18px;
}  
    #newsletter-popup{
        display: flex;
        align-items: center;
    }
    .product_excerpt{
        display: none;
    }
    .mb_show{
      display: block;
    }
    .pc_show{
      display: none;
    }
    .collection_section_banner .content-box {
        margin-top: -80px;
    }  
    .store_section summary{
      display: block;
    }
    .store_section .button {
      width: 100%;
      height: 48px;
    }
    .announcement-bar__message {
        flex-wrap: nowrap;
        justify-content: center;
        row-gap: 10px;
    }
    .slideshow__text-wrapper h3 {
        font-size: 30px;
    }
    .subheading_p {
        font-size: 10px;
        line-height: 24px;
    }
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: -220px;
    }
    .home_overlay_box+.h2 {
        font-size: 28px;
    }
    .section_head_box p {
        font-size: 16px;
        line-height: 27px;
        padding: 0 15px;
    }
    .image-with-text__image {
        width: 100% !important;
    }
    .home_image_text .h3 {
        margin: 0;
        font-size: 30px;
        line-height: 36px;
    }
    .home_recommend .image-with-text__content-wrapper {
        width: 100%;
        min-width: inherit;
    }
    /* .h3title1:after {
        width: 57px;
        height: 57px;
    } */
    .h3title1 img{
        width: 57px;
        height: 57px;
    }
    .home_rec_image img{
        max-width: 100%;
    }
    .section_head h2, .pao_part_one h3 {
        font-size: 30px;
        line-height: 36px;
    }
    big, .suffix {
        font-size: 30px;
    }
    .num_solution {
        margin-top: 35px;
        column-gap: 50px;
    }
    .paomadeng3 h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .paomadeng3_item {
        width: 100%;
    }
    .home_image_items {
        row-gap: 25px;
    }
    .home_image_item h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .product-list__inner {
        --section-products-per-row: 1 !important;
    }
    #shopify-section-template--18606423245037__home_products_PFA9xi .featured-collections,
    #shopify-section-template--18050921300205__home_products_PFA9xi .featured-collections {
        padding-bottom: 130px;
    }
    #shopify-section-template--18606423245037__home_products_PFA9xi .section__color-wrapper:after,
    #shopify-section-template--18050921300205__home_products_PFA9xi .section__color-wrapper:after{
        height: 220px;
    }
    .section_proven_box {
        margin-top: -100px;
    }
    .num_txt {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .num_txt h3 {
        width: 50%;
    }
    .voice_head {
        font-size: 22px;
        line-height: 36px;
        flex-wrap: wrap;
    }
    .voice_head img {
        width: 100px;
    }
    .section_voices .gallery__item{
        width: 30%;
    }
    gallery-list.gallery:after{
        display: none;
    }
    .shopify-section--slideshow .button-group .button {
        width: 125.89px;
        border: 1px solid #000000;
    }  
    /* .announcement-bar {
        display: none;
    }   */
    .section_head p {
        font-size: 16px;
    } 
    .home_overlay_box+.h2 {
        font-size: 26px;
    }  
    .h3title1 img {
        width: 45px;
        height: 45px;
    }
    .num_txt h3 {
        width: 47%;
    }
    .pao_part_one .num_solution {
        justify-content: space-between;
        gap: 15px;
    } 
    .paomadeng3 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .num_txt h3:after{
        display: none;
    }
    .collapsible-toggle {
        font-size: 18px;
        line-height: 26px;
    }
    .animated-plus{
        width: 15px;
        height: 15px;
    }
    .animated-plus:before{
        width: 15px;
    }
    .animated-plus:after{
        height: 15px;
    }
    .buy_now_title h2 {
        font-size: 24px;
        line-height: 36px;
    } 
    .golden_font {
        font-size: 16px;
    }
    .collection_image_text_item {
        margin-top: 0;
    }  
    .collection_image_text li {
        font-size: 18px;
        line-height: 28px;
    }
    .collection_image_text2.image-with-text__wrapper {
        padding: 50px 25px;
    }
    .home_image_item2 {
        width: 100%;
        padding-left: 0;
    }
    .home_image_item:before{
        display: none;
    }
    .home_image_items{
        flex-wrap: wrap;
    }
    .home_image_item2 img {
        width: 50px !important;
    }
    .collection_image_text .image-with-text,
    .single_image_text .image-with-text{
        padding-left: 24px;
        padding-right: 24px;
    } 
    .home_image_text p{
        margin-top: 25px !important;
    }
    .collection_image_text_item .h3{
        font-size: 32px;
    }
    .collection_paomadeng_box {
        padding: 25px;
    }
    .collection_paomadeng .pao_part_one h3 {
        font-size: 26px;
        margin-bottom: 25px !important;
    }  
    .collection_paomadeng_box .partner_lists:first-child{
        overflow: hidden;
        margin: 0;
    }
    .product_card_item1 {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .product_card_item1>img {
        width: 100%;
        order: 0;
        margin: 0;
    }
    .product_card_style1{
        width: 100%;
    }
    .product_card_style2 {
        height: auto;
        width: 100%;
    }
    .product_card_item2 {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        row-gap: 25px;
    }
    .product_card_item2>img {
        width: 100%;
        order: 0;
        position: unset;
    }
    .product_card_head {
        padding: 100px 0 50px 0;
    }
    .product_card_content .button-group .button {
        margin: 0 12px;
    }
    .product_card_content .button-group__wrapper{
        margin-top: 25px;
    }
    .compare_card {
        flex-wrap: wrap;
    }
    .compare_form h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .compare_form td {
        width: 33%;
    }
    /* .compare_item {
        width: 100%;
    } */
    .bundle_card {
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .bundle_image,
    .bundle_content {
        width: 100%;
    }
    .product_card_price_style1 h2 a, .bundle_content h2 a, .accessories_item h2 a {
        font-size: 26px;
        line-height: 40px;
    }
    .product_card_price_style1 .price, .bundle_content .price, .accessories_item .price {
        font-size: 28px;
        line-height: 46px;
    }
    .price--compare {
        font-size: 28px !important;
    }
    .accessories_item .button-group__wrapper {
        margin-top: 15px;
    }
    .accessories_item .button-wrapper .button{
        margin: 0 12px;
    }
    .home_image_item h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .product .product-meta__title,
    .single_image_text_box22 h3.h2,
    .video-sections header h2,
    .single_transfer h2,
    .hot_header h3,
    .securely_title .h3,
    .single_imkey_header h3,
    .specification_title,
    .this_way_section .h2,
    .choose_category h2,
    .cta_item h3,
    .support_tokens h1{
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .single_image_text_item {
        width: 100%;
    }
    .single_image_text2 h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .single_image_text2 {
        padding: 25px;
    }
    .single_image_text .image-with-text {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .single_image_text2{
        margin-top: 0;
    }
    .single-middle-image{
        margin-bottom: 35px;
    }
    .single_image_text{
        padding: 70px 0;
    }
    .securely_section{
        display: none;
    }
    .single_imkey2 .single_imkey_item {
        flex-wrap: wrap;
        gap: 20px;
    }
    .single_imkey_content h4 {
        font-size: 26px;
        line-height: 36px;
        flex-wrap: wrap;
        gap: 20px;
        flex-wrap: nowrap;
    }
    /* .single_imkey_content h4 a{
        width: 100%;
    } */
    .specification_text td {
        display: inline-block;
    }
    .spec_right tr:nth-child(1) td:nth-child(2), .spec_right tr:nth-child(2) td:nth-child(2) {
        width: 100%;
    }
    .showcase_box {
        padding: 50px 35px;
    }
    .showcase_item .swiper-container {
        min-height: 280px;
    }
    .showcase_item h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .showcase_section {
        margin-top: 50px;
    }
    .safe_box {
        padding: 0 30px;
        flex-wrap: wrap;
    }
    .safe_box h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .single_image_text_box2 h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .single_image_text_item2{
        padding: 35px;
    }
    .this_way_section {
        padding: 100px 0 100px;
    }
    .installation_guide_item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .installation_guide_box {
        row-gap: 40px;
    }
    .video_tips_box {
        padding: 35px;
    }
    .video-tip-section .video_title {
        font-size: 28px;
        line-height: 34px;
    }
    .video-wrapper__play-button--large svg {
        width: 38px;
        height: 38px;
    }
    .this_way_item_style3 {
        background-size: 90%;
        height: 250px;
    }
    .specification_text3 .spec_left {
        width: 100%;
    }
    .specification_text3 .spec_right {
        width: 100%;
    }
    .specification_text td {
        vertical-align: top;
    }
    .installation_guide2 .installation_guide_box {
        row-gap: 40px;
        column-gap: 0;
    }
    .superior_item{
        width: 100%;
    }
    .specification_item_common {
        width: 100%;
    }
    .specification_text_common td{
        width: 100%;
        padding: 0;
    }
    .inside_small,
    .inside_medium{
        width: 100%;
    }  
    .insides_item h3, .insides_item h3>a {
        font-size: 20px;
        line-height: 30px;
    }
    .insides_item {
        height: 100px;
    }
    .choose_box {
        width: 100%;
    }
    .choose_category {
        padding: 70px 0;
    }
    .choose_category h2{
        margin-bottom: 50px;
    }
    .contact_box{
        width: 100%;
    }
    .contact_item{
        row-gap: 35px;
    }
    .modal {
        width: 90vw !important;
        left: 5vw !important;
        transform: inherit !important;
        overflow: inherit !important;
    }
    .standard_item{
        flex-wrap: wrap;
    }
    .standard_item>div {
        width: 100% !important;
    }
    .customization_lists .swiper-slide {
        padding: 10px;
    }
    .standard_section:before{
        display: none;
    }
    .customization_lists ul {
        min-height: 170px;
    }
    .customization_example {
        padding: 60px 0 30px;
    }
    .standard_item:nth-child(2) img,
    .standard_item:nth-child(3) img{
        margin: 0 auto;
    }
    .cta_btn_block {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 15px;
    }
    .banner_section h3 {
        font-size: 40px;
    }
    .customization_lists {
        margin-top: 50px;
    }
    .stores_item {
        width: 100%;
    }
    .reseller_section .image-with-text__navigation {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .reseller_item{
        width: 100%;
        box-shadow: unset;
    }
    .simplest_steps_item {
        width: 100%;
    }
    .goals_item{
        width: 100%;
    }
    .uniqueness_item{
        width: 100%;
    }
    .our_uniqueness_section {
        padding: 80px 0;
    }
    .image-with-text__content-wrapper {
        min-width: inherit;
    }  
    .home_image_text .image-with-text {
        padding: 0;
    }  
    .home_image_item {
        padding-left: 0;
        width: 33%;
    }
    .home_image_item h4 {
        font-size: 18px;
        line-height: 24px;
    }  
    .home_image_item p {
        font-size: 16px;
    }
    .home_image_item2 {
        width: 50%;
    }  
    .cus_product_item .price--compare {
        font-size: 20px !important;
    }
    .footer__item.footer__item--social-media {
        order: 8;
    }
    span.footer__payment-methods-label.text--xsmall.text--subdued {
        margin: 0 0 18px;
    }
    .footer__aside {
        margin-top: 70px !important;
    }
    .linklist__item a {
        font-size: 14px;
        line-height: 18px;
    }  
    .linklist__item:not(:first-child) {
        padding-block-start: 6px;
    }
    .footer__image {
        display: block;
        max-width: 100px;
    }  
    .hidden_box {
        margin: 0;
    }  
    .partner_lists {
        margin: 80px 0 0;
    }
    .partner_lists2{
        margin: 0;
    }
    .pao_number .cus_btn_white{
        width: 100%;
        justify-content: center;
    }
    .num_txt p {
        font-size: 16px;
        line-height: 28px;
    }
    .specification_item {
        justify-content: end;
    }  
    .showcase_item img {
        max-width: 100%;
    }
    .showcase_item .button {
        max-width: 100%;
    }
    .showcase_item h2 {
        font-size: 24px;
        line-height: 32px;
    }  
    .specification_text li{
        width: 100%;
        display: block;      
    }
    .specification_title{
        margin-bottom: 50px;
    }
    .specification_section {
        padding: 70px 0;
    }
    .single_imkey_item {
        padding: 30px;
    }  
    .single_imkey_content h4 {
        font-size: 22px;
        line-height: 30px;
        align-items: center;        
    }
    .single_image_text2 h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .safe_section {
        padding: 33px 0;
    } 
    .compare_style h3,
    .compare_style h3 a {
        font-size: 16px;
        line-height: 22px;
    }  
    .compare_style .price{
        font-size: 14px !important;
    }
    .compare_style .button-wrapper .button {
        width: auto;
        font-size: 12px !important;
        padding: 0 15px;
        margin: 4px;
    }  
    .collection_section_banner .image-overlay__image {
        object-position: left;
    }  
    .collection_image_text_item .button-group__wrapper{
        margin: 0;
        display: flex;
        justify-content: space-between;
    }
    .collection_paomadeng {
        padding: 50px 0;
    }  
    .collection_paomadeng .container{
        padding: 0;
    }
    .access_content .button-group,
    .bundle_content .button-group,
    .product_card_content .button-group{
        margin: 0;
    }  
    .access_content .button-group__wrapper,
    .bundle_content .button-group__wrapper,
    .product_card_content .button-group__wrapper{
        flex-direction: row;
        margin-top: 30px;
        margin: 0;
        justify-content: space-between;        
    }
    .access_content .button-group .button,
    .bundle_content .button-group .button,
    .product_card_content .button-group .button {
        margin: 0;
        font-size: 14px !important;
        height: 42px;
        padding: 0 25px !important;
        width: inherit;      
    }
    .access_content .button-group .button-light, 
    .bundle_content .button-group .button-light, 
    .product_card_content .button-group .button-light{
        background-color: #ffffff !important;
    }
    .product_card_style1{
        gap: 25px;
    }
    .accessories_item{
        padding: 35px;
    }
    .bundle_image {
        order: -1;
    }
    .access_content .button-group .button {
        width: inherit;
        padding: 0 25px;
    }  
    .bundle_content .button-group,
    .accessories_item .button-group__wrapper {
        margin-top: 15px !important;
    }
    .bundle_content>p {
        font-size: 18px;
        line-height: 26px;
    }  
    .wallets_image_text .image-with-text__wrapper>div {
        padding-top: 0;
    }  
    .wallets_text.image-with-text__text-wrapper {
        padding: 0 20px;
    }
    .wallets_btn a {
        width: 100%;
    }
    .wallets_download_item img {
        margin: 0;
        display: inline-block;
    }  
    .collection_image_text .collection_image_text_box {
        background-position: 148% 0%;
    }  
    .wallets_icon img {
        margin: 15px auto !important;
    }
    .single_imkey2 .single_imkey_content {
        width: 100%;
    }
    .single_imkey_content h4 a {
        width: 68px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .faq_more p {
        font-size: 18px;
    }  
    .standard_item:nth-child(3) {
        order: -1;
    }
    .standard_item:nth-child(1) {
        order: -1;
    }  
    .accessories_item>img {
        width: 100%;
        position: absolute;
        top: 25px;
        left: -76px;
    }
    .accessories_item{
        height: auto;
    }
    .access_content {
        margin-top: 250px;
    }  
    .accessories_item:nth-child(2) .access_content {
        margin-top: 280px;
    } 
    .product_compare {
        padding: 50px 0 100px 0;
    }
    .product_compare.single_compare{
        padding: 100px 0 0 0;
    }
    .product.product--thumbnails-bottom {
        margin-top: 40px;
    }
    .quantity-selector {
        width: 100%;
        justify-content: space-around;
    }
    button#AddToCart {
        height: 48px;
        width: 100%;
    }  
    .single_product_text .container {
        padding: 0 24px;
    }
    .single_product_text.home_image_text .image-with-text__image-wrapper {
        margin: 0;
    }
    .video-sections .text-container{
        padding: 0 24px;
    }
    .section_proven_box {
        margin-top: 0;
    }
    .hot_image{
        padding: 24px;
    }
    .hot_content {
        padding: 30px;
    }  
    .this_way_item_style1{
        padding: 35px;
        background-size: contain;      
    }
    .single_video_section {
        gap: 10px;
    }
    .video_tips_box .text-container {
        padding: 0;
    } 
    .video-tip-section {
        row-gap: 30px;
    }
    .video-tip-section .video_title {
        font-size: 26px;
        line-height: 34px;
    } 
    #shopify-section-template--18168230904045__specification3_NKgKHk .specification_item:nth-child(3){
        width: 100%;
    }
    .wallets_image_text .button{
        height: 85px;
    }
    .wallets_image_text #product1 img{
        margin-bottom: 30px !important;
    }
    a.wallets_more{
        text-align: center;
    }
    .customization_text_item img {
        margin-bottom: 0;
    }  
    .cta_btn_block .cus_btn_black{
        width: 100%;
        justify-content: center;      
    }
    #shopify-section-template--18606423245037__home_products_PFA9xi .section__color-wrapper:after,
    #shopify-section-template--18050921300205__home_products_PFA9xi .section__color-wrapper:after{
        display: none;
    }  
    #shopify-section-template--18606423245037__home_products_PFA9xi .featured-collections,
    #shopify-section-template--18050921300205__home_products_PFA9xi .featured-collections {
        padding-bottom: 0;
    }
    .featured-collections .product-list__inner{
        margin: 0;
    }
    .section_proven_box{
        padding-bottom: 60px;
    }  
    .single_video_section {
        gap: 50px;
    }  
    .video-tip-section {
        padding: 25px 20px;
    }  
    .product_compare.single_compare .compare_form {
        margin-bottom: 0;
    }
    .single_faq .faq_btn{
        width: 100%;
        justify-content: center;
    }
    .single_faq .faq_more{
        padding: 0 24px;
    }
    #shopify-section-template--18159990374637__single_image_text_YrPFzQ image-with-text{
        padding-left: 0;
        padding-right: 0;
    }
    #shopify-section-template--18164351828205__single_video2_6XpchL .single_video_section {
        gap: 10px;
    }
    .customization_text_items .button{
        width: 100%;
    }
    .reseller_section {
        padding: 100px 0 50px;
    } 
    .collection_image_text .collection_image_text_box {
        background-position: top right;
        background-image: url(/cdn/shop/files/20240904084818.jpg?v=1725411272) !important;
        background-size: contain;
    }  
    #shopify-section-template--18050921300205__home_recommend_CGVUm7 .home_image_text {
        padding: 0 24px;
    }
    #shopify-section-template--18050921300205__home_image_text_jE4xTX .home_image_text {
        margin-bottom: 50px;
    }  
    .gallery__prev-next-buttons {
        display: block !important;
        right: 24px !important;
    }  
    .this_way_item_style2{
        background-size: contain;
    }
    .home_text_icon .text-with-icons__item {
        column-gap: 5px;
    }
    .text-with-icons__custom-icon {
        max-width: 35px !important;
    }
    .home_text_icon .heading {
        font-size: 12px !important;
    }
    .home_text_icon p {
        font-size: 10px;
        line-height: 16px;
    }  
    .home_text_icon .vertical-breather {
        padding: 25px 0;
    }
    .cus_product_item:nth-child(2),
    .cus_product_item:nth-child(3){
        display: none;
    }
    .full_overlay{
        flex-wrap: wrap;
        gap: 50px;
        padding: 0 20px;
    }
    .overlay_box{
        width: 100%;
    }
    .section_head_box  .container{
        padding: 0;
    }
    .section_head_box image-with-text-overlay {
        border-radius: 0;
    }
    .section_head_box{
        margin-bottom: 0;
    }
    .pao_part_one h3 {
        text-align: center;
    }
    .home_image_title {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }  
    .home_image_text .h3 {
        text-align: center;
    }  
    .home_image_text p {
        text-align: center;
    }
    .section_proven_box {
        background-image: unset !important;
        background-color: #fff;
        padding-top: 50px;
    }  
    big, .suffix {
        font-size: 42px;
    }  
    .slideshow__image {
        top: 73px;
    }  
    .slideshow__image.close {
        top: 75px;
    }  
    .paomadeng2 {
        padding: 0 0 70px;
    }
    .home_image_text_item .image-with-text__wrapper {
        padding: 70px 0;
    } 
    .section_voices .gallery__item {
        box-shadow: 0 15px 32px 9px #00000026;
        padding-top: 50px;
    }
    .gallery__list {
        padding: 50px 0;
    } 
    .section_voices {
        margin-top: 30px;
    }
    .section_voices .gallery__prev-next-buttons {
        top: -36px;
    } 
    gallery-list.gallery {
        margin-top: 0;
    }  
    .shopify-section--newsletter .image-with-text-block--cover {
        padding: 50px 0;
    }
    .gallery__list {
        align-items: flex-start;
    }
    .section_voices .gallery__item {
        width: 27%;
    }
    /* .subheading_p{
        width: 100%;
    } */
    .banner_flex{
        flex-wrap: wrap;
    }
    /* .subheading_p span{
        display: inline-block;
    } */
    .nobutton {
        font-size: 16px;
    }  
    .announcement-bar__message {
        position: relative;
    }  
    .announcement-bar__list .button-wrapper {
        position: absolute;
        right: 0;
        top: 35px;
    }
    .silde_subtitle{
        font-size: 16px;
        line-height: 24px;
    }  
    .banner_flex img {
        height: 13px;
    }
    .banner_flex {
        margin: 20px 0 36px;
    }
    .banner_flex img:nth-child(3) {
        height: 20px;
    } 
    .slideshow__slide-inner{
        height: 100vh;
    }
    .mb_icon_bar .swiper-wrapper{
        padding: 0 10px;    
    }
  announcement-bar .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .announcement_swiper .swiper-slide,
  .announcement_swiper .swiper-slide .announcement-bar__item{
    width: fit-content !important;
    white-space: nowrap;
  }  
  .announcement-bar__message{
    column-gap: 20px;
  }
}
@media (max-width: 390px){
    .category-button {
        padding: 0 30px !important;
    }  
    .category-button {
        padding: 0 25px !important;
    }
    .support_button input[type="text"] {
        min-width: inherit;
    }
    .button-wrapper .button {
        width: inherit;
        padding: 0 15px;
        justify-content: center;
    }  
    .access_content .button-group .button, .bundle_content .button-group .button, .product_card_content .button-group .button {
        padding: 0 20px !important;
    }  
    .home_image_item h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .section_head {
        margin-top: 80px;
        padding: 0 20px;
    }  
    #shopify-section-template--18050921300205__home_image_text_jE4xTX .home_image_text {
        margin-bottom: 50px;
    }
    #shopify-section-template--18050921300205__home_recommend_CGVUm7 .home_image_text {
        padding: 0 24px;
    }  
    .home_image_item2 h4 {
        margin-left: 7px;
    }
    #shopify-section-template--18606423245037__home_products_PFA9xi h2,
    #shopify-section-template--18050921300205__home_products_PFA9xi h2 {
        font-size: 16px;
    }
    .image-overlay__text-container p br{
        display: none;
    }
    .rich_section .heading.heading--small, .p_card_subtitle {
        font-size: 16px;
    } 
    #results th,#results td {
        padding: 10px 0 !important;
    }
    .customization_text_items {
        padding: 35px;
    }  
    .footer__item-content .linklist__item a {
        max-width: 150px;
    }  
    .collection_image_text_item .button{
        padding: 0 25px;
    }
    .announcement-bar__message p {
        font-size: 13px;
        line-height: 26px;
    }
    .nobutton {
        font-size: 13px;
    }
    .announcement-bar__list .button-wrapper {
        top: 40px;
    }  
    .announcement-bar{
      height: 73px;
    }
}
@media (max-width: 375px){
    .access_content .button-group .button, .bundle_content .button-group .button, .product_card_content .button-group .button {
        padding: 0 16px !important;
    }
    .announcement-bar__message p {
        font-size: 13px;
        line-height: 26px;
    }
    .nobutton {
        font-size: 13px;
    }
    .announcement-bar__list .button-wrapper {
        top: 40px;
    }
    .slideshow__text-wrapper.slideshow__text-wrapper--middle.vertical-breather {
        margin-top: -15%;
    }  
}
@media (max-width: 320px){
    .category-button {
        padding: 0 13px !important;
    }
    .customization_text_items {
        padding: 40px 24px;
    }  
}