.cpm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:none;align-items:center;justify-content:center;pointer-events:none}.cpm.is-visible{display:flex}.cpm.is-open{pointer-events:auto}.cpm__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .25s ease}.cpm.is-open .cpm__backdrop{opacity:1}.cpm__panel{font-size:1rem;line-height:1.5;position:relative;background:#fff;border-radius:20px;width:min(820px,calc(100vw - 32px));max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;transform:translateY(24px) scale(.97);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;box-shadow:0 24px 48px #0000002e,0 8px 16px #00000014,0 0 0 1px #0000000a}.cpm.is-open .cpm__panel{transform:translateY(0) scale(1);opacity:1}.cpm__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 0;flex-shrink:0}.cpm__title{font-size:.85rem;color:#888;letter-spacing:.01em}.cpm__close{width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#f5f5f5;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:#444;flex-shrink:0;transition:background .15s ease,border-color .15s ease}.cpm__close:hover{background:#ebebeb;border-color:#d0d0d0}.cpm__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cpm__table-wrap{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.cpm--mobile-2 .cpm__table-wrap{scrollbar-width:none;-ms-overflow-style:none}.cpm--mobile-2 .cpm__table-wrap::-webkit-scrollbar{display:none}.cpm__table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed}.cpm__table thead{position:sticky;top:0;z-index:10;background:#fff}.cpm__table thead th{padding:16px 12px 12px;text-align:center;font-size:.8rem;font-weight:600;color:#111;box-shadow:inset 0 -2px #f0f0f0}.cpm__table thead th:first-child{width:160px}.cpm__table thead th:first-child,.cpm__table tbody td:first-child{text-align:left;padding-left:20px}.cpm__table thead th:last-child,.cpm__table tbody td:last-child{padding-right:20px}.cpm__model-head{display:flex;flex-direction:column;align-items:center;gap:6px}.cpm__model-img{width:44px;height:44px;object-fit:contain;display:block}.cpm__model-name{font-size:.82rem;font-weight:600;color:#111;line-height:1.2}.cpm__group-row td{padding:16px 12px 6px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#aaa;border-bottom:1px solid #ebebeb}.cpm__group-row:first-of-type td{padding-top:16px}.cpm__group-row td:not(:first-child){padding:0;border-bottom:1px solid #ebebeb}.cpm__table tbody tr:not(.cpm__group-row){border-bottom:1px solid #f5f5f5;transition:background .1s ease}.cpm__table tbody tr:not(.cpm__group-row):hover{background:#fafafa}.cpm__table tbody tr:not(.cpm__group-row):last-child{border-bottom:none}.cpm__table tbody td{padding:13px 12px;vertical-align:middle;color:#444}.cpm__row-label{font-size:.88rem;color:#333;font-weight:400}.cpm__cell{text-align:center;font-size:.88rem;font-weight:500;color:#111;white-space:nowrap}.cpm__tick{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#f0faf3;border-radius:50%;color:#22a355}.cpm__tick svg{display:block}.cpm__cross{display:inline-block;width:18px;height:2px;background:#ddd;border-radius:2px;vertical-align:middle}.cpm__sup{font-size:.65em;vertical-align:super;color:#999;margin-left:1px}.cpm__footnotes{flex-shrink:0;padding:12px 20px 16px;border-top:1px solid #f0f0f0;font-size:.78rem;color:#aaa;line-height:1.6}.cpm__footnotes p{margin:0 0 4px}.cpm__footnotes p:last-child{margin:0}.cpm__btn-bar-wrap{display:flex;flex-direction:column;flex-shrink:0;border-top:2px solid #f0f0f0;background:#fff}.cpm__btn-bar-row{display:flex;align-items:flex-start;padding:10px 0 16px}.cpm__btn-bar__spacer{width:160px;flex-shrink:0}.cpm__btn-bar__cols-wrap{flex:1;overflow:hidden;min-width:0}.cpm__btn-bar{display:flex}.cpm__btn-bar__col{flex:1;display:flex;flex-direction:column;gap:8px;padding:0 12px;min-width:0}.cpm__btn-bar__col:last-child{padding-right:20px}.cpm__footer-btn{display:block;width:100%;padding:11px 8px;background:var(--cpm-btn-bg, #111);color:var(--cpm-btn-fg, #fff);text-align:center;border-radius:100px;font-size:.88rem;font-weight:500;text-decoration:none;white-space:nowrap;border:2px solid transparent;transition:opacity .2s ease;box-sizing:border-box}.cpm__footer-btn:hover{opacity:.82}.cpm__footer-btn--outline{background:transparent;color:var(--cpm-btn-bg, #111);border-color:var(--cpm-btn-bg, #111)}.cpm__footer-btn--outline:hover{background:var(--cpm-btn-bg, #111);color:var(--cpm-btn-fg, #fff);opacity:1}.cpm__tooltip-wrap{display:inline-flex;align-items:center;margin-left:5px;position:relative;vertical-align:middle}.cpm__tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#e8e8e8;color:#777;font-size:.65rem;font-weight:700;cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0;line-height:1;transition:background .15s ease,color .15s ease}.cpm__tooltip-wrap:hover .cpm__tooltip-icon,.cpm__tooltip-wrap:focus-within .cpm__tooltip-icon{background:#333;color:#fff}.cpm__tooltip-bubble{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#111;color:#fff;font-size:.75rem;line-height:1.45;padding:7px 11px;border-radius:8px;width:max-content;max-width:200px;white-space:normal;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:9999;box-shadow:0 4px 12px #0003}.cpm__tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#111}.cpm__tooltip-wrap:hover .cpm__tooltip-bubble,.cpm__tooltip-wrap:focus-within .cpm__tooltip-bubble{opacity:1}.cpm__dots{display:none;justify-content:center;gap:7px;padding:8px 0 0;flex-shrink:0}@media(max-width:600px){.cpm--mobile-2 .cpm__dots{display:flex}}.cpm__dot{width:6px;height:6px;border-radius:50%;background:#ddd;flex-shrink:0;transition:background .2s ease,transform .2s ease}.cpm__dot.is-active{background:#111;transform:scale(1.25)}.cpm__swatches{display:flex;gap:5px;align-items:center;justify-content:center;margin-top:7px}.cpm__swatch{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}@media(max-width:600px){.cpm__panel{border-radius:16px}.cpm__table thead th,.cpm__table tbody td{padding-left:8px;padding-right:8px}.cpm__table thead th:first-child,.cpm__table tbody td:first-child{padding-left:16px}.cpm__table thead th:last-child,.cpm__table tbody td:last-child{padding-right:16px}.cpm__model-img{width:32px;height:32px}.cpm__model-name{font-size:.75rem}.cpm__row-label,.cpm__cell{font-size:.82rem}.cpm__tooltip-bubble{bottom:auto;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.cpm__tooltip-bubble:after{top:50%;left:auto;right:100%;transform:translateY(-50%);border-top-color:transparent;border-right-color:#111}.cpm--mobile-2 .cpm__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-left:110px;scroll-behavior:smooth;touch-action:pan-y}.cpm--mobile-2 .cpm__table{width:calc(110px + 3*(100vw - 142px)/2)}.cpm--mobile-2 .cpm__table th:not(:first-child),.cpm--mobile-2 .cpm__table td:not(:first-child){scroll-snap-align:start}.cpm--mobile-2 .cpm__table thead th:first-child,.cpm--mobile-2 .cpm__table tbody td:first-child,.cpm--mobile-2 .cpm__group-row td:first-child{position:sticky;left:0;background:#fff;z-index:6}.cpm--mobile-2 .cpm__table tbody td:first-child,.cpm--mobile-2 .cpm__group-row td:first-child{box-shadow:1px 0 #e8e8e8}.cpm--mobile-2 .cpm__table thead th:first-child{box-shadow:inset 0 -2px #f0f0f0}.cpm--mobile-2 .cpm__table tbody td:first-child:has(.cpm__tooltip-wrap:hover),.cpm--mobile-2 .cpm__table tbody td:first-child:has(.cpm__tooltip-wrap:focus-within){z-index:7;transition:z-index 0s 0s}.cpm--mobile-2 .cpm__table tbody td:first-child{transition:z-index 0s .2s}.cpm--mobile-2 .cpm__table thead th:first-child{width:110px}.cpm--mobile-2 .cpm__table thead th:not(:first-child){width:calc((100vw - 142px)/2)}.cpm--mobile-2 .cpm__btn-bar__spacer{width:110px}.cpm--mobile-2 .cpm__btn-bar{width:calc(3*(100vw - 142px)/2)}.cpm__btn-bar__col{padding:0 8px}.cpm__btn-bar__col:last-child{padding-right:16px}}
/*# sourceMappingURL=/cdn/shop/t/213/assets/section-compare-modal.css.map */
