.announcement-bar{--columns-desktop:3;--columns-mobile:1;--gap-desktop:2.8rem;--gap-mobile:1.6rem;background-color:var(--background-color);color:#fdfbf7;position:relative;z-index:4;border-bottom:.1rem solid rgba(253,251,247,.08)}.announcement-bar .with-img{position:absolute;width:100%;transform:translate(-50%,-50%);left:50%;top:50%;box-sizing:border-box}.announcement-bar .announcement-picture{display:flex;height:4.8rem}.announcement-bar .announcement-picture img{width:100%}.announcement-bar .auto-scroll .splide__slide__container{display:flex;align-items:center;column-gap:30px}.announcement-bar .auto-scroll .splide__slide__container .divider{color:var(--divider-icon-color)}.announcement-bar .auto-scroll .splide__slide__container .announcement-bar__item img{height:3.2rem}.announcement-bar__desktop-grid{align-items:center}.announcement-bar__item{display:flex;justify-content:center;align-items:center;position:relative;min-height:4rem}.announcement-bar__item .social-media{display:flex;align-items:center;column-gap:2rem}.announcement-bar__item .social-media>a{color:#fff}.announcement-bar__item .social-media .iconfont{font-size:2rem;color:var(--icon-color)}.announcement-bar__message{padding:0;margin:0;letter-spacing:.1rem;line-height:1;font-size:var(--mobile-text-size);display:flex;align-items:center;text-align:center}.announcement-bar__message:not(.announcement-discount) .iconfont{font-size:2.6rem;margin-right:1rem}.announcement-bar__discount{cursor:pointer;background:rgba(253,251,247,.1);outline:0;border:solid .2rem #fdfbf7;border-radius:.6rem;position:relative;z-index:0}.announcement-bar__discount p{margin:0;padding:0 1em;line-height:2.2;color:var(--text-color,#fdfbf7);white-space:nowrap;transition:all .2s;display:flex;align-items:center;justify-content:center;column-gap:.4em}.announcement-bar__discount .announcement-bar__discount__left{border-right:solid .2rem #fdfbf7}.announcement-bar__discount .announcement-bar__discount__success{position:absolute;top:0;left:0;width:100%;text-align:center;opacity:0;z-index:-1;height:100%}.announcement-bar__discount.success .announcement-bar__discount__left{opacity:0}.announcement-bar__discount.success .announcement-bar__discount__right{opacity:0}.announcement-bar__discount.success .announcement-bar__discount__success{opacity:1}@media screen and (min-width:840px){.announcement-bar__desktop-grid{display:grid!important;align-items:center;grid-template-columns:repeat(3,1fr);column-gap:2.8rem;row-gap:1rem}.announcement-bar__desktop-grid .splide__slide{width:auto!important;margin-right:0!important}.announcement-bar{padding-top:4px;padding-bottom:4px}.announcement-bar .announcement-picture{margin-top:-4px;margin-bottom:-5px}.announcement-bar .announcement-splide:not(.auto-scroll) .announcement-bar__item::before{content:"";display:block;height:100%;width:1px;background-color:#fdfbf7;position:absolute;right:calc(2.8rem / -2);top:0}.announcement-bar__message{font-size:var(--desktop-text-size);font-family:Futura,sans-serif}.announcement-bar__message .material-icon{margin-right:1rem;margin-bottom:0;font-size:var(--desktop-icon-size)}.announcement-bar__message .copy-icon{font-size:1em}}@media screen and (max-width:768px){.announcement-bar .announcement-picture{margin-bottom:-5px}}@media screen and (min-width:768px){.announcement-bar .announcement-picture.only-mobile{display:none}}
.classify{text-align:center}.classify h3.title{margin:48px 0}.classify .grid{margin-top:var(--element-space-XL);grid-gap:16px;display:grid;grid-template-columns:repeat(4,1fr)}.classify .grid-item{position:relative;overflow:hidden;transition:transform .3s ease,filter .3s;border-radius:var(--default-border-radius)}.classify .grid-item.ratio .img-wrapper{padding-left:100%;padding-bottom:150%;width:auto;overflow:hidden;background:#f1f2f3}.classify .grid-item.ratio .img-wrapper a{width:100%;height:100%;bottom:0;left:0;right:0;padding:0;position:absolute}.classify .grid-item.ratio .img-wrapper a.grid-item-title{display:flex;left:50%;align-items:center;justify-content:center;padding:0 12px}.classify .grid-item.ratio .img-wrapper img{height:100%;object-fit:cover}.classify .grid-item .img-wrapper{position:relative}.classify .grid-item .grid-item-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;font-size:14px;letter-spacing:2px;color:var(--heading-color);padding:0 12px;box-sizing:border-box}.classify .grid-item .grid-item-title>span{display:inline-flex;background:#fff;padding:8px 12px;border-radius:var(--default-border-radius)}.classify .grid-item img{width:100%;display:block}.classify .placeholder-svg{border:0}@media screen and (max-width:768px){.classify h3.title{margin:24px 0}.classify .grid{grid-gap:8px;grid-template-columns:repeat(2,1fr)}.classify .grid-item .grid-item-title{font-size:16px;word-break:break-word}}
@font-face{font-family:Futura_n4;font-style:normal;font-weight:400;src:url(../css/font/futura_n4.woff2) format('woff2')}@font-face{font-family:Futura_n4;font-style:normal;font-weight:700;src:url(../css/font/futura_n7.woff2) format('woff2')}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0 auto;position:relative;color:var(--text-color);background:var(--background-color);line-height:1.2;font-size:1.5rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}body a{color:var(--heading-color)}body input,body select{font-family:Montserrat,Arial,Helvetica,sans-serif;outline:0;color:var(--heading-color)}body input::-webkit-input-placeholder{color:var(--placeholder-color)}@media screen and (min-width:750px){body{font-size:1.6rem}}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.page-width{padding:0 5rem}}.button{position:relative;cursor:pointer;background:var(--main-button-background-color,#c7a3d1);border-radius:8px;transition:color .4s;font-size:1.6rem;letter-spacing:.1rem;line-height:calc(1 + .2 / 1);display:inline-flex;justify-content:center;align-items:center;padding:0 3rem;font:inherit;text-decoration:none;color:var(--main-button-text-color,#fdfbf7);appearance:none;font-weight:700;z-index:0;min-width:calc(12rem + 2px* 2);border-radius:var(--default-border-radius);overflow:hidden;border:2px solid var(--main-button-border-color,#dcdfe6)}.button:not([disabled],[disabled=true]){transition:color .4s}.button:not([disabled],[disabled=true]):hover{color:var(--main-button-background-color)}.button:not([disabled],[disabled=true]):hover::after{transform-origin:right;transform:scaleX(0)}.button:not([disabled],[disabled=true]):hover .iconfont.loading{color:var(--main-button-background-color)}.button:not(.woo-ui-main-btn,.woo-ui-btn){min-height:calc(4.5rem + 2px* 2)}.button::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-color:var(--main-button-text-color,#fdfbf7);border-radius:var(--default-border-radius)}.button.woo-ui-secondary-btn:not(.rotate)::before{background-color:var(--secondary-button-text-color,#fdfbf7);border-radius:0}.button::after{transform-origin:left;top:0;right:0;bottom:0;left:0;background-color:var(--main-button-background-color,#c7a3d1);z-index:-1;transition:transform .4s;box-shadow:none;content:"";position:absolute}.button:disabled{cursor:not-allowed;opacity:.5}.button{font-size:1.6rem}.button--full-width{display:flex;width:100%}.woo-ui-btn.woo-ui-disabled{color:inherit!important}.woo-ui-btn.woo-ui-btn-disabled{border-color:inherit!important}img,video{max-width:100%;height:auto;vertical-align:bottom}.placeholder-svg{display:block;fill:#f1f2f3;background-color:#f1f2f3;width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.woo-ui-main-title{font-family:Montserrat,Arial,Helvetica,sans-serif}.woo-ui-subhead-title{font-family:Montserrat,Arial,Helvetica,sans-serif}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}input[type=search]{-webkit-appearance:none}.price{font-size:14px;font-weight:600;margin:0}.price .orig-price,.price .pay-price{margin:0 8px 0 0}.price .pay-price{font-weight:700;color:var(--pay-price-color)}.price .orig-price{text-decoration:line-through;color:var(--orig-price-color)}.sale-tag{font-size:12px;line-height:14px;text-align:center;position:absolute;right:0;top:0;box-sizing:border-box;display:flex;padding:4px 6px;z-index:3;color:var(--sale-tag-text-color);background:var(--sale-tag-background-color);border:1px solid var(--sale-tag-border-color)}.sale-tag.square{border-radius:0}.sale-tag.circle{border-radius:100%;width:40px;height:40px;align-items:center;justify-content:center;flex-wrap:wrap}.sale-tag.triangle{background:0 0;border:0;flex-wrap:wrap;text-align:right;justify-content:flex-end}.sale-tag.triangle .save-price{width:100%}.sale-tag.triangle::before{content:'';width:0;height:0;border-style:solid;border-width:0 60px 60px 0;border-color:transparent var(--sale-tag-background-color) transparent transparent;right:0;top:0;position:absolute;z-index:-1}.sale-tag .save-price{display:block;margin-left:4px}.product-name.none{display:none!important}.product-name.one-line{line-height:20px;max-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.product-name.two-line{line-height:20px;max-height:40px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.product-name a{display:block;width:100%}.content-height{height:40vh;padding-bottom:13vh;margin-bottom:-13vh;display:flex}.content-height.left{text-align:left}.content-height.center{text-align:center}.content-height.right{text-align:right}.content-layout-color{width:100%;height:100%;display:flex;align-items:center}.content-main{width:100%;max-width:1180px;padding:0 10px;margin:0 auto}.background-color.dark_gray{background:#d5d5d5}.background-color.light_gray{background:#f5f5f5}.sections{width:100%;margin:0 auto;padding:36px 5rem;max-width:var(--page-width)}.sections .title-box{margin-bottom:var(--element-space-XL);text-align:center}.sections.full-screen{max-width:100%}.sections.large{max-width:1440px}.sections.medium{max-width:1280px}.sections.small{max-width:960px}.sections.text-left{text-align:left}.sections.text-left .subtitle,.sections.text-left h3.title{margin-left:0}.sections.text-center{text-align:center}.sections.text-right{text-align:right}.sections.text-right .subtitle,.sections.text-right h3.title{margin-right:0}.sections h3.title{font-size:28px;margin:0 auto;color:var(--heading-color)}.sections .subtitle{font-size:16px;margin:8px auto 0 auto}.featured-single-product.sections,.image-with-text-overlay.sections,.image-with-text.sections,.slideshow-with-text.sections{padding:0}.featured-images-grid.sections{padding:24px 0}.logo-list .sections,.subscribe .sections{padding:54px 0}.featured-text.sections{padding:72px 0}.right-angle{border-radius:0}.round-angle{border-radius:12px}.circle{border-radius:100%}.model-button.text{color:#fff;display:inline-flex;align-items:center}.model-button.text a{color:var(--heading-color);font-size:16px}.model-button.text::after{content:"\e70b";margin-top:1px;margin-left:8px;font-family:iconfont!important;font-size:14px;font-style:normal}.model-button.button{padding:12px 32px;height:44px}.product-types-box{position:fixed;width:400px;z-index:102;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);opacity:0;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;max-height:600px;overflow:auto}.product-types-box::-webkit-scrollbar{display:none}.product-types-box.product-types-box--show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1);transition:transform .3s linear}.product-types-box .recommend{background:#fff;padding:48px 24px 24px;box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:wrap}.product-types-box .recommend .recom-item{width:100%}.product-types-box .recommend .recom-item .colorPiece .colorPice-list,.product-types-box .recommend .recom-item .product-types-list{margin-left:-6px}.product-types-box .recommend .cart-success,.product-types-box .recommend .discount-tag,.product-types-box .recommend .inventory-threshold-num,.product-types-box .recommend .price,.product-types-box .recommend .products-tisp,.product-types-box .recommend .star,.product-types-box .recommend .types-item,.product-types-box .recommend h4.title{margin:0 0 20px}.product-types-box .recommend .good-quantity-tips{padding-bottom:0}.product-types-box .recommend .cart-success{width:100%;max-width:416px;text-align:center;display:none}.product-types-box .recommend .cart-success a{text-decoration:underline}.product-types-box .recommend .sale-tag{position:relative;display:inline-flex;margin-right:8px;border-radius:var(--default-border-radius)}.product-types-box .recommend .price{display:inline-flex;align-items:center}.product-types-box .recommend .price .pay-price{font-size:16px;font-weight:700}.product-types-box .recommend .price .orig-price{font-size:16px}.product-types-box .recommend .types-item{position:relative}.product-types-box .recommend .types-item.button{margin-top:15px}.product-types-box .recommend .types-item .font14{margin:0;padding:0 0 8px;font-size:14px}.product-types-box .recommend .types-item .font14>span{font-size:14px}.product-types-box .recommend .types-item .font14>span:nth-of-type(1){text-transform:capitalize}.product-types-box .recommend .types-item .font14>span:nth-of-type(2){display:none}.product-types-box .recommend img{max-width:100%;height:auto}.product-types-box .recommend .product-types-list{font-size:0}.product-types-box .recommend .product-types-item{font-style:normal;position:relative;display:inline-block;margin:0 6px 8px;line-height:20px;cursor:pointer;box-sizing:border-box;padding:5px 8px;font-size:14px}.product-types-box .recommend .product-types-select{position:relative;margin-bottom:12px;max-width:416px;display:inline-flex;width:100%}.product-types-box .recommend .product-types-select>select{height:40px;padding:0 10px;font-size:14px;width:100%;text-transform:uppercase;box-sizing:border-box;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.product-types-box .recommend .product-types-select::after{font-family:iconfont!important;-webkit-font-smoothing:antialiased;content:"\e622";font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none;font-weight:700}.product-types-box .recommend .Woo-PaypalBtn,.product-types-box .recommend .customize-product-btn,.product-types-box .recommend .woo-ui-btn{width:100%;max-width:416px;margin-bottom:4px;display:inline-block}.product-types-box .recommend .view-details{color:var(--heading-color);margin-top:20px;display:block;text-align:center}.product-types-box .recommend .view-details:hover{text-decoration:underline}.product-types-box .pop-close{font-size:24px;position:absolute;top:10px;right:10px;cursor:pointer;color:var(--heading-color);font-weight:700}.product-types-box .box-title{display:grid;grid-template-columns:80px auto;grid-gap:12px 12px;margin-bottom:12px}.product-types-box .box-title .title{font-size:16px;margin:0 0 12px;display:-webkit-box;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.account-main.main{margin:0 auto}.account-main .woo-ui-main-btn{border-radius:var(--default-border-radius)}.account-main .login-content .submit-reset-password .cancel-reset-password{height:40px;line-height:40px;padding:0;border-radius:var(--default-border-radius)}.no-find{min-height:400px}.user-defined{padding:30px;word-wrap:break-word;font-size:14px;max-width:25.5rem;margin:0 auto;position:relative}.user-defined a{font-size:14px}.user-defined h3.title{font-size:24px;font-weight:600;text-align:center}.user-defined dd,.user-defined dt,.user-defined li,.user-defined ol,.user-defined ul{list-style:inherit}.user-defined ol,.user-defined ul{padding-left:25px}.user-defined p{line-height:20px;font-size:14px}.user-defined img{display:inline-block;margin:.25rem 0;max-width:100%;box-sizing:border-box}.user-defined video{max-width:100%!important}.order-inform .order-paypal-h3{box-sizing:unset}.order-inform .order-write-list .order-payment .all-payment-icon{padding:10px}.buy-cart-box.drawer .product-del{margin-left:10px}.buy-cart-box.drawer .product-del .iconfont{font-size:20px}.buy-cart-box.drawer .buy-product-item .woo-ui-input-number{width:94px}.buy-cart-box.drawer .buy-product-item .woo-ui-input-number .woo-ui-input-number-decrease,.buy-cart-box.drawer .buy-product-item .woo-ui-input-number .woo-ui-input-number-increase{width:32px;height:30px;line-height:30px}.buy-cart-box.drawer .buy-product-item .woo-ui-input-number .woo-ui-input{width:94px;padding:0 30px;height:32px;line-height:32px}.cart-box .woo-ui-btn.woo-ui-btn-loading .iconfont.loading{display:none!important}.cart-box .woo-ui-btn.woo-ui-btn-loading .btn-text{opacity:1}.order-login-mask .content .input-content{display:flex}.order-login-mask .content .input-content input:not([type=checkbox]){width:100%}.order-login-mask .content .to_register{margin-left:10px}.c-detail-hurryup-bar,.c-hurryup-bar{border-radius:var(--default-border-radius)}.woo-ui-loading{box-sizing:content-box}.list-Coupons-content{width:400px}@media screen and (max-width:768px){.sections{padding:24px 0;width:calc(100vw - 32px)}.sections .title-box{margin-bottom:12px}.sections.large,.sections.medium,.sections.small{max-width:100%;box-sizing:border-box}.sections.full-screen{width:100%}.sections.large{width:calc(100vw - 16px)}.sections.medium{width:calc(100vw - 32px)}.sections.small{width:calc(100vw - 48px)}.sections h3.title{font-size:24px}.featured-images-grid.sections{padding:12px 0}.logo-list .sections,.subscribe .sections{padding:42px 0}.featured-text.sections{padding:60px 0}.product-types-box{width:100%;left:0;top:auto;opacity:0;bottom:-100%;display:block;transition:bottom .3s ease-out;padding:0;max-height:65vh;transform:none}.product-types-box.product-types-box--show{transform:none;opacity:1;bottom:0;transition:bottom .3s ease-out}.product-types-box .recommend{padding:16px;border:0;margin-bottom:0}.product-types-box .pop-close{display:none}.order-inform .order-header-main.order-logo-mobile .order-header{margin-top:1.29375rem}.order-inform .order-header-main .order-header .order-header-a-wrap{padding-left:1.29rem}.order-inform .order-pay-tips{font-size:1.54rem;margin-bottom:2.2rem}.order-inform .order-list-box .order-list .Woo-OrderByCart{padding:1.55rem 0;margin:0 1.55rem}.order-inform .order-list-box .order-item{font-size:1.54rem;margin:1.55rem}.order-inform .order-list-box .order-item.border-b{padding:1.55rem 0;margin:0 1.55rem}.order-inform .order-list-box .order-item .order-name{padding-bottom:.517rem}.order-inform .order-list-box .order-tips{padding:0 1.55rem;padding-bottom:1.94rem}.order-inform .order-list-box .mobile-order-tips{margin-bottom:1.55rem}.order-inform .order-write{padding:0 1.55rem}.order-inform .order-write .order-write-list.order-item-three .order-write-item:nth-child(2){margin-bottom:1.32rem}.order-inform .order-write .order-write-list .order-write-item .woo-ui-input,.order-inform .order-write .order-write-list .order-write-item .woo-ui-select{height:4.992rem}.order-inform .order-write .order-write-list .order-write-item .select-arrow{top:1.98rem}.order-inform .order-write .order-write-list .order-write-item .phone-tips-icon{font-size:2.2rem;line-height:2.2rem;top:1.68rem}.order-inform .order-write .order-write-list .order-write-item .phone-tips{font-size:1.45rem}.order-inform .order-write .order-write-list .shipping-match li{font-size:1.54rem}.order-inform .order-write .order-write-list.order-button .back-prev{font-size:1.54rem}.order-inform .order-write .order-write-list .woo-ui-input-tips{font-size:1.45rem}.order-inform .order-write .paypal-inform-box{margin:2.5875rem 0 .51rem 0}.order-inform .order-write .order-title{font-size:1.98rem}.order-inform .order-write .order-title.contact .fr{font-size:1.54rem;margin-top:.517rem}.order-inform .order-write .order-step .order-write-item>div{padding-top:2rem}.order-inform .order-write .woo-ui-checkbox+span{font-size:1.43rem}.order-inform .order-write .order-write-item .return-cart{font-size:1.54rem!important}.order-inform .order-write .order-reserved{font-size:1.54rem}.order-inform .order-write .privacy-container{padding:0 1.55rem}.order-inform .order-write .privacy-container .privacy-item{margin-bottom:1.32rem;margin-right:1.55rem}.order-inform .order-write .order-result-box .order-result-radius .result-li-title{font-size:1.54rem}.order-inform .order-write .order-tip-content .tip-symbol{height:4.992rem}.order-inform .order-write .order-tip-content .order-write-item .woo-ui-btn{height:4.992rem}.order-inform .order-item-phone .phone-code{height:4.992rem}.order-inform .order-buy-cart{padding:10px 1.29375rem}.order-inform .order-result-box .order-result-text+div{font-size:1.54rem}.order-inform .order-result-box .order-result-radius .order-result-li .result-li-describe{font-size:1.54rem}.order-wrap a,.order-wrap input,.order-wrap select{font-size:1.54rem!important}.order-wrap label{font-size:1.32rem!important}.recommend-popup-btn-text{font-size:1.54rem}.model-discount-tips-bottom a{font-size:1.45rem}.privacy-dialog{width:33.15rem!important;height:31.2rem!important}.privacy-dialog-title{height:3.94rem!important;padding:0 1.56rem!important}.privacy-dialog-body{padding:1.56rem!important;height:20.88rem!important}.privacy-dialog-footer{height:6.24rem!important;padding:0 1.56rem!important}.privacy-dialog-footer .privacy-btn-ok{width:4.58rem!important;height:3.12rem!important}.discount-tag .coupons-box{width:100%}}
.collection-list{max-width:1280px;padding:36px 0;margin:0 auto;min-height:400px}.collection-list .collection-list-ad img{max-width:100%;width:100%;height:auto;margin-bottom:36px}.collection-list .swiper-container{overflow:unset}.collection-list .featured-product-modle{width:100%;transition:all .5s}.collection-list .featured-product-modle .product-sort-box{text-align:right}.collection-list .featured-product-modle.ratio .img-wrapper{padding-left:100%;padding-bottom:100%;width:auto}.collection-list .featured-product-modle.ratio .img-wrapper a{display:block;height:100%}.collection-list .featured-product-modle.ratio .img-wrapper a>div{bottom:0;height:100%;left:0;right:0;padding:0;position:absolute}.collection-list .featured-product-modle.ratio .img-wrapper img{height:100%;object-fit:cover}.collection-list .featured-product-modle .swiper-slide{position:relative}.collection-list .featured-product-modle .star>span{display:none}.collection-list .img-wrapper{width:100%;position:relative;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.collection-list .img-wrapper::after{content:"";position:absolute;z-index:-1;width:100%;height:100%;top:0;left:0;box-shadow:.2rem .6rem 1.5rem rgba(18,18,18,.1)}.collection-list .img-wrapper .add-to-cart{width:100%}.collection-list .img-wrapper .featured-img{opacity:1;z-index:1}.collection-list .img-wrapper .second-img{opacity:0;z-index:-1;position:absolute;top:0;height:100%;overflow:hidden}.collection-list .img-wrapper img{width:100%}.collection-list .img-wrapper .sale-tag.square{left:1rem;right:unset;bottom:1rem;top:unset;background:var(--sale-tag-background-color,#3b303e);border:1px solid var(--sale-tag-border-color,#3b303e);border-radius:.6rem;font-weight:700;text-transform:uppercase}.collection-list .img-wrapper .sale-tag.square .icon-discount{transform:scaleX(-1);margin-right:.4rem;font-size:1.2rem;display:block}.collection-list .img-wrapper .sale-tag .icon-discount{display:none}.collection-list .img-wrapper.circular_bead .featured-img,.collection-list .img-wrapper.circular_bead .second-img{border-radius:1.2rem;overflow:hidden}.collection-list .img-wrapper.circular_bead::after{border-radius:1.2rem}.collection-list .img-wrapper.circular_bead .sale-tag.triangle::before{border-top-right-radius:1.2rem}.collection-list .good-info{padding:0 8px;text-align:var(--text-align,inherit)}.collection-list .good-info .product-name{display:-webkit-box;word-break:break-all;margin:12px 0}.collection-list .good-info .product-name a{font-size:16px;color:var(--heading-color)}.collection-list .good-info .product-sub-title{margin:12px 0;font-size:1.4rem}.collection-list .product-buy-btn{display:flex;flex-direction:column;padding:0 8px;text-align:var(--text-align,inherit)}.collection-list .product-buy-btn>button{margin-top:1rem;padding:0 .8rem}.collection-list .add-to-cart{width:100%;text-transform:capitalize;position:absolute;left:0;bottom:0;z-index:1;padding:13px 0;display:none}.collection-list .add-to-cart.woo-ui-btn-disabled{color:var(--disabled-text-color);background-color:var(--disabled-color);border-color:var(--disabled-color);cursor:default}.collection-list .pagination{margin-top:2rem}.collection-list-header{text-align:var(--title-align)}.collection-list-header h3.title{color:var(--heading-color);font-size:28px;margin:0 0 24px;padding:0 16px;box-sizing:border-box}.collection-list-header .classified-information{margin-bottom:24px;padding:0 16px;box-sizing:border-box}.collection-list-wrap{display:flex;gap:20px}.collection-list-wrap .grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:left}.collection-list-wrap .list{display:grid}.collection-list-wrap .list>li{border-bottom:1px solid #ededed;padding:1rem 0;box-sizing:border-box}.collection-list-wrap .filters{flex:none;width:230px;height:max-content}.collection-list-wrap .filters .filters-btn,.collection-list-wrap .filters .filters-title{display:none}.collection-list-wrap .filters .filter-list{font-size:18px;line-height:22px;margin:0 0 24px}.collection-list-wrap .filters .title{margin-bottom:12px}.collection-list-wrap .filters .items{margin-bottom:10px;font-size:16px;display:flex;align-items:center}.collection-list-wrap .filters .items .woo-ui-checkbox{margin-right:8px}.collection-list-wrap .filters .items .woo-ui-checkbox.woo-ui-checkbox-active{border-color:var(--heading-color);background-color:var(--heading-color)}.collection-list-wrap .filters .items.item-hidden{display:none}.collection-list-wrap .filters .items.item--show{display:flex}.collection-list-wrap .filters .items:last-child{margin-bottom:0}.collection-list-wrap .filters .selector{width:100%;position:relative}.collection-list-wrap .filters .selector>select{height:36px;padding:0 12px;font-size:16px;width:100%;box-sizing:border-box;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid var(--border-color)}.collection-list-wrap .filters .selector::after{font-family:iconfont!important;-webkit-font-smoothing:antialiased;content:"\e622";font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none;font-weight:700}.collection-list-wrap .filters .select-tag{margin-bottom:24px}.collection-list-wrap .filters .select-tag .tag-item{display:block;margin-top:8px}.collection-list-wrap .filters .filter-item-selected{font-size:18px}.collection-list-wrap .filters .item-checkbox{width:12px;height:12px;display:inline-block;position:relative;cursor:pointer;margin-right:4px}.collection-list-wrap .filters .item-checkbox::after,.collection-list-wrap .filters .item-checkbox::before{position:absolute;content:"";left:50%;top:50%;transform:translate(-50%,-50%)}.collection-list-wrap .filters .item-checkbox::after{border:1px solid var(--border-color);opacity:.5;width:100%;height:100%}.collection-list-wrap .filters .item-checkbox-checked .item-checkbox{background-color:var(--white)}.collection-list-wrap .filters .item-checkbox-checked .item-checkbox::before{width:8px;height:8px;background:var(--heading-color)}.collection-list-wrap .filters .item-checkbox-checked .item-checkbox:hover::before{width:unset;height:unset;color:var(--heading-color);content:'×';font-weight:700;background:unset}.collection-list-wrap .no-data{width:100%;text-align:center}.collection-list-wrap .no-data span{display:block;font-size:18px;margin-bottom:24px}.collection-list-wrap .product-sort{position:relative;border:1px solid var(--border-color);box-sizing:border-box;border-radius:var(--default-border-radius);display:inline-flex;padding:5px 30px 5px 8px;margin-bottom:24px}.collection-list-wrap .product-sort::after{clear:both;content:''}.collection-list-wrap .sort-name{margin-right:8px}.collection-list-wrap .sort-select{background:0 0}.collection-list-wrap .sort-select>select{font-size:14px;position:absolute;top:0;left:0;width:100%;height:100%;padding-top:0;padding-bottom:0;opacity:0;-webkit-appearance:none}.collection-list-wrap .sort-select>label{z-index:auto;display:flex;align-items:center;padding-top:0;padding-bottom:0;white-space:nowrap;pointer-events:none}.collection-list-wrap .sort-select::after{content:"\e6f0";font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;position:absolute;right:8px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);pointer-events:none}.collection-list-wrap .filters-icon{display:none}@media screen and (min-width:768px){.collection-list .img-wrapper.single-img:hover .featured-img{opacity:1;z-index:1}.collection-list .img-wrapper:hover .featured-img{opacity:0;z-index:-1}.collection-list .img-wrapper:hover .second-img{opacity:1;z-index:1}.collection-list-wrap .grid{column-gap:4rem;row-gap:4rem}.collection-list-wrap .grid .swiper-slide:hover .img-wrapper .add-to-cart{display:block}.collection-list-wrap .list>li{display:grid;grid-template-columns:200px auto 200px;grid-gap:20px}}@media screen and (max-width:768px){.collection-list-wrap .list>li{display:grid;grid-template-columns:120px auto;grid-gap:0 8px}.collection-list.no-title{padding-top:0}}@media screen and (max-width:990px){.collection-list .good-info .star{display:block;height:auto}.collection-list .good-info .star .score{display:block}.collection-list .add-to-cart{display:block;position:relative;margin-top:8px}.collection-list .img-wrapper .add-to-cart{display:none}.collection-list-header{display:block;margin-bottom:8px}.collection-list-wrap .grid{grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:2rem}.collection-list-wrap .list .product-buy-btn{position:absolute;bottom:0;padding-left:128px;width:100%;box-sizing:border-box;min-height:40px;display:flex;flex-direction:row}.collection-list-wrap .list .product-buy-btn>button{display:none}.collection-list-wrap .list .product-buy-btn .add-to-cart{font-size:0;width:36px;min-width:36px;height:36px;background:var(--white);border-radius:100%;padding:0;position:absolute;right:0;top:0;left:auto;border:1px solid rgba(0,0,0,.1);margin-top:0}.collection-list-wrap .list .product-buy-btn .add-to-cart::before{content:"\e6ec";font-family:iconfont!important;font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:36px;color:var(--heading-color)}.collection-list-wrap .filters{display:none;position:fixed;z-index:999;width:calc((100vw - 24px));bottom:0;right:0;height:100%;margin:0;padding:0;background:var(--white)}.collection-list-wrap .filters.filters--show{display:flex;flex-direction:column}.collection-list-wrap .filters.filters--show .filters-btn,.collection-list-wrap .filters.filters--show .filters-title{display:block;height:64px;width:100%;flex:none;box-sizing:border-box}.collection-list-wrap .filters.filters--show .filters-box{height:calc((100vh - 128px));overflow-y:auto;padding-top:16px}.collection-list-wrap .filters.filters--show .filters-box .filter-list{padding:0 20px;box-sizing:border-box}.collection-list-wrap .filters.filters--show .select-tag{padding:20px 20px 0}.collection-list-wrap .filters.filters--show .filters-title{padding-left:20px;font-size:20px;display:flex;align-items:center;border-bottom:1px solid var(--border-color)}.collection-list-wrap .filters.filters--show .filters-title .iconfont{font-size:24px;margin-right:4px;cursor:pointer}.collection-list-wrap .filters.filters--show .filters-btn{display:none;padding:15px 20px;border-top:1px solid var(--border-color)}.collection-list-wrap .filters.filters--show .filters-btn>span{font-size:16px;color:var(--white);background:var(--heading-color);border-radius:2px;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.collection-list-wrap .product-sort-box{width:100%;border-radius:0;border-color:rgba(103,114,121,.3);position:relative;border-top:1px solid rgba(103,114,121,.3);border-bottom:1px solid rgba(103,114,121,.3);margin-bottom:24px;height:44px;display:flex;align-items:center}.collection-list-wrap .product-sort{width:100%;padding:12px;border:0;margin:0}.collection-list-wrap .product-sort .sort-select{padding-right:30px;position:relative}.collection-list-wrap .filters-icon{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:20px}.collection-list-wrap .swiper-container{box-sizing:border-box}}
.main{max-width:102rem;margin:0 auto;position:relative}.product.recommend{margin:48px auto 0;display:flex;justify-content:space-between;flex-wrap:wrap}.product.recommend .recom-item.paddL80 .discount-tag,.product.recommend .recom-item.paddL80 .good-quantity-sizeChart,.product.recommend .recom-item.paddL80 .products-tisp,.product.recommend .recom-item.paddL80 .share-this{justify-content:center}.product.recommend .recom-item.paddL80 .colorPice-list{justify-content:flex-start}.product.recommend .recom-item.paddL80 .colorPiece .colorPice-list,.product.recommend .recom-item.paddL80 .product-types-list:not(.attribute-box){margin-left:-6px}.product.recommend .recom-item .pp-alt-prod{max-width:unset}.product.recommend .product-details-banner{position:relative}.product.recommend .product-details-banner.view-large-image .gallery-top .swiper-slide img{cursor:zoom-in}.product.recommend .product-details-banner .gallery-top{width:100%;height:100%;margin-bottom:16px}.product.recommend .product-details-banner .gallery-top .swiper-slide img{width:100%;max-width:100%;max-height:100%;display:block;margin:0 auto}.product.recommend .product-details-banner .gallery-thumbs{margin-top:4px}.product.recommend .product-details-banner .gallery-thumbs .swiper-slide{opacity:1;box-sizing:border-box}.product.recommend .product-details-banner .gallery-thumbs .swiper-slide-thumb-active{border:1px solid #000}.product.recommend .product-details-banner .swiper-button-next{right:0}.product.recommend .product-details-banner .swiper-button-prev{left:0}.product.recommend .product-details-banner .swiper-button-next,.product.recommend .product-details-banner .swiper-button-prev{top:auto;bottom:20px;width:40px;height:40px;line-height:40px;font-size:20px;background:0 0;z-index:2;text-align:center;color:#000;font-weight:700}.product.recommend .product-details-banner .swiper-slide-min{overflow:hidden;display:flex;border:1px solid #fff;padding:1px;border-radius:3px;height:80px}.product.recommend .product-details-banner .swiper-slide-min>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto}.product.recommend .product-details-banner .swiper-slide-min>div img{width:100%;height:100%;object-fit:cover}.product.recommend .icon-text>div>div{overflow-wrap:break-word;text-align:left}.product.recommend .cart-success,.product.recommend .discount-tag,.product.recommend .flipclock,.product.recommend .good-quantity-sizeChart,.product.recommend .good-quantity-tips,.product.recommend .incentive-share,.product.recommend .inventory-threshold-num,.product.recommend .member-price,.product.recommend .price,.product.recommend .products-tisp,.product.recommend .star,.product.recommend .types-item,.product.recommend h4.title{margin:0 0 20px}.product.recommend .flipclock{border-radius:var(--default-border-radius)}.product.recommend .good-quantity-tips{padding-bottom:0}.product.recommend .cart-success{width:100%;max-width:416px;text-align:center;margin-top:12px;display:none}.product.recommend .cart-success a{text-decoration:underline}.product.recommend h4.title{margin:0;margin-bottom:20px;font-size:30px;color:var(--heading-color)}.product.recommend .sub-title{margin-bottom:12px;color:var(--text-secondary-color)}.product.recommend .sku-hidden{margin-left:8px;color:var(--background-color)}.product.recommend .star{display:block}.product.recommend .price .pay-price{font-size:18px;font-weight:700}.product.recommend .price .orig-price{font-size:16px;white-space:nowrap}.product.recommend .custom-items{max-width:unset}.product.recommend .types-item{position:relative}.product.recommend .types-item.quantity label{font-size:14px;display:block;padding-bottom:10px}.product.recommend .types-item.button{margin-top:15px}.product.recommend .types-item .font14{margin:0;padding:0 0 8px;font-size:14px}.product.recommend .types-item .font14>span:nth-of-type(1){text-transform:capitalize;color:var(--text-thirdy-color)}.product.recommend .types-item .font14>span:nth-of-type(2){display:none}.product.recommend img{max-width:100%;height:auto}.product.recommend .product-types-item{font-style:normal;position:relative;display:inline-block;padding:6px 20px;margin:0 6px 8px;font-size:14px;line-height:20px;cursor:pointer;box-sizing:border-box}.product.recommend .product-types-select{position:relative;margin-bottom:12px;max-width:416px;display:inline-flex;width:100%}.product.recommend .product-types-select>select{height:40px;padding:0 10px;font-size:14px;width:100%;text-transform:uppercase;box-sizing:border-box;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.product.recommend .product-types-select::after{font-family:iconfont!important;-webkit-font-smoothing:antialiased;content:"\e622";font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none;font-weight:700}.product.recommend .Woo-PaypalBtn,.product.recommend .customize-product-btn,.product.recommend .express-checkout-element,.product.recommend .woo-ui-btn{width:100%;margin-bottom:12px;display:inline-block;max-width:unset}.product .discount-tag .tag-item::after,.product .discount-tag .tag-item::before{background-color:var(--background-color)}.product .incentive-share .incentive-share-get::after,.product .incentive-share .incentive-share-get::before{background:var(--background-color)}.product .dash--small{display:none}.product .icon-affirm{display:flex;align-items:center;justify-content:center;padding:.4rem .8rem;background:var(--bg-color,#cea3d9);border:1px solid var(--border-color,#e4cdea);color:#fff;font-size:1.2rem;border-radius:.4rem;margin-top:1.5rem;margin-bottom:1.5rem}.product .icon-affirm>ul{display:flex;justify-content:space-around;width:100%;column-gap:1rem}.product .icon-affirm>ul>li{display:flex;align-items:center;column-gap:.8rem}.product .icon-affirm>ul>li>.iconfont{font-size:1.2rem}.product .icon-affirm>ul>li strong{word-break:break-word}.product .product-price-wrapper .price-discount-tag{background:var(--sale-tag-background-color,#3b303e);border:var(--sale-tag-border-color,#3b303e);border-radius:.6rem;font-weight:700;text-transform:uppercase;font-size:12px;line-height:14px;text-align:center;box-sizing:border-box;display:flex;padding:4px 6px;z-index:3;color:var(--sale-tag-text-color);white-space:nowrap}.product .product-price-wrapper .price-discount-tag .icon-discount{transform:scaleX(-1);margin-right:.4rem;font-size:1.2rem;display:block}.product .review-items-container{margin:24px 0}.product .review-items-container .review-item{align-items:center;display:flex}.product .review-items-container .review-item .review-item__image{width:50px;height:50px;position:relative;flex-shrink:0;border-radius:50%;overflow:hidden;margin-right:15px}.product .review-items-container .review-item .review-item__image img{height:100%;width:100%;object-fit:cover;object-position:center center}.product .review-items-container .review-item .review-item__right{flex-grow:1}.product .review-items-container .review-item .review-item__right .review-item__text{line-height:1.3em;font-size:14px;word-break:break-word}.product .review-items-container .review-item .review-item__right .review-item__author-and-stars{display:flex;align-items:center;column-gap:10px;flex-wrap:wrap;margin-top:5px;border-top:solid 1px rgba(18,18,18,.06)}.product .review-items-container .review-item .review-item__right .review-item__author-and-stars .review-item__author{margin:0;line-height:2em;color:rgba(18,18,18,.5);font-size:13px}.product .review-items-container .review-item .review-item__right .review-item__author-and-stars .review-item__stars{margin:0;font-size:18px;line-height:1.2;display:flex;position:relative;color:#e4e7ed}.product .review-items-container .review-item .review-item__right .review-item__author-and-stars .review-item__stars::after{content:'★★★★★';position:absolute;color:gold;width:var(--star-rate);left:0;overflow:hidden;white-space:nowrap}.recommend{padding:0 15px}.recommend.product .recom-item{width:47%;vertical-align:top;display:inline-block;box-sizing:border-box}.recommend.product .recom-item>.price{margin:12px 0;font-size:18px}.recommend.product .recom-item.detail-img{width:50%;padding-right:2rem}.recommend.product .recom-item.paddL80{width:50%;padding-left:2rem}.recommend.product .recom-item.paddL80.left{text-align:left}.recommend.product .recom-item.paddL80.left .c-address-item,.recommend.product .recom-item.paddL80.left .c-browsing-item,.recommend.product .recom-item.paddL80.left .c-recommend-item,.recommend.product .recom-item.paddL80.left .c-review-sold,.recommend.product .recom-item.paddL80.left .c-time-item,.recommend.product .recom-item.paddL80.left .discount-tag,.recommend.product .recom-item.paddL80.left .good-quantity-sizeChart{justify-content:flex-start}.recommend.product .recom-item.paddL80.left .icon-text>div{justify-content:flex-start}.recommend.product .recom-item.paddL80.center{text-align:center}.recommend.product .recom-item.paddL80.center .c-address-item,.recommend.product .recom-item.paddL80.center .c-browsing-item,.recommend.product .recom-item.paddL80.center .c-recommend-item,.recommend.product .recom-item.paddL80.center .c-review-sold,.recommend.product .recom-item.paddL80.center .c-time-item,.recommend.product .recom-item.paddL80.center .discount-tag,.recommend.product .recom-item.paddL80.center .good-quantity-sizeChart{justify-content:center}.recommend.product .recom-item.paddL80.center .icon-text>div{justify-content:center}.recommend.product .recom-item.paddL80.right{text-align:right}.recommend.product .recom-item.paddL80.right .c-address-item,.recommend.product .recom-item.paddL80.right .c-browsing-item,.recommend.product .recom-item.paddL80.right .c-recommend-item,.recommend.product .recom-item.paddL80.right .c-review-sold,.recommend.product .recom-item.paddL80.right .c-time-item,.recommend.product .recom-item.paddL80.right .discount-tag,.recommend.product .recom-item.paddL80.right .good-quantity-sizeChart{justify-content:flex-end}.recommend.product .recom-item.paddL80.right .icon-text>div{justify-content:flex-end}.product-details-box{width:100%;flex:none;margin-top:24px}.product-details-box .product-details{font-size:16px;line-height:24px;text-align:left;overflow:hidden;border-bottom:1px solid var(--border-color);padding:1rem 0}.product-details-box .tab-menu{border-bottom:1px solid var(--border-color);font-size:0;display:none}.product-details-box .tab-menu>div{cursor:pointer;font-size:18px;padding:10px 0 6px;color:var(--secondary-color);display:inline-block;text-transform:capitalize;margin:0 20px}.product-details-box .tab-menu>div.active{color:var(--heading-color);border-bottom:2px solid var(--heading-color)}.product-details-box .accordion-menu{width:100%;height:44px;line-height:44px;padding:0 10px;box-sizing:border-box;color:var(--heading-color);position:relative;cursor:pointer;text-transform:capitalize;border-bottom:1px solid var(--border-color);text-align:left;font-weight:700;display:flex;align-items:center}.product-details-box .accordion-menu::after{position:absolute;content:"\e767";font-size:20px;right:10px;top:50%;transform:translateY(-50%);font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--heading-color)}.product-details-box .accordion-menu.active{color:var(--heading-color)}.product-details-box .accordion-menu.active::after{content:"\e646"}.product-details-box .accordion-menu>.iconfont{font-weight:400;margin-right:1rem}.product-details-box .tab-content{width:100%;overflow:hidden}.product-details-box .content:nth-of-type(1){display:block}.model-recommend,.product-groups,.reviews{padding:54px 0 0;margin:0 auto;width:100%;max-width:1080px;box-sizing:border-box}.model-recommend.main h3.title,.product-groups.main h3.title,.reviews.main h3.title{padding:0 0 24px;max-width:100%}.model-add-to-cart .main{max-width:1080px;margin:0 auto;padding:0 32px;box-sizing:border-box}.flipclock{max-width:480px;position:relative}.flipclock.flipclock--show{display:inline-flex}.flipclock .timer{font-family:unset!important}.incentive-share{display:inline-flex}.product-groups .product-groups-info .product-groups-type{height:32px;color:var(--text-color)}.product-groups h3.title::after{display:none}.reviews{padding-bottom:54px}.reviews .reviews-list .helpful-num,.reviews .reviews-list .report,.reviews .reviews-list .reviews-country,.reviews .reviews-list .reviews-date{font-size:14px}.reviews .write-review-box{border-top:1px solid #ddd;padding:20px 0 82px}.reviews .write-review-box p{font-size:14px;line-height:30px;padding-top:10px}.reviews .write-review-box textarea{height:80px;font-size:14px}.reviews .write-review-box .woo-ui-message-img{width:120px;height:44px;margin:20px 0}.reviews.list-style-column .reviews-list li:last-of-type{border-bottom:0}.model-recommend ul li .attribute>select{height:32px}.model-recommend ul li .grid-picture{padding-left:100%;padding-bottom:100%;width:auto;overflow:hidden;background:#f1f2f3;border-radius:var(--default-border-radius)}.model-recommend ul li .grid-picture>a{width:100%;height:100%;bottom:0;left:0;right:0;padding:0;position:absolute}.model-recommend ul li .grid-picture img{width:100%;height:100%;object-fit:cover}.model-recommend .swiper-button-next,.model-recommend .swiper-button-prev{top:145px}.model-recommend .sale-discount{left:-8px}.product-big-img .layer-img{height:100%;overflow:auto;display:flex;align-items:center}.product-big-img .layer-img::-webkit-scrollbar{display:none}.product-big-img .layer-img img{max-height:none;margin:0 auto}@media screen and (min-width:768px){.product.recommend .product-details-banner.product-banner .gallery-thumbs{height:0;overflow:hidden;padding:0;opacity:0}.product.recommend .product-details-banner.product-banner .swiper-button-next,.product.recommend .product-details-banner.product-banner .swiper-button-prev{display:none}.product.recommend .product-details-banner.product-banner .gallery-top .swiper-wrapper{display:block}.product.recommend .product-details-banner.product-banner .gallery-top .swiper-wrapper .swiper-slide{margin-bottom:20px;border-radius:8px;overflow:hidden}.product.recommend .recom-item.tag .gallery-thumbs,.product.recommend .recom-item.thumbs .gallery-thumbs{margin:0 auto 12px;width:100%;max-width:520px}.product.recommend .recom-item.tag .gallery-top .swiper-pagination,.product.recommend .recom-item.thumbs .gallery-top .swiper-pagination{display:none}}@media screen and (max-width:768px){.product.recommend{flex-wrap:wrap;margin-top:0;padding:0}.product.recommend .recom-item{width:100%}.product.recommend .recom-item.detail-img{width:100%;padding-right:0}.product.recommend .recom-item.paddL80{width:100%;padding:0 16px;margin-top:16px}.product.recommend .recom-item.tag .gallery-thumbs{height:0;overflow:hidden;opacity:0;padding:0}.product.recommend .recom-item.tag .swiper-button-next,.product.recommend .recom-item.tag .swiper-button-prev{display:none}.product.recommend .recom-item.thumbs .gallery-thumbs{width:calc(100% - 60px)}.product.recommend .recom-item.thumbs .gallery-top .swiper-pagination{display:none}.product.recommend .recom-item.thumbs .swiper-button-next,.product.recommend .recom-item.thumbs .swiper-button-prev{bottom:calc((100vw - 90px)/ 8);transform:translateY(50%);width:30px}.product.recommend .product-groups{padding:16px 0;box-sizing:border-box}.product.recommend .cart-success,.product.recommend .discount-tag,.product.recommend .flipclock,.product.recommend .good-quantity-sizeChart,.product.recommend .good-quantity-tips,.product.recommend .incentive-share,.product.recommend .inventory-threshold-num,.product.recommend .member-price,.product.recommend .price,.product.recommend .products-tisp,.product.recommend .star,.product.recommend .types-item,.product.recommend h4.title{margin:0 0 12px}.product.recommend h4.title{font-size:20px;margin:0 0 12px}.product.recommend h4.title a{font-size:20px}.product.recommend .star{display:block;margin-top:-8px}.product.recommend .types-item .font14{font-size:14px}.product.recommend .product-types-item{padding:9px 20px;font-size:16px}.product.recommend .product-details-banner{width:100%;position:relative}.product.recommend .product-details-banner .gallery-top .swiper-pagination{display:inline-block;top:10px;position:absolute;background:rgba(0,0,0,.5);color:#fff;border-radius:18px;bottom:auto;width:auto;right:10px;left:auto;padding:2px 8px;line-height:24px;font-size:14px}.product.recommend .product-details-banner .swiper-slide-min{height:calc((100vw - 90px)/ 4)}.product.recommend .expand-img{display:none}.product.recommend .woo-ui-btn{max-width:100%;margin-bottom:8px;height:48px}.product.recommend .Woo-PaypalBtn{max-width:100%}.product.recommend .Paypal-buy-now{height:48px;line-height:48px}.product.recommend .cart-success{position:relative;margin-top:0;margin-bottom:12px;text-align:center}.product.recommend .buy-now-main .buy-now-coupon-box .woo-ui-btn{height:42px}.product-details-box .content{display:block}.product-details-box .content:nth-of-type(1) .product-details{display:block}.model-recommend,.product-groups,.reviews{padding:16px 0;box-sizing:border-box}.model-recommend.upward,.product-groups.upward,.reviews.upward{border-top:0;padding:0}.model-recommend.upward,.product-groups.upward,.reviews.upward{border-top:0;padding:16px 0}.model-recommend.upward .product-groups-info .product-groups-img,.product-groups.upward .product-groups-info .product-groups-img,.reviews.upward .product-groups-info .product-groups-img{width:calc((100vw - 92px)/ 3);height:calc((100vw - 92px)/ 3)}.model-recommend.upward .product-groups-info .product-groups-link,.product-groups.upward .product-groups-info .product-groups-link,.reviews.upward .product-groups-info .product-groups-link{height:calc((100vw - 92px)/ 3);width:30px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.product-groups .product-groups-info .product-groups-title{padding-left:.6rem;padding-top:1.2rem;line-height:2.07rem;font-size:1.45rem}.product-groups .product-groups-info .product-groups-title a{font-size:1.45rem}.model-recommend .swiper-button-next,.model-recommend .swiper-button-prev{top:80px}.model-add-to-cart .main{padding:0}.model-add-to-cart.mobile-default .product-button>button{border-radius:0}}
.search-box{height:100%}.search-box .wrap{width:100%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;background:#fff;height:100%;position:relative;background:#fff;box-sizing:border-box;padding:0 12px}.search-box .search-form{width:100%;display:flex;height:100%;align-items:center}.search-box .search-form>form{width:100%;height:100%}.search-box .search-form .close-search-popup,.search-box .search-form .iconfont{cursor:pointer;color:var(--text-color);font-size:44px}.search-box .search-form .close-search-popup{display:none}.search-box .search-select{position:relative;padding-right:30px}.search-box .search-select>select{font-size:14px;position:absolute;top:0;left:0;width:100%;height:100%;padding-top:0;padding-bottom:0;opacity:0;-webkit-appearance:none}.search-box .search-select>label{z-index:auto;display:flex;align-items:center;padding-top:0;padding-bottom:0;white-space:nowrap;pointer-events:none}.search-box .search-select::after{content:"\e62a";font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);pointer-events:none}.search-box .search{width:100%;height:100%;padding:0 10px;box-sizing:border-box;border:0}.search-box .search::-webkit-input-placeholder{color:#ccc}.page-search-box{color:var(--heading-color);margin:0 auto}.page-search-box h3.title{font-size:28px;margin:0}.page-search-box .search-describe{margin:12px 0 24px}.no-searchdata{margin-top:40px;text-align:center;display:flex;flex-direction:column;align-items:center;font-weight:500;min-height:400px}.no-searchdata span{font-size:18px;color:var(--heading-color)}.no-searchdata .viewall-btn{min-width:200px;width:auto;padding:0 10px;margin-top:20px}.search-popup{width:100%;transform:translateX(-50%);position:absolute;left:50%;display:none;background:#fff;height:100%}@media screen and (max-width:768px){.page-search-box .search-describe,.page-search-box h3.title{padding:0 16px;box-sizing:border-box}}
:root{--background-color:#fff;--white:#fff;--heading-color:#212121;--text-color:#121212;--text-background-color:rgba(33, 33, 33, 0.15);--link-color:#2c6ecb;--secondary-color:#999999;--hr-color:#d5d5d5;--placeholder-color:#999999;--border-color:#ccc;--disabled-text-color:#999999;--disabled-color:#f5f5f5;--layout-text-color:#fff;--main-button-text-color:#fff;--main-button-background-color:#222222;--main-button-border-color:#222222;--secondary-button-text-color:#000;--secondary-button-background-color:#fff;--secondary-button-border-color:#000000;--pay-price-color:#212121;--orig-price-color:#999999;--star-color:#000000;--star-bg-color:#dce2ec;--sale-tag-background-color:#ED4040;--sale-tag-border-color:#ED4040;--sale-tag-text-color:#fff;--success-text-color:#48a15c;--element-space-XL:24px;--page-width:140rem;--font-body-scale:1.0;--font-body-style:normal;--font-body-weight:400;--font-heading-style:normal;--font-heading-weight:700;--font-heading-scale:1.3;--default-border-radius:8px}.h0,.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);word-break:break-word}.Paypal-buy-now,.cart-coupon-item,.currency-tips,.error-coupon-box,.product-groups-tips,.products-tisp,.reviews,.woo-ui-btn,.woo-ui-btn-review,.woo-ui-input,.woo-ui-select,.woo-ui-textarea,input,select{border-radius:var(--default-border-radius)}.woo-ui-btn{font-size:14px;height:44px;min-width:140px;display:inline-flex;align-items:center;justify-content:center;white-space:normal}.woo-ui-btn.woo-ui-main-btn{color:var(--main-button-text-color);background-color:var(--main-button-background-color);border-color:var(--main-button-border-color)}.woo-ui-btn.woo-ui-main-btn .iconfont.loading{color:var(--main-button-text-color)}.woo-ui-btn.woo-ui-main-btn a{color:var(--main-button-text-color)}.woo-ui-btn.woo-ui-secondary-btn{--main-button-background-color:var(--secondary-button-background-color);color:var(--secondary-button-text-color);background-color:var(--secondary-button-background-color);border-color:var(--secondary-button-border-color);border-radius:var(--default-border-radius)}.woo-ui-btn.woo-ui-secondary-btn .iconfont.loading{color:var(--secondary-button-text-color)}.woo-ui-btn:hover{opacity:1}.woo-ui-input-number{width:160px}.woo-ui-input-number .woo-ui-input-number-decrease,.woo-ui-input-number .woo-ui-input-number-increase{width:40px;color:var(--heading-color);font-size:18px;background:var(--secondary-button-background-color)}.woo-ui-input-number .woo-ui-input-number-decrease{border-radius:var(--default-border-radius) 0 0 var(--default-border-radius)}.woo-ui-input-number .woo-ui-input-number-increase{border-radius:0 var(--default-border-radius) var(--default-border-radius) 0}.woo-ui-input-number .woo-ui-input{padding:0 40px;border-color:var(--border-color);background:var(--white)}.cart-number .woo-ui-input-number{width:100px}.cart-number .woo-ui-input-number .woo-ui-input-number-decrease,.cart-number .woo-ui-input-number .woo-ui-input-number-increase{width:30px}.cart-number .woo-ui-input-number .woo-ui-input{padding:0 30px}.product-types-item{color:var(--heading-color);background-color:var(--white);border-radius:var(--default-border-radius)}.product-types-item::after{content:'';pointer-events:none;position:absolute;border:1px solid #000;width:100%;left:0;top:0;bottom:0;border-radius:var(--default-border-radius)}.product-types-item::before{content:'';pointer-events:none;position:absolute;width:100%;height:100%;left:0;top:0;border:1px solid var(--heading-color);opacity:0}.product-types-item.active,.product-types-item:hover{color:var(--heading-color);border-color:var(--heading-color)}.product-types-item.active::before,.product-types-item:hover::before{opacity:1;border-color:var(--heading-color);border-radius:var(--default-border-radius);border-width:2px}.product-types-select>select{color:var(--heading-color);border:1px solid var(--heading-color)}.product-types-select>select::after{color:var(--heading-color)}.colorPiece .colorPice-list{display:inline-flex;align-items:stretch}.colorPiece .colorPice-list .commens{padding:0;text-align:center}.colorPiece .colorPice-list .swatch-element{margin:0 6px 8px;max-width:180px}.colorPiece .colorPice-list .swatch-element .active{color:var(--heading-color);border:1px solid var(--heading-color);padding:2px}.colorPiece .colorPice-list .swatch-element.big-image:hover .commens,.colorPiece .colorPice-list .swatch-element.big-image:hover .title-text{border-color:var(--heading-color)}.colorPiece .colorPice-list .swatch-element.big-image:hover .active,.colorPiece .colorPice-list .swatch-element.big-image:hover .active .title-text{border-color:var(--heading-color)}.colorPiece .colorPice-list .swatch-element.big-image img{width:178px;height:178px;object-fit:cover;display:block;padding:2px;box-sizing:border-box;flex:none}.colorPiece .colorPice-list .swatch-element.big-image .commens{width:100%;height:100%;border:1px solid var(--border-color);padding:0;box-sizing:border-box;display:flex;flex-direction:column}.colorPiece .colorPice-list .swatch-element.big-image .title-text{line-height:1.5;font-size:14px;padding:8px;box-sizing:border-box;width:100%;border-top:1px solid var(--border-color);height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.colorPiece .colorPice-list .swatch-element.big-image .active{color:var(--heading-color);border:1px solid var(--heading-color)}.colorPiece .colorPice-list .swatch-element.big-image .active .title-text{background:rgba(0,0,0,.12);border-top:1px solid var(--heading-color)}.colorPiece .colorPice-list .list-colorTotle-text{color:var(--heading-color);padding:6px 20px!important;border:1px solid var(--border-color)}.colorPieceList .colorPice-content{margin-bottom:0}.colorPieceList .colorPice-list{display:inline-flex}.woo-ui-radio.woo-ui-radio-active{border-color:var(--heading-color);background-color:var(--heading-color)}.woo-ui-checkbox{box-sizing:content-box}.woo-ui-checkbox.woo-ui-checkbox-active{border-color:var(--heading-color);background-color:var(--heading-color)}.pagination{text-align:center}.pagination>li{border:0;margin-right:10px}.pagination>li a{color:var(--text-color);font-size:16px;opacity:.6}.pagination>li.active,.pagination>li:hover{background:0 0}.pagination>li.active a,.pagination>li:hover a{color:var(--heading-color);font-weight:700;opacity:1}.pagination>li.disabled{color:var(--secondary-color)}.pagination>li.disabled:hover{color:var(--secondary-color)}.buy-cart-box{background:var(--white)}.buy-cart-box .buy-product-item .woo-ui-input-number .woo-ui-input{height:24px;line-height:24px}.buy-cart-box .buy-product-item .input-number-wrapper{width:100%}.buy-cart-box .buy-title,.buy-cart-box .total-price{color:var(--heading-color)}.buy-cart-box .sold-out{box-sizing:content-box}.sections h3.cart-title{margin:48px 0;text-align:center;max-width:100%}.cart-total-price{color:var(--heading-color)}.cart-total-price.top{display:none}.cart-box{margin:0 auto}.cart-box.empty-wrap{padding:150px 30px 150px}.cart-box.empty-wrap .icon-cart-empty{margin:0 auto 12px}.cart-box h3.title{color:var(--heading-color);font-size:32px;max-width:1480px;margin:20px auto}.cart-box .cart-sub-title{display:flex;border-bottom:1px solid #f5f5f5;padding:20px;justify-content:space-between}.cart-box .cart-sub-title>span{width:140px;text-align:left}.cart-box .cart-sub-title>span:nth-of-type(1){width:120px}.cart-box .cart-sub-title>span:nth-of-type(2){width:calc(100% - 450px)}.cart-box .cart-item{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #f5f5f5;padding:16px 20px}.cart-box .cart-item .cart-img{width:120px;height:120px}.cart-box .cart-item .cart-img img{max-height:120px}.cart-box .cart-item .cart-img .sold-out{box-sizing:content-box}.cart-box .cart-item .cart-info{width:calc(100% - 140px);display:flex;justify-content:space-between;align-items:flex-start}.cart-box .cart-item .cart-info .cart-types{display:none}.cart-box .cart-item .cart-name{width:calc(100% - 450px);display:block}.cart-box .cart-item .cart-name a{font-size:16px;line-height:24px;height:auto;max-height:48px;margin-bottom:8px;display:-webkit-box}.cart-box .cart-item .cart-name .cart-types{color:var(--text-color);padding:6px 12px;margin-right:12px;margin-bottom:12px;background:var(--text-background-color);border-radius:2px;display:inline-block;width:auto;font-size:12px}.cart-box .cart-item .cart-del,.cart-box .cart-item .cart-number,.cart-box .cart-item .cart-price{width:140px}.cart-box .cart-item .cart-del{font-size:18px;font-weight:700;padding-right:20px}.cart-box .flex-cart{display:flex;justify-content:space-between;gap:48px}.cart-box .cart-comments{max-width:100%;width:100%}.cart-box .cart-comments>h3{margin-bottom:10px}.cart-box .cart-comments>.title{font-size:16px}.cart-box .cart-comments textarea{padding:14px 20px;margin:0 auto;height:120px}.cart-box .cart-coupon-main,.cart-box .cart-discount,.cart-box .cart-discount-tips{border:0;padding:0}.cart-box .cart-coupon-main{border-bottom:1px solid rgba(103,114,121,.3);border-top:1px solid rgba(103,114,121,.3);padding:8px 0}.cart-box .cart-coupon-main .cart-coupon-box .woo-ui-btn{width:auto}.cart-box .cart-total{width:100%;max-width:416px}.cart-box .cart-total .woo-ui-btn{width:100%}.cart-box .cart-total .cart-total-describe{padding:20px 0}.cart-box .cart-total .cart-total-price .font16,.cart-box .cart-total .cart-total-price .font20{font-size:20px}.cart-box .cart-total .cart-total-price .font16 strong,.cart-box .cart-total .cart-total-price .font20 strong{font-size:20px}.cart-box .cart-wrap{display:flex;justify-content:space-between;flex-wrap:wrap}.cart-box .cart-wrap .cart-left{width:100%;height:fit-content;background:#fff;padding-bottom:1px}.cart-box .cart-wrap .cart-right{width:100%;margin-top:24px}.cart-box .cart-discount-tips{font-size:12px}.cart-box .currency-tips{margin:20px}.icon-cart-empty{background:#f2f2f2}.cart-coupon-item{border:1px solid #d9d9d9;background:#f5f5f5}.cartlist-discount-tips{color:#eee;background:rgba(51,51,51,.9)}.cartlist-discount-tips span{color:rgba(51,51,51,.9)}.products-tisp{display:inline-block;width:fit-content}.buy-now-main{border:1px solid #000;box-sizing:border-box}.buy-now-main .buy-now-title .icon-close{width:32px;height:32px;color:#333;display:flex;align-items:center;justify-content:center;border-radius:100%;top:5px}.buy-now-main .buy-now-submit .woo-ui-btn.woo-ui-main-btn{max-width:100%!important}.video-wrap{background:url(https://static.spacegone.com/theme/faker/banner1.png) no-repeat center}.sizeChart-tootip{max-width:unset}@media screen and (max-width:768px){.sale-discount{top:-8px;left:-8px}.sections h3.cart-title{margin:24px 0}.cart-total-price.top{display:block;padding:0 12px 20px;color:var(--heading-color);text-align:center}.cart-total-price.top .font16{margin-right:4px}.cart-box .cart-item{padding:12px 20px;margin:0}.cart-box .cart-item .cart-info{margin:0;flex-wrap:wrap}.cart-box .cart-item .cart-info .cart-name a{font-size:14px;line-height:20px;height:auto;max-height:40px;margin-bottom:12px}.cart-box .cart-item .cart-info .cart-name .cart-types{margin:0;margin-bottom:12px}.cart-box .cart-item .cart-info .cart-types{display:none}.cart-box .cart-item .cart-info .cart-price{padding:0;margin-bottom:12px;font-size:1.45rem}.cart-box .cart-total .woo-ui-btn{height:4.992rem}.cart-box h3.title{font-size:24px;margin:30px 0}.cart-box .cart-sub-title{display:none}.cart-box .flex-cart{flex-wrap:wrap}.cart-box .flex-cart .cart-total{width:100%;padding:0;min-width:300px}.cart-box .cart-coupon-main{padding-bottom:10px}.cart-box .cart-wrap{display:block}.cart-box .cart-wrap .cart-right{margin-left:0;width:100%;margin-top:20px}.cart-box .cart-wrap .cart-right .flex-cart{width:100%;box-sizing:border-box;background:#fff;padding:20px}.cart-box .cart-wrap .cart-right .cart-coupon-main .cart-coupon-box .woo-ui-input{width:auto;flex:1;margin-right:12px;border-radius:3px}.colorPieceList .colorPice-list .list-colorTotle-texts{width:22px;height:22px}.colorPieceList .colorPice-list .swatch-element .active{width:20px;height:20px}.colorPieceList .colorPice-list .swatch-element .active .setCommens{width:18px;height:18px}.colorPieceList .colorPice-list .swatch-element .setCommens{width:22px;height:22px}.colorPieceList .colorPice-list .colorNum{top:0}.colorPiece .colorPice-list{margin-right:0}.colorPiece .colorPice-list .swatch-element{max-width:calc((100vw - 62px)/ 3)}.colorPiece .colorPice-list .swatch-element.big-image img{width:calc((100vw - 62px)/ 3);height:calc((100vw - 62px)/ 3)}.colorPiece .colorPice-list .swatch-element.big-image .title-text{line-height:1;font-size:12px;padding:4px}}
.blog{font-family:Arial,Helvetica}.blog .blog-main{max-width:1240px;margin:0 auto}.blog .blog-header{width:100%;height:120px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.05)}.blog .blog-header .header-option{display:flex;align-items:center;justify-content:space-between;height:60px}.blog .blog-header .header-option .logo{font-weight:500;font-size:18px;color:#000}.blog .blog-header .header-option .shop-btn{border:1px solid #000;padding:5px 20px;color:#333;font-size:14px;line-height:20px;border-radius:20px}.blog .blog-header .header-option .mob-btn{display:none}.blog .blog-header .header-line{border-bottom:1px solid rgba(0,0,0,.1)}.blog .blog-header .header-menu{display:flex;align-items:center;height:60px}.blog .blog-header .header-menu .menu-item{font-size:16px;line-height:56px;color:#4f4f4f;cursor:pointer}.blog .blog-header .header-menu .menu-item.active{color:#000;border-bottom:4px solid #000}.blog .blog-footer{width:100%;height:150px;background:#f0f2f3}.blog .blog-footer .foot-line{border-top:1px solid #dee1e7}.blog .blog-footer .foot-wrap{display:flex;align-items:center;justify-content:space-between;height:100%}.blog .blog-footer .foot-wrap .logo>div{font-weight:500;font-size:18px;color:#000;margin-bottom:20px}.blog .blog-footer .foot-wrap .logo>span{font-size:12px;line-height:17px;color:#828282}.blog .blog-footer .foot-wrap .share a{margin-right:20px}.blog .blog-footer .foot-wrap .share a .iconfont{font-size:32px;color:#c1c5cb}.blog .blog-footer .foot-wrap .share a:last-of-type{margin-right:0}.blog .blog-footer .foot-wrap .share a:nth-of-type(1) .iconfont:hover{color:#3877ea}.blog .blog-footer .foot-wrap .share a:nth-of-type(2) .iconfont:hover{color:#4da0eb}.blog .blog-footer .foot-wrap .share a:nth-of-type(3) .iconfont:hover{color:#403a3a}.blog .blog-footer .foot-wrap .mob-copyright{display:none}.blog .blog-footer .copy-success-tip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:none;z-index:10}.blog .blog-footer .copy-success-tip>span{padding:4px 8px;background:rgba(0,0,0,.6);border-radius:4px;color:#fff;text-align:center;font-size:14px}.blog .blog-footer .back-top{position:fixed;right:40px;bottom:300px;width:48px;height:48px;background:#fff;box-shadow:0 2px 6px rgba(146,154,157,.2);text-align:center;line-height:48px;cursor:pointer;display:none}.blog .blog-footer .back-top .iconfont{font-size:24px;color:#99a1ae}.blog .hot-article{width:400px;height:fit-content;padding:20px;box-sizing:border-box;background:#fff}.blog .hot-article .title{font-weight:500;font-size:16px;line-height:22px;color:#000}.blog .hot-article .hot-item{position:relative;margin-top:20px;display:block}.blog .hot-article .hot-item.display-flex{display:flex}.blog .hot-article .hot-item .ftimg-wrap{width:100%;height:200px}.blog .hot-article .hot-item .ftimg-wrap img{width:100%;height:100%;object-fit:cover}.blog .hot-article .hot-item .text{position:absolute;bottom:0;width:100%;height:80px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);display:flex;align-items:center}.blog .hot-article .hot-item .text span{font-weight:500;font-size:16px;line-height:22px;color:#fff;margin-left:10px;width:340px;height:44px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .hot-article .hot-item:nth-of-type(1) .tag{background:#eb485a}.blog .hot-article .hot-item:nth-of-type(1) .tag::after{border-right-color:#eb485a;border-top-color:#eb485a}.blog .hot-article .hot-item:nth-of-type(2) .tag{background:#f2a742}.blog .hot-article .hot-item:nth-of-type(2) .tag::after{border-right-color:#f2a742;border-top-color:#f2a742}.blog .hot-article .hot-item:nth-of-type(3) .tag{background:#3f85f7}.blog .hot-article .hot-item:nth-of-type(3) .tag::after{border-right-color:#3f85f7;border-top-color:#3f85f7}.blog .hot-article .hot-item .tag{position:absolute;left:-4px;top:10px;width:32px;height:20px;background:#9ea2ab;border-radius:0 12px 12px 0;text-align:center;font-weight:700;font-size:16px;line-height:20px;color:#fff}.blog .hot-article .hot-item .tag::after{content:'';border-left:2px solid transparent;border-right:2px solid #9ea2ab;border-top:2px solid #9ea2ab;border-bottom:2px solid transparent;position:absolute;top:20px;left:0}.blog .hot-article .hot-item .img-wrap{width:120px;height:80px;min-width:120px}.blog .hot-article .hot-item .img-wrap img{width:100%;height:100%;object-fit:cover}.blog .hot-article .hot-item .text-wrap{margin-left:10px;width:100%;position:relative}.blog .hot-article .hot-item .text-wrap .title{font-size:14px;line-height:20px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.blog .hot-article .hot-item .text-wrap .author{display:flex;justify-content:space-between;margin-top:20px;position:absolute;bottom:0;width:100%}.blog .hot-article .hot-item .text-wrap .author span{font-size:14px;line-height:20px;color:#bbb}.blog .new-article{width:400px;height:fit-content;padding:20px;box-sizing:border-box;background:#fff}.blog .new-article .title{font-weight:500;font-size:16px;line-height:22px;color:#000}.blog .new-article .item{display:flex;margin-top:20px}.blog .new-article .item .image{width:120px;height:80px;min-width:120px}.blog .new-article .item .image img{width:100%;height:100%;object-fit:cover}.blog .new-article .item .info{margin-left:10px;position:relative;width:100%;word-break:break-all}.blog .new-article .item .info .article-title{font-weight:500;font-size:14px;line-height:20px;color:#000;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all}.blog .new-article .item .info .author{display:flex;justify-content:space-between;margin-top:20px;font-size:14px;line-height:20px;color:#bbb;position:absolute;bottom:0;width:100%}.blog .blog-index-content{min-height:80vh;background:#f0f2f3;padding-bottom:44px}.blog .blog-index-content .content-wrap{padding-top:20px}.blog .blog-index-content .content-wrap .banner-top{display:flex}.blog .blog-index-content .content-wrap .banner-top .banner-left{width:820px;height:400px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top{width:100%;height:100%}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top:hover .swiper-button-next-thumb,.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top:hover .swiper-button-prev-thumb{display:block}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide{position:relative}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide img{width:100%;height:100%;object-fit:cover}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide .text{position:absolute;bottom:0;width:100%;height:140px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.255) 35%,rgba(0,0,0,.6) 100%);display:flex;align-items:center}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide .text span{font-weight:500;font-size:32px;line-height:45px;color:#fff;margin:0 20px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination{text-align:right;bottom:10px;right:20px;left:auto}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination-bullets .swiper-pagination-bullet{width:20px;height:4px;opacity:1;border-radius:0;background:rgba(255,255,255,.5);margin:0 5px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-next-thumb,.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-prev-thumb{width:40px;height:40px;line-height:40px;text-align:center;background:rgba(0,0,0,.6);border-radius:50%;position:absolute;top:50%;transform:translateY(-20px);z-index:9;color:#fff;cursor:pointer;display:none}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-next-thumb.swiper-button-disabled,.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-prev-thumb.swiper-button-disabled{background:rgba(0,0,0,.4)}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-next-thumb{right:20px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-prev-thumb{left:20px}.blog .blog-index-content .content-wrap .banner-top .banner-right{margin-left:20px}.blog .blog-index-content .content-wrap .banner-top .banner-right .item{width:400px;height:190px;display:block;position:relative}.blog .blog-index-content .content-wrap .banner-top .banner-right .item img{width:100%;height:100%;object-fit:cover}.blog .blog-index-content .content-wrap .banner-top .banner-right .item .text{position:absolute;bottom:0;width:100%;height:80px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);display:flex;align-items:center}.blog .blog-index-content .content-wrap .banner-top .banner-right .item .text span{font-weight:500;font-size:16px;line-height:22px;color:#fff;margin-left:10px;width:340px;height:44px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .banner-top .banner-right .item:last-of-type{margin-top:20px}.blog .blog-index-content .content-wrap .list-wrap{margin-top:20px;display:flex;justify-content:space-between}.blog .blog-index-content .content-wrap .list-wrap .list-box{width:820px}.blog .blog-index-content .content-wrap .list-wrap .list-box .items{position:relative}.blog .blog-index-content .content-wrap .list-wrap .list-box .items.mob_list_class{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item{width:100%;padding:20px;box-sizing:border-box;background:#fff;border-bottom:1px solid #dee1e7;display:flex}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .image{width:240px;height:160px;min-width:240px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .image img{width:100%;height:100%;object-fit:cover}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info{width:100%;margin-left:20px;position:relative;word-break:break-all}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .tag{padding:5px 10px;font-size:12px;line-height:17px;color:#fff;background:#000;border-radius:0 2px 2px 0;display:inline-block;margin-bottom:10px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .title{font-weight:500;font-size:20px;line-height:25px;color:#000;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .descript{font-size:14px;line-height:20px;color:#4f4f4f;margin-top:10px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option{display:flex;align-items:center;justify-content:space-between;margin-top:32px;position:absolute;bottom:0;width:100%}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author{display:flex;align-items:center}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author .author-img{width:24px;height:24px;border-radius:50%}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author .author-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author .name{margin-left:8px;font-size:12px;line-height:17px;color:#828282}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author .date{margin-left:40px;font-size:12px;line-height:20px;color:#828282}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .mob-image{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more{width:100%;padding:20px;box-sizing:border-box;background:#fff;border-bottom:1px solid #dee1e7;display:block}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .tag{padding:5px 10px;font-size:12px;line-height:17px;color:#fff;background:#000;border-radius:0 2px 2px 0;display:inline-block;margin-bottom:10px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .title{font-weight:500;font-size:20px;line-height:25px;color:#000;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .descript{font-size:14px;line-height:20px;color:#4f4f4f;margin-top:10px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .author{display:flex;align-items:center}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .author .author-img{width:24px;height:24px;border-radius:50%}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .author .author-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .author .name{margin-left:8px;font-size:12px;line-height:17px;color:#828282}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .author .date{margin-left:40px;font-size:12px;line-height:20px;color:#828282}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap{display:flex;margin-top:10px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image{width:148px;height:148px;margin-right:10px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image:last-of-type{margin-right:0}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image img{width:100%;height:100%;object-fit:cover}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box{position:absolute;right:-83px;bottom:-60px;z-index:9;width:228px;height:112px;padding:20px;box-sizing:border-box;background:#fff;box-shadow:0 4px 12px rgba(146,154,157,.4);border-radius:6px;text-align:center;display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>span{font-size:14px;line-height:20px;color:#000}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap{margin-top:20px;display:flex;justify-content:space-between}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap .iconfont{font-size:32px;color:#c1c5cb}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap a:nth-of-type(1) .iconfont:hover{color:#3877ea}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap a:nth-of-type(2) .iconfont:hover{color:#4da0eb}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap a:nth-of-type(3) .iconfont:hover{color:#d32d2f}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .icon-wrap a:nth-of-type(4) .iconfont:hover{color:#403a3a}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .close-icon{position:absolute;right:10px;top:10px;cursor:pointer;display:none}.blog .blog-index-content .content-wrap .list-wrap .loading-box{width:100%;height:60px;background:#fff;text-align:center;line-height:60px;display:none}.blog .blog-index-content .content-wrap .list-wrap .hot-article-box{margin-left:20px}.blog .blog-detail-content{min-height:80vh;background:#f0f2f3;padding-bottom:44px}.blog .blog-detail-content .bread-crumbs{padding-top:20px;font-size:14px;line-height:20px;color:#828282;width:820px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.blog .blog-detail-content .bread-crumbs a{font-size:14px;line-height:20px;color:#828282}.blog .blog-detail-content .bread-crumbs a:hover{color:#000}.blog .blog-detail-content .mob-option-head{display:none}.blog .blog-detail-content .content-wrap{display:flex;margin-top:20px}.blog .blog-detail-content .content-wrap .left-wrap{width:820px;height:fit-content;padding:20px 30px;background:#fff;box-sizing:border-box}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap{width:760px;height:420px}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top{width:100%;height:100%}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-slide{position:relative}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-slide img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-pagination{text-align:center;bottom:20px;right:20px;left:auto;width:39px;height:23px;line-height:23px;background:rgba(0,0,0,.6);border-radius:12px;font-size:12px;color:#fff}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-next-thumb,.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-prev-thumb{width:40px;height:40px;line-height:40px;text-align:center;background:rgba(0,0,0,.6);border-radius:50%;position:absolute;top:50%;transform:translateY(-20px);z-index:9;color:#fff;cursor:pointer}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-next-thumb.swiper-button-disabled,.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-prev-thumb.swiper-button-disabled{background:rgba(0,0,0,.4)}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-next-thumb{right:20px}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-prev-thumb{left:20px}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info{display:none}.blog .blog-detail-content .content-wrap .left-wrap .article-title{font-weight:500;font-size:28px;line-height:39px;color:#000;margin-top:20px;word-break:break-all}.blog .blog-detail-content .content-wrap .left-wrap .info-wrap{margin-top:10px;font-size:14px;line-height:20px;display:flex;justify-content:space-between}.blog .blog-detail-content .content-wrap .left-wrap .info-wrap>span:first-of-type{color:#828282}.blog .blog-detail-content .content-wrap .left-wrap .info-wrap>span:last-of-type{color:#bbb}.blog .blog-detail-content .content-wrap .left-wrap .info-wrap>span:last-of-type .iconfont{vertical-align:middle}.blog .blog-detail-content .content-wrap .left-wrap .article-text{font-size:16px;line-height:28px;color:#333;margin-top:20px}.blog .blog-detail-content .content-wrap .left-wrap .article-text img{max-width:100%}.blog .blog-detail-content .content-wrap .left-wrap .copyright{font-size:14px;line-height:20px;color:#bbb;display:flex;flex-direction:column;margin-top:60px}.blog .blog-detail-content .content-wrap .left-wrap .detail-line{width:100%;height:1px;background:#dee1e7;margin-top:40px}.blog .blog-detail-content .content-wrap .left-wrap .topic-tag{margin-top:20px}.blog .blog-detail-content .content-wrap .left-wrap .topic-tag .tag-item{display:inline-block;width:auto;height:26px;line-height:26px;background:#eef1f2;border-radius:13px;padding:0 10px;margin-right:20px;margin-bottom:10px}.blog .blog-detail-content .content-wrap .left-wrap .topic-tag .tag-item .iconfont{color:#3f85f7;font-size:16px}.blog .blog-detail-content .content-wrap .left-wrap .topic-tag .tag-item span{color:#000;font-size:14px;margin-left:5px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap{padding-top:20px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item{display:flex;margin-top:20px;background:#f7f7f8;padding:20px;box-sizing:border-box}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .image{width:100px;height:100px;min-width:100px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .image img{width:100%;height:100%;object-fit:cover}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info{margin-left:20px;position:relative;width:100%;word-break:break-all}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .name{font-weight:500;font-size:18px;line-height:25px;color:#000;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option{margin-top:20px;display:flex;justify-content:space-between;position:absolute;bottom:0;width:100%}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .price{line-height:32px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .price .pay-price{font-weight:700;font-size:20px;line-height:23px;color:#eb485a}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .price .orig-price{font-size:16px;line-height:18px;text-decoration-line:line-through;color:#aaa;margin-left:10px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .buy a{display:inline-block;height:32px;line-height:32px;padding:0 10px;border-radius:16px;background:#eb485a;color:#fff;font-size:14px;text-align:center}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .buy .iconfont{display:none}.blog .blog-detail-content .content-wrap .right-wrap{width:400px;margin-left:20px}.blog .blog-detail-content .content-wrap .right-wrap .author-info{width:400px;padding:20px 20px 0;box-sizing:border-box;background:#fff;margin-bottom:20px}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript{display:flex;align-items:center;padding-bottom:20px;border-bottom:1px solid #dee1e7}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript .image{width:60px;height:60px;min-width:60px;border-radius:50%}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript .image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript .text{margin-left:20px}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript .text .name{font-weight:500;font-size:16px;line-height:22px;color:#000}.blog .blog-detail-content .content-wrap .right-wrap .author-info .descript .text .desc{margin-top:10px;font-size:14px;line-height:20px;color:#4f4f4f}.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement{display:flex;align-items:center}.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .article-num,.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .forw-num{width:180px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center}.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .article-num>span:first-of-type,.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .forw-num>span:first-of-type{font-weight:700;font-size:24px;line-height:28px;color:#000}.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .article-num>span,.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .forw-num>span{font-size:14px;line-height:20px;color:#828282;margin-top:4px}.blog .blog-detail-content .content-wrap .right-wrap .author-info .achievement .author-line{width:1px;height:36px;background:#dee1e7}.blog .blog-detail-content .content-wrap .right-wrap .hot-article-box{margin-bottom:20px}.blog .blog-detail-content .content-wrap .right-wrap .new-article-box{margin-bottom:20px}.blog .blog-detail-content>.share-box{position:fixed;top:290px;left:calc(((100% - 1240px)/ 2) - 70px);z-index:10}.blog .blog-detail-content>.share-box div>span{font-size:14px;line-height:20px;text-align:center;color:#000;padding:0 8px}.blog .blog-detail-content>.share-box div .icon-wrap{width:48px;height:auto;background:#fff;text-align:center;padding:12px 8px;box-sizing:border-box;box-shadow:0 2px 6px rgba(146,154,157,.2);border-radius:24px;margin-top:10px}.blog .blog-detail-content>.share-box div .icon-wrap>a{display:block;margin-bottom:20px}.blog .blog-detail-content>.share-box div .icon-wrap>a:last-of-type{margin-bottom:0}.blog .blog-detail-content>.share-box div .icon-wrap>a .iconfont{font-size:32px;color:#c1c5cb}.blog .blog-detail-content>.share-box div .icon-wrap>a:nth-of-type(1) .iconfont:hover{color:#3877ea}.blog .blog-detail-content>.share-box div .icon-wrap>a:nth-of-type(2) .iconfont:hover{color:#4da0eb}.blog .blog-detail-content>.share-box div .icon-wrap>a:nth-of-type(3) .iconfont:hover{color:#d32d2f}.blog .blog-detail-content>.share-box div .icon-wrap>a:nth-of-type(4) .iconfont:hover{color:#403a3a}.blog .blog-detail-content>.share-box .detailcopy-successtip{position:absolute;bottom:20px;left:60px;display:none;z-index:10;min-width:200px}.blog .blog-detail-content>.share-box .detailcopy-successtip>span{padding:4px 8px;background:rgba(0,0,0,.6);border-radius:4px;color:#fff;text-align:center;font-size:14px}.blog .blog-not-found{min-height:71vh;background:#f0f2f3;display:flex;align-items:center;justify-content:center}.blog .blog-not-found .content-wrap{text-align:center}.blog .blog-not-found .content-wrap a{padding:6px 20px;background:#000;border:1px solid #000;box-sizing:border-box;border-radius:18px;color:#fff;margin-top:40px;display:inline-block}.blog .blog-big-img{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:102;width:100%;height:100%;display:none}.blog .blog-big-img.blog-big-img--show{display:flex}.blog .blog-big-img .layer-img{display:block;margin:auto;cursor:zoom-out;height:100%}.blog .blog-big-img .layer-img img{max-width:100%;height:auto;display:block;margin:auto;max-height:100%;animation:zoomIn .5s;-webkit-animation:zoomIn .5s}.blog .blog-big-img .iconfont{cursor:pointer;position:absolute;font-size:24px;color:#333;font-weight:700}.blog .blog-big-img .iconfont.icon-close{top:20px;right:20px}.blog .blog-big-img .iconfont.icon-left{top:50%;left:20px}.blog .blog-big-img .iconfont.icon-right{top:50%;right:20px}.blog .blog-model-mask{width:100%;height:100%;left:0;top:0;right:0;bottom:0;display:none;position:fixed;z-index:101;background:rgba(0,0,0,.6)}.blog .blog-model-mask .nav-model-mask-close{float:right;width:30px;height:30px;text-align:center;line-height:30px;font-size:22px;margin:10px;cursor:pointer;color:#fff}.blog .blog-model-mask.payment-model-mask{background-color:rgba(0,0,0,.75)}.blog .blog-model-mask.white{background:#fff}.blog .blog-model-mask.white-opacity{background:rgba(255,255,255,.9)}@media screen and (max-width:768px){.blog .blog-main{max-width:100%;margin:0 auto}.blog .blog-header{width:100%;height:50px;background:#fff;position:fixed;top:0;left:0;z-index:10}.blog .blog-header.blog-display-none{display:none}.blog .blog-header .header-option{height:100%;padding:0 16px}.blog .blog-header .header-option .shop-btn{display:none}.blog .blog-header .header-option .back-home{display:inline-block;background:rgba(0,0,0,.4);width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;visibility:hidden}.blog .blog-header .header-option .back-home .iconfont{color:#fff;font-size:24px}.blog .blog-header .header-option .mob-btn{display:block}.blog .blog-header .header-option .mob-btn .iconfont{font-size:24px}.blog .blog-header .header-option .mob-btn .share-box{position:fixed;top:0;left:0;width:100%;height:100vh;padding:0;z-index:10;background:rgba(0,0,0,.6);text-align:center;display:none}.blog .blog-header .header-option .mob-btn .share-box .close-icon{font-size:24px;position:absolute;right:10px;top:10px}.blog .blog-header .header-option .mob-btn .share-box>div{background:#fff;width:100%;height:166px;position:absolute;left:0;bottom:-166px;padding:20px;box-sizing:border-box;transition:all .3s ease-in}.blog .blog-header .header-option .mob-btn .share-box>div.show{bottom:0}.blog .blog-header .header-option .mob-btn .share-box>div>span{padding-top:4px;font-size:16px;line-height:22px;color:#000}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap{justify-content:center;margin-top:24px}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a{margin-right:24px}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a:last-of-type{margin-right:0}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a .iconfont{font-size:48px}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a:nth-of-type(1) .iconfont{color:#3877ea}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a:nth-of-type(2) .iconfont{color:#4da0eb}.blog .blog-header .header-option .mob-btn .share-box>div .icon-wrap a:nth-of-type(3) .iconfont{color:#403a3a}.blog .blog-header .header-line,.blog .blog-header .header-menu{display:none}.blog .blog-footer{background:#fff}.blog .blog-footer .foot-wrap{flex-direction:column;justify-content:flex-start}.blog .blog-footer .foot-wrap .logo{margin-top:40px}.blog .blog-footer .foot-wrap .logo>div{text-align:center}.blog .blog-footer .foot-wrap .logo>span{display:none}.blog .blog-footer .foot-wrap .share a{margin-right:24px}.blog .blog-footer .foot-wrap .share a .iconfont{font-size:48px}.blog .blog-footer .foot-wrap .share a:last-of-type{margin-right:0}.blog .blog-footer .foot-wrap .share a:nth-of-type(1) .iconfont{color:#3877ea}.blog .blog-footer .foot-wrap .share a:nth-of-type(2) .iconfont{color:#4da0eb}.blog .blog-footer .foot-wrap .share a:nth-of-type(3) .iconfont{color:#403a3a}.blog .blog-footer .foot-wrap .mob-copyright{display:block;font-size:12px;line-height:17px;color:#828282}.blog .hot-article{display:none}.blog .new-article{display:none}.blog .blog-index-content{background:#fff;margin-top:50px}.blog .blog-index-content .content-wrap{padding-top:0}.blog .blog-index-content .content-wrap .banner-top{margin-bottom:40px}.blog .blog-index-content .content-wrap .banner-top .banner-left{width:100%;height:167px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top{padding-bottom:20px;margin-bottom:20px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top:hover .swiper-button-next-thumb,.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top:hover .swiper-button-prev-thumb{display:none}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide .text{height:67px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-slide .text span{font-size:16px;line-height:22px;margin:0 12px}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination{text-align:center;bottom:0;right:auto;left:50%;transform:translateX(-50%)}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination-bullets .swiper-pagination-bullet{background:rgba(0,0,0,.5)}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-next-thumb,.blog .blog-index-content .content-wrap .banner-top .banner-left .gallery-top .swiper-button-prev-thumb{display:none}.blog .blog-index-content .content-wrap .banner-top .banner-right{display:none}.blog .blog-index-content .content-wrap .list-wrap{margin-top:0}.blog .blog-index-content .content-wrap .list-wrap .list-data{width:100%}.blog .blog-index-content .content-wrap .list-wrap .list-box{width:100%}.blog .blog-index-content .content-wrap .list-wrap .list-box .items:first-of-type{border-top:1px solid #dee1e7}.blog .blog-index-content .content-wrap .list-wrap .list-box .items:last-of-type .list-item,.blog .blog-index-content .content-wrap .list-wrap .list-box .items:last-of-type .list-item-more{border-bottom:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .items.mob_list_class{display:block}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item{padding:12px 16px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item>.image{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info{margin-left:0}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .title{margin-top:8px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .mob-image{display:block;width:100%;height:160px;margin-top:12px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .mob-image img{width:100%;height:100%;object-fit:cover}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option{margin-top:12px;position:static}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item .info .option .author .date{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more{padding:12px 0 12px 16px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .tag{margin-bottom:8px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .title{padding-right:16px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .descript,.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option{padding-right:16px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap{margin-top:12px;overflow-x:auto}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image{width:108px;height:108px;min-width:108px;margin-left:8px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image:first-of-type{margin-left:0}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap .image:last-of-type{padding-right:16px}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .img-wrap::-webkit-scrollbar{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .list-item-more .option .date{display:none}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box{position:fixed;top:0;left:0;width:100%;height:100vh;padding:0;z-index:10;background:rgba(0,0,0,.6)}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box .close-icon{display:block;font-size:24px}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div{background:#fff;width:100%;height:166px;position:absolute;left:0;bottom:-166px;padding:20px;box-sizing:border-box;transition:all .3s ease-in}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div.show{bottom:0}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div>span{padding-top:4px;font-size:16px;line-height:22px;color:#000}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap{justify-content:center;margin-top:24px}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a{margin-right:24px}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a:last-of-type{margin-right:0}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a .iconfont{font-size:48px}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a:nth-of-type(1) .iconfont{color:#3877ea}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a:nth-of-type(2) .iconfont{color:#4da0eb}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a:nth-of-type(3) .iconfont{color:#d32d2f}.blog .blog-index-content .content-wrap .list-wrap .list-box .share-box>div .icon-wrap a:nth-of-type(4) .iconfont{color:#403a3a}.blog .blog-index-content .content-wrap .list-wrap .loading-box{border-top:1px solid #dee1e7}.blog .blog-index-content .content-wrap .list-wrap .hot-article-box{margin-left:0}.blog .blog-detail-content{background:#fff}.blog .blog-detail-content .bread-crumbs{display:none}.blog .blog-detail-content .mob-option-head{position:absolute;top:12px;padding:0 16px;box-sizing:border-box;z-index:9;width:100%;display:block}.blog .blog-detail-content .mob-option-head.head-scroll-style{background:#fff;position:fixed;top:0;height:50px;padding:7px 16px;box-shadow:0 4px 4px rgba(0,0,0,.05)}.blog .blog-detail-content .mob-option-head.head-scroll-style>.icon-wrap .option-icon,.blog .blog-detail-content .mob-option-head.head-scroll-style>.icon-wrap>a{background:0 0;color:#000}.blog .blog-detail-content .mob-option-head>.icon-wrap{display:flex;justify-content:space-between}.blog .blog-detail-content .mob-option-head>.icon-wrap .option-icon,.blog .blog-detail-content .mob-option-head>.icon-wrap>a{display:block;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.4);text-align:center;line-height:36px;color:#fff;font-size:16px}.blog .blog-detail-content .mob-option-head .temp-wrap{display:none;width:140px;height:154px;background:#fff;border-radius:4px;padding:10px 0;box-sizing:border-box;position:absolute;top:40px;right:16px;box-shadow:0 4px 12px rgba(146,154,157,.4)}.blog .blog-detail-content .mob-option-head .temp-wrap .item{display:block;width:100%;height:44px;line-height:44px;padding:0 12px;box-sizing:border-box}.blog .blog-detail-content .mob-option-head .temp-wrap .item .iconfont{font-size:20px;vertical-align:middle}.blog .blog-detail-content .mob-option-head .temp-wrap .item .text{font-size:14px;color:#000;margin-left:12px}.blog .blog-detail-content .mob-option-head .share-box{position:fixed;top:0;left:0;width:100%;height:100vh;padding:0;z-index:10;background:rgba(0,0,0,.6);text-align:center;display:none}.blog .blog-detail-content .mob-option-head .share-box .close-icon{font-size:24px;position:absolute;right:10px;top:10px}.blog .blog-detail-content .mob-option-head .share-box>div{background:#fff;width:100%;height:166px;position:absolute;left:0;bottom:-166px;padding:20px;box-sizing:border-box;transition:all .3s ease-in}.blog .blog-detail-content .mob-option-head .share-box>div.show{bottom:0}.blog .blog-detail-content .mob-option-head .share-box>div>span{padding-top:4px;font-size:16px;line-height:22px;color:#000}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap{justify-content:center;margin-top:24px}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a{margin-right:24px}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a:last-of-type{margin-right:0}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a .iconfont{font-size:48px}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a:nth-of-type(1) .iconfont{color:#3877ea}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a:nth-of-type(2) .iconfont{color:#4da0eb}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a:nth-of-type(3) .iconfont{color:#d32d2f}.blog .blog-detail-content .mob-option-head .share-box>div .icon-wrap a:nth-of-type(4) .iconfont{color:#403a3a}.blog .blog-detail-content .content-wrap{margin-top:0}.blog .blog-detail-content .content-wrap .left-wrap{width:100%;padding:0}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap{width:100%;height:207px}.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-next-thumb,.blog .blog-detail-content .content-wrap .left-wrap .image-wrap .gallery-top .swiper-button-prev-thumb{display:none}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info{display:flex;margin-top:12px;padding:0 16px}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info .image{width:40px;height:40px;border-radius:50%}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info .image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info .text{margin-left:12px}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info .text .name{font-weight:500;font-size:14px;line-height:20px;color:#000}.blog .blog-detail-content .content-wrap .left-wrap .mob-author-info .text .desc{margin-top:4px;font-size:12px;line-height:17px;color:#4f4f4f}.blog .blog-detail-content .content-wrap .left-wrap .article-title{margin-top:12px;padding:0 16px;font-size:20px;line-height:28px}.blog .blog-detail-content .content-wrap .left-wrap .info-wrap{margin-top:12px;padding:0 16px;font-size:12px;line-height:17px}.blog .blog-detail-content .content-wrap .left-wrap .article-text{margin-top:24px;padding:0 16px}.blog .blog-detail-content .content-wrap .left-wrap .copyright{margin-top:30px;padding:0 16px}.blog .blog-detail-content .content-wrap .left-wrap .detail-line{margin-top:32px}.blog .blog-detail-content .content-wrap .left-wrap .topic-tag{margin-top:24px;text-align:left;padding:0 16px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap{padding:20px 16px 0}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item{padding:12px;margin-top:12px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .image{width:80px;height:80px;min-width:80px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info{margin-left:12px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .name{font-size:16px;line-height:22px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option{margin-top:16px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .price .pay-price{font-size:16px;line-height:18px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .price .orig-price{font-size:14px;line-height:16px;margin-left:8px}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .buy span{display:none}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .buy .iconfont{display:block}.blog .blog-detail-content .content-wrap .left-wrap .product-wrap .product-item .info .option .buy a{width:28px;height:28px;line-height:28px;border-radius:50%;padding:0;font-size:16px}.blog .blog-detail-content .content-wrap .right-wrap{display:none}.blog .blog-detail-content>.share-box{display:none}.blog .blog-big-img .layer-img{height:auto}}
.comparison{padding-top:27px;padding-bottom:27px}.comparison .comparison__wrapper{column-gap:3rem;display:grid;grid-template-columns:repeat(2,1fr);place-items:center;row-gap:2rem}.comparison .comparison__wrapper .text-box{text-align:center;word-break:break-word}.comparison .comparison__wrapper .text-box>h2{font-size:calc(1.3* 3rem)}.comparison .comparison__wrapper .comparison-table-container{width:100%;max-width:50rem;display:flex;align-items:center;justify-content:center}.comparison .comparison__wrapper .comparison-table-container .comparison-table{flex-grow:1;border-spacing:0}.comparison .comparison__wrapper .comparison-table-container .comparison-table thead{z-index:1}.comparison .comparison__wrapper .comparison-table-container .comparison-table .isolate{position:relative;z-index:0}.comparison .comparison__wrapper .comparison-table-container .comparison-table tr{display:flex;justify-content:space-between;align-items:center}.comparison .comparison__wrapper .comparison-table-container .comparison-table th{padding-left:.2rem;padding-right:.2rem;padding:.5rem .75rem;font-size:1.8rem;line-height:1.3}.comparison .comparison__wrapper .comparison-table-container .comparison-table th:nth-child(2){order:-1;text-align:left}.comparison .comparison__wrapper .comparison-table-container .comparison-table tbody{box-shadow:none;border-radius:0}.comparison .comparison__wrapper .comparison-table-container .comparison-table tbody tr:not(:last-of-type){border-bottom:solid .1rem rgba(18,18,18,.16)}.comparison .comparison__wrapper .comparison-table-container .comparison-table tbody tr:first-of-type .comparison-table__row-name{border-radius:2rem 0 0 0}.comparison .comparison__wrapper .comparison-table-container .comparison-table tbody tr:first-of-type td:last-child{border-radius:0 2rem 0 0}.comparison .comparison__wrapper .comparison-table-container .comparison-table tbody td:not(.comparison-table__row-name){padding-left:.2rem;padding-right:.2rem}.comparison .comparison__wrapper .comparison-table-container .comparison-table tr{display:flex;justify-content:space-between;align-items:center}.comparison .comparison__wrapper .comparison-table-container .comparison-table .comparison-table__row-name{flex-grow:1;padding:1rem 1.5rem;font-size:1.8rem}.comparison .comparison__wrapper .comparison-table-container .comparison-table .comparison-table__row-name>h3{font-size:1.8rem;margin:0;color:var(--text-color,inherit)}.comparison .comparison__wrapper .comparison-table-container .comparison-table td{padding:1rem 1.5rem;text-align:center;box-shadow:inset 0 -.1rem 0 0 rgba(18,18,18,0),inset 0 0 0 6rem rgba(18,18,18,0);position:relative;display:flex;align-items:center;justify-content:center}.comparison .comparison__wrapper .comparison-table-container .comparison-table td:nth-child(2){order:-1;text-align:left}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1{--border-radius:2rem;padding-bottom:3rem;flex-grow:1;border-spacing:0;border-collapse:separate}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .color-accent{color:rgba(253,251,247,.9);background-color:#ff4f5f}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .color-background-1{background-color:#fff}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 thead{z-index:1}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .isolate{position:relative;z-index:0}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 th{padding:.5rem .75rem;line-height:1.3;font-size:1.8rem;color:#121212}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .comparison-table__logo{border-radius:var(--border-radius) var(--border-radius) 0 0;padding:.75rem 1rem}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 img{vertical-align:middle}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody{box-shadow:none;border-radius:var(--border-radius)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody tr:first-of-type td:first-child{border-radius:var(--border-radius) 0 0 0}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody tr:first-of-type td:last-child{border-radius:0 var(--border-radius) 0 0}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody tr:last-of-type td:first-child{border-radius:0 0 0 var(--border-radius)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody tr:last-of-type td:last-child{border-radius:0 0 var(--border-radius) 0}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody tr:last-of-type td:nth-child(2):after{content:"";display:block;width:100%;height:3rem;position:absolute;top:100%;left:0;background:#ff4f5f;border-radius:0 0 var(--border-radius) var(--border-radius)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 tbody td:not(.comparison-table__row-name){padding:1rem 2rem}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 td{padding:1rem 1.5rem;text-align:center;box-shadow:inset 0 -.1rem 0 0 rgba(0,0,0,.04),inset 0 0 0 6rem transparent,.3rem .3rem .8rem rgba(0,0,0,.15),-.1rem -.1rem 0 0 rgba(0,0,0,.08);position:relative}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 td.ours .comparison-table-1_icon{color:var(--icon-color,#419a00)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 td.others .comparison-table-1_icon{color:var(--others-icon-color,#ff4f5f)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .comparison-table__row-name>h3{font-size:1.8rem;margin:0;color:var(--text-color,inherit)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 .comparison-table-1_icon{display:flex;align-items:center;justify-content:center;width:1em;height:1em;margin:auto;border-radius:50%;box-sizing:content-box;background:#fff;padding:.4rem;font-size:1.4rem;font-weight:700}.cancel-icon,.check-icon{font-size:4rem;font-variation-settings:"FILL" 1}.ours{color:var(--icon-color,#c7a3d1)}.others{color:var(--others-icon-color,#ef4c4c)}@media screen and (min-width:750px){.comparison{padding-top:36px;padding-bottom:36px}}@media screen and (max-width:899px){.comparison .comparison__wrapper{grid-template-columns:repeat(1,1fr)}.comparison .comparison__wrapper .comparison-table-container .comparison-table-1 th{font-size:1.5rem}}
.default-category .grid-item{position:relative;overflow:hidden;transition:transform .3s ease,filter .3s}.default-category .grid-item.ratio .img-wrapper{padding-left:100%;padding-bottom:100%;width:auto;overflow:hidden;background:#f1f2f3}.default-category .grid-item.ratio .img-wrapper a{width:100%;height:100%;bottom:0;left:0;right:0;padding:0;position:absolute}.default-category .grid-item.ratio .img-wrapper a.grid-item-title{display:flex;left:50%;align-items:center;justify-content:center;padding:0 12px}.default-category .grid-item.ratio .img-wrapper img{height:100%;object-fit:cover}.default-category .grid-item .img-wrapper{position:relative}.default-category .grid-item .grid-item-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;font-size:14px;letter-spacing:2px;color:var(--heading-color);padding:0 12px;box-sizing:border-box;text-align:center}.default-category .grid-item .grid-item-title>span{display:inline-flex;background:#fff;padding:8px 12px}.default-category .grid-item img{width:100%;display:block}@media screen and (min-width:768px){.default-category .grid{display:grid;gap:16px}.default-category .grid.grid-pc-2{grid-template-columns:repeat(2,1fr)}.default-category .grid.grid-pc-3{grid-template-columns:repeat(3,1fr)}.default-category .grid.grid-pc-4{grid-template-columns:repeat(4,1fr)}.default-category .grid.grid-pc-5{grid-template-columns:repeat(5,1fr)}.default-category .grid.grid-pc-6{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:768px){.default-category .grid.grid-1,.default-category .grid.grid-2,.default-category .grid.grid-gap{display:grid;grid-template-columns:repeat(1,1fr);gap:8px}.default-category .grid.grid-2,.default-category .grid.grid-gap{grid-template-columns:repeat(2,1fr)}.default-category .grid-item .grid-item-title{font-size:16px}}
.default-collection{transition:all .5s}.default-collection .featured-product-modle.ratio .img-wrapper{padding-left:100%;padding-bottom:100%;width:auto;overflow:hidden}.default-collection .featured-product-modle.ratio .img-wrapper a{display:block;height:100%}.default-collection .featured-product-modle.ratio .img-wrapper a>div{bottom:0;height:100%;left:0;right:0;padding:0;position:absolute}.default-collection .featured-product-modle.ratio .img-wrapper img{height:100%;object-fit:cover}.default-collection .featured-product-modle .swiper-container{width:100%}.default-collection .featured-product-modle .swiper-slide{position:relative}.default-collection .featured-product-modle .swiper-navigation{position:relative;text-align:center;width:100%;margin-top:var(--element-space-XL)}.default-collection .featured-product-modle .swiper-button-next,.default-collection .featured-product-modle .swiper-button-prev{width:40px;height:40px;background:0 0;-webkit-font-smoothing:antialiased;display:inline-flex;justify-content:center;align-items:center;position:relative;font-weight:700;font-size:20px;margin:0}.default-collection .featured-product-modle .swiper-button-prev{left:0}.default-collection .featured-product-modle .swiper-button-next{right:0}.default-collection .featured-product-modle .star>span{display:none}.default-collection .img-wrapper{width:100%;position:relative;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.default-collection .img-wrapper .add-to-cart{width:100%}.default-collection .img-wrapper .featured-img{opacity:1;z-index:1}.default-collection .img-wrapper .second-img{opacity:0;z-index:-1;position:absolute;top:0;height:100%;overflow:hidden}.default-collection .img-wrapper img{width:100%}.default-collection .good-info{padding:0 8px}.default-collection .good-info .product-name{display:-webkit-box;word-break:break-all;margin-bottom:8px}.default-collection .good-info .product-name a{color:var(--heading-color)}.default-collection .add-to-cart{width:calc((100% - 16px));text-transform:capitalize;position:absolute;left:0;bottom:0;z-index:1;padding:13px 0;display:none}.default-collection .add-to-cart.woo-ui-btn-disabled{color:var(--disabled-text-color);background-color:var(--disabled-color);border-color:var(--disabled-color);cursor:default}.default-collection .star .score span.iconfont{font-size:14px}@media screen and (min-width:768px){.default-collection .img-wrapper.single-img:hover .featured-img{opacity:1;z-index:1}.default-collection .img-wrapper:hover .featured-img{opacity:0;z-index:-1}.default-collection .img-wrapper:hover .second-img{opacity:1;z-index:1}.default-collection .grid-pc-2,.default-collection .grid-pc-3,.default-collection .grid-pc-4,.default-collection .grid-pc-5,.default-collection .grid-pc-6{display:grid;grid-gap:24px 16px}.default-collection .grid-pc-2 .swiper-slide:hover .img-wrapper .add-to-cart,.default-collection .grid-pc-3 .swiper-slide:hover .img-wrapper .add-to-cart,.default-collection .grid-pc-4 .swiper-slide:hover .img-wrapper .add-to-cart,.default-collection .grid-pc-5 .swiper-slide:hover .img-wrapper .add-to-cart,.default-collection .grid-pc-6 .swiper-slide:hover .img-wrapper .add-to-cart{display:inline-flex}.default-collection .grid-pc-2{grid-template-columns:repeat(2,1fr)}.default-collection .grid-pc-3{grid-template-columns:repeat(3,1fr)}.default-collection .grid-pc-4{grid-template-columns:repeat(4,1fr)}.default-collection .grid-pc-5{grid-template-columns:repeat(5,1fr)}.default-collection .grid-pc-6{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:768px){.default-collection .featured-product-modle .swiper-button-next,.default-collection .featured-product-modle .swiper-button-prev{display:none}.default-collection .good-info .star{display:block;height:auto}.default-collection .good-info .star .score{display:block}.default-collection .add-to-cart{display:block;position:relative;margin:8px auto 0}.default-collection .img-wrapper .add-to-cart{display:none}.default-collection .slideshow .swiper-slide{width:calc((100% - 16px)/ 2.2)}.default-collection .grid-1,.default-collection .grid-2{display:grid;grid-gap:16px 8px}.default-collection .grid-2{grid-template-columns:repeat(2,1fr)}}
.default-single-product .sections{display:flex;justify-content:space-between;flex-wrap:wrap}.default-single-product .sections .recom-item{width:50%;flex:none}.default-single-product .sections .recom-item.paddL80{padding:0 24px;box-sizing:border-box;text-align:left}.default-single-product .sections .recom-item.paddL80 .colorPice-list,.default-single-product .sections .recom-item.paddL80 .good-quantity-sizeChart,.default-single-product .sections .recom-item.paddL80 .share-this{justify-content:flex-start}.default-single-product .sections .recom-item.paddL80 .colorPiece .colorPice-list,.default-single-product .sections .recom-item.paddL80 .product-types-list{margin-left:-6px}.default-single-product .sections .recom-item.tag .gallery-thumbs{height:0;overflow:hidden;opacity:0;padding:0}.default-single-product .sections .recom-item.tag .swiper-button-next,.default-single-product .sections .recom-item.tag .swiper-button-prev{display:none}.default-single-product .sections .recom-item.thumbs .gallery-thumbs{width:100%;max-width:520px}.default-single-product .sections .recom-item.thumbs .gallery-top .swiper-pagination{display:none}.default-single-product .sections .product-details-banner{position:relative}.default-single-product .sections .product-details-banner .gallery-top{width:100%;height:100%}.default-single-product .sections .product-details-banner .gallery-top .swiper-slide img{width:100%;max-width:100%;max-height:100%;display:block;margin:0 auto;cursor:pointer}.default-single-product .sections .product-details-banner .gallery-thumbs{margin-top:20px}.default-single-product .sections .product-details-banner .gallery-thumbs .swiper-slide{opacity:1;box-sizing:border-box}.default-single-product .sections .product-details-banner .gallery-thumbs .swiper-slide-thumb-active{border:1px solid #000}.default-single-product .sections .product-details-banner .swiper-button-next{right:0}.default-single-product .sections .product-details-banner .swiper-button-prev{left:0}.default-single-product .sections .product-details-banner .swiper-button-next,.default-single-product .sections .product-details-banner .swiper-button-prev{top:auto;bottom:20px;width:40px;height:40px;line-height:40px;font-size:20px;background:0 0;z-index:2;text-align:center;color:var(--heading-color);font-weight:700}.default-single-product .sections .product-details-banner .swiper-slide-min{overflow:hidden;display:flex;border:1px solid #fff;padding:1px;border-radius:3px;height:80px}.default-single-product .sections .product-details-banner .swiper-slide-min>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto}.default-single-product .sections .product-details-banner .swiper-slide-min>div img{width:100%;height:100%;object-fit:cover}.default-single-product .sections .cart-success,.default-single-product .sections .discount-tag,.default-single-product .sections .inventory-threshold-num,.default-single-product .sections .price,.default-single-product .sections .products-tisp,.default-single-product .sections .star,.default-single-product .sections .types-item,.default-single-product .sections h4.title{margin:0 0 24px}.default-single-product .sections .good-quantity-tips{padding-bottom:0}.default-single-product .sections .cart-success{width:100%;max-width:416px;text-align:center;margin-bottom:12px;display:none}.default-single-product .sections .cart-success a{text-decoration:underline}.default-single-product .sections h4.title{font-size:28px;margin-bottom:12px}.default-single-product .sections h4.title a{font-size:28px;color:var(--heading-color)}.default-single-product .sections .sub-title{font-size:16px;line-height:22px;margin-bottom:12px}.default-single-product .sections .view-detail{margin:20px auto 24px}.default-single-product .sections .view-detail a{font-size:16px;transition:all .8s ease;color:var(--heading-color)}.default-single-product .sections .view-detail a .iconfont{margin-left:5px;font-size:12px}.default-single-product .sections .view-detail a:active,.default-single-product .sections .view-detail a:hover{margin-left:8px;transition:all .8s ease}.default-single-product .sections .price .pay-price{font-size:16px;font-weight:700}.default-single-product .sections .price .orig-price{font-size:16px;margin-left:4px}.default-single-product .sections .types-item{position:relative}.default-single-product .sections .types-item.quantity label{font-size:14px;display:block;padding-bottom:10px}.default-single-product .sections .types-item.button{margin-top:15px}.default-single-product .sections .types-item .font14{margin:0;padding:0 0 8px;font-size:14px}.default-single-product .sections .types-item .font14>span:nth-of-type(1){text-transform:capitalize}.default-single-product .sections .types-item .font14>span:nth-of-type(2){display:none}.default-single-product .sections img{max-width:100%;height:auto}.default-single-product .sections .product-types-list{font-size:0}.default-single-product .sections .product-types-item{font-style:normal;position:relative;display:inline-block;padding:6px 20px;margin:0 6px 8px;font-size:14px;line-height:20px;cursor:pointer;box-sizing:border-box}.default-single-product .sections .product-types-select{position:relative;margin-bottom:12px;max-width:416px;display:inline-flex;width:100%}.default-single-product .sections .product-types-select>select{height:40px;padding:0 10px;font-size:14px;width:100%;text-transform:uppercase;box-sizing:border-box;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.default-single-product .sections .product-types-select::after{font-family:iconfont!important;-webkit-font-smoothing:antialiased;content:"\e622";font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:0;pointer-events:none;font-weight:700}.default-single-product .sections .Woo-PaypalBtn,.default-single-product .sections .customize-product-btn,.default-single-product .sections .woo-ui-btn{width:100%;max-width:416px;margin-bottom:12px;display:inline-block;border-radius:0}@media screen and (max-width:768px){.default-single-product{flex-wrap:wrap}.default-single-product .sections.full-screen .recom-item.paddL80{padding:0 12px}.default-single-product .sections.large .product-details-banner .swiper-slide-min{height:calc((100vw - 106px)/ 4)}.default-single-product .sections.medium .product-details-banner .swiper-slide-min{height:calc((100vw - 122px)/ 4)}.default-single-product .sections.small .product-details-banner .swiper-slide-min{height:calc((100vw - 138px)/ 4)}.default-single-product .sections .cart-success,.default-single-product .sections .discount-tag,.default-single-product .sections .flipclock,.default-single-product .sections .good-quantity-sizeChart,.default-single-product .sections .good-quantity-tips,.default-single-product .sections .incentive-share,.default-single-product .sections .inventory-threshold-num,.default-single-product .sections .member-price,.default-single-product .sections .price,.default-single-product .sections .products-tisp,.default-single-product .sections .star,.default-single-product .sections .types-item,.default-single-product .sections h4.title,.default-single-product .sections hr{margin:0 0 12px}.default-single-product .sections h4.title{font-size:20px;margin:20px 0 12px 0}.default-single-product .sections h4.title a{font-size:20px}.default-single-product .sections .star{display:block;margin-top:-8px}.default-single-product .sections .types-item .font14{font-size:14px}.default-single-product .sections .product-types-item{padding:9px 20px;font-size:16px}.default-single-product .sections .recom-item{width:100%}.default-single-product .sections .recom-item.paddL80{padding:0}.default-single-product .sections .recom-item.thumbs .gallery-thumbs{width:calc(100% - 60px)}.default-single-product .sections .recom-item.thumbs .swiper-button-next,.default-single-product .sections .recom-item.thumbs .swiper-button-prev{bottom:calc((100vw - 90px)/ 8);transform:translateY(50%);width:30px}.default-single-product .sections .product-details-banner{width:100%}.default-single-product .sections .product-details-banner .gallery-top .swiper-pagination{display:block}.default-single-product .sections .product-details-banner .swiper-slide-min{height:calc((100vw - 90px)/ 4)}.default-single-product .sections .woo-ui-btn{max-width:100%;margin-bottom:8px;height:48px}.default-single-product .sections .Woo-PaypalBtn{max-width:100%}.default-single-product .sections .Paypal-buy-now{height:48px;line-height:48px}.default-single-product .sections .cart-success{position:relative;margin-top:0;margin-bottom:12px;text-align:center}}
.default-slideshow.sections{max-width:100%;width:100%}.default-slideshow.sections.full-screen{height:100vh}.default-slideshow{width:100%;color:#fff;padding:0}.default-slideshow .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;max-height:100vh}.default-slideshow .swiper-slide .mobImg{display:none}.default-slideshow .swiper-pagination{width:100%;bottom:20px}.default-slideshow .swiper-pagination-bullets .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius:12px;background:#fff;margin:0 5px}.default-slideshow .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.default-slideshow .swiper-navigation{width:100%}.default-slideshow .swiper-button-next,.default-slideshow .swiper-button-prev{font-size:34px;line-height:44px;background:0 0;top:50%;transform:translateY(-22px);opacity:.3}.default-slideshow .swiper-button-next:hover,.default-slideshow .swiper-button-prev:hover{opacity:1}.default-slideshow .swiper-item-box{position:absolute;top:0;height:100%;width:100%;padding:0 15px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;display:-webkit-box;display:-webkit-flex;-webkit-align-items:center;box-align:center;-webkit-box-align:center}.default-slideshow .swiper-item-box .width-custom{max-width:50%;word-break:break-word}.default-slideshow .swiper-item-box.text-left{text-align:left;justify-content:flex-start}.default-slideshow .swiper-item-box.text-center{text-align:center}.default-slideshow .swiper-item-box.text-center .width-custom{max-width:100%}.default-slideshow .swiper-item-box.text-right{text-align:right;justify-content:flex-end}.default-slideshow .swiper-item-box .swiper-title{font-size:calc(1.3 * 5.5rem)!important;line-height:unset!important}.default-slideshow .swiper-item-box .swiper-btn{background:0 0;border:2px solid #fff;color:#fff;border-radius:var(--default-border-radius)}.default-slideshow .swiper-item-box .swiper-describe{font-size:16px;line-height:22px;margin-top:8px;margin-bottom:24px}.default-slideshow .swiper-item-box .swiper-shop-now{margin-top:40px}.default-slideshow .swiper-item-box .swiper-shop-now a{padding:11px 30px;font-size:18px;display:inline-block;background:#ffb902;color:#202020}.default-slideshow .default-slideshow-link{position:absolute;top:0;left:0;height:100%;width:100%}.default-slideshow .swiper-img{width:100%;height:100%}.default-slideshow .swiper-img img{width:100%;height:100%;object-fit:cover}.default-slideshow .swiper-img.mask::after{content:"";background:var(--bg-color,rgba(0,0,0,0));position:absolute;top:0;width:100%;height:100%;left:0}.default-slideshow.same-size-first{height:auto}.default-slideshow.same-size-first .swiper-slide{max-height:initial}.default-slideshow.same-size-first .swiper-pagination{transform:translate(-50%,-30px);left:50%;width:auto}.default-slideshow.default{height:auto}.default-slideshow.default .swiper-img{height:480px}.default-slideshow.printscreen .swiper-slide{background:0 0}.default-slideshow.printscreen .swiper-img{opacity:0}.default-slideshow.printscreen .swiper-img img{width:auto;height:auto;object-fit:none}@media screen and (max-width:768px){.default-slideshow .swiper-pagination-bullets .swiper-pagination-bullet{width:8px;height:8px}.default-slideshow .swiper-item-box .width-custom{max-width:100%}.default-slideshow .swiper-item-box .width-custom .swiper-title{font-size:5.3rem!important}.default-slideshow .swiper-item-box .swiper-describe{margin:8px 0;line-height:1.2;font-size:16px}.default-slideshow .swiper-item-box .swiper-shop-now{margin-top:25px}.default-slideshow .swiper-item-box .swiper-shop-now a{font-size:18px!important}.default-slideshow.full-screen{height:100vh}.default-slideshow.default .swiper-slide,.default-slideshow.same-size-first .swiper-slide{display:block}.default-slideshow.default .swiper-item-box .width-custom .swiper-title,.default-slideshow.same-size-first .swiper-item-box .width-custom .swiper-title{font-size:2.3rem!important}.default-slideshow.default .swiper-img{height:360px}.default-slideshow.default .swiper-pagination{bottom:8px}.default-slideshow .swiper-navigation{display:none}.default-slideshow.printscreen{background-image:none!important}.default-slideshow.printscreen .swiper-img{opacity:1;height:480px}.default-slideshow.printscreen .swiper-img img{width:100%;height:auto;object-fit:cover}.default-slideshow.printscreen .swiper-pagination{top:500px}.default-slideshow .swiper-slide .mobImg{display:block}.default-slideshow .swiper-slide .pcImg{display:none}}@media screen and (min-width:750px){.default-slideshow .swiper-item-box{padding:0 5rem}}
.default-subscribe .sections{padding:54px 0;box-sizing:border-box}.default-subscribe .sections>div{max-width:800px;margin:0 auto}.default-subscribe .sections.text-left>div{margin-left:0}.default-subscribe .sections.text-right>div{margin-right:0}.default-subscribe .describe{margin-top:8px}.default-subscribe .newsletter{margin-top:24px;width:520px;position:relative;display:inline-block}.default-subscribe .newsletter-email{width:100%;height:44px;box-sizing:border-box;font-size:14px;border:1px solid #999;padding:0 12px}.default-subscribe .newsletter-email.disable-input{color:var(--success-text-color);background:var(--success-background-color);border-color:var(--success-text-color)}.default-subscribe .woo-ui-btn{position:absolute;top:0;right:0}.default-subscribe .woo-ui-btn em{font-style:normal}.default-subscribe .subscribe-tips{color:var(--success-text-color);margin-top:12px;display:none}.default-subscribe .subscribe-tips::before{content:'\e69d';font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:4px}@media screen and (max-width:768px){.default-subscribe .sections{padding:42px 0}.default-subscribe .newsletter{width:100%}.default-subscribe .woo-ui-btn{min-width:auto}}
.default-text .default-text-content{background:var(--bg-color);color:var(--text-color)}.default-text .default-text-content a{color:var(--main-button-background-color)}.default-text .default-text-content a:hover{text-decoration:underline;text-underline-offset:.3rem}.default-text .default-text-content .sections{padding:72px 0}.default-text .default-text-content .sections>div{max-width:800px;margin:0 auto}.default-text .default-text-content .sections.text-left>div{margin-left:0}.default-text .default-text-content .sections.text-right>div{margin-right:0}.default-text .default-text-content .describe{padding:8px 0 0;margin-bottom:1rem}.default-text .default-text-content .model-button{margin-top:24px}.default-text .default-text-content.gradient{background:linear-gradient(180deg,var(--bg-color),rgba(255,255,255,0) 35%,rgba(255,255,255,0) 60.791%,rgba(255,255,255,0) 100%);background-attachment:fixed;background-position-y:72px}.default-text .default-text-content.wave .sections{padding:0 0 4px 0}.default-text .default-text-content.tilt_left .sections{padding:0 0 4px 0}.default-text .default-text-content.tilt_right .sections{padding:0 0 4px 0}.default-text .section-divider__svg-wrapper{transform:scaleX(1) scaleY(1)}.default-text .section-divider__svg-wrapper .section-divider__svg{background:0 0;overflow:hidden;transform:translateY(1px)}.default-text .section-divider__svg-wrapper .section-divider__svg svg{color:var(--bg-color);display:block;width:100%;height:auto;max-height:var(--max-height)}.default-text .section-divider__svg-wrapper.reverse{transform:scaleX(-1) scaleY(-1)}.default-text .section-divider__svg-wrapper.tilt_left.above{transform:scaleX(-1) scaleY(1)}.default-text .section-divider__svg-wrapper.tilt_left.below{transform:scaleX(1) scaleY(-1)}.default-text .section-divider__svg-wrapper.tilt_right.above{transform:scaleX(1) scaleY(1)}.default-text .section-divider__svg-wrapper.tilt_right.below{transform:scaleX(-1) scaleY(-1)}@media screen and (max-width:768px){.default-text .default-text-content .sections{padding:40px 0}}
.default-video .video-wrap{width:100%;position:relative;background-size:cover}.default-video .video-wrap .video-layout{position:relative}.default-video .video-wrap.scale16-9 .video-layout{padding-bottom:56.25%}.default-video .video-wrap.scale21-9 .video-layout{padding-bottom:42.857142857142855%}.default-video .video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.default-video .video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.default-video .video-wrap .play-button{font-size:26px;width:64px;height:64px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:rgba(0,0,0,.5);transform:translate(-50%,-50%);z-index:2}.default-video .video-wrap .play-button::before{content:"\e6b2"}.default-video .video-wrap .play-button:hover{background:rgba(0,0,0,.8)}.default-video .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#f2f2f2}
.featured-category .grid.grid-gap{grid-gap:16px 16px}.featured-category .grid-item{position:relative;overflow:hidden;transition:transform .3s ease,filter .3s;border-radius:var(--default-border-radius)}.featured-category .grid-item.circle .grid-item-title,.featured-category .grid-item.circle img{border-radius:100%}.featured-category .grid-item .img-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.featured-category .grid-item .img-wrapper a{display:block;width:100%;height:100%;bottom:0;left:0;right:0;padding:0;position:absolute}.featured-category .grid-item .grid-item-title{position:absolute;width:100%;height:100%;display:flex;left:0;top:0;justify-content:center;align-items:center;color:var(--layout-text-color);font-size:20px;background:rgba(0,0,0,.3)}.featured-category .grid-item img{width:100%;height:100%;object-fit:cover}.featured-category .placeholder-svg{border:0}@media screen and (min-width:768px){.featured-category .grid{display:grid}.featured-category .grid.grid-pc-2{grid-template-columns:repeat(2,1fr)}.featured-category .grid.grid-pc-3{grid-template-columns:repeat(3,1fr)}.featured-category .grid.grid-pc-4{grid-template-columns:repeat(4,1fr)}.featured-category .grid.grid-pc-5{grid-template-columns:repeat(5,1fr)}.featured-category .grid.grid-pc-6{grid-template-columns:repeat(6,1fr)}.featured-category .grid-item:hover img{filter:brightness(.5)}}@media screen and (max-width:768px){.featured-category .grid.grid-1{display:grid;grid-template-columns:repeat(1,1fr)}.featured-category .grid.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.featured-category .grid.grid-gap{grid-gap:8px 8px}.featured-category .grid-item .grid-item-title{font-size:16px}}
.icon-declare .grid-item{width:100%;height:auto;display:flex;align-items:flex-start;font-size:16px;box-sizing:border-box;text-align:left;gap:12px}.icon-declare .grid-item .icons{font-size:40px}.icon-declare .grid-item .icons img{max-width:40px;max-height:40px}.icon-declare .grid-item .description{margin-top:4px;font-size:14px;opacity:.8}@media screen and (min-width:768px){.icon-declare .swiper-wrapper{gap:24px}.icon-declare .swiper-wrapper.grid-pc-1,.icon-declare .swiper-wrapper.grid-pc-2,.icon-declare .swiper-wrapper.grid-pc-3,.icon-declare .swiper-wrapper.grid-pc-4{display:grid}.icon-declare .swiper-wrapper.grid-pc-1,.icon-declare .swiper-wrapper.grid-pc-2{grid-template-columns:repeat(2,1fr)}.icon-declare .swiper-wrapper.grid-pc-3{grid-template-columns:repeat(3,1fr)}.icon-declare .swiper-wrapper.grid-pc-4{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.icon-declare{padding:36px}.icon-declare .sections{padding:0;width:100%}.icon-declare .swiper-pagination{position:relative;bottom:0}.icon-declare .grid-item{width:100%;text-align:center;display:block;padding:0 16px 24px}.icon-declare .grid-item .icons{margin-bottom:16px}}
.image-comparison{padding-top:27px;padding-bottom:27px}.image-comparison .image-comparison__wrapper{column-gap:3rem;display:grid;grid-template-columns:repeat(2,1fr);place-items:center;row-gap:2rem}.image-comparison .image-comparison__wrapper .text-box{text-align:center;word-break:break-word}.image-comparison .image-comparison__wrapper .text-box>h2{font-size:calc(1.3* 3rem);margin:0}.image-comparison .image-comparison__wrapper .text-box .description{margin-top:20px}.image-comparison .image-comparison__wrapper .text-box .button-wrapper{margin-top:20px}.image-comparison .image-comparison__wrapper .text-box .button-wrapper a{color:var(--main-button-background-color)}.image-comparison .image-comparison__wrapper .text-box .button-wrapper a:hover{text-decoration:underline;text-underline-offset:.3rem}.image-comparison .image-comparison__wrapper .comparison-slider{display:block;position:relative;max-width:45rem;width:100%;margin:0 auto;overflow:hidden;transition-delay:calc(150ms + (150ms * 1));opacity:1;filter:blur(0);transform:none;transition:opacity 650ms 150ms,filter 650ms 150ms,transform 650ms 150ms}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__before-text{position:absolute;top:0;left:0;z-index:4;color:var(--color,rgba(255,255,255,.9));background-color:var(--bg-color,#c7a3d1);max-width:25%}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__before-text h3{text-align:center;width:fit-content;font-size:1.2rem;letter-spacing:.1rem;line-height:1;padding:.5rem 1.3rem .6rem;margin:0}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__after-text{left:auto;right:0;position:absolute;top:0;z-index:4;color:var(--color,rgba(255,255,255,.9));background-color:var(--bg-color,#c7a3d1);max-width:25%}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__after-text h3{text-align:center;width:fit-content;font-size:1.2rem;letter-spacing:.1rem;line-height:1;padding:.5rem 1.3rem .6rem;margin:0}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__overlay{position:absolute;z-index:2;top:0;left:0;width:50%;height:100%;overflow:hidden;max-width:100%}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__overlay img{width:100%;height:100%;object-fit:cover;object-position:top left}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line{--line-width:.5rem;--arrow-x-offset:1.75rem;--arrow-size:.7rem;display:block;position:absolute;z-index:3;top:0;left:50%;height:100%;width:var(--line-width);transform:translate(-50%)}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__arrow-left,.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__arrow-right{font-size:var(--arrow-size);width:1em;height:1.7em;position:absolute;top:50%;background:#fff}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__arrow-left{left:0;transform:translate(calc(-1.75rem),-50%);clip-path:polygon(100% 0,0 50%,100% 100%)}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__arrow-right{right:0;transform:translate(1.75rem,-50%);clip-path:polygon(100% 50%,0 0,0 100%)}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle{--circle-size:4.25rem;--border-size:.3rem;--line-width:.3rem;top:50%;transform:translate(-50%,-50%);width:var(--circle-size);height:var(--circle-size);border-radius:50%;background:rgba(255,255,255,.15);border:solid var(--border-size) #fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 5px #0003}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle::before{bottom:100%}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle::after{top:100%}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle::after,.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle::before{content:"";display:block;height:50rem;width:var(--line-width);background:#fff;position:absolute;left:50%;z-index:1;transform:translate(-50%);box-shadow:0 0 5px #0003}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle .comparison-slider__arrow-left{left:25%;transform:translate(-50%,-50%)}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__line--circle .comparison-slider__arrow-right{right:25%;transform:translate(50%,-50%)}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__input{position:absolute;top:0;left:0;z-index:5;height:100%;width:100%;opacity:0;-webkit-appearance:none;overflow:hidden}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__underlay{color:rgba(46,42,57,.9);background-color:#f5f5f5}.image-comparison .image-comparison__wrapper .comparison-slider .comparison-slider__underlay img{width:100%}@media screen and (min-width:900px){.comparison-slider__line--circle{--circle-size:5rem;--arrow-size:.75rem}}@media screen and (min-width:750px){.image-comparison{padding-top:36px;padding-bottom:36px}}@media screen and (max-width:899px){.image-comparison .image-comparison__wrapper{grid-template-columns:repeat(1,1fr)}}
.images-with-text-grid .grid{display:grid}.images-with-text-grid .grid .grid-item{position:relative}.images-with-text-grid .grid .grid-item.top-left .info-box{top:24px;text-align:left}.images-with-text-grid .grid .grid-item.top-right .info-box{top:24px;text-align:right}.images-with-text-grid .grid .grid-item.center .info-box{top:50%;transform:translate(-50%,-50%);text-align:center}.images-with-text-grid .grid .grid-item.bottom-left .info-box{bottom:24px;text-align:left}.images-with-text-grid .grid .grid-item.bottom-right .info-box{bottom:24px;text-align:right}.images-with-text-grid .grid .info-box{width:calc((100% - 48px));max-height:calc((100% - 48px));overflow:hidden;position:absolute;left:50%;transform:translateX(-50%);box-sizing:border-box}.images-with-text-grid .grid .info-box h3.title{font-size:24px;max-width:100%}.images-with-text-grid .grid .info-box .describe{margin-top:8px}.images-with-text-grid .grid .info-box .model-button{margin-top:24px}.images-with-text-grid .grid .picture{height:100%;overflow:hidden;border-radius:var(--default-border-radius)}.images-with-text-grid .grid .picture img{width:100%;height:100%;object-fit:cover;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-ms-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease}.images-with-text-grid .grid .expand-more{display:none;position:absolute;right:6px;top:50%;color:#fff;transform:translateY(-50%)}@media screen and (min-width:768px){.images-with-text-grid .grid{grid-gap:16px}.images-with-text-grid .grid.grid-1{grid-template-columns:100%;grid-template-rows:360px}.images-with-text-grid .grid.grid-2{grid-template-columns:58% 1fr;grid-template-rows:360px}.images-with-text-grid .grid.grid-3{grid-template-columns:58% 1fr;grid-template-rows:repeat(2,280px)}.images-with-text-grid .grid.grid-3 .grid-item:nth-of-type(1){grid-row-start:span 2}.images-with-text-grid .grid.grid-4{grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,360px)}.images-with-text-grid .grid.grid-4 .grid-item:nth-of-type(1),.images-with-text-grid .grid.grid-4 .grid-item:nth-of-type(4){grid-column-start:span 3}.images-with-text-grid .grid.grid-4 .grid-item:nth-of-type(2),.images-with-text-grid .grid.grid-4 .grid-item:nth-of-type(3){grid-column-start:span 2}.images-with-text-grid .grid.grid-5{grid-auto-flow:column;grid-template-columns:58% 1fr;grid-template-rows:repeat(12,75px)}.images-with-text-grid .grid.grid-5 .grid-item:nth-of-type(1),.images-with-text-grid .grid.grid-5 .grid-item:nth-of-type(2){grid-row-start:span 6}.images-with-text-grid .grid.grid-5 .grid-item:nth-of-type(3),.images-with-text-grid .grid.grid-5 .grid-item:nth-of-type(4),.images-with-text-grid .grid.grid-5 .grid-item:nth-of-type(5){grid-row-start:span 4}.images-with-text-grid .grid .grid-item:hover img{-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)}}@media screen and (max-width:768px){.images-with-text-grid .grid{grid-gap:8px}.images-with-text-grid .grid .grid-item{height:66vw}.images-with-text-grid .grid .grid-item.grid-item-collapse{height:30vw}.images-with-text-grid .grid .grid-item.grid-item-collapse .mobile-btn{display:none}.images-with-text-grid .grid .grid-item.grid-item-collapse .expand-more{display:block}.images-with-text-grid .grid .grid-item.grid-item-collapse .describe{line-height:20px;max-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.images-with-text-grid .grid .grid-item.bottom-left .info-box,.images-with-text-grid .grid .grid-item.bottom-right .info-box,.images-with-text-grid .grid .grid-item.center .info-box,.images-with-text-grid .grid .grid-item.top-left .info-box,.images-with-text-grid .grid .grid-item.top-right .info-box{top:12px;bottom:auto;text-align:left;transform:translate(-50%,0)}.images-with-text-grid .grid .info-box{width:calc((100% - 24px));max-height:calc((100% - 24px))}}
.logo-list ul{display:flex;gap:16px;justify-content:center;align-items:flex-start}.logo-list ul .grid-item{position:relative;width:calc((100% - 80px)/ 6)}.logo-list ul .grid-item .picture{width:100%;position:relative;overflow:hidden;border-radius:var(--default-border-radius)}.logo-list ul .grid-item .picture a{width:100%}.logo-list ul .grid-item .picture a::before{content:'';display:block}.logo-list ul .grid-item .picture a img{width:100%;object-fit:cover}@media screen and (max-width:768px){.logo-list ul{gap:8px;grid-template-columns:repeat(2,1fr);display:grid}.logo-list ul .grid-item{width:100%}}
.loop-prompt{overflow-x:hidden;max-width:100%}.loop-prompt .loop-prompt__wrapper{padding-top:16px;padding-bottom:16px;color:rgba(253,251,247,.9);background-color:var(--bg-color,#3b303e)}.loop-prompt .horizontal-ticker__container{display:flex;align-items:center;width:fit-content;animation:horTicker 30s linear infinite forwards;column-gap:60px}.loop-prompt .horizontal-ticker__container p{margin:0}.loop-prompt .horizontal-ticker__container p.text{font-size:1.6rem;font-weight:700;white-space:nowrap}.loop-prompt .horizontal-ticker__container p.symbole{font-size:18px}.loop-prompt .wave-wrapper{width:100%;height:100%;display:flex;align-items:flex-end;overflow:hidden;transform:scaleY(-1)}.loop-prompt .wave-wrapper .waves{position:relative;width:100%;margin-bottom:-2px;height:40px}.loop-prompt .wave-wrapper .parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.loop-prompt .wave-wrapper .parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.loop-prompt .wave-wrapper .parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.loop-prompt .wave-wrapper .parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.loop-prompt .wave-wrapper .parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}.loop-prompt__img{height:3.2rem;width:auto}@media screen and (min-width:750px){.horizontal-ticker__container{column-gap:100px}}@keyframes horTicker{100%{transform:translate(-50%)}}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}100%{transform:translate3d(85px,0,0)}}
.media-grid .grid-wrap{display:grid;grid-gap:16px;grid-template-columns:repeat(12,1fr)}.media-grid .grid-wrap.left.columns-1 .grid-item{grid-column-start:span 12;padding-bottom:43.5%}.media-grid .grid-wrap.left.columns-2 .grid-item{grid-column-start:span 5;padding-bottom:0;height:100%}.media-grid .grid-wrap.left.columns-2 .grid-item:first-of-type{grid-column-start:span 7;padding-bottom:75%;height:0}.media-grid .grid-wrap.left.columns-3 .grid-item{grid-column-start:span 5;grid-row-start:span 1;padding-bottom:51.4%;height:0}.media-grid .grid-wrap.left.columns-3 .grid-item:first-of-type{grid-column-start:span 7;grid-row-start:span 2;padding-bottom:75%}.media-grid .grid-wrap.right{grid-auto-flow:column dense}.media-grid .grid-wrap.right.columns-1 .grid-item{grid-column-start:span 12;padding-bottom:43.5%}.media-grid .grid-wrap.right.columns-2 .grid-item{grid-column-start:span 5;padding-bottom:0;height:100%}.media-grid .grid-wrap.right.columns-2 .grid-item:last-of-type{grid-column-start:span 7;padding-bottom:75%;height:0}.media-grid .grid-wrap.right.columns-3 .grid-item{grid-column-start:span 5;grid-row-start:span 1;padding-bottom:51.4%;height:0}.media-grid .grid-wrap.right.columns-3 .grid-item:last-of-type{grid-column-start:span 7;grid-row-start:span 2;padding-bottom:75%}.media-grid .grid-wrap .grid-item{width:100%;position:relative;overflow:hidden;height:0;border-radius:var(--default-border-radius)}.media-grid .grid-wrap .picture{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.media-grid .grid-wrap .info-box{display:flex;height:100%;flex-direction:column;flex-wrap:nowrap}.media-grid .grid-wrap .info-box>a,.media-grid .grid-wrap .info-box>div{width:100%;display:block;margin-bottom:8px;overflow:hidden;flex:none;font-weight:300}.media-grid .grid-wrap .info-box>a.image-wrap,.media-grid .grid-wrap .info-box>div.image-wrap{height:100%;flex:auto;border-radius:var(--default-border-radius)}.media-grid .grid-wrap .info-box>a .iconfont,.media-grid .grid-wrap .info-box>div .iconfont{transform:translateY(2px);display:inline-block;margin-left:4px}.media-grid .grid-wrap img{width:100%;height:100%;object-fit:cover}.media-grid .video-wrap{width:100%;position:relative;background-size:cover;height:100%}.media-grid .video-wrap .video-layout{position:relative;height:100%}.media-grid .video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.media-grid .video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.media-grid .video-wrap .play-button{font-size:26px;width:50px;height:50px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:var(--main-button-background-color);transform:translate(-50%,-50%);z-index:2}.media-grid .video-wrap .play-button::before{content:"\e6b2"}.media-grid .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#f2f2f2}@media screen and (max-width:768px){.media-grid .grid-wrap{display:grid;grid-gap:16px;grid-template-columns:repeat(2,1fr)}.media-grid .grid-wrap.left.columns-1 .grid-item{grid-column-start:span 2}.media-grid .grid-wrap.left.columns-2 .grid-item{grid-column-start:span 1;padding-bottom:0;height:100%}.media-grid .grid-wrap.left.columns-2 .grid-item:first-of-type{grid-column-start:span 1;padding-bottom:75%;height:0}.media-grid .grid-wrap.left.columns-3 .grid-item{grid-column-start:span 1;grid-row-start:span 1;padding-bottom:112%;height:0}.media-grid .grid-wrap.left.columns-3 .grid-item:first-of-type{grid-column-start:span 2;grid-row-start:span 2;padding-bottom:75%}.media-grid .grid-wrap.right{grid-auto-flow:row dense}.media-grid .grid-wrap.right.columns-1 .grid-item{grid-column-start:span 2;padding-bottom:43.5%}.media-grid .grid-wrap.right.columns-2 .grid-item{grid-column-start:span 1;padding-bottom:0;height:100%}.media-grid .grid-wrap.right.columns-2 .grid-item:last-of-type{grid-column-start:span 1;padding-bottom:75%;height:0}.media-grid .grid-wrap.right.columns-3 .grid-item{grid-column-start:span 1;grid-row-start:span 1;padding-bottom:112%;height:0}.media-grid .grid-wrap.right.columns-3 .grid-item:last-of-type{grid-column-start:span 2;grid-row-start:span 2;padding-bottom:75%}}
.picture-with-text{display:flex;flex-wrap:wrap;align-items:stretch;padding-top:20px;padding-bottom:36px}.picture-with-text a{color:var(--main-button-background-color)}.picture-with-text a:hover{text-decoration:underline;text-underline-offset:.3rem}.picture-with-text .picture-with-text__picture{width:50%;border-radius:12px;background:#fff;position:relative;overflow:hidden}.picture-with-text .picture-with-text__picture .placeholder-svg,.picture-with-text .picture-with-text__picture img{position:absolute;object-fit:cover;object-position:center center;width:100%;height:100%}.picture-with-text .picture-with-text__video{width:50%;border-radius:12px;background:#fff;position:relative;overflow:hidden}.picture-with-text .picture-with-text__content{position:relative;width:50%;border-radius:24px;word-break:break-word;align-items:var(--text-align);display:flex;justify-content:center;flex-direction:column;height:100%;background:var(--bg-color);color:var(--text-color);padding:30px}.picture-with-text .picture-with-text__content>*+*{margin-top:20px}.picture-with-text .picture-with-text__content .picture-with-text__title{margin-top:0;margin-bottom:0;font-size:36px;line-height:1.8}.picture-with-text .picture-with-text__content .picture-with-text__desc{margin-top:20px;letter-spacing:.6px;line-height:1.8}.picture-with-text .picture-with-text__content .picture-with-text__desc+.button{margin-top:30px}.picture-with-text .picture-with-text__content .rating-stars-wrapper{display:flex;align-items:center;font-size:12px}.picture-with-text .picture-with-text__content .rating-stars-wrapper .rating-stars{margin:0;font-size:18px;line-height:1.2;display:flex;position:relative;color:var(--star-bg-color)}.picture-with-text .picture-with-text__content .rating-stars-wrapper .rating-stars::after{content:'★★★★★';position:absolute;color:var(--star-color);width:var(--star-rate);left:0;overflow:hidden;white-space:nowrap}.picture-with-text .video-wrap{position:absolute;width:100%;height:100%;background-size:cover}.picture-with-text .video-wrap .video-layout{height:100%}.picture-with-text .video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.picture-with-text .video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.picture-with-text .video-wrap .play-button{font-size:26px;width:50px;height:50px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:var(--main-button-background-color);transform:translate(-50%,-50%);z-index:2}.picture-with-text .video-wrap .play-button::before{content:"\e6b2"}.picture-with-text .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#f2f2f2}@media screen and (min-width:990px){.picture-with-text .picture-with-text__content{padding:60px 70px 70px}}@media screen and (max-width:749px){.picture-with-text .picture-with-text__video{width:100%;height:296px}.picture-with-text .picture-with-text__picture{width:100%}.picture-with-text .picture-with-text__picture img{position:relative}.picture-with-text .picture-with-text__content{width:100%}}
.slide-reviews .slide-reviews-wrapper{padding-top:27px;padding-bottom:27px}.slide-reviews .slide-reviews-wrapper .slide-reviews__title{text-align:center;font-size:26px}.slide-reviews .slide-reviews-wrapper .review-card{padding:12.5px 20px;position:relative;background:#f6f6f6;border-radius:24px;text-align:center;display:flex;flex-direction:column;align-items:center}.slide-reviews .slide-reviews-wrapper .review-card .review-card__quotes{font-size:35px;right:5px;top:5px;transform:none;position:absolute;width:1em;height:1em;border-radius:50%;margin:0;color:rgba(253,251,247,.9);background-color:#3b303e;display:flex;align-items:center;justify-content:center}.slide-reviews .slide-reviews-wrapper .review-card .review-card__quotes .iconfont{font-size:22px}.slide-reviews .slide-reviews-wrapper .review-card .review-card__star{margin:0;font-size:22px;line-height:1.2;display:flex;position:relative;color:var(--star-bg-color)}.slide-reviews .slide-reviews-wrapper .review-card .review-card__star::after{content:'★★★★★';position:absolute;color:var(--star-color);width:var(--star-rate);left:0;overflow:hidden}.slide-reviews .slide-reviews-wrapper .review-card .review-card__desc{line-height:32px;letter-spacing:.6px}.slide-reviews .slide-reviews-wrapper .review-card>h3{margin-top:5px;font-size:18px;margin-bottom:10px}.slide-reviews .slide-reviews-wrapper .review-card .review-card__author-container{display:flex;align-items:center;padding-top:10px;margin-top:7.5px;border-top:solid 1px rgba(18,18,18,.06);justify-content:center}.slide-reviews .slide-reviews-wrapper .review-card .review-card__author-container .review-card__avatar{width:30px;height:30px;margin-right:10px;border-radius:50%;overflow:hidden}.slide-reviews .slide-reviews-wrapper .review-card .review-card__author-container .review-card__avatar img{width:100%;height:100%;object-fit:cover;object-position:center center}.slide-reviews .slide-reviews-wrapper .review-card .review-card__author-container .review-card__avatar .default-avatar{background:#e7e7e7;height:100%;width:100%;display:block}.slide-reviews .slide-reviews-wrapper .review-card .review-card__author-container .review-card__author{margin:0;font-size:14px;line-height:1.1}.slide-reviews .slide-reviews-wrapper .splide__pagination__page.is-active{background:#121212}@media screen and (min-width:750px){.slide-reviews .slide-reviews-wrapper{padding-top:36px;padding-bottom:36px}.slide-reviews .slide-reviews-wrapper .splide__arrows .splide__arrow--prev{left:-40px}.slide-reviews .slide-reviews-wrapper .splide__arrows .splide__arrow--next{right:-40px}.slide-reviews .slide-reviews-wrapper .splide__pagination{position:relative;padding-top:15px}}@media screen and (max-width:749px){.slide-reviews .splide__arrow{bottom:-10px;top:unset}.slide-reviews .splide__pagination{position:relative;padding-top:30px}}
.stats-results{padding-top:36px;padding-bottom:36px}.stats-results .results__wrapper{display:grid;grid-template-columns:repeat(2,1fr);place-items:center;column-gap:8rem;row-gap:5rem}.stats-results .stats-results__image,.stats-results .stats-results__video{max-width:60rem;width:100%;margin-left:auto;margin-right:auto;border-radius:var(--default-border-radius);overflow:hidden}.stats-results .video_slide{width:100%;height:100%}.stats-results .video_slide .splide{height:100%}.stats-results .video_slide .splide .splide__track{height:100%}.stats-results .video-box__wrapper{margin-right:28px}.stats-results .video-box{position:relative;min-height:329px}.stats-results .img-box{display:flex;align-items:center;position:absolute;width:100%;height:100%;left:0;top:0}.stats-results .img-box img{object-fit:contain;width:100%}.stats-results .video-box__paly-btn{position:absolute;top:50%;left:50%;display:flex;transform:translate(-50%,-50%);background:0 0;border:none;outline:0;cursor:pointer}.stats-results .video-box__sound-btn{position:absolute;bottom:.5rem;right:.5rem;background:0 0;border:none;outline:0;cursor:pointer}.stats-results .play_icon{color:#c7a3d1;font-size:5rem;font-variation-settings:"FILL" 1}.stats-results .volume_icon{background:#121212;color:rgba(255,255,255,.9);display:flex;align-items:center;padding:.5rem;border-radius:50%;font-size:2rem}.stats-results .result-box .title{margin-top:0;margin-bottom:1.5rem;font-size:calc(1.3* 2.4rem);text-align:center}.stats-results .result-box .results__rows-container{margin-bottom:1rem}.stats-results .result-box .results__row{padding:1rem 0;display:flex;align-items:center;border-bottom:2px solid rgba(18,18,18,.05)}.stats-results .result-box .results__row:first-of-type{border-top:2px solid rgba(18,18,18,.05)}.stats-results .result-box .results__row .results__text{color:var(--text-color,inherit);word-break:break-word}.stats-results .result-box .results__percentage{width:7rem;height:7rem;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;position:relative;--border-width:.7rem;flex-shrink:0;margin-right:2rem;z-index:0}.stats-results .result-box .results__percentage::before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:50%;z-index:-2;background:conic-gradient(from 0deg at 50% 50%,var(--percent-color,#c7a3d1) 0,var(--percent-color,#c7a3d1) var(--percentage),var(--background-color) var(--percentage),var(--background-color) 100%)}.stats-results .result-box .results__percentage>p{margin:0;color:var(--percent-color,#c7a3d1);font-size:1.8rem;font-weight:700}.stats-results .result-box .results__percentage::after{content:"";display:block;position:absolute;top:.7rem;left:.7rem;bottom:.7rem;right:.7rem;border-radius:50%;z-index:-1;background:var(--background-color)}.stats-results .result-box .results__caption{color:var(--result-text-color,inherit);word-break:break-word}.stats-results .result-box .results__caption>div{margin:0;font-size:1.2rem}.stats-results .result-box .results__link{text-align:center;margin-top:1rem}.stats-results .result-box .results__link a{color:var(--main-button-background-color)}.video-wrap{width:100%;height:100%;position:relative;background-size:cover}.video-wrap .video-layout{position:relative;height:100%}.video-wrap.scale1-1 .video-layout{padding-bottom:100%}.video-wrap.scale16-9 .video-layout{padding-bottom:56.25%}.video-wrap.scale21-9 .video-layout{padding-bottom:42.857142857142855%}.video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.video-wrap .play-button{font-size:26px;width:50px;height:50px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:var(--main-button-background-color);transform:translate(-50%,-50%);z-index:2}.video-wrap .play-button::before{content:"\e6b2"}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#000}@media screen and (max-width:999px){.stats-results .results__wrapper{grid-template-columns:repeat(1,1fr)}}
.tab-product{color:rgba(18,18,18,.9)}.tab-product .tab-product__wrapper{padding-top:36px;padding-bottom:36px;max-width:100rem}.tab-product .tab-product__wrapper .content-tabs .content-tabs__header{display:flex;flex-direction:column;align-items:center;color:rgba(18,18,18,.9)}.tab-product .tab-product__wrapper .content-tabs .content-tabs__header .content-tabs__buttons{--padding:.4rem;border-radius:calc(.6em + var(--padding));font-size:1.5rem;padding:var(--padding);border:solid .1rem var(--main-button-background-color);flex-wrap:wrap;gap:.5em;flex-shrink:0;background:0 0;position:relative;z-index:0;color:rgba(253,251,247,.9);display:flex;align-items:center;justify-content:center}.tab-product .tab-product__wrapper .content-tabs .content-tabs__header .content-tabs__buttons .content-tabs-button{font-size:1.5rem;border-radius:.6em;transition-duration:.4s;transition-delay:0s;cursor:pointer;color:var(--main-button-background-color);padding:1rem 1.25em;flex-shrink:0;background:0 0;transition:background .3s,color .3s;z-index:1;display:flex;align-items:center;justify-content:center;outline:0;border:none;max-width:20rem;word-break:break-word}.tab-product .tab-product__wrapper .content-tabs .content-tabs__header .content-tabs__buttons .content-tabs-button.content-tab-button--active{color:#fdfbf7}.tab-product .tab-product__wrapper .content-tabs .content-tabs__header .content-tabs__buttons .content-tab-button__active-bg{position:absolute;z-index:0;width:0;background:var(--main-button-background-color);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);border-radius:.6em;transition-duration:.4s}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body{position:relative;z-index:0;overflow:hidden;transition:height .3s ease-in-out;margin-top:2rem;border-radius:.5rem}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out;z-index:-1;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;row-gap:3rem}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item.content-tab--active{position:relative;opacity:1;visibility:visible;z-index:0;transition-delay:.2s}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__media{width:100%;border-radius:.6rem;overflow:hidden}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__media img{max-width:100%;width:100%;height:auto;vertical-align:bottom}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__content{width:100%;text-align:center;color:var(--text-color,inherit)}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__content h2{margin:0;font-size:calc(1.3* 2.25rem)}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__content .content-tabs__desc{margin-top:2rem}@media screen and (min-width:750px){.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item{display:grid;grid-template-columns:repeat(2,1fr);place-items:center;column-gap:3rem}.tab-product .tab-product__wrapper .content-tabs .content-tabs__body .content-tabs__content-item .content-tab__content h2{font-size:calc(1.3* 3rem)}}
.tag-product{padding-top:27px;padding-bottom:27px}.tag-product .tag-product__wrapper{column-gap:3rem;display:grid;grid-template-columns:repeat(var(--wrapper-column,2),1fr);place-items:center;row-gap:2rem}.tag-product .tag-product__wrapper .tag-product_img-box{position:relative}.tag-product .tag-product__wrapper .tag-product_img-box .tag-product_img{max-width:45rem;width:100%}.tag-product .tag-product__wrapper .tag-product_img-box .tag-product_img img{border-radius:3rem}.tag-product .tag-product__wrapper .tag-product_img-box .tag-product_img .placeholder-svg{border-radius:var(--default-border-radius)}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn{--btn-size:4rem;--carret-height:.5rem}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn.active>button>.material-icon{transform:rotate(135deg)}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn.active .hot-spot-float{opacity:1!important;pointer-events:auto!important}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn>button{cursor:pointer;position:absolute;top:var(--offset-y);left:var(--offset-x);transform:translate(-50%,-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;width:var(--btn-size);height:var(--btn-size);border:none;outline:0;z-index:0;color:rgba(255,255,255,.9);background-color:#121212}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn>button::after,.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn>button::before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1;border-radius:50%;border:solid 1px #121212;animation:2s linear infinite ripple}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn>button::after{animation-delay:1s}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn>button>.material-icon{font-size:calc(var(--btn-size)* .75);pointer-events:none;transition:transform .1s ease-in-out}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float{background-color:#fff;left:calc(min(max(16rem,var(--offset-x)),calc(100% - 16rem)));width:100%;max-width:31rem;position:absolute;top:var(--offset-y);transform:translate(-50%,calc(-100% - (var(--btn-size)/ 2) - var(--carret-height)));box-shadow:4px 4px 15px #0000004d;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out,transform 0s;z-index:1;border-radius:.3rem;overflow:hidden;text-align:left}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content{display:flex;align-items:flex-start}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-img{max-width:25%;padding:1.25rem .25rem 1.25rem 1.25rem;flex-shrink:0}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-img>img{width:100%}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info{padding:1rem 1.25rem;flex-grow:1;word-break:break-word}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info .content-info-title{margin:0;font-size:2rem;line-height:1.3}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info .content-info-prices{margin-top:.75rem;margin-bottom:0;font-size:1.6rem;letter-spacing:.1rem;line-height:calc(1 + .5 / 1);color:#121212;display:flex;flex-wrap:wrap;column-gap:1rem;flex-direction:column}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info .content-info-prices .prices .price-item{display:inline-block;margin:0;color:#c7a3d1;font-weight:700;margin-right:1rem}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info .content-info-prices .prices .price-item:last-child{margin-right:0}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_content .content-info .content-info-prices .prices .price-item.original-price{font-size:2rem;text-decoration:line-through;color:rgba(18,18,18,.9)}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float .hot-spot-float_btn{padding:1.5rem;border-top:solid .2rem rgba(18,18,18,.1)}.tag-product .tag-product__wrapper .tag-product_desc .desc-box{display:grid;grid-template-columns:repeat(var(--desc-column,2),1fr);align-items:flex-start;column-gap:3rem;row-gap:3rem}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item{display:flex;align-items:center;margin-bottom:3rem;color:var(--text_color,inherit)}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item .desc-box-item_wrapper>h3{font-size:2.25rem;display:flex;align-items:center;margin:0 0 .4em}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item .desc-box-item_wrapper>h3 .icon{color:var(--icon_color,#c7a3d1);font-size:2.5rem;margin-right:1.4rem}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item .desc-box-item_wrapper .desc{line-height:1.5}.badge{border:1px solid transparent;border-radius:.6rem;font-size:1.2rem;letter-spacing:.1rem;text-align:center;background-color:#3b303e;border-color:#3b303e;font-weight:700;line-height:1.75em;padding:0 .5em;display:inline-flex;align-items:center;column-gap:.4em;color:#fdfbf7}@media screen and (max-width:999px){.tag-product .tag-product__wrapper{grid-template-columns:repeat(1,1fr)}.tag-product .tag-product__wrapper .tag-product_desc .desc-box{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:750px){.tag-product{padding-top:36px;padding-bottom:36px}.tag-product .tag-product__wrapper .tag-product_img-box .hot-spot-btn .hot-spot-float{left:var(--offset-x);max-width:34rem}}@media screen and (max-width:749px){.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item{margin-bottom:0}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item .desc-box-item_wrapper>h3{font-size:1.8rem}.tag-product .tag-product__wrapper .tag-product_desc .desc-box .desc-box-item .desc-box-item_wrapper>h3 .icon{font-size:2.1rem}}@keyframes ripple{0%{opacity:0;transform:none}20%,70%{opacity:1}100%{opacity:0;transform:scale(1.5)}}
.testimonials ul{display:flex;justify-content:space-between;color:var(--heading-color);padding:12px 0}.testimonials .grid-item>div{padding:36px 24px;box-sizing:border-box;background:var(--white);text-align:center;font-size:18px;transition:.3s;transform:scale(.95);font-size:16px;overflow:hidden;height:220px}.testimonials .grid-item.swiper-slide-active,.testimonials .grid-item.swiper-slide-duplicate-active{z-index:2}.testimonials .grid-item.swiper-slide-active>div,.testimonials .grid-item.swiper-slide-duplicate-active>div{transform:scale(1.1);box-shadow:0 10px 20px rgba(0,0,0,.1);height:auto}.testimonials .grid-item .description,.testimonials .grid-item .icons,.testimonials .grid-item .picture{margin-bottom:16px}.testimonials .grid-item .title{margin-bottom:12px;font-size:18px;font-weight:700}.testimonials .grid-item .name{margin-bottom:4px;font-size:18px}.testimonials .grid-item .address{font-size:12px;color:var(--text-color)}.testimonials .grid-item .picture img{max-width:60px;max-height:60px}.testimonials .swiper-pagination{position:relative;padding-top:24px;display:flex;align-items:center;justify-content:center;bottom:0}.testimonials .swiper-pagination-bullet{width:8px;height:8px;background:#000}.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active{width:12px;height:12px}@media screen and (max-width:768px){.testimonials .grid-item{padding:0 24px;box-sizing:border-box}.testimonials .grid-item.swiper-slide-active>div,.testimonials .grid-item.swiper-slide-duplicate-active>div{transform:scale(1)}}
.text-columns-with-image{color:var(--heading-color)}.text-columns-with-image ul{display:grid;gap:16px}.text-columns-with-image ul.grid.grid-3{grid-template-columns:repeat(3,1fr)}.text-columns-with-image ul.grid.grid-4{grid-template-columns:repeat(4,1fr)}.text-columns-with-image ul.left{text-align:left}.text-columns-with-image ul.center{text-align:center}.text-columns-with-image ul.right{text-align:right}.text-columns-with-image ul .grid-item{width:100%}.text-columns-with-image ul .grid-item .description,.text-columns-with-image ul .grid-item .picture,.text-columns-with-image ul .grid-item .title{margin-bottom:16px}.text-columns-with-image ul .grid-item .picture{position:relative;padding-left:100%;padding-bottom:56.25%;width:auto;overflow:hidden;margin-bottom:12px}.text-columns-with-image ul .grid-item .picture a{display:block;width:100%;height:100%;bottom:0;left:0;right:0;padding:0;position:absolute;border-radius:var(--default-border-radius);overflow:hidden}.text-columns-with-image ul .grid-item .picture a img{width:100%;height:100%;object-fit:cover}.text-columns-with-image ul .grid-item .title{font-size:18px;line-height:1.4}.text-columns-with-image ul .grid-item .description{font-size:14px}.text-columns-with-image ul .info-box{padding:0 8px;box-sizing:border-box;width:100%}@media screen and (max-width:768px){.text-columns-with-image ul{gap:16px 8px}.text-columns-with-image ul.grid.grid-3,.text-columns-with-image ul.grid.grid-4{grid-template-columns:repeat(1,1fr)}}
.text-picture{color:var(--text_color)}.text-picture .section-block{background-color:var(--bg_color)}.text-picture .text-picture__wrapper{padding-top:27px;padding-bottom:0}.text-picture .text-picture__wrapper .main-block{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 2rem}.text-picture .text-picture__wrapper .main-block .main-block_title{font-size:calc(1.3* 2.25rem);font-family:Futura,sans-serif;font-style:normal;font-weight:700;letter-spacing:calc(1.3* var(--font-heading-letter-spacing));color:var(--text_color);line-height:calc(1 + var(--font-heading-line-height)/ max(1,1.3));word-break:break-word}.text-picture .text-picture__wrapper .main-block>a{margin-top:2rem;color:var(--main-button-background-color);font-size:1.6rem}.text-picture .text-picture__wrapper .text-picture_block-group{display:flex;align-items:center;flex-wrap:wrap;row-gap:4rem}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block{width:100%;padding:0 2rem}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item{margin-bottom:3rem}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item .block-item_title{font-size:2.25rem;display:flex;align-items:center;margin:0 0 .4em;line-height:1.3;color:var(--text_color)}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item .block-item_title .icon{color:var(--icon_color);font-size:3rem;margin-right:1.4rem;font-weight:400}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item .block-item_content{color:var(--text_color)}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .picture_wrapper{border-radius:2rem;overflow:hidden}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .picture_wrapper img,.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .picture_wrapper video{width:100%}.text-picture .video-wrap{width:100%;position:relative;background-size:cover}.text-picture .video-wrap .video-layout{position:relative}.text-picture .video-wrap.scale1-1 .video-layout{padding-bottom:100%}.text-picture .video-wrap.scale16-9 .video-layout{padding-bottom:56.25%}.text-picture .video-wrap.scale21-9 .video-layout{padding-bottom:42.857142857142855%}.text-picture .video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.text-picture .video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.text-picture .video-wrap .play-button{font-size:26px;width:50px;height:50px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:var(--main-button-background-color);transform:translate(-50%,-50%);z-index:2}.text-picture .video-wrap .play-button::before{content:"\e6b2"}.text-picture .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#000}.text-picture .section-divider__svg-wrapper{transform:scaleX(1) scaleY(-1);color:rgba(18,18,18,.9)}.text-picture .section-divider__svg-wrapper .section-divider__svg{background:0 0;overflow:hidden;transform:translateY(1px)}.text-picture .section-divider__svg-wrapper .section-divider__svg svg{color:var(--bg_color,#3b303e);display:block;width:100%;height:auto;max-height:130px}@media screen and (min-width:750px){.text-picture .text-picture__wrapper{padding-top:36px;padding-bottom:0}.text-picture .text-picture__wrapper .main-block{margin-bottom:4rem}.text-picture .text-picture__wrapper .main-block .main-block_title{font-size:calc(1.3* 3rem)}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block{width:var(--block-width)}}@media screen and (max-width:749px){.text-picture .text-picture__wrapper .main-block{margin-bottom:2rem}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item:last-child{margin-bottom:0}.text-picture .text-picture__wrapper .text-picture_block-group .text-picture_block .text-picture_block-item .block-item_title{font-size:1.8rem}}
.vertical-ticker{display:grid;grid-template-columns:repeat(1,1fr)}.vertical-ticker .vertical-ticker__image{position:relative;overflow:hidden}.vertical-ticker .vertical-ticker__image .placeholder-svg,.vertical-ticker .vertical-ticker__image img{position:absolute;object-fit:cover;object-position:center center;width:100%;height:100%}.vertical-ticker .vertical-ticker__video{position:relative;overflow:hidden;height:540px}.vertical-ticker .ticker-wrapper{padding-top:30px;padding-bottom:30px;color:rgba(253,251,247,.9);background-color:var(--bg-color)}.vertical-ticker .ticker-wrapper .vertical-ticker-splide{mask-image:linear-gradient(180deg,transparent 0,#000 20%,#000 70%,transparent)}.vertical-ticker .ticker-wrapper .vertical-ticker-splide ul{display:flex;flex-direction:column}.vertical-ticker .ticker-wrapper .vertical-ticker-splide ul li{font-size:40px;text-align:var(--text-align,center);font-weight:700;font-style:italic;overflow:hidden}.vertical-ticker .video-wrap{position:absolute;width:100%;height:100%;background-size:cover}.vertical-ticker .video-wrap .video-layout{height:100%}.vertical-ticker .video-wrap .cover-plan{position:absolute;width:100%;height:100%;left:0;top:0}.vertical-ticker .video-wrap .cover-plan>img{width:100%;height:100%;object-fit:cover}.vertical-ticker .video-wrap .play-button{font-size:26px;width:50px;height:50px;color:var(--white);position:absolute;left:50%;top:50%;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-sizing:border-box;padding:2px 0 0 4px;transition:all .2s;background:var(--main-button-background-color);transform:translate(-50%,-50%);z-index:2}.vertical-ticker .video-wrap .play-button::before{content:"\e6b2"}.vertical-ticker .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background:#f2f2f2}@media screen and (min-width:900px){.vertical-ticker{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:899px){.vertical-ticker .vertical-ticker__image .placeholder-svg,.vertical-ticker .vertical-ticker__image img{position:relative}}
footer{width:100%;font-size:14px;color:var(--text-color,#fff);line-height:1.25;background:var(--bg-color,#c7a3d1);box-sizing:border-box}footer a{font-size:14px;color:var(--text-color,#fff);line-height:2.5}footer a:hover{text-decoration:underline;text-underline-offset:.3rem}footer .footer-main{display:flex;margin:0 auto;box-sizing:border-box;text-align:left;padding:0 5rem 5rem}footer .footer-modules{box-sizing:border-box;width:100%;margin-left:50px}footer .footer-modules:first-of-type{margin-left:0}footer .footer-modules>h2{font-size:2.3rem}footer .footer-modules h4{margin:0 0 10px;font-size:18px;font-weight:600}footer .footer-modules .newsletter{display:flex;align-items:center;margin-top:16px;position:relative}footer .footer-modules .newsletter>input{width:100%;height:40px;padding:8px 0 8px 12px;box-sizing:border-box;border:1px solid #182e49;font-size:12px;background:0 0}footer .footer-modules .newsletter>input::-webkit-input-placeholder{opacity:.5}footer .footer-modules .newsletter .iconfont{font-size:20px;position:absolute;right:10px}footer .footer-modules .logo_text{font-size:5.3rem;font-weight:700}footer .footer-modules .newsletter-wrapper{margin-top:1rem}footer .footer-modules .newsletter-wrapper>form{display:flex;flex-direction:column;justify-content:center;width:100%;position:relative;align-items:flex-start;margin:0 auto}footer .footer-modules .newsletter-wrapper>form>.field{z-index:0;display:flex;transition:box-shadow .1s ease;position:relative;width:100%}footer .footer-modules .newsletter-wrapper>form>.field::before{pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:7px;box-shadow:0 4px 5px rgba(18,18,18,0);z-index:-1}footer .footer-modules .newsletter-wrapper>form>.field::after{pointer-events:none;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:.1rem solid transparent;border-radius:6px;box-shadow:0 0 0 1px var(--text-color,rgba(253,251,247,.6));transition:box-shadow .1s ease;z-index:1}footer .footer-modules .newsletter-wrapper>form>.field>input{padding:2.2rem 5rem .8rem 2rem;margin:1px;flex-grow:1;text-align:left;transition:box-shadow .1s ease;appearance:none;background-color:var(--bg-color,#c7a3d1);color:var(--text-color,#fdfbf7);font-size:1.6rem;width:100%;box-sizing:border-box;border-radius:6px;height:4.5rem;min-height:calc(1px * 2);min-width:calc(7rem + (1px* 2));position:relative;border:0;letter-spacing:.04rem}footer .footer-modules .newsletter-wrapper>form>.field>input:focus{box-shadow:0 0 0 1px var(--text-color,#fdfbf7);outline:0;border-radius:6px}footer .footer-modules .newsletter-wrapper>form>.field>input:focus~.field__label{font-size:1rem;top:calc(1px + .5rem);left:calc(1px + 2rem);letter-spacing:.04rem}footer .footer-modules .newsletter-wrapper>form>.field>input:not(:placeholder-shown)~.field__label{font-size:1rem;top:calc(1px + .5rem);left:calc(1px + 2rem);letter-spacing:.04rem}footer .footer-modules .newsletter-wrapper>form>.field>input::-webkit-input-placeholder{color:transparent}footer .footer-modules .newsletter-wrapper>form>.field>input::placeholder{color:transparent}footer .footer-modules .newsletter-wrapper>form>.field .field__label{font-size:1.6rem;left:calc(1px + 2rem);top:calc(1rem + 1px);margin-bottom:0;pointer-events:none;position:absolute;transition:top .1s ease,font-size .1s ease;color:var(--text-color,rgba(253,251,247,.9));letter-spacing:.1rem;line-height:1.5}footer .footer-modules .newsletter-wrapper>form .email_error_msg{margin-top:1rem;display:none}footer .footer-modules .newsletter-wrapper>form .email_error_msg .err_tip{color:#eb001b}footer .footer-modules .newsletter-wrapper>form>button{margin-top:1rem;color:var(--bg-color,#c7a3d1);background:var(--text-color,#fff);border:1px solid}footer .footer-modules .newsletter-wrapper>form>button:hover{color:var(--text-color,#c7a3d1)}footer .footer-copyright{text-align:center;border-top:1px solid var(--border-color);padding:24px 0 36px}footer .footer-copyright>div{margin:0 auto;box-sizing:border-box}footer .footer-copyright .follow-us h4{display:none}footer .footer-copyright .share-box .iconfont{font-size:16px}footer .footer-copyright .share-box em{display:none}footer .footer-copyright .share-box a{width:32px;height:32px;display:inline-flex;align-items:center}footer .footer-copyright .payment-method>img{margin:0 6px 6px 0}footer .footer-subscribe{min-width:200px}footer .footer-subscribe .subscribe-tips{color:var(--success-text-color);margin-top:12px;display:none}footer .footer-subscribe .subscribe-tips::before{content:'\e69d';font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:4px}footer .section-divider__svg-wrapper{transform:scaleX(1) scaleY(1);color:rgba(18,18,18,.9);background-color:var(--background-color)}footer .section-divider__svg-wrapper .section-divider__svg{background:0 0;overflow:hidden;transform:translateY(1px)}footer .section-divider__svg-wrapper .section-divider__svg svg{color:var(--bg-color,#c7a3d1);display:block;width:100%;height:auto;max-height:120px}@media screen and (max-width:768px){footer{font-size:12px}footer .footer-main{flex-wrap:wrap;padding:0 0 32px}footer .footer-modules{padding:24px 0 0;margin-bottom:0;margin-left:0}footer .footer-modules.footer-menu.footer-menu--show h4::after{content:"\e6ee"}footer .footer-modules.footer-menu h4{position:relative}footer .footer-modules.footer-menu h4::after{content:"\e6f4";font-family:iconfont!important;font-size:14px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:0;top:50%;transform:translateY(-50%)}footer .footer-modules.logo{text-align:center}footer .footer-modules>h2{font-size:2rem}footer .footer-modules h4{margin:0;font-size:14px;line-height:24px;margin-bottom:8px}footer a{font-size:12px}footer .footer-copyright{padding:0 0 32px;border:0;text-align:left}footer .footer-copyright>div{padding:0}footer .footer-copyright .share-box{float:none;padding:12px 0 0}footer .footer-copyright .share-box a{width:auto;margin-left:0;margin-right:16px}footer .footer-copyright .follow-us h4{display:block}}
@media screen and (min-width:768px){.head-notice.pc-no-img span{position:static}.head-notice.pc-no-img picture{display:none}.header.index-page{margin-bottom:calc(var(--logo-height-pc) * -1)}.header.headerIndex{position:absolute;z-index:2;width:100%;border-bottom:0;background:0 0;color:var(--white);box-shadow:none}.header.headerIndex a,.header.headerIndex select{color:var(--white)}}.header{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:10px;position:relative;padding:10px 32px;box-sizing:border-box;z-index:10;color:var(--heading-color);background:0 0;box-shadow:0 2px 4px rgba(26,26,27,.1);min-height:60px}.header.index-page{--heading-color:#fff;box-shadow:unset}.header.index-page .search-form input{color:#212121}.header.fixed-top{--heading-color:#212121;position:fixed;width:100%;top:0;left:0;box-shadow:0 2px 4px rgba(26,26,27,.1);color:var(--heading-color);background:var(--white)}.header.fixed-top a,.header.fixed-top select{color:var(--heading-color)}.header.fixed-top.index-page .logo .logo-img{display:none}.header.fixed-top.index-page .logo .fixed-logo-img{display:block}.header:not(.index-page) .logo .logo-img{display:none}.header:not(.index-page) .logo .fixed-logo-img{display:block}.header .logo{display:flex;align-items:center;justify-content:center;width:270px;flex:none}.header .logo span{min-height:20px;font-size:20px;white-space:nowrap}.header .logo img{display:block;height:100%;object-fit:cover}.header .logo>a{min-height:26px}.header .logo .fixed-logo-img{display:none}.header .menu,.header .operat{width:100%}.header .menu{display:flex;height:100%;align-items:center}.header .menu.mobile .nav-icon{display:block}.header .menu.mobile .nav-ul{display:none}.header .operat{display:flex;align-items:center;width:100%;justify-content:flex-end}.header .operat .head-buycart,.header .operat .head-customer,.header .operat .head-search{position:relative;cursor:pointer}.header .operat .head-buycart.iconfont,.header .operat .head-customer.iconfont,.header .operat .head-search.iconfont{font-size:22px;height:44px;line-height:44px;width:44px;text-align:center}.header .operat .head-buycart i,.header .operat .head-customer i,.header .operat .head-search i{position:absolute;top:5px;right:5px;min-width:8px;height:16px;padding:2px 5px;font-size:12px;font-style:normal;line-height:1;border-radius:18px;text-align:center;background:var(--main-button-background-color);color:var(--main-button-text-color);display:none}.header .nav{width:100%;display:table-cell}.header .nav-ul{padding:12px 0;white-space:nowrap;display:inline-block;visibility:hidden}.header .nav-item{white-space:normal;display:inline-block;position:relative}.header .nav-item.nav-member{display:none}.header .nav-item.nav-single>a{padding:0}.header .nav-item.nav-single>a::after{display:none}.header .nav-item>a{margin-right:16px;padding-right:12px}.header .nav-item>a::after{position:absolute;top:50%;right:10px;content:"\e76c";font-family:iconfont!important;font-size:14px;font-style:normal;transform:translateY(-50%);pointer-events:none;-webkit-font-smoothing:antialiased;-webkit-transform:translateY(-50%)}.header .nav-item:hover>a{text-decoration:underline}.header .nav-item:hover .nav-item-down-menu{opacity:1;visibility:visible;transform:translateY(0);color:#a26b25}.header .nav-item-down-menu,.header .three-menu-wrap{width:200px;background:var(--white);padding:12px;position:absolute;opacity:0;visibility:hidden;box-shadow:6px 6px 6px rgba(0,0,0,.2);transition:all .5s}.header .nav-item-down-menu{margin:10px 0 0 0;left:0;top:25px;z-index:2;transform:translateY(-15px)}.header .nav-item-down-menu a{display:flex;font-size:14px;padding:5px;word-wrap:break-word;color:#212121;justify-content:space-between;align-items:center}.header .nav-item-down-menu li:hover .three-menu-wrap{opacity:1;visibility:visible}.header .three-menu-wrap{top:0;left:100%}.head-notice a{display:flex;align-items:center;justify-content:center;padding:0;line-height:1.5}.head-notice a img{width:100%;height:100%;object-fit:cover}.head-notice span{position:absolute;padding:12px;box-sizing:border-box;display:block}.head-notice picture{width:100%;display:flex}.header-menu{background:#fff}.header-menu.z-index{position:relative;z-index:99999}.header-menu>div{margin:0 auto;position:relative;display:flex;align-items:center}.currency-more{position:relative;cursor:pointer;padding:10px 16px;font-size:16px;display:flex;align-items:center;flex:none;min-width:106px;box-sizing:border-box;justify-content:space-between;border-radius:var(--default-border-radius)}.currency-more::after{content:"\e6f0";font-family:iconfont!important;font-size:16px;font-style:normal;pointer-events:none;-webkit-font-smoothing:antialiased;width:20px;text-align:right}.currency-more img{margin-right:4px;width:14px;height:12px;object-fit:cover}.currency-more .currency-list{width:100%;background:#f5f5f5;box-shadow:0 2px 8px rgba(0,0,0,.15);position:absolute;left:0;top:25px;z-index:2;overflow-y:scroll;margin-top:10px;color:#000;padding:10px 16px;box-sizing:border-box;max-height:400px;display:none}.currency-more .currency-list::-webkit-scrollbar{width:5px}.currency-more .currency-list li{cursor:pointer;text-align:left;line-height:30px;position:relative}.currency-more .currency-list li.active::after{content:"\e645";font-family:iconfont!important;font-size:16px;font-style:normal;pointer-events:none;-webkit-font-smoothing:antialiased;position:absolute;right:-16px;top:50%;transform:translateY(-50%)}.country-select{position:relative;cursor:pointer;height:48px;display:inline-block}.country-select>select{width:auto;height:100%;padding-right:30px;padding-left:5px;font-size:16px;border:0;cursor:pointer}.country-select>select>option{color:var(--heading-color)}.country-select::after{content:"\e6f0";position:absolute;top:50%;right:10px;font-family:iconfont!important;font-size:16px;font-style:normal;transform:translateY(-55%);pointer-events:none;-webkit-font-smoothing:antialiased;-webkit-transform:translateY(-55%)}.nav-icon{display:none;cursor:pointer;font-size:44px;line-height:1}.nav-drawer{display:none;position:fixed;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;top:0;bottom:0;z-index:1002;color:var(--heading-color);background:var(--white);transition:all .35s cubic-bezier(.46,.01,.32,1)}.nav-drawer.drawer{width:290px;left:-290px;display:flex;flex-direction:column}.nav-drawer.drawer--left{-webkit-transform:translateX(290px);-moz-transform:translateX(290px);-ms-transform:translateX(290px);-o-transform:translateX(290px);transform:translateX(290px)}.nav-drawer .nav-header{padding:24px 16px;display:grid;grid-template-columns:1fr auto;align-items:center}.nav-drawer .nav-header .iconfont{cursor:pointer}.nav-drawer .back{padding:24px 16px;display:grid;text-align:center;font-size:18px;position:relative}.nav-drawer .back::before{content:"\e623";font-family:iconfont!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:16px;top:50%;transform:translate(0,-50%)}.nav-drawer .logo,.nav-drawer .nav-footer{display:none}.nav-drawer .mobile-menu{height:100%;overflow:auto;position:relative;z-index:2}.nav-drawer .mobile-menu .woo-ui-subhead-title{font-family:var(--font-body-family)!important}.nav-drawer .nav-ul .nav-item{margin-bottom:0}.nav-drawer .nav-ul .nav-item a{padding:12px 0;margin:0 16px;display:block;font-size:16px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;color:#1a1a1b;padding-right:15px}.nav-drawer .nav-ul .nav-item>a{display:flex;align-items:center}.nav-drawer .nav-ul .nav-item>a .icon-donwn-copy{position:absolute;right:12px;transform:rotate(-90deg)}.nav-drawer .nav-ul .nav-item>a img{width:44px;height:44px;object-fit:cover;margin-right:12px}.nav-drawer .nav-ul .nav-item .nav-item-down-menu{font-size:14px;position:fixed;background:#fff;width:100%;left:100%;top:0;height:100%;overflow-y:auto;transition:all .35s cubic-bezier(.46,.01,.32,1);z-index:3}.nav-drawer .nav-ul .nav-item .nav-item-down-menu::-webkit-scrollbar{display:none}.nav-drawer .nav-ul .nav-item .nav-item-down-menu.nav-item-down-menu--show{left:0;transition:all .35s cubic-bezier(.46,.01,.32,1)}.nav-drawer .nav-ul .nav-item .nav-item-down-menu li>a{display:flex;align-items:center;position:relative}.nav-drawer .nav-ul .nav-item .nav-item-down-menu li>a img{width:44px;height:44px;object-fit:cover;margin-right:12px}.nav-drawer .nav-ul .nav-item .nav-item-down-menu li>a .iconfont{position:absolute;right:0;top:50%;transform:translateY(-50%)}.nav-drawer .nav-ul .nav-item .three-menu-wrap{background:#f5f5f5}.nav-drawer .nav-ul .nav-item .three-menu-wrap>a{display:flex;align-items:center}.nav-drawer .nav-ul .nav-item .three-menu-wrap>a img{width:60px;height:60px;object-fit:cover;margin-right:12px}.add-cart-popup{position:absolute;right:0;width:100%;max-width:375px;display:block;background:var(--white);height:auto;opacity:0;visibility:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:16px;z-index:10;top:80px;box-sizing:border-box;color:var(--heading-color)}.add-cart-popup.add-cart-popup--show{opacity:1;visibility:visible}.add-cart-popup .product-info{display:flex;align-items:center;font-size:16px;flex-wrap:wrap}.add-cart-popup .product-info .add-list{width:100%;display:flex;justify-content:space-between;border-bottom:1px solid var(--border-color);padding:12px 0}.add-cart-popup .product-info .add-list>div:nth-of-type(2){width:100%}.add-cart-popup .product-info .add-list>div:nth-of-type(2)>div:first-of-type{-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.add-cart-popup .product-info .current-img{display:flex;justify-content:center;align-items:center;text-align:center;background:#f5f5f5;width:80px;height:80px;flex:none;margin-right:12px}.add-cart-popup .product-info .current-img>img{max-width:100%;max-height:100%;height:auto}.add-cart-popup .product-info .attribute{color:#999;font-size:12px;margin-top:8px}.add-cart-popup .product-info .add-list-price .cart-price,.add-cart-popup .product-info .add-list-price .cart-quantity{display:inline-block}.add-cart-popup .product-info .cart-price{font-size:18px;margin-top:18px}.add-cart-popup .add-info{width:100%;font-size:16px}.add-cart-popup .add-info .cart-info{margin-top:16px}.add-cart-popup .add-info .cart-info a{margin-top:12px;color:var(--secondary-button-text-color)}.add-cart-popup .add-info .cart-tips,.add-cart-popup .add-info .cart-total{margin-bottom:16px}.add-cart-popup .add-info .cart-total{display:flex;justify-content:space-between}.add-cart-popup .add-info .cart-total>span{font-size:18px}.add-cart-popup .add-info .cart-tips>span{font-weight:700}.add-cart-popup .add-info .woo-ui-btn{width:100%;font-size:14px}@media screen and (max-width:768px){.header{padding:4px;width:100%;justify-content:center;grid-template-columns:1fr}.header.index-page{margin-bottom:calc(var(--logo-height-mobile) * -1)}.header .logo{width:auto;max-width:calc((100vw - 0px)*.6);overflow:hidden;justify-content:center;margin:0 auto}.header .logo img{max-width:100%}.header .nav{display:none}.header .operat{right:4px}.header .operat .country-select,.header .operat .currency-more,.header .operat .head-customer{display:none}.header .menu,.header .operat{display:flex;align-items:center;position:absolute;width:auto;height:100%}.header .menu{left:4px}.head-notice.mobile-no-img span{position:static}.head-notice.mobile-no-img picture{display:none}.header-menu{position:fixed;z-index:999;height:100%;width:100%;box-sizing:border-box;display:none}.header-menu>div{height:100%}.header-menu.drawer--left{display:block}.nav-icon{display:block}.nav-drawer.drawer{width:100vw;left:-100vw;display:flex;flex-direction:column}.nav-drawer.drawer--left{-webkit-transform:translateX(100vw);-moz-transform:translateX(100vw);-ms-transform:translateX(100vw);-o-transform:translateX(100vw);transform:translateX(100vw)}.nav-drawer .nav-footer{display:flex;padding:20px 16px;box-sizing:border-box}.nav-drawer .logo,.nav-drawer .search-box{display:block}.nav-drawer .country-select,.nav-drawer .currency-more{width:100%;height:48px;outline:0;border:1px solid #1a1a1a;padding:0 16px;flex:auto;box-sizing:border-box}.nav-drawer .currency-more::after{position:absolute;right:16px}.nav-drawer .currency-more .currency-list{top:auto;bottom:60px;margin:0;max-height:200px;box-sizing:border-box}.nav-drawer .currency-more .currency-list::-webkit-scrollbar{display:none}.nav-drawer .currency-more .currency-list li{line-height:40px}.nav-drawer .currency-more .currency-list li.active::after{right:0}.nav-drawer .country-select{margin-left:12px}.nav-drawer .country-select>select{padding:0}.nav-drawer .logo img{max-height:60px}.add-cart-popup{top:60px;max-width:100%}}
.order-header{width:100%;padding:24px 0 20px}.order-header .logo,.order-header a{height:48px;display:inline-block}.order-header .logo img,.order-header a img{max-height:48px}.order-header .logo a,.order-header .logo span,.order-header a a,.order-header a span{color:#333;font-size:24px}.order-header .logo span,.order-header a span{margin-top:12px}.order-wrap{max-width:100%}@media screen and (max-width:768px){.order-header{width:100%;display:block}}@media screen and (max-width:640px){.order-header{width:100%;display:block}}