.compare-loading{align-items:center;display:flex;height:30vh;justify-content:center;width:100%}.compare-loading svg{animation:spin 2s linear infinite;height:40px;width:40px}.compare-detail{display:none}.compare-detail .compare-container{margin:0 auto;width:1200px}.compare-detail .selects{position:sticky;top:65px;z-index:10}.compare-detail .selects .detail-selects{background:#fff;display:flex;justify-content:space-between;padding:30px 0}.compare-detail .selects .detail-selects .select-item{display:block;position:relative;width:360px}.compare-detail .selects .detail-selects .select-item .first-label{align-items:center;color:#1a1a1a;display:flex;font-size:16px;font-weight:500;height:100%;line-height:24px;padding:8px 32px 8px 12px;pointer-events:none}.compare-detail .selects .detail-selects .select-item .select-input{align-items:center;background:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer;display:flex;height:100%;padding:8px 32px 8px 12px;position:relative}.compare-detail .selects .detail-selects .select-item .select-input .selected-label{color:#1a1a1a;font-size:16px;font-weight:500;line-height:24px;pointer-events:none}.compare-detail .selects .detail-selects .select-item .select-input .arrow{pointer-events:none;position:absolute;right:10px;transition:transform .3s}.compare-detail .selects .detail-selects .select-item .select-input .arrow svg{height:24px;width:24px}.compare-detail .selects .detail-selects .select-item .select-dropdown{background:#fff;border:1px solid #dcdfe6;border-radius:4px;box-shadow:0 2px 12px rgba(0,0,0,.1);left:0;max-height:440px;opacity:0;overflow-y:auto;position:absolute;top:calc(100% + 2px);transition:all .3s;visibility:hidden;width:100%;z-index:1000;z-index:9}.compare-detail .selects .detail-selects .select-item .select-dropdown.dropdown-visible{opacity:1;visibility:visible}.compare-detail .selects .detail-selects .select-item .select-dropdown .group-label{color:#1a1a1a;font-size:18px;font-weight:600;padding:12px}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option{align-items:center;color:#666;cursor:pointer;display:flex;font-size:16px;font-weight:500;line-height:20px;padding:6px 30px 6px 12px;transition:background .2s}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option::hover{background:#f5f5f5}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option.selected{background:#f5f5f5;position:relative}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option.selected:after{border:solid #666;border-width:0 2px 2px 0;content:"";height:11px;position:absolute;right:10px;transform:rotate(45deg);width:6px}.compare-detail .selects .detail-selects .select-item.open .select-input .arrow{transform:rotate(180deg)}.compare-detail .selects .detail-selects .select-item.open .select-dropdown{opacity:1;visibility:visible}.compare-detail .detail-main .detail-products{display:flex;justify-content:space-between}.compare-detail .detail-main .detail-products .product-item{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:360px}.compare-detail .detail-main .detail-products .product-item>div{align-items:center;align-self:center;display:flex;flex-direction:column}.compare-detail .detail-main .detail-products .product-item .product-image{height:220px;overflow:hidden;width:220px}.compare-detail .detail-main .detail-products .product-item .product-image img{cursor:pointer;height:100%;object-fit:cover;transition:all .3s;width:100%}.compare-detail .detail-main .detail-products .product-item .product-image img:hover{transform:scale(1.05)}.compare-detail .detail-main .detail-products .product-item .product-title{color:#333;font-size:18px;font-weight:500;line-height:26px;margin:20px 0;text-align:center}.compare-detail .detail-main .detail-products .product-item .product-price{align-items:center;display:flex;justify-content:center;margin-bottom:16px;margin-top:10px}.compare-detail .detail-main .detail-products .product-item .product-price .price{color:#1a1a1a;font-size:20px;font-weight:600}.compare-detail .detail-main .detail-products .product-item .product-price .price-old{color:#999;font-size:16px;font-weight:400;padding-left:16px;text-decoration:line-through}.compare-detail .detail-main .detail-products .product-item .add-to-cart-compare{--index-button-h:36px;--index-arrow-hover-w:28px;--index-arrow-hover-h:28px}.compare-detail .detail-main .detail-products .product-item .btn--loading:after{left:calc(50% - 12px)}.compare-detail .detail-main .detail-info{border-top:1px solid #ccc;margin-top:24px}.compare-detail .detail-main .detail-info .detail-item{margin-top:20px}.compare-detail .detail-main .detail-info .detail-item .dropdown{display:block;transition:all .3s}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between{align-items:flex-start;display:flex;justify-content:space-between;margin:16px 0 20px;padding:0 12px;text-align:center}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:20px 0 0;width:360px}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{color:#999;font-size:14px;font-weight:500;line-height:16px;margin-bottom:5px}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{color:#1a1a1a;font-size:16px;font-weight:500;line-height:24px;white-space:pre-wrap}.compare-detail .detail-main .detail-info .detail-item.hide-more{display:none}.compare-detail .detail-main .view-more{align-items:center;color:#fd5000;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:center;line-height:18px}.compare-detail .detail-main .view-more svg{height:18px;margin-left:6px;width:18px}.compare-detail .compare-empty{color:#999;font-size:16px;font-weight:500;line-height:24px;padding:50px 0;text-align:center}@media screen and (max-width:1440px){.compare-detail .compare-container{width:83.33333333vw}.compare-detail .selects{top:4.51388889vw}.compare-detail .selects .detail-selects{padding:2.08333333vw 0}.compare-detail .selects .detail-selects .select-item{width:25vw}.compare-detail .selects .detail-selects .select-item .first-label{font-size:1.11111111vw;line-height:1.66666667vw;padding:.55555556vw 2.22222222vw .55555556vw .83333333vw}.compare-detail .selects .detail-selects .select-item .select-input{border-radius:.27777778vw;padding:.55555556vw 2.22222222vw .55555556vw .83333333vw}.compare-detail .selects .detail-selects .select-item .select-input .selected-label{font-size:1.11111111vw;line-height:1.66666667vw}.compare-detail .selects .detail-selects .select-item .select-input .arrow{right:.69444444vw}.compare-detail .selects .detail-selects .select-item .select-input .arrow svg{height:1.66666667vw;width:1.66666667vw}.compare-detail .selects .detail-selects .select-item .select-dropdown{border-radius:.27777778vw;box-shadow:0 2px .83333333vw rgba(0,0,0,.1);max-height:30.55555556vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .group-label{font-size:1.25vw;padding:.83333333vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option{font-size:1.11111111vw;line-height:1.38888889vw;padding:.41666667vw 2.08333333vw .41666667vw .83333333vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option.selected:after{height:.76388889vw;right:.69444444vw;width:.41666667vw}.compare-detail .detail-main .detail-products .product-item{width:25vw}.compare-detail .detail-main .detail-products .product-item .product-image{height:15.27777778vw;width:15.27777778vw}.compare-detail .detail-main .detail-products .product-item .product-price{margin-bottom:1.11111111vw;margin-top:.69444444vw}.compare-detail .detail-main .detail-products .product-item .product-price .price{font-size:1.38888889vw}.compare-detail .detail-main .detail-products .product-item .product-price .price-old{font-size:1.11111111vw;padding-left:1.11111111vw}.compare-detail .detail-main .detail-products .product-item .btn--loading:after{left:calc(50% - .83333vw)}.compare-detail .detail-main .detail-info{margin-top:1.04166667vw}.compare-detail .detail-main .detail-info .detail-item{margin-top:1.38888889vw}.compare-detail .detail-main .detail-info .detail-item .first-level{border-radius:.27777778vw;padding:1.11111111vw .83333333vw}.compare-detail .detail-main .detail-info .detail-item .first-level .title{font-size:1.94444444vw;letter-spacing:-.7px;line-height:1.66666667vw}.compare-detail .detail-main .detail-info .detail-item .first-level .arrow svg{height:1.66666667vw;width:1.66666667vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between{margin:1.11111111vw 0;padding:0 .83333333vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:1.38888889vw 0 0;width:25vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{font-size:.97222222vw;line-height:1.11111111vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{font-size:1.11111111vw;line-height:1.66666667vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block{padding:1.11111111vw .83333333vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block .title{font-size:1.66666667vw;line-height:1.66666667vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block .arrow svg{height:1.66666667vw;width:1.66666667vw}}@media screen and (max-width:1024px){.compare-detail .compare-container{width:100%}.compare-detail .selects{margin:0 auto;top:12.8vw;width:91.46666667vw}.compare-detail .selects .detail-selects{margin-top:4.53333333vw;padding:4vw 0}.compare-detail .selects .detail-selects .select-item{width:44.13333333vw}.compare-detail .selects .detail-selects .select-item .first-label{font-size:3.46666667vw;line-height:5.33333333vw;padding:2.66666667vw 8.66666667vw 2.66666667vw 3.2vw}.compare-detail .selects .detail-selects .select-item .select-input{border-radius:1.6vw;padding:2.66666667vw 8.66666667vw 2.66666667vw 3.2vw}.compare-detail .selects .detail-selects .select-item .select-input .selected-label{font-size:3.46666667vw;line-height:5.33333333vw}.compare-detail .selects .detail-selects .select-item .select-input .arrow{right:2.66666667vw}.compare-detail .selects .detail-selects .select-item .select-input .arrow svg{height:5.33333333vw;width:5.33333333vw}.compare-detail .selects .detail-selects .select-item .select-dropdown{border-radius:2.13333333vw;box-shadow:0 2px 2.13333333vw rgba(0,0,0,.1);max-height:106.66666667vw;width:76vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .group-label{font-size:4.26666667vw;padding:2.66666667vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option{font-size:3.73333333vw;line-height:4.8vw;padding:2.66666667vw 5.33333333vw 2.66666667vw 3.2vw}.compare-detail .selects .detail-selects .select-item .select-dropdown .select-option.selected:after{height:1.46666667vw;right:1.33333333vw;width:.8vw}.compare-detail .selects .detail-selects .select-item:last-child .select-dropdown{left:auto;right:0}.compare-detail .detail-main{margin:0 auto;padding-bottom:13.33333333vw;width:91.46666667vw}.compare-detail .detail-main .detail-products .product-item{width:44vw}.compare-detail .detail-main .detail-products .product-item .product-image{height:37.6vw;width:37.6vw}.compare-detail .detail-main .detail-products .product-item .product-price{display:block;margin-bottom:2.66666667vw;margin-top:2.13333333vw;text-align:center}.compare-detail .detail-main .detail-products .product-item .product-price .price{display:block;font-size:4.26666667vw}.compare-detail .detail-main .detail-products .product-item .product-price .price-old{display:block;font-size:3.46666667vw;height:4.26666667vw;padding-left:0}.compare-detail .detail-main .detail-products .product-item .add-to-cart-compare{height:8.53333333vw}.compare-detail .detail-main .detail-products .product-item .btn--loading:after{height:6.4vw;left:calc(50% - 3.2vw);width:6.4vw}.compare-detail .detail-main .detail-info{margin-top:6.4vw}.compare-detail .detail-main .detail-info .detail-item{margin-top:5.33333333vw}.compare-detail .detail-main .detail-info .detail-item .first-level{background-color:#f2f4f5;border-radius:1.06666667vw;padding:4.66666667vw 2.13333333vw}.compare-detail .detail-main .detail-info .detail-item .first-level .title{font-size:4.8vw;letter-spacing:-.6px;line-height:4.8vw}.compare-detail .detail-main .detail-info .detail-item .first-level .arrow svg{height:5.33333333vw;width:5.33333333vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between{margin:4.26666667vw 0;padding:0 2.13333333vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:2.66666667vw 0 0;text-align:left;width:37.6vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{font-size:3.73333333vw;line-height:3.73333333vw;margin-bottom:1.33333333vw}.compare-detail .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{font-size:3.73333333vw;line-height:5.33333333vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block{padding:4.66666667vw 2.13333333vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block .title{font-size:4.26666667vw;line-height:4.8vw}.compare-detail .detail-main .detail-info .detail-item .second-level-block .arrow svg{height:5.33333333vw;width:5.33333333vw}.compare-detail .detail-main.detail-last-products{background:#f5f5f5;padding:6.4vw;width:100%}.compare-detail .detail-main.detail-last-products .detail-products{display:block}.compare-detail .detail-main.detail-last-products .detail-products .product-item{background:#fff;border-radius:2.66666667vw;margin-bottom:3.2vw;padding:0 3.2vw 3.2vw;width:100%}.compare-detail .detail-main.detail-last-products .detail-products .product-item .product-image{height:66.66666667vw;width:66.66666667vw}.compare-detail .detail-main.detail-last-products .detail-products .product-item .product-title{color:#1a1a1a;display:block;font-size:4.26666667vw;font-weight:600;line-height:5.86666667vw;margin:2.66666667vw 0;width:100%}.compare-detail .detail-main.detail-last-products .detail-products .product-item .product-price{align-items:center;display:flex;margin:4.8vw;text-align:left;width:100%}.compare-detail .detail-main.detail-last-products .detail-products .product-item .product-price .price{font-size:5.33333333vw;font-weight:600;line-height:5.33333333vw}.compare-detail .detail-main.detail-last-products .detail-products .product-item .product-price .price-old{font-size:3.73333333vw;line-height:3.73333333vw;padding-left:3.33333333vw}}.product-head-compare{margin-bottom:16px}.product-head-compare .flex-between{align-items:center;background:#f7f9fa;border-radius:8px;color:#1a1a1a;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:16px}.product-head-compare .flex-between svg{flex-shrink:0}.collection-compare-modal.modal-container.modal,.product-compare-modal.modal-container.modal{z-index:1000000}.collection-compare-modal.modal-container.modal .modal-content,.product-compare-modal.modal-container.modal .modal-content{border-radius:16px;max-height:calc(100vh - 120px);overflow:hidden;width:1200px}.collection-compare-modal.modal-container.modal .modal-content .moadal-header,.product-compare-modal.modal-container.modal .modal-content .moadal-header{border-bottom:none}.collection-compare-modal.modal-container.modal .modal-content .moadal-header .close svg,.product-compare-modal.modal-container.modal .modal-content .moadal-header .close svg{right:12px!important;top:8px!important}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body,.product-compare-modal.modal-container.modal .modal-content .modal-content-body{max-height:calc(100vh - 176px);overflow-y:auto;padding:0 48px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail{margin-bottom:40px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .selects,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .selects{top:-1px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container{width:100%}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects{padding-top:0}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item{width:330px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between{margin:0}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin-top:0;width:330px}@media screen and (max-width:1440px){.product-head-compare{margin-bottom:1.11111111vw}.product-head-compare .flex-between{border-radius:.55555556vw;font-size:.97222222vw;padding:1.11111111vw}.collection-compare-modal.modal-container.modal .modal-content,.product-compare-modal.modal-container.modal .modal-content{border-radius:1.11111111vw;max-height:calc(100vh - 8.33333vw);width:83.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .moadal-header .close svg,.product-compare-modal.modal-container.modal .modal-content .moadal-header .close svg{right:.83333333vw!important;top:.55555556vw!important}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body,.product-compare-modal.modal-container.modal .modal-content .modal-content-body{max-height:calc(100vh - 12.22222vw);padding:0 3.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail{margin-bottom:2.77777778vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item{width:22.91666667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-products .product-item .product-bottom,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-products .product-item .product-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-info .detail-item .dropdown .flex-between,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-info .detail-item .dropdown .flex-between{margin:0}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-info .detail-item .dropdown .flex-between .last-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-info .detail-item .dropdown .flex-between .last-item{margin-top:0}}@media screen and (max-width:1024px){.product-head-compare{margin-bottom:3.2vw;padding:0 4.26666667vw}.product-head-compare .flex-between{border-radius:2.66666667vw;font-size:4.26666667vw;padding:3.2vw}.collection-compare-modal.modal-container.modal .modal-content,.product-compare-modal.modal-container.modal .modal-content{border-radius:2.66666667vw 2.66666667vw 0 0;bottom:0;height:calc(100vh - 21.33333vw);max-height:calc(100vh - 6.4vw);position:fixed;width:100%}.collection-compare-modal.modal-container.modal .modal-content .moadal-header,.product-compare-modal.modal-container.modal .modal-content .moadal-header{height:9.6vw}.collection-compare-modal.modal-container.modal .modal-content .moadal-header .close svg,.product-compare-modal.modal-container.modal .modal-content .moadal-header .close svg{height:3.73333333vw;right:1.33333333vw!important;top:1.33333333vw!important;width:3.73333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body,.product-compare-modal.modal-container.modal .modal-content .modal-content-body{max-height:calc(100vh - 14.66667vw);padding:0 6.4vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail{margin-bottom:6.4vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects{margin-top:0}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-selects .select-item{width:44vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main{width:100%}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info{margin-bottom:6.4vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between{margin:0}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item,.product-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin-top:0;width:37.6vw}}.collection-compare-modal.modal-container.modal .modal-content{max-height:calc(100vh - 60px);transform:translateY(calc(100% + 60px))}.collection-compare-modal.modal-container.modal .modal-content.fade-in{transform:translateY(60px)}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body{padding-bottom:32px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff{align-items:flex-start;display:flex;margin-top:48px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .form-checkbox{display:none}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .form-checkbox:checked+label{background:#fd5000;border-color:#fd5000}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .form-checkbox:checked+label:before{opacity:1;transform:all .5s ease}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label{border:1px solid #999;border-radius:5px;cursor:pointer;display:inline-block;height:16px;position:relative;width:16px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label:before{border:2px solid #fff;border-right:none;border-top:none;content:" ";display:inline-block;height:5px;left:2px;opacity:0;position:absolute;top:4px;transform:rotate(-45deg);width:8px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .info{color:#1a1a1a;flex:1;font-size:14px;line-height:14px;padding-left:10px;padding-top:2px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info{border:none}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level{align-items:center;background-color:#f5f5f5;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:15px 11px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .title{color:#1a1a1a;font-size:25px;font-weight:600;letter-spacing:-.64px;line-height:23px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .arrow{transition:transform .3s}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .arrow svg{height:22px;width:22px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level.open .arrow{transform:rotate(180deg)}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown{display:none;transition:all .3s}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown.show{display:block}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between{align-items:flex-start;display:flex;justify-content:space-between;margin:14px 0;padding:0 10px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:20px 0;text-align:left;width:330px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{color:#999;font-size:13px;font-weight:500;line-height:15px;margin-bottom:5px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{color:#1a1a1a;font-size:15px;font-weight:500;line-height:22px;white-space:pre-wrap}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block{align-items:center;border-bottom:1px solid #ccc;cursor:pointer;display:flex;justify-content:space-between;padding:16px 12px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .title{color:#1a1a1a;font-size:22px;font-weight:500;line-height:22px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .arrow{transition:transform .3s}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .arrow svg{height:22px;width:22px}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block.open .arrow{transform:rotate(180deg)}@media screen and (max-width:1440px){.collection-compare-modal.modal-container.modal .modal-content{max-height:calc(100vh - 4.16667vw);transform:translateY(calc(100% + 4.16667vw))}.collection-compare-modal.modal-container.modal .modal-content.fade-in{transform:translateY(4.16666667vw)}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body{padding-bottom:2.22222222vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff{margin-top:3.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label{border-radius:.34722222vw;height:1.11111111vw;width:1.11111111vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label:before{height:.34722222vw;left:.13888889vw;top:.27777778vw;width:.55555556vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .info{font-size:.97222222vw;line-height:.97222222vw;padding-left:.69444444vw;padding-top:.13888889vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level{border-radius:.27777778vw;padding:1.04166667vw .76388889vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .title{font-size:1.73611111vw;line-height:1.59722222vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .arrow svg{height:1.52777778vw;width:1.52777778vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between{margin:.97222222vw 0;padding:0 .69444444vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:1.38888889vw 0;width:22.91666667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{font-size:.90277778vw;line-height:1.04166667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{font-size:1.04166667vw;line-height:1.52777778vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block{padding:1.11111111vw .83333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .title{font-size:1.52777778vw;line-height:1.52777778vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .arrow svg{height:1.52777778vw;width:1.52777778vw}}@media screen and (max-width:1024px){.collection-compare-modal.modal-container.modal .modal-content .modal-content-body{padding:0 4.26666667vw 4.26666667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff{margin-top:8.53333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label{border-radius:.53333333vw;height:4.26666667vw;width:4.26666667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .checkbox-label:before{height:.8vw;left:.53333333vw;top:1.06666667vw;width:2.13333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-diff .info{font-size:3.46666667vw;line-height:3.46666667vw;padding-left:2.13333333vw;padding-top:.53333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info{width:89.06666667vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item{margin-bottom:8.53333333vw;width:100%}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level{background-color:#f2f4f5;border-radius:1.06666667vw;padding:4.66666667vw 2.13333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .title{font-size:4.8vw;letter-spacing:-.6px;line-height:4.8vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .first-level .arrow svg{height:5.33333333vw;width:5.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between{margin:4.26666667vw 0;padding:0 2.13333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item{margin:2.66666667vw 0;width:37.6vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .key{font-size:3.73333333vw;line-height:3.73333333vw;margin-bottom:1.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .dropdown .flex-between .last-item .value{font-size:3.73333333vw;line-height:5.33333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block{padding:4.66666667vw 2.13333333vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .title{font-size:4.26666667vw;line-height:4.8vw}.collection-compare-modal.modal-container.modal .modal-content .modal-content-body .compare-detail .compare-container .detail-main .detail-info .detail-item .second-level-block .arrow svg{height:5.33333333vw;width:5.33333333vw}}
/*# sourceMappingURL=app-bundled-compare.min.css.map*/