@charset "UTF-8";body.show-modal{padding-right:17px}.modal-mask{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:#171717cc;display:flex;transition:opacity .3s ease}.dialog-body{overflow:hidden;display:flex;flex-direction:column;max-height:100%;width:100%;height:auto;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000054;z-index:10000;transition:all .3s ease}.dialog-body .empty_background{width:100%;position:absolute;top:0}.dialog-body .header{padding:16px;display:flex;flex-direction:row;justify-content:space-between;min-height:60px;position:relative}.dialog-body .header.cusHead{min-height:0px;padding:0}.dialog-body .header .title{align-items:center;display:flex}.dialog-body .header .close{display:block;position:relative;cursor:pointer;height:16px;width:16px;top:20px;right:16px;position:absolute;z-index:9999}.dialog-body .header .close:before,.dialog-body .header .close:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.dialog-body .header .close:before{transform:rotate(45deg)}.dialog-body .header .close:after{transform:rotate(-45deg)}.dialog-body .dialog-content{padding:16px;height:100%;overflow:auto;overscroll-behavior:contain}.modal-enter-from .dialog-body,.modal-leave-to .dialog-body{transform:translateY(300px)}.stack_btns_container{--btn_gap: 16px;--gap_sum: var(--btn_gap) * (var(--btn_count) - 1);display:flex;flex-wrap:wrap}.stack_btns_container.has-stacked .product-button,.stack_btns_container.has-stacked .shop_btn{flex:0 0 100%}.stack_btns_container.has-stacked .product-button+.product-button,.stack_btns_container.has-stacked .product-button+.shop_btn,.stack_btns_container.has-stacked .shop_btn+.product-button,.stack_btns_container.has-stacked .shop_btn+.shop_btn{margin-left:0;margin-top:16px}.stack_btns_container .product-button+.product-button,.stack_btns_container .product-button+.shop_btn,.stack_btns_container .shop_btn+.product-button,.stack_btns_container .shop_btn+.shop_btn{margin-left:16px}.stack_btns_container .product-button,.stack_btns_container .shop_btn{flex:0 0 calc((100% - var(--gap_sum)) / var(--btn_count))}.stack_btns_container .support-stack{display:flex}.support-stack{--normal-width: 8px;--suffix-icon-width: 36px;position:relative;display:flex;align-items:center;height:48px}.support-stack:before,.support-stack:after{content:"";font-size:0;display:inline-block;flex:0 0 var(--normal-width)}.support-stack{white-space:nowrap}.support-stack .text{flex:1;width:0;overflow:hidden;text-align:center}.support-stack.cto-or-pb{height:auto !important;min-height:48px;white-space:wrap}.support-stack.cto-or-pb .text{width:auto;overflow:visible;line-height:30px;margin:0 25px}.support-stack.has-icon:after{flex-basis:var(--suffix-icon-width)}.splitter_shop_btn:focus{background-color:#fff !important;color:#171717 !important}.button.product-button{height:48px;line-height:48px;border-radius:100px;display:flex;justify-content:center;align-items:center;font-size:16px;font-family:Noto Sans;font-weight:400;position:relative}.button.product-button.cto-or-pb{border-radius:25px !important}.button.product-button div{flex:none !important}.button.product-button .compare-btn-icon{width:8px;height:12px;border-color:#171717;border-style:solid;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-4px;position:absolute;right:14px}.button.product-button .iconfont-ai-icon{background-image:linear-gradient(180deg,#e1251b 0%,#7a126b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;margin-right:4px}.button.product-button.button_text .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:140px;text-align:center}.button.product-button.primary.active{background-color:#171717;color:#fff}.button.product-button.primary.disabled{background-color:#e5e5e5;color:#6d656f}.button.product-button.primary.selected{background-color:#6d656f;color:#fff}.button.product-button.secondary.active{background-color:#fff;color:#171717;border:2px solid #a4a2a2}.button.product-button.secondary.disabled{background-color:#fff;color:#ccc;border:2px solid #a4a2a2}.button.product-button.secondary.selected{background-color:#e6e2e4;color:#171717}.tooltipV2,.body-tooltipV2{display:inline-block;position:relative;text-align:left}.tooltipV2 h3,.body-tooltipV2 h3{margin:12px 0}.tooltipV2 .pop-icon-btn,.body-tooltipV2 .pop-icon-btn{width:14px;height:14px;cursor:pointer;display:flex}.tooltipV2 .iconfont-tooltipIcon,.body-tooltipV2 .iconfont-tooltipIcon{color:#171717}.tooltipV2 .close-icon-btn,.body-tooltipV2 .close-icon-btn{position:absolute;right:10px;top:10px;cursor:pointer;font-size:20px;color:var(--font-color)}.tooltipV2.style-auto-gaming .iconfont-tooltipIcon,.body-tooltipV2.style-auto-gaming .iconfont-tooltipIcon{color:var(--med-blue)}.tooltipV2 .tooltipV2-content,.body-tooltipV2 .tooltipV2-content{min-width:200px;min-height:100px;color:#666;background-color:#fff;font-weight:400;font-size:13px;border-radius:6px;position:absolute;z-index:9999;box-sizing:border-box;box-shadow:0 1px 4px #00000080}.tooltipV2 .tooltipV2-content>i,.body-tooltipV2 .tooltipV2-content>i{position:absolute;overflow:hidden}.tooltipV2 .tooltipV2-content>i:after,.body-tooltipV2 .tooltipV2-content>i:after{content:"";position:absolute;width:12px;height:12px;background-color:#fff;box-shadow:0 1px 8px #00000080}.tooltipV2 .top>i,.body-tooltipV2 .top>i{width:24px;height:12px;margin-left:-12px;top:100%;left:50%}.tooltipV2 .top>i:after,.body-tooltipV2 .top>i:after{left:50%;top:-100%;transform:translate(-50%,50%) rotate(45deg)}.tooltipV2 .bottom>i,.body-tooltipV2 .bottom>i{width:24px;height:12px;margin-left:-12px;bottom:100%;left:50%}.tooltipV2 .bottom>i:after,.body-tooltipV2 .bottom>i:after{left:50%;transform:translate(-50%,50%) rotate(45deg)}.tooltipV2 .left>i,.body-tooltipV2 .left>i{height:24px;width:12px;bottom:50%;left:100%}.tooltipV2 .left>i:after,.body-tooltipV2 .left>i:after{top:0%;transform:translate(-50%,50%) rotate(45deg)}.tooltipV2 .right>i,.body-tooltipV2 .right>i{height:24px;width:12px;bottom:50%;right:100%}.tooltipV2 .right>i:after,.body-tooltipV2 .right>i:after{top:0%;left:100%;transform:translate(-50%,50%) rotate(45deg)}body.gaming-theme-black .tooltipV2.style-auto-gaming .tooltipV2-content,body.gaming-theme-black .body-tooltipV2.style-auto-gaming .tooltipV2-content{box-shadow:2px 0 8px #00000080;background:#000;border:1px solid #4a5863}body.gaming-theme-black .tooltipV2.style-auto-gaming .tooltipV2-content>i:after,body.gaming-theme-black .body-tooltipV2.style-auto-gaming .tooltipV2-content>i:after{background-color:#000;outline:1px solid #4a5863}body.gaming-theme-black .tooltipV2.style-auto-gaming .iconfont-tooltipIcon,body.gaming-theme-black .body-tooltipV2.style-auto-gaming .iconfont-tooltipIcon{color:var(--link-color)}body.gaming-theme-black .tooltipV2.style-auto-gaming.new-gaming-style .tooltipV2-content,body.gaming-theme-black .body-tooltipV2.style-auto-gaming.new-gaming-style .tooltipV2-content{background:#202020;border:1px solid #202020;box-shadow:0 8px 10px #00000024,0 3px 14px #0000001f,0 5px 5px #0003 !important}body.gaming-theme-black .tooltipV2.style-auto-gaming.new-gaming-style .tooltipV2-content>i:after,body.gaming-theme-black .body-tooltipV2.style-auto-gaming.new-gaming-style .tooltipV2-content>i:after{background-color:#202020;outline:1px solid #202020;box-shadow:0 8px 10px #00000024,0 3px 14px #0000001f,0 5px 5px #0003 !important}.pb-sticky-bar{position:fixed;bottom:-1px;width:100%;display:flex;background-color:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;box-shadow:0 -3px 10px #0000004d;border-radius:10px 10px 0 0;opacity:1;z-index:999}.pb-sticky-bar .grade-bar{margin-top:4px;width:69px;height:4px;border-radius:20px;background:#e8e8e8 0% 0% no-repeat padding-box}.pb-sticky-bar .tax-section{font-size:14px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.14px;color:var(--dark-gray-1);margin:4px 0 5px;padding:0 20px;width:100%;justify-content:center;display:flex}.pb-sticky-bar .pb-cart-button.tax-included{margin-bottom:0}.pb-btn{display:flex;justify-content:space-between;flex-wrap:wrap;margin:16px auto 24px;width:90%;color:var(--font-color);font-family:var(--notoSans)}.pb-btn .pb-summary-btn{display:flex}.pb-btn .pb-summary-btn img{width:22px;padding-left:2px}.pb-btn img{max-width:24px;max-height:24px}.pb-cart-count{color:var(--font-color);font-size:16px}.pb-cart-button{display:flex;align-items:center;justify-content:center;gap:4px;width:90%;margin:0 auto 10px;font-family:var(--montserrat);height:48px;line-height:1.2;padding:0;text-align:center;border-radius:24px;background-color:var(--font-color);border:0;color:var(--bg-color);font-weight:400}.pb-cart-button .pb-cart-button-text,.pb-cart-button .pb-cart-button-price{display:inline-flex;align-items:center;min-width:0}.pb-cart-button .pb-cart-button-price{line-height:1}.pb-cart-button .continue-to-cart{color:var(--bg-color)}.pb-sticky-bar-pc{min-height:80px;box-shadow:0 2px 4px #0003;padding:16px 48px;-webkit-box-decoration-break:clone;box-decoration-break:clone;z-index:100;background-color:#fff}@media screen and (min-width: 1920px){.pb-sticky-bar-pc{width:100vw;margin-left:calc((-100vw + 100%)/2);margin-right:calc((-100vw + 100%)/2)}}.pb-sticky-bar-pc .container{display:flex;flex-direction:row}.pb-sticky-bar-pc .container .pb-sticky-bar-text{flex:1;margin-left:auto;margin-right:40px}.pb-sticky-bar-pc .container .pb-sticky-bar-text .copilot-wrapper .copilot-plus-badge{--copilot-font-size: 14px;--copilot-line-height: 1;--copilot-letter-spacing: 0}.pb-sticky-bar-pc .container .pb-sticky-bar-text .copilot-wrapper .copilot-plus-badge .copilot-plus-badge_content{margin-bottom:4px}.pb-sticky-bar-pc .container .pb-sticky-bar-text h2{line-height:30px;font-size:24px;font-weight:700;margin-bottom:.1em}.pb-sticky-bar-pc .container .pb-sticky-bar-text span{font-size:14px;color:#000}.pb-sticky-bar-pc .container .pb-sticky-bar-text a{display:inline-block;margin:0 .5em;font-size:14px;color:#284e95;text-decoration:underline}.pb-sticky-bar-pc .container .pb-sticky-bar-price{margin-left:auto;margin-right:20px;text-align:right}.pb-sticky-bar-pc .container .pb-sticky-bar-price .real-price{font-size:28px;font-weight:700;line-height:30px;color:#1e0013}.pb-sticky-bar-pc .container .pb-sticky-bar-price .real-price .tax-section{font-size:12px;line-height:15px;color:#1e0013;font-weight:400}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price{font-size:12px;line-height:15px;color:#4e444e}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .web-price{display:inline-block;margin-right:1em}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .web-price:has(+.save-box){margin-right:2px}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .web-price .detail-icon{cursor:pointer;margin:0 2px;transform:translateY(3px)}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .web-price .iconfont-tooltipIcon{font-size:16px;cursor:pointer;margin:0 2px;transform:translateY(3px);position:relative;top:2px;color:var(--link-color)}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .save-price{display:inline-block;color:#285d50}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .save-price.save-box{padding:2px 4px;border-radius:2px;background-color:#285d50;color:#fff}.pb-sticky-bar-pc .container .pb-sticky-bar-price .additional-price .save-price.save-box span:first-child{margin-right:2px}.pb-sticky-bar-pc .container .pb-sticky-bar-price .pb-sticky-bar-topi-promo .topi-promo-msg>span>strong:last-child{display:block}.pb-sticky-bar-pc .container .pb-sticky-bar-action{margin-left:auto}.pb-sticky-bar-pc .container .pb-sticky-bar-action>button{min-width:220px;color:#fff;background-color:#294e95;border-radius:4px;height:48px;line-height:48px;cursor:pointer;font: 700 16px/16px Lato;padding:0 16px}.pb-sticky-bar-pc .container .pb-sticky-bar-action>button:hover{background:#eaeef5;border:1px solid #294e95;color:#294e95}.backToRecomendation{font: 16px/19px Lato;color:#284e95;margin:16px 48px 0;cursor:pointer;display:inline-block}.backToRecomendation .recomendationIcon{padding-right:8px;width:12px;height:12px;display:inline-block;border:0 solid #284e95;rotate:45deg;border-left-width:3px;border-bottom-width:3px;transform:scale(.5)}.comp-contaier .short-pb-container.short-pb-tablet .backToRecomendationShortPb,.comp-contaier .backToRecomendationShortPb{display:none}.pb-sticky-bar-tablet{min-height:80px;box-shadow:0 -2px 4px #0003;position:fixed;bottom:0;left:0;right:0;padding:1em;background:#fff;z-index:100}.pb-sticky-bar-tablet .container{display:flex;flex-direction:row}.pb-sticky-bar-tablet .container .pb-sticky-bar-text{flex:1;margin-left:auto}.pb-sticky-bar-tablet .container .pb-sticky-bar-text span{font-size:12px;color:#000}.pb-sticky-bar-tablet .container .pb-sticky-bar-text a{display:inline-block;margin:0 .5em;font-size:12px;color:#284e95;text-decoration:underline}.pb-sticky-bar-tablet .container .pb-sticky-bar-price{margin-right:18px}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .real-price{font-size:28px;font-weight:700;line-height:30px;color:#000}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .real-price .tax-section{font-size:12px;line-height:15px;color:#000;font-weight:400}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price{font-size:12px;line-height:15px;color:#4e444e}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .web-price{display:inline-block;margin-right:1em}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .web-price:has(+.save-box){margin-right:2px}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .web-price .detail-icon{cursor:pointer;margin:0 2px;transform:translateY(3px)}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .web-price .iconfont-tooltipIcon{font-size:16px;cursor:pointer;margin:0 2px;transform:translateY(3px);position:relative;top:2px;color:var(--link-color)}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .save-price{display:inline-block;color:#285d50;font-weight:700}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .save-price.save-box{padding:2px 4px;border-radius:2px;background-color:#285d50;color:#fff;font-weight:400}.pb-sticky-bar-tablet .container .pb-sticky-bar-price .additional-price .save-price.save-box span:first-child{margin-right:2px}.pb-sticky-bar-tablet .container .pb-sticky-bar-action{display:flex;margin-left:auto}.pb-sticky-bar-tablet .container .pb-sticky-bar-action>button{align-self:center;min-width:220px;color:#fff;background-color:#294e95;border-radius:4px;height:48px;line-height:48px;cursor:pointer;font: 700 16px/16px Lato;padding:0 16px}.pb-sticky-bar-tablet .container .pb-sticky-bar-action>button:hover{background:#eaeef5;border:1px solid #294e95;color:#294e95}.pb-sticky-bar-pc .estLabel,.pb-sticky-bar-tablet .estLabel{cursor:pointer}.pb-sticky-bar-pc .tooltipV2,.pb-sticky-bar-tablet .tooltipV2{margin:0 4px}.pb-sticky-bar-pc .tooltipV2 .tooltipV2-content,.pb-sticky-bar-tablet .tooltipV2 .tooltipV2-content{box-shadow:0 1px 9px #00000080}.pb-sticky-bar-pc .tooltipV2 .tooltipV2-contentWrapper>div,.pb-sticky-bar-tablet .tooltipV2 .tooltipV2-contentWrapper>div{padding:12px 10px 10px;font-size:12px}.pb-sticky-bar-pc .tooltipV2 .tooltipV2-contentWrapper>div h3,.pb-sticky-bar-tablet .tooltipV2 .tooltipV2-contentWrapper>div h3{margin:0;padding-bottom:8px;border-bottom:2px solid #e5e5e5;color:#000}.pb-sticky-bar-pc .tooltipV2 .tooltipV2-contentWrapper>div p,.pb-sticky-bar-tablet .tooltipV2 .tooltipV2-contentWrapper>div p{padding:8px 0 0;color:#000}@media screen and (max-width: 1280px){.commonFooter[componentname=ofp-2c-mobile-footer] .common_footer{padding-bottom:130px}}@media screen and (min-width: 1920px){.backToRecomendation{margin:16px 5px 0}}.save-money-percent{height:17px;font: 14px/17px Lato;color:#285d50}.price-save{display:none}.price-est{height:17px;font: 14px/17px Lato;color:#000}.body-tooltipV2.price-est_body{min-width:210px;width:auto}.body-tooltipV2.price-est_body .stp-title{font: 700 14px/17px Lato;letter-spacing:0px;color:#000;background-color:transparent !important;border-bottom:1px solid #555;padding:10px 0 5px;margin:0 10px}.body-tooltipV2.price-est_body .stp-des{padding:5px 10px 10px;font: 12px/15px Lato;letter-spacing:0px;color:#000}.price-summary-save-web .price-web-icon{width:16px !important;height:16px !important;margin:0 1.5px 0 4px}.price-summary-save-web .price-web-icon .iconfont-tooltipIcon{font-size:16px;color:var(--med-blue)}.saved-wrapper-biz{display:inline-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.saved-wrapper-biz .save{text-align:left;font: 14px/19px Lato;letter-spacing:0px;color:#065f46;margin-right:10px}.saved-wrapper-biz .percent-box{width:65px;height:22px;background:#065f46 0% 0% no-repeat padding-box;border-radius:4px;opacity:1;text-align:center;font: 700 12px/22px Lato;letter-spacing:.21px;color:#fff}.collapse-container .title:hover{cursor:pointer}.price-detail.collapse-container{background-color:transparent}.price-detail.collapse-container .title{padding:0;height:15px;font: 12px/15px Lato;color:#294e95;justify-content:left;letter-spacing:0px}.price-detail.collapse-container .title .arrow{border-color:#294e95;border-right-width:1px;border-bottom-width:1px;margin-left:5.5px;margin-top:2px;transform:scale(.8) rotate(45deg) !important}.price-detail.collapse-container .title .arrow-active{margin-top:6px;transform:scale(.8) rotate(-135deg) !important}.price-detail.collapse-container .bm{border:none !important}.price-detail.collapse-container .content-warp{margin-top:8px}.price-detail.collapse-container .save-price-list .price-list__item{margin-bottom:8px;display:flex;width:100%;font: 14px/17px Lato}.price-detail.collapse-container .save-price-list .price-list__item .left{min-width:120px;color:#000}.price-detail.collapse-container .save-price-list .price-list__item .right{flex:1;color:#555;text-align:right;padding-right:85px}.price-detail.collapse-container .save-price-list .ecoupon .left{font: 12px/15px Lato;min-width:74px}.price-detail.collapse-container .save-price-list .ecoupon .right{color:#000;font: 700 12px/15px Lato;text-align:left}.price-detail.collapse-container .save-price-list .stackMsg .left{font: 700 12px/15px Lato}.price-detail-list .price-list__item{margin-bottom:8px;display:flex;width:100%;font: 14px/17px Lato}.price-detail-list .price-list__item .left{min-width:120px;color:#000}.price-detail-list .price-list__item .right{flex:1;color:#555;text-align:right;padding-right:85px}.price-detail-list .ecoupon .left{font: 12px/15px Lato;min-width:74px}.price-detail-list .ecoupon .right{color:#000;font: 700 12px/15px Lato;text-align:left}.price-detail-list .stackMsg .left{font: 700 12px/15px Lato}.card-coupon-limit{font-size:13px;font-weight:700;line-height:17px;padding-bottom:6px}.card-coupon-limit .tooltipV2-content{padding:10px;min-height:auto}.card-coupon-limit .tooltipV2-content span{font-weight:700}.price-summary-info.price-summary-info-pc{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.price-summary-info.price-summary-info-pc .price-save-mt:empty{margin-left:-11px}.price-summary-info.price-summary-info-pc .price-title{font: 26px/32px Lato;color:#000;display:inline-block}.price-summary-info.price-summary-info-pc .price-save-mt.price-save-pc:not(:empty){background:#285d50 0% 0% no-repeat padding-box;border-radius:4px;padding:4px 5px 3px;height:22px;margin-right:0;display:flex;align-items:center;position:relative;bottom:4px}.price-summary-info.price-summary-info-pc .price-save-mt.price-save-pc:not(:empty) span{letter-spacing:.21px;margin-right:0 !important;word-break:normal;font: 700 12px/20px Lato;color:#fff}.price-summary-info.price-summary-info-pc .vat.desc{display:block;font: 14px/17px Lato;color:#000}.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming,.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming .price-title{color:#fff}.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming .price-save-pc:not(:empty){border:1px solid #fff;background-color:#444d51}.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming .price-save-pc:not(:empty) span{color:#0ff !important}.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming .vat,.gaming-theme-black .price-summary-info.price-summary-info-pc.style-auto-gaming .price-top{color:#fff}.collapse-container{width:100%}.collapse-container .title{display:flex;justify-content:space-between;color:#171717;font-size:20px;font-family:Montserrat;letter-spacing:-1px;font-weight:700;line-height:24px;padding-bottom:11px;transition:padding-bottom .3s;will-change:padding-bottom}.collapse-container .title .arrow{min-width:10px;margin-left:20px;margin-top:6px;transform:rotate(45deg);transform-origin:50% 50%;width:10px;height:10px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s}.collapse-container .title .arrow.arrow-active{transform:rotate(-135deg)}.collapse-container .title.bm{border-bottom:1px solid #e8e8e8;border-bottom-width:2px}.collapse-container .title.is-close{border-width:0;padding-bottom:0}.collapse-container .title.is-close span{margin-right:6px}.collapse-container .title.is-close span:empty{margin-right:0}.collapse-container .content-warp{overflow:hidden;margin-top:0;max-height:0px;transition:max-height .3s,margin-top .3s;will-change:max-height,margin-top}.collapse-container .content-warp .content{padding-top:10px;font-size:16px;color:#6f6d6e}.collapse-container .is-active{max-height:9999px;margin-top:4px}.collapse-container .is-active.showLimitHeight{max-height:unset}.price-summary{line-height:22px;display:flex;flex-wrap:wrap;gap:8px}.price-summary .price-save-mt:empty{margin-left:-11px}.price-summary .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.price-summary{width:100%}.price-summary .price-title{display:inline-block;letter-spacing:-1px;font-size:20px;line-height:24px;margin-right:0 !important;color:#171717;font-family:Montserrat;font-weight:700}.price-summary .price-title.lengthyPrice{font-size:16px;margin-top:1px}.price-summary .vat{margin-right:6px}.price-summary .desc{font-size:16px;font-weight:400;letter-spacing:0;color:#4e444e;font-family:Noto Sans;display:flex;min-width:80px}.price-summary .price-summary-info{width:100%;display:flex;align-items:baseline;flex-wrap:wrap}.body-tooltipV2.price-est_body{width:312px;position:relative;padding:0 !important;z-index:999999}.body-tooltipV2.price-est_body .stp-title{background-color:#f8f8f8;font-family:Noto Sans;color:#1e0013;font-size:16px;line-height:19px;font-weight:700;padding:13px 14px}.body-tooltipV2.price-est_body .stp-des{padding:11px 12px 15px 18px;color:#555;font-size:14px;font-family:Noto Sans;line-height:17px}.price-est .popup-popover-wrapper .card-popover .card-popover__arrow{background-color:#f8f8f8}.gaming-theme-black .price-summary.style-auto-gaming .price-title{color:#fff}.gaming-theme-black .price-summary.style-auto-gaming .price-save-mt span{color:#e5f0ed !important}.gaming-theme-black .price-summary.style-auto-gaming .desc{color:#aba8b1}.gaming-theme-black .style-auto-gaming.body-tooltipV2.price-est_body{z-index:999999}.gaming-theme-black .style-auto-gaming.body-tooltipV2.price-est_body .stp-title{background:#000;border-bottom:1px solid #fff}.gaming-theme-black .style-auto-gaming.body-tooltipV2.price-est_body .stp-title,.gaming-theme-black .style-auto-gaming.body-tooltipV2.price-est_body .stp-des{color:#fff}.gaming-theme-black .style-auto-gaming.pdp-popup-style.price-est_body{padding:0 12px !important;background:#202020 !important}.gaming-theme-black .style-auto-gaming.pdp-popup-style.price-est_body .stp-title{border-bottom:1px solid #fff}.gaming-theme-black .style-auto-gaming.pdp-popup-style.price-est_body .stp-title,.gaming-theme-black .style-auto-gaming.pdp-popup-style.price-est_body .stp-des{background-color:#202020 !important;color:#fff !important}.gaming-theme-black .starting-at-container.style-auto-gaming{color:#fff}.price-top{font-size:12px;font-family:Noto Sans;width:100%}.price-summary-info.price-summary-info-MT{display:flex;flex-wrap:wrap;gap:8px}.price-summary-info.price-summary-info-MT .price-save-mt:empty{margin-left:-11px}.price-summary-info.price-summary-info-MT .price-title{width:fit-content}.price-summary-info.price-summary-info-MT .price-save-mt:not(:empty){margin-right:0 !important;background:#285d50 0% 0% no-repeat padding-box;border-radius:4px;padding:0 5px;align-items:center;position:relative;bottom:1px}.price-summary-info.price-summary-info-MT .price-save-mt:not(:empty) span{word-break:normal;font: 700 16px/24px Noto Sans;color:#fff;margin-right:0 !important}.price-summary-info.price-summary-info-MT .desc{line-height:24px;word-break:normal}.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming,.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming .price-title{color:#fff}.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming .price-save-mt:not(:empty){border:1px solid #fff;background-color:#444d51}.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming .price-save-mt:not(:empty) span{color:#0ff !important}.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming .vat,.gaming-theme-black .price-summary-info.price-summary-info-MT.style-auto-gaming .price-top{color:#fff}.price-summary-save-web{font-size:16px;font-family:Noto Sans;font-weight:400;width:100%;display:flex;flex-wrap:wrap;color:#4e444e;line-height:24px;margin-top:4px}.price-summary-save-web .price-save{margin-right:8px}.price-summary-save-web .price-web{text-decoration:line-through;margin-left:4.5px}.price-summary-save-web .price-est{display:flex;flex-wrap:wrap}.price-summary-save-web .price-web-icon{display:flex;align-items:center;justify-content:center;width:23px;height:24px}.price-summary-save-web .price-web-icon .iconfont-tooltipIcon{color:inherit}.gaming-theme-black .price-summary-save-web.style-auto-gaming{color:#aba8b1}.gaming-theme-black .price-summary-save-web.style-auto-gaming .price-web-icon .iconfont-tooltipIcon{color:inherit}.m-payment-label-container{width:100%;margin-bottom:5px;color:#171717;display:flex}.m-payment-label-container .m-payment-price-label{font-size:12px;line-height:14px;font-family:Noto Sans;text-align:left;margin-right:5px}.m-payment-label-container .tooltipV2{vertical-align:bottom;font-family:Noto Sans}.m-payment-label-container .tooltipV2 .tooltipV2-content{padding:10px}.m-payment-label-container .tooltipV2 .tooltipV2-content .m-payment-popover-title{font-size:14px;font-weight:700;padding-bottom:5px;border-bottom:1px solid #ccc;color:#171717}.m-payment-label-container .tooltipV2 .tooltipV2-content .m-payment-popover-content{margin-top:5px;font-size:12px;line-height:15px;color:#171717}.gaming-theme-black .m-payment-label-container.auto-gaming-style{color:#fff}.gaming-theme-black .m-payment-label-container.auto-gaming-style .m-payment-popover-title,.gaming-theme-black .m-payment-label-container.auto-gaming-style .m-payment-popover-content{color:#fff !important}.discount-price-container{display:flex;flex-direction:column;font: 12px/16px Noto Sans;color:#4e444e;letter-spacing:-.12px}.discount-price-container .strikethrough-price{text-decoration:line-through}.price-detail{background-color:#f8f8f8;border-radius:12px;width:100%;font-family:Noto Sans}.price-detail .price-detail-item{color:#4e444e;font-size:16px;padding:12px 16px;margin-left:0;border-bottom:2px solid #e8e8e8;letter-spacing:-.16px}.price-detail .price-detail-item.border_none{border-bottom:0;padding-bottom:0}.price-detail .price-detail-item.inblock{display:inline-block}.price-detail .price-detail-item .extra_text{font-size:16px;font-family:Noto Sans;letter-spacing:-.16px;line-height:24px;color:#4e444e;margin-top:12px;font-weight:700}.price-detail .price-detail-item .price-detail-final-price{color:#171717;font-weight:700;font-size:20px;font-family:Montserrat;letter-spacing:-1px}.price-detail .price-detail-item .price-detail-use-ecoupon{color:#4e444e;font-weight:700;font-family:Noto Sans;letter-spacing:-1px;flex:1}.price-detail .price-detail-item:last-child{border-bottom:0}.price-detail .price-detail-item .text_underline{cursor:pointer;border-bottom:1px dotted #707070}.price-detail .price-detail-item .price-web-icon{display:flex;align-items:center;justify-content:center;width:23px;height:24px}.price-detail .price-detail-item .price-web-icon .iconImage{background:url(//p1-ofp.static.pub//fes/cms/2023/06/09/t13j48u77jwohpk5nhnyqa0qc0lv9p446611.svg);width:16px;height:16px;background-size:cover;background-blend-mode:#4e444e}.body-tooltipV2.price-ecoupon_body,.body-tooltipV2.price-ecoupon-limit_body{width:200px;position:relative;padding:0 !important;z-index:999999}.body-tooltipV2.price-ecoupon_body .stp-des,.body-tooltipV2.price-ecoupon-limit_body .stp-des{padding:11px 12px 15px 18px;color:#000;font-size:16px;font-family:Noto Sans;line-height:20px}.body-tooltipV2.price-ecoupon_body .tooltipV2-content,.body-tooltipV2.price-ecoupon-limit_body .tooltipV2-content{min-height:unset}.gaming-theme-black .price-detail.style-auto-gaming{background-color:#202020}.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item{color:#e6e2e4;border-bottom:2px solid #535353}.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item.border_none{border-bottom:0;padding-bottom:0}.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item:last-child{border-bottom:0}.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item .extra_text,.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item .price-detail-final-price,.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item .price-detail-use-ecoupon{color:#e6e2e4}.gaming-theme-black .price-detail.style-auto-gaming .price-detail-item .price-web-icon .iconImage{filter:revert(100%)}.gaming-theme-black .body-tooltipV2.price-ecoupon_body.style-auto-gaming .stp-des,.gaming-theme-black .body-tooltipV2.price-ecoupon-limit_body.style-auto-gaming .stp-des{color:#fff}.remaing-units{margin-top:15px}.price-indicator{font-family:Noto Sans;width:100%}.price-indicator .progress-wrapper{height:30px;display:flex;align-items:center}.price-indicator .progress{width:100%;height:4px;background-color:#d8d8d8 !important;border-radius:3px}.price-indicator .progress .progress-bar{height:100%;border-radius:3px;position:relative;background-color:#171717 !important}.price-indicator .progress .progress-bar .progress-value{border-radius:50%;font-size:12px;font-weight:400;font-family:Noto Sans;text-align:center;height:30px;width:30px;display:inline-flex;justify-content:center;align-items:center;color:#fff !important;background-color:#171717 !important;transform:translate(50%,-45%) scale(.83);position:absolute;right:0}.price-indicator .progress.few-claimed .progress-bar .progress-value{transform:translate(90%,-45%) scale(.83)}.price-indicator .progress.almost-claimed .progress-bar .progress-value{transform:translate(10%,-45%) scale(.83)}.price-indicator .progress.fully-claimed .progress-bar{background-color:#000 !important}.price-indicator .progress.fully-claimed .progress-bar .progress-value{transform:translate(10%,-45%) scale(.83);border-color:#000 !important;color:#fff !important;background-color:#000 !important;border-radius:4px;width:42px}.price-indicator .claimed-message{text-align:center;font-size:14px;line-height:24px;font-weight:400;color:#171717 !important}.price-indicator.orange-style .progress{height:6px}.price-indicator.orange-style .progress .progress-bar{background-color:#fb7725 !important}.price-indicator.orange-style .progress .progress-bar .progress-value{border:1px solid #fb7725;color:#000 !important;background-color:#fff !important}.price-indicator.orange-style .claimed-message{font-size:12px;line-height:14px;color:#6b6b6b !important}.gaming-theme-black .price-indicator.style-auto-gaming.orange-style .claimed-message{color:#fff !important}.gaming-theme-black .price-indicator.style-auto-gaming.MT-style .progress{background-color:#6d656f !important}.gaming-theme-black .price-indicator.style-auto-gaming.MT-style .progress .progress-bar{background-color:#fff !important}.gaming-theme-black .price-indicator.style-auto-gaming.MT-style .claimed-message{color:#aba8b1 !important}.store-label{font-size:14px;font-weight:700;line-height:17px}.pdp-page-label{font: 700 14px/17px Lato !important;color:#171717}.label-mobile{font: 12px/24px Noto Sans !important}.gaming-theme-black .store-label.style-auto-gaming{color:#fff !important}.inventory_message{font-size:16px;color:#871c23;letter-spacing:-.16px;margin:8px 0 7px;width:100%}.inventory_message.pcfont{margin:0;font-size:14px;font-weight:700;color:var(--alert-red);padding-top:10px}.inventory_message.pcfont:empty{padding:0}.inventory_message.mobileFont{font-family:Noto Sans;line-height:24px}.com_release-data-msg{margin:8px 0 7px}.com_release-data-msg.pcFont{margin:0;padding-top:10px}.com_release-data-msg.pcFont:empty{padding:0}.gaming-theme-black .inventory_message.style-auto-gaming{color:#ff8e3e}.com_release-data-msg,.release-data-msg_pop{flex-wrap:wrap;font-size:16px;letter-spacing:-.16px;color:#b8252e;text-align:left;line-height:17px}.com_release-data-msg.mobileFont,.release-data-msg_pop.mobileFont{font-family:Noto Sans;line-height:24px}.com_release-data-msg.mobileFont .tooltipV2 .pop-icon-btn,.com_release-data-msg.mobileFont .body-tooltipV2 .pop-icon-btn,.release-data-msg_pop.mobileFont .tooltipV2 .pop-icon-btn,.release-data-msg_pop.mobileFont .body-tooltipV2 .pop-icon-btn{width:16px;height:16px}.com_release-data-msg.pcFont,.release-data-msg_pop.pcFont{font-size:14px;font-weight:700;font-family:Lato}.com_release-data-msg.pcFont .tooltipV2 .iconfont-tooltipIcon,.release-data-msg_pop.pcFont .tooltipV2 .iconfont-tooltipIcon{font-weight:700}.com_release-data-msg .tooltipV2 .iconfont-tooltipIcon,.release-data-msg_pop .tooltipV2 .iconfont-tooltipIcon{color:inherit !important}.com_release-data-msg .tooltipV2-content,.release-data-msg_pop .tooltipV2-content{min-height:unset;padding:10px;color:#000;z-index:99999}.com_release-data-msg .pop-title,.release-data-msg_pop .pop-title{padding-bottom:6.5px;border-bottom:1px solid #CCC;font-size:14px;font-weight:700;line-height:1.4;color:#000}.com_release-data-msg .pop-title:empty,.release-data-msg_pop .pop-title:empty{border-bottom:0}.com_release-data-msg .pop-des,.release-data-msg_pop .pop-des{padding-top:6.5px;font-weight:400;font-size:12px;line-height:15px;color:#000}.com_release-data-msg .pop-icon-btn,.release-data-msg_pop .pop-icon-btn{margin:0 6px;font-size:inherit}.release-data-msg_pop{z-index:999999}.gaming-theme-black .com_release-data-msg.style-auto-gaming .com_release-data-msg-title,.gaming-theme-black .body-tooltipV2.style-auto-gaming .com_release-data-msg-title{color:#f0c7bf}.gaming-theme-black .com_release-data-msg.style-auto-gaming .tooltipV2.style-auto-gaming .iconfont-tooltipIcon{color:#f0c7bf !important}.gaming-theme-black .release-data-msg_pop.style-auto-gaming .pop-title,.gaming-theme-black .release-data-msg_pop.style-auto-gaming .pop-des{color:#fff}.card-loyalty-label{padding-left:21px;background:url(//p2-ofp.static.pub/fes/cms/2023/01/18/oytvb0hi58ishh2fj1ey7ehv0h000a864457.svg) no-repeat left top;background-size:15px auto;background-position:0 1px}.card-loyalty-label span{font: 700 14px/17px Lato;color:#171717}.label-mobile span{font: 12px/24px Noto Sans}.hide-icon{padding-left:0;background:none !important}.gaming-theme-black .card-loyalty-label.style-auto-gaming{background-image:url(//p2-ofp.static.pub/fes/cms/2022/10/18/l9dpq3bbpuqyy1n5nkiwzq3psrpkmk391961.svg)}.gaming-theme-black .card-loyalty-label.style-auto-gaming span{color:#fff}.priceTitle{font-size:14px;text-align:left;font-weight:700}.edu-price-container.edu-price-container-MT{--font-color: #171717;--sub-font-color: #4e444e}.edu-price-container.edu-price-container-MT [data-tkey="edu.price.not.eligible"]{color:#555}.edu-price-container.edu-price-container-MT .tip-price{text-align:left;font: 16px/24px Noto Sans;letter-spacing:-.16px;color:var(--sub-font-color);opacity:1;display:flex;align-items:flex-end}.edu-price-container.edu-price-container-MT .edu-color-box{margin-top:10px;margin-bottom:10px;padding:16px;width:100%;background:var(--back-color) 0% 0% no-repeat padding-box;border-radius:4px;opacity:1}.edu-price-container.edu-price-container-MT .edu-color-box:empty{margin:0;padding:0}.edu-price-container.edu-price-container-MT .edu-color-box .edu-price-label-final-container{display:flex}.edu-price-container.edu-price-container-MT .edu-color-box .edu-price-label-final-container .margin-left-11px{margin-left:11px}.edu-price-container.edu-price-container-MT .edu-color-box .edu-price-label{text-align:left;font: 16px/24px Noto Sans;letter-spacing:-.16px;color:var(--font-color);opacity:1;margin-bottom:4px}.edu-price-container.edu-price-container-MT .edu-color-box .edu-price .edu-save-price{margin-top:4px;text-align:left;font: 700 18px/22px Montserrat;letter-spacing:-.9px;color:var(--font-color);opacity:1}.edu-price-container.edu-price-container-MT .edu-color-box .unveri-edu-price{margin-top:4px;text-align:left}.edu-price-container.edu-price-container-MT .edu-color-box .unveri-edu-price:empty{margin:0}.edu-price-container.edu-price-container-MT .edu-color-box .unveri-edu-price .verify-to-see{text-align:left;font: 700 18px/22px Montserrat;letter-spacing:-.9px;color:var(--font-color);opacity:1}.edu-price-container.edu-price-container-MT .edu-save-price-container .biz-fold-wrapper{font-family:Noto Sans}.edu-price-container.edu-price-container-MT .edu-could-save-container{margin-top:8px}.edu-price-container.edu-price-container-MT .could-save{text-align:left;font: 14px/18px Noto Sans;letter-spacing:-.14px;color:var(--font-color)}.edu-price-container.edu-price-container-MT .could-save .edu-save-price{font-weight:700}.edu-price-container.edu-price-container-MT .could-save-link{text-align:left;text-decoration:underline;font: 14px/18px Noto Sans;letter-spacing:-.14px;color:var(--font-color)}.edu-price-container.edu-price-container-MT .iconfont-rewardIcon{display:none}body.gaming-theme-black .edu-price-container.edu-price-container-MT.style-auto-gaming{--font-color: #fff;--sub-font-color: #aba8b1}body.gaming-theme-black .edu-price-container.edu-price-container-MT.style-auto-gaming .edu-color-box{--back-color: #3b3b3b !important}body.gaming-theme-black .edu-price-container.edu-price-container-MT.style-auto-gaming [data-tkey="edu.price.not.eligible"]{color:#e7e7e7}.le-popover-wrapper_screen{position:initial}.le-popover-wrapper{position:relative}.le-popover{position:absolute;min-height:50px;min-width:200px;z-index:99999;line-height:1.4;text-align:left;font-size:14px;word-break:break-word}.le-popover .le-popover_body{position:relative;z-index:1;box-shadow:2px 0 8px #00000080;border-radius:4px;padding:10px;background:#fff}.le-popover .le-popover__arrow-before{display:inline-block;width:10px;height:10px;background:#fff;transform:rotate(-45deg);position:absolute;top:-5px;box-shadow:2px 0 8px #00000080;z-index:0}.le-popover .le-popover__arrow-after{display:inline-block;width:10px;height:10px;background:#fff;transform:rotate(-45deg);position:absolute;top:-5px;z-index:2}.le-popover .le-popover__arrow-mask{position:absolute;z-index:0;top:-10px;width:100%;height:10px}.le-popover .le-popover_body .image-box{background:#fff}body.gaming-theme-black .le-popover.auto-gaming-style{color:#fff}body.gaming-theme-black .le-popover.auto-gaming-style a{color:#fff !important}body.gaming-theme-black .le-popover.auto-gaming-style .le-popover_body{box-shadow:2px 0 8px #00000080;background:#000;border:1px solid #4a5863}body.gaming-theme-black .le-popover.auto-gaming-style .le-popover__arrow-before{width:10px;height:10px;background:#000;box-shadow:2px 0 8px #00000080;border:1px #4a5863 solid}body.gaming-theme-black .le-popover.auto-gaming-style .le-popover__arrow-after{width:10px;height:10px;background:#000;top:-4px}body.gaming-theme-black .le-popover.auto-gaming-style .le-popover_body .image-box{background:#000}body.gaming-theme-black .le-popover-wrapper.pdp-popup-style .le-popover.auto-gaming-style .le-popover_body,body.gaming-theme-black .le-popover-wrapper.pdp-popup-style .le-popover.auto-gaming-style .le-popover__arrow-before,body.gaming-theme-black .le-popover-wrapper.pdp-popup-style .le-popover.auto-gaming-style .le-popover__arrow-after{background:#202020;border:1px solid #202020;box-shadow:0 8px 10px #00000024,0 3px 14px #0000001f,0 5px 5px #0003 !important}.loyalty-container.loyalty-container-MT{width:100%;min-height:64px;font-size:14px;background-color:#eaeef5;position:relative;padding:16px 16px 11px 15px;display:flex;font-family:Noto Sans !important;align-items:center;border-radius:12px;color:#171717}.loyalty-container.loyalty-container-MT button{font-family:Noto Sans !important}@media screen and (min-width: 750px){.loyalty-container.loyalty-container-MT{font-size:13px}}.loyalty-container.loyalty-container-MT a{color:#171717 !important;text-decoration:underline;display:inline-block;min-width:24px;min-height:24px;text-align:center;line-height:24px}.loyalty-container.loyalty-container-MT .popup-popover-wrapper{display:inline-block}.loyalty-container.loyalty-container-MT .popup-popover-wrapper button{font-family:Noto Sans;color:#171717;font-size:14px;background-color:transparent;padding:0;border-radius:0}@media screen and (min-width: 750px){.loyalty-container.loyalty-container-MT .popup-popover-wrapper button{font-size:13px}}.loyalty-container.loyalty-container-MT .popup-popover-wrapper .loyalty-popup-body{width:200px}.loyalty-container.loyalty-container-MT .join-now{display:inline-block}.loyalty-container.loyalty-container-MT.loyalty-reward-style{padding:13px 0;background:unset;border-radius:0;min-height:unset}.loyalty-container.loyalty-container-MT.loyalty-reward-style .rewards-text{font-weight:700;margin-right:3px}.loyalty-container.loyalty-container-MT.loyalty-reward-style.loyalty-bottom-line{border-bottom:1px solid #ccc}.loyalty-container.loyalty-container-MT.loyalty-reward-style.loyalty-top-line{border-top:1px solid #ccc}.loyalty-container.loyalty-container-MT.pc-loyalty-style{font-family:"Lato,Helvetica,Arial,sans-serif"}.loyalty-container.loyalty-container-MT.pc-loyalty-style .join-now{cursor:pointer}.loyalty-container.loyalty-container-MT .tooltipV2-contentWrapper{padding:10px}.loyalty-container.loyalty-container-MT .tooltipV2-content{color:#171717}.loyalty-container.loyalty-container-MT .iconfont-rewardIcon{margin-right:5px;font-size:15px}.gaming-theme-black .loyalty-container.loyalty-container-MT .le-popover{color:#171717}.gaming-theme-black .loyalty-container.loyalty-container-MT .le-popover .le-popover_body{background:#fff;border:unset}.gaming-theme-black .loyalty-container.loyalty-container-MT .le-popover .le-popover_body .privilege31 a{color:var(--med-blue) !important}.gaming-theme-black .loyalty-container.loyalty-container-MT .le-popover .le-popover__arrow-before,.gaming-theme-black .loyalty-container.loyalty-container-MT .le-popover .le-popover__arrow-after{background:#fff;border:unset}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming{color:#fff}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .popup-activation,.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .join-now a{color:var(--link-color) !important;text-decoration:underline;font-weight:700}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .le-popover{color:#fff}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .le-popover .le-popover_body{background:#000;border:1px #4a5863 solid}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .le-popover .le-popover_body .privilege31 a{color:var(--link-color) !important}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .le-popover .le-popover__arrow-before,.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming .le-popover .le-popover__arrow-after{background:#000}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming.loyalty-reward-style.loyalty-top-line{border-top:1px solid #535353}.gaming-theme-black .loyalty-container.loyalty-container-MT.style-auto-gaming.loyalty-reward-style.loyalty-bottom-line{border-bottom:1px solid #535353}.pc_new_dlp_wapper .loyalty-container.loyalty-container-MT .join-now{display:block}:root{--fold-button-bg-color: #11184f;--fold-button-bg-gradient: linear-gradient(135deg, transparent 11px, var(--fold-button-bg-color) 11px);--fold-angle-bg-gradient: linear-gradient(135deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);--gaming-theme-black-fold-button-bg-color: #2a2a2a;--gaming-theme-black-fold-angle-bg-gradient: linear-gradient(135deg, transparent 0%, transparent 50%, #535353 50%, #535353 100%)}.biz-fold-wrapper{width:100%;height:100%;display:flex;font-family:Lato}.biz-fold-wrapper .currency{color:#000;font-size:20px;font-weight:900;margin-right:-9px;margin-top:2px;line-height:16px}.biz-fold-wrapper .fold-button{width:100%;font-size:12px;padding:4px 25px;background-color:var(--fold-button-bg-color);text-decoration:none;border:0;border-radius:6px;color:#fff;position:relative;background:var(--fold-button-bg-gradient);line-height:16px;text-align:center}.biz-fold-wrapper .fold-button .fold-angle{position:absolute;top:0;left:0;width:16px;height:15px;background:var(--fold-angle-bg-gradient);box-shadow:3px 3px 3px #0000004d;border-radius:0 0 6px}.biz-fold-wrapper .fold-button .fold-text{font-weight:700;line-height:16px;letter-spacing:-.12px;font-size:12px}body.gaming-theme-black .biz-fold-wrapper.style-auto-gaming .currency{color:#fff}body.gaming-theme-black .biz-fold-wrapper.style-auto-gaming .fold-button{background-color:var(--gaming-theme-black-fold-button-bg-color);background:linear-gradient(135deg,transparent 11px,var(--gaming-theme-black-fold-button-bg-color) 11px)}body.gaming-theme-black .biz-fold-wrapper.style-auto-gaming .fold-button .fold-angle{background:var(--gaming-theme-black-fold-angle-bg-gradient)}.eligibility-popup__container.eligibility-popup_tablet .dialog-body{width:328px;padding-top:48px;padding-bottom:48px;max-height:70%}.eligibility-popup__container.eligibility-popup_tablet .dialog-body .header .close{top:16px;right:16px}.eligibility-popup__container.eligibility-popup_tablet .dialog-body .dialog-content .eligibility-popup__desc{font: 16px/22px Lato}.eligibility-popup__container{justify-content:center;align-items:center}.eligibility-popup__container .dialog-body{width:584px;padding:24px;position:relative;height:fit-content;max-height:85vh}.eligibility-popup__container .dialog-body .header{padding:0;min-height:unset;position:static;margin-bottom:16px}.eligibility-popup__container .dialog-body .header .title{margin-top:0;font: 700 20px/24px Lato;color:#000;text-transform:capitalize}.eligibility-popup__container .dialog-body .header .close{top:24px;right:24px}.eligibility-popup__container .dialog-body .dialog-content{padding:0}.eligibility-popup__container .dialog-body .dialog-content .eligibility-popup__desc{color:#000;text-align:left;font: 16px/20px Lato}.eligibility-popup__container .dialog-body .dialog-content .eligibility-popup__desc li{list-style:disc;margin-left:1.3em;margin-bottom:8px}.eligibility-popup__container.eligibility-popup_mobile .dialog-body{width:328px;padding:54px 16px;max-height:70%}.eligibility-popup__container.eligibility-popup_mobile .dialog-body .header{margin-bottom:24px}.eligibility-popup__container.eligibility-popup_mobile .dialog-body .header .title{font: 700 24px/24px Montserrat;color:#171717}.eligibility-popup__container.eligibility-popup_mobile .dialog-body .header .close{top:16px;right:16px}.eligibility-popup__container.eligibility-popup_mobile .dialog-body .dialog-content .eligibility-popup__desc{font: 16px/22px Noto Sans}.lowest-price-container{text-align:left;height:22px;font-size:16px;color:#4e444e;display:inline}.lowest-price-container span{margin-right:8px}.lowest-price-container .tooltipV2-content{padding:10px;min-height:unset}.lowest-price-container .tooltipV2-content .lowest-price-tooltip{line-height:1.4;text-align:left;font-size:14px;word-break:break-word;letter-spacing:-.12px;color:#171717;opacity:1}.gaming-theme-black .lowest-price-container.style-auto-gaming,.gaming-theme-black .lowest-price-container.style-auto-gaming .tooltipV2-content .lowest-price-tooltip{color:#fff}.price-top{font: 14px/17px Lato;color:#000;margin-bottom:8px;display:inline-block}.finance-wrapper.finance-wrapper-PC .self-financing-text{color:#1e0013;font-size:14px;line-height:14px;font-weight:700;font-family:"Montserrat, Helvetica, Arial, sans-serif"}.loading-image{position:relative;display:flex;align-items:center;justify-content:center;height:46px;width:46px;margin:1em auto}.loading-image img{height:46px;width:46px;-webkit-animation:ui-spinner-rotate-load 1s linear infinite;animation:ui-spinner-rotate-load 1s linear infinite}.loading{width:100%;height:100%;top:0;left:0;position:fixed;background-color:#000c;display:none;z-index:999999}.loading .center{position:relative;z-index:10;top:100px;left:50%;transform:translate(-50%,-50%)}.loading .center .image{position:relative;display:flex;align-items:center;justify-content:center;height:46px;width:46px;margin:1em auto}.loading .center .image img{height:46px;width:46px;-webkit-animation:ui-spinner-rotate-load 1s linear infinite;animation:ui-spinner-rotate-load 1s linear infinite}@keyframes ui-spinner-rotate-load{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading .center .txt{height:40.3px;color:#fff;font-size:20px;font-weight:700;letter-spacing:0;line-height:24px;text-align:center}.tooltip_content_wapper{color:#000;padding-bottom:15px;max-width:210px;width:auto;min-width:100px}.best_buy_wrap{font-size:13px;line-height:19px}.best_buy_wrap .bby_content_text{background-repeat:no-repeat;background-position:left 10px;background-size:15px auto;color:var(--fore-color);padding:10px 0;display:flex}.best_buy_wrap .bby_content_text .pickup_icon{height:18px}.best_buy_wrap .bby_content_text .iconfont-pickup{font-size:14px}.best_buy_wrap .bby_content_text .text_right{padding-left:7px;flex:1}.best_buy_wrap .bby_content_text button{display:block}.best_buy_wrap .bby_content_text .pick_up{font-weight:700}.best_buy_wrap .bby_content_text .get_date_info{color:#060;font-weight:700}.best_buy_wrap .bby_content_text .best_buy_info{margin-right:10px}.best_buy_wrap .bby_content_text .best_buy_info .card-popover-wrapper .card-popover_text{bottom:1px;display:inline-flex !important;align-items:center;justify-content:center;vertical-align:middle;cursor:pointer;position:relative}.best_buy_wrap .bby_content_text .best_buy_info .card-popover-wrapper .card-popover_text svg{height:14px;width:14px;fill:var(--link-color)}.best_buy_wrap .bby_content_text .best-buy-see-all{font-size:inherit;line-height:inherit;color:var(--link-color);text-decoration:underline;cursor:pointer;text-align:left}body.gaming-theme-black .best_buy_wrap .bby_content_text .iconfont-pickup{color:#fff}body.gaming-theme-black .best_buy_wrap .bby_content_text .get_date_info{color:#0ff}.topi-promo-container .topi-promo-cta,.topi-promo-container .topi-promo-msg{color:#171717;font-size:12px;line-height:14px;font-family:Noto Sans}.mobile-size.topi-promo-container .topi-promo-msg,.mobile-size.topi-promo-container .topi-promo-cta{font-size:14px;line-height:18px}.topi-bottom-line{margin-bottom:16px}.topi-bottom-line .topi-promo-container{border-bottom:1px solid var(--bottom-line);padding-bottom:10px;height:100%}.cart-color .topi-promo-msg,.cart-color .topi-promo-cta{color:#000}.topi-promo-container{--bottom-line: #ccc}.topi-promo-container .topi-promo-msg{margin-right:4px}.topi-promo-container .topi-promo-cta{margin-right:4px;cursor:pointer;font-weight:700;color:#294e95;text-decoration:underline #294e95}.topi-promo-container .topi-promo-price-loading{--loading-width: 48px;width:var(--loading-width);height:18px;vertical-align:middle;animation-name:shining}.topi-promo-container.gray-out .topi-promo-msg,.topi-promo-container.gray-out .topi-promo-cta{opacity:.5;pointer-events:none}.topi-promo-container.gray-out .topi-promo-tooltip .tooltipV2 .tooltipV2-content{min-height:auto}.topi-promo-container.gray-out .topi-promo-tooltip{font-size:14px;position:relative;top:2px}.topi-promo-container.gray-out .topi-promo-tooltip .pop-icon-btn:before{color:#4e444e}.topi-promo-container.gray-out .topi_popover .tooltipV2-content{border-radius:12px}.topi-promo-container.gray-out .topi_popover .topi-des{border-radius:12px;padding:8px 16px;color:#171717;font-size:16px;font-family:Noto Sans;font-weight:400;line-height:24px}body.gaming-theme-black .topi-promo-container.gray-out .topi_popover .topi-des{color:inherit}body.gaming-theme-black .topi-promo-container.auto-gaming{--bottom-line: #fff}body.gaming-theme-black .topi-promo-container{--bottom-line: #ccc}body.gaming-theme-black .topi-promo-container .topi-promo-msg{color:#fff}body.gaming-theme-black .topi-promo-container .topi-promo-cta{color:#fff;text-decoration:underline #fff}@keyframes shining{0%{background-position:calc(-1 * var(--loading-width)) 0}to{background-position:var(--loading-width) 0}}.topi-learn-more-popup{background:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;left:0;padding:62.5px 16px;font-family:Noto Sans;z-index:999999}.topi-learn-more-popup .default-popup-content{position:relative;height:620px;width:824px;padding:0 24px 24px;background:#fff;border-radius:12px;overflow:auto;text-align:center;margin:0 auto}.topi-learn-more-popup .default-popup-content .close-btn{position:absolute;top:14px;right:24px;height:16px;width:16px;background-size:cover;cursor:pointer;z-index:10;border:0;background:transparent}.topi-learn-more-popup .default-popup-content .close-btn:before,.topi-learn-more-popup .default-popup-content .close-btn:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.topi-learn-more-popup .default-popup-content .close-btn:before{transform:rotate(45deg)}.topi-learn-more-popup .default-popup-content .close-btn:after{transform:rotate(-45deg)}.topi-learn-more-popup .default-popup-content .popup-head{padding:24px 0 0;position:relative}.topi-learn-more-popup .default-popup-content .popup-head .title{font-size:20px;font-weight:700;line-height:28px;text-align:left;margin:0}.topi-learn-more-popup .default-popup-content .popup-head .logo{width:119px;height:19px;margin-top:5px;background:url(//p1-ofp.static.pub//fes/cms/2025/12/11/i5uwlbb46kugtktec0i99k36smd9ow207898.svg) no-repeat;background-size:100% 100%}.topi-learn-more-popup .default-popup-content .pop-content{margin-top:7.5px;height:500px;overflow:auto;text-align:left;padding:16px 22px;box-sizing:border-box;background:#f2f2f2}.topi-learn-more-popup .tablet-popup-content{width:736px;height:620px;padding:0 24px 24px;margin:0 auto}.topi-learn-more-popup .tablet-popup-content .pc-pop-container .pop-left-title{font-size:20px}.topi-learn-more-popup .mobile-popup-content{margin:0 auto;width:360px;height:620px;padding:0 12px 12px}.topi-learn-more-popup .mobile-popup-content .popup-head .title{font-size:18px;line-height:22px}.topi-learn-more-popup .mobile-popup-content .mobile-pop-container{position:relative}:root{--cart-fixed-window-y: -0px}.fixed-window{position:fixed;top:var(--cart-fixed-window-y);left:0;height:100%;width:100%}.gaming-theme-black .mobile-installments-popup.style-auto-gaming{--fore-color: #fff;--bg-color: #000;--td-bg: #333f48}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content{background-color:var(--bg-color)}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content.mobile-env::-webkit-scrollbar{width:3px}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content.mobile-env::-webkit-scrollbar-thumb{background-color:#404040}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content.mobile-env::-webkit-scrollbar-track{background-color:var(--bg-color)}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content .mobile-installments-popup-head .close:before,.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content .mobile-installments-popup-head .close:after{background-color:var(--fore-color)}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .mobile-installments-popup-content .mobile-installments-pop-container .pop-left-title{color:var(--fore-color)}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .default-popup-content{height:409px;width:669px;padding:0 25px 25px}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .default-popup-content .pc-pop-container{margin-right:0 !important}.gaming-theme-black .mobile-installments-popup.style-auto-gaming .default-popup-content .pc-pop-container .pop-left-title{font-size:20px}.cardDelivery-date-mask{position:fixed;z-index:1000000;background-color:#000;opacity:.7;width:100%;height:100%;top:0;left:0}.cardDelivery-date-popup{padding:30px 28px 30px 29px;border-radius:12px;border:1px solid #707070;position:fixed;z-index:1000000;width:100%;height:auto;left:50%;top:50%;transform:translate(-50%,-50%);max-width:360px;max-height:100%;overflow:auto;background-color:#fff}.cardDelivery-date-popup.city-style{min-height:320px}.cardDelivery-date-popup.fullscreen{max-width:100%;max-height:100%}.cardDelivery-date-popup.fullscreen fieldset input{flex:3}.cardDelivery-date-popup.fullscreen fieldset button{flex:4}.cardDelivery-date-popup .cardDelivery-title{font-weight:400;font-size:20px;line-height:24px}.cardDelivery-date-popup .cardDelivery-info-update-area{padding-top:24px}.cardDelivery-date-popup .cardDelivery-info-update-area.error input{border-color:#e1140b;background-color:#fbdcdb}.cardDelivery-date-popup .cardDelivery-info-update-area.error.input .input-error,.cardDelivery-date-popup .cardDelivery-info-update-area.error.response .response-error,.cardDelivery-date-popup .cardDelivery-info-update-area.error .error-message{display:block}.cardDelivery-date-popup fieldset{display:flex;justify-content:flex-start;align-items:center;position:relative}.cardDelivery-date-popup fieldset.vertical_style{flex-direction:column;align-items:flex-start;gap:8px}.cardDelivery-date-popup fieldset.vertical_style input,.cardDelivery-date-popup fieldset.vertical_style .update-zipcode{width:100%}.cardDelivery-date-popup fieldset input{padding:14px 18px 15px;border:1px solid #bcbcbc;border-radius:4px;width:125px;margin-right:16px;color:#545454;font-size:16px;line-height:19px;flex:1}.cardDelivery-date-popup fieldset .city-list-input{width:303px;margin-right:0;border-radius:4px;outline:unset;height:55px;padding:28px 44px 8px 12px;font-size:16px;line-height:19px;color:var(--dark-gray-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cardDelivery-date-popup fieldset .city-list-input:focus,.cardDelivery-date-popup fieldset .city-list-input:hover{border:1px solid var(--med-blue);box-shadow:0 1px 4px #294e95cc}.cardDelivery-date-popup fieldset .city-list-input::placeholder{color:#545454}.cardDelivery-date-popup fieldset .city-list-container{position:absolute;width:100%;background:#fff;box-shadow:0 0 6px #00000080;border-radius:0 0 4px 4px;padding-right:5px;z-index:9;top:55px}.cardDelivery-date-popup fieldset .city-list-container .city-list-content{height:162px;overflow:auto}.cardDelivery-date-popup fieldset .city-list-container .city-list-content::-webkit-scrollbar{width:5px}.cardDelivery-date-popup fieldset .city-list-container .city-list-content::-webkit-scrollbar-thumb{border-radius:10px;background:var(--pale-gray-5);height:25px}.cardDelivery-date-popup fieldset .city-list-container .city-list-content::-webkit-scrollbar-track{background-color:#fff}.cardDelivery-date-popup fieldset .city-list-container .city-list-content ul li{padding:12px 0 12px 12px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:17px;font-size:14px}.cardDelivery-date-popup fieldset .city-list-container .city-list-content ul li:hover{background:var(--pale-gray-5)}.cardDelivery-date-popup fieldset .city-list-container .city-list-content ul li.selected{background:#dce0f4}.cardDelivery-date-popup fieldset .city-list-container .city-list-content ul .no-result-tip{padding:12px;font-size:14px;line-height:17px}.cardDelivery-date-popup fieldset .input-label{position:absolute;font-size:16px;line-height:19px;color:var(--dark-gray-1);left:12px;top:18px;transition:.3s}.cardDelivery-date-popup fieldset span.input-arrow{position:absolute;right:10px;transform:rotate(45deg);transform-origin:50% 50%;margin-top:-5px;width:14px;height:14px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block}.cardDelivery-date-popup fieldset span.input-arrow.input-arrow-active{transform:rotate(-135deg);margin-top:2px}.cardDelivery-date-popup fieldset .update-zipcode{flex:0 0 auto;padding:16px 0;cursor:pointer;font-weight:700;text-align:center;color:#0d5c91;background-color:#e6f4fa;border:1px solid #0d5c91;border-radius:4px;transition:background .2s ease,color .2s ease;word-wrap:break-word;width:162px;font-size:16px;line-height:16px}.cardDelivery-date-popup fieldset .update-zipcode:hover,.cardDelivery-date-popup fieldset .update-zipcode:focus{background-color:#0d5c91;color:#e6f4fa}.cardDelivery-date-popup fieldset.focus-style .input-label{font-size:12px;line-height:15px;color:var(--med-blue);top:8px}.cardDelivery-date-popup fieldset.focus-style .input-arrow-active{border-color:var(--med-blue)}.cardDelivery-date-popup fieldset.focus-style.blur-color .input-label{color:#545454}.cardDelivery-date-popup fieldset.focus-style.blur-color .city-list-input{color:#000}.cardDelivery-date-popup .error-message{color:#e1140b;font-size:12px;line-height:15px;margin-top:10px;height:15px;display:none}.cardDelivery-date-popup .error-message span{display:none}.cardDelivery-date-popup .leading-messages{margin-top:24px}.cardDelivery-date-popup .leading-messages .message-item{position:relative;border-top:1px solid #707070;padding-top:24px;padding-bottom:22px;line-height:16px}.cardDelivery-date-popup .leading-messages .message-item .shipping-price.free{color:#060}.cardDelivery-date-popup .leading-messages .message-item:last-child{padding-bottom:0}.cardDelivery-date-popup .leading-messages .message-item p.shipping-date{font-weight:700;font-size:16px;width:80%}.cardDelivery-date-popup .leading-messages .message-item p.shipping-option-name{font-size:13px}.cardDelivery-date-popup .leading-messages .message-item p.shipping-price{font-size:13px;font-weight:700;position:absolute;right:0;top:17px;max-width:60px;text-align:right}.cardDelivery-date-popup .btn-wrapper{padding-top:19px;padding-right:23px;position:absolute;top:0;right:0}.cardDelivery-date-popup .btn-wrapper .close{display:block;position:relative;cursor:pointer;height:16px;width:16px;float:right}.cardDelivery-date-popup .btn-wrapper .close:before,.cardDelivery-date-popup .btn-wrapper .close:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.cardDelivery-date-popup .btn-wrapper .close:before{transform:rotate(45deg)}.cardDelivery-date-popup .btn-wrapper .close:after{transform:rotate(-45deg)}.cardDelivery-date-popup .card-delivery-data-tip{margin-top:24px;font-size:13px;line-height:16px;color:#000;position:relative}.cardDelivery-date-popup .card-delivery-data-tip:not(:empty){text-indent:-8px;left:8px}.mfont,.mfont input,.mfont button{font-family:Noto Sans}.deliveryDataPopup_mobile .cardDelivery-date-popup{width:100%;left:0;top:0;max-width:100%;transform:translate(0)}.inventorySubList-container{display:inline-block;font-family:Noto Sans;width:100%}.inventorySubList-container .inventorySubList-container-item{margin-top:8px;font-size:14px}.inventorySubList-container .title-label{font-family:Noto Sans;color:#171717;white-space:nowrap;font-weight:700}.inventorySubList-container .lead-message{font-family:Noto Sans;color:#171717}.v3-card-style.lead_time_mes .ships{font-size:13px;line-height:16px}body.gaming-theme-black .style-auto-gaming.lead_time_mes .card-delivery-message{color:#fff}body.gaming-theme-black .style-auto-gaming.lead_time_mes .card-delivery-message .card-shipping-destination{color:var(--link-color)}body.gaming-theme-black .v3-card-style.lead_time_mes .iconfont-deliveryMsg{color:#fff}.v3-card-style.lead_time_mes .card-delivery-message{line-height:16px;font-size:13px;color:#000}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content{padding-left:23px}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content .iconfont-deliveryMsg{vertical-align:text-bottom}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content .label{margin-left:4px}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content .tooltipV2{margin-right:3px}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content .tooltipV2 .tooltipV2-content{min-height:unset;padding:10px;color:#000}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-content .tooltipV2 .tooltipV2-content .hw-tip-des{color:#000;font-size:12px}.v3-card-style.lead_time_mes .card-delivery-message .iconfont-deliveryMsg{font-size:16px;margin-left:-23px;margin-right:5px}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-message{margin-right:3px}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-message .ships{display:inline}.v3-card-style.lead_time_mes .card-delivery-message .card-shipping-destination{font-size:inherit;line-height:inherit;color:var(--med-blue);text-decoration:underline;display:inline-block;cursor:pointer;text-align:left}.tooltipV2.style-auto-gaming.delivery-popover .iconfont-tooltipIcon{color:#171717}.delivery-popover{margin-right:5px}.delivery-popover .tooltipV2-content{min-height:unset;padding:10px;color:#000}.delivery-popover .tooltipV2-content .preorder-message-tip-des{color:#171717;font-size:14px}.card-loyaltys_popover{margin-top:-10px}.loyaltys_wrap.v3-loyaltys_wrap-pc{width:282px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner{width:100%;font-size:13px;display:inline-flex;align-items:center;cursor:pointer;line-height:19px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner button,.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner button i{font-size:13px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner button.popup-activation{color:var(--med-blue);font-weight:700;background-color:none;padding:0;border-radius:0}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner i{font-size:13px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .text{background-repeat:no-repeat;background-position:left 9px;background-size:15px auto;padding:9.5px 0}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .text .iconfont-rewardIcon{margin-right:5px;font-size:15px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .text strong{font-weight:700;color:#0d5c91}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .popup-popover-wrapper{text-align:left;width:auto;display:inline-block}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .popup-popover-wrapper .title{font-size:14px !important;line-height:16px}.loyaltys_wrap.v3-loyaltys_wrap-pc .loyaltys_inner .popup-popover-wrapper>div{display:inline}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner a{color:#0ff !important}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner .card-popover-wrapper{padding:0}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner .text strong{color:#0ff}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner .loyaltys_popup>p{color:#fff}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner .loyaltys_popup:before{background-color:#000}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner .loyaltys_popup:after{border-top-color:#000;border-left-color:#000;box-shadow:0 0 1px 1px #4a5863}body.gaming-theme-black .loyaltys_wrap.style-auto-gaming.v3-loyaltys_wrap-pc .loyaltys_inner button.popup-activation{color:#0ff}.card_paypal-wrapper:has(iframe){margin-top:10px}.gaming-theme-black .card_paypal.auto-gaming-style{color:#fff}.v3-katapult-container.katapult-price-calculator{font-family:Noto Sans;font-size:12px;line-height:18px;letter-spacing:-.12px;color:#171717;padding:5px 0}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-pay,.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-price,.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-lease{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.12px;color:#171717}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-bold,.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-learn-more.btn-katapult-price-calculator{font-weight:700}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-learn-more.btn-katapult-price-calculator{text-decoration:underline;cursor:pointer;color:#171717;font-size:11px}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-logo{display:inline-flex;vertical-align:bottom;margin-right:5px}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-price{margin-right:3px;font-weight:700 !important}.v3-katapult-container.katapult-price-calculator .katapult-price-calculator-pay{font-weight:700 !important}.gaming-theme-black .v3-katapult-container.katapult-price-calculator.auto-gaming-style,.gaming-theme-black .v3-katapult-container.katapult-price-calculator.auto-gaming-style .katapult-price-calculator-pay,.gaming-theme-black .v3-katapult-container.katapult-price-calculator.auto-gaming-style .katapult-price-calculator-price,.gaming-theme-black .v3-katapult-container.katapult-price-calculator.auto-gaming-style .katapult-price-calculator-lease,.gaming-theme-black .v3-katapult-container.katapult-price-calculator.auto-gaming-style .katapult-price-calculator-learn-more.btn-katapult-price-calculator{color:#fff}.modal-mask.short-pb-summary{justify-content:center;display:flex;background-color:#000c;align-items:center}.modal-mask.short-pb-summary .dialog-body{height:620px;width:824px}.modal-mask.short-pb-summary .dialog-body .footer{display:none}.modal-mask.short-pb-summary .dialog-body .header{padding:16px 24px;justify-content:end;min-height:48px}.modal-mask.short-pb-summary .dialog-body .header .title{display:none}.modal-mask.short-pb-summary .dialog-body .header .close{margin-right:9px;top:16px}.modal-mask.short-pb-summary .dialog-body .dialog-content::-webkit-scrollbar{width:8px;height:8px;border-radius:20px}.modal-mask.short-pb-summary .dialog-body .dialog-content::-webkit-scrollbar-track{background:#f1f1f1}.modal-mask.short-pb-summary .dialog-body .dialog-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.modal-mask.short-pb-summary .dialog-body .dialog-content::-webkit-scrollbar-thumb:hover{background:#ccc}.modal-mask.short-pb-summary .dialog-body .dialog-content{padding:0 15px 0 24px;height:auto;margin-right:24px}.modal-mask.short-pb-summary .dialog-body .dialog-content .heading{font-weight:700;font-size:20px;line-height:24px;letter-spacing:0px;color:#000;margin-bottom:16px}.modal-mask.short-pb-summary .dialog-body .footer-section{margin:24px 55px 24px 24px;display:flex;justify-content:end;align-items:center}.modal-mask.short-pb-summary .dialog-body .footer-section .button-layout{margin:0 0 0 24px}.modal-mask.short-pb-summary .dialog-body .footer-section .button-layout .add-to-cart{font-weight:700;font-size:16px;line-height:16px;font-family:var(--lato);letter-spacing:0px;color:#294e95;border:1px solid #294e95;border-radius:4px;padding:14px 24px 15px;cursor:pointer}.modal-mask.short-pb-summary .dialog-body .footer-section .button-layout .add-to-cart:hover{background-color:#eaeef5;opacity:1}.modal-mask.short-pb-summary .dialog-body .price-detail.collapse-container{cursor:pointer}.modal-mask.short-pb-summary .dialog-body .summary-header{height:39px;font-family:var(--lato);font-size:32px;line-height:38px;font-weight:700;letter-spacing:0px;color:#000;opacity:1;margin-bottom:25px}.modal-mask.short-pb-summary .dialog-body .summary-content{border-top:1px solid #4e444e;border-bottom:1px solid #4e444e;display:flex;justify-content:space-between}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-left{border-right:1px solid #4e444e;width:50%;padding:20px 0 28px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-left .price-est{position:relative}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-left .price-web-icon{cursor:pointer}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-left:has(+.summary-content-right:empty){border-right:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right{width:50%;padding:20px 0 28px 40px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right div:last-of-type{border-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-topi-promo{border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom:10px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-finance{border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom:10px;font-size:12px;font-family:var(--lato);line-height:15px;letter-spacing:0px;color:#000}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-finance:empty{border-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-finance:has(.finance-wrapper .ca-promotional-widget:empty){border-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-finance .self-financing-text{font-size:14px;font-family:var(--montserrat);font-weight:700;line-height:14px;letter-spacing:-.42px;color:#1e0013;opacity:1}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-finance .inventory-message-section{margin:8px 0 0;color:#a02015}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-pickup{border-bottom:1px solid #ccc;margin-bottom:10px;font-size:13px;font-family:var(--lato);line-height:16px;letter-spacing:0px;color:#000}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-pickup:empty{border-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-pickup .best_buy_wrap .bby_content_text{padding:10px 0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-pickup .best_buy_wrap .bby_content_text .iconfont-pickup{margin-top:2px;margin-right:5px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-delivery{border-bottom:1px solid #ccc;padding-bottom:12px;margin-bottom:3.5px;font-size:13px;font-family:var(--lato);line-height:16px;letter-spacing:0px;color:#000}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-delivery:empty{border-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-delivery .iconfont-deliveryMsg{position:relative;top:2px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-delivery:has(.release-message-section){padding-bottom:10px;margin-bottom:0}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-loyalty{border-bottom:1px solid #ccc;font-size:13px;font-family:var(--lato);line-height:16px;letter-spacing:0px;color:#000}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-loyalty .iconfont-rewardIcon{margin-left:-18px;margin-right:5px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-loyalty .text{padding:10px 0 10px 23px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-loyalty .join-now{margin-left:3px}.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-paypal,.modal-mask.short-pb-summary .dialog-body .summary-content .summary-content-right .summary-katapult{border-bottom:1px solid #ccc;padding:10px 0}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-configuration-header{font-family:var(--lato);font-size:24px;line-height:24px;font-weight:700;letter-spacing:0px;color:#000;opacity:1;margin-top:25px;padding-bottom:20px;border-bottom:1px solid #e6e2e4}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-content-selectedBaseSystem{display:flex;justify-content:space-between;padding:17px 0 19px;font-family:var(--lato);font-size:18px;line-height:24px;letter-spacing:0px;color:#4e444e;opacity:1;border-bottom:1px solid #e6e2e4;margin-bottom:20px;width:100%}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-content-selectedBaseSystem .summary-content-selectedBaseSystem-left{font-weight:700;width:70%}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-content-selectedBaseSystem .summary-content-selectedBaseSystem-right{font-weight:400;padding-left:16px;width:auto}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-content-selectedBaseSystem .summary-content-selectedBaseSystem-right .price{text-align:right}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .summary-content-selectedBaseSystem .summary-content-selectedBaseSystem-right .webPrice{font-size:14px;line-height:14px;text-align:right}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container{background-color:transparent}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .title{padding:0;height:22px;font-family:var(--lato);font-size:18px;line-height:22px;color:#294e95;justify-content:left;letter-spacing:0px;cursor:pointer}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .title .arrow{border-color:#294e95;border-right-width:2px;border-bottom-width:2px;margin-left:5.5px;margin-top:4px;transform:scale(.8) rotate(45deg) !important}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .title .arrow-active{margin-top:8px;transform:scale(.8) rotate(-135deg) !important}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .bm{border:none !important}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .content-warp{margin-top:20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .collapse-container .content-warp.is-active{max-height:-moz-fit-content;max-height:fit-content}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .system-specs-section li{border-bottom:1px solid #e6e2e4;padding:16px 0 20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .system-specs-section li:first-child{border-top:1px solid #e6e2e4}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .system-specs-section li:last-child{margin-bottom:20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .system-specs-section li .edit{border:0}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .collapse-container{margin-bottom:20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .collapse-container .content-warp{margin:0}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addons-header{font-family:var(--lato);font-size:24px;line-height:24px;font-weight:700;letter-spacing:0px;color:#000;opacity:1;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e6e2e4}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addons-info,.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addon-bottom{display:flex;justify-content:space-between}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addon-bottom .addon-product-taxLabel{color:#4e444e;margin-top:4px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .pb_product_number_section{font-weight:400;font-size:13px !important;font-family:inherit;color:#000;margin:10px 0}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addons-info-product-summary{font-family:var(--lato);font-size:18px;line-height:24px;font-weight:700;letter-spacing:0px;color:#4e444e;opacity:1;width:70%}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section .summary-addons-info-product-price{text-align:right;font-family:var(--lato);font-size:18px;line-height:24px;font-weight:400;letter-spacing:0px;color:#4e444e;opacity:1}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section li .specs-title{padding:20px 0 10px;border-bottom:1px solid #e6e2e4}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .addon-summary-section li .free-trial-msg{font-family:var(--lato);font-size:14px;line-height:14px;font-weight:400;letter-spacing:0px;color:#000;opacity:1;margin:4px 0}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .cto-specs-section li{border-bottom:1px solid #e6e2e4;padding:16px 0 20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .cto-specs-section li:first-child{border-top:1px solid #e6e2e4}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .cto-specs-section li:last-child{margin-bottom:20px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .action-buttons{display:flex;margin-top:4px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .edit,.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .remove,.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .reset{font-family:var(--lato);font-size:16px;line-height:19px;font-weight:400;text-align:left;letter-spacing:0px;color:#294e95;height:19px;cursor:pointer;width:40px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .edit{width:auto;padding-right:8px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .edit:not(:last-of-type){border-right:1.5px solid #4e444e}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .remove{width:auto;margin-left:8px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .specs-details{display:flex;justify-content:space-between;width:100%}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .specs-details .specs-title{font-family:var(--lato);font-size:18px;line-height:24px;font-weight:700;letter-spacing:0px;color:#4e444e;width:80%}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .specs-details .specs-value{font-family:var(--lato);font-size:18px;line-height:24px;font-weight:400;letter-spacing:0px;color:#4e444e;margin-left:4px}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .specs-details .specs-cto-price{width:auto;padding-left:16px;text-align:right}.modal-mask.short-pb-summary .dialog-body .summary-content-configuration .specs-details .specs-cto-price .priceEa{display:block}.commonHeader .headerBottom{position:relative;z-index:99}.copilot-plus-badge{display:inline-block}.copilot-plus-badge .copilot-plus-badge_content{margin-top:4px;color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Lato;font-size:var(--copilot-font-size, 14px);font-style:normal;font-weight:400;line-height:var(--copilot-line-height, 20px);letter-spacing:var(--copilot-letter-spacing, 0)}.copilot-plus-badge.copilot-plus-badge_2 .copilot-plus-badge{font-family:Noto Sans}.copilot-plus-badge.copilot-plus-badge_2 .copilot-plus-badge .copilot-plus-badge_content{font-size:var(--copilot-font-size, 16px);line-height:var(--copilot-line-height, 24px);letter-spacing:var(--copilot-letter-spacing, -.16px)}body.gaming-theme-black .copilot-plus-badge.auto-gaming .copilot-plus-badge_content{color:#fff}.pb-bottom-button-pc{padding-top:32px;padding-bottom:48px;display:flex;justify-content:flex-end}.pb-bottom-button-pc #nextStepBtn{clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none;cursor:pointer;border-radius:4px;border:1px solid var(--med-blue);background:var(--bg-banner-smb-blue-2, #294e95);width:fit-content;display:inline-flex;height:48px;padding:12px 24px;justify-content:center;align-items:center;gap:10px;color:var(--text-inverted-primary, #FFF);font-family:Lato;font-size:16px;font-style:normal;font-weight:700;line-height:normal;transition:background-color .2s ease,color .2s ease}.pb-bottom-button-pc #nextStepBtn:focus-visible{outline:revert;outline-offset:4px;clip:auto;clip-path:none;pointer-events:auto}@media screen and (min-width: 1280px) and (max-width: 1520px){.pb-bottom-button-pc{margin:0 48px}}@media screen and (min-width: 1521px){.pb-bottom-button-pc{width:1424px;max-width:1424px;margin:0 auto}}@media screen and (min-width: 768px) and (max-width: 1280px){.pb-bottom-button-pc{margin:0 16px}}@media screen and (min-width: 1217px) and (max-width: 1279px){.pb-bottom-button-pc{width:1184px;max-width:1184px;margin:0 auto}}.service-product-item[data-v-0291aaaa]{display:flex;flex-direction:column;gap:4px;width:100%;padding:16px;border:2px solid #aba8b1;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.service-product-item[data-v-0291aaaa]:hover{border-color:#171717}.service-product-item.is-selected[data-v-0291aaaa]{border-width:3px;border-color:#171717;padding:15px}.service-product-item.is-disabled[data-v-0291aaaa]{opacity:.6;cursor:default}.service-product-item__header[data-v-0291aaaa]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.service-product-item__year[data-v-0291aaaa]{margin:0;color:#171717;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px}.service-product-item__selector[data-v-0291aaaa]{display:flex;align-items:center;gap:6px}.service-product-item__radio[data-v-0291aaaa]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #171717;border-radius:50%;background:transparent;flex:0 0 auto}.service-product-item__radio.is-on[data-v-0291aaaa]{background:#fff}.service-product-item__dot[data-v-0291aaaa]{width:10px;height:10px;border-radius:50%;background:#171717;opacity:0}.service-product-item__radio.is-on .service-product-item__dot[data-v-0291aaaa]{opacity:1}.service-product-item__price[data-v-0291aaaa]{color:#171717;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px}.service-product-item__saving[data-v-0291aaaa]{display:flex;align-items:center;justify-content:flex-end;gap:10px}.service-product-item__original[data-v-0291aaaa]{color:#4e444e;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;text-decoration:line-through}.service-product-item__discount[data-v-0291aaaa]{color:#285d50;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px}.service-product-item__leadtime[data-v-0291aaaa],.service-product-item__billing[data-v-0291aaaa]{margin:0;color:#4e444e;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;text-align:right}@media (max-width: 1279px){.service-product-item__year[data-v-0291aaaa]{font-size:18px;line-height:22px;letter-spacing:-.9px}.service-product-item__saving[data-v-0291aaaa]{justify-content:flex-start}}.spb-price-display-wrapper[data-v-80319f32]{--spb-price-font-family: Montserrat;--spb-price-font-size: 32px;--spb-price-line-height: 40px;--spb-price-letter-spacing: -.96px;--spb-period-value-font-family: Montserrat;--spb-period-value-font-size: 32px;--spb-period-value-line-height: 40px;--spb-period-value-letter-spacing: -.96px;--spb-period-font-family: Noto Sans;--spb-period-font-size: 16px;--spb-period-line-height: 24px;--spb-period-letter-spacing: -.16px;--spb-desc-font-family: Noto Sans;--spb-desc-font-size: 16px;--spb-desc-line-height: 24px;--spb-desc-letter-spacing: -.16px;--spb-base-font-family: Noto Sans;--spb-base-font-size: 14px;--spb-base-line-height: 18px;--spb-base-letter-spacing: -.14px}.spb-price-display-wrapper.smallSize[data-v-80319f32]{--spb-price-font-family: Montserrat;--spb-price-font-size: 20px;--spb-price-line-height: 28px;--spb-price-letter-spacing: -.1px;--spb-period-value-font-family: Montserrat;--spb-period-value-font-size: 20px;--spb-period-value-line-height: 28px;--spb-period-value-letter-spacing: -.1px;--spb-period-font-family: Noto Sans;--spb-period-font-size: 14px;--spb-period-line-height: 18px;--spb-period-letter-spacing: -.14px;--spb-desc-font-family: Noto Sans;--spb-desc-font-size: 16px;--spb-desc-line-height: 24px;--spb-desc-letter-spacing: -.16px;--spb-base-font-family: Noto Sans;--spb-base-font-size: 14px;--spb-base-line-height: 18px;--spb-base-letter-spacing: -.14px}.spb-price-display-wrapper[data-v-80319f32]{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.spb-price-display-wrapper .spb-price-display-top[data-v-80319f32]{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.spb-price-display-wrapper .spb-price-display-top .spb-price-format[data-v-80319f32]{color:#171717;font-family:var(--spb-price-font-family);font-size:var(--spb-price-font-size);font-style:normal;font-weight:700;line-height:var(--spb-price-line-height);letter-spacing:var(--spb-price-letter-spacing)}.spb-price-display-wrapper .spb-price-display-top .spb-price-desc[data-v-80319f32]{display:inline-block}.spb-price-display-wrapper .spb-price-display-top .spb-price-desc .spb-price-desc-prefix[data-v-80319f32],.spb-price-display-wrapper .spb-price-display-top .spb-price-desc .spb-price-desc-suffix[data-v-80319f32]{color:#171717;font-family:var(--spb-period-font-family);font-size:var(--spb-period-font-size);font-style:normal;font-weight:400;line-height:var(--spb-period-line-height);letter-spacing:var(--spb-period-letter-spacing)}.spb-price-display-wrapper .spb-price-display-top .spb-price-desc .spb-price-desc-value[data-v-80319f32]{color:#171717;font-family:var(--spb-period-value-font-family);font-size:var(--spb-period-value-font-size);font-style:normal;font-weight:700;line-height:var(--spb-period-value-line-height);letter-spacing:var(--spb-period-value-letter-spacing);margin:0 4px}.spb-price-display-wrapper .spb-price-display-bottom .spb-price-display-base[data-v-80319f32]{color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:var(--spb-base-font-family);font-size:var(--spb-base-font-size);font-style:normal;font-weight:400;line-height:var(--spb-base-line-height);letter-spacing:var(--spb-base-letter-spacing)}.spb-price-display-wrapper .spb-price-display-bottom .spb-price-display-discount[data-v-80319f32]{display:flex;align-items:center;gap:8px}.spb-price-display-wrapper .spb-price-display-bottom .spb-price-display-discount .spb-price-display-webprice[data-v-80319f32]{color:#4e444e;font-family:var(--spb-desc-font-family);font-size:var(--spb-desc-font-size);font-style:normal;font-weight:400;line-height:var(--spb-desc-line-height);letter-spacing:var(--spb-desc-letter-spacing);text-decoration-line:line-through}.spb-price-display-wrapper .spb-price-display-bottom .spb-price-display-discount .spb-price-display-percentage[data-v-80319f32]{color:#285d50;font-feature-settings:"liga" off,"clig" off;font-family:var(--spb-desc-font-family);font-size:var(--spb-desc-font-size);font-style:normal;font-weight:700;line-height:var(--spb-desc-line-height);letter-spacing:var(--spb-desc-letter-spacing)}@media (max-width: 1279px){.spb-price-display-wrapper[data-v-80319f32]{--spb-price-font-family: Montserrat;--spb-price-font-size: 24px;--spb-price-line-height: 32px;--spb-price-letter-spacing: -.96px;--spb-period-value-font-family: Montserrat;--spb-period-value-font-size: 24px;--spb-period-value-line-height: 32px;--spb-period-value-letter-spacing: -.96px;--spb-period-font-family: Noto Sans;--spb-period-font-size: 16px;--spb-period-line-height: 24px;--spb-period-letter-spacing: -.16px;--spb-desc-font-family: Noto Sans;--spb-desc-font-size: 16px;--spb-desc-line-height: 24px;--spb-desc-letter-spacing: -.16px;--spb-base-font-family: Noto Sans;--spb-base-font-size: 14px;--spb-base-line-height: 18px;--spb-base-letter-spacing: -.14px}.spb-price-display-wrapper.smallSize[data-v-80319f32]{--spb-price-font-family: Montserrat;--spb-price-font-size: 20px;--spb-price-line-height: 28px;--spb-price-letter-spacing: -.1px;--spb-period-value-font-family: Noto Sans;--spb-period-value-font-size: 20px;--spb-period-value-line-height: 24px;--spb-period-value-letter-spacing: -.2px;--spb-period-font-family: Noto Sans;--spb-period-font-size: 14px;--spb-period-line-height: 18px;--spb-period-letter-spacing: -.14px;--spb-desc-font-family: Noto Sans;--spb-desc-font-size: 16px;--spb-desc-line-height: 24px;--spb-desc-letter-spacing: -.16px;--spb-base-font-family: Noto Sans;--spb-base-font-size: 14px;--spb-base-line-height: 18px;--spb-base-letter-spacing: -.14px}.spb-price-display-wrapper .spb-price-display-top[data-v-80319f32]{gap:4px}}.recommand-service-item[data-v-45290ad0]{display:flex;flex-direction:column;gap:32px;width:100%}.recommand-service-item .recommand-service-item__action[data-v-45290ad0]{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:0 24px;border:0;border-radius:100px;background:#171717;color:#fff;cursor:pointer;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;transition:background-color .2s ease,color .2s ease}.recommand-service-item .recommand-service-item__action.is-selected[data-v-45290ad0]{background:#c9d0f0;color:#171717}.recommand-service-item .recommand-service-item__action-icon[data-v-45290ad0]{width:16px;height:16px;flex:0 0 auto}@media (max-width: 1279px){.recommand-service-item[data-v-45290ad0]{gap:16px}}.adp-item-wrap[data-v-2573c269]{display:flex;flex-direction:column;width:100%}.adp-item-wrap .adp-item-header[data-v-2573c269]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px;margin-bottom:24px}.adp-item-wrap .adp-item-box[data-v-2573c269]{display:flex;padding:24px;flex-direction:column;gap:24px;align-self:stretch;border-radius:12px;border:2px solid #CCC;margin-bottom:24px;cursor:pointer}.adp-item-wrap .adp-item-box[data-v-2573c269]:hover{border-color:#171717}.adp-item-wrap .adp-item-box.active[data-v-2573c269]{border:3px solid #171717}.adp-item-wrap .adp-item-box .adp-box-top[data-v-2573c269]{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.adp-item-wrap .adp-item-box .adp-box-top .adp-box-icon[data-v-2573c269]{width:32px;height:32px;flex:0 0 auto}.adp-item-wrap .adp-item-box .adp-box-top .adp-box-title[data-v-2573c269]{flex:1 1 auto;min-width:0;color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px}.adp-item-wrap .adp-item-box .adp-box-top .adp-box-check[data-v-2573c269]{appearance:none;width:18px;height:18px;flex:0 0 18px;border:2px solid #171717;border-radius:2px;cursor:pointer;transform:translateY(4px)}.adp-item-wrap .adp-item-box .adp-box-top .adp-box-check[data-v-2573c269]:checked{appearance:auto;accent-color:#171717}.adp-item-wrap .adp-item-desc-wrapper[data-v-2573c269]{position:relative;max-height:72px;overflow:hidden;transition:max-height .3s ease}.adp-item-wrap .adp-item-desc-wrapper.is-expanded[data-v-2573c269]{max-height:2000px}.adp-item-wrap .adp-item-desc-wrapper .adp-item-desc[data-v-2573c269]{margin:0;color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;padding-left:24px}.adp-item-wrap .adp-item-desc-wrapper .adp-item-desc li[data-v-2573c269]{list-style:disc}.adp-item-wrap .adp-item-desc-wrapper .adp-desc-fade[data-v-2573c269]{position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}.adp-item-wrap .adp-desc-toggle[data-v-2573c269]{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;background:0;border:0;padding:0;cursor:pointer;color:#171717;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;text-decoration:underline}.adp-item-wrap .adp-desc-toggle[data-v-2573c269]:hover{color:#4e444e}@media (max-width: 1279px){.adp-item-wrap .adp-item-header[data-v-2573c269]{font-size:18px;line-height:22px;margin-bottom:16px}.adp-item-wrap .adp-item-box[data-v-2573c269]{padding:16px;margin-bottom:16px;gap:16px}.adp-item-wrap .adp-item-box .adp-box-top .adp-box-title[data-v-2573c269]{font-size:18px;line-height:22px}}.optional-modal-mask[data-v-85ccdb34]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(23,23,23,.64);backdrop-filter:blur(2px)}.optional-modal-mask .optional-modal-panel[data-v-85ccdb34]{width:min(100%,1424px);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:12px;background:#f5f5f5}.optional-modal-mask .optional-modal-panel .optional-modal-header[data-v-85ccdb34]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 16px 0;height:48px}.optional-modal-mask .optional-modal-panel .optional-modal-header .optional-modal-title[data-v-85ccdb34]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.96px}.optional-modal-mask .optional-modal-panel .optional-modal-header .optional-modal-close[data-v-85ccdb34]{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#414346;cursor:pointer}.optional-modal-mask .optional-modal-panel .optional-modal-header .optional-modal-close svg[data-v-85ccdb34]{width:24px;height:24px}.optional-modal-mask .optional-modal-panel .optional-modal-header .optional-modal-close[data-v-85ccdb34]:hover{color:#171717}.optional-modal-mask .optional-modal-panel .optional-modal-content[data-v-85ccdb34]{flex:1 1 auto;min-height:640px;padding:0 16px 16px;overflow-y:auto;background:#f5f5f5}.optional-modal-mask .optional-modal-panel .optional-modal-footer[data-v-85ccdb34]{display:flex;justify-content:flex-end;gap:12px;padding:16px;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 25px #00000040;height:80px}.optional-modal-mask .optional-modal-panel .optional-modal-footer .optional-modal-btn[data-v-85ccdb34]{height:48px;padding:0 24px;border-radius:100px;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;cursor:pointer}.optional-modal-mask .optional-modal-panel .optional-modal-footer .optional-modal-btn.secondary[data-v-85ccdb34]{border:2px solid #aba8b1;background:#fff;color:#171717}.optional-modal-mask .optional-modal-panel .optional-modal-footer .optional-modal-btn.primary[data-v-85ccdb34]{background:#171717;color:#fff}.optional-modal-mask.product-detail-modal-special .optional-modal-panel .optional-modal-footer[data-v-85ccdb34]{height:88px;padding:24px 16px 16px}.optional-modal-mask.service-detail-modal-special .optional-modal-panel[data-v-85ccdb34],.optional-modal-mask.service-detail-modal-special .optional-modal-panel .optional-modal-content[data-v-85ccdb34]{background:#fff}.optional-modal-mask.service-detail-modal-special .optional-modal-panel .optional-modal-footer[data-v-85ccdb34]{height:88px;padding:24px 16px 16px}.optional-modal-mask.summary-view-container .optional-modal-panel[data-v-85ccdb34]{width:824px;background:#fff}.optional-modal-mask.summary-view-container .optional-modal-panel .optional-modal-content[data-v-85ccdb34]{background:#fff}.optional-modal-enter-active[data-v-85ccdb34],.optional-modal-leave-active[data-v-85ccdb34]{transition:opacity .28s ease}.optional-modal-enter-active .optional-modal-panel[data-v-85ccdb34],.optional-modal-leave-active .optional-modal-panel[data-v-85ccdb34]{transition:transform .28s ease,opacity .28s ease}.optional-modal-enter-from[data-v-85ccdb34],.optional-modal-leave-to[data-v-85ccdb34]{opacity:0}.optional-modal-enter-from .optional-modal-panel[data-v-85ccdb34],.optional-modal-leave-to .optional-modal-panel[data-v-85ccdb34]{opacity:0;transform:translateY(20px) scale(.98)}@media (max-width: 1279px){.optional-modal-mask[data-v-85ccdb34]{align-items:flex-end;padding:0}.optional-modal-mask .optional-modal-panel[data-v-85ccdb34]{width:100%;height:90vh;border-radius:20px 20px 0 0}.optional-modal-mask .optional-modal-panel .optional-modal-header[data-v-85ccdb34]{padding:16px;background:#fff;border-bottom:1px solid #ccc;height:64px}.optional-modal-mask .optional-modal-panel .optional-modal-header[data-v-85ccdb34] .optional-modal-title{font-size:24px;line-height:32px;letter-spacing:-.96px}.optional-modal-mask .optional-modal-panel .optional-modal-content[data-v-85ccdb34]{min-height:240px;padding:16px}.optional-modal-mask .optional-modal-panel .optional-modal-footer[data-v-85ccdb34]{padding:16px 20px 20px}}.card-rating-container.black-gaming-style .card-review-inline{display:inline-block}.card-rating-container.black-gaming-style .card-review-inline .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.card-rating-container.black-gaming-style .card-review-inline .star-icon-box .gray-icon,.card-rating-container.black-gaming-style .card-review-inline .star-icon-box .blank-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg);background-size:cover}.card-rating-container.black-gaming-style .card-review-inline .bv_main_container .bv_text{font-family:Noto Sans !important;font-weight:400;color:#6f6d6e !important}.card-rating-container.black-gaming-style .card-review-inline defs linearGradient stop{stop-opacity:1}.card-rating-container.black-gaming-style .card-review-inline defs linearGradient stop[offset="0%"]{stop-color:#171717}.card-rating-container.black-gaming-style .card-review-inline defs linearGradient stop[offset="1%"]{stop-color:translate}body.gaming-theme-black .card-rating-container.black-gaming-style.style-auto-gaming .card-review-inline .yellow-icon,body.gaming-theme-black .card-rating-container.black-gaming-style.style-auto-gaming .card-review-inline .gray-icon,body.gaming-theme-black .card-rating-container.black-gaming-style.style-auto-gaming .card-review-inline .blank-icon{filter:invert(100%)}.card-rating-container{--star-size: 16px;--star-margin: 1px;--star-font-size: 16px}.card-rating-container.hero-rating{--star-size: 20px;--star-font-size: 19px }.card-rating-container .card-review-inline{text-align:center}.card-rating-container .card-review-inline .star-icon-box{width:var(--star-size);height:var(--star-size);position:relative;display:inline-block;margin-right:var(--star-margin)}.card-rating-container .card-review-inline .star-icon-box:last-of-type{margin-right:0}.card-rating-container .card-review-inline .star-icon-box .star-icon{background-size:cover;height:var(--star-size);width:var(--star-size);position:absolute;left:0}.card-rating-container .card-review-inline .bv_main_container .bv_text{text-transform:none !important;font-style:normal !important;text-decoration:none !important;font-size:var(--star-font-size);line-height:19px}.card-rating-container .card-review-inline a .bv_stars_button_container{margin-top:4px}.card-rating-container .card-review-inline a .number_box{display:flex;justify-content:center;column-gap:5px}.card-rating-container .card-review-inline a{align-items:center !important;flex-wrap:wrap !important;cursor:pointer !important;display:flex;column-gap:5px}.card-rating-container .card-review-inline a .filter_text_box{color:#000;font-size:13px;margin-left:5px}.card-rating-container .card-review-inline svg{height:18px;width:18px}.card-rating-container .card-review-inline svg .st0{stroke:#979797;fill:transparent !important}.v3-youtube-container{width:100%;height:100%;background-color:#000;background-size:contain;background-repeat:no-repeat;background-position:center;text-align:center}.v3-youtube-container img.default-img{max-width:100%;max-height:100%}.popup-win-overlay{position:fixed;z-index:10000;background-color:var(--font-color);opacity:.8;width:100%;height:100%;top:0;left:0}.popup-win-container.popup-mobile-container{width:fit-content}.isQuickViewPopUp .popup-win-overlay,.isQuickViewPopUp .popup-win-container,.facets-popup-container .popup-win-overlay{z-index:9999999 !important}.facets-popup-container .popup-win-container{padding:unset;z-index:9999999 !important;background-color:transparent;max-height:unset;overflow:unset}.facets-popup-container .popup-win-container .close{cursor:pointer;width:32px;height:32px;background-color:#000 !important;border-radius:50%;top:-32px;right:-64px}.facets-popup-container .popup-win-container .close:before,.facets-popup-container .popup-win-container .close:after{background-color:#fff !important;left:15px;top:5px;height:23px}.facets-popup-container .popup-win-container .popup-win-content{width:100%;height:100%}.facets-popup-container .popup-win-container .popup-win-content iframe{border:15px solid white;width:100%;height:100%;border-radius:10px;box-sizing:border-box}@media screen and (min-width: 1280px){.facets-popup-container .popup-win-container{height:70%;width:50%}.facets-popup-container .popup-win-container .close{top:-32px;right:-64px}}@media screen and (max-width: 1279px){.facets-popup-container .popup-win-container{height:50%;width:90%;max-height:500px;left:50%;top:30%;transform:translate(-50%)}.facets-popup-container .popup-win-container .close{top:-32px;right:0}}.popup-win-container{position:fixed;z-index:10000;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;height:auto;padding:10px;max-height:100%;overflow:auto;background-color:#fff}.popup-win-container .close{top:16px;right:16px;display:block;position:absolute;cursor:pointer;height:18px;width:18px}.popup-win-container .close:before,.popup-win-container .close:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.popup-win-container .close:before{transform:rotate(45deg)}.popup-win-container .close:after{transform:rotate(-45deg)}@media only screen and (min-width: 600px) and (max-width: 920px){.popup-win-container{max-height:94%}}@media only screen and (max-width: 767px){.popup-win-overlay{padding:0 16px;background-color:var(--font-color)}}.video-play-container{border-radius:100px;border:2px solid #6d656f;height:48px;padding:16px;font-size:16px;color:#fff;display:flex;align-items:center;width:fit-content}.video-play-container .play-text{margin-right:8px}.video-play-container .play-icon{font-size:24px}.video-play-container:hover{background-color:#3b3b3b}.video-thumbnail{width:200px;height:100px;display:flex;align-items:center;justify-content:center}.video-thumbnail.in-feature .popup-video{width:fit-content;border:0}.popup-video{content:"";border:2px solid white;border-radius:50%;height:32px;width:32px;cursor:pointer}.popup-video .icon-play{width:0;height:0;border:7px solid transparent;border-left:11px solid white;display:inline-block;position:relative;left:5px;top:1px}.youtube-video-popup.in-feature .popup-win-container{height:90vh;width:82%;padding:40px 20px 20px;background-color:#fff;border-radius:16px}.youtube-video-popup.in-feature .popup-win-container .close{background-color:transparent;width:40px;height:40px;right:10px;top:0;display:flex;align-items:center;justify-content:center}.youtube-video-popup.in-feature .popup-win-container .close:before,.youtube-video-popup.in-feature .popup-win-container .close:after{top:unset;left:unset;background-color:#000;height:24px;width:3px;border-radius:2px}@media screen and (max-width: 768px){.youtube-video-popup.in-feature .popup-win-container{height:50vh;width:96%;padding:30px 15px 15px}.youtube-video-popup.in-feature .popup-win-container .close{width:30px;height:30px;right:8px}.youtube-video-popup.in-feature .popup-win-container .close:before,.youtube-video-popup.in-feature .popup-win-container .close:after{height:20px;width:3px;border-radius:2px}}.media-popup .popup-win-container,.youTubeForSingleModelPDPHero .popup-win-container{height:30%;min-height:500px;width:90%;padding:0;border-radius:10px;overflow:visible}@media (min-width: 1280px){.media-popup .popup-win-container,.youTubeForSingleModelPDPHero .popup-win-container{height:70%;width:50%;bottom:10%}}.media-popup .popup-win-container .popup-win-content,.youTubeForSingleModelPDPHero .popup-win-container .popup-win-content{height:100%;width:100%}.media-popup .popup-win-container .close,.youTubeForSingleModelPDPHero .popup-win-container .close{top:-32px;right:-32px;border-radius:50%;background-color:#000;padding:16px}.media-popup .popup-win-container .close:before,.media-popup .popup-win-container .close:after,.youTubeForSingleModelPDPHero .popup-win-container .close:before,.youTubeForSingleModelPDPHero .popup-win-container .close:after{background-color:#fff;left:15px;top:5px;height:23px}.media-popup .popup-win-container iframe,.youTubeForSingleModelPDPHero .popup-win-container iframe{border:15px solid white;border-radius:10px;box-sizing:border-box}.popup-win-wrapper.youtube-video-popup.youTubeForSingleModelPDPHero .popup-win-overlay{z-index:9999998}.popup-win-wrapper.youtube-video-popup.youTubeForSingleModelPDPHero .popup-win-container{z-index:9999999}.popup-win-wrapper.youtube-video-popup.youTubeForSingleModelPDPHero .popup-win-container .popup-win-content iframe{height:100%;width:100%}.yt-control{position:absolute;inset:0}.yt-control .yt-button-wrapper{position:absolute;top:50%;left:50%;z-index:9999;transform:translate(-50%,-50%);border:2px solid #fff;padding:20px;border-radius:36px;cursor:pointer}.yt-control .yt-button{box-sizing:border-box;width:0;height:30px;border-style:solid;border-width:15px 0 15px 30px;border-color:transparent transparent transparent #fff;will-change:border-width;transition:all .2s ease;transform:translate(3px)}.yt-control .yt-button.paused{border-style:double;border-width:0px 0 0px 30px;transform:translate(0)}.yt-control .yt-button:hover{border-color:transparent transparent transparent #ddd}.yt-control .toggle-play-icon{cursor:pointer;position:absolute;bottom:16px;right:16px;font-size:48px}.yt-control .watch-now-center{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-detail .modal-mask.review-stars,.card-detail+.modal-mask.review-stars,.pb-details+.review-stars{background-color:transparent}.modal-mask.review-stars{justify-content:center;display:flex;z-index:100000}.modal-mask.review-stars div.dialog-body{position:relative;top:48px;width:784px;height:100%;max-height:90%;padding-bottom:30px}.modal-mask.review-stars div.dialog-body .header{min-height:32px;padding:24px 12px 24px 24px}.modal-mask.review-stars div.dialog-body .header .backToDetail{color:#294e95;font-size:16px;line-height:22px;letter-spacing:0px;font-weight:400;cursor:pointer}.modal-mask.review-stars div.dialog-body .header .backToDetail .recomendationIcon{padding-right:8px;width:12px;height:12px;display:inline-block;border:0 solid #284e95;rotate:45deg;border-left-width:3px;border-bottom-width:3px;transform:scale(.5)}.modal-mask.review-stars div.dialog-body .header .close{outline:0;right:12px;top:24px}.modal-mask.review-stars div.dialog-body .dialog-content{padding:0;margin-left:20px;margin-right:10px}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_container{margin-right:10px}.modal-mask.review-stars div.dialog-body .dialog-content .less-height{padding-right:24px}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_title{display:flex}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_title .title{font: 20px/24px Lato;letter-spacing:0;padding:10px 16px;margin-bottom:0;color:var(--link-color)}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_title .title.active{color:#000;border:1px solid #ccc;border-bottom:1px solid white;margin-bottom:-1px}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_inner{border:1px solid #ccc}@media screen and (min-width: 768px) and (max-width: 1280px){div.modal-mask.review-stars div.dialog-body{width:736px;height:100%;max-height:90%;border-radius:12px;top:48px}div.modal-mask.review-stars div.dialog-body .header{min-height:32px;padding:24px 12px 24px 24px;border:0}div.modal-mask.review-stars div.dialog-body .header .close{right:12px;top:24px}div.modal-mask.review-stars div.dialog-body .dialog-content{padding:0 24px 24px 0;margin-right:8px;margin-left:24px}div.modal-mask.review-stars div.dialog-body .dialog-content .less-height{padding-right:0}div.modal-mask.review-stars div.dialog-body .dialog-content .reviews_inner{border:1px solid #ccc}}@media screen and (max-width: 767px){.modal-mask.review-stars div.dialog-body{top:24px;border-radius:12px 12px 0 0;max-height:100%}.modal-mask.review-stars div.dialog-body .header{border-bottom:1px solid #ccc;padding:24px 22px 24px 25px}.modal-mask.review-stars div.dialog-body .header .close{top:24px;right:22px}.modal-mask.review-stars div.dialog-body .dialog-content{padding-top:16px}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_inner{border:0}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_inner .tab_content{margin-bottom:16px}.modal-mask.review-stars div.dialog-body .dialog-content .reviews_inner .tab_content:last-of-type{margin:0}}@media screen and (min-width: 1920px){.modal-mask.review-stars div.dialog-body{width:944px;height:100%}.modal-mask.review-stars div.dialog-body .dialog-content{padding:0 22px 24px 25px}}.historical-order-container{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.historical-order-container .iconfont-user-group{margin-right:10px}.historical-order-container .historical-msg{color:#7a126b;font: 14px/20px Lato}.historical-order-container .historical-order{display:flex}.historical-order-container.historical-order-redesign .iconfont-lenovoLike{margin-right:10px}.historical-order-container.historical-order-redesign .historical-msg{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.14px}.historical-order-container.historical-order-redesign .historical-order{display:flex}.spb-service-dropdown[data-v-3c23fde2]{position:relative;width:282px;color:#171717;font-family:Noto Sans,sans-serif}.spb-service-dropdown__trigger[data-v-3c23fde2]{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:8px 10px;border:2px solid #aba8b1;border-radius:12px;background:#fff;color:#171717;cursor:pointer;gap:12px}.spb-service-dropdown__trigger[data-v-3c23fde2]:hover,.spb-service-dropdown__trigger.is-open[data-v-3c23fde2]{border-color:#171717}.spb-service-dropdown__trigger.is-open[data-v-3c23fde2]{box-shadow:0 3px 8px #0000002e}.spb-service-dropdown__trigger-copy[data-v-3c23fde2]{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.spb-service-dropdown__label[data-v-3c23fde2]{color:var(--text-secondary, #4e444e);font-feature-settings:"liga" off,"clig" off;font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-small, 12px);font-style:normal;font-weight:400;line-height:var(--font-line-height-body-small, 14px);letter-spacing:var(--font-letter-spacing-body-small, -.12px)}.spb-service-dropdown-peroid-box[data-v-3c23fde2]{width:100%;display:flex;align-items:center;gap:8px;justify-content:space-between}.spb-service-dropdown__period[data-v-3c23fde2],.spb-service-dropdown__trigger-price[data-v-3c23fde2]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.16px}.spb-service-dropdown__trigger-side[data-v-3c23fde2]{width:20px;height:20px;flex-shrink:0}.spb-service-dropdown__arrow[data-v-3c23fde2]{width:14px;height:14px;border-top:2px solid #171717;border-right:2px solid #171717;transform:rotate(135deg);transition:transform .2s ease;position:absolute}.spb-service-dropdown__arrow.is-open[data-v-3c23fde2]{transform:rotate(-45deg);top:24px}.spb-service-dropdown__menu[data-v-3c23fde2]{position:absolute;top:calc(100% + 8px);right:0;z-index:3;width:100%;padding:8px;border-radius:12px;background:#fff;box-shadow:0 24px 32px #0000003d}.spb-service-dropdown__list[data-v-3c23fde2]{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.spb-service-dropdown__option[data-v-3c23fde2]{display:flex;justify-content:space-between;gap:12px;min-height:74px;padding:12px;border-radius:12px;cursor:pointer}.spb-service-dropdown__option.is-selected[data-v-3c23fde2]{background:#e0e0e0}.spb-service-dropdown__option-period[data-v-3c23fde2]{flex:1 1 auto;padding-top:2px;font-size:18px;font-weight:400;line-height:22px;letter-spacing:-.2px}.spb-service-dropdown__option-price[data-v-3c23fde2]{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;min-width:128px}.spb-service-dropdown__price-current[data-v-3c23fde2]{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px}.spb-service-dropdown__saving[data-v-3c23fde2]{display:flex;align-items:center;justify-content:flex-end;gap:8px}.spb-service-dropdown__original[data-v-3c23fde2]{color:#4e444e;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;text-decoration:line-through}.spb-service-dropdown__discount[data-v-3c23fde2]{color:#285d50;font-size:14px;font-weight:700;line-height:18px;letter-spacing:-.14px}.spb-service-dropdown__trial[data-v-3c23fde2]{color:#4e444e;font-size:12px;font-weight:400;line-height:16px;text-align:right}.spb-service-detail-content[data-v-f9fdf409]{display:flex;flex-direction:column}.spb-service-detail-content .spb-service-detail-content__top[data-v-f9fdf409]{display:flex;flex-direction:column;gap:24px}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__baseInfo[data-v-f9fdf409]{flex:1 1 auto;min-width:0}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__baseInfo .spb-service-detail-content__merch[data-v-f9fdf409]{color:#7a126b;font-family:Noto Sans;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px;text-transform:uppercase;margin-bottom:4px;font-feature-settings:"liga" off,"clig" off}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__baseInfo .spb-service-detail-content__title[data-v-f9fdf409]{margin-bottom:4px;color:#171717;font-family:Montserrat;font-size:32px;font-weight:700;line-height:40px;letter-spacing:-.96px;font-feature-settings:"liga" off,"clig" off}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__baseInfo .spb-service-detail-content__title .spb-service-detail-content__level[data-v-f9fdf409]{margin-left:4px;color:#4e444e;font-family:Montserrat;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.96px;font-feature-settings:"liga" off,"clig" off}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__baseInfo .spb-service-detail-content__rating[data-v-f9fdf409]{display:inline-block;margin:4px 0 8px;cursor:pointer}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__descPrice[data-v-f9fdf409]{display:flex;gap:60px;min-width:280px}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__descPrice .spb-service-detail-content__description[data-v-f9fdf409]{color:#000;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;font-feature-settings:"liga" off,"clig" off}.spb-service-detail-content .spb-service-detail-content__top .spb-service-detail-content__descPrice .spb-service-detail-content__price[data-v-f9fdf409]{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.spb-service-detail-content .spb-service-detail-content__youtube[data-v-f9fdf409]{width:100%;height:928px;border-radius:12px;overflow:hidden;background-color:#f5f5f5;margin-bottom:16px}.spb-service-detail-content .spb-service-detail-content__features-title[data-v-f9fdf409]{margin:24px 0 16px;color:#171717;font-family:Montserrat;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.96px}.spb-service-detail-content .spb-service-detail-content__video-list[data-v-f9fdf409]{display:flex;flex-direction:column;gap:16px;padding:0;list-style:none;margin-bottom:24px}.spb-service-detail-content .spb-service-detail-content__image-list[data-v-f9fdf409]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0;list-style:none}.spb-service-detail-content .spb-service-detail-content__image-list.is-single[data-v-f9fdf409]{display:flex;flex-direction:column;gap:24px}.spb-service-detail-content .spb-service-detail-content__feature[data-v-f9fdf409]{display:flex;flex-direction:column;gap:16px}.spb-service-detail-content .spb-service-detail-content__feature.is-single[data-v-f9fdf409]{flex-direction:row;align-items:flex-start;gap:16px}.spb-service-detail-content .spb-service-detail-content__single-feature-media[data-v-f9fdf409]{width:90px;height:60px;flex:0 0 auto;border-radius:8px;background:#d9d9d9;overflow:hidden}.spb-service-detail-content .spb-service-detail-content__single-feature-image[data-v-f9fdf409]{width:100%;height:100%;object-fit:cover}.spb-service-detail-content .spb-service-detail-content__single-feature-copy[data-v-f9fdf409]{flex:1 1 auto;min-width:0}.spb-service-detail-content .spb-service-detail-content__single-feature-name[data-v-f9fdf409]{margin:0 0 8px;font-feature-settings:"liga" off,"clig" off;color:#000;font-family:Montserrat;font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.9px}.spb-service-detail-content .spb-service-detail-content__single-feature-text[data-v-f9fdf409]{color:#4e444e;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px}.spb-service-detail-content .spb-service-detail-content__feature-media[data-v-f9fdf409]{width:100%;aspect-ratio:16/10;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.spb-service-detail-content .spb-service-detail-content__feature-image[data-v-f9fdf409]{width:100%;height:100%;object-fit:cover}.spb-service-detail-content .spb-service-detail-content__feature-video[data-v-f9fdf409]{width:100%;height:100%}.spb-service-detail-content .spb-service-detail-content__feature-copy[data-v-f9fdf409]{min-width:0;display:flex;flex-direction:column;gap:16px}.spb-service-detail-content .spb-service-detail-content__feature-name[data-v-f9fdf409]{color:#000;font-family:Montserrat;font-size:18px;font-weight:700;line-height:22px;letter-spacing:-.9px;font-feature-settings:"liga" off,"clig" off}.spb-service-detail-content .spb-service-detail-content__feature-text[data-v-f9fdf409]{color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}@media (max-width: 1279px){.spb-service-detail-content .spb-service-detail-content__top[data-v-f9fdf409]{flex-direction:column;gap:16px}.spb-service-detail-content .spb-service-detail-content__descPrice.is-multi[data-v-f9fdf409]{flex-direction:column;gap:24px}.spb-service-detail-content .spb-service-detail-content__descPrice.is-multi .spb-service-detail-content__dropdown[data-v-f9fdf409]{width:100%;display:flex}}@media (max-width: 680px){.spb-service-detail-content .spb-service-detail-content__title[data-v-f9fdf409]{font-size:24px;line-height:32px}.spb-service-detail-content .spb-service-detail-content__level[data-v-f9fdf409]{font-size:18px;line-height:24px}.spb-service-detail-content .spb-service-detail-content__single-feature-name[data-v-f9fdf409]{font-size:20px;line-height:28px;letter-spacing:-.2px}.spb-service-detail-content .spb-service-detail-content__single-feature-text[data-v-f9fdf409]{font-size:14px;line-height:20px;letter-spacing:-.14px}.spb-service-detail-content .spb-service-detail-content__image-list[data-v-f9fdf409]{grid-template-columns:1fr}}.optional-modal-title-box[data-v-50778b3d]{display:flex;align-items:center;cursor:pointer}.optional-modal-title-box .back-to-icon[data-v-50778b3d]{min-width:12px;transform:rotate(135deg);transform-origin:50% 50%;width:12px;height:12px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s}.service-spot-card[data-v-fb1501b9]{display:flex;flex-direction:column;gap:24px;width:100%;min-width:180px;padding:24px;border:2px solid #aba8b1;border-radius:12px;background:#fff;box-sizing:border-box}.service-spot-card.active[data-v-fb1501b9]{border:3px solid #171717}.service-spot-card[data-v-fb1501b9]:hover{border-color:#171717}.service-spot-card .service-spot-card__header[data-v-fb1501b9]{display:flex;flex-direction:column;gap:8px}.service-spot-card .service-spot-card__header .service-spot-card__merch[data-v-fb1501b9]{color:#7a126b;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.16px;text-transform:uppercase}.service-spot-card .service-spot-card__header .service-spot-card__title[data-v-fb1501b9]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.96px;text-decoration-line:underline;cursor:pointer}.service-spot-card .service-spot-card__header .service-spot-card__rating[data-v-fb1501b9]{min-height:24px;width:100%}.service-spot-card .service-spot-card__header .service-spot-card__historical[data-v-fb1501b9]{width:100%}.service-spot-card .service-spot-card__header .service-spot-card__historical .historical-order-container[data-v-fb1501b9]{margin-bottom:0}.service-spot-card .service-spot-card__service-list[data-v-fb1501b9]{display:flex;flex-direction:column;gap:16px}.service-spot-card .service-spot-card__description[data-v-fb1501b9]{position:relative;color:#171717;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px}.service-spot-card .service-spot-card__description.is-collapsible[data-v-fb1501b9]{max-height:72px;overflow:hidden;transition:max-height .3s ease}.service-spot-card .service-spot-card__description.is-collapsible.is-expanded[data-v-fb1501b9]{max-height:2000px}.service-spot-card .service-spot-card__description p[data-v-fb1501b9]{margin:0;color:#171717;list-style-type:disc;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.service-spot-card .service-spot-card__description .service-spot-card__description-list[data-v-fb1501b9]{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:8px}.service-spot-card .service-spot-card__description .service-spot-card__description-list li[data-v-fb1501b9]{color:#171717;list-style-type:disc;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.service-spot-card .service-spot-card__description .service-spot-card__description-fade[data-v-fb1501b9]{position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}.service-spot-card .service-spot-card__description-toggle[data-v-fb1501b9]{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;background:0;border:0;padding:0;cursor:pointer;color:#171717;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;text-decoration:underline;letter-spacing:-.16px}.service-spot-card .service-spot-card__description-toggle[data-v-fb1501b9]:hover{color:#4e444e}.service-spot-card .service-spot-card__adp[data-v-fb1501b9]{margin-top:auto}@media (max-width: 1279px){.service-spot-card[data-v-fb1501b9]{gap:16px}.service-spot-card .service-spot-card__header .service-spot-card__title[data-v-fb1501b9]{font-size:18px;line-height:22px;letter-spacing:-.9px}}@media (max-width: 680px){.service-spot-card[data-v-fb1501b9]{width:100%}.service-spot-card .service-spot-card__header .service-spot-card__title[data-v-fb1501b9]{font-size:18px;line-height:22px;letter-spacing:-.9px}}.common-switch[data-v-d9f1156d]{--switch-padding: 4px;position:relative;display:inline-flex;align-items:stretch;width:fit-content;min-width:0;padding:var(--switch-padding);border-radius:999px;background:#e4e4e4;isolation:isolate}.common-switch.is-disabled[data-v-d9f1156d]{opacity:.56;cursor:not-allowed}.common-switch.is-readonly[data-v-d9f1156d]{cursor:default}.common-switch__indicator[data-v-d9f1156d]{position:absolute;top:var(--switch-padding);left:0;bottom:var(--switch-padding);z-index:0;border-radius:999px;background:#fff;box-shadow:0 8px 18px #17171724;transition:transform .22s ease,width .22s ease,opacity .18s ease;will-change:transform,width}.common-switch__option[data-v-d9f1156d]{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:11px 16px;border:0;border-radius:999px;background:transparent;color:#171717;font-family:var(--font-family-Body, "Noto Sans");font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.14px;white-space:nowrap;cursor:pointer;transition:color .22s ease,opacity .22s ease}.common-switch__option[data-v-d9f1156d]:focus-visible{outline:2px solid #171717;outline-offset:2px}.common-switch__option[data-v-d9f1156d]:disabled{cursor:not-allowed}.common-switch.is-readonly .common-switch__option[data-v-d9f1156d]{cursor:default}.common-switch__label[data-v-d9f1156d]{overflow:hidden;text-overflow:ellipsis}.service-current-plan[data-v-564ff3c4]{border-radius:12px;border:2px solid var(--border-weak, #CCC);background:var(--bg-base-alt, #FFF);display:flex;gap:16px;padding:24px;align-items:flex-start;justify-content:space-between}.service-current-plan .plan-info .plan-info__title[data-v-564ff3c4]{color:var(--text-primary, #171717);font-family:var(--font-family-Headline, Montserrat);font-size:var(--font-size-headline-small, 20px);font-style:normal;font-weight:700;line-height:var(--font-line-height-headline-small, 28px);letter-spacing:var(--font-letter-spacing-headline-small, -1px);margin-right:8px}.service-current-plan .plan-info .plan-info__value[data-v-564ff3c4]{color:var(--text-primary, #171717);font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-large, 16px);font-style:normal;font-weight:400;line-height:var(--font-line-height-body-large, 24px);letter-spacing:var(--font-letter-spacing-body-large, -.16px)}.service-current-plan .plan-reset[data-v-564ff3c4]{flex:none;color:var(--text-primary, #171717);text-align:center;font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-large, 16px);font-style:normal;font-weight:400;line-height:var(--font-line-height-body-large, 24px);letter-spacing:var(--font-letter-spacing-body-large, -.16px);cursor:pointer;text-decoration:underline;text-decoration-color:#aba8b1;text-underline-offset:4px;text-decoration-thickness:2px}.service-current-plan .plan-reset[data-v-564ff3c4]:hover{text-decoration-color:#e1251b}@media (max-width: 1279px){.service-current-plan[data-v-564ff3c4]{--font-size-headline-small: 18px;--font-line-height-headline-small: 22px;--font-letter-spacing-headline-small: -.9px}}.pb-container .help-me-decide .tooltipV2-content .tooltipV2-contentWrapper{max-height:380px;overflow:auto;padding:10px}.pb-container .help-me-decide .tooltipV2-content .tooltipV2-contentWrapper .headline{padding-bottom:5px;border-bottom:1px solid #ccc;color:#000;font-weight:700;font-size:14px;word-break:break-word;line-height:18px;margin-bottom:5px}.pb-container .help-me-decide .tooltipV2-content .tooltipV2-contentWrapper .content{white-space:pre-wrap;word-break:break-word;color:#000;font-size:12px;line-height:20px;text-align:left}.pb-container .help-me-decide .tooltipV2-slotWrapper{display:flex;align-items:center}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.merch-swiper-container{position:relative}.merch-swiper-container .merch-message{height:100%}.merch-swiper-container.in-mobile:has(.custom-pagination){margin-bottom:24px}.merch-swiper-container .merch-message-swiper{width:100%}.merch-swiper-container .custom-arrow{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;width:16px;height:16px;z-index:5;cursor:pointer;border:0;background:transparent}.merch-swiper-container .custom-arrow:after{display:none !important}.merch-swiper-container .prev-arrow{left:calc(2.81% + 8px)}.merch-swiper-container .prev-arrow:before{content:"";display:block;width:12px;height:12px;border-left:1px solid #171717;border-bottom:1px solid #171717;transform:rotate(45deg)}.merch-swiper-container .next-arrow{right:calc(2.81% + 8px)}.merch-swiper-container .next-arrow:before{content:"";display:block;width:12px;height:12px;border-right:1px solid #171717;border-top:1px solid #171717;transform:rotate(45deg)}.merch-swiper-container .custom-pagination{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:12px;z-index:9}.merch-swiper-container .custom-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#ccc;opacity:1 !important;border:none !important;transition:all .3s ease;cursor:pointer}.merch-swiper-container .custom-pagination .swiper-pagination-bullet-active{width:28px;border-radius:8px;background:#535353}.merch-swiper-container .swiper-fade .swiper-wrapper{position:relative;height:100%;align-items:stretch !important}.merch-swiper-container .swiper-fade .swiper-slide{height:auto;pointer-events:none;opacity:0;position:relative !important;z-index:1;transform:translateZ(0);transition:opacity .3s cubic-bezier(.25,1,.5,1),transform .3s cubic-bezier(.25,1,.5,1)}.merch-swiper-container .swiper-fade .swiper-slide-active{pointer-events:auto;opacity:1;z-index:2;transition-delay:0ms}.merch-swiper-container .swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:cubic-bezier(.25,1,.5,1)}.merch-swiper-container .swiper-fade .swiper-slide-prev{opacity:0;z-index:1}.modal-mask.compare-product{justify-content:center;display:flex;background-color:#000c}.modal-mask.compare-product .dialog-body{width:1184px;height:704px;max-height:90%;padding-bottom:30px}.modal-mask.compare-product .dialog-body .header{padding:29px 34px 16px}.modal-mask.compare-product .dialog-body .header .close{top:29px;right:34px}.modal-mask.compare-product .dialog-body .compare-title{font: 700 28px/34px Lato;letter-spacing:0px;color:#000;opacity:1}.modal-mask.compare-product .dialog-body .dialog-content{padding:0 15px 0 34px;height:auto;margin-right:24px}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul{display:flex;justify-content:space-around}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li{display:flex;justify-content:space-between;flex-direction:column;border-right:1px solid #bcbcbc;flex:1;text-align:center}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li div{display:flex;justify-content:center;align-items:center;min-height:80px;padding:20px;border-bottom:1px solid #bcbcbc}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li div:first-of-type{font: 700 18px/19px Lato;position:sticky;top:-2px;left:0;background-color:#fff;display:flex;flex-direction:column;color:var(--fore-color)}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li div:first-of-type .recommendation{color:#7a126b;font-size:14px;font-weight:400;line-height:22px;display:block;min-height:17px;margin-bottom:4px}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li div:last-of-type{border-bottom:0}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li:first-of-type{flex:1;z-index:10;max-width:250px}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li:first-of-type div{justify-content:end;font: 16px/21px Lato;color:#000;word-break:keep-all;text-align:right}.modal-mask.compare-product .dialog-body .dialog-content .compare-content ul li:last-of-type{border:0}@media screen and (min-width: 768px) and (max-width: 1280px){.modal-mask.compare-product .dialog-body{width:736px;height:984px}.modal-mask.compare-product .dialog-body .header{padding:16px 25px 16px 34px}.modal-mask.compare-product .dialog-body .header .close{top:16px;right:25px}.modal-mask.compare-product .dialog-body .dialog-content .compare-content>ul{width:120%}.modal-mask.compare-product .dialog-body .dialog-content .compare-content>ul.less-columns{width:100%}.modal-mask.compare-product .dialog-body .dialog-content .compare-content>ul li:first-of-type{position:sticky;left:0;background-color:#fff;max-width:230px}}@media screen and (min-width: 1920px){.modal-mask.compare-product .dialog-body{height:928px;width:1424px}}.compare-view-container{font-family:var(--notoSans);font-size:14px;background-color:#171717cc !important}.compare-view-container.modal-mask{z-index:99999}.compare-view-container .title{padding-bottom:0}.compare-view-container .compare-view-modal-body{border:0;height:fit-content;width:100%}.compare-view-container .compare-view-modal-body .dialog-content{padding:0}.compare-view-container .compare-view-modal-body .header .title{padding-bottom:0}.compare-view-container .compare-view-header{display:flex;align-items:center;flex-wrap:wrap}.compare-view-container .compare-view-title{margin-right:12px;font-size:24px;color:var(--font-color);font-family:var(--montserrat);font-weight:700}.compare-view-container .compare-item{color:#171717;font-size:16px;font-weight:700;font-family:var(--notoSans)}.compare-view-container .footer-text{overflow:hidden}.compare-view-container .compare-footer{color:var(--font-color);font-family:var(--notoSans);font-size:14px;overflow:auto;position:sticky;left:0;background:var(--pale-gray-4);z-index:1;padding:16px;border:1px solid #e5e5e5}.compare-view-container .tabContainer{overflow:auto}.compare-view-container .table-container table,.compare-view-container .table-container th,.compare-view-container .table-container td{border:1px solid #e5e5e5;border-collapse:collapse;font-size:14px}.compare-view-container .table-container table{border-collapse:collapse;table-layout:fixed;width:100%;height:100%}.compare-view-container .table-container table tr:nth-child(2n) td{background-color:var(--pale-gray-4)}.compare-view-container .table-container table tr:nth-child(odd) td{background-color:var(--bg-color)}.compare-view-container .table-container table thead tr th{position:sticky;top:0;z-index:1;width:128px;height:62px;background:var(--font-color);color:var(--bg-color);font-family:Lato;font-weight:700;font-size:16px;padding:0 8px}.compare-view-container .table-container table td{background:var(--bg-color);padding:16px;color:var(--font-color);text-align:center}.compare-view-container .table-container table td ul,.compare-view-container .table-container table td ol{padding-left:16px;text-align:left}.compare-view-container .table-container table thead th:first-child{position:sticky;left:-1px;z-index:2}.compare-view-container .table-container table tbody th,.compare-view-container .table-container table td:first-child{position:sticky;left:-1px;background:var(--bg-color);z-index:1;text-align:left;font-weight:700;padding:16px}.compare-view-container .software-footer{padding-bottom:75px}.compare-view-container .footer-content{display:flex}.compare-view-container .footer-content sup{font-size:9px}.card-wish-container{position:relative;display:flex;justify-content:flex-start;align-items:center}.card-wish-container.wish-cursor{cursor:pointer}.card-wish-container .card-wish-open-btn-default-btn{display:none}.card-wish-container .card-wish-open-btn-default{position:absolute;left:50%;bottom:0}.card-wish-container .card-popover-wrapper{padding:0 !important}.card-wish-container .content-text{margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-wish-container .content-text:empty{margin:0}.v3-wish_popover.card-wish_popover.newDesignWishListPopover .card-wish-pop-container{width:328px}.v3-wish_popover.card-wish_popover.newDesignWishListPopover .card-wish-pop-container.MT-style-pop{width:242px}.v3-wish_popover.card-wish_popover.newDesignWishListPopover.tooltipV2 .card-heart-content{background:transparent !important;box-shadow:none}.v3-wish_popover.card-wish_popover.newDesignWishListPopover.tooltipV2 .iconfont-cardHeartPurple:before{color:#7a126b !important}@media (any-hover: hover){.v3-wish_popover.card-wish_popover.newDesignWishListPopover.tooltipV2 .card-heart-content:hover .iconfont-cardHeartPurple-empty-style.iconfont-cardHeartPurple:before{color:#d9c1d8 !important}}.v3-wish_popover.card-wish_popover.newDesignWishListPopover.tooltipV2 .tooltipV2-content{border-radius:12px;border:0px}.v3-wish_popover.card-wish_popover .card-popover__arrow-after{background:#f8f8f8 !important}.v3-wish_popover.card-wish_popover .card-popover_body{padding:0 !important}.v3-wish_popover.card-wish_popover.newDesignWishListPopover .tooltipV2-content{border-radius:12px}.v3-wish_popover.card-wish_popover.newDesignWishListPopover .tooltipV2-content .tooltipV2-contentWrapper{border-radius:12px;overflow:hidden}.v3-wish_popover.card-wish_popover .card-wish-pop-container{width:250px;padding-bottom:15px}.v3-wish_popover.card-wish_popover .card-wish-pop-container:focus{outline:-webkit-focus-ring-color auto 1px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign{color:#171717;font-family:Noto Sans;box-shadow:0 0 10px #00000029}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-header-container{border-bottom:1px solid transparent !important}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip{border-bottom:1px solid #ccc !important;margin-left:-16px !important;margin-right:-16px !important;padding:0 18px 13px 20px !important;margin-top:3px !important}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container{padding:16px 16px 18px;border-bottom:1px solid #ccc;background-color:unset}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container.saveCardWishTitle{padding-bottom:12px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-title{font: 700 16px/16px Noto Sans;letter-spacing:0px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right{color:#171717;font-size:16px;margin-bottom:-6px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right:hover{color:#171717}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right:hover{color:#171717}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right .w-icon-text{padding-bottom:6px;border-bottom:1px solid transparent}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right .w-icon-text:hover{border-bottom:1px solid #e1251b}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right .w-icon-newDesign{display:flex;padding-bottom:6px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container{padding-left:16px;padding-right:16px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container{height:auto;min-height:48px;margin-left:0;margin-right:0;margin-top:0;padding-top:16px;padding-bottom:4px;border-bottom:1px solid transparent}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg{padding-top:4px;font-size:12px;font-family:Noto Sans;color:#871c23}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg .icon-notice,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice{visibility:hidden;width:11px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content{border:2px solid #871c23;background:unset}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label{color:#871c23}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input{color:#871c23;border:0px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn{color:#171717;background:#e4e4e4 0% 0% no-repeat padding-box}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#e4e4e4 0% 0% no-repeat padding-box}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#ccc 0% 0% no-repeat padding-box}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content{border:1px solid #294e95;align-items:center;background:#fff 0% 0% no-repeat padding-box;border:2px solid #aba8b1;border-radius:12px;justify-content:space-between;height:auto}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-input-label,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-input-label{font-size:16px;color:#4e444e;left:16px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input{color:#4e444e;border:0px;padding-left:16px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn{margin:2px 2px 2px 0;height:auto;max-height:56px;font-size:16px;font-family:Noto Sans;letter-spacing:-.16px;background:#e4e4e4 0% 0% no-repeat padding-box;border-radius:100px;color:#171717;width:auto;min-width:74px;max-width:120px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:9px 12px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#e4e4e4 0% 0% no-repeat padding-box}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#ccc 0% 0% no-repeat padding-box}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip{font-size:12px;line-height:14px;letter-spacing:-.12px;font-family:Noto Sans;color:#871c23;display:flex;margin-top:4px;margin-left:0;margin-right:0;border-bottom:0px solid #ccc;padding-left:4px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip .icon-notice,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip .icon-notice{width:16px;height:16px;font-size:16px;margin-top:-1px;margin-right:8px;display:inline-block;background:unset !important;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);-webkit-transform:rotate(-180deg)}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before{background:unset;color:#871c23}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-name{font-size:16px;font-family:Noto Sans;letter-spacing:0px;color:#171717}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-count{margin-top:4px;font-size:12px;line-height:unset !important;font-family:Noto Sans;letter-spacing:0px;color:#6d656f}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-sharedby{font-size:12px;color:#6d656f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Noto Sans}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul{padding:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li{border-bottom:0px solid #ccc}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.no-bottom,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.no-bottom{border-bottom:1px solid transparent}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item{border-bottom:1px solid #ccc}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:hover{border-bottom:1px solid #ccc;background:unset !important}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover{border-bottom:1px solid #ccc}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container{align-items:flex-start;min-height:62px;height:unset;padding-top:16px;padding-left:4px;padding-bottom:10px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-left .cd-p-name,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-left .cd-p-name{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .card-heart-content,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .card-heart-content{justify-content:end;align-items:start}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view{color:#171717;line-height:28px;border-bottom:2px solid #aba8b1;text-decoration:none;margin-right:4px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover{border-bottom:2px solid #aba8b1;text-decoration:none}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover{text-decoration:none;border-bottom-color:#e1251b}}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container:hover{background:#f5f5f5;border-bottom:1px solid transparent}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip{font-size:12px;line-height:14px;font-family:Noto Sans;color:#871c23;margin-top:4px;margin-bottom:4px;padding-bottom:0;padding-top:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice{margin-right:8px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before{background:unset;color:#871c23}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:hover{background:unset !important}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child{border-bottom:1px solid transparent}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child:hover{border-bottom:1px solid #ccc !important}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child.haveNotice .cd-wh-max-tip,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child.haveNotice .cd-wh-max-tip{margin-bottom:0}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child.haveNotice:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child.haveNotice:hover{border-bottom:1px solid transparent !important}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child{border-top:0px solid transparent}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child .cd-wh-item-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child .cd-wh-item-container{padding-top:12px}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child:hover{border-top:0px solid transparent}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child:hover{border-top:0px solid transparent}}.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .empty-style,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .empty-style{cursor:pointer}@media (any-hover: hover){.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover{text-decoration:underline}}.v3-wish_popover.card-wish_popover .card-wish-pop-container .icon-notice{vertical-align:bottom;background:url(//p2-ofp.static.pub/fes/cms/2022/12/06/86wkf321fqst77e1t5ymnd7ole57sa760614.svg);width:30px !important;height:14px !important;background-size:cover;display:inline-block;margin-top:-1px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container{display:flex;justify-content:space-between;align-items:center;background-color:#f8f8f8;padding:0 10px;min-height:50px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-title{font-size:16px;font-weight:700;white-space:normal;flex:unset !important}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right{display:flex;align-items:center;cursor:pointer;white-space:normal;flex:unset !important}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right:hover{color:#294e95}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right .wish-add-list-btn{vertical-align:text-bottom;margin-left:8px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right .wish-collapse-list-btn{display:none;vertical-align:text-bottom;margin-left:8px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right.create-expand .wish-collapse-list-btn{display:inline-block}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right.create-expand .wish-add-list-btn{display:none}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container{padding:0 3px;max-height:215px;min-height:62px;overflow:auto}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container{padding:10px 0;margin:0 9px;border-bottom:1px solid #ccc;height:auto;display:none}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content{height:48px;border-radius:3px;display:flex;justify-content:space-around;position:relative}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-input-label,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-input-label{position:absolute;left:7px;top:15px;color:#545454;transition:.5s}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input{width:65%;height:100%;padding:15px 10px 0;font-size:16px;border:1px solid #294e95;border-radius:3px 0 0 3px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input:focus-visible,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input:focus-visible{outline:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn{width:35%;height:100%;background:#294e95;color:#fff;font-size:14px;cursor:pointer;border-radius:0 3px 3px 0}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#305aa9}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .error-msg,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .error-msg{display:none;color:#b8322e;font-weight:700;font-size:12px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content{color:#b8322e}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input{color:#b8322e;font-weight:700;border:1px solid #b8322e}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn{background:#bc423e}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#d6504c}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .error-msg,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg{display:flex;padding-left:5px;padding-top:5px;font-size:12px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .error-msg .icon-notice,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice{width:30px;height:14px;margin-top:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-max-tip,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-max-tip{padding:10px 0;margin:0 9px;border-bottom:1px solid #ccc;height:auto;color:#b8322e;font-weight:700;font-size:12px;line-height:12px;display:none;justify-content:flex-start;align-items:flex-start;text-wrap:wrap}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul{padding:0 9px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul .list-empty-msg,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul .list-empty-msg{margin-top:30px;font-size:12px;color:#555}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li{width:100%;border-bottom:1px solid #ccc;margin-left:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.no-bottom,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.no-bottom{border-bottom:1px solid transparent}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item{display:flex;flex-direction:column;justify-content:center}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container{display:flex;justify-content:space-between;align-items:center;padding:0 2px;height:62px;cursor:pointer}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip{display:flex;border-bottom:0;padding-top:0;margin:0}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice{width:38px;height:18px;margin-right:3px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item:hover{background:#f8f8f8}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item:first-child,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item:first-child{border-top:1px solid transparent}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item:first-child:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item:first-child:hover{border-top:1px solid #ccc}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-left{display:flex;flex-direction:column;cursor:pointer;width:80%}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-count{font-size:12px;color:#555}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-sharedby{font-size:12px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-right,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-right{width:20%;height:100%;display:flex;align-items:center;justify-content:flex-end}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-right .empty-style,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-right .empty-style{cursor:pointer;width:100%;height:100%}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-right:empty,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-right:empty{height:100%}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-right .cd-wh-item-view{color:#294e95;font-weight:700;white-space:nowrap}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover{text-decoration:underline}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container::-webkit-scrollbar,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container::-webkit-scrollbar{width:3px;height:3px}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container ::-webkit-scrollbar-track,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container ::-webkit-scrollbar-track{background-color:#f1f1f1}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container::-webkit-scrollbar-thumb,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container::-webkit-scrollbar-thumb{border-radius:3px;background-color:#bbb}.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-list-container::-webkit-scrollbar-track-piece,.v3-wish_popover.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container::-webkit-scrollbar-track-piece{background-color:#f1f1f1}.v3-wish_popover.card-wish_popover.card-new-wish-popover{color:#171717}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-popover_body{box-shadow:0 2px 4px #1e001380}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-popover__arrow-before,.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-popover__arrow-after{transform:none;top:0;background:#fff !important}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container{width:350px}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-header-container{background-color:#fff}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-header-container .cd-wh-title{line-height:24px;font-weight:400}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right{font-weight:700;line-height:14px;font-size:12px}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-header-container .cd-wh-header-right .w-icon{margin-left:3px}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name{font-weight:700;line-height:24px}.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-right,.v3-wish_popover.card-wish_popover.card-new-wish-popover .card-wish-pop-container .cd-wh-list-container ul .list-empty-msg{color:#6d656f}.card-heart-content{width:32px;height:32px;border-radius:50%;box-shadow:0 2px 4px #00000029;display:flex;justify-content:center;align-items:center;background:#fff}.card-heart-content.no-shadow{box-shadow:unset}.card-heart-content:hover{background:#f8f8f8}.card-heart-content .card-heart-icon{width:26px;height:26px;font-size:26px;cursor:pointer;background:unset !important}.card-heart-content .card-heart-icon.selected{background:unset !important}.card-wish-container.card-new-wish{width:100%;height:100%;background-color:#f5f5f5;justify-content:center;border-radius:6px 6px 0 0}.card-wish-container.card-new-wish:hover,.card-wish-container.card-new-wish.card-wish-hover{background-color:#fff}.card-wish-container.card-new-wish:hover .card-heart-content,.card-wish-container.card-new-wish.card-wish-hover .card-heart-content{background-color:#fff;border-bottom:4px solid #e12514}.card-wish-container.card-new-wish .card-heart-content{background-color:#f5f5f5;width:27px;height:100%;border-radius:0;box-shadow:none;border-bottom:4px solid transparent}.card-wish-container.card-new-wish .card-heart-content .card-heart-icon{width:27px;height:27px;background-size:135%;background-position:center}.card-wish-container.card-new-wish.black-gaming{background-color:#000;color:#fff}.card-wish-container.card-new-wish.black-gaming:hover{background-color:#fff;color:#000}.card-wish-container.card-new-wish.black-gaming:hover .card-heart-content{background-color:#fff}.card-wish-container.card-new-wish.black-gaming:hover .card-heart-content .card-heart-icon{background:unset !important}.card-wish-container.card-new-wish.black-gaming .card-heart-content{background-color:#000}.card-wish-container.card-new-wish.black-gaming .card-heart-content .card-heart-icon,.card-wish-container.card-new-wish.black-gaming .card-heart-content .card-heart-icon.selected{background:unset !important}@keyframes bouncing-loader-wish-list{to{opacity:.1;transform:translate3d(0,-13px,0)}}.card-wish_popover .tooltipV2-content .cd-wh-list-container .bouncing-loader{display:flex;justify-content:center;align-items:center;font-weight:400;border-radius:100px;padding:12px 4px;min-height:62px;font-size:inherit;font-family:inherit;background:inherit}.card-wish_popover .tooltipV2-content .cd-wh-list-container .bouncing-loader>div{width:3px;height:3px;margin:.5rem .2rem -.5rem;background:#000;border-radius:50%;animation:bouncing-loader-wish-list .6s infinite alternate}.card-wish_popover .tooltipV2-content .cd-wh-list-container .bouncing-loader>div:nth-child(2){animation-delay:.2s}.card-wish_popover .tooltipV2-content .cd-wh-list-container .bouncing-loader>div:nth-child(3){animation-delay:.4s}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .card-heart-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .card-heart-content{background:transparent !important;box-shadow:none}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .iconfont-cardHeartPurple:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .iconfont-cardHeartPurple:before{color:#d9c1d8 !important}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .card-heart-content:hover .iconfont-cardHeartPurple-empty-style.iconfont-cardHeartPurple:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .card-heart-content:hover .iconfont-cardHeartPurple-empty-style.iconfont-cardHeartPurple:before{color:#7a126b !important}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .tooltipV2-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .tooltipV2-content{border-radius:12px;border:0px}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .tooltipV2-content>i:after,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .tooltipV2-content>i:after{background-color:#202020 !important;outline:1px solid #202020}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover.tooltipV2 .tooltipV2-content .tooltipV2-contentWrapper,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover.tooltipV2 .tooltipV2-content .tooltipV2-contentWrapper{border-radius:12px;overflow:hidden}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign{color:#fff;background:#202020 0% 0% no-repeat padding-box;box-shadow:0 8px 10px #00000024,0 3px 14px #0000001f,0 5px 5px #0003 !important;padding-bottom:16px}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-header-container,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-header-container{border-bottom:1px solid transparent !important}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip{border-bottom:1px solid #535353 !important;margin-left:-16px !important;margin-right:-16px !important;padding:0 16px 13px 20px !important;margin-top:3px !important}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container{background:#202020 0% 0% no-repeat padding-box;border-bottom:1px solid #535353}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right:hover{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right.MT-style,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-header-container .cd-wh-header-right.MT-style{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container{border-bottom:0px solid #6d656f}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg{font-size:12px;font-family:Noto Sans;color:#ffb9a2}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg .icon-notice,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .error-msg .icon-notice,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice{visibility:hidden;width:11px}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content{border:2px solid #ffb9a2;background:#2a2a2a 0% 0% no-repeat padding-box}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label{color:#ffb9a2}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input{border:0px;color:#ffb9a2;caret-color:#ffb9a2;background:#2a2a2a 0% 0% no-repeat padding-box}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn{background:#3b3b3b 0% 0% no-repeat padding-box;color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#3b3b3b 0% 0% no-repeat padding-box}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#535353 0% 0% no-repeat padding-box}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content{align-items:center;background:#171717 0% 0% no-repeat padding-box;border:2px solid #6d656f;border-radius:12px;overflow:hidden}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-input-label{color:#fff;left:16px}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input{border:0px;caret-color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn{margin:2px 2px 2px 0;height:calc(100% - 4px);font-size:16px;font-family:Noto Sans;letter-spacing:-.16px;background:#3b3b3b 0% 0% no-repeat padding-box;border-radius:100px;color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#3b3b3b 0% 0% no-repeat padding-box}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#535353 0% 0% no-repeat padding-box}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip{font-size:12px;line-height:14px;font-family:Noto Sans;color:#ffb9a2;border-bottom:0px solid #6d656f}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before{background:unset;color:#ffb9a2}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-name,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-name{font-size:16px;font-family:Noto Sans;letter-spacing:0px;color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-count,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-count{font-size:12px;line-height:24px;font-family:Noto Sans;letter-spacing:0px;color:#aba8b1}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-sharedby,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-left .cd-p-sharedby{font-size:12px;color:#aba8b1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li{border-bottom:0px solid #ccc}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.no-bottom,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.no-bottom,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.no-bottom,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.no-bottom{border-bottom:1px solid transparent}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item{border-bottom:1px solid #535353}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item.haveNotice .cd-wh-item-container:hover{border-bottom:1px solid #6d656f}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view{color:#fff;border-bottom:2px solid #6d656f;text-decoration:none}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover{border-bottom:2px solid #6d656f;text-decoration:none}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view:hover{border-bottom-color:#e1251b;text-decoration:none}}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-item-container:hover{background:#3b3b3b;border-bottom:1px solid transparent}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip{font-size:12px;line-height:14px;font-family:Noto Sans;color:#ffb9a2}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice{margin-right:8px}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .cd-wh-max-tip .icon-notice.iconfont-icon-notice.iconfont-tooltipIcon:before{background:unset;color:#ffb9a2}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:hover{background:unset}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child{border-bottom:1px solid transparent}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child:hover{border-bottom:1px solid #6d656f !important}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child.haveNotice:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child.haveNotice:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:last-child.haveNotice:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:last-child.haveNotice:hover{border-bottom:1px solid transparent !important}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child{border-top:0px solid transparent}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item:first-child:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item:first-child:hover{border-top:0px solid transparent}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .empty-style,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .empty-style,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .empty-style,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .empty-style{cursor:pointer}@media (any-hover: hover){body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover,body.gaming-theme-black div.card-wish_popover.style-auto-gaming.new-black-gaming.newDesignWishListPopover .card-wish-pop-container.newDesign .cd-wh-create-new-container ul li.cd-wh-item .item-right .cd-wh-item-view:hover{text-decoration:underline}}body.gaming-theme-black div.card-wish_popover:not(.no-gaming){background:initial}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover__arrow-after{background:#333f48 !important}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper{border:0;background:#2b333a}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-header-container,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-header-container{background:#333f48;color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-header-container .cd-wh-header-right,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-header-container .cd-wh-header-right{color:#fffc}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-header-container .cd-wh-header-right.MT-style,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-header-container .cd-wh-header-right.MT-style{color:#0ff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-header-container .cd-wh-header-right:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-header-container .cd-wh-header-right:hover{color:#0ff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container .cd-wh-create-content .cd-input-label,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container .cd-wh-create-content .cd-input-label{color:#ccc}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container .cd-wh-create-content .cd-wh-create-input{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul .list-empty-msg,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul .list-empty-msg{color:#ccc}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul li.cd-wh-item:hover,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item:hover{background:#36444c}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-count,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-name,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .item-left .cd-p-sharedby{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .card-popover_body .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view,body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .item-right .cd-wh-item-view{color:#0ff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming).tooltipV2 .tooltipV2-content>i:after{background-color:#333f48 !important}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .bouncing-loader{color:#fff}body.gaming-theme-black div.card-wish_popover:not(.no-gaming) .bouncing-loader>div{background:#fff}body.gaming-theme-black .card-wish_popover.no-gaming{color:#000}body.gaming-theme-black .card-wish_popover.no-gaming .card-popover_body{background:#fff}body.gaming-theme-black .card-wish_popover.no-gaming .card-popover__arrow-after{background:#f8f8f8}body.gaming-theme-black .card-wish_popover.no-gaming.tooltipV2 .tooltipV2-content>i:after{background-color:#fff !important}body.gaming-theme-black .card-heart-content:not(.no-gaming){background:#333f48 0% 0% no-repeat padding-box;box-shadow:0 2px 4px #00000080}body.gaming-theme-black .card-heart-content:not(.no-gaming).MT-style{background:#4a5863}body.gaming-theme-black .card-heart-content:not(.no-gaming):hover{background:#4a5863}body.gaming-theme-black .card-heart-content:not(.no-gaming) .card-heart-icon .iconfont-cardHeartPurple:before,body.gaming-theme-black .card-heart-content:not(.no-gaming) .card-heart-icon.iconfont-cardHeartPurple:before{color:#0ff;font-size:26px}body.gaming-theme-black .card-heart-content:not(.no-gaming) .card-heart-icon .iconfont-cardHeart:before,body.gaming-theme-black .card-heart-content:not(.no-gaming) .card-heart-icon.iconfont-cardHeart:before{color:#fff;font-size:26px}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-heart-content{background:unset !important;box-shadow:none}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-heart-content .card-heart-icon .iconfont-cardHeartPurple:before,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-heart-content .card-heart-icon.iconfont-cardHeartPurple:before{color:#fff}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper{background:#202020;border-radius:10px}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-header-container{background-color:#202020;border-bottom:1px solid #535353;border-radius:10px 10px 0 0}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-header-container .cd-wh-header-right.MT-style{color:#fff}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-left .cd-p-count,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item .cd-wh-item-container .item-left .cd-p-sharedby{color:#aba8b1}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item:hover{background:#202020 !important}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-contentWrapper .cd-wh-list-container ul li.cd-wh-item:first-child:hover{border-top:unset !important}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-content{box-shadow:0 8px 10px #00000024,0 3px 14px #0000001f,0 5px 5px #0003;background-color:#202020;border:unset;border-radius:10px}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .tooltipV2-content>i:after{background-color:#202020 !important;outline:unset}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container{border-bottom:1px solid #535353}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input{border:1px solid #3b3b3b}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn{background:#3b3b3b}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container .error-msg,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container .error-msg{color:#f26a52}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content{color:#b8322e}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-input{color:#b8322e;font-weight:700;border:1px solid #f26a52;background:#faeceb}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-wh-create-list-btn:hover{background:#b8252e}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .cd-wh-create-content .cd-input-label{color:#171717}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .error-msg,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg{display:flex;padding-left:5px;padding-top:5px;font-size:12px}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-create-container.err-style .error-msg .icon-notice,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice{width:30px;height:14px;margin-top:0}body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .card-wish-pop-container .cd-wh-list-container .cd-wh-max-tip,body.gaming-theme-black .card-wish_popover.style-auto-gaming.new-black-gaming.tooltipV2 .cd-wh-create-new-container .cd-wh-max-tip{color:#f26a52;border-bottom:1px solid #535353}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:0 !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;clip-path:inset(50%) !important;border:0 !important;white-space:nowrap !important;top:0 !important;left:0 !important}.commonHeader .top_masthead .header_right .utility_nav_item[data-utilitytype="6"] .card-heart-content .card-wish-btn{font-size:20px}.wishlist-btn-wrapper .modal-mask-layout.card-wish_popover{position:fixed;right:auto;top:0}.wishlist-btn-wrapper .modal-mask-layout.card-wish_popover .modal-dialog-body{width:100% !important;max-width:100%}.recommendation-products-popup__product-list .modal-mask-layout.card-wish_popover .modal-dialog-body{max-height:100%}.modal-mask-layout.card-wish_popover{padding:0;align-items:end}.modal-mask-layout.card-wish_popover .modal-dialog-body{width:100% !important;max-width:100%;max-height:calc(100vh - 24px);border-radius:12px 12px 0 0}.modal-mask-layout.card-wish_popover .modal-dialog-body .modal-dialog-content{overflow-y:auto}.modal-mask-layout.card-wish_popover .modal-dialog-body .header{padding:0;width:100%;min-height:auto}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .title{width:100%;display:block}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .title .cd-wh-header-container{width:100%;height:60px;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.1) !important;background-color:unset}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .title .cd-wh-header-container .cd-wh-title{font-size:24px;font-weight:700;font-family:Montserrat}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .close{right:14px;width:24px;height:24px;top:18px}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .close:before{height:24px;top:0;left:10px}.modal-mask-layout.card-wish_popover .modal-dialog-body .header .close:after{height:24px;top:0;left:10px}.modal-mask-layout.card-wish_popover .card-wish-pop-container.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip{border-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:4px !important;margin-top:0 !important;padding-bottom:4px !important;width:100%}.modal-mask-layout.card-wish_popover .card-wish-pop-container.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip .icon-notice{margin-top:0}.modal-mask-layout.card-wish_popover .card-wish-pop-container.noticeMax-list .cd-wh-create-new-container{padding-bottom:0;max-height:initial;overflow:initial}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container{padding:0;max-height:initial;text-align:left}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container .card-heart-content{background:transparent !important;box-shadow:none}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-max-tip{padding-left:0}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-max-tip .icon-notice{vertical-align:bottom;width:16px !important;height:16px !important;display:inline-block;transform:none;margin-top:0}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container .cd-wh-tip-text{width:calc(100% - 24px);font-weight:400;line-height:17px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item:first-child{border-top:1px solid #ccc !important}.modal-mask-layout.card-wish_popover .card-wish-pop-container .card-heart-content .card-heart-icon{width:24px}.modal-mask-layout.card-wish_popover .card-wish-pop-container ul li.cd-wh-item .cd-wh-item-container{padding-bottom:11px !important;padding-left:0 !important}.modal-mask-layout.card-wish_popover .card-wish-pop-container ul li.cd-wh-item .cd-wh-item-container .item-right .cd-wh-item-view{margin-right:0 !important}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container{min-height:auto;padding-bottom:8px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list{display:flex;justify-content:space-between;margin-top:24px;font-family:Noto Sans;line-height:1}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-create-new-my-list{font-size:18px;font-weight:700;color:#171717;text-decoration:underline}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right{color:#171717;font-size:16px;align-items:center}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right .wish-add-list-btn{margin-left:8px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right .w-icon-newDesign{display:flex}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right .wish-collapse-list-btn{display:none;margin-left:8px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right.create-expand .wish-collapse-list-btn{display:inline-block}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right.create-expand .wish-add-list-btn{display:none}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container{padding-bottom:0}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content{height:48px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container .cd-wh-create-content .cd-wh-create-list-btn{margin:4px 4px 4px 0}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg{padding-left:0;text-align:left}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice{width:16px !important;height:16px !important;visibility:initial !important;margin-right:4px;background:0;font-size:16px}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice:before{background:unset;color:#871c23}.modal-mask-layout.card-wish_popover .card-wish-pop-container .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg p{width:calc(100% - 20px);font-weight:400;line-height:17px}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming){background-color:#171717cc}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .card-heart-icon.iconfont-cardHeartPurple:before{color:#d9c1d8}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .modal-dialog-body .header .close:before,body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .modal-dialog-body .header .close:after{background-color:#fff}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-header-container{border-radius:12px 12px 0 0}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-new-container .cd-wh-create-new-create-list{color:#fff}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-create-new-my-list{color:#fff}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-new-container .cd-wh-create-new-create-list .cd-wh-header-right{color:#fff}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg .icon-notice:before{color:#ffb9a2}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-new-container .cd-wh-create-container.err-style .error-msg p{width:calc(100% - 20px);font-weight:400}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .card-wish-pop-container .cd-wh-list-container ul li.cd-wh-item:first-child{border-top:1px solid #535353 !important}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming) .cd-wh-create-container .cd-wh-create-content .cd-wh-create-input{color:#fff}body.gaming-theme-black div.modal-mask-layout.card-wish_popover:not(.no-gaming).newDesignWishListPopover .card-wish-pop-container.newDesign.noticeMax-list .cd-wh-list-container>.cd-wh-max-tip{border-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:4px !important;margin-top:0 !important;padding-bottom:4px !important}.modal-mask-layout{position:fixed;z-index:999999 !important;top:0;left:0;width:100%;height:100%;background-color:#171717cc;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease;padding:0 16px}.modal-mask-layout .modal-dialog-body{display:flex;flex-direction:column;min-width:300px;max-width:80%;height:auto;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000054;z-index:10000;transition:all .3s ease}.modal-mask-layout .modal-dialog-body .header{padding:16px;display:flex;flex-direction:row;justify-content:space-between;min-height:60px;position:relative}.modal-mask-layout .modal-dialog-body .header.cusHead{min-height:0px;padding:0}.modal-mask-layout .modal-dialog-body .header .title{align-items:center;display:flex}.modal-mask-layout .modal-dialog-body .header .close{display:block;position:relative;cursor:pointer;height:16px;width:16px;top:20px;right:16px;position:absolute;z-index:9999}.modal-mask-layout .modal-dialog-body .header .close:before,.modal-mask-layout .modal-dialog-body .header .close:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.modal-mask-layout .modal-dialog-body .header .close:before{transform:rotate(45deg)}.modal-mask-layout .modal-dialog-body .header .close:after{transform:rotate(-45deg)}.modal-mask-layout .modal-dialog-body .modal-dialog-content{padding:16px;height:auto;overscroll-behavior:contain}.modal-mask-layout .modal-dialog-body .footer{width:100%;display:flex;justify-content:flex-end}.modal-mask-layout .modal-dialog-body .footer .align-right{width:50% !important}.modal-mask-layout .modal-dialog-body .footer .footer-button-container{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:13px;padding:16px}.modal-mask-layout .modal-dialog-body .footer .footer-button-container .close-button-container,.modal-mask-layout .modal-dialog-body .footer .footer-button-container .confirm-button-container{flex:1;width:100%;display:table}.modal-mask-layout .modal-dialog-body .footer .footer-button-container button{min-width:120px;width:100%;min-height:48px;padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:100px;text-transform:capitalize;white-space:nowrap;cursor:pointer}.modal-mask-layout .modal-dialog-body .footer .footer-button-container button span{overflow:hidden}.modal-mask-layout .modal-dialog-body .footer .footer-button-container .confirm-button{background-color:#171717;color:#fff}.modal-mask-layout .modal-dialog-body .footer .footer-button-container .close-button{border:2px solid #aba8b1;background-color:#fff;color:#171717}.modal-enter-from,.modal-leave-to{opacity:0}.v3-wishlit-tip-content a{text-decoration:underline !important}.v3-wishlit-tip-action{text-decoration:underline !important;margin-left:.25em}.v3-tip-message{color:#fff;box-shadow:0 8px 32px #00000029;border-radius:8px;opacity:1;padding:12px 48px 12px 15.5px;font-family:Noto Sans;font-size:14px;font-weight:400;z-index:99999999;line-height:19px;width:max-content;text-align:left;white-space:normal}.v3-tip-message .tip-close-btn{display:block;position:absolute;cursor:pointer;height:16px;width:16px;top:12px;right:16px;padding-left:0 !important;padding-right:0 !important}.v3-tip-message .tip-close-btn:before,.v3-tip-message .tip-close-btn:after{content:"";position:absolute;top:-1px;left:8px;height:18px;width:2px;background-color:#fff}.v3-tip-message .tip-close-btn:before{transform:rotate(45deg)}.v3-tip-message .tip-close-btn:after{transform:rotate(-45deg)}.v3-tip-message.mobile{width:calc(100% - 32px);z-index:999998;min-width:initial !important;max-width:initial !important;text-align:left;white-space:normal}.gaming-theme-black .style-auto-gaming.v3-tip-message{background:#fff 0% 0% no-repeat padding-box !important;box-shadow:0 8px 32px #00000029 !important;color:#171717 !important}.gaming-theme-black .style-auto-gaming.v3-tip-message .tip-close-btn:before,.gaming-theme-black .style-auto-gaming.v3-tip-message .tip-close-btn:after{background-color:#171717 !important}.optional-card-container[data-v-645e66a7]{min-width:300px;max-width:450px;width:calc(25% - 12px);display:flex;flex-direction:column;padding:24px;border-radius:12px;background:#fff}.optional-card-container .optional-card-topbar[data-v-645e66a7]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.optional-card-container .optional-card-topbar .optional-card-merchtag[data-v-645e66a7]{color:#7a126b;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.16px;text-transform:uppercase}.optional-card-container .optional-card-topbar .optional-card-wish[data-v-645e66a7],.optional-card-container .optional-card-topbar .optional-card-wish[data-v-645e66a7] .card-heart-content{width:24px;height:24px}.optional-card-container .optional-card-topbar .optional-card-wish[data-v-645e66a7] .card-heart-content .card-heart-icon{width:24px;height:24px;display:flex;align-items:center}.optional-card-container .optional-card-pname[data-v-645e66a7]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px;cursor:pointer}.optional-card-container .optional-card-rating[data-v-645e66a7]{width:100%;height:24px;margin-bottom:16px}.optional-card-container .optional-card-image[data-v-645e66a7]{width:100%;height:195px;position:relative;margin-bottom:16px}.optional-card-container .optional-card-image .optional-card-image-inner[data-v-645e66a7]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.optional-card-container .optional-card-image .optional-card-image-inner img[data-v-645e66a7]{max-width:100%;max-height:100%;object-fit:contain}.optional-card-container .optional-card-image .optional-card-image-status[data-v-645e66a7]{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:48px;border-radius:100px;background:#171717;opacity:.8;color:#fff;font-family:Noto Sans;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;overflow:hidden}.optional-card-container .optional-card-switches[data-v-645e66a7]{width:100%;height:40px;margin-bottom:16px}.optional-card-container .optional-card-switches .optional-card-switches-inner[data-v-645e66a7]{display:inline-flex;height:100%;padding:4px;border-radius:100px;background:#e4e4e4;gap:4px;align-self:flex-start}.optional-card-container .optional-card-switches .optional-card-switches-inner .optional-card-switches-item[data-v-645e66a7]{min-width:0;padding:0 16px;border-radius:999px;background:transparent;color:#171717;font-family:Noto Sans;text-align:center;cursor:pointer;font-size:12px;font-weight:400;line-height:32px;letter-spacing:-.16px}.optional-card-container .optional-card-switches .optional-card-switches-inner .optional-card-switches-item.active[data-v-645e66a7]{background:#fff}.optional-card-container .optional-card-price[data-v-645e66a7]{width:100%;margin-bottom:16px;display:flex;flex-direction:column;justify-content:flex-end}.optional-card-container .optional-card-price .optional-card-price-desc[data-v-645e66a7]{color:#4e444e;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px;text-transform:uppercase;margin-bottom:4px}.optional-card-container .optional-card-price .optional-card-price-est[data-v-645e66a7]{display:flex;gap:4px;margin-bottom:6px;color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.optional-card-container .optional-card-price .optional-card-price-est .est-value[data-v-645e66a7]{text-decoration:line-through}.optional-card-container .optional-card-price .optional-card-price-amount[data-v-645e66a7]{line-height:28px;display:flex;align-items:center;gap:10px}.optional-card-container .optional-card-price .optional-card-price-amount .amount-value[data-v-645e66a7]{color:#171717;font-size:20px;font-family:Montserrat;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px}.optional-card-container .optional-card-price .optional-card-price-amount .amount-suffix[data-v-645e66a7]{color:#6d656f;font-size:16px;font-family:Noto Sans;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.optional-card-container .optional-card-price .optional-card-price-amount .amount-discount[data-v-645e66a7]{background:#285d50;padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-family:Noto Sans;font-style:normal;font-weight:700;line-height:14px;letter-spacing:-.12px}.optional-card-container .optional-card-price .optional-card-freetrial[data-v-645e66a7]{color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.14px}.optional-card-container .optional-card-cta[data-v-645e66a7]{width:100%;height:48px;display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.optional-card-container .optional-card-cta .optional-card-btn[data-v-645e66a7]{height:100%;border-radius:100px;flex:1 1 0;cursor:pointer;font-size:16px;font-family:Noto Sans;font-weight:400;line-height:100%;letter-spacing:-.16px}.optional-card-container .optional-card-cta .optional-card-btn.primary[data-v-645e66a7]{background:#171717;color:#fff}.optional-card-container .optional-card-cta .optional-card-btn.secondary[data-v-645e66a7]{background:#fff;color:#171717;border:2px solid #aba8b1}.optional-card-container .optional-card-delivery[data-v-645e66a7]{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.14px}@media screen and (max-width: 1279px){.optional-card-container[data-v-645e66a7]{width:calc(50% - 8px)}.optional-card-container .optional-card-price .optional-card-price-amount .amount-discount[data-v-645e66a7]{color:#285d50;background:transparent;font-size:16px;line-height:24px}}@media screen and (max-width: 680px){.optional-card-container[data-v-645e66a7]{width:100%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.hero-media-popup .popup-win-container{padding:0;display:flex;justify-content:center;align-items:flex-end;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:200001}.hero-media-popup .popup-win-content iframe{width:calc(100vw - 70px);height:calc(100vh - 50px);border-width:0}.hero-media-popup .close:after{background:#fff !important}.hero-media-popup .close:before{background:#fff !important}.gallery-container{position:sticky;top:0;flex:0 0 calc((100% - 16px)/2);width:calc((100% - 16px)/2)}.gallery-container .gallery-bottom{display:flex;justify-content:center;align-items:center;margin-top:40px;margin-left:12px;margin-right:12px}.gallery-container .gallery-canvas .canvas-item{height:584px}@media screen and (min-width: 1920px){.gallery-container .gallery-canvas .canvas-item{height:704px}}.gallery-container .gallery-canvas .canvas-item{display:flex;justify-content:center;align-items:flex-start}.gallery-container .gallery-canvas img{transition:transform .1s linear}.gallery-container .gallery-canvas .image-zoom{overflow:hidden;display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%}.gallery-container .gallery-canvas .image-zoom.image-zoom__hq{position:relative}.gallery-container .gallery-canvas .image-zoom.image-zoom__hq .top-right-expand{z-index:1;cursor:pointer;position:absolute;top:16px;right:16px;height:48px;width:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#171717;background:rgba(255,255,255,.9);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:16px}.gallery-container .gallery-canvas .video-thumbnail{width:100%;height:330px}.gallery-container .gallery-canvas .video-thumbnail .popup-video{scale:2}.gallery-container .gallery-canvas .size{font-size:14rem}.gallery-container .gallery-swiper-button-prev{margin-right:8px}.gallery-container .gallery-swiper-button-prev:after{content:"prev"}.gallery-container .gallery-swiper-button-next{margin-left:8px}.gallery-container .gallery-swiper-button-next:after{content:"next"}.gallery-container .gallery-swiper-button-prev,.gallery-container .gallery-swiper-button-next{z-index:10;cursor:pointer;transition:background-color .2s ease;border-radius:4px}.gallery-container .gallery-swiper-button-prev:hover,.gallery-container .gallery-swiper-button-next:hover{background-color:#e3e3e3;color:var(--font-color)}.gallery-container .gallery-swiper-button-prev:after,.gallery-container .gallery-swiper-button-next:after{font-family:swiper-icons;color:#4e444e;font-weight:700;text-align:center;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.gallery-container .swiper{height:60px;margin:0}.gallery-container .swiper .swiper-slide{cursor:pointer;transition:background-color .3s ease;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:4px;opacity:.5;display:flex;justify-content:center;align-items:center}.gallery-container .swiper .swiper-slide .gallery-video{display:flex;align-items:center}.gallery-container .swiper .swiper-slide.fixed_60_width{width:60px !important}.gallery-container .swiper .swiper-slide.active{border-color:#8c8790}.gallery-container .swiper .swiper-slide.active,.gallery-container .swiper .swiper-slide:hover{background:var(--bg-color);opacity:1}.gallery-container .swiper .swiper-slide:focus-visible{outline:0;border-color:#8c8790;background:var(--bg-color);opacity:1}.gallery-container .swiper .swiper-slide img{object-fit:cover}.gallery-container .swiper .swiper-slide .video-icon{width:40px;height:40px}.gallery-container .swiper .swiper-slide .iconfont-playVideo{font-size:40px}.gallery-container .media-buttons{display:flex;gap:12px;margin-left:16px}.gallery-container .media-buttons button{width:56px;height:56px;display:flex;justify-content:center;align-items:center}.gallery-container .media-buttons button .three-d-icon{width:44px;height:24px}.gallery-container .media-buttons button .ar-icon{width:40px;height:40px}.gallery-container .media-buttons button .video-icon,.gallery-container .media-buttons button .three-d-icon,.gallery-container .media-buttons button .ar-icon{transition:color .2s ease}.gallery-container .media-buttons button:hover .video-icon,.gallery-container .media-buttons button:hover .three-d-icon,.gallery-container .media-buttons button:hover .ar-icon{color:var(--link-color)}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container{padding-bottom:48px}@media screen and (min-width: 1920px){.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-header{padding:0 208px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .close{right:248px;top:20px}}@media screen and (max-width: 1919px){.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-header{padding-left:8px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .close{top:20px;right:20px}}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-header{min-height:29px;height:auto}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content{justify-content:flex-end}@media screen and (min-width: 1920px){.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container{margin:8px 450px 50px 455px}}@media screen and (max-width: 1919px){.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container{margin:16px 130px 50px 135px}}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container{flex:1}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide{overflow:hidden;padding:0 21px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{max-height:1000px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box img{height:100%;width:auto}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide .caption{font-size:14px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .pinchable{width:944px;margin:0 auto -7px}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom{margin:0 auto;width:944px;justify-content:flex-start}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail{margin:15px 16px 0 0;padding:3px;height:80px;width:calc((100% - 144px)*.1);max-width:calc((100% - 144px)*.1);min-width:calc((100% - 144px)*.1)}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail:nth-of-type(10n){margin-right:0}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.threeSixZero,.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.hero3D,.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.ar{background-color:transparent;opacity:1}.subpdp-gallery-pop-pc.media-gallery-popup.media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail svg{width:50px;height:50px}.new-gallery-ui-pc{--border-active: #171717;--border-active-hover: #ccc;--font-color:#4e444e;--bg-color: #f5f5f5;--bg-active: #fff;--text-primary: #171717}.new-gallery-ui-pc .media-buttons .iconfont-play3D{font-size:51px}.new-gallery-ui-pc .media-buttons .ar-icon-text{display:flex;align-items:center;justify-content:center;color:var(--text-primary, #171717)}.new-gallery-ui-pc .media-buttons .ar-icon-text svg{width:28px;height:26px}.new-gallery-ui-pc .media-buttons .ar-icon-text .ar-text{color:var(--text-primary, #171717);font-feature-settings:"liga" off,"clig" off;font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-small, 12px);font-style:normal;font-weight:700;line-height:var(--font-line-height-body-small, 14px);letter-spacing:var(--font-letter-spacing-body-small, -.12px)}.new-gallery-ui-pc .media-buttons button:hover{background-color:transparent}.new-gallery-ui-pc .media-buttons button:hover .ar-icon{color:inherit}.new-gallery-ui-pc .swiper .swiper-slide{display:flex;max-width:60px;height:60px;padding:4px;align-items:center;gap:10px;opacity:1;aspect-ratio:1/1;border-radius:4px;background:var(--bg-color);border:1px solid var(--bg-color)}.new-gallery-ui-pc .swiper .swiper-slide.active{border:1px solid var(--border-active)}.new-gallery-ui-pc .swiper .swiper-slide.active,.new-gallery-ui-pc .swiper .swiper-slide:hover{background:var(--bg-active)}.new-gallery-ui-pc .swiper .swiper-slide .iconfont-playVideo{font-size:32px;opacity:.8}.new-gallery-ui-pc .swiper .swiper-slide .iconfont-playVideo:before{opacity:.8}.new-gallery-ui-pc .swiper .swiper-slide:not(.active):hover{border:1px solid var(--border-active-hover)}.gallery-container.new-v3-gallery-ui{margin-top:4px;--disable-color: #ccc}.gallery-container.new-v3-gallery-ui .gallery-swiper-button-prev.is-disabled,.gallery-container.new-v3-gallery-ui .gallery-swiper-button-next.is-disabled{cursor:not-allowed;pointer-events:none}.gallery-container.new-v3-gallery-ui .gallery-swiper-button-prev.is-disabled:after,.gallery-container.new-v3-gallery-ui .gallery-swiper-button-next.is-disabled:after{color:var(--disable-color)}.gallery-container.new-v3-gallery-ui .gallery-bottom{margin:40px 44px 0 0 !important}.gallery-container.new-v3-gallery-ui .gallery-bottom .media-buttons{gap:8px !important}.gallery-container.new-v3-gallery-ui .gallery-bottom .media-buttons button{padding:4px;width:60px !important;height:60px !important}.gallery-container.new-v3-gallery-ui .canvas-item img{width:100%;height:100%}.gaming-theme-black .gallery-swiper-button-prev:after,.gaming-theme-black .gallery-swiper-button-next:after{color:var(--font-color)}.gaming-theme-black .gallery-swiper-button-prev:hover,.gaming-theme-black .gallery-swiper-button-next:hover{background-color:transparent}.gaming-theme-black .gallery-container .swiper .swiper-slide{background-color:#3b3b3b;border-color:#3b3b3b;opacity:.75}.gaming-theme-black .gallery-container .swiper .swiper-slide.active{border-color:#fff}.gaming-theme-black .gallery-container .swiper .swiper-slide:focus-visible{border-color:#fff}.gaming-theme-black .subpdp-gallery-pop-pc .swiper .swiper-slide,.gaming-theme-black .subpdp-gallery-pop-tablet .swiper .swiper-slide{background-color:transparent;border:0;opacity:1}.gaming-theme-black .gallery-container .media-buttons button:hover{background-color:#535353}.gaming-theme-black .gallery-container .media-buttons button [class^=iconfont-]:hover{color:#fff}.gaming-theme-black .gallery-container .gallery-canvas .image-zoom.image-zoom__hq .top-right-expand{background:#202020;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;color:#fff}.gaming-theme-black .new-gallery-ui-pc{--border-active: #fff;--border-active-hover: #535353;--font-color: #fff;--slide-btn-hover-color:#2a2a2a;--bg-color:#3b3b3b;--text-primary: #fff;--bg-active: #3b3b3b}.gaming-theme-black .new-gallery-ui-pc .iconfont-play3D{color:#fff}.gaming-theme-black .new-gallery-ui-pc .gallery-swiper-button-prev:after,.gaming-theme-black .new-gallery-ui-pc .gallery-swiper-button-next:after{color:var(--font-color)}.gaming-theme-black .new-gallery-ui-pc .gallery-swiper-button-prev:hover,.gaming-theme-black .new-gallery-ui-pc .gallery-swiper-button-next:hover{background-color:var(--slide-btn-hover-color)}.gaming-theme-black .new-gallery-ui-pc .swiper .swiper-slide{opacity:1}.gaming-theme-black .new-gallery-ui-pc .media-buttons button:hover{background-color:transparent}.gaming-theme-black .new-gallery-ui-pc .media-buttons button:hover .ar-icon{color:inherit}.gaming-theme-black .gallery-container.new-v3-gallery-ui{--disable-color:#6d656f}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.media-gallery-popup:not(.redesign){width:100%;height:100%;-webkit-overflow-scrolling:touch}.media-gallery-popup:not(.redesign) .popup-win-container{width:100%;height:100%;padding:16px;z-index:1000000}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-header{font-family:Montserrat;font-size:24px;font-weight:700;color:#171717}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-header div{padding-right:18px}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-header .close{width:12px;height:12px;top:24px}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-header .close:before,.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-header .close:after{height:14px;left:5px}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content ul li{margin:0;padding:0}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper-container{margin:0}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper{height:80vh}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper.small_size{height:70vh}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide{text-align:center;display:flex;flex-direction:column;justify-content:flex-end}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box{width:100%;overflow:inherit;height:90%}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box img{width:100%;object-fit:contain}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box .youtube-video{width:100%;height:100%}@media screen and (min-width: 1920px){.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box{max-height:800px}}@media screen and (min-width: 1280px) and (max-width: 1919px){.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box{max-height:668px}}@media screen and (min-width: 768px) and (max-width: 1279px){.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box{max-height:484px}}@media screen and (min-width: 360px) and (max-width: 767px){.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .img-box{max-height:376px}}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .swiper .swiper-slide .caption{margin-top:16px;font-size:12px;color:var(--dark-gray-1);line-height:17px}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .pinchable{margin-top:16px;overflow:auto}.media-gallery-popup:not(.redesign) .popup-win-container .popup-win-content .pinchable .pinch-caption{background-color:#000;color:#fff;font-weight:700;font-size:12px;padding:6px 10px;width:fit-content;border-radius:8px;float:right}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom{display:flex;flex-wrap:wrap;margin-top:16px}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail{width:48px;height:48px;border-radius:4px;display:flex;justify-content:center;align-items:center;background-color:var(--pale-gray-4);opacity:.5}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail-active,.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail:hover,.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail:focus{opacity:1;background-color:#fff;border:1px solid #8c8790}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail.small_size{width:40px;height:40px}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail img{height:100%;object-fit:contain}.media-gallery-popup:not(.redesign) .popup-win-container .swiper-pagination-custom .gallery-thumbnail .play_360{height:30px;width:30px;z-index:9999;border-radius:6px;display:flex;align-items:center;justify-content:center;position:absolute;cursor:pointer}.seperate-media-popup.seperate-video .popup-win-overlay,.seperate-media-popup.seperate-video .popup-win-container{padding:0}.seperate-media-popup.seperate-video .popup-win-container{display:flex;align-items:center;justify-content:center}.seperate-media-popup.seperate-video .popup-win-container .close{border-radius:50%;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:999999;cursor:pointer}.seperate-media-popup.seperate-video .popup-win-container .close:before,.seperate-media-popup.seperate-video .popup-win-container .close:after{background-color:#fff;top:unset;left:unset}@media screen and (orientation: landscape){.seperate-media-popup.seperate-video .popup-win-container{max-height:none}.seperate-media-popup.seperate-video .popup-win-container .v3-youtube-container{padding-top:24px !important;height:100vh}.seperate-media-popup.seperate-video .popup-win-container .close{right:12px;top:6px}}.seperate-media-popup:not(.seperate-video) .popup-win-container{padding-top:50px;font-size:0}.seperate-media-popup:not(.seperate-video) .popup-win-container .popup-win-content{height:calc(100vh - 50px)}.seperate-media-popup:not(.seperate-video) .popup-win-container .popup-win-content iframe{width:100%;height:100%}.seperate-media-popup .popup-win-container{inset:0;width:100vw;height:100%;transform:none;padding:0;z-index:100001}.seperate-media-popup .popup-win-container .popup-win-content{width:100%;height:100%;background-color:#000}.seperate-media-popup .popup-win-container .popup-win-content .v3-youtube-container{width:100vw;height:100%;padding-top:60px;font-size:0}.seperate-media-popup .popup-win-container .popup-win-content .v3-youtube-container iframe{width:100%;height:100%}.media-gallery-popup:not(.redesign).media-gallery-popup-pc{--swiper-navigation-color: "#000";--swiper-navigation-size:"20px 40px"}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container{padding:40px;height:100%;background-color:#fff !important}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-header{color:#000;font-family:Lato,Helvetica,Arial,sans-serif;word-break:break-word;line-height:29px;height:29px;flex-grow:0;flex-shrink:0;width:100%;padding-right:70px}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .close{top:47px;right:40px;height:16px;width:16px;background-color:unset !important}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .close:before,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .close:after{background-color:#000 !important}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content{height:calc(100% - 29px);position:relative;display:flex;flex-direction:column;justify-content:space-between}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:48px}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper{height:100%;padding:0 20px}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide{height:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:0 20px}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box img{width:unset;height:unset}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide iframe{border-style:unset}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-container .swiper .swiper-wrapper .swiper-slide .image-zoom-container{max-height:inherit;overflow:hidden;display:flex}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom{margin:0 70px;width:calc(100% - 140px);justify-content:flex-start}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail{margin:0 20px 20px 0;padding:4px 5px;flex:1;height:50px;width:calc((100% - 180px)*.1 - 20px);max-width:calc((100% - 180px)*.1 - 20px);min-width:calc((100% - 180px)*.1 - 20px)}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.ar svg,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.hero3D svg{width:auto !important;height:90% !important}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail:hover.ar svg,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail:hover.hero3D svg,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.gallery-thumbnail-active.ar svg,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .popup-win-container .popup-win-content .swiper-pagination-custom .gallery-thumbnail.gallery-thumbnail-active.hero3D svg{fill:var(--med-blue);color:var(--med-blue);cursor:pointer}.media-gallery-popup:not(.redesign).media-gallery-popup-pc .swiper-button-next,.media-gallery-popup:not(.redesign).media-gallery-popup-pc .swiper-button-prev{font-weight:700}body.gaming-theme-black .media-gallery-popup.redesign.media-gallery-popup-pc.auto-gaming{--media-gallery-color-bg: #171717;--media-gallery-item-bg: #3b3b3b;--media-gallery-color-text: #fff;--media-gallery-color-hover: #535353;--media-gallery-color-caption: #aba8b1;--media-gallery-color-nav: #fff;--media-gallery-color-control-bg: #3b3b3b;--media-gallery-color-control-hover-bg: #535353;--media-gallery-color-active: #e1251b;--media-gallery-color-thumbnail-bg: #3b3b3b;--media-gallery-color-close-shadow: rgba(255, 255, 255, .2);--media-gallery-scrollbar-background: #2a2a2a;--swiper-navigation-color: #fff}.media-gallery-popup.redesign.media-gallery-popup-pc{--media-gallery-color-bg: #fff;--media-gallery-item-bg: #fff;--media-gallery-color-hover: #ccc;--media-gallery-color-text: #171717;--media-gallery-color-caption: #6d656f;--media-gallery-color-nav: #000;--media-gallery-color-control-bg: #e4e4e4;--media-gallery-color-control-hover-bg: #ccc;--media-gallery-color-active: #e1251b;--media-gallery-color-thumbnail-bg: #f5f5f5;--media-gallery-color-close-shadow: rgba(0, 0, 0, .2);--media-gallery-scrollbar-background: #f5f5f5;--swiper-navigation-color: #000;--swiper-navigation-size: 20px 40px;width:100%;height:100%;-webkit-overflow-scrolling:touch}.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container{width:100%;height:100%;padding:120px 40px 40px;background-color:var(--media-gallery-color-bg);overflow:hidden}@media screen and (min-width: 1920px){.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container{padding:120px 40px 40px}}@media screen and (min-width: 1600px) and (max-width: 1919px){.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container{padding:105px 40px 40px}}@media screen and (min-width: 1400px) and (max-width: 1599px){.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container{padding:95px 40px 40px}}@media screen and (max-width: 1399px){.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container{padding:80px 48px 40px}}.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container .close{top:40px;right:40px;width:16px;height:16px;background-color:unset !important}.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container .close:before,.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container .close:after{height:18px;left:7px;background-color:var(--media-gallery-color-nav) !important}.media-gallery-popup.redesign.media-gallery-popup-pc .popup-win-container .popup-win-content{height:100%}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-layout{display:flex;justify-content:space-evenly;width:100%;min-height:0;height:100%;gap:24px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage{position:relative;display:flex;flex-direction:column;justify-content:flex-start;width:100%;min-width:696px;max-width:816px}@media screen and (min-width: 1920px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage{min-width:696px;max-width:816px}}@media screen and (min-width: 1600px) and (max-width: 1919px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage{min-width:696px;max-width:776px}}@media screen and (min-width: 1400px) and (max-width: 1599px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage{min-width:696px;max-width:736px}}@media screen and (max-width: 1399px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage{min-width:696px;max-width:696px}}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;height:724px}@media screen and (min-width: 1920px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container{height:724px}}@media screen and (min-width: 1600px) and (max-width: 1919px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container{height:684px}}@media screen and (min-width: 1400px) and (max-width: 1599px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container{height:644px}}@media screen and (max-width: 1399px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container{height:604px}}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-next,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-prev{font-weight:700;width:40px;height:40px;border-radius:100px;background:var(--media-gallery-color-control-bg);font-size:12px;display:flex !important}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-next:hover,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-prev:hover{background:var(--media-gallery-color-control-hover-bg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-next{right:0}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper-button-prev{left:0}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper{width:100%;height:100%;margin:0 56px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper{height:100%}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide{height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{display:flex;width:100%;height:100%;align-items:center;justify-content:center;overflow:inherit;margin-bottom:6px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box img{max-width:100%;max-height:100%;object-fit:contain}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box iframe,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box .youtube-video{width:100%;height:100%;border-style:unset}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box .image-zoom-container{display:flex;max-height:inherit;overflow:hidden}@media screen and (min-width: 1920px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{height:704px;width:704px}}@media screen and (min-width: 1600px) and (max-width: 1919px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{height:664px;width:664px}}@media screen and (min-width: 1400px) and (max-width: 1599px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{width:624px;height:624px}}@media screen and (max-width: 1399px){.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .img-box{width:584px;height:584px}}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .swiper .swiper-wrapper .swiper-slide .caption{color:var(--media-gallery-color-caption);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-overlay{position:absolute;z-index:20;inset:0;background-color:var(--media-gallery-color-bg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-overlay iframe{display:block;width:100%;height:100%;border:0}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-close{position:absolute;z-index:1;top:12px;right:12px;width:32px;height:32px;padding:0;border:0;border-radius:50%;background-color:var(--media-gallery-color-bg);box-shadow:0 2px 8px var(--media-gallery-color-close-shadow);cursor:pointer}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-close:before,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-close:after{position:absolute;top:8px;left:15px;width:2px;height:16px;background-color:var(--media-gallery-color-text);content:""}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-close:before{transform:rotate(45deg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .swiper-container .media-gallery-experience-close:after{transform:rotate(-45deg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .pinchable{padding-right:40px;overflow:auto}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .pinchable .pinch-caption{float:right;width:fit-content;padding:6px 10px;border-radius:8px;background-color:var(--media-gallery-color-text);color:var(--media-gallery-color-bg);font-size:12px;font-weight:700}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .media-gallery-actions{display:flex;justify-content:center;margin-top:24px;gap:32px;min-height:32px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .media-gallery-actions .media-gallery-action{width:170px;display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 16px;border:0;border-radius:100px;background-color:var(--media-gallery-color-control-bg);color:var(--media-gallery-color-text);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px;cursor:pointer;gap:4px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-stage .media-gallery-actions .media-gallery-action svg{width:24px;height:24px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel{display:flex;width:464px;flex-direction:column;flex-shrink:0;height:100%;min-height:0}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel.media-gallery-panel-disabled .media-gallery-tabs,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel.media-gallery-panel-disabled .swiper-pagination-custom{opacity:.5;pointer-events:none}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel.media-gallery-panel-disabled .media-gallery-tab,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel.media-gallery-panel-disabled .gallery-thumbnail{cursor:default}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-title-box{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-title-box .media-gallery-title{color:var(--media-gallery-color-text);font-family:Montserrat;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.96px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-title-box .media-gallery-sub-title{color:var(--media-gallery-color-text);font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-.96px;--copilot-font-size: 24px;--copilot-line-height: 32px;--copilot-letter-spacing: -.96px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-title-box .media-gallery-sub-title .copilot-plus-badge_content{font-family:Montserrat}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-tabs{display:flex;width:100%;height:40px;margin-bottom:20px;border-bottom:1px solid var(--media-gallery-color-control-hover-bg);gap:32px;align-items:flex-end}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-tabs .media-gallery-tab{height:26px;position:relative;padding:0 0 7px;border:0;background:transparent;cursor:pointer;color:var(--media-gallery-color-text);font-family:Noto Sans;font-size:18px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.2px}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-tabs .media-gallery-tab.media-gallery-tab-active{font-weight:700}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .media-gallery-tabs .media-gallery-tab.media-gallery-tab-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background-color:var(--media-gallery-color-active);content:""}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;margin-top:0;gap:16px;flex:1 1 auto;min-height:0;overflow-y:auto}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom::-webkit-scrollbar{width:8px !important;height:8px !important}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom::-webkit-scrollbar-thumb{background:#8b8b8b !important;border-radius:100px !important}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom::-webkit-scrollbar-track{background:#f5f5f5 !important;background:var(--media-gallery-scrollbar-background) !important;border-radius:4px !important}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom .gallery-thumbnail{display:flex;width:60px;height:60px;align-items:center;justify-content:center;padding:4px;border:1px solid transparent;border-radius:4px;background-color:var(--media-gallery-color-thumbnail-bg);cursor:pointer}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom .gallery-thumbnail:hover{border-color:var(--media-gallery-color-hover);background-color:var(--media-gallery-item-bg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom .gallery-thumbnail.gallery-thumbnail-active,.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom .gallery-thumbnail:focus{border-color:var(--media-gallery-color-text);background-color:var(--media-gallery-item-bg)}.media-gallery-popup.redesign.media-gallery-popup-pc .media-gallery-panel .swiper-pagination-custom .gallery-thumbnail img{max-width:100%;height:100%;object-fit:contain}.product-detail-modal-content[data-v-67590b14]{display:flex;gap:24px}.product-detail-modal-content .pd-content-left[data-v-67590b14],.product-detail-modal-content .pd-content-right[data-v-67590b14]{width:50%}.product-detail-modal-content .pd-content-left[data-v-67590b14]{position:relative}.product-detail-modal-content .pd-content-left .optional-card-image-status[data-v-67590b14]{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:48px;border-radius:100px;background:#171717;opacity:.8;color:#fff;font-family:Noto Sans;text-align:center;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;overflow:hidden}.product-detail-modal-content[data-v-67590b14] .gallery-container{width:100%;padding:0 32px}.product-detail-modal-content[data-v-67590b14] .gallery-container .gallery-canvas{position:relative}.product-detail-modal-content[data-v-67590b14] .gallery-container .gallery-canvas .canvas-item{height:470px}.product-detail-modal-content .best-seller[data-v-67590b14]{font-size:16px;font-weight:700;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--med-purple);margin-bottom:4px;text-transform:uppercase}.product-detail-modal-content .recommend-label[data-v-67590b14]{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:#7a126b;margin-bottom:4px;text-transform:uppercase}.product-detail-modal-content .product-name[data-v-67590b14]{font-weight:700;font-size:32px;line-height:40px;font-family:Montserrat;letter-spacing:-.96;color:#171717}.product-detail-modal-content .product-rating[data-v-67590b14]{margin-top:4px}.product-detail-modal-content .product-rating[data-v-67590b14] .card-rating-container.black-gaming-style .card-review-inline .bv_main_container .bv_text{color:#6d656f !important}.product-detail-modal-content .product-name_hei2[data-v-67590b14]{font-size:32px;line-height:40px;font-weight:700;font-family:Montserrat;letter-spacing:-.96;color:#171717}.product-detail-modal-content .pd-right-top[data-v-67590b14]:not(:empty){display:flex;justify-content:space-between;align-items:end;margin-bottom:4px}.product-detail-modal-content .pd-right-top[data-v-67590b14]:not(:empty) .tooltipV2.card-wish_popover{margin-right:-4px}.product-detail-modal-content .pd-right-middle[data-v-67590b14]:not(:empty){margin-bottom:32px}.product-detail-modal-content .price-layout[data-v-67590b14]:not(:empty){padding-bottom:32px;border-bottom:2px solid #ccc}.product-detail-modal-content .price-layout:not(:empty) li[data-v-67590b14]{display:flex;justify-content:space-between;font-size:16px;line-height:24px;font-family:var(--lato);letter-spacing:0px;color:var(--dark-gray-1)}.product-detail-modal-content .price-layout:not(:empty) li[data-v-67590b14]:not(:last-child){margin-bottom:5px}.product-detail-modal-content .price-layout:not(:empty) li span[data-v-67590b14]:first-child{max-width:400px}.product-detail-modal-content .price-layout:not(:empty) li.final-price[data-v-67590b14]{margin-top:11px;font-weight:700;font-size:20px;line-height:32px;font-family:Montserrat;letter-spacing:-.96;color:#171717}.product-detail-modal-content .price-layout:not(:empty) li.web-price .value[data-v-67590b14]{text-decoration-line:line-through}.product-detail-modal-content .pd-right-content[data-v-67590b14]:not(:empty){padding:16px 0;border-bottom:2px solid #ccc}.product-detail-modal-content .pd-right-bottom[data-v-67590b14]{margin-top:32px}.product-detail-modal-content .pd-right-bottom .pd-description[data-v-67590b14]{color:#000;font-family:Montserrat;font-weight:700;font-size:24px;line-height:32px;letter-spacing:-.96}.product-detail-modal-content .product_description[data-v-67590b14]{margin-top:8px;overflow:auto}.product-detail-modal-content .leadtimeMessage[data-v-67590b14]:not(:empty){margin-bottom:12px;font-size:16px;font-family:Noto Sans;line-height:24px;letter-spacing:0px;color:#171717;opacity:1}.product-detail-modal-content .part-number[data-v-67590b14]{font-size:16px;line-height:24px;font-family:Noto Sans;letter-spacing:-.16px;color:#171717;margin-bottom:16px}.product-detail-modal-content .product_description.no-discount.no-webprice[data-v-67590b14]{min-height:358px}.product-detail-modal-content .product_description.no-discount[data-v-67590b14],.product-detail-modal-content .product_description.no-webprice[data-v-67590b14]{min-height:345px}.product-detail-modal-content .product_description[data-v-67590b14]::-webkit-scrollbar{width:8px;height:8px;border-radius:20px}.product-detail-modal-content .product_description[data-v-67590b14]::-webkit-scrollbar-track{background:#f1f1f1}.product-detail-modal-content .product_description[data-v-67590b14]::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.product-detail-modal-content .product_description[data-v-67590b14]::-webkit-scrollbar-thumb:hover{background:#ccc}.product-detail-modal-content .pb_product_info_description[data-v-67590b14]{color:#000;font-family:Noto Sans;font-weight:400;line-height:24px;font-size:16px;letter-spacing:-.16}.optional-modal-title-box[data-v-cb12d840]{display:flex;align-items:center;cursor:pointer}.optional-modal-title-box .back-to-icon[data-v-cb12d840]{min-width:12px;transform:rotate(135deg);transform-origin:50% 50%;width:12px;height:12px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s}.subSection-container .produt-list{flex-wrap:wrap}.subSection-container .subSection-show-all-options-container{display:flex;justify-content:center;padding-top:12px}.subSection-container .subSection-show-all-options-container .show-all-options{cursor:pointer}.subSection-container .subSection-show-all-options-container .show-all-options .show-all-options-btn{font-size:16px;line-height:24px;letter-spacing:-.16px;font-style:normal;font-weight:400;font-family:Noto Sans;color:#171717;display:block;border-bottom:solid 2px #aba8b1}.subSection-container .subSection-show-all-options-container .show-all-options .show-all-options-btn:hover,.subSection-container .subSection-show-all-options-container .show-all-options .show-all-options-btn:focus{border-color:#e1251b}.collapse-container.collapsableSection.what-is-include{font-family:Lato;border:2px solid #aba8b1;margin-bottom:16px;background-color:#fff}.collapse-container.collapsableSection.what-is-include.what-is-include--open{border-color:#171717}.collapse-container.collapsableSection.what-is-include:not(.what-is-include--mobile){padding:0 20px 0 16px;border-radius:4px;cursor:pointer}.collapse-container.collapsableSection.what-is-include:not(.what-is-include--mobile) .title{padding:14px 0;margin-bottom:0}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile{border-radius:12px;padding:0 16px;position:absolute;z-index:2}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .title{font-size:16px;line-height:28px;letter-spacing:-.16px;color:var(--font-color);font-family:var(--notoSans);padding:13px 0}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .title h4{font-weight:500;line-height:22px}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .content-warp{flex-direction:column}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .content-warp.is-active{margin-top:0;height:fit-content;max-height:1000px}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .content-warp .not-include-container{margin-top:16px;margin-left:0;flex:1;border-radius:12px;border:0;padding-bottom:9px}.collapse-container.collapsableSection.what-is-include.what-is-include--mobile .content-warp .not-include-container li{margin-top:5px}.collapse-container.collapsableSection.what-is-include .title{font-family:Lato;border-bottom:0}.collapse-container.collapsableSection.what-is-include .content-warp{display:flex}.collapse-container.collapsableSection.what-is-include .content-warp.is-active{padding-bottom:16px}.collapse-container.collapsableSection.what-is-include .content-warp .collapsableSectionContent{flex:1;border-top:2px solid #e8e8e8;padding-top:10px}.collapse-container.collapsableSection.what-is-include .content-warp .not-include-container{flex:0 0 324px;border:1px solid #871c23;background:#faeceb;border-radius:4px;padding:11px 14px 12px;margin-left:28px;color:#000;font-size:16px;line-height:19px}.collapse-container.collapsableSection.what-is-include .content-warp .not-include-container .not-include-title{font-weight:700}.collapse-container.collapsableSection.what-is-include .content-warp .not-include-container .not-include-icon{flex:none;display:inline-block;width:16px;height:16px;margin:3px 14px 0 0;background:linear-gradient(45deg,transparent 45%,#b8252e 45%,#b8252e 55%,transparent 55%),linear-gradient(135deg,transparent 45%,#b8252e 45%,#b8252e 55%,transparent 55%)}.collapse-container.collapsableSection.what-is-include .content-warp .not-include-container li{margin-top:8px;display:flex}.service-collapse-container>.content-warp{position:relative}.what-is-include-ph{height:58px;margin-bottom:16px}.switch-container[data-v-2a5e654a]{margin-bottom:16px}.switch-container label[data-v-2a5e654a]{display:inline-flex;align-items:center;cursor:pointer}.switch-container .label[data-v-2a5e654a]{font-size:16px;font-family:Lato;margin-left:4px}.switch-container input[data-v-2a5e654a]{display:none}.switch-container .container[data-v-2a5e654a]{position:relative;display:inline-flex;width:36px;height:18px;border-radius:20px;background-color:#555;align-items:center}.switch-container .container .position[data-v-2a5e654a]{position:absolute;left:4px;display:inline-block;font-size:0;border-radius:50%;width:12px;height:12px;background:#fff;transition:left .3s ease}.switch-container input:checked~.container[data-v-2a5e654a]{background-color:#285d50}.switch-container input:checked~.container>.position[data-v-2a5e654a]{left:20px}.spb-card-container.vertical[data-v-70b2f6c2]{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px}.spb-card-container.horizontal[data-v-70b2f6c2]{display:flex;flex-direction:column;gap:16px}.spb-card-container .vertical-card[data-v-70b2f6c2]{font-family:Lato;flex:0 1 calc(100% / var(--basis));display:flex;flex-direction:column;margin-right:10px}.spb-card-container .vertical-card[data-v-70b2f6c2]:last-of-type{margin-right:0}.spb-card-container .vertical-card .sport-name[data-v-70b2f6c2]{margin-bottom:16px}.spb-card-container .vertical-card .sport-name[data-v-70b2f6c2]:not(:last-of-type){margin-bottom:4px}.spb-card-container .vertical-card .product-card-rating[data-v-70b2f6c2]{margin-bottom:16px}.spb-card-container .vertical-card .recommendation[data-v-70b2f6c2]:has(:only-child){padding:8px 0 2px}.spb-card-container .vertical-card .recommendation[data-v-70b2f6c2]{font-size:14px;color:#7a126b}.spb-card-container .vertical-card.rr .card-img img[data-v-70b2f6c2]{width:80px;height:80px}.spb-card-container .vertical-card.rr .details[data-v-70b2f6c2]{font-size:16px;line-height:1.6;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ccc}.spb-card-container .vertical-card.rr .img-collection[data-v-70b2f6c2]{display:flex;flex-wrap:wrap;margin-bottom:16px}.spb-card-container .vertical-card.rr .img-collection .img-item[data-v-70b2f6c2]{display:flex;flex-direction:column;align-items:center;margin:0 12px 16px 0}.spb-card-container .vertical-card.rr .img-collection .img-item[data-v-70b2f6c2]:last-of-type{margin-right:0}.spb-card-container .vertical-card.rr .img-collection .img-item img[data-v-70b2f6c2]{width:82px;height:82px}.spb-card-container .vertical-card.rr .img-collection .img-item .name[data-v-70b2f6c2]{font-size:12px;margin-top:4px}.spb-card-container .vertical-card .price-btn-list .price-btn.in-tablet:not(.no-left-name) .layout[data-v-70b2f6c2]{height:auto;min-height:96px;flex-direction:column;align-items:flex-start;justify-content:center}.spb-card-container .vertical-card .price-btn-list .price-btn.in-tablet:not(.no-left-name) .layout .price-detail-info[data-v-70b2f6c2]{align-items:flex-start;justify-content:flex-start}.spb-card-container .horizontal-card[data-v-70b2f6c2]{display:flex;justify-content:space-between;margin-top:16px}.spb-card-container .horizontal-card .left-top[data-v-70b2f6c2]{display:flex;align-items:center;margin-bottom:16px}.spb-card-container .horizontal-card .left-top .card-img[data-v-70b2f6c2]{margin-right:16px}.spb-card-container .horizontal-card .description[data-v-70b2f6c2]{font-size:14px}.spb-card-container .horizontal-card .description a[data-v-70b2f6c2]{text-decoration:underline;color:#284e95}.spb-card-container .horizontal-card .price-btn-list[data-v-70b2f6c2]{margin:0 0 0 16px;flex:0 0 352px}@media screen and (max-width: 1279px){.spb-card-container .horizontal-card .price-btn-list[data-v-70b2f6c2]{flex-basis:250px}}.spb-card-container .card[data-v-70b2f6c2]{padding:16px;border:2px solid #aba8b1;border-radius:4px}.spb-card-container .card[data-v-70b2f6c2]:hover{border-color:#000}.spb-card-container .card.selected[data-v-70b2f6c2]{border-color:#284e95}.spb-card-container .card .star-icon-box[data-v-70b2f6c2],.spb-card-container .card .star-icon-box .star-icon[data-v-70b2f6c2]{width:16px;height:16px}.spb-card-container .card .star-icon-box .yellow-icon[data-v-70b2f6c2]{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.spb-card-container .card .star-icon-box .gray-icon[data-v-70b2f6c2]{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.spb-card-container .card .star-icon-box .blank-icon[data-v-70b2f6c2]{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.spb-card-container .card .card-img img[data-v-70b2f6c2]{width:48px;height:48px;object-fit:contain;cursor:pointer}.spb-card-container .card .card-img:hover~.sport-name .hand-over-icon[data-v-70b2f6c2]{display:block}.spb-card-container .card .sport-name[data-v-70b2f6c2]{font-size:16px;color:#284e95;display:flex;align-items:center;margin-bottom:4px}.spb-card-container .card .sport-name span[data-v-70b2f6c2]{cursor:pointer}.spb-card-container .card .sport-name .hand-over-icon[data-v-70b2f6c2]{margin-left:5px;cursor:pointer;display:none}.spb-card-container .card .sport-name:hover .hand-over-icon[data-v-70b2f6c2]{display:block}.spb-card-container .card .bullet-list li[data-v-70b2f6c2]{padding-bottom:8px;margin-bottom:12px;border-bottom:1px solid #bcbcbc;font-size:14px}.spb-card-container .card .bullet-list li[data-v-70b2f6c2]:last-of-type{border-bottom:0}.spb-card-container .price-btn-list[data-v-70b2f6c2]{margin-top:auto}.spb-card-container .price-btn-list .price-btn[data-v-70b2f6c2]{border:1px solid #6d656f;cursor:pointer;border-radius:4px;color:#000;font-family:Lato}.spb-card-container .price-btn-list .price-btn.isB2B .pb_product_number_section[data-v-70b2f6c2]{padding:0 16px 8px}.spb-card-container .price-btn-list .price-btn.isB2B .layout[data-v-70b2f6c2]{height:auto}.spb-card-container .price-btn-list .price-btn.no-left-name .layout[data-v-70b2f6c2]{justify-content:center}.spb-card-container .price-btn-list .price-btn.no-left-name .layout .warranty-warrantPeriod[data-v-70b2f6c2]:empty{flex:0}.spb-card-container .price-btn-list .price-btn.no-left-name .layout .warranty-price-layout .price-detail-info[data-v-70b2f6c2]{align-items:center}.spb-card-container .price-btn-list .price-btn .layout[data-v-70b2f6c2]{display:flex;min-height:72px;justify-content:space-between;align-items:center;padding:8px 16px}.spb-card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod[data-v-70b2f6c2]{font-size:18px;display:flex;flex-direction:column;flex:1}.spb-card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod.flex0[data-v-70b2f6c2]{flex:0 1 auto}.spb-card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod .recommended[data-v-70b2f6c2]{font-size:14px;line-height:22px}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout[data-v-70b2f6c2]{height:100%;flex:2}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message[data-v-70b2f6c2]{font-size:12px;text-align:right}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper[data-v-70b2f6c2]{font-weight:400;letter-spacing:0}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message .premium-trial-tip[data-v-70b2f6c2]{color:#4e444e}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message .premium-trial-msg[data-v-70b2f6c2]{color:#171717}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .warranty-price[data-v-70b2f6c2]{font-size:18px}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving[data-v-70b2f6c2]{font-size:12px;color:#4e444e}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving .save-price-percent[data-v-70b2f6c2]{margin-right:8px}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving .discount-money[data-v-70b2f6c2]{text-decoration:line-through}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving.saving-force .discount-money[data-v-70b2f6c2]{margin-left:8px;text-decoration:none}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info[data-v-70b2f6c2]{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-around;height:100%}.spb-card-container .price-btn-list .price-btn .layout .warranty-price-layout .billing-msg[data-v-70b2f6c2]{font-size:12px;display:inline-block}.spb-card-container .price-btn-list .price-btn[data-v-70b2f6c2]:hover{border-color:#000;box-shadow:0 0 3px #000}.spb-card-container .price-btn-list .price-btn.selected[data-v-70b2f6c2]{border-color:#284e95;box-shadow:0 0 3px #284e95,0 0 0 1px #284e95 inset;font-weight:700}.spb-card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper[data-v-70b2f6c2]{font-weight:700}.spb-card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper .premium-trial-tip[data-v-70b2f6c2],.spb-card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper .premium-trial-msg[data-v-70b2f6c2]{color:#000}.collapse-container .is-active[data-v-70b2f6c2]:has(.rr){max-height:unset}.spb-card-container .product-card-rating[data-v-70b2f6c2]{cursor:pointer;height:24px}@media screen and (max-width: 1279px){.spb-card-container.vertical .vertical-card .price-btn-list .price-btn .layout[data-v-70b2f6c2]{display:block;height:92px}.spb-card-container.vertical .vertical-card .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info[data-v-70b2f6c2]{display:block}.spb-card-container.vertical .vertical-card .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info>span[data-v-70b2f6c2]{display:block;text-align:left}.spb-card-container.vertical .vertical-card .img-collection .img-item[data-v-70b2f6c2]{flex:0 1 25%;margin:.5em 0}.spb-card-container.vertical .vertical-card .img-collection .img-item img[data-v-70b2f6c2]{width:76px;height:76px}.spb-card-container.vertical .vertical-card .img-collection .img-item .name[data-v-70b2f6c2]{text-align:center}.spb-card-container.vertical .vertical-card:first-child:nth-last-child(3) .img-collection .img-item[data-v-70b2f6c2],.spb-card-container.vertical .vertical-card:first-child:nth-last-child(3)~.vertical-card .img-collection .img-item[data-v-70b2f6c2]{flex:0 1 33.3333333333%}.spb-card-container.vertical .vertical-card:first-child:nth-last-child(3) .img-collection .img-item img[data-v-70b2f6c2],.spb-card-container.vertical .vertical-card:first-child:nth-last-child(3)~.vertical-card .img-collection .img-item img[data-v-70b2f6c2]{width:62px;height:62px}}@media screen and (min-width: 768px) and (max-width: 1280px){.spb-card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod .recommended[data-v-70b2f6c2]{font-size:12px;line-height:21px}}.horizontal-card-rd[data-v-26c6685c]{--card-border: #aba8b1;--card-border-active: #171717;--card-surface: #fff;--card-surface-alt: #fff;--card-text: #171717;--card-text-muted: #4e444e;--card-text-subtle: #746c74;--card-accent: #285d50;display:flex;flex-direction:column;gap:24px;width:100%;padding:24px;margin-top:16px;border:2px solid var(--card-border);border-radius:12px;background:var(--card-surface);box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.horizontal-card-rd[data-v-26c6685c]:hover{border-color:var(--card-border-active)}.horizontal-card-rd[data-v-26c6685c]:hover{border-color:#171717}.horizontal-card-rd.active[data-v-26c6685c]{border:3px solid #171717}.horizontal-card-rd.is-single[data-v-26c6685c]{cursor:pointer}.horizontal-card-rd[data-v-26c6685c]:focus-within{border-color:var(--card-border-active)}.horizontal-card-rd .horizontal-card-rd__header[data-v-26c6685c]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.horizontal-card-rd .horizontal-card-rd__headline[data-v-26c6685c]{display:flex;align-items:center;gap:12px;min-width:0;cursor:pointer}.horizontal-card-rd .horizontal-card-rd__icon[data-v-26c6685c]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 auto;margin-top:2px}.horizontal-card-rd .horizontal-card-rd__icon img[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__icon svg[data-v-26c6685c]{width:100%;height:100%;object-fit:contain}.horizontal-card-rd .horizontal-card-rd__icon svg[data-v-26c6685c]{fill:none;stroke:#171717;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.horizontal-card-rd .horizontal-card-rd__title[data-v-26c6685c]{margin:0;color:var(--card-text);font-family:Montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:32px;letter-spacing:-.96px;text-decoration:underline}.horizontal-card-rd .horizontal-card-rd__single-side[data-v-26c6685c]{flex:0 0 auto;text-align:right;display:flex;flex-direction:column;gap:4px}.horizontal-card-rd .horizontal-card-rd__single-price-row[data-v-26c6685c]{display:flex;align-items:center;justify-content:flex-end;gap:16px}.horizontal-card-rd .horizontal-card-rd__single-price[data-v-26c6685c]{color:#000;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:-.96px}.horizontal-card-rd .horizontal-card-rd__option-price[data-v-26c6685c]{color:var(--card-text);font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px;font-feature-settings:"liga" off,"clig" off}.horizontal-card-rd .horizontal-card-rd__check[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__radio[data-v-26c6685c]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--card-border-active);border-radius:50%;background:transparent;box-sizing:border-box;flex:0 0 auto}.horizontal-card-rd .horizontal-card-rd__check[data-v-26c6685c]{border-radius:2px;background:var(--card-surface-alt)}.horizontal-card-rd .horizontal-card-rd__check svg[data-v-26c6685c]{width:14px;height:14px;fill:none;stroke:var(--card-border-active);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.horizontal-card-rd .horizontal-card-rd__check.is-selected[data-v-26c6685c]{background:#171717;border-color:#171717}.horizontal-card-rd .horizontal-card-rd__check.is-selected svg[data-v-26c6685c]{stroke:#fff}.horizontal-card-rd .horizontal-card-rd__radio.is-selected[data-v-26c6685c]:after{content:"";width:10px;height:10px;border-radius:50%;background:#171717}.horizontal-card-rd .horizontal-card-rd__single-saving[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option-saving[data-v-26c6685c]{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-height:24px;flex-wrap:wrap;font-feature-settings:"liga" off,"clig" off}.horizontal-card-rd .horizontal-card-rd__original[data-v-26c6685c]{color:var(--card-text-muted);font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;text-decoration:line-through}.horizontal-card-rd .horizontal-card-rd__discount[data-v-26c6685c]{color:var(--card-accent);font-family:Noto Sans;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px}.horizontal-card-rd .horizontal-card-rd__single-body[data-v-26c6685c]{width:100%;padding:20px 24px;border:2px solid var(--card-border);border-radius:12px;background:var(--card-surface-alt);text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.horizontal-card-rd .horizontal-card-rd__single-body.is-selected[data-v-26c6685c]{border-color:var(--card-border-active);background:var(--card-surface)}.horizontal-card-rd .horizontal-card-rd__options-grid[data-v-26c6685c]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.horizontal-card-rd .horizontal-card-rd__option[data-v-26c6685c]{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-height:108px;padding:16px;border:2px solid var(--card-border);border-radius:12px;background:var(--card-surface-alt);text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.horizontal-card-rd .horizontal-card-rd__option[data-v-26c6685c]:hover{border-color:var(--card-border-active)}.horizontal-card-rd .horizontal-card-rd__option.is-selected[data-v-26c6685c]{border-color:var(--card-border-active);background:var(--card-surface);box-shadow:inset 0 0 0 1px #17171714}.horizontal-card-rd .horizontal-card-rd__option-top[data-v-26c6685c]{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.horizontal-card-rd .horizontal-card-rd__option-title[data-v-26c6685c]{color:var(--card-text);font-family:Montserrat;font-feature-settings:"liga" off,"clig" off;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px}.horizontal-card-rd .horizontal-card-rd__option-price-wrap[data-v-26c6685c]{display:flex;align-items:center;gap:8px;margin-left:auto;font-feature-settings:"liga" off,"clig" off}.horizontal-card-rd .horizontal-card-rd__option-note[data-v-26c6685c]{margin:auto 0 0;width:100%;color:var(--card-text-subtle);font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;text-align:right}.horizontal-card-rd .horizontal-card-rd__copy[data-v-26c6685c]{display:flex;flex-direction:column;gap:12px;padding-top:4px}.horizontal-card-rd .horizontal-card-rd__description[data-v-26c6685c]{margin:0;color:#171717;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;font-feature-settings:"liga" off,"clig" off}.horizontal-card-rd .horizontal-card-rd__bullet-list[data-v-26c6685c]{display:flex;flex-direction:column;gap:8px;margin:0;padding-left:0;list-style:none;color:var(--card-text);font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px;font-feature-settings:"liga" off,"clig" off}@media (max-width: 1279px){.horizontal-card-rd[data-v-26c6685c]{gap:16px;padding:24px}.horizontal-card-rd .horizontal-card-rd__header[data-v-26c6685c]{gap:16px}.horizontal-card-rd .horizontal-card-rd__title[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option-title[data-v-26c6685c]{font-size:18px;line-height:22px;letter-spacing:-.9px}.horizontal-card-rd .horizontal-card-rd__option-price[data-v-26c6685c]{font-size:20px;line-height:28px;letter-spacing:-1px}.horizontal-card-rd .horizontal-card-rd__single-body[data-v-26c6685c]{padding:18px 20px}.horizontal-card-rd .horizontal-card-rd__option[data-v-26c6685c]{align-items:flex-start}.horizontal-card-rd .horizontal-card-rd__option-saving[data-v-26c6685c]{align-items:center}.horizontal-card-rd .horizontal-card-rd__description[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__bullet-list[data-v-26c6685c]{font-size:14px;line-height:18px;letter-spacing:-.14px}}@media (max-width: 680px){.horizontal-card-rd[data-v-26c6685c]{gap:16px;padding:16px}.horizontal-card-rd .horizontal-card-rd__header[data-v-26c6685c]{flex-direction:column;align-items:stretch;gap:12px}.horizontal-card-rd .horizontal-card-rd__headline[data-v-26c6685c]{gap:10px}.horizontal-card-rd .horizontal-card-rd__icon[data-v-26c6685c]{width:24px;height:24px;margin-top:0}.horizontal-card-rd .horizontal-card-rd__title[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option-title[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__single-price[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option-price[data-v-26c6685c]{font-size:16px;line-height:24px;letter-spacing:-.16px}.horizontal-card-rd .horizontal-card-rd__single-side[data-v-26c6685c]{text-align:left}.horizontal-card-rd .horizontal-card-rd__single-price-row[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__single-saving[data-v-26c6685c]{justify-content:flex-start}.horizontal-card-rd .horizontal-card-rd__single-body[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option[data-v-26c6685c]{padding:16px;min-height:auto}.horizontal-card-rd .horizontal-card-rd__options-grid[data-v-26c6685c]{grid-template-columns:1fr;gap:12px}.horizontal-card-rd .horizontal-card-rd__option-note[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__single-saving[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__option-saving[data-v-26c6685c]{justify-content:flex-start;text-align:left}.horizontal-card-rd .horizontal-card-rd__description[data-v-26c6685c],.horizontal-card-rd .horizontal-card-rd__bullet-list[data-v-26c6685c]{font-size:14px;line-height:18px;letter-spacing:-.14px}}.vertical-rr-cards-details .vertical-rr-cards-details-body{height:100%;padding-bottom:24px;border-radius:12px 12px 0 0}.vertical-rr-cards-details .vertical-rr-cards-details-body .recommended{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:#7a126b;margin-bottom:5px}.vertical-rr-cards-details .vertical-rr-cards-details-body .header{font-weight:700;font-size:24px;line-height:16px;font-family:var(--montserrat);letter-spacing:0px;color:#171717;align-items:center}.vertical-rr-cards-details .vertical-rr-cards-details-body .header .title{font-size:24px;padding:0}.vertical-rr-cards-details .vertical-rr-cards-details-body .dialog-content{border-top:1px solid #ccc}.vertical-rr-cards-details .vertical-rr-cards-details-body .warrenty-tray-section{margin-bottom:24px}.vertical-rr-cards-details .vertical-rr-cards-details-body .sport-name{font-weight:700;font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:#171717;margin-bottom:8px}.vertical-rr-cards-details .vertical-rr-cards-details-body .vertical-rr-cards-icon{display:flex;justify-content:center;margin:20px 0}.vertical-rr-cards-details .vertical-rr-cards-details-body .vertical-rr-cards-icon img{width:232px;height:174px}.vertical-rr-cards-details .vertical-rr-cards-details-body .onsite-support-warranty-Tray-MT{margin-top:10px}.vertical-rr-cards-details .vertical-rr-cards-details-body .onsite-support-warranty-Tray-MT .onsite-support-warranty-compare-btn{font-family:var(--notoSans)}.vertical-rr-cards-details .vertical-rr-cards-details-body .onsite-support-warranty-Tray-MT .onsite-support-warranty-compare-btn .selected_subscr_name{color:var(--font-color)}.vertical-rr-cards-details .vertical-rr-cards-details-body .onsite-support-warranty-Tray-MT .onsite-support-warranty-compare-btn .subscr_key{color:var(--dark-gray-1)}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section{margin-bottom:24px;margin-top:16px}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section:has(+.free-trial-section){margin-bottom:0}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .collapse-container .title.bm{border:0;padding-bottom:0}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .collapse-container .content-warp{margin-top:4px}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .collapse-container .content-warp .saving_help_text span{margin-right:8px}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section.no-discount .price-layout .arrow{display:none}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .ifPurchasedWithPc{font-weight:400;font-size:12px;line-height:14px;font-family:var(--notoSans);letter-spacing:-.12px;color:#171717;opacity:1}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .price-layout .saving_help_text{margin-top:4px}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .price-layout .title.bm{border:0}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .price-layout .content-warp{margin-top:0}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .price{font-weight:700;font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .saving_help_text{font-family:var(--notoSans);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--dark-gray-1)}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section .saving_help_text .discount_price{text-decoration:line-through}.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section.no-discount .arrow,.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section.no-discount .content-warp,.vertical-rr-cards-details .vertical-rr-cards-details-body .price-section.no-discount .content-warp.is-active{display:none}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section{margin-top:16px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .title.bm{padding-bottom:4px;font-size:20px;font-family:var(--montserrat);line-height:28px;letter-spacing:-1px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .description{font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1);margin-bottom:6px;white-space:pre-wrap;word-break:break-word;font-size:16px;line-height:24px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature{margin-bottom:16px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature .youtube-video{width:100%;height:250px;margin-bottom:15px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature .youtube-video iframe{width:100%;height:100%}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature .feature-name{font-size:16px;font-weight:700;font-family:var(--notoSans);line-height:24px;letter-spacing:-.16px;color:#171717;margin-bottom:8px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature img{margin-bottom:8px;width:100%}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .feature .feature-desc{font-family:var(--notoSans);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--dark-gray-1);margin-bottom:6px;white-space:pre-wrap;word-break:break-word}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .vertical-rr-cards-iconlist{display:flex;flex-wrap:wrap;margin-top:16px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .vertical-rr-cards-iconlist .icon-details{flex:1 0 21%;text-align:center;margin-bottom:16px}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .vertical-rr-cards-iconlist .icon-details .icon-image{width:43px;height:43px;margin:0 auto}.vertical-rr-cards-details .vertical-rr-cards-details-body .feature-section .content-warp .feature-section-body .vertical-rr-cards-iconlist .icon-details .icon-label{font-family:var(--montserrat);font-size:16px;line-height:24px;font-weight:400;letter-spacing:-1px;color:#171717;opacity:1}.vertical-rr-cards-details .vertical-rr-cards-details-body .footer{padding:16px 20px;border-top-left-radius:12px;border-top-right-radius:12px}.vertical-rr-cards-details .vertical-rr-cards-details-body .footer button{width:100%}.vertical-rr-cards-details .content-warp{margin-top:16px;display:none}.vertical-rr-cards-details .content-warp .is-active{max-height:fit-content}.vertical-rr-cards-details .content-warp.is-active{display:block}.modal-mask.pb-details{background-color:#171717cc;z-index:99999}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}.pb-software-details-body.dialog-body{border-radius:12px 12px 0 0}.pb-software-details-body.dialog-body .header .title{padding-bottom:0}.pb-software-details-body.dialog-body .energy-rating-container-pc .energy-rating-content-pc .er-text-container{color:#4e444e;font-size:16px;font-weight:400;text-decoration:underline}.pb-software-details-body.dialog-body .part-number{font-family:Noto Sans;padding-top:30px;color:#4e444e}.pb-software-details-body .feature-section .title.bm{align-items:center}.pb-software-details-body .feature-section .header .title{padding-bottom:0}.pb-software-details-body .header{font-weight:700;font-size:24px;line-height:16px;font-family:var(--montserrat);letter-spacing:0px;color:#171717;align-items:center}.pb-software-details-body .header .title{font-size:24px;padding:0 20px 0 0}.pb-software-details-body .header .close{margin-bottom:15px}.pb-software-details-body .dialog-content{border-top:1px solid #b7b3b3}.pb-software-details-body .sport-name{font-weight:700;font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:#171717;margin-bottom:8px}.pb-software-details-body .normal_image{max-width:80%;max-height:100%;font-size:12px;word-break:break-word;width:218px;margin-bottom:20px;padding-top:19px}.pb-software-details-body .leadTimeMessage{text-align:left;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1);opacity:1;margin-top:16px;font-size:16px;line-height:24px}.pb-software-details-body .swiper{width:100%;height:100%}.pb-software-details-body .swiper-slide{text-align:center;font-size:18px;background:#fff;padding-top:19px;display:flex;justify-content:center;align-items:center}.pb-software-details-body .swiper-slide img{display:block;width:232px;height:174px;object-fit:cover}.pb-software-details-body .swiper-pagination{position:relative;bottom:0;left:0;right:0;text-align:center;padding:0 0 20px}.pb-software-details-body .swiper-slide.active{opacity:1}.pb-software-details-body .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;border:1px solid #2a2a2a;margin:200px 5px 0 4px;cursor:pointer;opacity:1;background-color:#fff}.pb-software-details-body .swiper-pagination-bullet-active{background:#171717}.pb-software-details-body .more_info{text-align:left;position:relative;flex:1}.pb-software-details-body .more_info .info_content{font-size:16px;letter-spacing:0;line-height:24px;color:var(--dark-gray-1);font-family:var(--notoSans)}.pb-software-details-body .more_info .info_content .pb_product_info_description{margin-top:10px}.pb-software-details-body .more_info .info_content .pb_product_info_description pre{margin:0;color:var(--dark-gray-1);font-size:16px;letter-spacing:0;line-height:24px;text-align:left;font-family:var(--notoSans);white-space:pre-wrap;word-break:break-word;height:100%;overflow-y:auto}.pb-software-details-body .ifPurchasedWithPc{font-family:var(--notoSans);font-size:12px;line-height:14px;margin-bottom:5px;letter-spacing:-.12px;margin-top:20px;color:var(--font-color)}.pb-software-details-body .price-section{margin-bottom:24px}.pb-software-details-body .price-section.no-discount .content-warp,.pb-software-details-body .price-section.no-discount .arrow{display:none}.pb-software-details-body .price-section .price-layout .collapse-container .title.bm{border-bottom:1px solid var(--bg-color);padding-bottom:0;margin-bottom:4px}.pb-software-details-body .price-section .price-layout .feature-section .content-warp{margin-top:0}.pb-software-details-body .price-section .price{font-weight:700;font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.pb-software-details-body .price-section .saving_help_text{font-family:var(--notoSans);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--dark-gray-1)}.pb-software-details-body .price-section .saving_help_text .discount_price{text-decoration:line-through;padding-left:8px}.pb-software-details-body .collapse-container .title{padding-bottom:4px}.pb-software-details-body .footer{padding:16px 20px;background-color:var(--bg-color);border-radius:12px 12px 0 0;opacity:1;z-index:999}.pb-software-details-body .footer button{width:100%}.pb-software-details-body .card-rating-container{padding-top:1.1px}.pb-software-details-body .card-rating-container .number_box .bv_text{color:var(--dark-gray-1) !important}.shortpb-software-section .pb-software-details-body .description-not-available,.shortpb-accessories-section .pb-software-details-body .description-not-available{display:none}.shortpb-software-section .pb-software-details-body .dialog-content,.shortpb-accessories-section .pb-software-details-body .dialog-content{border-top:1px solid #ccc}.shortpb-software-section .pb-software-details-body .dialog-content .sport-name,.shortpb-accessories-section .pb-software-details-body .dialog-content .sport-name{margin-bottom:8px}.shortpb-software-section .pb-software-details-body .dialog-content .normal_image,.shortpb-accessories-section .pb-software-details-body .dialog-content .normal_image{margin-top:16px}.shortpb-software-section .pb-software-details-body .dialog-content .price-section .title.bm.is-close .arrow,.shortpb-accessories-section .pb-software-details-body .dialog-content .price-section .title.bm.is-close .arrow{margin-top:0;transition:all .3s}.shortpb-software-section .pb-software-details-body .dialog-content .price-section .no-discount .content-warp,.shortpb-software-section .pb-software-details-body .dialog-content .price-section .no-discount .arrow,.shortpb-accessories-section .pb-software-details-body .dialog-content .price-section .no-discount .content-warp,.shortpb-accessories-section .pb-software-details-body .dialog-content .price-section .no-discount .arrow,.shortpb-software-section .pb-software-details-body .dialog-content .price-section.no-discount .content-warp,.shortpb-software-section .pb-software-details-body .dialog-content .price-section.no-discount .arrow,.shortpb-accessories-section .pb-software-details-body .dialog-content .price-section.no-discount .content-warp,.shortpb-accessories-section .pb-software-details-body .dialog-content .price-section.no-discount .arrow{display:none}.shortpb-software-section .pb-software-details-body .dialog-content .feature-section .title.bm.is-close .arrow,.shortpb-accessories-section .pb-software-details-body .dialog-content .feature-section .title.bm.is-close .arrow{margin-top:0;transition:all .3s}.shortpb-software-section .pb-software-details-body .dialog-content .feature-section .feature-title,.shortpb-accessories-section .pb-software-details-body .dialog-content .feature-section .feature-title{font-size:20px;line-height:28px;font-family:var(--montserrat);font-weight:700;letter-spacing:-1px;color:var(--font-color)}.shortpb-software-section .pb-software-details-body .best-seller,.shortpb-accessories-section .pb-software-details-body .best-seller{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--med-purple);margin-bottom:5px}.shortpb-software-section .pb-software-details-body .header,.shortpb-accessories-section .pb-software-details-body .header{padding:16px 16px 15px}.shortpb-software-section .pb-software-details-body .header .title,.shortpb-accessories-section .pb-software-details-body .header .title{font-size:24px;line-height:28px;letter-spacing:0px;color:var(--font-color);font-family:var(--montserrat)}.shortpb-software-section .pb-software-details-body .swiper,.shortpb-accessories-section .pb-software-details-body .swiper{margin-top:20px}.shortpb-software-section .pb-software-details-body .swiper-pagination,.shortpb-accessories-section .pb-software-details-body .swiper-pagination{padding:16px 0 20px}.shortpb-software-section .pb-software-details-body .card-rating-container .number_box .bv_text,.shortpb-accessories-section .pb-software-details-body .card-rating-container .number_box .bv_text{color:#6f6d6e !important}.price-details .price-title{font-size:12px;color:var(--font-color);line-height:14px;padding-bottom:4px}.price-details .price-amount{font-size:20px;color:var(--font-color);font-weight:700;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px}.price-details .price-amount.notRRVertical{height:20px}.price-details .price-save{color:var(--dark-gray-1);font-size:16px;line-height:24px;letter-spacing:-.16px;margin-top:4px;font-family:var(--notoSans)}.price-details .price-save.show-always{display:block !important;visibility:hidden}.price-details .price-save .discount-percentage{padding-left:4px;padding-right:12px}.price-details .purchased-with-pc{padding-bottom:5px;font-size:12px;line-height:14px;font-family:var(--notoSans);color:var(--font-color);letter-spacing:-.12px}.price-details .purchased-with-pc.show-always{display:block !important;visibility:hidden}.price-details.pwpc{margin-top:10px}.price-details.npwpc{margin-top:11px}.rr-card-container[data-v-3254a1a0]{min-width:300px;max-width:450px;width:calc(25% - 12px);display:flex;flex-direction:column;padding:24px;border-radius:12px;background:#fff;border:2px solid #aba8b1;box-sizing:border-box;transition:border-color .2s ease}.rr-card-container[data-v-3254a1a0]:hover{border-color:#171717}.rr-card-container.selected[data-v-3254a1a0]{border-width:3px;border-color:#171717;padding:23px}.rr-card-container .rr-card-topbar[data-v-3254a1a0]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.rr-card-container .rr-card-topbar .rr-card-merchtag[data-v-3254a1a0]{color:#7a126b;font-family:Noto Sans;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px;text-transform:uppercase}.rr-card-container .rr-card-topbar .rr-card-wish[data-v-3254a1a0],.rr-card-container .rr-card-topbar .rr-card-wish[data-v-3254a1a0] .card-heart-content,.rr-card-container .rr-card-topbar .rr-card-wish[data-v-3254a1a0] .card-heart-content .card-heart-icon{width:24px;height:24px}.rr-card-container .rr-card-pname[data-v-3254a1a0]{color:#171717;font-family:Montserrat;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px;cursor:pointer;margin-bottom:8px}.rr-card-container .rr-card-rating[data-v-3254a1a0]{width:100%;height:24px;margin-bottom:16px}.rr-card-container .rr-card-image[data-v-3254a1a0]{width:100%;height:195px;position:relative;margin-bottom:16px;cursor:pointer}.rr-card-container .rr-card-image .rr-card-image-inner[data-v-3254a1a0]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.rr-card-container .rr-card-image .rr-card-image-inner img[data-v-3254a1a0]{max-width:100%;max-height:100%;object-fit:contain}.rr-card-container .rr-card-image .rr-card-image-status[data-v-3254a1a0]{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:48px;border-radius:100px;background:#171717;opacity:.8;color:#fff;font-family:Noto Sans;text-align:center;font-size:16px;font-weight:400;line-height:48px;letter-spacing:-.16px;overflow:hidden}.rr-card-container .rr-card-details[data-v-3254a1a0]{margin:0 0 16px;color:#171717;font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px}.rr-card-container .rr-card-middle[data-v-3254a1a0]{width:100%;margin-bottom:16px;display:flex;flex-direction:column}.rr-card-container .rr-card-middle .rr-card-middle-desc[data-v-3254a1a0]{color:#4e444e;font-family:Noto Sans;font-size:12px;font-weight:400;line-height:14px;letter-spacing:-.12px;text-transform:uppercase;margin-bottom:8px}.rr-card-container .rr-card-options[data-v-3254a1a0]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.rr-card-container .rr-card-options .rr-card-option[data-v-3254a1a0]{padding:16px;border:2px solid #aba8b1;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .2s ease;outline:0}.rr-card-container .rr-card-options .rr-card-option[data-v-3254a1a0]:hover{border-color:#171717}.rr-card-container .rr-card-options .rr-card-option.is-selected[data-v-3254a1a0]{border-width:3px;border-color:#171717;padding:15px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-row[data-v-3254a1a0]{display:flex;align-items:center;justify-content:space-between;gap:12px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-title[data-v-3254a1a0]{color:#171717;font-family:Montserrat;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-right[data-v-3254a1a0]{display:flex;align-items:center;gap:12px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-price[data-v-3254a1a0]{color:#171717;font-family:Montserrat;font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-radio[data-v-3254a1a0]{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #171717;border-radius:50%;background:transparent;flex:0 0 auto}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-radio .rr-card-option-dot[data-v-3254a1a0]{width:8px;height:8px;border-radius:50%;background:#fff;opacity:0}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-radio.is-on[data-v-3254a1a0]{background:#171717}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-radio.is-on .rr-card-option-dot[data-v-3254a1a0]{opacity:1}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-saving[data-v-3254a1a0]{margin-top:4px;display:flex;align-items:center;gap:8px;color:#285d50;font-family:Noto Sans;font-size:14px;font-weight:700;line-height:18px;letter-spacing:-.14px}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-saving .rr-card-option-original[data-v-3254a1a0]{color:#4e444e;font-weight:400;text-decoration:line-through}.rr-card-container .rr-card-options .rr-card-option .rr-card-option-freetrial[data-v-3254a1a0]{margin-top:4px;color:#4e444e;font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px}.rr-card-container .rr-card-price[data-v-3254a1a0]{width:100%;display:flex;flex-direction:column}.rr-card-container .rr-card-price .rr-card-price-est[data-v-3254a1a0]{display:flex;gap:4px;margin-bottom:6px;color:#4e444e;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px}.rr-card-container .rr-card-price .rr-card-price-est .est-value[data-v-3254a1a0]{text-decoration:line-through}.rr-card-container .rr-card-price .rr-card-price-amount[data-v-3254a1a0]{display:flex;align-items:center;gap:10px;line-height:28px}.rr-card-container .rr-card-price .rr-card-price-amount .amount-value[data-v-3254a1a0]{color:#171717;font-family:Montserrat;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-1px}.rr-card-container .rr-card-price .rr-card-price-amount .amount-suffix[data-v-3254a1a0]{color:#6d656f;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.16px}.rr-card-container .rr-card-price .rr-card-price-amount .amount-discount[data-v-3254a1a0]{background:#285d50;padding:4px 8px;border-radius:4px;color:#fff;font-family:Noto Sans;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px}.rr-card-container .rr-card-price .rr-card-price-freetrial[data-v-3254a1a0]{margin-top:6px;color:#4e444e;font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px}.rr-card-container .rr-card-cta[data-v-3254a1a0]{width:100%;height:48px;display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.rr-card-container .rr-card-cta .rr-card-btn[data-v-3254a1a0]{height:100%;flex:1 1 0;border-radius:100px;cursor:pointer;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:100%;letter-spacing:-.16px}.rr-card-container .rr-card-cta .rr-card-btn.primary[data-v-3254a1a0]{background:#171717;color:#fff;border:0}.rr-card-container .rr-card-cta .rr-card-btn.secondary[data-v-3254a1a0]{background:#fff;color:#171717;border:2px solid #aba8b1}.rr-card-container .rr-card-cta .rr-card-btn[disabled][data-v-3254a1a0]{opacity:.6;cursor:not-allowed}.rr-card-container .rr-card-delivery[data-v-3254a1a0]{color:#171717;font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px}@media screen and (max-width: 1279px){.rr-card-container[data-v-3254a1a0]{width:calc(50% - 8px)}.rr-card-container .rr-card-price .rr-card-price-amount .amount-discount[data-v-3254a1a0]{color:#285d50;background:transparent;font-size:16px;line-height:24px}}@media screen and (max-width: 680px){.rr-card-container[data-v-3254a1a0]{width:100%}}.produt-list{margin-top:16px}.produt-list.in-list-banner{margin-top:12px}.produt-list{display:flex;flex-direction:row;gap:16px}.pb-accessories .produt-list,.pb-software .produt-list,.pb-services .produt-list{flex-wrap:wrap;--gap: 16px;gap:var(--gap)}.pb-software .product-card-image,.pb-services .product-card-image{height:120px}.pb-accessories .product-card-image{height:160px}@media screen and (min-width: 768px) and (max-width: 1279px){.pb-accessories .product-card-image{height:120px}}.product-card-main{height:auto;background:#fff;border:2px solid #aba8b1;border-radius:4px;opacity:1;padding:16px;margin-left:16px;--cols: 3;--gap: 16px}@media screen and (min-width: 1280px){.product-card-main{--cols: 4;--gap: 16px}}.product-card-main{flex-basis:calc(100% / var(--cols) - var(--gap) / var(--cols) * (var(--cols) - 1))}.pb-accessories .product-card-main,.pb-software .product-card-main,.pb-services .product-card-main{margin:0}.pb-accessories .product-card-main .product-card-summary,.pb-accessories .product-card-main .product-card-price,.pb-software .product-card-main .product-card-summary,.pb-software .product-card-main .product-card-price,.pb-services .product-card-main .product-card-summary,.pb-services .product-card-main .product-card-price{flex:none}.pb-accessories .product-card-main .bv_main_container,.pb-software .product-card-main .bv_main_container{outline:0;cursor:default !important}.product-card-main .product-card-div{display:flex;justify-content:space-between;margin-bottom:8px;position:relative}.product-card-main .product-card-div.has-label .product-card-image{margin-top:50px}.product-card-main .product-card-div .product-card-label{position:absolute;top:2px;border-radius:2px;overflow:hidden;display:inline-block}.product-card-main .product-card-div .product-card-label>span{display:block;width:100%;height:100%;background:#285d50;color:#fff;text-transform:uppercase;word-break:break-word;padding:7px 15px 6px;text-align:center;line-height:17px;font-size:14px;font-weight:700}.product-card-main .product-card-div .product-card-image{width:auto;max-width:212px;opacity:1;cursor:pointer}.product-card-main .product-card-summary{width:100%;letter-spacing:0px;color:#284e95;opacity:1;margin-bottom:8px;font-size:16px;line-height:22px;font-family:var(--lato);cursor:pointer}.product-card-main .product-label-container .product-label{text-transform:uppercase;text-align:center;font-size:14px;border-radius:5px;background:#e5e5e5;padding:6px 0;margin-bottom:8px}.product-card-main .product-card-rating{width:100%;height:16px;opacity:1;margin-bottom:16px;font-weight:400;font-family:var(--lato);font-size:13px;line-height:16px;letter-spacing:0px;color:#000}.product-card-main .product-card-price{height:68px;margin-bottom:16px}.product-card-main .product-card-price .free-trial-section{font-size:12px;line-height:14px}.product-card-main .price-details .price-amount{font-weight:700;font-size:20px;line-height:22px;font-family:var(--lato);letter-spacing:0px;color:#000;opacity:1;margin-bottom:4px}.product-card-main .addToCart>button{width:130px;min-height:48px;background:#fff;border:1px solid #294e95;border-radius:4px;font-size:16px;font-family:var(--lato);font-weight:500;line-height:16px;text-align:center;color:#294e95;opacity:1}.product-card-main .card-rating-container .card-review-inline .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.product-card-main .card-rating-container .card-review-inline .star-icon-box .gray-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.product-card-main .recommend-label{font-size:14px;color:#7a126b;margin:8px 0 2px}.energy-rating-container-pc{width:100%;padding:0 0 15px}.energy-rating-container-pc .energy-rating-content-pc{display:flex;justify-content:flex-start;align-items:center}.energy-rating-container-pc .energy-rating-content-pc .er-text-container{display:block;color:#0d5c91;font-size:14px;font-weight:700;cursor:pointer}.energy-rating-container-pc .energy-rating-content-pc .er-text-container a{text-decoration:none;text-indent:0}.energy-rating-container-pc .energy-rating-content-pc .er-icon-container-pc{margin-right:5px;line-height:14px}.energy-rating-container-pc .energy-rating-content-pc .er-icon-container-pc img{min-width:46.3px;max-width:46.3px;height:24.9px}.energy-rating-container-pc .energy-rating-content-pc.wrapLine{flex-wrap:wrap}.energy-rating-container-pc .energy-rating-content-pc.wrapLine .energyRatingURL{flex:1 1 100%;margin-top:4px}.gaming-theme-black .energy-rating-container-pc.style-auto-gaming .energy-rating-content-pc .er-text-container{color:#0ff}a.common_link_container.underline{text-decoration:underline}a.common_link_container.noline:hover{text-decoration:none}.pictogram-container{display:flex;gap:4px;align-items:center}.pictogram-container .pictogram-container-item{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.pictogram-container .pictogram-container-list{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-mask.charger-pictogram-mask{align-items:center;justify-content:center;pointer-events:auto;padding:0 16px}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body{width:min(600px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:auto;margin-top:auto !important;margin-bottom:auto !important;pointer-events:auto}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body .header{min-height:0;padding:12px 12px 0}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body .header .title{display:none}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body .header .close{top:12px;right:12px}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body .modal-dialog-content,.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body .dialog-content{padding-top:0;padding-left:16px;padding-right:16px}.charger-pictogram-modal-preview{display:flex;justify-content:center;align-items:center;min-height:240px}.charger-pictogram-modal-preview .charger-pictogram-modal-grid{display:flex;align-items:center;justify-content:center;gap:50px;width:100%}.charger-pictogram-modal-preview .charger-pictogram-modal-item{display:flex;align-items:center;justify-content:center;width:284px;height:300px;gap:10px;flex-direction:column}.charger-pictogram-modal-preview .charger-pictogram-modal-item .iconCharger{width:120px;height:120px;gap:10px;flex-direction:column}.charger-pictogram-modal-preview .charger-pictogram-modal-item .iconCharger svg{width:120px;height:120px}.charger-pictogram-modal-preview .charger-pictogram-modal-item .charger-pictogram-modal-item-msg.iconChargerMsg{font-size:16px;font-family:Lato,Helvetica,Arial,sans-serif;word-break:break-word;color:#000;width:100%;height:80px;text-align:center;overflow-y:auto}@media (max-width: 600px){.modal-mask.charger-pictogram-mask{padding:0 12px}.modal-mask.charger-pictogram-mask .charger-pictogram-modal.dialog-body{width:100%;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.modal-mask.charger-pictogram-mask .modal-dialog-content,.modal-mask.charger-pictogram-mask .dialog-content{padding-top:0;padding-left:12px;padding-right:12px}.charger-pictogram-modal-preview{display:flex;justify-content:center;align-items:center;min-height:240px}.charger-pictogram-modal-preview .charger-pictogram-modal-grid{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;flex-direction:column}.charger-pictogram-modal-preview .charger-pictogram-modal-item{display:flex;align-items:center;justify-content:center;width:100%;height:250px;gap:10px;flex-direction:column}.charger-pictogram-modal-preview .charger-pictogram-modal-item .iconCharger{width:120px;height:120px;gap:10px;flex-direction:column}.charger-pictogram-modal-preview .charger-pictogram-modal-item .iconCharger svg{width:120px;height:120px}.charger-pictogram-modal-preview .charger-pictogram-modal-item .iconChargerMsg{width:100%;height:auto;text-align:center;overflow-y:auto}}.gaming-theme-black .auto-gaming .charger-icon{fill:#fff}.gaming-theme-black .charger-pictogram-modal-preview .charger-icon{fill:#000}.addToCart .pbAddToCartBtn{width:auto !important;padding:0 10px}.addToCart .pbAddToCartBtn.addedToCart{border:none !important;color:#000 !important;font-weight:700;cursor:default !important;display:flex;align-items:center;text-align:left;padding:0}.addToCart .pbAddToCartBtn.addedToCart:hover{background:none !important}.addToCart .pbAddToCartBtn.addedToCart .remove{font-weight:400;text-decoration:underline;margin-left:10px;color:#284e95;cursor:pointer}.addToCart .pbAddToCartBtn.addToCart{font-weight:700;cursor:pointer;margin-bottom:0}.addToCart .pbAddToCartBtn.addToCart .remove{display:none}.modal-mask.monitor-details.pcTablet{justify-content:center;display:flex;background-color:#000000bf}.modal-mask.monitor-details.pcTablet .dialog-body{position:relative;width:750px;height:fit-content;max-height:87%}.modal-mask.monitor-details.pcTablet .dialog-body .header{padding:0 !important;min-height:unset !important;color:#4e444e;font-size:14px;font-family:--lato;font-weight:400;word-wrap:break-word}.modal-mask.monitor-details.pcTablet .dialog-body .header .close{right:12px;top:12px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content::-webkit-scrollbar-button{display:none}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content{margin:24px 24px 20px;padding:0}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content [id^=video_]{height:407px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .fakeTitle{color:#4e444e;font-size:14px;font-family:--lato;font-weight:400;word-wrap:break-word;margin-bottom:16px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .monitor-modal-title{color:#000;font-family:var(--lato);font-size:20px;font-weight:700;line-height:normal;margin:35px 0 16px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list{width:345px;display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul{display:flex;flex-direction:column}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn{padding:8px 16px;height:67px;margin-bottom:16px;border-radius:4px;outline:1px #aba8b1 solid;outline-offset:-1px;justify-content:space-between;align-items:center;display:flex;color:#171717;font-weight:400;font-size:16px;font-family:Lato;word-wrap:break-word;cursor:pointer}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn:last-of-type{margin-bottom:0}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-warrantPeriod{max-width:50%}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail{max-width:50%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving{font-size:12px;color:#4e444e}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving .save-price-percent{margin-right:8px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving .discount-money{text-decoration:line-through}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving.saving-force .discount-money{margin-left:8px;text-decoration:none}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn:hover:not(.selected),.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn:focus:not(.selected){outline:2px #000 solid;outline-offset:-2px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn.selected{outline:2px var(--med-blue) solid;outline-offset:-2px;font-weight:700}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn.selected .warranty-price-detail .warranty-price{font-size:12px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn.unSelect{cursor:not-allowed;background:#f5f5f5;color:#a8a8a8;pointer-events:none}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .price-btn-list ul li.price-btn.unSelect .warranty-price-detail .saving{color:#a8a8a8}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .v3-youtube-container{width:100%;height:409px;margin-top:16px;margin-bottom:16px;background-color:#d9d9d9}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .section-title{color:#000;font-size:20px;font-family:Lato;font-weight:700;word-wrap:break-word}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .spot-name{padding-top:16px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li{border-bottom:1px solid #707070}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li:last-of-type{border-bottom:0}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li:empty{border-bottom:0;padding:0}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .contentflex{display:flex;padding:16px 0}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-left{width:65px;height:44px;margin-right:18px}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-right{flex:1}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conName{font: 700 16px/21px Lato;margin-bottom:12.5px;color:#000}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conText{font: 14px/17px Lato;color:#6d656f}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conText a{border-bottom:2px solid #6d656f}.modal-mask.monitor-details.pcTablet .dialog-body .dialog-content .spot-content .contentHC li .c-right .youtube-video{margin-top:10px}.modal-mask.monitor-details.pcTablet .dialog-body .footer{width:100%;height:80px;padding:16px;background:#fff;box-shadow:5px 0 20px #0000001a;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:flex-end;align-items:center;gap:16px;display:inline-flex}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn{font-size:16px;font-family:Lato;font-weight:700;word-wrap:break-word;padding:12px 24px;background:#fff;border-radius:4px;outline:1px var(--med-blue) solid;outline-offset:-1px;justify-content:center;align-items:center;gap:10px;display:inline-flex}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-cancel{color:var(--med-blue);background-color:#fff}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-cancel:hover,.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-cancel:focus{background-color:var(--pale-blue)}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-confirm{color:#fff;background-color:var(--med-blue)}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-confirm:hover,.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-confirm:focus{background-color:var(--pale-blue);color:var(--med-blue)}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-disabled{cursor:not-allowed;background:var(--pale-blue);color:var(--med-blue);border-color:var(--med-blue);opacity:.8}.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-disabled:hover,.modal-mask.monitor-details.pcTablet .dialog-body .footer .btn.btn-disabled:focus{background:var(--pale-blue);color:var(--med-blue);border-color:var(--med-blue)}@media screen and (min-width: 768px) and (max-width: 1280px){.modal-mask.monitor-details .dialog-body{width:736px}}.modal-mask.monitor-details.mobile{justify-content:center;display:flex;background-color:#000000bf;z-index:99999}.modal-mask.monitor-details.mobile .monitor-detail-modal-body{height:100%;padding-bottom:40px;border-radius:12px 12px 0 0;color:#000;word-wrap:break-word}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .header{min-height:56px;padding:12px 16px;color:#000;font-size:24px;line-height:32px;font-family:var(--montserrat);font-weight:700;border-bottom:#ccc solid 1px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .header .close{right:16px;top:20px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content::-webkit-scrollbar{display:none}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content{padding:16px;margin:0}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content [id^=video_]{height:196px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .select-duration{margin-top:10px;margin-bottom:10px;position:relative}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select{border-radius:12px;height:56px;padding:8px 12px;outline:2px #aba8b1 solid;outline-offset:-2px;display:flex;align-items:center;justify-content:space-between}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select.opened{outline:3px #171717 solid;outline-offset:-3px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select.opened .arrow{transform:rotate(-135deg)}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select .arrow{position:relative;right:3px;top:-4px;transform:rotate(45deg);transform-origin:75% 75%;width:14px;height:14px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select .selected-period{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;font-weight:400;font-family:var(--notoSans)}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select .selected-period .duration{color:#4e444e;font-size:12px;line-height:14px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select .selected-period .duration:after{content:"*";color:#871c23;font-weight:700;line-height:14px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-select .selected-period .current-select-peionName{color:#171717;font-size:16px;line-height:24px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list{width:100%;border-radius:12px;padding:8px;background:#fff;box-shadow:0 8px 32px #00000029;position:absolute;top:60px;z-index:2}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul{display:flex;flex-direction:column;gap:4px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn{padding:12px;height:48px;border-radius:12px;justify-content:space-between;align-items:center;display:flex;color:#171717;font-weight:400;font-size:16px;font-family:var(--lato);line-height:24px;word-wrap:break-word;cursor:pointer}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-warrantPeriod{max-width:50%}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail{max-width:50%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving{font-size:12px;color:#4e444e}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving .save-price-percent{margin-right:8px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving .discount-money{text-decoration:line-through}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn .warranty-price-detail .saving.saving-force .discount-money{margin-left:8px;text-decoration:none}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn:hover:not(.selected),.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn:focus:not(.selected){background:#e4e4e4}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn.selected{background:#e4e4e4;font-weight:700}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn.unSelect{cursor:not-allowed;background:#f5f5f5;color:#a8a8a8;pointer-events:none}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .price-btn-list ul li.price-btn.unSelect .warranty-price-detail .saving{color:#a8a8a8}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .current-selected-price{font-size:18px;font-family:var(--montserrat);font-weight:700;line-height:22px;word-wrap:break-word;margin-bottom:23px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .v3-youtube-container{background-color:#d9d9d9}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .section-title{font-size:18px;font-family:var(--montserrat);font-weight:700;line-height:22px;margin-bottom:10px;color:#000}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .monitor-modal-title{color:#000;font-family:var(--lato);font-size:20px;font-weight:700;line-height:normal;margin:35px 0 16px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .spot-name{margin:0}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .collapse-container.feature-section .title.bm{border:0}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .collapse-container.feature-section .title{padding-bottom:24px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .collapse-container.feature-section .title .arrow{width:14px;height:14px;position:relative;right:5px;top:-4px;transform-origin:75% 75%}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .contentHC,.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .contentHC li{display:flex;flex-direction:column;gap:16px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .contentHC li>img{width:100%}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .contentHC li .conName{font-family:var(--montserrat);font-size:16px;font-weight:700;line-height:20px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .dialog-content .spot-content .contentHC li .conText{font-family:var(--notoSans);font-size:16px;font-weight:400;line-height:24px}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .footer{padding:16px;height:80px;box-shadow:0 4px 80px #00000040}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .footer .btn{width:100%;background:#171717;color:#fff;border:0;font-family:var(--notoSans);height:48px;border-radius:24px;opacity:1;font-size:16px;line-height:24px;font-weight:400;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .footer .btn.btn-disabled{cursor:not-allowed}.modal-mask.monitor-details.mobile .monitor-detail-modal-body .footer .btn:hover,.modal-mask.monitor-details.mobile .monitor-detail-modal-body .footer .btn:focus{background:#3b3b3b}.maverick-service[data-v-64a35f39]{--service-br: 4px;--service-pd: 12px 16px;--service-check-color: #294e95;--service-detail-color: #294e95;--service-uncheck-color: #aba8b1}.maverick-service__mobile[data-v-64a35f39]{--service-br: 12px;--service-pd: 12px;--service-check-color: #171717;--service-detail-color: #171717;--service-uncheck-color: #171717}.maverick-service[data-v-64a35f39]{display:flex;align-items:center;justify-content:space-between;border:2px solid #aba8b1;border-radius:var(--service-br);padding:var(--service-pd);cursor:pointer;transition:border-color .2s ease;margin:16px 0}@media (hover: hover){.maverick-service[data-v-64a35f39]:hover{border-color:#171717}}.maverick-service.selected[data-v-64a35f39]{border-color:var(--service-check-color)}.maverick-service__label[data-v-64a35f39]{display:flex;gap:8px;cursor:pointer;line-height:1}.maverick-service__checkbox[data-v-64a35f39]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--service-uncheck-color);border-radius:3px;cursor:pointer;position:relative;flex-shrink:0;transition:background-color .2s ease,border-color .2s ease}.maverick-service__checkbox[data-v-64a35f39]:checked{background-color:var(--service-check-color);border-color:var(--service-check-color)}.maverick-service__checkbox[data-v-64a35f39]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.maverick-service__text[data-v-64a35f39]{font-size:14px;color:#171717}.maverick-service__text strong[data-v-64a35f39]{font-weight:700}.maverick-service__details[data-v-64a35f39]{font-size:14px;color:#171717;text-decoration:underline;flex-shrink:0;color:var(--service-detail-color)}.rootContainerCls .collapse-container.section-container .section-title{font-family:Montserrat}.rootContainerCls .collapse-container.section-container .options-count-container .count{font-family:Noto Sans}.rootContainerCls .collapse-container.section-container .options-count-container .label{color:#4e444e}.spb-service-main[data-v-3c29e67b]{width:100%}.spb-service-main .spb-service-section-header[data-v-3c29e67b]{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.spb-service-main .spb-service-section-header .spb-service-section-headline[data-v-3c29e67b]{min-width:0}.spb-service-main .spb-service-section-header .spb-service-section-headline .spb-service-section-title[data-v-3c29e67b]{color:#171717;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.96px;font-family:Montserrat}.spb-service-main .spb-service-section-header .spb-service-section-headline .spb-service-section-subtitle[data-v-3c29e67b]{margin-top:8px;color:#171717;font-size:16px;font-weight:400;line-height:24px;font-family:Noto Sans}.spb-service-main .spb-service-section-header .spb-service-section-view-all[data-v-3c29e67b]{flex:0 0 auto;margin-top:2px;padding:0;border:0;background:transparent;color:#171717;cursor:pointer;font-size:16px;line-height:24px;letter-spacing:-.16px;text-align:center;font-family:Noto Sans;font-weight:400;border-bottom:1px solid #aba8b1}.spb-service-main .spb-service-section-header .spb-service-section-view-all[data-v-3c29e67b]:hover{border-bottom-color:#e1251b}.spb-service-main .spb-service-section-content[data-v-3c29e67b]{width:100%}.spb-service-main .spb-service-section-content .spb-service-section-switch[data-v-3c29e67b]{height:48px;width:100%;margin-bottom:24px}.spb-service-main .spb-service-section-content .spb-service-section-currentPlan[data-v-3c29e67b]{min-height:80px;width:100%;margin-bottom:24px}.spb-service-main .spb-service-section-content .spb-service-section-cards[data-v-3c29e67b]{gap:16px;width:100%;margin-bottom:24px}.spb-service-main .spb-service-section-content .spb-service-section-cards.vertical[data-v-3c29e67b]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.spb-service-main .spb-service-section-content .spb-service-section-cards.horizontal[data-v-3c29e67b]{display:flex;flex-direction:column}.spb-service-main .spb-service-section-content .spb-service-section-viewall[data-v-3c29e67b]{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:120px;padding:24px;border-radius:12px;background:#eaeef5;box-sizing:border-box}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-copy[data-v-3c29e67b]{min-width:0}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-title[data-v-3c29e67b]{margin:0;color:#171717;font-family:Montserrat;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.96px}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-subtitle[data-v-3c29e67b]{margin:8px 0 0;color:#4e444e;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.16px}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-button[data-v-3c29e67b]{flex:0 0 auto;min-width:116px;min-height:48px;padding:0 24px;border:2px solid #aba8b1;border-radius:100px;background:#fff;color:#171717;cursor:pointer;font-family:Noto Sans;font-size:16px;font-weight:400;line-height:24px;text-align:center;font-feature-settings:"liga" off,"clig" off;letter-spacing:-.16px}@media (max-width: 1279px){.spb-service-main .spb-service-section-content .spb-service-section-viewall[data-v-3c29e67b]{padding:16px;min-height:92px}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-title[data-v-3c29e67b]{color:#000}.spb-service-main .spb-service-section-content .spb-service-section-viewall .spb-service-viewall-subtitle[data-v-3c29e67b]{color:#000;margin:0}}@media (max-width: 680px){.spb-service-main .spb-service-section-content .spb-service-section-cards[data-v-3c29e67b]{flex-wrap:wrap}}.optional-section-header[data-v-718f8b2e]{width:100%;margin-bottom:24px}.optional-section-header .optional-section-headline[data-v-718f8b2e]{min-width:0;display:flex;align-items:flex-start;justify-content:flex-end;gap:16px;width:100%}.optional-section-header .optional-section-headline .optional-section-title[data-v-718f8b2e]{color:#171717;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.96px;font-family:Montserrat;flex:1}.optional-section-header .optional-section-subtitle[data-v-718f8b2e]{margin-top:8px;color:#171717;font-size:16px;font-weight:400;line-height:24px;font-family:Noto Sans}.optional-section-header .optional-section-view-all[data-v-718f8b2e]{flex:0 0 auto;margin-top:2px;padding:0;border:0;background:transparent;color:#171717;cursor:pointer;font-size:16px;line-height:24px;letter-spacing:-.16px;text-align:center;font-family:Noto Sans;font-weight:400;border-bottom:1px solid #aba8b1;font-feature-settings:"liga" off,"clig" off}.optional-section-header .optional-section-view-all[data-v-718f8b2e]:hover{border-bottom-color:#e1251b}@media screen and (max-width: 680px){.optional-section-header[data-v-718f8b2e]{margin-bottom:12px}.optional-section-header .optional-section-headline .optional-section-title[data-v-718f8b2e]{font-size:16px;line-height:20px}}.optional-section[data-v-55af158a]{width:100%}.optional-section .optional-section-content[data-v-55af158a]{display:flex;flex-wrap:nowrap;gap:16px;width:100%}@media (max-width: 1279px){.optional-section .optional-section-content[data-v-55af158a]{flex-wrap:wrap}}@media (max-width: 680px){.optional-section .optional-section-content[data-v-55af158a]{flex-wrap:wrap;justify-content:center}}.spb-nav-tab-wrapper[data-v-db0b05ba]{width:100%}.spb-nav-tab__sentinel[data-v-db0b05ba],.spb-nav-tab__tabs-sentinel[data-v-db0b05ba]{width:100%;height:1px}.spb-nav-tab[data-v-db0b05ba]{width:100%;background:#fff}.spb-nav-tab.is-sticky[data-v-db0b05ba]{position:fixed;top:var(--spb-nav-tab-sticky-top, 0);left:0;right:0;width:100%;z-index:var(--spb-nav-tab-sticky-z-index, 10);box-shadow:0 8px 18px #1717171f}.spb-nav-tab__header[data-v-db0b05ba]{min-height:88px;max-width:1100px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:40px 16px 16px;margin:0 auto;background:#fff}.spb-nav-tab__title[data-v-db0b05ba]{min-width:0;color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:32px;letter-spacing:0}.spb-nav-tab__close[data-v-db0b05ba]{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#414346;cursor:pointer}.spb-nav-tab__close svg[data-v-db0b05ba]{width:24px;height:24px}.spb-nav-tab__close[data-v-db0b05ba]:hover{color:#171717}.spb-nav-tab__close[data-v-db0b05ba]:focus-visible{outline:2px solid #171717;outline-offset:2px}.spb-nav-tab__tabs[data-v-db0b05ba]{display:flex;align-items:flex-end;gap:24px;max-width:1100px;min-height:56px;padding:12px 16px;margin:0 auto;overflow-x:auto;background:#fff;scrollbar-width:none}.spb-nav-tab__tabs[data-v-db0b05ba]::-webkit-scrollbar{display:none}.spb-nav-tab__tabs.is-sticky[data-v-db0b05ba]{position:fixed;top:var(--spb-nav-tab-sticky-top, 0);left:0;right:0;width:100%;z-index:var(--spb-nav-tab-sticky-z-index, 10);box-shadow:0 8px 18px #1717171f}.spb-nav-tab__tab[data-v-db0b05ba]{position:relative;flex:0 0 auto;max-width:180px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 0 5px;border:0;border-bottom:2px solid transparent;background:transparent;color:#4e444e;font-family:var(--font-family-Body, "Noto Sans");font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:0;white-space:nowrap;cursor:pointer;transition:color .18s ease,border-color .18s ease}.spb-nav-tab__tab.is-active[data-v-db0b05ba]{color:#171717;font-weight:700;border-bottom-color:#e1251b}.spb-nav-tab__tab.is-disabled[data-v-db0b05ba]{opacity:.48;cursor:not-allowed}.spb-nav-tab__tab[data-v-db0b05ba]:hover:not(:disabled){color:#171717}.spb-nav-tab__tab[data-v-db0b05ba]:focus-visible{outline:2px solid #171717;outline-offset:2px}@media screen and (max-width: 680px){.spb-nav-tab__header[data-v-db0b05ba]{min-height:72px;max-width:600px}.spb-nav-tab__title[data-v-db0b05ba]{font-size:20px;line-height:28px}.spb-nav-tab__tabs[data-v-db0b05ba]{gap:20px;min-height:52px;max-width:600px}.spb-nav-tab__tab[data-v-db0b05ba]{max-width:144px;font-size:14px;line-height:20px}}@keyframes fullPbTipFadeOut{0%{opacity:1;display:block}to{opacity:0;display:none}}.full-pb-product-tip{background-color:#3b3b3b;box-shadow:0 8px 32px #00000029;border-radius:8px;color:#fff;position:fixed;bottom:160px;width:90%;left:50%;transform:translate(-50%);padding:12px;z-index:9999;font-size:16px;opacity:1;line-height:1.5;pointer-events:none;animation:fullPbTipFadeOut 2.9s ease-in forwards}@media (min-width: 1280px){.full-pb-product-tip{bottom:21px;font-size:14px;max-width:1000px}}@media screen and (min-width: 769px) and (max-width: 1280px){.full-pb-product-tip{bottom:176px;max-width:600px;font-size:14px}}.pickupAndDelivery-container{display:inline-block;width:100%}.pickupAndDelivery-container .delivery-mr-5{margin-right:3px;font-size:16px;display:inline}.pickupAndDelivery-container:empty{display:none}.pickup-delivery-pdpHero>.pickup-container,.pickup-delivery-pdpHero>.delivery-mr-5,.pickup-delivery-pdpHero>.delivery-container{color:#000;letter-spacing:0px;font: 16px/19px Lato !important}.pickup-delivery-pdpHero .pickup-text,.pickup-delivery-pdpHero .delivery-text{text-decoration:underline;color:#294e95;cursor:pointer;letter-spacing:0px;font: 700 16px/19px Lato !important}.pickup-delivery-Pc>.pickup-container,.pickup-delivery-Pc>.delivery-mr-5,.pickup-delivery-Pc>.delivery-container{color:#000;letter-spacing:0px;font: 13px/16px Lato}.pickup-delivery-Pc .pickup-text,.pickup-delivery-Pc .delivery-text{text-decoration:underline;color:#294e95;cursor:pointer;letter-spacing:0px;font: 700 13px/16px Lato}body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.delivery-mr-5,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.pickup-container,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.delivery-container{font: 16px/19px Lato;letter-spacing:0px;color:#fff}@media (max-width: 749px){body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.delivery-mr-5,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.pickup-container,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming>.delivery-container{font: 16px/24px Noto Sans;letter-spacing:-.16px}}body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming .pickup-text,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming .delivery-text{text-decoration:underline;font: 700 16px/19px Lato;color:#fff}@media (max-width: 749px){body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming .pickup-text,body.gaming-theme-black .pickupAndDelivery-container.style-auto-gaming .delivery-text{font: 16px/24px Noto Sans;letter-spacing:-.16px}}.pickup-container{display:inline;font-family:Noto Sans;font-size:16px;color:#4e444e;letter-spacing:-.16px;line-height:24px}.pickup-container .pickup-text{text-decoration:underline}.pickup-container .delivery-mr-5{margin-right:3px}.pickup-container-expanded{font-family:Noto Sans;font-size:16px;color:#4e444e;letter-spacing:-.16px;line-height:24px;position:relative;overflow:hidden}.pickup-container-expanded .pickup-text{text-decoration:underline}.pickup-container-expanded .delivery-mr-5{margin-right:3px}.pickup-content-cart{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.pickup-container-cart{display:inline-block;position:relative;width:100%}.pickup-arrow{min-width:10px;transform:rotate(45deg);transform-origin:50% 50%;width:10px;height:10px;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s;position:absolute;top:6px;right:10px;cursor:pointer}.pickup-arrow.expanded{bottom:0;transform:rotate(-135deg)}.pickup-content.expanded-content{white-space:normal;overflow:visible;text-overflow:clip}.pickup_text{text-decoration:underline;padding-right:4px;font-family:Noto Sans;font-size:16px;color:var(--dark-gray-1);letter-spacing:-.16px;line-height:24px}.pincode-info{font-family:Noto Sans;font-size:16px;color:var(--dark-gray-1);letter-spacing:-.16px;line-height:24px;display:inline}.pincode-info div{display:inline;padding-right:4px}.pincode-info .pincode-availability{text-decoration:underline}.delivery-container.delivery-container-MT{display:inline;font-family:Noto Sans;font-size:16px;color:var(--dark-gray-1);position:relative;letter-spacing:-.16px;line-height:24px}.delivery-container.delivery-container-MT .delivery-text{font-family:Noto Sans;text-decoration:underline}.delivery-container.delivery-container-MT .delivery-mr-5{margin-right:3px}.label{font-family:Noto Sans;color:#171717;white-space:nowrap;font-weight:700}.delivery-container-expanded{font-family:Noto Sans;font-size:16px;color:#4e444e;letter-spacing:-.16px;line-height:24px;position:relative;overflow:hidden}.delivery-container-expanded .delivery-text{text-decoration:underline}.delivery-container-expanded .delivery-mr-5{margin-right:3px}.delivery-content-cart{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.delivery-content-cart .tooltipV2{margin-right:5px}.delivery-content-cart .tooltipV2 .tooltipV2-content{min-height:unset;padding:10px;color:#000}.delivery-content-cart .tooltipV2 .tooltipV2-content .hw-tip-des{color:#000;font-size:14px}.delivery-container-cart{display:inline-block;position:relative;width:100%}.expanded-width{width:90%}.overflow{text-overflow:clip}.delivery-arrow{min-width:10px;transform:rotate(45deg);transform-origin:50% 50%;width:10px;height:10px;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;display:inline-block;transition:transform .3s;position:absolute;top:6px;right:10px;cursor:pointer}.delivery-arrow.expanded{bottom:0;transform:rotate(-135deg)}.delivery-content.expanded-content{white-space:normal;overflow:visible;text-overflow:clip}.tooltipV2.style-auto-gaming.mt-delivery-popover{margin-left:3px}.tooltipV2.style-auto-gaming.mt-delivery-popover .iconfont-tooltipIcon{color:var(--dark-gray-1)}.body-tooltipV2.style-auto-gaming.mt-delivery-popover{margin-right:5px}.body-tooltipV2.style-auto-gaming.mt-delivery-popover .tooltipV2-content{min-height:unset;padding:10px;color:var(--dark-gray-1);z-index:999999;background-color:#fff !important}.body-tooltipV2.style-auto-gaming.mt-delivery-popover .tooltipV2-content .preorder-message-tip-des{font-family:Noto Sans;color:var(--dark-gray-1);font-size:14px}.finance-wrapper.finance-wrapper-MT{display:inline-block;align-items:center;width:100%;height:64px;font-family:Noto Sans !important;background-color:#faeceb;padding:16px 21px 13px 16px;margin-top:16px;border-radius:12px;color:#171717}.finance-wrapper.finance-wrapper-MT.shine{background:#f6f7f8 linear-gradient(to right,#f6f7f8 0%,#edeef1 20%,#f6f7f8 40%,#f6f7f8 100%) no-repeat !important}.finance-wrapper.finance-wrapper-MT .ca-widget-container{font-size:14px !important}.finance-wrapper.finance-wrapper-MT .ca-widget-container .ca-content-container{line-height:16px}.finance-wrapper.finance-wrapper-MT .ca-widget-container .ca-link{font-size:14px;color:#171717}.product-finance-wrapper{width:100%;font-size:14px;line-height:18px;font-family:Noto Sans !important;letter-spacing:-.16px;color:#4e444e;position:relative;margin-top:10px}.product-finance-wrapper .or-text{line-height:18px;position:absolute;left:0;top:0}.product-finance-wrapper .ca-lenovo-promotional-widget{text-indent:20px}.product-finance-wrapper .ca-widget-container{font-size:14px !important}.product-finance-wrapper .ca-widget-container .ca-content-container .ca-links-container,.product-finance-wrapper.hide_logo .ca-widget-container .ca-widget-img{display:none !important}.gaming-theme-black .finance-wrapper.finance-wrapper-MT.style-auto-gaming.shine{background:#333f48 linear-gradient(to right,#333f48 0%,#4a5863 20%,#333f48 40%,#333f48 100%) !important}.gaming-theme-black .product-finance-wrapper.style-auto-gaming{color:#aba8b1 !important}.card-edu-label{--font-color: #000}.card-edu-label .non-label{text-align:left;font: 14px/17px Lato;letter-spacing:0px;color:var(--font-color);opacity:1}.card-edu-label .price-label{text-align:left;font: 700 14px/17px Lato;letter-spacing:0px;color:var(--font-color);opacity:1}.card-edu-label .could-save{text-align:left;font: 12px/15px Lato;letter-spacing:0px;color:var(--font-color)}.card-edu-label .could-save-link{text-align:left;text-decoration:underline;font: 12px/15px Lato;letter-spacing:0px;color:var(--link-color)}.card-edu-label.edu-mobile .non-label{text-align:left;font: 16px/24px Noto Sans;letter-spacing:-.16px;color:#4e444e;opacity:1}.card-edu-label.edu-mobile .price-label{text-align:left;font: 16px/24px Noto Sans;letter-spacing:-.16px;color:#171717;opacity:1}.card-edu-label.edu-mobile .could-save{text-align:left;font: 14px/16px Noto Sans;letter-spacing:0px;color:var(--font-color)}.card-edu-label.edu-mobile .could-save-link{text-align:left;text-decoration:underline;font: 14px/16px Noto Sans;letter-spacing:0px;color:var(--link-color)}.gaming-theme-black .card-edu-label.style-auto-gaming{--font-color: #fff}.gaming-theme-black .card-edu-label.style-auto-gaming div{color:var(--font-color) !important}.gaming-theme-black .card-edu-label.style-auto-gaming .could-save-link,.gaming-theme-black .card-edu-label.style-auto-gaming.edu-mobile .non-label,.gaming-theme-black .card-edu-label.style-auto-gaming.edu-mobile .price-label,.gaming-theme-black .card-edu-label.style-auto-gaming.edu-mobile .could-save-link{color:var(--font-color)}.summary-view-container{position:relative}.summary-view-container .collapse-container .is-active{max-height:fit-content}.summary-view-container .header{padding:24px 16px 9.5px}.summary-view-container .header .title{font-weight:700;font-size:24px;line-height:24px;font-family:var(--montserrat);letter-spacing:-.96px;color:var(--font-color)}.summary-view-container .header:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:77px;height:4px;background-color:#e8e8e8}.summary-view-container .dialog-content{border-top:1px solid #ccc}.summary-view-container .footer{display:flex;width:100%;padding:16px 20px;align-items:center;border-radius:12px 12px 0 0}.summary-view-container .footer .pb-cart-button{margin:0;width:100%;font-weight:500;font-size:16px;line-height:16px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--bg-color)}.summary-view-container .footer .continue-to-cart{color:var(--bg-color)}.summary-view-container.dialog-body{border-radius:12px 12px 0 0}.summary-view-container.dialog-body .header{padding:24px 16px 9.5px;align-items:center}.summary-content .discount{font-size:14px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1);font-weight:400}.summary-content .discount>span:first-child{margin-right:8px}.summary-content .discount .priceSave{display:inline-block;margin-right:10px}.summary-content .discount .priceSave span:first-child{margin-right:3px}.summary-content .discount .estLabel{display:inline-block}.summary-content .discount .estLabel .estLabelTooltip{display:inline-block;margin:0 3px 0 6px;position:relative}.summary-content .discount .estLabel .estLabelTooltip .card-popover{left:-90px !important}.summary-content .discount .estLabel .estLabelTooltip .est-info-icon{width:14px;height:14px;margin-bottom:-1px}.summary-content .discount .estLabel .estLabelTooltip .est-title{font-size:14px;font-weight:700;padding-bottom:6.5px;border-bottom:1px solid #CCC;width:180px}.summary-content .discount .estLabel .estLabelTooltip .est-des{padding-top:6.5px;font-weight:400;font-size:12px;line-height:15px;width:180px}.summary-content .discount .discount-price{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1);margin-left:3px}.summary-content .price-summary-section .tax-section{font-size:13px;line-height:24px;font-weight:400;display:inline;margin-left:3px}.summary-content .price-summary-section .tax-section .vat-info{font-size:13px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.13px;color:var(--dark-gray-1)}.summary-content .price-summary-section .main-price-section .price{font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color);font-weight:700}.summary-content .price-summary-section .main-price-section .price span:first-child{margin-right:3px}.summary-content .price-summary-section .collapse-container .title{padding-bottom:0;margin-bottom:4px;text-wrap:wrap}.summary-content .price-summary-section .collapse-container .title.is-close{align-items:flex-start;margin-bottom:0}.summary-content .price-summary-section .collapse-container .content-warp{margin-top:0}.summary-content .price-summary-section .discount-summary-section{background:#f8f8f8 0% 0% no-repeat padding-box;border-radius:12px}.summary-content .price-summary-section .discount-summary-section li:first-child{padding-top:15px}.summary-content .price-summary-section .discount-summary-section li{display:flex;font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1);padding:12px 12px 12px 16px;transform:scale(1);border-bottom:2px solid #e8e8e8;opacity:1;align-items:center}.summary-content .price-summary-section .discount-summary-section li .name{padding-right:5px}.summary-content .price-summary-section .discount-summary-section li .est{text-decoration-line:underline;text-decoration-style:dashed;text-underline-offset:4px}.summary-content .price-summary-section .discount-summary-section li .coupon-code{font-weight:700}.summary-content .price-summary-section .discount-summary-section li .final-price{font-weight:700;font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.summary-content .price-summary-section .discount-summary-section li .text_underline{cursor:pointer;border-bottom:1px dotted #707070}.summary-content .price-summary-section .discount-summary-section li.unstackable{flex-direction:column;align-items:flex-start;justify-content:center}.summary-content .price-summary-section .discount-summary-section li.unstackable .instant-saving,.summary-content .price-summary-section .discount-summary-section li.unstackable .ecoupon-savings{display:flex;font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1)}.summary-content .price-summary-section .discount-summary-section li.unstackable .divider{font-weight:700;font-size:14px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.14px;color:var(--dark-gray-1);margin:12px 0}.summary-content .price-summary-section .discount-summary-section li.unstackable .unstackable-msg{font-size:14px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.14px;color:var(--dark-gray-1);margin-top:12px}.summary-content .price-summary-section .discount-summary-section li:last-child{border-bottom:0;padding-bottom:15px}.summary-content .system-summary-section{margin-top:24px}.summary-content .system-summary-section .system-summary-title{font-weight:700;font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--font-color)}.summary-content .system-summary-section .system-price .mc-name{margin-right:2px}.summary-content .system-summary-section .system-name,.summary-content .system-summary-section .system-price{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1)}.summary-content .rewards-summry-section{display:flex;font-size:14px;line-height:16px;font-family:var(--notoSans);padding:13px 0;border-bottom:1px solid #CCC;color:var(--font-color)}.summary-content .rewards-summry-section .heading{font-weight:700;margin-right:4px}.summary-content .rewards-summry-section .join-now{margin-left:5px;font-weight:700}.summary-content .rewards-summry-section .join-now a{color:var(--font-color) !important}.summary-content .finance-summary-section{padding:13px 0;font-size:14px;line-height:18px;letter-spacing:-.14px;color:var(--font-color);font-family:var(--notoSans);border-bottom:1px solid #CCC}.summary-content .finance-summary-section .heading{margin-right:4px}.summary-content .finance-summary-section .ca-lenovo-promotional-widget{display:inline}.summary-content .finance-summary-section .ca-lenovo-promotional-widget .ca-widget-container{display:inline;font-size:14px;line-height:18px}.summary-content .finance-summary-section .ca-lenovo-promotional-widget .ca-widget-container .ca-content-container{display:inline}.summary-content .finance-summary-section .ca-lenovo-promotional-widget .ca-widget-container .ca-content-container .ca-bold{font-weight:400}.summary-content .finance-summary-section .ca-lenovo-promotional-widget .ca-widget-container .ca-content-container .ca-links-container{font-size:14px;line-height:18px}.summary-content .finance-summary-section .ca-lenovo-promotional-widget .ca-widget-container .ca-content-container .ca-link{color:var(--font-color);font-weight:400}.summary-content .finance-summary-section .finance-wrapper{padding:0;display:inline;background:0}.summary-content .release-message-section{margin-top:16px}.summary-content .release-message-section:empty{margin:0}.summary-content .transport-summary-section{padding:8px 29px 13px 0;display:flex;font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1)}.summary-content .transport-summary-section .pickup,.summary-content .transport-summary-section .delivery{text-decoration:underline;margin-right:4px}.summary-content .transport-summary-section .divider{margin-right:4px}.summary-content .summary-topi-promo{background-color:#eaeef5;border-radius:12px;padding:16px}.summary-content .system-specs-section{margin-top:24px}.summary-content .system-specs-section .collapse-container .title{padding-bottom:0;align-items:center}.summary-content .system-specs-section .collapse-container .title .arrow.arrow-active{margin-top:6px}.summary-content .system-specs-section .collapse-container .title .arrow{margin-top:0}.summary-content .system-specs-section .collapse-container .title .heading{font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.summary-content .system-specs-section .content-warp.is-active{margin-top:0;display:block}.summary-content .system-specs-section .content-warp{display:none}.summary-content .system-specs-section .content-warp li:first-child{margin-top:18px}.summary-content .system-specs-section li:first-child{padding-top:0}.summary-content .system-specs-section li{padding:10px 0}.summary-content .system-specs-section li .specs-title{font-size:16px;font-weight:700;line-height:24px;font-family:var(--notoSans);color:var(--font-color);margin-bottom:2px}.summary-content .system-specs-section li .specs-value{font-size:16px;font-weight:400;line-height:24px;font-family:var(--notoSans);color:var(--dark-gray-1)}.summary-content .system-specs-section li:not(:last-child){border-bottom:2px solid #e8e8e8}.summary-content .system-specs-section li:last-child{padding-bottom:0}.summary-content .addon-summary-section{margin-top:24px}.summary-content .addon-summary-section .collapse-container .title{padding-bottom:0;align-items:center}.summary-content .addon-summary-section .collapse-container .title .arrow.arrow-active{margin-top:6px}.summary-content .addon-summary-section .collapse-container .title .arrow{margin-top:0}.summary-content .addon-summary-section .collapse-container .title .heading{font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.summary-content .addon-summary-section .edit{text-decoration:underline}.summary-content .addon-summary-section .pb_product_number_section{font-weight:400;font-size:13px !important;font-family:inherit;color:#000}.summary-content .addon-summary-section li{color:var(--dark-gray-1);font-size:16px;line-height:24px;letter-spacing:-.16px;font-family:var(--notoSans);margin-bottom:20px}.summary-content .addon-summary-section li:first-child{margin-top:18px}.summary-content .addon-summary-section li:last-child{margin-bottom:0}.summary-content .addon-summary-section .specs-title{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--dark-gray-1)}.summary-content .addon-summary-section .specs-title .free-trial-msg{font-size:14px;line-height:24px;font-weight:400;font-family:var(--notoSans);letter-spacing:-.14px;color:var(--dark-gray-1)}.summary-content .addon-summary-section .specs-title .addon-product-taxWrapper{display:flex;justify-content:space-between}.summary-content .addon-summary-section .specs-title .addon-product-taxWrapper .taxLabel{margin-left:10px}.summary-content .addon-summary-section .specs-title .addon-product-taxWrapper:not(:has(strike)){justify-content:flex-end}.summary-content .addon-summary-section .specs-title .addon-product-taxWrapper:not(:has(strike)) .taxLabel{margin-left:0}.summary-content .addon-summary-section .content-warp{margin-top:0;display:none}.summary-content .addon-summary-section .content-warp.is-active{display:block}.summary-content .cto-specs-section{margin-top:24px}.summary-content .cto-specs-section .content-warp{margin-top:0;display:none}.summary-content .cto-specs-section .content-warp.is-active{display:block}.summary-content .cto-specs-section .collapse-container .title{padding-bottom:0;align-items:center}.summary-content .cto-specs-section .collapse-container .title .arrow.arrow-active{margin-top:6px}.summary-content .cto-specs-section .collapse-container .title .arrow{margin-top:0}.summary-content .cto-specs-section .collapse-container .title .heading{font-size:20px;line-height:28px;font-family:var(--montserrat);letter-spacing:-1px;color:var(--font-color)}.summary-content .cto-specs-section ul>li:first-child{margin-top:18px}.summary-content .cto-specs-section ul>li:not(:last-child){padding-bottom:10px;border-bottom:2px solid #e8e8e8;margin-bottom:10px}.summary-content .cto-specs-section ul>li:not(:last-child) .cto-reset-btn{display:none}.summary-content .cto-specs-section ul>li:last-child .cto-reset-btn{margin-top:12px;font-weight:500;font-size:16px;line-height:16px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--font-color);text-decoration:underline}.summary-content .cto-specs-section .specs-title{font-size:16px;font-weight:700;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:var(--font-color)}.summary-content .cto-specs-section .specs-desc{font-size:16px;font-family:var(--notoSans);line-height:24px;color:var(--dark-gray-1)}.summary-content .action-buttons{display:flex;align-items:center}.summary-content .action-buttons .divider{margin:0 8px;width:1px;background-color:#171717;height:14px}.summary-content .action-buttons .edit,.summary-content .action-buttons .remove{text-decoration:underline}.summary-content .inventory-message-section{margin:18px 0 24px;padding:16px 21px 16px 16px;background-color:#f1e1ed;border-radius:12px;font-size:14px;font-weight:400;line-height:16px;font-family:var(--notoSans);letter-spacing:-.42px;color:var(--font-color)}.modal-mask.summary-view-container{background-color:#171717cc;z-index:99999;position:fixed}.dlp-new-login-modal{display:none;position:fixed;background-color:#171717cc;top:0;left:0;width:100%;height:100%;z-index:9999999;overflow:hidden;transition:opacity .3s ease}.dlp-new-login-modal .new-login-modal{width:100%;height:100%;background-color:#fff;box-shadow:0 2px 8px #000;transition:all .3s ease;display:flex;flex-direction:column}.dlp-new-login-modal .new-login-modal .dialog_title{position:relative;padding:0 16px;width:100%;height:48px;display:flex;align-items:center}.dlp-new-login-modal .new-login-modal .dialog_title .back-btn{width:13px;height:20px;margin-right:16px}.dlp-new-login-modal .new-login-modal .dialog_title_text{font-weight:700;font: 700 24px/16px Montserrat,Lato,Helvetica,Arial,sans-serif}.dlp-new-login-modal .new-login-modal .dialog_title .close{display:block;cursor:pointer;height:16px;width:16px;top:14px;right:16px;position:absolute;z-index:9999}.dlp-new-login-modal .new-login-modal .dialog_title .close:before,.dlp-new-login-modal .new-login-modal .dialog_title .close:after{content:"";position:absolute;top:-1px;left:8px;height:20px;width:2px;background-color:#000}.dlp-new-login-modal .new-login-modal .dialog_title .close:before{transform:rotate(45deg)}.dlp-new-login-modal .new-login-modal .dialog_title .close:after{transform:rotate(-45deg)}.dlp-new-login-modal .new-login-modal #dlp-new-login{flex:1;overflow-y:scroll}.body-tooltipV2.price-ecoupon-limit_body{width:200px;position:relative;padding:0 !important;z-index:999999}.body-tooltipV2.price-ecoupon-limit_body .stp-des{padding:11px 12px 15px 18px;color:#000;font-size:16px;font-family:Noto Sans;line-height:20px}.body-tooltipV2.price-ecoupon-limit_body .tooltipV2-content{min-height:unset}.summary-content[data-v-89bbd270]{display:flex;flex-direction:column}.summary-content .summary-top[data-v-89bbd270]{display:flex;margin-bottom:24px;flex-direction:row;justify-content:space-between;padding:24px 0;border-bottom:1px solid #aba8b1}.summary-content .summary-top .summary-top__price[data-v-89bbd270]{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.summary-content .summary-top .discount[data-v-89bbd270]{font-family:Noto Sans;font-size:14px;line-height:18px;font-weight:400;letter-spacing:-.14px;color:#4e444e;white-space:nowrap}.summary-content .summary-top .discount>span[data-v-89bbd270]:first-child{margin-right:0}.summary-content .summary-top .discount .priceSave[data-v-89bbd270]{display:inline;margin-right:6px}.summary-content .summary-top .discount .priceSave>span[data-v-89bbd270]{margin-right:4px}.summary-content .summary-top .discount .priceSave>span[data-v-89bbd270]:last-child{margin-right:0}.summary-content .summary-top .discount .priceSave .savingPercent[data-v-89bbd270]{margin-left:2px}.summary-content .summary-top .discount .estLabel[data-v-89bbd270]{display:inline;margin-left:4px}.summary-content .summary-top .discount .estLabel>span[data-v-89bbd270]:first-child{margin-right:4px}.summary-content .summary-top .discount .estLabel .discount-price[data-v-89bbd270]{font-size:14px;line-height:18%;font-weight:400;color:#4e444e;margin-left:0;text-decoration:none;letter-spacing:-.14px}.summary-content .summary-top .price-summary-section[data-v-89bbd270] .collapse-container .title{justify-content:flex-end}.summary-content .summary-top .price-summary-section[data-v-89bbd270] .collapse-container .arrow{margin-left:8px}.summary-content .summary-medium[data-v-89bbd270]{display:flex;flex-direction:column;gap:24px;padding-bottom:24px;font-size:14px;line-height:18px;color:#171717;font-weight:400;font-family:Noto Sans}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270],.summary-content .summary-medium .rewards-summry-section[data-v-89bbd270],.summary-content .summary-medium .release-message-section[data-v-89bbd270],.summary-content .summary-medium .paypal-summary-section[data-v-89bbd270],.summary-content .summary-medium .katapult-summary-section[data-v-89bbd270],.summary-content .summary-medium .transport-summary-section[data-v-89bbd270],.summary-content .summary-medium .inventory-message-section[data-v-89bbd270]{border:0;padding:0}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270]{font-family:Noto Sans;font-size:14px;line-height:18px;color:#171717;letter-spacing:normal}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .finance-wrapper{display:block;padding:0;background:0}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .self-financing-text{display:block;margin:0 0 4px;font-weight:700;font-size:14px;line-height:18px;color:#171717}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-lenovo-promotional-widget{display:block}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-widget-container{display:block;font-size:14px;line-height:18px}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-content-container{display:block;color:#171717}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-bold{font-weight:700}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-links-container{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:4px;font-size:14px;line-height:18px}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-link{color:#294e95;font-weight:700;text-decoration:underline}.summary-content .summary-medium .finance-summary-section[data-v-89bbd270] .ca-link+.ca-link{margin-left:8px;padding-left:8px;border-left:1px solid #aba8b1;text-decoration:underline}.summary-content .summary-medium .rewards-section[data-v-89bbd270]{width:100%;display:flex;flex-direction:column;gap:8px;border-radius:12px;padding:16px;background:#f5f5f5}.summary-content .summary-medium .rewards-section .rewards-header[data-v-89bbd270]{display:flex;align-content:center;gap:16px}.summary-content .summary-medium .rewards-section .heading[data-v-89bbd270]{display:inline-flex;color:#171717;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.16px;text-transform:uppercase}.summary-content .summary-medium .paypal-summary-section[data-v-89bbd270]{height:24px}.summary-content .options-section[data-v-89bbd270]{padding-top:24px;border-top:1px solid #aba8b1}.summary-content .options-section ul[data-v-89bbd270]{list-style:none;padding-left:0}.summary-content .options-section ul li[data-v-89bbd270]{display:flex;padding:12px 0 0}.summary-content .options-section ul li[data-v-89bbd270]:first-child{padding:12px 0 0;margin-top:0}.summary-content .options-section ul li[data-v-89bbd270]:not(:last-child){border:0}.summary-content .options-section ul li .addon-summary-item[data-v-89bbd270]{margin-bottom:4px;display:flex;justify-content:flex-start;gap:16px;width:100%}.summary-content .options-section ul li .addon-summary-item .addon-summary-item__name[data-v-89bbd270]{flex:1}.summary-content .cto-specs-section[data-v-89bbd270],.summary-content .system-specs-section[data-v-89bbd270],.summary-content .addon-summary-section[data-v-89bbd270]{margin-top:16px;padding-top:16px;border-top:1px solid #aba8b1}.summary-content .cto-specs-section[data-v-89bbd270] .collapse-container .title,.summary-content .system-specs-section[data-v-89bbd270] .collapse-container .title,.summary-content .addon-summary-section[data-v-89bbd270] .collapse-container .title{padding:8px 0;align-items:center}.summary-content .cto-specs-section[data-v-89bbd270] .collapse-container .title .arrow,.summary-content .cto-specs-section[data-v-89bbd270] .collapse-container .title .arrow.arrow-active,.summary-content .system-specs-section[data-v-89bbd270] .collapse-container .title .arrow,.summary-content .system-specs-section[data-v-89bbd270] .collapse-container .title .arrow.arrow-active,.summary-content .addon-summary-section[data-v-89bbd270] .collapse-container .title .arrow,.summary-content .addon-summary-section[data-v-89bbd270] .collapse-container .title .arrow.arrow-active,.summary-content .cto-specs-section[data-v-89bbd270] .collapse-container .content-warp,.summary-content .cto-specs-section[data-v-89bbd270] .collapse-container .content-warp.is-active,.summary-content .system-specs-section[data-v-89bbd270] .collapse-container .content-warp,.summary-content .system-specs-section[data-v-89bbd270] .collapse-container .content-warp.is-active,.summary-content .addon-summary-section[data-v-89bbd270] .collapse-container .content-warp,.summary-content .addon-summary-section[data-v-89bbd270] .collapse-container .content-warp.is-active{margin-top:0}.summary-content .cto-specs-section .heading[data-v-89bbd270],.summary-content .system-specs-section .heading[data-v-89bbd270],.summary-content .addon-summary-section .heading[data-v-89bbd270]{font-size:20px;font-weight:700;line-height:28px;font-family:Noto Sans;color:#171717;letter-spacing:-1px}.summary-content .cto-specs-section ul[data-v-89bbd270],.summary-content .system-specs-section ul[data-v-89bbd270],.summary-content .addon-summary-section ul[data-v-89bbd270]{margin:0;padding:0;list-style:none}.summary-content .cto-specs-section .cto-specs-title-row[data-v-89bbd270]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding-right:28px}.summary-content .cto-specs-section .cto-specs-title-row .cto-reset-btn[data-v-89bbd270]{font-size:16px;line-height:24px;font-family:Noto Sans;color:#171717;cursor:pointer;font-weight:400;letter-spacing:-.16px;display:inline-flex;border-bottom:solid 2px #aba8b1}.summary-content .cto-specs-section .cto-specs-title-row .cto-reset-btn[data-v-89bbd270]:hover,.summary-content .cto-specs-section .cto-specs-title-row .cto-reset-btn[data-v-89bbd270]:focus{border-bottom:solid 2px #e1251b}.summary-content .cto-specs-section ul>li[data-v-89bbd270]{display:block;padding:12px 0;margin:0;border-bottom:1px solid #e8e8e8}.summary-content .cto-specs-section ul>li[data-v-89bbd270]:first-child{padding-top:12px;margin-top:0}.summary-content .cto-specs-section ul>li[data-v-89bbd270]:last-child{border-bottom:0;padding-bottom:0}.summary-content .cto-specs-section ul>li>div[data-v-89bbd270]{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title   title" "values  actions";column-gap:12px;row-gap:4px}.summary-content .cto-specs-section ul>li .specs-title[data-v-89bbd270]{grid-area:title;font-size:16px;font-weight:700;line-height:24px;color:#171717;margin-bottom:0;font-family:Noto Sans}.summary-content .cto-specs-section ul>li ol[data-v-89bbd270]{grid-area:values;margin:0;padding:0;list-style:none}.summary-content .cto-specs-section ul>li ol>li[data-v-89bbd270]{padding:0;margin:0;border:0;display:block}.summary-content .cto-specs-section ul>li .specs-desc[data-v-89bbd270]{margin:0;font-size:16px;line-height:24px;color:#4e444e;font-family:Noto Sans;font-weight:400;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.summary-content .cto-specs-section ul>li .specs-desc .specs-desc__value[data-v-89bbd270]{flex:1;color:#4e444e;font-weight:400}.summary-content .cto-specs-section ul>li .specs-desc .specs-desc__price[data-v-89bbd270]{white-space:nowrap;color:#4e444e;font-weight:400}.summary-content .cto-specs-section ul>li .spec-solder[data-v-89bbd270]{margin:4px 0 0;font-size:16px;line-height:24px;color:#4e444e;font-weight:400}.summary-content .cto-specs-section ul>li .action-buttons[data-v-89bbd270]{grid-area:actions;align-self:start;display:flex;align-items:center}.summary-content .cto-specs-section ul>li .action-buttons .divider[data-v-89bbd270],.summary-content .cto-specs-section ul>li .action-buttons .remove[data-v-89bbd270]{display:none}.summary-content .cto-specs-section ul>li .action-buttons .edit[data-v-89bbd270]{font-size:16px;line-height:24px;color:#171717;cursor:pointer;font-weight:400;text-decoration:none;font-family:Noto Sans;display:inline-flex;border-bottom:solid 2px #aba8b1}.summary-content .cto-specs-section ul>li .action-buttons .edit[data-v-89bbd270]:hover,.summary-content .cto-specs-section ul>li .action-buttons .edit[data-v-89bbd270]:focus{border-bottom:solid 2px #e1251b}.summary-content .system-specs-section ul>li[data-v-89bbd270]{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 0;margin:0;border-bottom:1px solid #e8e8e8}.summary-content .system-specs-section ul>li[data-v-89bbd270]:first-child{margin-top:0}.summary-content .system-specs-section ul>li[data-v-89bbd270]:last-child{border-bottom:0;padding-bottom:0}.summary-content .system-specs-section ul>li>div[data-v-89bbd270]:first-child{flex:1;min-width:0}.summary-content .system-specs-section ul>li .specs-title[data-v-89bbd270]{font-size:16px;font-weight:700;line-height:24px;color:#171717;margin-bottom:4px;font-family:Noto Sans}.summary-content .system-specs-section ul>li .specs-value[data-v-89bbd270]{font-size:16px;font-weight:400;line-height:24px;color:#4e444e;font-family:Noto Sans}.summary-content .system-specs-section ul>li .action-buttons[data-v-89bbd270]{margin-left:12px;align-self:flex-end}.summary-content .system-specs-section ul>li .action-buttons .edit[data-v-89bbd270]{font-size:16px;line-height:24px;color:#171717;cursor:pointer;font-weight:400;text-decoration:none;font-family:Noto Sans;display:inline-flex;border-bottom:solid 2px #aba8b1}.summary-content .system-specs-section ul>li .action-buttons .edit[data-v-89bbd270]:hover,.summary-content .system-specs-section ul>li .action-buttons .edit[data-v-89bbd270]:focus{border-bottom:solid 2px #e1251b}.summary-content .addon-summary-section ul>li[data-v-89bbd270]{display:block;padding:12px 0;margin:0;border-bottom:1px solid #e8e8e8}.summary-content .addon-summary-section ul>li[data-v-89bbd270]:first-child{margin-top:0}.summary-content .addon-summary-section ul>li[data-v-89bbd270]:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item[data-v-89bbd270]{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:0;width:100%;margin:0;font-size:16px;line-height:24px;font-weight:400;color:#171717;font-family:Noto Sans}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-summary-item__name[data-v-89bbd270]{flex:1;min-width:0;font-weight:700;color:#171717;word-break:break-word}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-summary-item__price[data-v-89bbd270],.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .price[data-v-89bbd270],.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .hoid-rr-product[data-v-89bbd270]{font-size:16px;line-height:24px;font-weight:400;color:#4e444e;white-space:nowrap;margin:0 0 0 12px;text-align:right;display:inline-flex;align-items:center;gap:8px}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-summary-item__action[data-v-89bbd270]{margin-left:16px;font-size:16px;line-height:24px;color:#171717;cursor:pointer;font-weight:400;white-space:nowrap;display:inline-flex;border-bottom:solid 2px #aba8b1;text-decoration:none}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-summary-item__action[data-v-89bbd270]:hover,.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-summary-item__action[data-v-89bbd270]:focus{border-bottom:solid 2px #e1251b}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .addon-product-taxWrapper[data-v-89bbd270]{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .pb_product_number_section[data-v-89bbd270]{flex-basis:100%;margin-top:4px;font-size:16px;line-height:24px;color:#4e444e;font-weight:400}.summary-content .addon-summary-section ul>li .specs-title.addon-summary-item .free-trial-msg[data-v-89bbd270]{flex-basis:100%;margin-top:4px;font-size:16px;line-height:24px;color:#4e444e;font-weight:400}.price-roller[data-v-a8f8cd83]{display:inline-flex;align-items:center;justify-content:center;user-select:none;position:relative;color:currentColor;font:inherit;line-height:1;vertical-align:baseline;white-space:nowrap}.price-roller[data-v-a8f8cd83] .price-roller-digit-column{display:inline-block;overflow:hidden;height:1.15em;line-height:1.15em;vertical-align:middle;position:relative;width:.6em;flex:0 0 .6em}.price-roller[data-v-a8f8cd83] .price-roller-digit-scroller{position:absolute;left:0;width:100%;top:0;will-change:transform}.price-roller[data-v-a8f8cd83] .price-roller-digit-scroller span{display:block;height:1.15em;line-height:1.15em;text-align:center;color:currentColor;font-family:inherit;font-size:inherit;font-weight:inherit}.price-roller[data-v-a8f8cd83] .price-roller-dot{display:inline-block;width:.28em;text-align:center;color:currentColor;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.15em;height:1.15em;vertical-align:middle}.price-roller[data-v-a8f8cd83] .price-roller-symbol{display:inline-block;text-align:center;color:currentColor;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.15em;height:1.15em;vertical-align:middle;padding:0 .02em}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-panel{background:#fff;width:min(100%,720px);max-height:min(90vh,760px)}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-header{padding:20px 24px 12px;height:auto;border-bottom:1px solid #e5e5e5}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.4px;color:#171717}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-content{padding:20px 24px;background:#fff}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-footer{padding:16px 24px;background:#fff;box-shadow:0 -4px 16px #00000014;height:auto}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-footer>*{flex:1 1 auto}.sm-cta[data-v-a46e5000]{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;height:48px;padding:0 20px;border:0;border-radius:100px;background:#171717;color:#fff;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.15px;cursor:pointer}.sm-cta showFooter[data-v-a46e5000],.sm-cta[data-v-a46e5000]:hover{background:#2a2a2a}.sm-cta[data-v-a46e5000]:focus-visible{outline:2px solid #fff;outline-offset:2px}.sm-cta__text[data-v-a46e5000]{flex:0 0 auto}.sm-cta__price[data-v-a46e5000]{flex:0 0 auto;font-size:15px;font-weight:700}@media screen and (max-width: 1279px){[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-panel{max-height:92vh;width:100%}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-header,[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-content{padding:16px}[data-v-a46e5000] .optional-modal-mask.summary-view-container .optional-modal-footer{padding:12px 16px 16px}}.spb-sticky-bar-pc{box-shadow:0 2px 4px #0003;-webkit-box-decoration-break:clone;box-decoration-break:clone;z-index:100;background-color:#fff}@media screen and (min-width: 1920px){.spb-sticky-bar-pc{width:100vw;margin-left:calc((-100vw + 100%)/2);margin-right:calc((-100vw + 100%)/2)}}.spb-sticky-bar-pc .spb-sticky-bar-container{min-height:80px;max-width:min(1424px,100%);padding:16px 0;margin:0 auto}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container{display:flex;flex-direction:row}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text{flex:1;margin-left:auto;margin-right:40px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text .copilot-wrapper .copilot-plus-badge .copilot-plus-badge_content{line-height:24px;margin-top:0}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text h1{color:#171717;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.96px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text span{color:#171717;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.8px;margin-right:12px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text a{display:inline-block;color:#171717;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px;border-bottom:2px solid #aba8b1}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-text a:hover{border-bottom-color:#e1251b}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price{margin-left:auto;margin-right:20px;text-align:right}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-real-price{color:#171717;text-align:right;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.96px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-real-price .spb-tax-section{font-size:12px;line-height:15px;color:#1e0013;font-weight:400}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price{font-size:12px;line-height:15px;color:#4e444e}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price{display:inline-block;line-height:24px;margin-right:1em}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price:has(+.spb-save-box){margin-right:2px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .spb-estLabel,.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .spb-web-price-value{color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px;cursor:pointer}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .tooltipV2{margin:0 4px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .tooltipV2 .tooltipV2-content{box-shadow:0 1px 9px #00000080}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .tooltipV2 .tooltipV2-contentWrapper>div{padding:12px 10px 10px;font-size:12px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .tooltipV2 .tooltipV2-contentWrapper>div h3{margin:0;padding-bottom:8px;border-bottom:2px solid #e5e5e5;color:#000}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .tooltipV2 .tooltipV2-contentWrapper>div p{padding:8px 0 0;color:#000}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .spb-detail-icon{cursor:pointer;margin:0 2px;transform:translateY(3px)}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-web-price .iconfont-tooltipIcon{font-size:14px;cursor:pointer;margin:0 2px;transform:translateY(3px);position:relative;top:2px;color:#171717}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-save-price{color:#285d50;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-save-price span:not(:last-child){margin-right:.5em}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-save-price:has(+.spb-save-box){margin-right:2px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-save-price.spb-save-box{padding:2px 4px;border-radius:2px;background-color:#285d50;color:#fff}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-additional-price .spb-save-price.spb-save-box span:first-child{margin-right:2px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-price .spb-sticky-bar-topi-promo .topi-promo-msg>span>strong:last-child{display:block}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-action{margin-left:auto}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-action>button{background-color:#171717;border-radius:100px;height:48px;line-height:48px;padding:0 24px;cursor:pointer;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.spb-sticky-bar-pc .spb-sticky-bar-container .spb-container .spb-sticky-bar-action>button:hover{background:#3b3b3b}.spb-sticky-bar-pc.spb-sticky{position:fixed;left:0;right:0;width:100%;z-index:100}.spb-backToRecomendation{font: 16px/19px Lato;color:#284e95;margin:16px 48px 0;cursor:pointer;display:inline-block}.spb-backToRecomendation .spb-recomendationIcon{padding-right:8px;width:12px;height:12px;display:inline-block;border:0 solid #284e95;rotate:45deg;border-left-width:3px;border-bottom-width:3px;transform:scale(.5)}.comp-contaier .short-pb-container.short-pb-tablet .spb-backToRecomendationShortPb,.comp-contaier .spb-backToRecomendationShortPb{display:none}@media screen and (min-width: 1521px){.spb-sticky-bar-pc .spb-container,.spb-backToRecomendationWrapper{width:1424px;max-width:1424px;margin:0 auto}}@media screen and (min-width: 1920px){.spb-backToRecomendation{margin:16px 5px 0}}.spb-sticky-bar[data-v-c1f461d2]{position:fixed;bottom:-1px;width:100%;display:flex;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 -3px 10px #0000004d;border-radius:10px 10px 0 0;opacity:1;z-index:999}.spb-sticky-bar .grade-bar[data-v-c1f461d2]{margin:16px 0 20px;width:88px;height:4px;border-radius:20px;background:#e8e8e8 0% 0% no-repeat padding-box}.spb-sticky-bar .spb-btn[data-v-c1f461d2]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:0 auto;padding:0 16px;width:100%;max-width:1100px;color:#171717;font-family:Noto Sans}.spb-sticky-bar .spb-btn .spb-cart-count[data-v-c1f461d2]{color:#171717;font-size:16px}.spb-sticky-bar .spb-btn .spb-summary-btn[data-v-c1f461d2]{display:flex;align-items:center;gap:8px}.spb-sticky-bar .spb-btn .spb-summary-btn button[data-v-c1f461d2]{display:inline-flex;align-items:center;padding:0;margin:0;border:0;background:transparent;color:inherit;font:inherit;line-height:1}.spb-sticky-bar .spb-btn .spb-summary-btn img[data-v-c1f461d2]{display:block;width:22px;padding-left:2px}.spb-sticky-bar .spb-cart-button-box[data-v-c1f461d2]{width:100%;max-width:1100px;padding:24px 16px;box-sizing:border-box}.spb-sticky-bar .spb-cart-button-box .spb-cart-button[data-v-c1f461d2]{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;font-family:Montserrat;height:48px;line-height:1.2;padding:0;text-align:center;border-radius:24px;background-color:#171717;border:0;color:#fff;font-weight:400}.spb-sticky-bar .spb-cart-button-box .spb-cart-button.tax-included[data-v-c1f461d2]{margin-bottom:0}.spb-sticky-bar .spb-cart-button-box .spb-cart-button .spb-cart-button-text[data-v-c1f461d2],.spb-sticky-bar .spb-cart-button-box .spb-cart-button .spb-cart-button-price[data-v-c1f461d2]{display:inline-flex;align-items:center;min-width:0}.spb-sticky-bar .spb-cart-button-box .spb-cart-button .spb-cart-button-price[data-v-c1f461d2]{line-height:1}.spb-sticky-bar .tax-section[data-v-c1f461d2]{font-size:14px;line-height:24px;font-family:Noto Sans;letter-spacing:-.14px;color:#4e444e;margin:4px 0 5px;padding:0 20px;width:100%;box-sizing:border-box;max-width:1100px;justify-content:center;display:flex}.spb-sticky-bar .tax-section .vat-info[data-v-c1f461d2]{color:inherit}@media (max-width: 680px){.spb-sticky-bar .spb-btn[data-v-c1f461d2],.spb-sticky-bar .spb-cart-button-box[data-v-c1f461d2],.spb-sticky-bar .tax-section[data-v-c1f461d2]{max-width:600px}}.spb-root[data-v-d3be2a44]{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}.spb-root .spb-header[data-v-d3be2a44]{flex-shrink:0;display:flex;flex-direction:column}.spb-root .spb-anchor-section[data-v-d3be2a44]{width:100%}.spb-root .spb-main[data-v-d3be2a44]{flex:1;max-width:1424px;width:100%;margin:0 auto;padding:40px 0 120px;display:flex;flex-direction:column;gap:48px}.spb-root .spb-main.bottom-margin[data-v-d3be2a44]{margin-bottom:180px}@media (max-width: 1279px){.spb-root .spb-main[data-v-d3be2a44]{max-width:1100px;padding:32px 16px;gap:32px}}@media (max-width: 680px){.spb-root .spb-main[data-v-d3be2a44]{max-width:600px;padding:24px 16px;gap:32px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.short-pb-pc .pc-tablet-product-details,.pb-container .pc-tablet-product-details{justify-content:center}.short-pb-pc .pc-tablet-product-details.merch-message-modal .dialog-body,.pb-container .pc-tablet-product-details.merch-message-modal .dialog-body{width:386px;height:262px;position:relative;top:50%;transform:translateY(-50%)}.short-pb-pc .pc-tablet-product-details.merch-message-modal .dialog-body .dialog-content,.pb-container .pc-tablet-product-details.merch-message-modal .dialog-body .dialog-content{overflow:auto}.short-pb-pc .pc-tablet-product-details .dialog-body,.pb-container .pc-tablet-product-details .dialog-body{width:824px;max-height:620px}.short-pb-pc .pc-tablet-product-details .dialog-body .dialog-content,.pb-container .pc-tablet-product-details .dialog-body .dialog-content{display:flex;flex-direction:row;padding:0;margin:16px 44px 48px 24px;overflow:hidden}.short-pb-pc .pc-tablet-product-details .dialog-body .dialog-content .yellow-icon,.pb-container .pc-tablet-product-details .dialog-body .dialog-content .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.short-pb-pc .pc-tablet-product-details .dialog-body .header,.pb-container .pc-tablet-product-details .dialog-body .header{position:relative;padding:0;margin:24px 24px 0 0;min-height:auto}.short-pb-pc .pc-tablet-product-details .dialog-body .header .title,.pb-container .pc-tablet-product-details .dialog-body .header .title{visibility:hidden}.short-pb-pc .pc-tablet-product-details .dialog-body .header .close,.pb-container .pc-tablet-product-details .dialog-body .header .close{top:0}.short-pb-pc .pc-tablet-product-details .dialog-body .energy-rating-container-pc,.pb-container .pc-tablet-product-details .dialog-body .energy-rating-container-pc{padding:0;margin-top:8px}.short-pb-pc .pc-tablet-product-details .dialog-body .energy-rating-container-pc .energy-rating-content-pc .er-text-container,.pb-container .pc-tablet-product-details .dialog-body .energy-rating-container-pc .energy-rating-content-pc .er-text-container{color:#2a4e95;font-size:14px;font-weight:700;line-height:17px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left,.pb-container .pc-tablet-product-details .dialog-body .product-left{display:flex;flex-direction:column;margin-right:40px;width:50%;flex:1}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .recommend-label,.pb-container .pc-tablet-product-details .dialog-body .product-left .recommend-label{font-size:16px;line-height:24px;font-family:var(--lato);letter-spacing:-.16px;color:#7a126b;margin-bottom:5px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-name,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-name{font-weight:700;font-size:20px;line-height:24px;font-family:var(--lato);letter-spacing:0px;color:#000}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-name_hei2,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-name_hei2{font-size:16px;line-height:18px;font-weight:700}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-name_hei3,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-name_hei3{overflow:hidden;height:48px;position:relative;align-items:flex-start}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-name_hei3:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-name_hei3:after{content:"...";width:18px;height:22px;background:#FFF;position:absolute;bottom:0;right:0;display:flex;align-items:center;justify-content:flex-end}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating{display:flex;margin-top:4px;align-items:center}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .rating,.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .total-price,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .rating,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .total-price{display:flex;flex:1}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .rating,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .rating{margin-right:40px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline .bv_main_container .bv_text,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline .bv_main_container .bv_text{font-weight:700;font-size:13px;line-height:16px;font-family:var(--lato) !important;letter-spacing:0px;color:#000 !important}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline .bv_main_container .bv_numReviews_component_container .bv_text,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline .bv_main_container .bv_numReviews_component_container .bv_text{font-weight:400;font-size:13px;line-height:16px;font-family:var(--lato) !important;letter-spacing:0px;color:#000 !important}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline a .bv_stars_button_container,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline a .bv_stars_button_container{margin-top:0}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline a,.pb-container .pc-tablet-product-details .dialog-body .product-left .product-rating .card-rating-container .card-review-inline a{outline:0}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .part-number,.pb-container .pc-tablet-product-details .dialog-body .product-left .part-number{font-size:16px;line-height:24px;font-family:var(--lato);letter-spacing:0px;color:var(--dark-gray-1);margin-top:8px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-container,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-container{margin-top:24px;max-height:283px;width:unset;flex:unset}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas{display:flex;justify-content:center;align-items:center}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas li,.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas li img,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas li,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-container .gallery-canvas li img{height:283px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev:after,.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next:after{font-family:swiper-icons;color:#4e444e;font-weight:700;text-align:center;width:12px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev.disabled:after,.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next.disabled:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev.disabled:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next.disabled:after{cursor:default}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next{margin-left:28px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev{margin-right:24px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-next:after{content:"next"}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-swiper-button-prev:after{content:"prev"}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom{display:flex;justify-content:center;align-items:center;margin-top:16px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width{width:60px !important;height:60px;display:flex;justify-content:center;align-items:center}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width img,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width img{max-width:54px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width.active,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width.active{width:60px !important;height:60px;padding:0}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width.active img,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.fixed_60_width.active img{height:40px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide{cursor:pointer}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide img,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide img{max-height:54px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.active,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-slide.active{border:1px solid #8c8790;border-radius:4px;text-align:center;height:60px;width:60px;display:flex;justify-content:center;align-items:center;padding:11px 9px 10px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .disabled.gallery-swiper-button-prev:after,.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .disabled.gallery-swiper-button-next:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .disabled.gallery-swiper-button-prev:after,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .disabled.gallery-swiper-button-next:after{color:#ccc;cursor:auto}.short-pb-pc .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-wrapper,.pb-container .pc-tablet-product-details .dialog-body .product-left .gallery-bottom .swiper-wrapper{align-items:center}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right,.pb-container .pc-tablet-product-details .dialog-body .product-right{display:flex;flex-direction:column;flex:1;width:50%}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .price-layout,.pb-container .pc-tablet-product-details .dialog-body .product-right .price-layout{padding-right:22px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .price-layout li,.pb-container .pc-tablet-product-details .dialog-body .product-right .price-layout li{display:flex;justify-content:space-between;font-size:16px;line-height:24px;font-family:var(--lato);letter-spacing:0px;color:var(--dark-gray-1)}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .price-layout li:not(:last-child),.pb-container .pc-tablet-product-details .dialog-body .product-right .price-layout li:not(:last-child){margin-bottom:8px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .price-layout li span:first-child,.pb-container .pc-tablet-product-details .dialog-body .product-right .price-layout li span:first-child{max-width:179px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .price-layout li.final-price,.pb-container .pc-tablet-product-details .dialog-body .product-right .price-layout li.final-price{font-weight:700;font-size:20px;line-height:24px;font-family:var(--lato);letter-spacing:0px;color:#000}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description{margin-top:24px;max-height:499px;overflow:auto;padding-right:12px;min-height:298px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description .pb_product_info_description,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description .pb_product_info_description{font-weight:400;font-size:16px;line-height:20px;font-family:var(--lato);letter-spacing:0px;color:#000}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .leadtimeMessage,.pb-container .pc-tablet-product-details .dialog-body .product-right .leadtimeMessage{margin-top:16px;font-size:12px;font-family:var(--lato);line-height:16px;letter-spacing:0px;color:#000;opacity:1}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description.no-discount.no-webprice,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description.no-discount.no-webprice{min-height:358px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description.no-discount,.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description.no-webprice,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description.no-discount,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description.no-webprice{min-height:345px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar{width:8px;height:8px;border-radius:20px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-track,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-track{background:#f1f1f1}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-thumb,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-thumb:hover,.pb-container .pc-tablet-product-details .dialog-body .product-right .product_description::-webkit-scrollbar-thumb:hover{background:#ccc}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .button-layout,.pb-container .pc-tablet-product-details .dialog-body .product-right .button-layout{margin-top:20px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .button-layout .add-to-cart,.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .button-layout .pbAddToCartBtn,.pb-container .pc-tablet-product-details .dialog-body .product-right .button-layout .add-to-cart,.pb-container .pc-tablet-product-details .dialog-body .product-right .button-layout .pbAddToCartBtn{font-weight:700;font-size:16px;line-height:16px;font-family:var(--lato);letter-spacing:0px;color:#294e95;border:1px solid #294e95;border-radius:4px;padding:14px 24px 15px;cursor:pointer;min-height:48px}.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .button-layout .add-to-cart:hover,.short-pb-pc .pc-tablet-product-details .dialog-body .product-right .button-layout .pbAddToCartBtn:hover,.pb-container .pc-tablet-product-details .dialog-body .product-right .button-layout .add-to-cart:hover,.pb-container .pc-tablet-product-details .dialog-body .product-right .button-layout .pbAddToCartBtn:hover{background-color:#eaeef5;opacity:1}.short-pb-pc .pc-tablet-product-details .footer,.pb-container .pc-tablet-product-details .footer{display:none}.short-pb-pc .modal-mask.review-stars div.dialog-body{height:620px;width:824px;justify-content:center;top:90px}.pc-tablet-service-product-details+.review-stars{background-color:transparent}.short-pb-pc .recommended-text,.short-pb-pc .best-seller{font-size:16px;line-height:24px;font-family:var(--notoSans);letter-spacing:-.16px;color:#7a126b;margin-bottom:5px}.short-pb-pc .modal-mask{justify-content:center}.short-pb-pc div.dialog-body{height:620px;width:824px;justify-content:center}.short-pb-pc div.dialog-body .header{padding:24px 24px 16px;justify-content:end}.short-pb-pc div.dialog-body .header .title{display:none}.short-pb-pc div.dialog-body .header .close{outline:0;top:24px;right:24px}.short-pb-pc div.dialog-body .dialog-content::-webkit-scrollbar{width:8px;height:8px;border-radius:12px}.short-pb-pc div.dialog-body .dialog-content::-webkit-scrollbar-track{background:#fff}.short-pb-pc div.dialog-body .dialog-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.short-pb-pc div.dialog-body .dialog-content::-webkit-scrollbar-thumb:hover{background:#ccc}.short-pb-pc div.dialog-body .dialog-content{padding:0 24px;margin-right:24px}.short-pb-pc div.dialog-body .dialog-content .heading{font-weight:700;font-size:20px;line-height:24px;letter-spacing:0px;color:#000;margin-bottom:16px}.short-pb-pc div.dialog-body .dialog-content .heading:has(+.card-rating-container){margin-bottom:4px}.short-pb-pc div.dialog-body .dialog-content .heading+.card-rating-container{margin-bottom:8px}.short-pb-pc div.dialog-body .dialog-content .heading+.card-rating-container .bv_text{font: 13px/16px Lato;letter-spacing:0px;color:#000 !important;opacity:1}.short-pb-pc div.dialog-body .dialog-content .descriptionText{font: 14px/17px Lato;letter-spacing:0px;text-align:left;margin-bottom:20px}.short-pb-pc div.dialog-body .dialog-content .description .feature{padding:16px 0}.short-pb-pc div.dialog-body .dialog-content .description .feature:not(:last-child){border-bottom:1px solid #979797}.short-pb-pc div.dialog-body .dialog-content .description .feature .youtube-video{height:378px;width:670px}.short-pb-pc div.dialog-body .dialog-content .description .feature.video{border-bottom:0;padding-bottom:0}.short-pb-pc div.dialog-body .dialog-content .description .feature:first-child{padding-top:0}.short-pb-pc div.dialog-body .dialog-content .description .feature-content{display:flex}.short-pb-pc div.dialog-body .dialog-content .description .feature-content .feature-image{margin-right:18px;max-width:65px;max-height:44px;width:65px;height:44px}.short-pb-pc div.dialog-body .dialog-content .description .feature-content .feature-body{flex:1}.short-pb-pc div.dialog-body .dialog-content .description .feature-content .feature-name{font-weight:700;font-size:20px;line-height:24px;letter-spacing:0px;color:#000}.short-pb-pc div.dialog-body .dialog-content .description .feature-content .feature-desc{margin-top:5px;font-size:14px;line-height:17px;color:#4e444e;letter-spacing:0px}.short-pb-pc div.dialog-body .footer{box-shadow:none}.short-pb-pc div.dialog-body .footer-section{margin:24px 56px 25px 24px;display:flex;justify-content:end;align-items:center}.short-pb-pc div.dialog-body .footer-section .button-layout{margin:0 0 0 32px}.short-pb-pc div.dialog-body .footer-section .button-layout .add-to-cart,.short-pb-pc div.dialog-body .footer-section .button-layout .pbAddToCartBtn{font-weight:700;font-size:16px;line-height:16px;font-family:var(--lato);letter-spacing:0px;color:#294e95;border:1px solid #294e95;border-radius:4px;cursor:pointer;min-width:130px;min-height:48px}.short-pb-pc div.dialog-body .footer-section .button-layout .add-to-cart:hover,.short-pb-pc div.dialog-body .footer-section .button-layout .pbAddToCartBtn:hover{background-color:#eaeef5;opacity:1}.short-pb-pc div.dialog-body .footer-section .price-details{margin-top:0;text-align:right}.short-pb-pc div.dialog-body .footer-section .price-details .purchased-with-pc{color:#000}.short-pb-pc div.dialog-body .footer-section .price-details .price-amount{line-height:22px;color:#000;letter-spacing:0px}.short-pb-pc div.dialog-body .footer-section .price-details .price-save{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#555;display:block}.short-pb-pc div.dialog-body .footer-section .price-details .price-save .discount-percentage{padding-right:8px;padding-left:0}.short-pb-pc div.dialog-body .footer-section .price-details .free-trial-section{margin-top:4px;font: 12px/14px Lato;letter-spacing:-.12px;color:#000}.short-pb-pc .review-stars .dialog-body .header{justify-content:left}.short-pb-pc .review-stars .dialog-body .header .title{display:flex}@media screen and (min-width: 1920px){.short-pb-pc div.dialog-body .dialog-content .descriptionText{margin-bottom:24px}}.pb-success-msg-bar{margin:16px 48px 0;padding:0 12px;border:1px solid #285d50;background:#e5f0ed;border-radius:4px;font-size:16px;height:64px;display:flex;flex-direction:row}.short-pb-tablet .pb-success-msg-bar{margin:16px 16px 0}.pb-success-msg-bar-imgContainer{align-self:center;margin:0;position:relative;padding:0 16px 0 0}.pb-success-msg-bar-imgContainer.no-thumbnail{padding:0 10px 0 0}.pb-success-msg-bar-imgContainer.no-thumbnail .check-icon-container{position:static}.pb-success-msg-bar-imgContainer .product-thumbnail{max-width:40px;max-height:40px;vertical-align:middle}.pb-success-msg-bar-imgContainer .check-icon-container{position:absolute;bottom:-6px;right:4px;width:24px;height:24px;background:#285d50;border-radius:50%}.pb-success-msg-bar-imgContainer .check-icon{width:16px;height:16px;margin:4px}.pb-success-msg-bar-imgContainer .iconfont-check{font-size:11px;font-weight:700;margin:4px;position:relative;left:1px;top:2px}.pb-success-msg-bar-imgContainer .iconfont-check:before{color:#fff}.pb-success-msg-bar>span{align-self:center;font-weight:700}@media screen and (min-width: 1280px) and (max-width: 1920px){.pb-success-msg-bar{margin:16px 0 0}}@media screen and (max-width: 1280px){.pb-success-msg-bar{margin:16px 0 0}}.subheader-section{margin-top:4px}.subheader-section .subheader-text{color:#4e444e;font-size:14px;text-align:left;letter-spacing:0px;font-family:var(--lato);margin-bottom:16px}.product-card-main{width:calc((100% - 48px)/4);height:auto;background:#fff;border:2px solid #aba8b1;border-radius:4px;opacity:1;padding:16px;margin-left:16px;display:flex;flex-direction:column;justify-content:space-between}.product-card-main:hover{border:2px solid #4e444e}@media screen and (min-width: 769px) and (max-width: 1280px){.product-card-main:hover{border:2px solid #aba8b1}}.product-card-main:first-child{margin-left:0}.product-card-main.active{border:2px solid #284e95}.product-card-main .product-card-div{display:flex;justify-content:space-between;margin-bottom:8px}.product-card-main .product-card-div .product-card-image{width:auto;max-width:212px;opacity:1}.product-card-main .product-card-div .product-card-wishlist{width:32px;height:32px;background:#fff;box-shadow:0 2px 4px #00000029;opacity:1}.product-card-main .product-card-summary{width:100%;letter-spacing:0px;opacity:1;margin-bottom:8px;font-size:16px;line-height:22px;font-family:var(--lato)}.product-card-main .product-card-rating{width:100%;opacity:1;margin-bottom:16px;font-weight:400;font-family:var(--lato);font-size:13px;line-height:16px;letter-spacing:0px;color:#000}.product-card-main .product-card-price{margin-bottom:16px}.product-card-main .product-card-price .free-trial-section{font-size:12px;line-height:14px;margin-top:4px}.product-card-main .pb_product_number_section{font-weight:400;font-size:13px !important;font-family:inherit;color:#000;margin-bottom:10px}.product-card-main .price-details .price-save,.product-card-main .price-details .purchased-with-pc{font-weight:500;font-size:12px;line-height:14px;font-family:var(--lato);letter-spacing:-.12px;color:#555;opacity:1;display:block}.product-card-main .price-details .price-amount{font-weight:700;font-size:20px;line-height:22px;font-family:var(--lato);letter-spacing:0px;color:#000;opacity:1;margin-bottom:4px;display:flex;align-items:center}.product-card-main .price-details .purchased-with-pc{color:#000;font-weight:500;font-size:12px;line-height:14px;font-family:var(--lato);letter-spacing:-.12px;opacity:1;margin-bottom:4px}.product-card-main .price-details .est-value{color:#4e444e;font-size:12px;font-family:var(--lato);margin-bottom:6px}.product-card-main .price-details .save-box{padding:1px 4px;border-radius:2px;background-color:#285d50;color:#fff;font-size:12px;font-family:var(--lato);font-weight:400;margin-left:8px;line-height:normal}.product-card-main .price-details .save-box span:first-child{margin-right:2px}.product-card-main .addToCart{margin-bottom:12px}.product-card-main .addToCart>button{width:130px;min-width:150px;min-height:48px;background:#fff;border:1px solid #294e95;border-radius:4px;font-size:16px;font-family:var(--lato);font-weight:500;line-height:16px;text-align:center;color:#294e95;opacity:1}.product-card-main .addToCart>button:hover{background:#eaeef5}@media screen and (min-width: 769px) and (max-width: 1280px){.product-card-main .addToCart>button:hover{background:transparent}}.product-card-main .leadtimeMessage{font-size:12px;font-family:var(--lato);line-height:16px;letter-spacing:0px;color:#000;opacity:1}.product-card-main .product-info-icon{cursor:pointer;width:16px;height:16px;margin-left:5px}.product-card-main .card-rating-container .card-review-inline a .bv_stars_button_container{margin-top:0}.product-card-main .card-rating-container .card-review-inline .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover;position:relative}.product-card-main .card-rating-container .card-review-inline .star-icon-box .gray-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.product-card-main .card-rating-container .card-review-inline .bv_main_container .bv_averageRating_component_container .bv_text{font-weight:700;font-size:13px;line-height:16px;font-family:var(--lato) !important;letter-spacing:0px;color:#000 !important;opacity:1}.product-card-main .card-rating-container .card-review-inline .bv_main_container .bv_numReviews_component_container .bv_text{font-weight:400;font-size:13px;line-height:16px;font-family:var(--lato) !important;letter-spacing:0px;color:#000 !important;opacity:1}.footer-container{margin-top:16px;border:2px solid #aba8b1;border-radius:4px}.footer-container:hover{border:2px solid var(--dark-gray-1)}.footer-container .sections{display:flex;margin:16px;justify-content:space-between}.footer-container .sections .heading-text{color:var(--fore-color);font-size:20px;font-family:var(--lato);font-weight:700}.footer-container .sections .subheader-text{color:var(--dark-gray-1);font-size:14px;padding-top:8px;font-family:var(--lato);padding-right:40px}.footer-container .sections button{width:174px;height:48px;color:var(--med-blue);border:1px solid var(--med-blue);border-radius:4px;font-size:16px;text-align:center;opacity:1;font-family:var(--lato);font-weight:700;cursor:pointer}.footer-container .sections button:hover{background-color:var(--pale-blue)}.pbSubHeadlineMain{padding:24px 48px;display:flex;justify-content:space-between;background-color:#f5f5f5;flex-direction:column;border:1px solid rgba(204,204,204,0);border-radius:4px}.pbSubHeadlineMain .hide{display:none}.pbSubHeadlineMain .pbMainTop{margin-bottom:16px}.pbSubHeadlineMain .pbMainTop:not(:empty)+div.pbMainColumn{margin-top:16px}.pbSubHeadlineMain .pbMainColumn{display:flex;margin-bottom:4.4px}.pbSubHeadlineMain .categories{flex:1;font-family:Lato;overflow-x:hidden}.pbSubHeadlineMain .categories .addCategory.active{display:block}.pbSubHeadlineMain .categories h3{color:#000;font-size:24px;line-height:29px}.pbSubHeadlineMain .categories div.merch-message{color:#4e444e;line-height:19px}.pbSubHeadlineMain .categories .pbServices-merch .merch-message{padding:20px calc(2.81% + 30px)}.pbSubHeadlineMain .pbMainBottom{display:flex;justify-content:flex-end;padding-top:8px}.pbSubHeadlineMain .collapseCategories{font: 16px/16px Lato;color:#294e95;cursor:pointer}.pbBtn{border:2px solid #aba8b1;height:48px;border-radius:100px;cursor:pointer;padding:0 16px;margin:2px 2px 2px 8px}.pbMobileHeader{font: 700 16px/15px Lato;letter-spacing:-.16px;color:#4e444e;opacity:1}.pbHeader{display:flex;justify-content:start;overflow:scroll;white-space:nowrap;align-items:center}#pb-header::-webkit-scrollbar{display:none}.pbBtn.active{background-color:#fff;color:#294e95;border:3px solid #294e95}.pbBtn.active .pbMobileHeader{color:#294e95}@media screen and (min-width: 768px) and (max-width: 1280px){.pbSubHeadlineMain:has(.pbMainTop:not(:empty)){padding:8px 16px 24px}.pbSubHeadlineMain:has(.pbMainTop:not(:empty)) .pbMainTop{margin-bottom:0}.pbSubHeadlineMain{padding:8px 16px 24px}.pbSubHeadlineMain .pbMainColumn{margin-bottom:6px}.pbSubHeadlineMain .pbMainBottom{padding-top:0}}@media screen and (min-width: 1280px) and (max-width: 1920px){.pbSubHeadlineMain .categories h3{margin-bottom:4px}.pbSubHeadlineMain .categories div.merch-message{font-size:16px;line-height:19px}.pbMobileHeader{line-height:15px}.pbSubHeadlineMain:has(.pbMainTop:not(:empty)){padding:8px 48px 24px}}@media screen and (min-width: 1521px){.pbSubHeadlineMain>div{width:1424px;max-width:1424px;margin:0 auto}}@media screen and (min-width: 1920px){.pbSubHeadlineMain:has(.pbMainTop:not(:empty)){padding:8px 248px 24px}.pbSubHeadlineMain .categories h3{margin-bottom:4px}}.step-bar{display:flex;margin-bottom:8px}.step-bar .line{flex:1 1 calc(100% / var(--count));height:5px;border-radius:5px;background-color:#ccc;margin-right:4px}.step-bar .line.line-fill{background-color:#000}.step-bar .line:last-of-type{margin-right:0}.modal-mask.card-detail{justify-content:center;display:flex;background-color:#000000bf}.modal-mask.card-detail .dialog-body{position:relative;top:48px;width:784px;height:fit-content;max-height:90%;padding-bottom:30px}.modal-mask.card-detail .dialog-body .header{min-height:32px;padding-bottom:0}.modal-mask.card-detail .dialog-body .header .close{right:18px;top:12px}.modal-mask.card-detail .dialog-body .dialog-content::-webkit-scrollbar{display:none}.modal-mask.card-detail .dialog-body .dialog-content{padding:0 24px 24px 25px}.rr .modal-mask.card-detail .dialog-body .dialog-content{padding:0 24px 24px 25px !important}.modal-mask.card-detail .dialog-body .dialog-content{margin-right:24px;margin-top:2px}.modal-mask.card-detail .dialog-body .dialog-content [id^=video_]{height:378px}.modal-mask.card-detail .dialog-body .dialog-content .content-top{display:flex;align-items:start;margin-bottom:20px}.rr .modal-mask.card-detail .dialog-body .dialog-content .content-top .top-left{width:56px;height:56px}.rr .modal-mask.card-detail .dialog-body .dialog-content .content-top .top-left img{object-fit:contain;width:100%;height:100%}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-left{margin-right:10px;width:57px;height:57px}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right{flex:1;color:#000}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right .recommendation{color:#7a126b;font: 14px/17px Lato;letter-spacing:0px;margin-bottom:2px;padding:0}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right h3{font: 700 24px/21px Lato;margin-bottom:8px}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right .product-card-rating{display:inline-block;margin-bottom:8px}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right .description{font: 14px/17px Lato;letter-spacing:0px;text-align:left}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right .historical-order-container{margin-bottom:9px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .youtube-video,.modal-mask.card-detail .dialog-body .dialog-content .spot-content h4,.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC,.modal-mask.card-detail .dialog-body .dialog-content .spot-content>div,.modal-mask.card-detail .dialog-body .dialog-content .spot-content>iframe{margin-bottom:20px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content>div:last-of-type{margin-bottom:0}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .youtube-video{width:100%;height:378px;margin-bottom:24px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content h4{font: 700 20px/21px Lato;margin-bottom:0;color:#000}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li{display:flex;border-top:1px solid #707070;padding:16px 0}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li:first-of-type{border-top:0}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li:empty{border-top:0;padding:0}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-left{width:65px;height:44px;margin-right:18px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-right{flex:1}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conName{font: 700 16px/21px Lato;margin-bottom:12.5px;color:#000}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conText{font: 14px/17px Lato;color:#6d656f}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-right .r-conText a{border-bottom:2px solid #6d656f}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-right .youtube-video{margin-top:10px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .tips{font: 14px/17px Lato;color:#6d656f}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .price-btn-list{width:50%}.rr .modal-mask.card-detail .dialog-body .dialog-content .spot-content .price-btn-list{width:352px}.rr .modal-mask.card-detail .dialog-body .dialog-content .spot-content .price-btn-list .layout{height:70px}.modal-mask.card-detail .dialog-body .dialog-content .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.modal-mask.card-detail .dialog-body .dialog-content .star-icon-box .gray-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}@media screen and (min-width: 768px) and (max-width: 1280px){.modal-mask.card-detail .dialog-body{width:736px;height:fit-content}.modal-mask.card-detail .dialog-body .top-right h3{font: 700 19px/16px Lato}.modal-mask.card-detail .dialog-body .dialog-content{padding:0 24px 24px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content>div.content-top{margin-bottom:7px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content h4{font: 700 18px/19px Lato}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li{padding:16px 0}.modal-mask.card-detail .dialog-body .dialog-content .spot-content .contentHC li .c-left{margin-right:15px}}@media screen and (max-width: 768px){.rr .modal-mask.card-detail .dialog-body{width:736px;height:780px}}@media screen and (min-width: 769px) and (max-width: 1280px){.rr .modal-mask.card-detail .dialog-body{width:784px;height:fit-content}}.rr .modal-mask.card-detail .dialog-body .dialog-content .spot-content .content-top .top-right h3{margin-bottom:4px}@media screen and (min-width: 1920px){.modal-mask.card-detail .dialog-body{width:944px;height:fit-content}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right h3{font: 700 19px/16px Lato;margin-bottom:16px}.modal-mask.card-detail .dialog-body .dialog-content .content-top .top-right h3:has(+.product-card-rating){margin-bottom:10px}.modal-mask.card-detail .dialog-body .dialog-content{padding:0 22px 24px 25px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content>div.content-top{margin-bottom:24px}.modal-mask.card-detail .dialog-body .dialog-content .spot-content h4{font: 700 17px/18px Lato}}.dialog-content::-webkit-scrollbar{width:8px;height:8px;border-radius:12px}.dialog-content::-webkit-scrollbar-track{background:#f5f5f5}.dialog-content::-webkit-scrollbar-thumb{background:#4e444e;border-radius:12px}.dialog-content::-webkit-scrollbar-thumb:hover{background:#4e444e}@media screen and (min-width: 1280px){.skeleton-container{--padding:calc(50vw - 592px)}}@media screen and (min-width: 1521px){.skeleton-container{--padding:calc(50vw - 712px)}}.skeleton-container{--padding: 16px}.skeleton-container .center,.skeleton-container.center{padding:0 var(--padding) 16px}.skeleton-container:has(.bottom-sticky-skeleton){padding-bottom:160px}.skeleton-container:has(.tablet-sticky){padding-bottom:100px}.skeleton-container .shine{display:block;position:static}.skeleton-container.short-pb__skeleton-mobile .loading-text,.skeleton-container.full-pb__skeleton-mobile .loading-text{background-color:transparent;padding:0}.skeleton-container.center .loading-text{margin:0 calc(var(--padding) * -1)}.skeleton-container .loading-text{height:64px;line-height:64px;background-color:#fff;padding:0 16px;font-size:16px;font-family:Lato;color:#000}.skeleton-container .border{border:1px solid #ccc;border-radius:4px}.skeleton-container .white-card{background-color:#fff;border-radius:12px;padding:16px}.skeleton-container .skeleton-bars{display:flex;flex-direction:var(--dir)}.skeleton-container .mt-16{margin-top:16px}.skeleton-container .mb-24{margin-bottom:24px}.full-pb__skeleton-pc .title-bar{background-color:#fff;padding:12px 16px;margin:0 calc(var(--padding) * -1)}.full-pb__skeleton-pc .tabs{height:121px;background-color:#f4f4f4;margin:0 calc(var(--padding) * -1);padding:0 calc(var(--padding) * 1);display:flex;justify-content:space-between;padding-top:23px}.full-pb__skeleton-pc .tabs .collapse{margin-top:14px;align-items:flex-end}.full-pb__skeleton-pc .tabs .left,.full-pb__skeleton-pc .tabs .right{flex:1}.full-pb__skeleton-pc .tabs .tab-list>div{justify-content:flex-end}.full-pb__skeleton-pc .step-content{background-color:#fff;margin-bottom:48px}.full-pb__skeleton-pc .step-content .step-item{padding:24px 0;border-bottom:2px solid #d8d8d8}.full-pb__skeleton-pc .step-content .what-is-include{padding:17px 0 17px 19px;margin:14px 0}.full-pb__skeleton-pc .step-content .card-skeleton-container{display:flex}.full-pb__skeleton-pc .step-content .vertical-card-skeleton{padding:16px;flex:1;margin-right:16px}.full-pb__skeleton-pc .step-content .vertical-card-skeleton:last-of-type{margin-right:0}.full-pb__skeleton-pc .step-content .vertical-card-skeleton .price-btn-skeleton{padding:12px 10px 12px 16px;display:flex;justify-content:space-between;align-items:center}.full-pb__skeleton-pc .step-content .vertical-card-skeleton .price-btn-skeleton>div:first-of-type{flex:1 1 23%}.full-pb__skeleton-pc .step-content .vertical-card-skeleton .price-btn-skeleton .price-skeleton{align-items:flex-end;flex:1 1 77%}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton{padding:14px 12px 14px 20px;margin-top:16px;display:flex;justify-content:space-between;align-items:flex-start}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .top,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .top{display:flex;margin-bottom:19px}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .top .avatar,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .top .avatar{height:48px;width:48px;border-radius:50%;margin-right:16px}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .top .avatar+div,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .top .avatar+div{flex:1}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .left,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .left{flex:0 0 70%}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .right,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .right{flex:0 0 30%;padding:12px 0}.full-pb__skeleton-pc .step-content .horizontal-card-skeleton .right>div,.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .right>div{align-items:center}.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .price-btn-skeleton{display:flex;padding:12px 6px;justify-content:space-between}.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .price-btn-skeleton .price-list{align-items:flex-end;flex:0 0 77%}.full-pb__skeleton-pc .step-content .horizontal2-card-skeleton .price-btn-skeleton>div:nth-of-type(1){flex:0 0 23%}.full-pb__skeleton-pc .step-content .vertical2-card-skeleton{padding:16px;margin:16px 16px 0 0;flex:1}.full-pb__skeleton-pc .step-content .vertical2-card-skeleton:last-of-type{margin-right:0}.full-pb__skeleton-pc .step-content .vertical2-card-skeleton .vertical2-card__price-skeleton{padding:12px 0}.full-pb__skeleton-pc .step-content .vertical2-card-skeleton .vertical2-card__price-skeleton>div{align-items:center}.short-pb__skeleton-pc.skeleton-container{background-color:#fff}.short-pb__skeleton-pc .title-bar{background-color:#fff;padding:22px 16px;border-radius:0;margin:0 calc(var(--padding) * -1)}.short-pb__skeleton-pc .msg{background-color:#fff;margin:24px 0}.short-pb__skeleton-pc .msg>div{padding:18px 24px;background-color:#f4f4f4;align-items:center}.short-pb__skeleton-pc .what-is-include{padding:16px 24px}.short-pb__skeleton-pc .recommend-horizontal-card-skeleton{margin-top:19px;padding:20px 48px 22px 16px;display:flex;justify-content:space-between}.short-pb__skeleton-pc .recommend-horizontal-card-skeleton .left{display:flex}.short-pb__skeleton-pc .recommend-horizontal-card-skeleton .right>div{align-items:flex-end}.short-pb__skeleton-pc .recommend-horizontal-card-skeleton .icon{width:70px;height:70px;border-radius:50%;margin-right:19px}.short-pb__skeleton-pc .section-skeleton{margin-top:24px;padding-bottom:24px;border-bottom:1px solid #e5e5e5}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton{display:flex}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton{flex:1;padding:16px 16px 26px;margin-right:16px;margin-top:16px}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton:last-of-type{margin-right:0}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .p-top{display:flex;margin-bottom:16px}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-img-skeleton{height:120px;width:68%;border-radius:12px;margin-right:11px}.short-pb__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-wishicon{height:32px;width:32px;border-radius:50%}.short-pb__skeleton-pc .shop-all-skeleton{border-radius:0;padding:17px 12px 17px 24px;display:flex;justify-content:space-between}.short-pb__skeleton-pc .shop-all-skeleton :first-child{width:56%}.short-pb__skeleton-mobile{min-height:100vh}.short-pb__skeleton-mobile .what-is-include{margin:24px 0}.short-pb__skeleton-mobile .step-item,.short-pb__skeleton-mobile .card{margin-top:24px}.full-pb__skeleton-mobile .tabs{margin-bottom:23px}.full-pb__skeleton-mobile .merch-skeleton{margin:23px 0 28px;padding:11px 10px 12px 16px}.full-pb__skeleton-mobile .step-item{margin-top:24px}.full-pb__skeleton-mobile .step-item.special .white-card .card{margin-top:0}.full-pb__skeleton-mobile .step-item.special .white-card .third,.full-pb__skeleton-mobile .step-item.special .white-card .second{margin-top:12px}.full-pb__skeleton-mobile .step-item.special .white-card .third{margin-bottom:19px}.full-pb__skeleton-mobile .white-card{border-radius:4px}.full-pb__skeleton-mobile .border{border-radius:12px}.full-pb__skeleton-mobile .card{padding:16px}.full-pb__skeleton-mobile .desc{margin:12px 0 21px}.skeleton__sticky-bar{margin:0 calc(var(--padding) * -1);padding:0 calc(var(--padding) * 1);display:flex;position:sticky;top:0;justify-content:space-between;height:105px;align-items:center;background-color:#fff;padding-bottom:19px}.skeleton__sticky-bar.border{border-radius:0}.skeleton__sticky-bar .left,.skeleton__sticky-bar .right{flex:1}.skeleton__sticky-bar .right{display:flex}.skeleton__sticky-bar .right .price{margin-right:17px;flex:1 1 62%}.skeleton__sticky-bar .right .price>div{align-items:flex-end}.skeleton__sticky-bar .right .cta-price{flex:1 1 38%}.bottom-sticky-skeleton{border-radius:12px 12px 0 0;background-color:#fff;display:flex;flex-direction:column;position:fixed;bottom:0;z-index:9999;left:0;width:100vw;height:136px;padding:4px 16px 16px}.bottom-sticky-skeleton.tablet-sticky{padding:16px;height:84px;flex-direction:row;box-shadow:0 -20px 80px #00000029}.bottom-sticky-skeleton.tablet-sticky>div{flex:0 0 50%}.bottom-sticky-skeleton.tablet-sticky .cta-skeleton{align-items:flex-end}.bottom-sticky-skeleton .drag-bar{align-items:center}.bottom-sticky-skeleton .price-bar{justify-content:space-between;margin:24px 0}.full-pb-section__skeleton-pc.skeleton-container{background-color:#fff}.full-pb-section__skeleton-pc.skeleton-container.center{padding:0 0 8em}.full-pb-section__skeleton-pc .recommend-horizontal-card-skeleton{margin-top:19px;padding:20px 48px 22px 16px;display:flex;justify-content:space-between}.full-pb-section__skeleton-pc .recommend-horizontal-card-skeleton .left{display:flex}.full-pb-section__skeleton-pc .recommend-horizontal-card-skeleton .right>div{align-items:flex-end}.full-pb-section__skeleton-pc .recommend-horizontal-card-skeleton .icon{width:70px;height:70px;border-radius:50%;margin-right:19px}.full-pb-section__skeleton-pc .section-skeleton{margin-top:24px;padding-bottom:24px;border-bottom:1px solid #e5e5e5}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton{display:flex}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton{flex:1;padding:16px 16px 26px;margin-right:16px;margin-top:16px}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton:last-of-type{margin-right:0}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .p-top{display:flex;margin-bottom:16px}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-img-skeleton{height:120px;width:68%;border-radius:12px;margin-right:11px}.full-pb-section__skeleton-pc .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-wishicon{height:32px;width:32px;border-radius:50%}.full-pb-section__skeleton-pc .shop-all-title-skeleton{padding-top:24px}.full-pb-section__skeleton-pc .shop-all-skeleton{margin-top:24px;border-radius:0;padding:17px 12px 17px 24px;display:flex;justify-content:space-between}.full-pb-section__skeleton-pc .shop-all-skeleton :first-child{width:56%}.full-pb-section__skeleton-mobile.skeleton-container.center{padding:0 0 8em}.full-pb-section__skeleton-mobile .section-skeleton{padding-bottom:24px}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton{display:flex}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton .produt-card-skeleton{background-color:#fff;flex:1;padding:16px 16px 26px;margin-right:16px}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton .produt-card-skeleton:last-of-type{margin-right:0}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-img-skeleton{height:158px;width:68%;border-radius:12px;margin:0 auto 18px}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-btn-skeleton{height:48px;width:48%;border-radius:48px;display:inline-block}.full-pb-section__skeleton-mobile .section-skeleton .product-card-list-skeleton .produt-card-skeleton .product-btn-skeleton:first-child{margin-right:4%}:root{--notoSans: Noto Sans, Helvetica, Arial, sans-serif;--montserrat: Montserrat, Helvetica, Arial, sans-serif;--lato: Lato, sans-serif}html,body,button{color:var(--font-color);font-family:var(--notoSans)}.mobile-common-header.hide-desktop-redesign,.commonFooter.hide-desktop-redesign{display:none !important}.gaming-theme-black{background-color:#171717}.main_content{background-color:#f4f4f4}.pb-service-rbkey{font-size:32px;line-height:40px;letter-spacing:-.96px;color:#7a126b}@keyframes scrollingNumbers{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.scroll-animation{display:inline-block;animation:scrollingNumbers 1s linear;animation-direction:alternate;transform-origin:center bottom}.pb-container .collapse-container .is-active{max-height:initial}.comp-contaier .dialog-body .footer{box-shadow:0 -3px 10px #0000004d}[componentName=ofp-2c-mobile-new-pb] .comp-contaier{position:relative}.modal-wrapper{color:#000;font-family:Lato}.modal-wrapper .modal-mask{justify-content:center;align-items:center}.modal-wrapper .modal-mask .dialog-body{padding:24px;width:var(--modal-body-w, 386px);height:fit-content}.modal-wrapper .modal-mask .dialog-body .header{padding:0 0 19px;line-height:29px;align-items:center}.modal-wrapper .modal-mask .dialog-body .header .close{width:14px;height:14px;right:4px;top:unset}.modal-wrapper .modal-mask .dialog-body .header .close:before,.modal-wrapper .modal-mask .dialog-body .header .close:after{height:18px}.modal-wrapper .modal-mask .dialog-body .dialog-content{padding:0}.modal-wrapper .modal-mask .dialog-body .footer{margin-top:24px}.modal-wrapper .modal-mask .dialog-body .footer .btn-list{display:flex;height:48px;min-width:140px}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button{border-radius:4px;font-weight:700;cursor:pointer}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-cancel{background:#fff;border:1px solid #294e95;color:#294e95}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-cancel:hover{background:#eaeef5}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-confirm{background:#294e95;color:#fff;border:1px solid #fff}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-confirm:hover{background:#eaeef5;border-color:#294e95;color:#294e95}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-disabled{cursor:not-allowed;background:#eaeef5;color:#294e95;border-color:#294e95;opacity:.8}.modal-wrapper .modal-mask .dialog-body .footer .btn-list .button.btn-disabled:hover{background:#eaeef5;color:#294e95;border-color:#294e95}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial{flex-direction:column;gap:6px;height:unset}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section{display:flex;gap:8px}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section .termCheckbox{width:18px;height:18px;flex-shrink:0;position:relative;top:3px;cursor:pointer;accent-color:#294e95}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section .termInfoBox .iconfont-tooltipIcon{padding:2px;color:#6d656f}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section .termInfoBox .termInfo{color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Lato;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section .termInfoBox a{color:#294e95;font-family:Lato;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termscheck-section .termInfoBox a:hover{text-decoration:underline}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termsTipsBox .termsHeader{height:42px;border-bottom:1px solid #000;color:#171717;font-family:Noto Sans;font-size:14px;font-weight:700;line-height:18px;letter-spacing:-.14px;padding:12px 16px;background-color:#e4e4e4}.modal-wrapper .modal-mask .dialog-body .footer .termSpecial .termsTipsBox .termsBody{color:#4e444e;font-family:Noto Sans;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.14px;padding:8px 16px;background-color:#e4e4e4}.modal-wrapper .modal-mask .dialog-body .footer .mobile .termscheck-section .termCheckbox{accent-color:#000}.modal-wrapper .modal-mask .dialog-body .footer .mobile .termscheck-section .termInfoBox .termInfo{font-family:Noto Sans}.modal-wrapper .modal-mask .dialog-body .footer .mobile .termscheck-section .termInfoBox a{color:#171717;font-family:Noto Sans;text-decoration:underline;text-decoration-color:#aba8b1}.modal-wrapper .modal-mask .dialog-body .footer .mobile .termsTipsBox .termsHeader,.modal-wrapper .modal-mask .dialog-body .footer .mobile .termsTipsBox .termsBody{background-color:#f8f8f8}.modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body{margin:0 16px;width:100%}.modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button{border-radius:100px}.modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-cancel{border:2px solid #a4a2a2;color:#171717}.modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-confirm{background:#171717;border:2px solid #171717;color:#fff}.modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-disabled{background:#4c4c4c;color:#fff;border-color:#4c4c4c}.hoid-rr-modal-wrapper .modal-mask .dialog-body{padding:16px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header{align-items:baseline;padding-bottom:24px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .title{display:flex;align-items:flex-start;flex-direction:column}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .title h2{color:var(--text-primary, #171717);font-family:Lato;font-size:24px;font-style:normal;font-weight:700;line-height:28px;text-transform:capitalize}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .title p{color:var(--text-secondary, #4e444e);font-family:Lato;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-transform:capitalize}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .close{top:6px;width:24px;height:24px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .close:before,.hoid-rr-modal-wrapper .modal-mask .dialog-body .header .close:after{background-color:#414346}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-tip-info{color:var(--text-secondary, #4e444e);font-feature-settings:"liga" off,"clig" off;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:var(--font-line-height-body-medium, 18px);margin-bottom:24px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-tip-info span{color:var(--text-alert-danger, #871c23)}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-content{color:var(--text-primary, #171717);font-feature-settings:"liga" off,"clig" off;font-family:Lato;font-size:var(--font-size-body-large, 16px);font-style:normal;font-weight:400;line-height:var(--font-line-height-body-large, 24px);margin-bottom:24px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms{display:flex;align-items:center}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms .terms-checkbox{width:24px;height:24px;margin-right:8px;accent-color:#294e95}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms.hoid-terms--mobile .terms-checkbox{accent-color:#171717;width:18px;height:18px;border:2px solid #171717}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms label{color:var(--text-primary, #171717);font-feature-settings:"liga" off,"clig" off;font-family:Lato;font-size:var(--font-size-body-large, 16px);font-style:normal;font-weight:400;line-height:var(--font-line-height-body-large, 24px);letter-spacing:var(--font-letter-spacing-body-large, -.16px)}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms label a{color:var(--text-alert-info, #294e95);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.hoid-rr-modal-wrapper .modal-mask .dialog-body .dialog-content .hoid-terms label span{color:var(--text-alert-danger, #871c23)}.hoid-rr-modal-wrapper .modal-mask .dialog-body .footer .btn-list.stack_btns_container .product-button+.product-button{margin-left:13px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .footer .btn-list .product-button{font-family:Lato;line-height:24px;letter-spacing:-.16px}.hoid-rr-modal-wrapper .modal-mask .dialog-body .footer .btn-list .product-button.btn-confirm{border:1px solid #294e95}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask{z-index:100000}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .header{padding-bottom:8px}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .header .title p{color:var(--text-secondary, #4e444e);font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-small, 12px);font-style:normal;font-weight:700;line-height:var(--font-line-height-body-small, 14px);letter-spacing:var(--font-letter-spacing-body-small, -.12px);text-transform:uppercase;margin-bottom:8px}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .header .title h2{color:var(--text-primary, #171717);font-family:var(--font-family-Headline, Montserrat);font-size:var(--font-size-headline-large, 32px);font-style:normal;font-weight:700;line-height:var(--font-line-height-headline-large, 40px);letter-spacing:var(--font-letter-spacing-headline-large, -.96px)}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .header .close{top:unset}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .dialog-content .hoid-tip-info{font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-medium, 14px);letter-spacing:var(--font-letter-spacing-body-medium, -.14px)}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .dialog-content .hoid-content{font-family:var(--font-family-Body, "Noto Sans");letter-spacing:var(--font-letter-spacing-body-large, -.16px)}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .dialog-content .hoid-terms label{font-family:var(--font-family-Body, "Noto Sans");font-size:var(--font-size-body-medium, 14px);line-height:var(--font-line-height-body-medium, 18px);letter-spacing:var(--font-letter-spacing-body-medium, -.14px)}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .dialog-content .hoid-terms label a{color:var(--text-primary, #171717)}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button{font-family:var(--font-family-Body, "Noto Sans")}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-cancel{border:2px solid #aba8b1}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-disabled{border:0;opacity:.4;background:#171717}.hoid-rr-modal-wrapper.modal-wrapper--mobile .modal-mask .dialog-body .footer .btn-list .button.btn-confirm{border:0}.pit-stop-modal-wrapper .modal-mask .dialog-body .dialog-content .terms-checkbox{width:16px;height:16px;accent-color:#294e95;margin-right:7px}.pit-stop-modal-wrapper .modal-mask .dialog-body .dialog-content .pit-stop-terms{margin-top:12px}.pit-stop-modal-wrapper .modal-mask .dialog-body .dialog-content a{color:#294e95;text-decoration:underline}.adi-modal-wrapper{font-size:15px}.adi-modal-wrapper.modal-wrapper--mobile .modal-mask{z-index:999999}.adi-modal-wrapper .modal-mask .dialog-body .header{padding:0 0 20px;min-height:29px}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper{margin:15px 0;position:relative}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input{outline:0;border:1px solid #bcbcbc;height:55px;padding:16px 0 0 12px;border-radius:4px;width:100%}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input:hover{border-color:#294e95}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input:focus{box-shadow:0 1px 4px #294e95;border-color:#294e95}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input:focus~label{top:12px;font-size:12px;color:#294e95}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input:not(.input--empty)~label{top:12px;font-size:12px;color:#294e95}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper input.input--error{border-color:#b8322e;box-shadow:0 1px 4px #b8322e;background-color:#faeceb}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper label{position:absolute;left:12px;top:50%;transform:translateY(-50%);transition:all .3s;color:#545454}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper label:after{content:" *";color:#b8252e}.adi-modal-wrapper .modal-mask .dialog-body .dialog-content .adi-email-wrapper .input-err-tip{position:absolute;bottom:-15px;left:0;font-size:12px;color:#b8252e}.adi-modal-wrapper .modal-mask .dialog-body .footer{margin-top:0}.adi-tc-modal-wrapper{font-size:14px;--modal-body-w: 800px}.adi-tc-modal-wrapper.modal-wrapper--tablet .modal-mask .dialog-body{width:100%;margin:0 16px}.adi-tc-modal-wrapper .modal-mask .dialog-body{max-height:80%}.adi-tc-modal-wrapper .modal-mask .dialog-body .dialog-content{padding-right:10px}.adi-tc-modal-wrapper .modal-mask .dialog-body .content-section{margin-bottom:16px}.adi-tc-modal-wrapper .modal-mask .dialog-body ul,.adi-tc-modal-wrapper .modal-mask .dialog-body ol{list-style:revert;padding-left:2.5em;line-height:1.8;margin:8px}.adi-tc-modal-wrapper .modal-mask .dialog-body .compare-table{overflow-x:auto}.adi-tc-modal-wrapper .modal-mask .dialog-body table{border:1px solid #000;border-collapse:collapse;margin-top:8px}.adi-tc-modal-wrapper .modal-mask .dialog-body table th,.adi-tc-modal-wrapper .modal-mask .dialog-body table td{min-width:200px;border:1px solid #000;padding:8px}.adi-tc-modal-wrapper .modal-mask .dialog-body table th[colspan],.adi-tc-modal-wrapper .modal-mask .dialog-body table td[colspan]{text-align:center}.adi-tc-modal-wrapper .modal-mask .dialog-body table th:first-child,.adi-tc-modal-wrapper .modal-mask .dialog-body table td:first-child{background-color:#a6a6a6}.adi-tc-modal-wrapper .modal-mask .dialog-body a{text-decoration:underline;color:var(--link-color)}.adi-tc-modal-wrapper .modal-mask .dialog-body .btn-list{justify-content:center}.adi-tc-modal-wrapper .modal-mask .dialog-body .btn-list button{flex:0 0 150px}.smart-modal-wrapper.modal-wrapper--mobile .modal-mask{z-index:999999}.smart-modal-wrapper .modal-mask .dialog-body .content-section{text-align:center}.smart-modal-wrapper .modal-mask .dialog-body .header{display:block;padding:0 0 20px;min-height:49px}.smart-modal-wrapper .modal-mask .dialog-body .header .title{min-height:29px;justify-content:center;margin:0 25px}.smart-modal-wrapper .modal-mask .dialog-body .header .close{position:absolute;right:4px;top:7px}.smart-modal-wrapper .modal-mask .dialog-body .dialog-content .content-section{margin-bottom:16px}.smart-modal-wrapper .modal-mask .dialog-body .dialog-content .content-section a{text-decoration:underline;color:var(--link-color)}.smart-modal-wrapper .modal-mask .dialog-body .footer{margin-top:0}.card-container.vertical{display:flex;gap:16px}.card-container.horizontal{display:flex;flex-direction:column;gap:16px}.card-container .vertical-card{font-family:Lato;flex:0 1 calc(100% / var(--basis));display:flex;flex-direction:column;margin-right:10px}.card-container .vertical-card:last-of-type{margin-right:0}.card-container .vertical-card .sport-name{margin-bottom:16px}.card-container .vertical-card .sport-name:not(:last-of-type){margin-bottom:4px}.card-container .vertical-card .product-card-rating{margin-bottom:16px}.card-container .vertical-card .recommendation:has(:only-child){padding:8px 0 2px}.card-container .vertical-card .recommendation{font-size:14px;color:#7a126b}.card-container .vertical-card.rr .card-img img{width:80px;height:80px}.card-container .vertical-card.rr .details{font-size:16px;line-height:1.6;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #ccc}.card-container .vertical-card.rr .img-collection{display:flex;flex-wrap:wrap;margin-bottom:16px}.card-container .vertical-card.rr .img-collection .img-item{display:flex;flex-direction:column;align-items:center;margin:0 12px 16px 0}.card-container .vertical-card.rr .img-collection .img-item:last-of-type{margin-right:0}.card-container .vertical-card.rr .img-collection .img-item img{width:82px;height:82px}.card-container .vertical-card.rr .img-collection .img-item .name{font-size:12px;margin-top:4px}.card-container .vertical-card .price-btn-list .price-btn.in-tablet:not(.no-left-name) .layout{height:auto;min-height:96px;flex-direction:column;align-items:flex-start;justify-content:center}.card-container .vertical-card .price-btn-list .price-btn.in-tablet:not(.no-left-name) .layout .price-detail-info{align-items:flex-start;justify-content:flex-start}.card-container .horizontal-card{display:flex;justify-content:space-between;margin-top:16px}.card-container .horizontal-card .left-top{display:flex;align-items:center;margin-bottom:16px}.card-container .horizontal-card .left-top .card-img{margin-right:16px}.card-container .horizontal-card .description{font-size:14px}.card-container .horizontal-card .description a{text-decoration:underline;color:#284e95}.card-container .horizontal-card .price-btn-list{margin:0 0 0 16px;flex:0 0 352px}@media screen and (max-width: 1279px){.card-container .horizontal-card .price-btn-list{flex-basis:250px}}.card-container .card{padding:16px;border:2px solid #aba8b1;border-radius:4px}.card-container .card:hover{border-color:#000}.card-container .card.selected{border-color:#284e95}.card-container .card .star-icon-box,.card-container .card .star-icon-box .star-icon{width:16px;height:16px}.card-container .card .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.card-container .card .star-icon-box .gray-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.card-container .card .star-icon-box .blank-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.card-container .card .card-img img{width:48px;height:48px;object-fit:contain;cursor:pointer}.card-container .card .card-img:hover~.sport-name .hand-over-icon{display:block}.card-container .card .sport-name{font-size:16px;color:#284e95;display:flex;align-items:center;margin-bottom:4px}.card-container .card .sport-name span{cursor:pointer}.card-container .card .sport-name .hand-over-icon{margin-left:5px;cursor:pointer;display:none}.card-container .card .sport-name:hover .hand-over-icon{display:block}.card-container .card .bullet-list li{padding-bottom:8px;margin-bottom:12px;border-bottom:1px solid #bcbcbc;font-size:14px}.card-container .card .bullet-list li:last-of-type{border-bottom:0}.card-container .price-btn-list{margin-top:auto}.card-container .price-btn-list .price-btn{border:1px solid #6d656f;cursor:pointer;border-radius:4px;color:#000;font-family:Lato}.card-container .price-btn-list .price-btn.isB2B .pb_product_number_section{padding:0 16px 8px}.card-container .price-btn-list .price-btn.isB2B .layout{height:auto}.card-container .price-btn-list .price-btn.no-left-name .layout{justify-content:center}.card-container .price-btn-list .price-btn.no-left-name .layout .warranty-warrantPeriod:empty{flex:0}.card-container .price-btn-list .price-btn.no-left-name .layout .warranty-price-layout .price-detail-info{align-items:center}.card-container .price-btn-list .price-btn .layout{display:flex;min-height:72px;justify-content:space-between;align-items:center;padding:8px 16px}.card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod{font-size:18px;display:flex;flex-direction:column;flex:1}.card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod.flex0{flex:0 1 auto}.card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod .recommended{font-size:14px;line-height:22px}.card-container .price-btn-list .price-btn .layout .warranty-price-layout{height:100%;flex:2}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message{font-size:12px;text-align:right}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper{font-weight:400;letter-spacing:0}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message .premium-trial-tip{color:#4e444e}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .free-trial-message .premium-trial-msg{color:#171717}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .warranty-price{font-size:18px}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving{font-size:12px;color:#4e444e}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving .save-price-percent{margin-right:8px}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving .discount-money{text-decoration:line-through}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .saving.saving-force .discount-money{margin-left:8px;text-decoration:none}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-around;height:100%}.card-container .price-btn-list .price-btn .layout .warranty-price-layout .billing-msg{font-size:12px;display:inline-block}.card-container .price-btn-list .price-btn:hover{border-color:#000;box-shadow:0 0 3px #000}.card-container .price-btn-list .price-btn.selected{border-color:#284e95;box-shadow:0 0 3px #284e95,0 0 0 1px #284e95 inset;font-weight:700}.card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper{font-weight:700}.card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper .premium-trial-tip,.card-container .price-btn-list .price-btn.selected .layout .warranty-price-layout .free-trial-message.premium-trial-wrapper .premium-trial-msg{color:#000}.collapse-container .is-active:has(.rr){max-height:unset}.card-container .product-card-rating{cursor:pointer;height:24px}@media screen and (max-width: 1279px){.card-container.vertical .vertical-card .price-btn-list .price-btn .layout{display:block;height:92px}.card-container.vertical .vertical-card .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info{display:block}.card-container.vertical .vertical-card .price-btn-list .price-btn .layout .warranty-price-layout .price-detail-info>span{display:block;text-align:left}.card-container.vertical .vertical-card .img-collection .img-item{flex:0 1 25%;margin:.5em 0}.card-container.vertical .vertical-card .img-collection .img-item img{width:76px;height:76px}.card-container.vertical .vertical-card .img-collection .img-item .name{text-align:center}.card-container.vertical .vertical-card:first-child:nth-last-child(3) .img-collection .img-item,.card-container.vertical .vertical-card:first-child:nth-last-child(3)~.vertical-card .img-collection .img-item{flex:0 1 33.3333333333%}.card-container.vertical .vertical-card:first-child:nth-last-child(3) .img-collection .img-item img,.card-container.vertical .vertical-card:first-child:nth-last-child(3)~.vertical-card .img-collection .img-item img{width:62px;height:62px}}@media screen and (min-width: 768px) and (max-width: 1280px){.card-container .price-btn-list .price-btn .layout .warranty-warrantPeriod .recommended{font-size:12px;line-height:21px}}.collapse-container.section-container .arrow{margin-left:10px;margin-bottom:3px}.collapse-container.section-container .arrow.arrow-active{margin-left:20px;margin-bottom:0}.collapse-container.section-container{margin-top:16px;padding-bottom:16px;border-bottom:1px solid #ccc}.collapse-container.section-container .title{padding-bottom:0;margin-bottom:4px}.collapse-container.section-container .section-title{display:flex;align-items:center;font-family:Lato;letter-spacing:0;flex:1;line-height:1}.collapse-container.section-container .section-title .pbStepLabel{margin-right:4px}.collapse-container.section-container .section-title h2{font-size:20px;margin:0;color:#000}.collapse-container.section-container .section-title .tool-tip{color:#294e95;text-decoration:none;font-size:16px;margin-left:24px;font-weight:400;padding:0;line-height:1}.collapse-container.section-container .section-title span.compare-pb{font: 16px/16px Lato;letter-spacing:-.08px;color:#294e95;opacity:1;margin-left:10px;cursor:pointer}.collapse-container.section-container .gift-section-title{display:flex;flex-direction:column;font-family:Lato;letter-spacing:0;flex:1;line-height:1}.collapse-container.section-container .gift-section-title .gift-sub-title{color:#7a126b;font: 14px/17px Lato;letter-spacing:-.14px}.collapse-container.section-container .options-count-container{font-size:14px;font-weight:400;font-family:Lato;letter-spacing:0;color:#4e444e}.collapse-container.section-container .options-count-container .count{margin-right:2px}.collapse-container.section-container .collapsableSection{border:2px solid #aba8b1;border-radius:4px;cursor:pointer;padding:0 16px;margin-bottom:16px}.collapse-container.section-container .collapsableSection .title{padding:12px 0 !important}.collapse-container.section-container .collapsableSection:hover{border-color:#4e444e}.collapse-container.section-container .collapsableSection h4{font-size:16px;font-weight:400;letter-spacing:0px}.collapse-container.section-container .collapsableSection .collapsableSectionContent{padding:12px 0}.collapse-container.section-container .collapsableSection .collapsableSectionContent p{margin-top:.5em;margin-bottom:.5em}.collapse-container.section-container .collapsableSection .collapsableSectionContent ul{display:block;list-style-type:disc;margin:.5em 0;padding-left:18px}.collapse-container.section-container .collapsableSection .collapsableSectionContent ul li{list-style:initial}.collapse-container.section-container .collapsableSection.collapse-container .content-warp{transition:none}.collapse-container.section-container .merch-message-container{margin-bottom:8px}.collapse-container.section-container .merch-message-container .merch-message{font-family:Lato;padding:36px calc(2.81% + 40px);font-size:18px;font-weight:700;text-align:center;color:#fff;word-break:break-word}.collapse-container.section-container .subSection-merch-message-container .merch-message{font-family:Lato;font-size:14px;color:#000}.collapse-container.section-container .subSection-merch-message-container .modal{color:#284e95;text-decoration:underline}.collapse-container.section-container .show-all-options-container{padding-top:12px;text-align:center}.collapse-container.section-container .show-all-options-container .show-all-options{cursor:pointer;display:inline-block}.collapse-container.section-container .show-all-options-container .show-all-options .show-all-options-btn{font-size:14px;color:#294e95;font-weight:700}.collapse-container.section-container .show-all-options-container .show-all-options .show-all-options-btn:hover{text-decoration:underline}.collapse-container.section-container .show-all-options-container .show-all-options .arrow{min-width:10px;margin-left:10px;transform:rotate(45deg) translateY(-3px);transform-origin:50% 50%;width:10px;height:10px;cursor:pointer;border:0 solid #171717;border-right-width:2px;border-bottom-width:2px;border-color:#294e95;display:inline-block;transition:transform .3s}.collapse-container.section-container .show-all-options-container .show-all-options .arrow.arrow-up{transform:rotate(-135deg) translate(-4px,-4px)}.collapse-container.section-container .subSection-container{padding-bottom:12px}.collapse-container.section-container .subSection-Nav{padding:16px 0}.collapse-container.section-container .subSection-Nav .subSectionPbBtn{background-color:#f5f5f5;height:48px;border-radius:100px;margin:0 8px 8px 0;cursor:pointer;padding:0 16px;color:#4e444e;border:3px solid transparent}.collapse-container.section-container .subSection-Nav .subSectionPbBtn>span{font-family:Lato;font-size:16px;font-weight:700}.collapse-container.section-container .subSection-Nav .subSectionPbBtn.active{background-color:#fff;color:#294e95;border:3px solid #294e95}.collapse-container.section-container .subSection-Nav .subSectionPbBtn:hover{color:#294e95;background-color:#eaeef5}.collapse-container.section-container .subSection-Merch{padding-bottom:8px}.collapse-container.section-container .content-warp{display:none}.collapse-container.section-container .content-warp.is-active{display:block}.collapse-container.section-container.redesign{margin-top:0;margin-bottom:16px}.collapse-container.section-container.redesign .section-title{display:flex;align-items:center;color:#171717;font-feature-settings:"liga" off,"clig" off;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-1px}.collapse-container.section-container.redesign .section-title .pbStepLabel{margin-right:4px;font-weight:700}.collapse-container.section-container.redesign .section-title h2{font-size:20px;margin:0;color:#000}.collapse-container.section-container.redesign .section-title .tool-tip{color:#294e95;text-decoration:none;font-size:16px;margin-left:24px;font-weight:400;padding:0;line-height:1}.collapse-container.section-container.redesign .section-title span.compare-pb{font: 16px/16px Lato;letter-spacing:-.08px;color:#294e95;opacity:1;margin-left:10px;cursor:pointer}.collapse-container.section-container.redesign .options-count-container{color:#4e444e;font-feature-settings:"liga" off,"clig" off;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.16px}.collapse-container.section-container.redesign .options-count-container .label{color:#4e444e;font-weight:400}.collapse-container.section-container.redesign .options-count-container .count{margin-right:2px}.compare-view-container .compare-view-modal-body{max-width:1424px;margin:0 auto;margin-bottom:48px !important;margin-top:48px !important;height:auto;border-radius:12px}.compare-view-container .compare-view-modal-body .empty_background{display:none}.compare-view-container .compare-view-modal-body .header{margin:0 34px 0 25px;padding-left:0;padding-right:0;padding-top:29px}.compare-view-container .compare-view-modal-body .header .title .compare-view-title{font-size:28px;line-height:34px;font-family:var(--lato);letter-spacing:0px;color:var(--fore-color)}.compare-view-container .compare-view-modal-body .dialog-content{margin-top:26px;overflow-y:hidden}.compare-view-container .compare-view-modal-body .dialog-content .content::-webkit-scrollbar{width:8px;height:8px}.compare-view-container .compare-view-modal-body .dialog-content .content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:12px}.compare-view-container .compare-view-modal-body .dialog-content .content::-webkit-scrollbar-thumb{background-color:#4e444e;border-radius:12px}.compare-view-container .compare-view-modal-body .dialog-content .content{height:calc(100% - 19px);overflow:auto;margin-bottom:24px;margin-left:24px}.compare-view-container .compare-view-modal-body .dialog-content .content .compare-footer{margin-right:39px;background:#fff 0% 0% no-repeat padding-box;border:0;text-align:left;font: 14px/16px Noto Sans;letter-spacing:0px;color:#4e444e;opacity:1}.compare-view-container .compare-view-modal-body .dialog-content .content .compare-footer .footer-content{padding-bottom:16px}.compare-view-container .compare-view-modal-body .dialog-content .content .compare-footer .footer-content sup{font: 5px Noto Sans;letter-spacing:0px;color:#4e444e;vertical-align:super;font-size:xx-small}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container{margin-right:24px;width:auto}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th{background:white;color:var(--fore-color);padding:23px 18px 10px;border-top:0;font-size:18px;line-height:19px;font-weight:700;font-family:var(--lato)}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table td,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table th{border:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table{border-collapse:separate;border:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table td,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table th{border-bottom:1px solid #bcbcbc;border-right:1px solid #bcbcbc}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table th{border-top:0;padding:21px 12px 10px 13px;height:auto}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table tr:nth-child(2n) td{background-color:#fff}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table tr:last-child{border-bottom:1px solid #bcbcbc}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table tr td:first-child{font-size:16px;line-height:21px;text-align:right;padding-left:19px;padding-right:22px;border-left:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table tr td:last-child{border-right:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table td .description ul{width:fit-content;max-width:100%}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container table td .description{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.compare-view-container .compare-view-modal-body .dialog-content .content .compare-footer{border-radius:12px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th:last-child,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td:last-child{border-right:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th:first-child,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td:first-child{border-left:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td{width:250px;max-width:339px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th .description ul,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td .description ul,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th .description ul li,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td .description ul li{margin-left:0}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th .description>*,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td .description>*{text-align:center}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td{height:80px;min-height:80px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td:first-child{font-family:var(--lato);font-size:16px;line-height:21px;font-weight:500}@media screen and (min-width: 1280px) and (max-width: 1919px){.compare-view-container .compare-view-modal-body{border-radius:12px}.compare-view-container .compare-view-modal-body .empty_background{display:none}.compare-view-container .compare-view-modal-body{max-width:1184px}}@media screen and (max-width: 1189px){.compare-view-container .compare-view-modal-body{border-radius:12px}.compare-view-container .compare-view-modal-body .empty_background{display:none}.compare-view-container .compare-view-modal-body{max-width:736px}.compare-view-container .compare-view-modal-body .dialog-content{margin-top:0;padding-top:6px}.compare-view-container .compare-view-modal-body .dialog-content .content{margin-left:17px;margin-right:0}.compare-view-container .compare-view-modal-body .dialog-content .content .compare-footer{margin-right:16px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container{margin-right:24px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th{width:203px;max-width:203px}.compare-view-container .compare-view-modal-body .dialog-content .content .table-container td:first-child,.compare-view-container .compare-view-modal-body .dialog-content .content .table-container th:first-child{width:230px;max-width:230px}}.pb-services .switch-container{margin-bottom:16px}.pb-services .switch-container label{display:inline-flex;align-items:center;cursor:pointer}.pb-services .switch-container .label{font-size:16px;font-family:Lato;margin-left:4px}.pb-services .switch-container input{display:none}.pb-services .switch-container .container{position:relative;display:inline-flex;width:36px;height:18px;border-radius:20px;background-color:#555;align-items:center}.pb-services .switch-container .container .position{position:absolute;left:4px;display:inline-block;font-size:0;border-radius:50%;width:12px;height:12px;background:#fff;transition:left .3s ease}.pb-services .switch-container input:checked~.container{background-color:#285d50}.pb-services .switch-container input:checked~.container>.position{left:20px}.comp-contaier{min-height:800px}.main_content{background-color:#fff}.comp-contaier,.pb-container{background:#fff;max-width:1920px;margin:0 auto}.pb-container .backToRecomendation{font: 16px/19px Lato;color:#284e95;margin:16px 48px 0;cursor:pointer;display:inline-block;visibility:visible}.pb-container .backToRecomendation .recomendationIcon{padding-right:8px;width:12px;height:12px;display:inline-block;border:0 solid #284e95;rotate:45deg;border-left-width:3px;border-bottom-width:3px;transform:scale(.5)}.pb-container .pb-sticky-bar-pc{padding-top:0}.pb-container .pb-sticky-bar-pc.sticky{padding-top:16px;position:fixed;width:100%}.pb-container .pb-sticky-bar-pc .pb-sticky-bar-text h1{font: 700 24px/29px Lato;letter-spacing:0px;color:#000;text-transform:capitalize}.pb-container .pb-sticky-bar-pc .copilot-wrapper .copilot-plus-badge{--copilot-font-size: 14px;--copilot-line-height: 1;--copilot-letter-spacing: 0}.pb-container .pb-sticky-bar-pc .copilot-wrapper .copilot-plus-badge .copilot-plus-badge_content{margin-bottom:4px}.pb-container .pb-content-wrapper{margin-top:16px}.product-card-main{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}.product-card-main .product-card-summary,.product-card-main .product-card-rating,.product-card-main .product-card-price,.product-card-main .addToCart,.product-card-main .leadtimeMessage{flex:1}.product-card-main .product-card-rating,.product-card-main .product-card-price{align-items:center;display:flex}@media screen and (min-width: 1280px) and (max-width: 1520px){.comp-contaier .short-pb-container{margin:0 48px}}@media screen and (min-width: 1521px){.comp-contaier div.backToRecomendationWrapper,.comp-contaier .pb-sticky-bar-pc .container{width:1424px;max-width:1424px;margin:0 auto}.comp-contaier div.backToRecomendationWrapper.backToRecomendationShortPb,.comp-contaier .pb-sticky-bar-pc .container.backToRecomendationShortPb{margin:0 auto}.comp-contaier .pb-container div.backToRecomendation.backToRecomendationShortPb{margin:0 auto;display:inline-block;width:auto}.comp-contaier .pb-container div.pb-sticky-bar-pc>div,.comp-contaier div.pbSubHeadlineMain>div{width:1424px;max-width:1424px;margin:0 auto}.comp-contaier .pb-success-msg-bar{margin:1em 0 0}.comp-contaier .pbSection{padding:1em 0}.comp-contaier .short-pb-container,.comp-contaier .pb-content-wrapper{width:1424px;max-width:1424px;margin:0 auto;padding:0}}@media screen and (min-width: 768px) and (max-width: 1280px){.short-pb-container,.pb-content-wrapper{margin:0 16px}.comp-contaier .backToRecomendation{margin:0}.comp-contaier .pb-sticky-bar-pc{padding:16px}.comp-contaier .pb-container .pb-sticky-bar-pc .backToRecomendation{margin:0 auto}}@media screen and (min-width: 1217px) and (max-width: 1279px){.short-pb-container,.pb-content-wrapper{width:1184px;max-width:1184px;margin:0 auto}.comp-contaier div.backToRecomendationWrapper{width:1184px;max-width:1184px;margin:0 auto;display:block}.comp-contaier .pb-container .pb-sticky-bar-pc div.backToRecomendation{display:inline-block;width:auto}.comp-contaier .pb-sticky-bar-pc .container{width:1184px;max-width:1184px;margin:0 auto}.comp-contaier .pbSubHeadlineMain>div{width:1184px;max-width:1184px;margin:0 auto}.comp-contaier .pbSubHeadlineMain>div.pbMainTop{margin-bottom:16px}.comp-contaier .pbSubHeadlineMain>div.pbMainColumn{margin-bottom:6px}}@media screen and (min-width: 1280px) and (max-width: 1920px){.short-pb-container{margin:0 auto}.pb-content-wrapper{width:100%;margin:0 auto;padding:0 48px}.comp-contaier .pb-sticky-bar-pc{padding:16px 48px}.comp-contaier .pb-sticky-bar-pc .backToRecomendation{margin:0 auto;display:inline-block}.comp-contaier .pb-sticky-bar-pc .backToRecomendationShortPb{display:none}.comp-contaier .pb-sticky-bar-pc .pb-sticky-bar-text h1{font: 700 24px/29px Lato;letter-spacing:0px;color:#000;text-transform:capitalize}.comp-contaier .pb-container .pb-sticky-bar-pc>div,.comp-contaier .pbSubHeadlineMain>div{width:100%;margin:0 auto}.comp-contaier .pb-container .pb-sticky-bar-pc .backToRecomendation,.comp-contaier .pbSubHeadlineMain .backToRecomendation{margin:0 auto;display:inline-block}}@media screen and (min-width: 1920px){.comp-contaier .backToRecomendation{margin:0}.comp-contaier .pb-sticky-bar-text h1{font: 700 24px/29px Lato;letter-spacing:0px;color:#000;text-transform:capitalize}.pb-container .backToRecomendation{margin:0}.pb-container .pb-sticky-bar-pc{padding:16px 248px}.pb-container .pb-sticky-bar-pc .pb-sticky-bar-text h1{font: 700 24px/29px Lato}.pb-container .pb-sticky-bar-pc .pb-sticky-bar-text span,.pb-container .pb-sticky-bar-pc .pb-sticky-bar-text a{line-height:17px}}.pbSection{padding:16px 0 8px}.pbSection *{font-family:Lato !important}.pbSection .card-review-inline .star-icon-box .yellow-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/iyxntur2wscag0a4lek1rw7s5tk82e383786.svg);background-size:cover}.pbSection .card-review-inline .star-icon-box .gray-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.pbSection .card-review-inline .star-icon-box .blank-icon{background:url(//p4-ofp.static.pub/fes/cms/2023/02/15/q5kfy9k5c9owr2yeitaxd3q4rj4pcd697562.svg)}.pbSection .pbSectionContainer{padding-bottom:25px;border-bottom:1px solid #ccc;margin-bottom:24px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentUpper{flex-direction:column}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent{margin-bottom:0}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentImg{width:48px;margin-bottom:31px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentImg img{width:48px;height:48px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentText{font-size:14px;margin-bottom:48px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentText h4{cursor:pointer;font: 16px/21px Lato;letter-spacing:0px;color:#284e95}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentText h4:has(+.product-card-rating){margin-bottom:4px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContentText .product-card-rating{margin-bottom:16px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice{margin-left:0;text-align:left}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details{margin:0 0 24px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .price-save,.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .free-trial-section{font-size:12px;line-height:14px}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .purchased-with-pc{color:#000;margin-bottom:4px;padding:0}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .price-save{display:block;font: 12px/14px Lato;letter-spacing:-.12px;color:#555}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .free-trial-section{margin-top:4px;font: 12px/14px Lato;letter-spacing:-.12px;color:#000}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .price-details .price-amount{text-align:left;font: 700 20px/22px Lato;letter-spacing:0px;color:#000}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .addToCart{justify-content:flex-start}.pbSection .pbSectionContainer.short-pb-moreLists .pbSectionContent .pbSectionContentPrice .pbAddToCartBtn{justify-content:center}.pbSection .collapsableSection{border:2px solid #aba8b1;border-radius:4px;cursor:pointer;padding:0 16px;margin-bottom:16px}.pbSection .collapsableSection .title{padding:12px 0 !important}.pbSection .collapsableSection:hover{border-color:#4e444e}.pbSection .collapsableSection h4{font-size:16px;font-weight:400;letter-spacing:0px}.pbSection .collapsableSection .collapsableSectionContent{padding:12px 0}.pbSection .collapsableSection .collapsableSectionContent p{margin-top:.5em;margin-bottom:.5em}.pbSection .collapsableSection .collapsableSectionContent ul{display:block;list-style-type:disc;margin:.5em 0;padding-left:18px}.pbSection .collapsableSection .collapsableSectionContent ul li{list-style:initial}.pbSection .collapsableSection.collapse-container .content-warp{transition:none}.pbSectionContainer{display:flex;grid-gap:1em}.pbSectionEspot{max-width:280px;border:2px solid #aba8b1;border-radius:4px;padding:16px;margin-bottom:16px;margin-left:auto}.pbSectionEspot h4{font-size:20px;font-weight:700}.pbSectionEspot p{margin:.5em 0 1em;font-size:14px}.pbSectionEspot a{font-size:16px;font-weight:700;color:#294e95}.pbSectionEspot a:hover{text-decoration:underline}.pbSectionEspot:hover{border-color:#4e444e}.pbSectionContent{width:100%;border:2px solid #aba8b1;border-radius:4px;padding:16px;margin-bottom:16px}.pbSectionContent .pbSectionContentUpper{display:flex;flex-direction:row}.pbSectionContent .historical-order-container{margin-top:10px;margin-bottom:0}.pbSectionContent .historical-order-container .historical-order{justify-content:flex-end}.pbSectionContent:hover{border:2px solid #4e444e}.pbSectionContent.active{border:2px solid #284e95}.pbSectionContent .pbSectionContentImg{max-width:70px;min-width:70px;width:70px;text-align:center;margin-right:14px}.pbSectionContent .pbSectionContentText{font-size:14px;margin-right:16px}.pbSectionContent .pbSectionContentText h4{cursor:pointer;font: 16px/21px Lato;letter-spacing:0px;color:#284e95}.pbSectionContent .pbSectionContentText h4:has(+.product-card-rating){margin-bottom:4px}.pbSectionContent .pbSectionContentText .recommend-label{font-size:14px;color:#7a126b;margin:8px 0 2px}.pbSectionContent .pbSectionContentText .product-card-rating{margin-bottom:8px}.pbSectionContent .pbSectionContentText .product-card-rating .bv_text{font: 13px/16px Lato;letter-spacing:0px;color:#000 !important;opacity:1}.pbSectionContent .pbSectionContentText ul{display:block;list-style-type:disc;margin:.5em 0;padding-left:18px;color:#4e444e}.pbSectionContent .pbSectionContentText ul li{list-style:initial}.pbSectionContent .pbSectionContentPrice{min-width:200px;margin-left:auto;text-align:right;display:flex;flex-direction:column}.pbSectionContent .pbSectionContentPrice .price-details{margin:0 0 1em}.pbSectionContent .pbSectionContentPrice .price-details .price-save,.pbSectionContent .pbSectionContentPrice .price-details .free-trial-section{font-size:12px;line-height:14px}.pbSectionContent .pbSectionContentPrice .price-details .purchased-with-pc{color:#000;margin-bottom:4px;padding:0}.pbSectionContent .pbSectionContentPrice .price-details .price-save{display:block;font: 12px/14px Lato;letter-spacing:-.12px;color:#555}.pbSectionContent .pbSectionContentPrice .price-details .free-trial-section{margin-top:4px;font: 12px/14px Lato;letter-spacing:-.12px;color:#000}.pbSectionContent .pbSectionContentPrice .price-details .price-amount{text-align:right;font: 700 20px/22px Lato;letter-spacing:0px;color:#000}.pbSectionContent .pbSectionContentPrice .addToCart{margin:auto 0 0;display:flex;justify-content:flex-end}.pbSectionContent .pbSectionContentPrice .addToCart>button{min-width:130px;min-height:48px;line-height:16px;border-radius:4px;border:1px solid #294e95;letter-spacing:0px;font-size:16px;font-weight:700;color:#294e95;cursor:pointer;overflow:hidden;justify-content:center;align-items:center}.pbSectionContent .pbSectionContentPrice .addToCart>button:hover{background:#eaeef5}.short-pb-container .short-pb-header{display:flex;justify-content:space-between}.short-pb-container .short-pb-header .short-pb-header-title{font-size:20px;font-family:var(--lato);line-height:24px;letter-spacing:0px;color:#000;opacity:1}.short-pb-container .short-pb-header .short-pb-header-link{font-size:16px;font-family:var(--lato);line-height:24px;color:#294e95;letter-spacing:0px;opacity:1}.short-pb-container .short-pb-accessories-products .produt-list,.short-pb-container .short-pb-software-products .produt-list{margin-top:16px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.short-pb-container .short-pb-accessories-products .produt-list .product-card-main,.short-pb-container .short-pb-software-products .produt-list .product-card-main{margin:0}.short-pb-container .short-pb-accessories-products .produt-list .product-card-main .product-card-div:has(>.product-card-image:hover)+.product-card-summary img,.short-pb-container .short-pb-software-products .produt-list .product-card-main .product-card-div:has(>.product-card-image:hover)+.product-card-summary img{display:inline-block}.short-pb-container .short-pb-accessories-products .produt-list .product-card-image,.short-pb-container .short-pb-software-products .produt-list .product-card-image{cursor:pointer}.short-pb-container .short-pb-accessories-products .product-card-summary,.short-pb-container .short-pb-software-products .product-card-summary{cursor:pointer;color:#284e95}.short-pb-container .short-pb-accessories-products .product-card-summary .product-info-icon,.short-pb-container .short-pb-software-products .product-card-summary .product-info-icon{display:none}.short-pb-container .short-pb-accessories-products .card-rating-container .card-review-inline a,.short-pb-container .short-pb-software-products .card-rating-container .card-review-inline a{cursor:default !important}.short-pb-container .short-pb-services-products{margin-top:16px}.short-pb-container .short-pb-software-products{margin-top:16px;padding-bottom:24px;border-bottom:1px solid #ccc;margin-bottom:24px}.short-pb-container .short-pb-software-products .product-card-image{height:120px}.short-pb-container .short-pb-accessories-products .product-card-image{height:160px}
