.product-compare-button{display:flex;justify-content:center;width:100%;margin:36px auto 0}.product-compare-button__button{gap:8px;width:fit-content}.product-compare-button__button img{flex:0 0 18px;width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;object-fit:contain}.product-compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#232c3285;animation:productCompareBackdropIn .18s cubic-bezier(.22,1,.36,1)}.product-compare-modal__dialog{display:flex;flex-direction:column;width:min(100%,var(--product-compare-dialog-width, 770px));max-height:min(86vh,800px);overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 12px 34px #232c323d;animation:productCompareDialogIn .22s cubic-bezier(.22,1,.36,1)}.product-compare-modal__header{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:18px 22px;border-bottom:1px solid #dbe3ea}.product-compare-modal__header h2{margin:0;color:#232c32;font-size:2.2rem;font-weight:800;line-height:1.25}.product-compare-modal__intro{padding:18px 22px 0;color:#4a545c;font-size:1.6rem;line-height:1.45}.product-compare-modal__intro>:first-child{margin-top:0}.product-compare-modal__intro>:last-child{margin-bottom:0}.product-compare-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:transparent;color:#232c32;cursor:pointer;font:inherit;font-size:3rem;font-weight:400;line-height:1;transition:background-color .18s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.product-compare-modal__close:hover{background:#f3f7fa;transform:scale(1.04)}.product-compare-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.product-compare-modal__state{margin:0;padding:32px 20px;color:#4a545c;text-align:center}.product-compare-table{width:100%;min-width:0;border-collapse:collapse;color:#232c32;font-size:1.6rem;line-height:1.3;table-layout:fixed}.product-compare-table th,.product-compare-table td{height:51px;padding:13px 14px;border-bottom:1px solid #dbe3ea;text-align:center;overflow-wrap:anywhere;word-break:normal}.product-compare-table th:first-child,.product-compare-table td:first-child{width:34%;min-width:0;text-align:left}.product-compare-table th{background:#fafafa;font-weight:800}.product-compare-table th:not(:first-child),.product-compare-table td:not(:first-child){width:auto;min-width:0}.product-compare-table td:first-child{font-weight:500}.product-compare-table__yes{color:#008cf5;font-weight:800}.product-compare-table__no{color:#d4d4d4;font-weight:500}@keyframes productCompareBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes productCompareDialogIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 650px){.product-compare-modal{align-items:flex-end;padding:0}.product-compare-modal__dialog{width:100%;max-width:none;max-height:92vh;border-radius:0}.product-compare-modal__dialog:before{content:"";display:block;width:40px;height:6px;margin:8px auto 4px;border-radius:999px;background:#e1e7ee}.product-compare-modal__header{min-height:77px;padding:16px 20px}.product-compare-modal__header h2{font-size:1.8rem}.product-compare-modal__close{width:44px;height:44px}.product-compare-modal__body{width:100%;max-height:calc(92vh - 95px);overflow-x:hidden}.product-compare-table{min-width:100%;font-size:1.4rem;table-layout:fixed}.product-compare-table th,.product-compare-table td{height:48px;padding:12px}.product-compare-table th:first-child,.product-compare-table td:first-child{width:50%;min-width:0}.product-compare-table th:not(:first-child),.product-compare-table td:not(:first-child){width:auto;min-width:0;padding-right:6px;padding-left:6px}.product-compare-table th{font-size:1.4rem}.product-compare-table td:first-child{overflow-wrap:anywhere}}
