.logo{grid-area:logo;display:flex;align-items:flex-end;width:100%;padding-bottom:0;margin-bottom:-.625rem}.logo img,.logo video{vertical-align:middle;max-width:100%;min-width:0;height:auto}.logo.getic{padding-bottom:0;position:relative}.logo .animated-logo{height:77px;width:200px;animation:none}.logo .animated-logo.play-animation-sprite{background:url(/images/animation_images/sprite-logo.png) no-repeat -5200px 0;background-size:5400px 77px;animation-delay:2s;animation:logo-animation-sprite 1.2s steps(27,end) 1}.logo .animated-logo.static-logo{background:url(/images/animation_images/sprite-logo.png) no-repeat -5200px 0;background-size:5400px 77px;background-position:-5200px 0;transition:all .3s ease}.logo .static-christmas-logo{height:64px;width:176px;animation:none;background:url(/images/logo/getic_christmas_logo_2.png) no-repeat 0 0;background-size:176px 64px;background-position:0 0;margin-bottom:.625rem}@media (max-width: 991.98px){.logo{margin-bottom:0}.logo .animated-logo{height:46px;width:119px;justify-content:flex-end;align-self:center}.logo .animated-logo.play-animation-sprite{background:url(/images/animation_images/sprite-logo.png) no-repeat -3094px 0;background-size:3213px 46px;animation:logo-animation-sprite-pad 1.2s steps(27) 1}.logo .animated-logo.static-logo{background:url(/images/animation_images/sprite-logo.png) no-repeat -3094px 0;background-size:3213px 46px;background-position:-3094px 0}.logo .static-christmas-logo{height:38px;width:105px;animation:none;background:url(/images/logo/getic_christmas_logo_2.png) no-repeat 0 0;background-size:105px 38px;background-position:0 0;margin-bottom:.375rem}}@media (max-width: 767.98px){.logo{margin-bottom:0}.logo .animated-logo{height:52px;width:135px;justify-content:flex-end;align-self:center}.logo .animated-logo.play-animation-sprite{background:url(/images/animation_images/sprite-logo.png) no-repeat -3512px 0;background-size:3647px 52px;animation:logo-animation-sprite-mobile 1.2s steps(27) 1}.logo .animated-logo.static-logo{background:url(/images/animation_images/sprite-logo.png) no-repeat -3512px 0;background-size:3647px 52px;background-position:-3512px 0}.logo .static-christmas-logo{height:44px;width:119px;animation:none;background:url(/images/logo/getic_christmas_logo_2.png) no-repeat 0 0;background-size:119px 44px;background-position:0 0;margin-bottom:.25rem}}@keyframes logo-animation-sprite{0%{background-position:0 0}to{background-position:-5400px 0}}@keyframes logo-animation-sprite-mobile{0%{background-position:0 0}to{background-position:-3647px 0}}@keyframes logo-animation-sprite-pad{0%{background-position:0 0}to{background-position:-3213px 0}}.header{display:grid;grid-template-rows:2.8125rem 3.125rem;grid-template-columns:200px calc(100% - 210px);grid-template-areas:"logo top-bar" "logo bottom-bar";column-gap:.625rem;width:100%;z-index:20;margin:0 -.625rem}.header{font-family:var(--secondary-font-family);padding-top:.625rem}.header button:active,.header button:focus,.header button.hover,.header .btn:active,.header .btn:focus,.header .btn.hover{box-shadow:none;outline:none}.header .header-bottom-bar #catalogue-button{background-color:#ff8200;border-radius:.25rem 0 0 .25rem}.header .header-bottom-bar #catalogue-button:hover,.header .header-bottom-bar #catalogue-button:focus,.header .header-bottom-bar #catalogue-button:active{color:#fff}@media (max-width: 767.98px){.header .header-top-bar{justify-content:flex-end!important}}.header .header-top-bar .pre-icon{margin-right:.625rem}.header .header-user-nav{display:flex;align-items:center;justify-content:flex-end}.header .account-btn{padding-left:0;padding-right:0;border:none!important}.header .account-btn .ico-image{margin-right:.625rem}.header .account-btn-title{display:inline-block;max-width:8.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 575.98px){.header .account-btn-title{display:none!important}}.header .account-btn-starcoins{display:flex;justify-content:center;align-items:center;margin-left:7px;font-size:14px;border:1px solid #FF8200;padding:0 7.5px;height:24px;border-radius:4px}.header.sticky-header{display:block;width:100%;position:fixed;left:50%;transform:translate(-50%);max-width:1440px;top:0;z-index:100101;margin-left:calc(50vw - 50%);overflow-x:hidden}.header.sticky-header .header-top-bar,.header.sticky-header .logo{display:none}.header.sticky-header .header-bottom-bar{display:block;width:100%;background-color:#ff8200;border:2px solid #FF8200;border-radius:4px}.header.showSearchHints{z-index:10000}.header.showSearchHints .header-bottom-bar{z-index:1000000}.header .header-top-bar{grid-area:top-bar;align-self:flex-start;font-size:.875rem;display:flex}.header .header-bottom-bar{grid-area:bottom-bar;align-self:flex-end;box-shadow:5px 5px 10px #1315150d}.header .header-bottom-bar button,.header .header-bottom-bar .btn{height:3.125rem;padding-right:1.25rem;box-shadow:none;border:none}.header .header-bottom-bar button:active,.header .header-bottom-bar button:focus,.header .header-bottom-bar button.hover,.header .header-bottom-bar .btn:active,.header .header-bottom-bar .btn:focus,.header .header-bottom-bar .btn.hover{box-shadow:none;outline:none;border:none}.header .header-bottom-bar button.compare,.header .header-bottom-bar .btn.compare{padding-right:1.25rem;padding-left:0}.header .header-bottom-bar button.header-cart-btn,.header .header-bottom-bar .btn.header-cart-btn{padding-left:28px;padding-right:28px}.header .header-catalogue-btn,.header .header-cart-btn{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;padding:0 1.875rem}.header .header-catalogue-btn{color:#fff}.header .header-catalogue-btn .catalogue_ico{margin-right:.625rem}.header .header-search{padding:0 4rem}.header .top-menu li a.nav-link{padding-left:.9375rem;padding-right:.9375rem}.header .top-menu li a:hover{text-decoration:underline}.header .top-menu li:last-child a{padding-right:0}@media (max-width: 767.98px){.header .header{padding:0 2.1875rem!important}.header .header-top-bar{margin-bottom:1rem}.header .header-cart-btn{padding:0 1rem}.header .header-search{padding:0 2rem}}.header-placeholder.sticky-header{width:100%;height:126px}@media (max-width: 991.98px){.header{display:grid;grid-template-rows:3.125rem 3.125rem;grid-template-columns:120px calc(100% - 120px);grid-template-areas:"logo- top-bar" "logo bottom-bar";column-gap:.625rem;width:100%;z-index:20;padding:0 1.25rem!important}.header .account-btn-starcoins{display:flex!important;align-items:center;justify-content:center}.header .account-btn{margin-left:1.25rem}}@media (max-width: 767.98px){.header{padding-top:1rem}.header .btn{font-size:.875rem}}@media (max-width: 767.98px){.header{grid-template-rows:2.8125rem 2.8125rem;grid-template-columns:1fr 1fr;grid-template-areas:"logo top-bar" "bottom-bar bottom-bar";column-gap:0;row-gap:1.5rem;padding:1rem 10px 0!important;margin:0!important}.header .logo{padding-bottom:0}.header .logo img{height:2.8125rem;width:7.438rem}.header .header-catalogue-btn{padding:0 .75rem}.header .header-catalogue-btn span{display:none}.header .header-catalogue-btn .catalogue_ico{margin:0}.header .header-bottom-bar button{height:3.125rem}}@media (max-width: 360px){.header .account-btn-title{max-width:5rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.header .header-bottom-bar #catalogue-button{padding-left:1.25rem}}@media (max-width: 1399px) and (min-width: 768px){.header{margin:0 0 0 calc(50vw - 50% - 2px);max-width:calc(100% - 20px)!important;column-gap:5px}}.header-search-bar{display:flex;flex:1 1;min-width:0;background-color:#fff}.header-search-bar .input-group-text{height:100%;padding-left:1.25rem;padding-right:0}.header-search-bar>input{flex:1 1;padding:0 .75rem;height:3.125rem;min-width:0}.header-search-bar>input::placeholder{color:#131515}.header-search-bar>input:active,.header-search-bar>input:focus,.header-search-bar>input.hover{box-shadow:none;outline:none}.header-search-bar .loading-icon-wrapper{height:3.125rem;padding-left:1.25rem;padding-right:1.25rem}.header-search-bar .loading-icon-wrapper .loader{width:40px!important;height:auto!important}.header-search-bar .loading-icon-wrapper .loader .dot-flashing{transform:translate(-50%)}@media (max-width: 991.98px){.header-search-bar .input-group-text{padding-left:.938rem}.header-search-bar>input{font-size:1rem;padding:0 .75rem 0 .625rem}}@media (max-width: 767.98px){.header-search-bar>input{height:3.125rem}}.yellow-badge{color:#131515;background-color:#ff8200;font-family:var(--secondary-font-family),sans-serif;font-size:.875rem;border-radius:4px;position:absolute;padding:1px 6px;right:1rem;top:-.75rem;min-width:1.75rem}@media (max-width: 991.98px){.yellow-badge{font-size:.75rem;padding:0 4px;min-width:1.375rem}}.btn-header-compare-wrapper{display:flex;position:relative}.btn-header-compare-wrapper .btn.compare{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;box-shadow:none;z-index:18;outline:none;border:1px transparent solid;padding:0}.btn-header-compare-wrapper .btn.compare .ico{background-color:#131515;margin-right:10px;width:15px;height:14px;-webkit-mask-size:15px 14px;mask-size:15px 14px;transition:all .2s;mask:url(/images/favorites/add_compare_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.btn-header-compare-wrapper .btn.compare .ico:hover{background-color:#ff8200}.btn-header-compare-wrapper .btn.compare .count{margin-left:7px;display:flex;justify-content:center;align-items:center;width:30px;height:24px;font-family:var(--secondary-font-family);font-size:14px;font-weight:500;letter-spacing:-.5px;text-align:center;border-radius:4px;border:1px solid rgb(255,130,0)}.btn-header-compare-wrapper .btn.compare .ico-image{margin-right:.625rem}.btn-header-compare-wrapper .title{font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;text-transform:lowercase;color:#131515;cursor:pointer}.btn-compare-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;text-transform:lowercase}.btn-compare-wrapper .btn-compare{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;border:1px solid transparent;background-color:#131515;box-shadow:none;z-index:18;outline:none;mask:url(/images/favorites/add_compare_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:16px 18px;mask-size:16px 18px;width:18px;height:16px}.btn-compare-wrapper .btn-compare.inCompare{mask:url(/images/favorites/remove_compare_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.btn-compare-wrapper .btn-compare .icon{width:1.125rem}.btn-compare-wrapper .btn-compare.large{display:flex;justify-content:center;align-items:center;mask:none;width:2.5rem;height:2.5rem;padding:0;border-radius:.25rem;background-color:#ff8200;margin-right:.625rem!important}.btn-compare-wrapper .btn-compare.large .compare-ico{background-color:#131515;mask:url(/images/navigation/compare_ico_2.svg);width:1.125rem;height:1rem;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.btn-compare-wrapper .btn-compare.large:hover,.btn-compare-wrapper .btn-compare.large:active,.btn-compare-wrapper .btn-compare.large:focus{background-color:#131515}.btn-compare-wrapper .btn-compare.large:hover .compare-ico,.btn-compare-wrapper .btn-compare.large:active .compare-ico,.btn-compare-wrapper .btn-compare.large:focus .compare-ico{background-color:#fff}.btn-compare-wrapper .btn-compare.medium{display:flex;justify-content:center;align-items:center;mask:none;height:1.875rem;width:1.875rem;padding:0;border-radius:.25rem;background-color:#ff8200;margin-right:.625rem!important}.btn-compare-wrapper .btn-compare.medium .compare-ico{background-color:#131515;mask:url(/images/navigation/compare_ico_2.svg);height:.75rem;width:.84375rem;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.btn-compare-wrapper .btn-compare.medium:hover,.btn-compare-wrapper .btn-compare.medium:active,.btn-compare-wrapper .btn-compare.medium:focus{background-color:#131515}.btn-compare-wrapper .btn-compare.medium:hover .compare-ico,.btn-compare-wrapper .btn-compare.medium:active .compare-ico,.btn-compare-wrapper .btn-compare.medium:focus .compare-ico{background-color:#fff}.btn-compare-wrapper .btn-compare:hover,.btn-compare-wrapper .btn-compare:focus,.btn-compare-wrapper .btn-compare:active,.btn-compare-wrapper .btn-compare.hover{outline:none;border:1px solid transparent;box-shadow:none;background-color:#ff8200;border-radius:4px}.btn-compare-wrapper .btn-compare.added{background-color:#ff8200}.btn-compare-wrapper .title{font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;text-transform:lowercase;color:#131515;cursor:pointer}.btn-compare-wrapper .add-to-compare{margin-right:0!important}.btn-compare-wrapper .alert-container{position:absolute;max-width:20rem;text-transform:none;border:1px solid #FFFFFF!important;border-bottom:none}.btn-compare-wrapper .alert-container:before{position:absolute;content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:#5c068c;left:-12px;top:calc(50% - 6px);transform:rotate(272deg)}.menu-modal-content-wrapper .compare{justify-content:flex-start;margin-bottom:1rem;font-family:var(--secondary-font-family);font-size:14px;letter-spacing:-.2px;line-height:16px}.menu-modal-content-wrapper .compare:active,.menu-modal-content-wrapper .compare:focus,.menu-modal-content-wrapper .compare:hover{border:1px solid transparent;box-shadow:none}.menu-modal-content-wrapper .compare .count{position:static;margin-left:.5rem}.product-card .btn-compare{margin-left:0}.header-bottom-bar .compare .count{right:1.25rem}.compare-switch{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1.5rem}.compare-switch .simple-btn{min-width:11.25rem;background-color:#fff}.compare-switch .simple-btn:hover{background-color:#ff8200;color:#131515}.compare-switch .btn.action-button{min-width:9rem;width:10rem;margin-right:2.5rem}.compare-container{padding-left:2.5rem;padding-right:2.5rem;margin-bottom:4.375rem}.compare-container .no-products{font-size:22px;padding:0}.compare-container .page-heading{padding-bottom:1.125rem}.compare-content{overflow:visible;padding:1rem 0}.compare-content .compare-card-container{position:sticky;width:100%;top:4.375rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;z-index:25;margin-bottom:1rem}.compare-content .own-swiper{padding:1rem;margin-left:0}.compare-content .own-swiper .own-swiper-body{margin-bottom:1rem}.compare-content .own-swiper .own-swiper-slide{width:calc(50% - 5px)}.compare-content .navigation-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:0 2rem}.compare-content .product-specification{padding:1rem 1rem 6.25rem;background-color:#fff;width:100%}.compare-content .product-specification .product-specification-section .product-specification-title{height:3.75rem;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;border-radius:4px;background-color:#f2f2f2;font-family:var(--primary-font-family);font-size:26px;font-weight:500;letter-spacing:0;margin-bottom:2.5rem;margin-top:2.5rem}.compare-content .product-specification .product-specification-section .feature{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;font-weight:700;margin-bottom:1rem}.compare-content .product-specification .product-specification-section .feature-item{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1rem}.compare-content .product-specification.display-2,.compare-content .product-specification.display-2 .specifications-wrapper .feature-values,.compare-content .product-specification.display-2.scrolled .feature-values{flex:0 1 31.25rem}.compare-content .product-specification.display-more{flex:0 1 15rem}.compare-content .product-specification.display-more .specifications-wrapper .product-specification-section .feature-technology .feature-items .feature-values{flex:0 1 15rem;padding:0 1.25rem}.compare-content .feature-items{display:flex;flex-direction:row;justify-content:center;align-items:center;border-bottom:1px solid #E7E7E7;padding-bottom:1.875rem}.compare-content .feature-title{color:#131515;font-family:var(--primary-font-family);font-size:20px;font-weight:600;letter-spacing:0;line-height:1.5rem;margin:1.875rem 0 1rem 2.25rem}.compare-content .feature-title-delimiter{margin:1.875rem 0 1rem}.compare-content .feature-text{width:15rem;height:40px;color:#131515;font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;line-height:22px;text-align:center;font-weight:400}.compare-content .feature-values{width:15rem;margin-right:1.25rem;color:#131515;font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;line-height:22px;text-align:center;font-weight:400;word-break:break-word}.compare-content .own-swiper-slide{margin-right:10px}.compare-card{height:16.25rem;position:relative;box-sizing:border-box;padding:.938rem;border-radius:.25rem;display:flex;flex-flow:row;box-shadow:5px 5px 10px #1315150d;background-color:#fff;margin-right:1.25rem}.compare-card.specifications{height:auto;box-shadow:none;flex-flow:column}.compare-card.specifications.own-swiper-slide{width:100%;margin-left:0}.compare-card__title{margin-bottom:auto;font-family:var(--primary-font-family);font-size:.875rem;font-weight:600;line-height:18px;align-self:flex-start}.compare-card__title a{color:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@supports (-webkit-line-clamp: 4){.compare-card__title a{overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}}.compare-card__picture{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem;width:13.125rem;height:13.125rem;padding:1.203rem}.compare-card__img{width:auto;height:auto;position:relative!important;max-height:100%;max-width:100%}.compare-card__price{text-align:right;font-family:var(--secondary-font-family);font-weight:600;line-height:19px;color:#131515}.compare-card__old-price{position:relative;align-self:flex-end;font-family:var(--secondary-font-family);font-size:.75rem;line-height:14px}.compare-card__old-price:before{content:"";position:absolute;top:50%;left:-2px;transform:translateY(-50%);width:calc(100% + 4px);height:1.5px;background-color:#ff8200}.compare-card__discount{position:absolute;top:10px;left:10px;width:50px;height:30px;display:flex;justify-content:center;align-items:center;background-color:#ff8200;border-radius:4px;font-family:var(--secondary-font-family)}.compare-card .btn-close{position:absolute;right:.625rem;top:.625rem;border:1px solid #E7E7E7;background:url(/images/navigation/close_ico.svg);background-color:#fff;background-position:center;background-repeat:no-repeat;width:3rem;height:3rem;padding:0;opacity:1}.compare-card .btn-close:hover,.compare-card .btn-close:focus,.compare-card .btn-close:active{box-shadow:none;border:1px solid #5C068C;background:url(/images/navigation/close_ico_white.svg);background-color:#5c068c;background-position:center;background-repeat:no-repeat;opacity:1}.compare-card .product-card-footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;padding-right:.313rem}.compare-card.display-2,.compare-card.display-1{flex-direction:row;flex:0 1 31.25rem;flex-wrap:wrap;width:31.25rem;height:17.5rem;padding-bottom:1.875rem}.compare-card.display-2 .compare-card__picture,.compare-card.display-1 .compare-card__picture{flex:0 0 13.125rem;padding:.563rem;margin-bottom:0;width:13.125rem;height:13.125rem}.compare-card.display-2 .compare-card__title,.compare-card.display-1 .compare-card__title{font-size:18px;font-weight:600;flex:0 0 13.438rem;margin-top:2.625rem;margin-right:.75rem;margin-bottom:1.25rem}.compare-card.display-2 .product-card-footer,.compare-card.display-1 .product-card-footer{flex:1;margin-right:.625rem;margin-top:-1.25rem}.compare-card.display-more{flex-direction:column;flex:0 1 15rem;flex-wrap:wrap;width:15rem;height:26.25rem;padding:1.25rem}.compare-card.display-more .compare-card__picture{margin-bottom:1.25rem}.compare-card.display-more .compare-card__title{flex:1;width:100%}.compare-card.display-more .product-card-footer{margin-right:.625rem}.compare-card:hover{box-shadow:none}.compare-card .ico-button{position:absolute;top:8rem;right:.5rem;height:1rem;width:1.5rem;-webkit-mask-size:16px 24px;mask-size:16px 24px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;background-color:#ff8200}.compare-card .ico-button.order-up{padding:0;height:16px;mask:url(/images/navigation/arrow_ico_3.svg)}.compare-card .ico-button.order-down{right:unset;left:.5rem;transform:rotate(180deg);padding:0;height:16px;mask:url(/images/navigation/arrow_ico_3.svg)}.compare-card .ico-button:hover{background-color:#ff8200!important}.compare-card-container.scrolled .compare-card{height:17.375rem;align-items:center;justify-content:center}.compare-card-container.scrolled .compare-card__picture{flex:0 1 7rem;width:7rem;height:7rem;padding:.375rem}.compare-card-container.scrolled .compare-card__title{font-size:15px;font-weight:600}.compare-card-container.scrolled .compare-card .product-card-footer{display:none}.compare-card-container.scrolled .compare-card.display-2{flex:0 1 31.25rem;height:8.75rem;justify-content:flex-start}.compare-card-container.scrolled .compare-card.display-2 .compare-card__title{margin-top:.938rem;margin-left:1.875rem}.compare-card-container.scrolled .compare-card.display-1{flex:0 1 15rem}.compare-card-container.scrolled .compare-card.display-more{align-items:flex-start;height:14.375rem}.compare-card-container.scrolled .ico-button{top:5rem}@media (max-width: 991.98px){.btn-compare-wrapper .alert-container{position:absolute;left:3rem;max-width:75%}.compare-content .compare-card-container{margin-bottom:0}.compare-switch{flex-direction:column;flex-basis:auto;margin:0 0 .25rem;justify-content:center;align-items:center}.compare-switch .simple-btn{min-width:10rem}.compare-switch .simple-btn:hover{background-color:#ff8200;color:#131515}.compare-switch .btn-group{min-width:calc(100% - 5rem)}.compare-switch .btn.action-button{height:2.5rem;margin:1rem 0 0;display:none}.compare-container{padding-left:0;padding-right:0;margin-bottom:1.25rem}.compare-container .page-heading{padding-bottom:1.25rem;font-weight:500;letter-spacing:0;line-height:2rem}.compare-content .navigation-wrapper{display:none}.compare-content .own-swiper{width:100%;padding:0 0 .5rem;background-color:#fff}.compare-content .compare-card-container .compare-card{min-width:unset;width:100%;height:303.008px;flex-direction:column;padding:.625rem;align-items:center;margin-right:.625rem}.compare-content .compare-card-container .compare-card__title{font-size:12px;font-weight:600;line-height:1rem}.compare-content .compare-card-container .compare-card__picture{margin-bottom:.938rem;width:9rem;height:9rem;padding:.281rem}.compare-content .compare-card-container .compare-card .btn-close{width:2.375rem;height:2.375rem}.compare-content .compare-card-container .compare-card .product-card-footer .price-cart-wrapper .product-price-container{font-size:14px;font-weight:600;letter-spacing:-.5px;line-height:16px}.compare-content .compare-card-container .compare-card.specifications{min-width:unset;flex:0;flex-flow:column;flex-wrap:wrap;flex-direction:column;margin-right:1rem}.compare-content .compare-card-container .compare-card.scrolled{height:11.25rem;align-items:flex-start;justify-content:center;padding:.625rem;box-shadow:3px 3px 8px #1315150d}.compare-content .compare-card-container .compare-card.scrolled .compare-card__picture{flex:0;width:4.938rem;height:4.938rem;padding:.281rem;margin-bottom:.938rem}.compare-content .compare-card-container .compare-card.scrolled .product-card-footer{display:none}.compare-content .compare-card-container .compare-card:hover{box-shadow:5px 5px 10px #1315150d}.compare-content .compare-card-container .specifications-wrapper{margin-bottom:2.5rem}.compare-content .product-specification .product-specification-section .product-specification-title{text-align:center;font-size:16px;font-weight:500;line-height:19px;margin-bottom:.875rem;border-radius:4px;padding:.813rem 0;background-color:#f2f2f2;margin-top:0}.compare-content .product-specification .product-specification-section .feature-items{margin-top:.625rem;padding-bottom:.938rem}.compare-content .feature-technology .feature-title{margin-top:1.875rem;margin-left:0;font-family:var(--primary-font-family);font-size:14px;font-weight:600}.compare-content .feature-technology .feature-items .feature-values-container{display:flex;flex:1 0;flex-direction:row;width:100%;justify-items:center}.compare-content .feature-technology .feature-items .feature-values{color:#131515;font-family:var(--secondary-font-family);font-size:12px;letter-spacing:-.2px;line-height:16px;text-align:center;padding-bottom:0;margin-right:.625rem}.compare-content .product-specification{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;margin-bottom:1rem;padding:1px 0 1.75rem}}.delimiter{position:relative;height:.75rem;width:100%;margin:1rem 0 0}.delimiter:before{content:"";position:absolute;top:0;left:0;right:0;border-bottom:1px solid #E7E7E7}.delimiter:after{content:"";position:absolute;top:-.45rem;left:calc(50% - .5rem);width:1rem;height:1rem;transform:rotate(45deg);background-color:#fff;border-bottom:1px solid #E7E7E7;border-right:1px solid #E7E7E7}.compare-favorites-in-modal{display:flex;align-items:center;justify-content:center;width:100%;column-gap:1.25rem;padding:2.5rem 0}.compare-favorites-in-modal .btn-favorites-wrapper{max-width:45%;margin:0}.compare-favorites-in-modal .btn-favorites-wrapper>div{width:100%}.compare-favorites-in-modal .btn-favorites-wrapper>div>a{display:flex!important;width:100%;justify-content:flex-start!important}.compare-favorites-in-modal .btn-favorites-wrapper .btn{margin:0!important}.compare-favorites-in-modal .btn-header-compare-wrapper{max-width:45%;margin:0}.compare-favorites-in-modal .btn-header-compare-wrapper>div{width:100%;display:flex}.compare-favorites-in-modal .btn-header-compare-wrapper>div>a{display:flex!important;width:100%;justify-content:flex-start!important}.compare-favorites-in-modal .btn-header-compare-wrapper .btn{margin:0!important}@media (max-width: 575.98px){.compare-favorites-in-modal{flex-direction:column;align-items:flex-start;justify-content:center;row-gap:1.25rem;padding:2.5rem 1.25rem 1.875rem 3.125rem}.compare-favorites-in-modal .btn-favorites-wrapper,.compare-favorites-in-modal .btn-header-compare-wrapper{max-width:100%}.compare-favorites-in-modal .btn-favorites-wrapper .title,.compare-favorites-in-modal .btn-header-compare-wrapper .title{font-size:14px}}.btn-header-compare-wrapper{margin-right:1.25rem}.btn-header-compare-wrapper.mobile{display:none}@media (max-width: 991.98px){.btn-header-compare-wrapper.mobile{border-radius:4px;border:1px solid #FF8200;margin-right:-8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.btn-header-compare-wrapper.mobile .btn,.btn-header-compare-wrapper.mobile .ico-image{padding:0!important;margin:0!important}.btn-header-compare-wrapper.mobile img{height:9.6px;width:10.4px}.btn-header-compare-wrapper.mobile .count{display:none!important}}@media (max-width: 767.98px){.btn-header-compare-wrapper.mobile{display:none}}.header-user-nav .btn-favorites-wrapper{margin-right:20px}.btn-favorites-wrapper{display:flex;position:relative}.btn-favorites-wrapper.mobile{display:none}@media (max-width: 991.98px){.btn-favorites-wrapper.mobile{border-radius:4px;border:1px solid #FF8200;width:24px;height:24px;margin-right:7px;display:flex;align-items:center;justify-content:center}.btn-favorites-wrapper.mobile .btn,.btn-favorites-wrapper.mobile .ico-image{padding:0!important;margin:0!important}.btn-favorites-wrapper.mobile img{height:9.6px;width:10.4px}.btn-favorites-wrapper.mobile .count{display:none!important}}@media (max-width: 767.98px){.btn-favorites-wrapper.mobile{display:none}}.btn-favorites-wrapper .btn.favorites,.btn-favorites-wrapper .btn.add-to-favorites{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;box-shadow:none;z-index:18;outline:none;border:1px transparent solid;padding:0}.btn-favorites-wrapper .btn.favorites .ico,.btn-favorites-wrapper .btn.add-to-favorites .ico{background-color:#131515;margin-right:10px;width:15px;height:14px;-webkit-mask-size:15px 14px;mask-size:15px 14px;transition:all .2s;mask:url(/images/favorites/add_wishlist_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.btn-favorites-wrapper .btn.favorites .ico:hover,.btn-favorites-wrapper .btn.add-to-favorites .ico:hover{background-color:#ff8200}@media (max-width: 767.98px){.btn-favorites-wrapper .btn.favorites .ico,.btn-favorites-wrapper .btn.add-to-favorites .ico{width:17px;height:16px;-webkit-mask-size:17px 16px;mask-size:17px 16px}}.btn-favorites-wrapper .btn.favorites.inFavorites .ico,.btn-favorites-wrapper .btn.add-to-favorites.inFavorites .ico{mask:url(/images/favorites/remove_wishlist_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.btn-favorites-wrapper .btn.favorites .count,.btn-favorites-wrapper .btn.add-to-favorites .count{margin-left:7px;display:flex;justify-content:center;align-items:center;width:30px;height:24px;font-family:var(--secondary-font-family);font-size:14px;line-height:24px;font-weight:500;letter-spacing:-.5px;text-align:center;border-radius:4px;border:1px solid rgb(255,130,0)}.btn-favorites-wrapper .btn.favorites .ico-image,.btn-favorites-wrapper .btn.add-to-favorites .ico-image{margin-right:.625rem}.btn-favorites-wrapper .title{font-family:var(--secondary-font-family);font-size:16px;letter-spacing:-.2px;text-transform:lowercase;color:#131515;cursor:pointer}.btn-favorites-wrapper .add-to-favorites{margin-right:0!important}.btn-favorites-wrapper .alert-container{position:absolute;max-width:20rem;text-transform:none}.btn-favorites-wrapper .alert-container:before{position:absolute;content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:#5c068c;left:-12px;top:calc(50% - 6px);transform:rotate(272deg)}.menu-modal-content-wrapper .menu-link{padding-left:2rem;margin-bottom:1.25rem}.menu-modal-content-wrapper .menu-link .title{flex-grow:2;text-align:left}.menu-modal-content-wrapper .favorites{justify-content:flex-start;margin-bottom:1rem;font-family:var(--secondary-font-family);font-size:14px;letter-spacing:-.2px;line-height:16px}.menu-modal-content-wrapper .favorites:active,.menu-modal-content-wrapper .favorites:focus,.menu-modal-content-wrapper .favorites:hover{border:1px solid transparent;box-shadow:none}.menu-modal-content-wrapper .favorites .count{position:static;margin-left:.5rem}.product-card .btn-favorites{margin-right:.625rem!important}.header-bottom-bar .favorites .count{right:1.25rem}.favorites-modal{color:#131515;min-height:200px;width:710px!important;max-width:95%!important;padding:41px 50px 50px!important;border:none}.favorites-modal .close-button{top:-11px!important;right:-20px!important;width:50px;height:50px}.favorites-modal .favorites-modal-content{border:none;width:100%;height:100%;padding:0;text-align:center}.favorites-modal .title{font-family:var(--primary-font-family);font-size:22px;font-weight:600;letter-spacing:0;text-align:center}.favorites-modal .new-list{margin-top:42px;margin-bottom:40px;display:flex;flex-wrap:nowrap}.favorites-modal .new-list-input{border-radius:4px;border:1px solid #E7E7E7;flex-grow:1;height:50px;padding:0 20px;color:#131515;font-family:var(--secondary-font-family);font-size:16px;font-weight:500;letter-spacing:0,2px;text-align:left;outline:none}.favorites-modal .new-list-input:focus,.favorites-modal .new-list-input:active,.favorites-modal .new-list-input:focus-visible,.favorites-modal .new-list-input:focus-visible.outline{border:1px solid #5C068C}.favorites-modal .new-list-save{margin-left:10px;display:flex;width:150px;align-items:center;justify-content:center;border-radius:4px;border:1px solid rgb(231,231,231);font-family:var(--secondary-font-family);font-size:16px;font-weight:500;letter-spacing:0,2px;text-align:center;color:#131515;background:transparent;text-transform:lowercase}.favorites-modal .new-list-save:disabled{color:#818181}.favorites-modal .new-list-save:disabled:hover,.favorites-modal .new-list-save:disabled:focus{background-color:transparent;border-color:#e7e7e7}.favorites-modal .new-list-save:hover,.favorites-modal .new-list-save:focus{background-color:#ff8200;border-color:#ff8200}.favorites-modal .list{margin-top:40px}.favorites-modal .list-item{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:50px;border-radius:4px;border:1px solid rgb(231,231,231)}.favorites-modal .list-item:hover,.favorites-modal .list-item:focus,.favorites-modal .list-item:active{background-color:#f2f2f2}.favorites-modal .list-item:hover .list-item-name,.favorites-modal .list-item:focus .list-item-name,.favorites-modal .list-item:active .list-item-name{text-decoration:underline}.favorites-modal .list-item+.list-item{margin-top:10px}.favorites-modal .list-item-name{opacity:1;font-family:var(--primary-font-family);font-size:16px;font-weight:600;letter-spacing:0;color:#131515}.favorites-modal .list-item-count{color:#818181;font-family:var(--secondary-font-family);font-size:16px;font-weight:500;letter-spacing:0,2px}@media (max-width: 767.98px){.favorites-modal{position:absolute;right:0;top:1.25rem!important;bottom:1.25rem!important;margin:0!important;width:22.1875rem!important;padding:1.25rem 0 .625rem!important;height:calc(var(--app-height) - 2.5rem);min-height:auto;max-width:calc(100vw - 1rem)}.favorites-modal .close-button{top:0;right:1.25rem!important;width:2.5rem;height:2.5rem}.favorites-lists-editor-modal{padding:0 20px}.favorites-lists-editor-modal .close-button{top:0!important}.favorites-lists-editor-modal .title{margin:0 auto;max-width:160px;font-size:16px;font-weight:600}.favorites-lists-editor-modal .new-list{flex-direction:column;margin-bottom:20px}.favorites-lists-editor-modal .new-list .new-list-input{height:40px}.favorites-lists-editor-modal .new-list .new-list-save{margin:20px auto 0}.favorites-lists-editor-modal .list{margin-top:20px;margin-bottom:40px}}.account-menu-popover{width:19.375rem;border:2px solid #FF8200!important}.account-menu-popover.transition,.account-menu-popover.transition .arrow-up{transition:left .3s}.account-menu-popover .account-menu-body{font-family:var(--secondary-font-family);letter-spacing:-.2px;padding:1.563rem 1.875rem;border-radius:4px}.account-menu-popover .account-select-buyer{margin-bottom:1.875rem}.account-menu-popover .account-menu-title,.account-menu-popover .account-menu-item a{padding:0;font-family:var(--secondary-font-family);font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:-.2px;color:#131515}.account-menu-popover .account-menu-title:hover,.account-menu-popover .account-menu-item a:hover{text-decoration:underline}.account-menu-popover .account-menu-title[href*="/starcoins"],.account-menu-popover .account-menu-item a[href*="/starcoins"]{background-color:#ff8200!important;padding:0 .625rem;width:max-content;border-radius:.25rem}.account-menu-popover .nav{display:block}.account-menu-popover li.account-menu-item{white-space:nowrap}.account-menu-popover:after,.account-menu-popover:before{bottom:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none}.account-menu-popover:after{border-color:#fff0;border-bottom-color:#fff;border-width:10px;margin-left:-10px}.account-menu-popover:before{border-color:#ff820000;border-bottom-color:#ff8200;border-width:13px;margin-left:-13px}@media (max-width: 991.98px){.account-menu-popover,.account-menu-popover .account-select-buyer{display:none}.account-menu-popover:after{border:none}.account-menu-popover:before{border:none}.account-menu-modal{display:flex;position:absolute;top:1.25rem!important;bottom:1.25rem!important;height:calc(var(--app-height) - 2.5rem);right:0!important;left:auto!important;width:25rem;max-width:calc(100vw - 4rem);margin:0 auto;box-shadow:5px 5px 10px #1315150d;border-radius:.25rem 0 0 .25rem}.account-menu-modal .arrow{display:none}.account-menu-modal .user-history-widget{padding-left:1.875rem}.account-menu-modal .account-menu-body{padding:1.25rem 0 1.25rem 1.25rem;background-color:#fff!important;color:#131515;text-align:right}.account-menu-modal .account-menu-body .account-menu-title{color:#131515;margin-bottom:.5rem}.account-menu-modal .account-menu-body .account-menu-content{padding-right:3.125rem;overflow-x:hidden;overflow-y:auto}.account-menu-modal .account-menu-body .account-menu-content .page-heading{padding:1.25rem 0}.account-menu-modal .account-menu-body .account-menu-content .logout{margin-top:2.5rem}.account-menu-modal .account-menu-body .page-heading{text-align:right!important}.account-menu-modal .account-menu-body .nav{display:block;margin-top:.3rem}.account-menu-modal .account-menu-body .account-menu-item a{color:#131515;margin-bottom:.5rem}.account-menu-modal .account-menu-body .account-menu-item a[href*="/starcoins"]{margin-left:auto}.account-menu-modal .account-menu-body .delimiter{width:75%;margin:0 auto}}@media (max-width: 767.98px){.account-menu-modal{max-width:calc(100vw - 1rem);width:calc(100vw - 1rem)}}@-moz-document url-prefix(){.account-menu-popover .account-menu-title[href*="/starcoins"]:after,.account-menu-popover .account-menu-item a[href*="/starcoins"]:after{margin-left:-30px}}.nav-button{width:3.125rem;height:3.125rem;border:1px solid #E7E7E7;border-radius:4px;background-color:#fff;display:flex;justify-content:center;align-items:center}.nav-button:active,.nav-button:focus,.nav-button:hover{box-shadow:none;border:1px solid #5C068C;background-color:#5c068c;outline:none}.nav-button .down-span{background-color:#131515;width:1.125rem;height:.625rem;-webkit-mask-image:url(/images/navigation/dropd_ico.svg);mask-image:url(/images/navigation/dropd_ico.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:1.125rem .625rem;mask-size:1.125rem .625rem}.nav-button .up-span{background-color:#fff;width:1.125rem;height:.625rem;-webkit-mask-image:url(/images/navigation/dropd_ico.svg);mask-image:url(/images/navigation/dropd_ico.svg);transform:rotate(180deg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:1.125rem .625rem;mask-size:1.125rem .625rem}.nav-button:hover .down-span,.nav-button:focus .down-span,.nav-button:active .down-span{background-color:#fff;width:1.125rem;height:1.125rem;mask:url(/images/navigation/dropd_ico.svg);-webkit-mask-size:1.125rem 1.125rem;mask-size:1.125rem 1.125rem}.nav-button:hover .up-span,.nav-button:focus .up-span,.nav-button:active .up-span{background-color:#fff;width:1.125rem;height:1.125rem;-webkit-mask-image:url(/images/navigation/close_ico_white.svg);mask-image:url(/images/navigation/close_ico_white.svg);-webkit-mask-size:1.125rem 1.125rem;mask-size:1.125rem 1.125rem}.nav-prev img{transform:rotate(180deg)}.nav-down img{transform:rotate(90deg)}.nav-up{background-color:#5c068c;border:1px solid #5C068C}.nav-up img{transform:rotate(270deg)}@media (max-width: 991.98px){.nav-button{max-height:2.5rem;max-width:2.5rem;min-height:2.5rem;min-width:2.5rem}}.simple-btn{border-radius:4px!important;border:1px solid #E7E7E7!important;letter-spacing:-.2px;color:#131515!important;box-sizing:border-box;font-family:var(--secondary-font-family)!important;background-color:#fff;height:3.125rem;font-size:1rem!important;transition:all .3s ease}.simple-btn.disabled{color:#818181}.simple-btn:focus,.simple-btn:active{outline:0!important;box-shadow:none!important}.simple-btn.active,.simple-btn.hovered:hover{color:#131515;background-color:#ff8200!important;border-color:#ff8200!important;outline:0!important}.simple-btn.active:disabled,.simple-btn.hovered:hover:disabled{opacity:1}.simple-btn.medium{height:2.5rem;font-size:.875rem!important}.simple-btn .large{display:inline-block}.simple-btn .short{display:none}@media (max-width: 991.98px){.simple-btn{height:2.5rem;font-size:.875rem!important}.simple-btn .large{display:none}.simple-btn .short{display:inline-block}}.btn.link-button{font-family:var(--secondary-font-family);font-size:.875rem;border-radius:4px;border:1px solid #E7E7E7!important;letter-spacing:-.2px;color:#131515;height:1.875rem;min-width:8.125rem;display:flex;align-items:center;justify-content:center;text-transform:lowercase}.btn.link-button:active,.btn.link-button:focus{box-shadow:none;outline:none}.btn.link-button span{line-height:0}.btn.link-button.large{font-size:1rem;height:3.125rem;min-width:10rem;padding:0 25px}@media (max-width: 991.98px){.btn.link-button.large{font-size:.875rem;height:2.5rem;min-width:10rem;padding:0 25px}}.ico-button{display:flex!important;align-items:center;justify-content:center;flex-wrap:nowrap;background-color:#fff;height:3.125rem;padding:0}.ico-button.small{height:1.875rem}.ico-button.icon-right{flex-direction:row-reverse}.ico-button.icon-right img{margin-right:0;margin-left:1rem}.ico-button.icon-right.invert img{filter:invert(1)}.ico-button img{margin-right:1rem}.ico-button span{font-family:var(--secondary-font-family);font-size:1rem;line-height:20px}.ico-button.btn{border:none}.ico-button.btn:active,.ico-button.btn:focus,.ico-button.btn.hover{box-shadow:none;outline:none;border:none}@media (max-width: 991.98px){.ico-button span{font-size:14px;line-height:16px}}.text-only-btn{padding:0!important;background:transparent;border:none}.text-only-btn:hover{text-decoration:underline}.text-only-btn:active,.text-only-btn:focus{outline:none;border:none;box-shadow:none}.btn.action-button{display:flex;flex-direction:column;justify-content:center;min-width:17.5rem;height:3.75rem;border:3px solid #131515;border-radius:4px;background-color:#fff;color:#131515;font-family:var(--secondary-font-family);font-size:1rem;font-weight:600;letter-spacing:-.2px;text-decoration:none;box-shadow:none}.btn.action-button:hover,.btn.action-button:focus,.btn.action-button:active{border:3px solid #131515;color:#fff;background-color:#131515}.order-change-modal{height:28rem;width:68.125rem;max-width:95%;margin-top:15.313rem;border:none}.order-change-modal.w-auto{width:auto}.order-change-modal.h-auto{height:auto}.order-change-modal .modal-content{border:none}.order-change-modal .order-change-header{padding-top:1.875rem;padding-bottom:1.875rem;margin-bottom:0}.order-change-modal .order-change-note{margin:0 10.125rem;font-family:var(--primary-font-family);font-size:1rem;font-weight:400;letter-spacing:normal;text-align:center;color:#131515}.order-change-modal .order-actions{margin-top:2.5rem;margin-bottom:1.5rem}.order-change-modal .order-action-button{width:12.5rem;height:3.75rem;margin-right:1.875rem;border-radius:4px;box-shadow:5px 5px 10px #1315150d;border:solid 3px #131515;background-color:#fff;font-family:var(--secondary-font-family);font-size:1rem;font-weight:600;letter-spacing:-.2px}.order-change-modal .order-action-button:active,.order-change-modal .order-action-button:focus,.order-change-modal .order-action-button:hover{background-color:#131515;color:#fff;box-shadow:none}.order-change-modal .order-action-button:last-of-type{margin-right:0}.order-change-modal.not-active{box-shadow:#00000059 0 5px 15px}@media (max-width: 991.98px){.order-change-modal{height:auto;width:90%;max-width:95%;margin-top:1.25rem}.order-change-modal .order-change-header{padding-top:1.875rem;padding-bottom:1.875rem;margin-bottom:0}.order-change-modal .order-change-note{margin:0;font-size:.875rem}.order-change-modal .order-actions{margin-top:2.5rem;margin-bottom:0}.order-change-modal .order-action-button{width:13.75rem;height:3.75rem;font-size:.875rem;margin-bottom:.625rem;margin-right:0}}
