.product-comparison-section{background:#f2f3f6}.pcmp-page{max-width:1299px;margin:0 auto;padding:44px 0 80px;background:#f2f3f6;color:#000;font-family:Inter,Manrope,var(--base-font-family),sans-serif}.pcmp-page.container--no-max{max-width:1299px}.pcmp__header{margin:0 0 45px}.pcmp__heading{margin:0;color:#000;font-size:30px;line-height:1.2;font-weight:700;letter-spacing:0}.pcmp{display:block}.pcmp__toolbar{display:none}.pcmp__status{margin:0 0 16px;padding:10px 14px;border:1px dashed #dcdfe6;border-radius:5px;color:#666;font-size:14px;line-height:1.4}.pcmp__status[hidden]{display:none}.pcmp__table-wrap{position:relative;width:100%;overflow-x:auto;overflow-y:visible;background:#fff}.pcmp__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;min-height:360px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:#ffffffb8;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);pointer-events:auto}.pcmp.is-loading .pcmp__loading{display:flex}.pcmp__loading-spinner{width:42px;height:42px;border:3px solid rgba(255,102,0,.18);border-top-color:#f60;border-radius:50%;animation:pcmp-spin .72s linear infinite}.pcmp__loading-text{max-width:260px;color:#666;font-size:14px;line-height:1.35;text-align:center}@keyframes pcmp-spin{to{transform:rotate(360deg)}}.pcmp__table{width:1299px;min-width:1299px;border-collapse:separate;border-spacing:0;table-layout:fixed}.pcmp__table th,.pcmp__table td{padding:0;border:0;vertical-align:middle;box-sizing:border-box}.pcmp__table thead th{height:262px;background:#f2f3f6;font-weight:400}.pcmp__sticky{position:sticky;left:0;z-index:4;width:129px;min-width:129px;max-width:129px;background:inherit}.pcmp__table thead .pcmp__sticky{z-index:6}.pcmp__label{padding-left:16px;color:#000;font-size:14px;line-height:1.25;font-weight:600;text-align:left}.pcmp__compare-count{padding:68px 20px 0 25px;color:#000;font-size:20px;line-height:1.2;font-weight:400;white-space:normal;padding-left:12px!important;font-weight:500!important}.pcmp__slot{width:234px;min-width:234px;max-width:234px;padding-left:20px!important}.pcmp__product,.pcmp__slot-empty{position:relative;width:214px;height:242px;overflow:hidden;background:#fff}.pcmp__remove{position:absolute;top:6px;right:6px;z-index:2;width:18px;height:18px;padding:0;border:0;background:transparent;color:#666;font-size:18px;line-height:18px;font-weight:300;cursor:pointer}.pcmp__thumb{position:absolute;left:50%;top:46px;width:107px;height:80px;margin:0;transform:translate(-50%)}.pcmp__thumb img{display:block;width:100%;height:100%;object-fit:contain}.pcmp__title{position:absolute;left:50%;top:157px;width:136px;max-height:36px;margin:0;color:#000;font-size:14px;line-height:1.25;font-weight:700;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transform:translate(-50%)}.pcmp__core{display:none}.pcmp__actions{position:absolute;left:50%;top:197px;width:136px;height:24px;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:12px;transform:translate(-50%)}.pcmp__actions span{color:#999;font-size:14px;line-height:1;font-weight:400;text-align:center}.pcmp__move{position:relative;width:24px;height:24px;padding:0;border:1px solid #dcdfe6;border-radius:50%;background:#fff;box-sizing:border-box;cursor:pointer}.pcmp__move:before{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-top:1.5px solid #b5b3b3;border-left:1.5px solid #b5b3b3;transform:translate(-35%,-50%) rotate(-45deg)}.pcmp__move--right:before{transform:translate(-65%,-50%) rotate(135deg)}.pcmp__move:disabled{opacity:.45;cursor:default}.pcmp__slot-empty{background:#fff;overflow:visible}.pcmp__slot-empty .pcmp__slot-empty,.pcmp__slot-empty>.pcmp__slot-empty{width:214px}.pcmp__empty-visual{width:214px;height:139px;background:#fff;display:flex;align-items:center;justify-content:center}.pcmp__empty-visual img{display:block;width:126px;height:78px;object-fit:contain}.pcmp__slot-empty-title{display:none}.pcmp__dropdown{position:relative;width:186px;margin:16px auto 0;z-index:20}.pcmp__dropdown+.pcmp__dropdown{margin-top:10px}.pcmp__dropdown.is-open{z-index:40}.pcmp__dropdown-search{position:relative;width:100%;height:32px;padding:0 36px 0 10px;border:1px solid #dcdfe6;border-radius:5px;background:#fff;color:#a8abb2;font-size:14px;line-height:22px;text-align:left;cursor:pointer;outline:0;box-sizing:border-box}.pcmp__dropdown-search:focus{border-color:#f60}.pcmp__dropdown-search::-webkit-search-decoration,.pcmp__dropdown-search::-webkit-search-cancel-button{display:none}.pcmp__dropdown:before,.pcmp__dropdown:after{content:"";position:absolute;top:16px;z-index:2;width:7px;height:1.5px;border-radius:999px;background:#a8abb2;pointer-events:none;transition:transform .16s ease}.pcmp__dropdown:before{right:19px;transform:translateY(-50%) rotate(45deg)}.pcmp__dropdown:after{right:14px;transform:translateY(-50%) rotate(-45deg)}.pcmp__dropdown.is-open:before{transform:translateY(-50%) rotate(-45deg)}.pcmp__dropdown.is-open:after{transform:translateY(-50%) rotate(45deg)}.pcmp__dropdown.is-disabled:before,.pcmp__dropdown.is-disabled:after{opacity:.55}.pcmp__dropdown-search[disabled]{color:#b5b3b3;cursor:default}.pcmp__dropdown-search::placeholder{color:#a8abb2;opacity:1}.pcmp__dropdown-menu{position:absolute;left:0;top:calc(100% + 7px);width:186px;max-height:332px;padding:7px 8px;border:1px solid #dcdfe6;border-radius:5px;display:none;overflow-y:auto;background:#fff;box-sizing:border-box;scrollbar-color:#b5b3b3 rgba(217,217,217,.5);scrollbar-width:thin}.pcmp__dropdown.is-open .pcmp__dropdown-menu{display:flex;flex-direction:column;gap:4px}.pcmp__dropdown-menu::-webkit-scrollbar{width:5px}.pcmp__dropdown-menu::-webkit-scrollbar-track{border-radius:5px;background:#d9d9d980}.pcmp__dropdown-menu::-webkit-scrollbar-thumb{border-radius:5px;background:#b5b3b3}.pcmp__dropdown-option{width:160px;min-height:28px;padding:3px 8px;border:0;border-radius:5px;background:#fff;color:#666;font-size:14px;line-height:22px;text-align:left;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pcmp__dropdown-option:hover,.pcmp__dropdown-option.is-selected{border-radius:6px;background:#fff6f3;color:#f60}.pcmp__dropdown--select-product .pcmp__dropdown-menu{width:max-content;min-width:260px}.pcmp__dropdown--select-product .pcmp__dropdown-search{width:100%}.pcmp__dropdown--select-product .pcmp__dropdown-option{width:auto;min-width:234px;min-height:28px;overflow:visible;white-space:nowrap;text-overflow:clip}.pcmp__dropdown-empty{width:160px;min-height:28px;margin:0;padding:3px 8px;color:#a8abb2;font-size:14px;line-height:22px;box-sizing:border-box}.pcmp__table tbody tr{height:50px}.pcmp__table tbody tr:first-child th,.pcmp__table tbody tr:first-child td{border-top:16px solid #f2f3f6}.pcmp__table tbody tr:nth-child(odd) th,.pcmp__table tbody tr:nth-child(odd) td{background:#fff}.pcmp__table tbody tr:nth-child(2n) th,.pcmp__table tbody tr:nth-child(2n) td{background:#f2f3f6}.pcmp__table tbody th{padding-left:16px;color:#000;font-size:14px;line-height:1.25;font-weight:600;text-align:left}.pcmp__table tbody td{width:234px;padding-left:20px;overflow:hidden}.pcmp__value{width:214px;min-height:50px;padding:10px 16px;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px;line-height:1.25;font-weight:400;text-align:center;white-space:pre-line;overflow:hidden;overflow-wrap:anywhere;word-break:normal;box-sizing:border-box}.pcmp__value--empty{color:#666;font-weight:500}.pcmp__row--different th,.pcmp__row--different td{box-shadow:inset 0 0 0 999px #ff66000f}.pcmp__note{padding:20px;color:#666;font-size:14px;text-align:center}@media(max-width:1399.98px){.pcmp-page{max-width:none;padding:36px 24px 72px}.pcmp-page.container--no-max{max-width:none}}@media(max-width:767.98px){.pcmp-page{padding:24px 0 56px}.pcmp__header{padding:0 16px;margin-bottom:24px}.pcmp__heading{font-size:24px}.pcmp__status{margin-right:16px;margin-left:16px}.pcmp__table-wrap{padding:0 0 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-padding-left:0}.pcmp__table{width:max-content;min-width:932px;table-layout:fixed}.pcmp__sticky{z-index:60;width:92px;min-width:92px;max-width:92px;background:#fff;box-shadow:none}.pcmp__table thead .pcmp__sticky{z-index:100}.pcmp__table tbody tr:nth-child(2n) .pcmp__sticky{background:#f2f3f6}.pcmp__table tbody tr:nth-child(odd) .pcmp__sticky{background:#fff}.pcmp__table thead th{height:214px}.pcmp__label,.pcmp__table tbody th{padding:12px 10px;font-size:13px;line-height:1.25;background-color:#fff}.pcmp__compare-count{padding:42px 10px 0;font-size:16px}.pcmp__slot,.pcmp__table tbody td{width:168px;min-width:168px;max-width:168px;padding-left:10px!important}.pcmp__product,.pcmp__slot-empty{width:158px;height:198px}.pcmp__thumb{top:34px;width:88px;height:66px}.pcmp__title{top:121px;width:124px;max-height:34px;font-size:13px}.pcmp__actions{top:162px;width:124px;gap:8px}.pcmp__empty-visual{width:158px;height:104px}.pcmp__empty-visual img{width:92px;height:58px}.pcmp__dropdown{width:140px;margin-top:10px}.pcmp__dropdown-search{height:30px;padding-right:30px;font-size:12px}.pcmp__dropdown:before,.pcmp__dropdown:after{top:15px}.pcmp__dropdown:before{right:16px}.pcmp__dropdown:after{right:11px}.pcmp__dropdown-menu{width:180px;max-height:260px}.pcmp__dropdown-option,.pcmp__dropdown-empty{width:154px;font-size:12px}.pcmp__dropdown--select-product .pcmp__dropdown-menu{min-width:220px}.pcmp__dropdown--select-product .pcmp__dropdown-option{min-width:194px}.pcmp__table tbody tr{height:auto}.pcmp__value{width:158px;min-height:74px;padding:12px;align-items:flex-start;justify-content:flex-start;font-size:13px;line-height:1.35;text-align:left;overflow-wrap:anywhere;word-break:normal}.pcmp__note{margin:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/product-comparison.css.map */
