.not-show-stock{display:none!important}.pro-product-section-container{display:flow-root}.pro-product-section{background:#000;border-radius:var(--panel-border-radius,0);color:#fff;font-family:Brand-content;letter-spacing:normal;max-width:100%}.pro-product-title{font-family:Brand!important;font-size:var(--title-font-size,28px);letter-spacing:normal}.pro-product-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 12px;padding:0}.pro-product-tags li{background-color:var(--pro-color);border-radius:0;color:#fff;display:inline-block;font-size:var(--tag-font-size,12px);line-height:1;padding:var(--tag-padding,6px 10px)}.pro-product-description{color:#f0f0f0;font-size:var(--desc-font-size,12px);line-height:150%}.pro-product-goods{background-color:#fff;padding:var(--goods-card-padding,5px 8px 24px);position:relative}.pro-product-discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-repeat:no-repeat;background-size:100% auto;-ms-flex-direction:column;flex-direction:column;font-size:12px;height:65px;left:20px;line-height:1.2;position:absolute;text-align:center;top:0;width:60px;z-index:2}.pro-product-discount b{font-size:24px}.pro-product-image-wrap{overflow:hidden;position:relative}.pro-product-card-image,.pro-product-image-wrap{aspect-ratio:var(--goods-card-image-ratio,1/.618)}.pro-product-card-image{left:0;margin:auto;position:absolute;right:0;text-align:center;top:0}.pro-product-card-image.pro-product-card-image-show{height:100%;max-width:100%;position:absolute}.pro-product-card-image img{max-height:100%;max-width:100%}.pro-product-image-wrap a.variant-link{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.pro-product-goods-info .pro-product-tags{gap:var(--tag-gap,4px)}.pro-product-goods-info .pro-product-tags li{--tag-padding:8px;background-color:transparent;border:1px solid var(--pro-color);color:var(--pro-color);font-size:var(--tag-font-size,12px)}.pro-product-goods-price-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pro-product-compare-price{color:#898787;font-size:var(--goods-compare-price-font-size,14px);margin-left:3px}.pro-product-goods-price-tip{color:#000;font-size:var(--goods-price-tip-font-size,12px);line-height:1.3;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-product-goods-form{border:1px solid #000;display:block;margin-top:6px;-webkit-transition:all .2s ease;transition:all .2s ease}.pro-product-goods-form:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-transform:translateY(-1%);transform:translateY(-1%)}.pro-product-goods-form select{height:40px;opacity:0;width:100%;z-index:2}.pro-product-goods-form .text-light-grey{font-size:12px;-ms-flex-negative:0;flex-shrink:0}.pro-product-goods-form .form-select{background-position:right .5rem center}.pro-product-goods-form .custom-select-inner{overflow:hidden;padding-right:30px;text-overflow:ellipsis;white-space:nowrap}.pro-product-goods-btnwrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:12px}.pro-product-goods-btn{position:relative;-webkit-box-flex:1;background-color:var(--pro-color);-ms-flex:1;flex:1;font-family:Brand-content;font-size:var(--goods-btn-font-size,16px);font-weight:600;height:var(--goods-btn-height,40px);line-height:1;padding:var(--goods-btn-padding,12px 6px);text-align:center;text-decoration:none;-webkit-transition:all .2s ease;transition:all .2s ease}.pro-product-goods-btn:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-transform:translateY(-2%);transform:translateY(-2%)}.pro-product-goods-btn:active{opacity:.8;-webkit-transform:scale(.98);transform:scale(.98)}.pro-product-goods-btn.loading .loading-icon{display:block!important}.pro-product-goods-btn.loading .add-to-cart-text{opacity:0}.pro-product-goods-btn[data-type=add-to-cart]{background-color:#fff;border:1px solid #000;color:#000}.pro-product-goods-stock{color:#000;font-size:14px;margin-top:12px}.pro-product-goods-stock em{color:var(--pro-color);font-size:20px;font-style:italic;font-weight:700}.pro-product-goods-ship{color:rgba(0,0,0,.7);font-size:12px;font-weight:600;margin-top:8px}.pro-product-features{display:-webkit-box;display:-ms-flexbox;display:flex;margin:var(--feature-margin,30px 0);overflow-x:scroll;padding-bottom:10px;white-space:nowrap;-webkit-overflow-scrolling:touch}.pro-product-features::-webkit-scrollbar{height:2px}.pro-product-features::-webkit-scrollbar-thumb{background:#fff}.pro-product-features::-webkit-scrollbar-track{background:#898787}.pro-product-feature-card{-ms-flex-negative:0;flex-shrink:0;white-space:normal;width:200px}.pro-product-feature-card+.pro-product-feature-card{margin-left:var(--feature-gap,8px)}@-webkit-keyframes feature-card-highlight{0%,to{-webkit-box-shadow:none;box-shadow:none;outline-color:transparent}30%,70%{-webkit-box-shadow:0 0 0 2px var(--pro-color,#2a8459),0 0 20px 2px rgba(42,132,89,.45);box-shadow:0 0 0 2px var(--pro-color,#2a8459),0 0 20px 2px rgba(42,132,89,.45);outline-color:var(--pro-color,#2a8459)}}@keyframes feature-card-highlight{0%,to{-webkit-box-shadow:none;box-shadow:none;outline-color:transparent}30%,70%{-webkit-box-shadow:0 0 0 2px var(--pro-color,#2a8459),0 0 20px 2px rgba(42,132,89,.45);box-shadow:0 0 0 2px var(--pro-color,#2a8459),0 0 20px 2px rgba(42,132,89,.45);outline-color:var(--pro-color,#2a8459)}}.pro-product-feature-card.feature-card-highlight{-webkit-animation:feature-card-highlight .6s ease-in-out;animation:feature-card-highlight .6s ease-in-out;border-radius:0;outline:2px solid transparent;outline-offset:2px}.pro-product-feature-image{aspect-ratio:var(--feature-image-ratio,1/1);-o-object-fit:cover;object-fit:cover;width:100%}.pro-product-feature-subtitle{font-size:var(--feature-subtitle-font-size,12px);margin-top:var(--feature-subtitle-top,24px)}.pro-product-feature-title{font-family:Brand!important;font-size:var(--feature-title-font-size,20px);letter-spacing:normal;margin-top:var(--feature-title-top,12px)}.pro-product-feature-desc{font-size:var(--feature-desc-font-size,12px);line-height:130%;margin-top:var(--feature-desc-top,12px)}.pro-product-video-box{margin:var(--video-box-margin,40px 0)}.video-intro-title{font-family:Brand!important;font-size:var(--video-title-font-size,28px);letter-spacing:normal}.video-intro-desc{font-family:Brand;font-size:var(--video-desc-font-size,16px);line-height:100%;margin-top:10px}.video-intro .video-intro-shop{display:none}.video-intro-shop{margin-top:60px}.video-intro-shop-btn{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;min-width:50%;padding:16px 32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#2a8459;font-size:16px;text-decoration:none}.video-intro-shop-btn:hover{opacity:.9}.video-inner{margin-top:20px}.video-inner .video-intro-shop{margin-top:40px}.pro-product-compare-title{font-family:Brand!important;font-size:var(--compare-title-font-size,20px);letter-spacing:normal;line-height:150%;margin-bottom:0;margin-top:var(--compare-title-mtop,16px);text-align:center}.view-less-text{display:none}.pro-product-table-scroll{margin-left:var(--compare-table-margin-left,-16px);margin-right:var(--compare-table-margin-right,-16px);margin-top:24px;max-height:30vh;overflow-x:scroll;overflow-y:hidden;padding-bottom:20px;position:relative;-webkit-overflow-scrolling:touch}.pro-product-table-scroll.has-scroll .pro-product-has-more-padding{display:block}.pro-product-table-scroll.has-scroll+.pro-product-compare-btnmore{display:-webkit-box;display:-ms-flexbox;display:flex}.pro-product-table-scroll::-webkit-scrollbar{height:2px}.pro-product-table-scroll::-webkit-scrollbar-thumb{background:#fff}.pro-product-table-scroll::-webkit-scrollbar-track{background:#898787}.pro-product-compare-table{margin:0 auto}.pro-product-table-header{font-family:Brand}.pro-product-table-header,.pro-product-table-row{display:-webkit-box;display:-ms-flexbox;display:flex}.pro-product-table-row{border-bottom:1px solid #bdbdbd;white-space:nowrap;width:100%}.pro-product-table-body .pro-product-table-row:last-child{border-bottom:none}.pro-product-table-col{background-color:#000;font-size:var(--compare-col-title-font-size,16px);padding:16px}.pro-product-table-col[data-col-attr]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-product-table-rowname{font-size:var(--compare-rowname-font-size,16px);line-height:110%;margin-top:8px;text-align:center}.pro-product-table-col[data-highlight]{background-color:var(--pro-color)}.pro-product-table-col-label{font-size:var(--compare-col-label-font-size,16px)}.pro-product-table-col ul{margin-bottom:0;padding-left:18px}.pro-product-table-col li{white-space:normal}.pro-product-table-col img{max-width:100%}.pro-product-table-col li{font-size:var(--compare-desc-font-size,12px);margin-top:10px}.pro-product-table-header{font-weight:700}.pro-product-table-icon{height:var(--compare-icon-size,36px);width:var(--compare-icon-size,36px)}.pro-product-has-more-padding{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:-21px;display:none;height:80px;left:0;position:sticky;width:100%}.pro-product-compare-btnmore{display:none;-webkit-box-pack:center;-ms-flex-pack:center;background:#2a8459;border:none;cursor:pointer;justify-content:center;margin-left:auto;margin-right:auto;margin-top:15px;padding:12px;text-align:center;-webkit-transition:all .26s ease;transition:all .26s ease;width:var(--compare-btnmore-width,60%)}.pro-product-compare-btnmore:hover{opacity:.9;-webkit-transform:scale(1.03);transform:scale(1.03)}.pro-product-compare-btnmore span:active{-webkit-transform:scale(.98);transform:scale(.98)}.promotion-pro-series-v202601-container{margin:0 auto;max-width:100%;padding-bottom:80px;padding-top:80px;width:1440px}.promotion-pro-series-v202601-container.remove-top-padding{padding-top:0!important}.promotion-pro-series-v202601-container.remove-bottom-padding{padding-bottom:0!important}.promotion-pro-series-v202601-container .nav-tab-container{margin-top:48px;padding:14px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-scroll::-webkit-scrollbar{height:2px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-scroll::-webkit-scrollbar-thumb{background:#898787}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-scroll::-webkit-scrollbar-track{background:#fff}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item{border-radius:0;cursor:pointer}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-link{color:#000;font-family:Brand-ext!important;font-size:18px;font-stretch:100%;font-weight:700;line-height:120%}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item.active .nav-tab-link,.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item:active .nav-tab-link{color:#fff}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item a *{margin:0;padding:0}.promotion-pro-series-v202601-container .heading-box{width:100%}.promotion-pro-series-v202601-container .heading-box .section-title{text-align:center;width:100%}.promotion-pro-series-v202601-container .heading-box .section-title h2{color:#fff;font-family:Brand-ext!important;font-size:28px;font-stretch:120%;font-weight:700;line-height:110%;margin:0;padding:0}.promotion-pro-series-v202601-container .heading-box .section-desc{margin-top:8px;text-align:center;width:100%}.promotion-pro-series-v202601-container .heading-box .section-desc div{color:#fff;font-family:Brand-ext!important;font-size:18px;font-stretch:100%;font-weight:700;line-height:120%}.promotion-pro-series-v202601-container .pro-product-section{background:inherit;margin:20px 0 0;max-width:100%;padding:0}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box{width:100%}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box .pro-product-goods{border-radius:0;display:none;margin-top:0;overflow:hidden;width:100%}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box .pro-product-goods.show{display:-webkit-box;display:-ms-flexbox;display:flex}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-title{color:#000;font-family:Brand-ext!important;font-size:24px;font-stretch:120%;font-weight:700;line-height:120%}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags{margin-top:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag{border:1px solid var(--feature-tag-border-color,#1b2855);color:var(--feature-tag-color,#1b2855);cursor:pointer;font-family:Brand-ext!important;font-size:16px;font-stretch:100%;font-weight:400;line-height:130%;padding:13px 24px 12px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag.active{background-color:var(--feature-tag-color,#1b2855);color:#fff}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-price{color:#1b2855;font-family:Brand-ext!important;font-size:24px;font-stretch:120%;font-weight:700;line-height:120%}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form{border:1px solid #000;border-radius:0;margin-top:12px;overflow:hidden}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form.hide{border:none;margin:0}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form select{height:52px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form select.d-none{display:none!important}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form .form-select{display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-btnwrap{margin-top:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-btnwrap .pro-product-goods-btn{border-radius:0;overflow:hidden}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-shipping-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:15px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-shipping-info .pro-product-goods-shipping-info-icon{height:24px;width:24px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-shipping-info .pro-product-goods-shipping-info-text{color:#000;font-family:Brand-ext!important;font-size:14px;font-stretch:100%;font-weight:400;line-height:130%;-webkit-box-flex:1;-ms-flex:1;flex:1}.promotion-pro-series-v202601-container .pro-nav-tab-v2{margin-left:0!important;margin-right:0!important}.promotion-pro-series-v202601-container .pro-product-features{display:none;margin-bottom:0}.promotion-pro-series-v202601-container .pro-product-features::-webkit-scrollbar{height:0}.promotion-pro-series-v202601-container .pro-product-features::-webkit-scrollbar-track{background:transparent}.promotion-pro-series-v202601-container .pro-product-features.show{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.promotion-pro-series-v202601-container .pro-product-features.show::-webkit-scrollbar{height:2px}.promotion-pro-series-v202601-container .pro-product-features.show::-webkit-scrollbar-track{background:#898787}.promotion-pro-series-v202601-container .pro-product-features.show:has(.pro-product-feature-card.hide)::-webkit-scrollbar-track{background:transparent}.promotion-pro-series-v202601-container .pro-product-features .pro-product-feature-card.hide{display:none}.promotion-pro-series-v202601-container .pro-product-features .pro-product-feature-card img{aspect-ratio:16/9}.promotion-pro-series-v202601-container .pro-product-feature-card img{border-radius:0;overflow:hidden}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-subtitle{color:#fff;font-family:Brand-ext!important;font-size:20px;font-stretch:100%;font-weight:700;line-height:120%;margin-top:12px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-title{color:hsla(0,0%,100%,.7);margin-top:12px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-desc,.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-title{font-family:Brand-ext!important;font-size:16px;font-stretch:100%;font-weight:400;line-height:130%}@media (min-width:768px){.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-link{font-size:20px}.promotion-pro-series-v202601-container .heading-box .section-title h2{font-size:32px}.promotion-pro-series-v202601-container .heading-box .section-desc div{font-size:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-title{font-size:28px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag{font-size:18px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-price{font-size:28px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-shipping-info .pro-product-goods-shipping-info-text{font-size:14px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-subtitle{font-size:22px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-title{font-size:16px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-desc{font-size:18px}}@media screen and (min-width:768px){.pro-product-section{--panel-margin:20px auto;--compare-btnmore-width:320px}.pro-product-section.features-in-inner .pro-product-features-bottom-wrap{display:none}.pro-product-section.features-in-inner .pro-product-features-inner-wrap{display:block}.pro-product-feature-card{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:33%}.pro-product-table-col:nth-of-type(2){width:100%}}@media (min-width:1024px){.pro-product-features{margin-left:-15px;margin-right:-15px;padding:15px 15px 10px}}@media screen and (min-width:1025px){.pro-product-section{--panel-padding:0 96px;--panel-margin:25px auto;--panel-border-radius:0;--title-font-size:40px;--tag-font-size:20px;--tag-padding:12px 24px;--desc-font-size:18px;--goods-card-padding:20px 40px;--goods-title-font-size:32px;--goods-price-font-size:32px;--goods-compare-price-font-size:18px;--tag-gap:8px;--feature-gap:16px;--feature-margin:16px 0;--feature-image-ratio:1.4/1;--feature-subtitle-font-size:16px;--feature-title-font-size:28px;--feature-desc-font-size:16px;--compare-title-mtop:60px;--compare-title-font-size:36px;--compare-col-title-font-size:24px;--compare-desc-font-size:16px;--compare-rowname-font-size:20px;--compare-col-label-font-size:20px;--goods-btn-padding:16px 20px;--goods-btn-height:48px;--video-title-font-size:48px;--video-desc-font-size:20px;--video-box-margin:80px 0}.pro-product-discount{font-size:24px;font-variation-settings:"wdth" 68;font-weight:700;height:112px;left:50px;line-height:1.05;width:104px}.pro-product-discount b{font-size:48px;font-weight:700}.pro-product-goods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.pro-product-goods-info .pro-product-tags li{--tag-padding:8px 16px}.pro-product-card-image.pro-product-card-image-show{max-width:calc(100% - 40px)}.pro-product-image-wrap{padding-right:40px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:360px}.pro-product-card-image{-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:100%}.pro-product-goods-info{-ms-flex-negative:0;flex-shrink:0;max-width:750px;min-width:330px;width:48%}.pro-product-features{overflow:auto}.pro-product-feature-card{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:33%}.pro-product-compare-table{width:100%}.pro-product-table-scroll::-webkit-scrollbar{height:2px}.pro-product-goods-btnwrap,.pro-product-goods-form{margin-top:24px}.pro-product-video-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:90px}.pro-product-video-box .video-intro{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}.pro-product-video-box .video-intro .video-intro-shop{display:block}.pro-product-video-box .video-intro-desc{margin-top:20px}.pro-product-video-box .video-inner{margin-top:0}.pro-product-features-inner-wrap,.video-inner .video-intro-shop{display:none}}@media (min-width:1536px){.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-link{font-size:20px}.promotion-pro-series-v202601-container .heading-box .section-title h2{font-size:40px}.promotion-pro-series-v202601-container .heading-box .section-desc div{font-size:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-title{font-size:32px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag{font-size:18px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-price{font-size:32px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-shipping-info .pro-product-goods-shipping-info-text{font-size:14px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-subtitle{font-size:24px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-title{font-size:16px}.promotion-pro-series-v202601-container .pro-product-feature-card .pro-product-feature-desc{font-size:18px}}@media screen and (min-width:1904px){.pro-product-section{margin:25px auto;max-width:1552px}.pro-product-goods-info{max-width:750px;min-width:450px;width:40%}}@media (max-width:1024px){.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box .pro-product-goods.show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:10px;padding-right:10px}}@media (max-width:1023px){.promotion-pro-series-v202601-container{padding-bottom:64px;padding-top:64px}}@media (max-width:767px){.promotion-pro-series-v202601-container{padding:48px 24px}.promotion-pro-series-v202601-container .nav-tab-container{margin-top:20px;padding:8px 8px 3px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-scroll{gap:10px;padding-bottom:5px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item{padding:6px 12px 6px 6px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-icon{aspect-ratio:1/1;height:50px;width:50px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-link{font-size:14px;font-weight:400}.promotion-pro-series-v202601-container .heading-box .section-title h2{font-size:28px}.promotion-pro-series-v202601-container .heading-box .section-desc{margin-top:4px}.promotion-pro-series-v202601-container .heading-box .section-desc div{font-size:18px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box .pro-product-goods{padding-bottom:14px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-title{font-size:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags{margin-top:16px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag{font-size:12px;padding:6px 11px 7px 12px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-price-wrap{margin-top:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form .form-select{padding:10px!important}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-btnwrap{margin-top:10px}.promotion-pro-series-v202601-container .pro-product-features .pro-product-feature-card{width:295px}}@media screen and (max-width:767px){.pro-product-section .pro-product-features-inner-wrap{display:none}}@media (max-width:padpx){.promotion-pro-series-v202601-container{padding-bottom:64px;padding-top:64px}}@media (max-width:spadpx){.promotion-pro-series-v202601-container{padding:48px 24px}.promotion-pro-series-v202601-container .nav-tab-container{margin-top:20px;padding:8px 8px 3px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-scroll{gap:10px;padding-bottom:5px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item{padding:6px 12px 6px 6px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-icon{aspect-ratio:1/1;height:50px;width:50px}.promotion-pro-series-v202601-container .nav-tab-container .nav-tab-item .nav-tab-link{font-size:14px;font-weight:400}.promotion-pro-series-v202601-container .heading-box .section-title h2{font-size:28px}.promotion-pro-series-v202601-container .heading-box .section-desc{margin-top:4px}.promotion-pro-series-v202601-container .heading-box .section-desc div{font-size:18px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-box .pro-product-goods{padding-bottom:14px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-title{font-size:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags{margin-top:16px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-info .pro-product-tags .tag{font-size:12px;padding:6px 11px 7px 12px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-price-wrap{margin-top:20px}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-form .form-select{padding:10px!important}.promotion-pro-series-v202601-container .pro-product-section .pro-product-goods-btnwrap{margin-top:10px}.promotion-pro-series-v202601-container .pro-product-features .pro-product-feature-card{width:295px}}