.product-comparison__chip--express{background:#ede9fe;color:#7c3aed;border:2px solid #a78bfa;border-radius:9999px;padding:1px 10px;display:inline-flex;align-items:center;gap:4px;font-weight:700}
.product-comparison__chip--express .product-comparison__chip-text{color:#7c3aed}
.product-comparison__chip--express .product-comparison__chip-icon{color:#7c3aed}
.product-comparison{background:#f8f9fa;padding:80px 64px;display:flex;align-items:center;justify-content:center}
.product-comparison__container{max-width:1416px;width:100%;display:flex;flex-direction:column;gap:48px}
.product-comparison__header{display:flex;justify-content:space-between;width:100%;gap:24px}
.product-comparison__header-content{max-width:696px;display:flex;flex-direction:column;gap:16px}
.product-comparison__header-inner{display:flex;flex-direction:column;gap:24px}
.product-comparison__title{font-weight:600;font-size:40px;line-height:48px;letter-spacing:-0.8px;color:#17191c;margin:0}
.product-comparison__description{font-weight:400;font-size:16px;line-height:24px;color:#3d4145;margin:0}
.product-comparison__actions{display:flex;gap:16px;align-items:center;padding-top:16px}
.product-comparison__help-text{font-weight:400;font-size:16px;line-height:24px;color:#17191c;margin:0}
.product-comparison__help-link{color:#00b8b8;text-decoration:none;font-weight:600}
.product-comparison__help-link:hover{text-decoration:underline}
.product-comparison__table-wrapper{width:100%;overflow-x:visible;-webkit-overflow-scrolling:touch;position:relative}
.product-comparison__table{display:flex;flex-direction:column;width:100%}
.product-comparison__table-header{display:flex;align-items:stretch;border-radius:16px 16px 0 0;width:100%}
.product-comparison__table-header>*{flex:1;min-width:0}
.product-comparison__header-cell{flex:1;display:flex;flex-direction:column;gap:24px;padding:24px 16px;border-bottom:1px solid #d0d7de;min-width:0;align-items:flex-start;justify-content:center}
.product-comparison__header-cell--feature{gap:72px;align-items:flex-start;justify-content:flex-end;padding-bottom:24px}
.product-comparison__product-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}
.product-comparison__product-icon img,.product-comparison__product-icon svg{width:100%;height:100%;object-fit:contain}
.product-comparison__product-name{font-weight:700;font-size:17px;line-height:30px;color:#17191c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-comparison__feature-label{font-weight:400;font-size:16px;line-height:24px;color:#17191c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-comparison__row{display:flex;align-items:stretch;width:100%}
.product-comparison__row>*{flex:1;min-width:0}
.product-comparison__row:last-child .product-comparison__cell{border-bottom:0}
.product-comparison__cell{flex:1;display:flex;gap:8px;align-items:flex-start;padding:16px 16px;border-bottom:1px solid #d0d7de;min-width:0}
.product-comparison__cell--feature{gap:8px;align-items:center;flex-wrap:wrap}
.product-comparison__cell--with-info{gap:4px;justify-content:flex-start;align-items:center}
.product-comparison__cell--with-icon{align-items:center}
.product-comparison__cell--vertical{flex-direction:column;align-items:stretch;gap:12px;justify-content:flex-start;width:100%}
.product-comparison__cell-text{font-weight:500;font-size:16px;line-height:24px;color:#17191c;margin:0}
.product-comparison__cell-text--regular{font-weight:400}
.product-comparison__cell--feature .product-comparison__cell-text{flex:0 1 auto;min-width:0}
.product-comparison__cell-text--bold{font-weight:700}
.product-comparison__cell-text--wrap{white-space:normal;word-break:break-word;overflow-wrap:break-word}
.product-comparison__cell p{margin:0}
.product-comparison__cell-text--wrap{display:block;width:auto}
.product-comparison__cell-text--wrap>p,.product-comparison__cell-text--wrap p,.product-comparison__cell-text--wrap>div{display:block;margin:0;padding:0}
.product-comparison__cell-text--wrap>p:last-of-type,.product-comparison__cell-text--wrap>div:last-of-type{display:inline}
.product-comparison__cell-text--wrap>span:not(.product-comparison__chip):not(.product-comparison__info-icon):not(.info-icon){display:inline;margin:0;padding:0}
.product-comparison__cell-text--wrap .product-comparison__info-icon{display:inline-block;vertical-align:middle;margin-left:6px;white-space:nowrap}
.product-comparison__chip{background:#ececfd;border-radius:4px;padding:1px 6px;display:inline-flex;align-items:center;justify-content:center;min-height:20px;flex-shrink:0;white-space:nowrap}
.product-comparison__chip--rounded{border-radius:9999px;padding:1px 6px;gap:4px}
.product-comparison__chip-text{font-weight:700;font-size:12px;line-height:18px;color:#2b247a;margin:0;white-space:nowrap}
.product-comparison__chip-icon{width:12px;height:12px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}
.product-comparison__chip-icon img,.product-comparison__chip-icon svg{width:100%;height:100%;object-fit:contain}
.product-comparison__info-icon{width:18px;height:18px;min-width:18px;flex-shrink:0;flex-grow:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;outline:0;margin-left:6px;vertical-align:middle}
.product-comparison__info-icon img,.product-comparison__info-icon svg{width:100%;height:100%;object-fit:contain}
.info-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:12px;margin-top:0;background:rgba(23,25,28,0.95);color:#fff;padding:12px 16px;font-size:13px;font-weight:400;line-height:1.5;border-radius:8px;min-width:200px;max-width:280px;z-index:1000;white-space:normal;word-wrap:break-word;box-shadow:0 4px 12px rgba(0,0,0,0.2);pointer-events:auto;border:1px solid rgba(255,255,255,0.1)}
.info-tooltip::before{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:rgba(23,25,28,0.95);border-bottom:0}
.product-comparison__info-icon:hover .info-tooltip,.product-comparison__info-icon:focus .info-tooltip,.product-comparison__info-icon:focus-within .info-tooltip,.product-comparison__info-icon.show-tooltip .info-tooltip{display:block;animation:tooltipFadeIn .2s ease-in-out}
@keyframes tooltipFadeIn{from{opacity:0;transform:translateX(-50%) translateY(-4px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.product-comparison__row--category{border-top:1px solid #d0d7de}
.product-comparison__cell--category-header{width:100%;padding:16px 16px;border-bottom:0}
.product-comparison__category-title{color:var(--Text-Neutral-Primary,#17191c);font-size:16px;font-weight:600;margin:0}
.product-comparison__checkmark{width:24px;height:24px;flex-shrink:0}
.product-comparison__checkmark img,.product-comparison__checkmark svg{width:100%;height:100%;object-fit:contain}
.product-comparison__list{margin:0;padding-left:24px;list-style:disc;font-weight:500;font-size:16px;line-height:24px;color:#17191c;flex:1}
.product-comparison__list li{margin-bottom:0}
.product-comparison__button-container{display:flex;flex-direction:column;gap:12px;width:100%;align-items:stretch;margin-top:4px}
.product-comparison__button{display:block;min-height:40px;padding:10px 24px;border-radius:9999px;font-weight:700;font-size:16px;line-height:20px;text-align:center;cursor:pointer;transition:all .3s ease;text-decoration:none;width:100%;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word;hyphens:auto}
.product-comparison__button--primary{background:#090a0a;color:#f8f9fa;border:0}
.product-comparison__button--primary:hover{background:#232e35;color:#f8f9fa}
.product-comparison__button--secondary{background:transparent;color:#17191c;border:1.5px solid #d0d7de}
.product-comparison__button--secondary:hover{background:#f8f9fa;border-color:#b1b9c1}
.clip{background:#ececfd;height:20px;padding:0 6px;margin-left:8px;font-size:12px;color:#2b247a}
.clip .img{width:11.411px;height:11.411px;aspect-ratio:1/1}
.product-comparison__row--category .product-comparison__cell--category-header{border-bottom:0}
.product-comparison__mobile-view{display:none}
.product-comparison__row.product-comparison__row--category .product-comparison__cell.product-comparison__cell--category-header .product-comparison__category-title.text-base{color:#17191c;font-weight:600}
.product-comparison__row .product-comparison__cell .product-comparison__cell-text.product-comparison__cell-text--wrap p{color:#6a6f75;font-weight:600}
.product-comparison__divider{display:none}
@media(max-width:1264px){.product-comparison{padding:48px 32px}
.product-comparison__container{gap:32px}
.product-comparison__title{font-size:32px;line-height:40px}
.product-comparison__table-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.product-comparison__table-wrapper::-webkit-scrollbar{height:8px}
.product-comparison__table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}
.product-comparison__table-wrapper::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:4px}
.product-comparison__table-wrapper::-webkit-scrollbar-thumb:hover{background:#b1b9c1}
.product-comparison__table{min-width:1400px}
.product-comparison__table-header>*,.product-comparison__row>*{min-width:300px;flex:0 0 300px}
.product-comparison__table-header>*:first-child,.product-comparison__row>*:first-child{min-width:300px;flex:0 0 300px;background-color:inherit}
.product-comparison__header-cell--feature,.product-comparison__cell--feature,.product-comparison__table-header>*:first-child,.product-comparison__row>*:first-child{position:sticky;left:0;z-index:5;background-color:inherit}
.product-comparison__table-header>*:first-child{z-index:6}
.product-comparison__table-header,.product-comparison__row{background:#f8f9fa}
.product-comparison__table-wrapper .product-comparison__table .product-comparison__cell,.product-comparison__table-wrapper .product-comparison__table .product-comparison__header-cell{min-width:368px}
.product-comparison__header{flex-direction:column;align-items:flex-start}
.product-comparison__cell{padding:20px 12px}
.product-comparison__cell--vertical{gap:10px}
.product-comparison__chip-text{font-size:11px;line-height:16px}
.product-comparison__header-cell--feature{flex:2}
.product-comparison__info-icon{min-width:32px;min-height:32px;touch-action:manipulation}
}
@media(max-width:599px){.product-comparison{padding:36px 16px !important}
.product-comparison__header{flex-direction:column;align-items:flex-start;gap:24px}
.product-comparison__header-content{max-width:100%}
.product-comparison__title{font-size:28px;line-height:36px}
.product-comparison__cell{padding:16px 12px}
.product-comparison__cell-text{font-size:14px;line-height:20px}
.product-comparison__chip-text{font-size:10px;line-height:14px}
.product-comparison__chip{padding:1px 4px}
.product-comparison__chip--rounded{padding:1px 4px;gap:3px}
.product-details-page-new-ux .product-comparison__product-name{font-size:18px;line-height:26px}
.product-comparison__button{padding:8px 12px;font-size:14px;line-height:18px;min-height:36px;width:100%;max-width:100%;box-sizing:border-box;flex:0 0 auto;white-space:normal;word-break:normal;overflow-wrap:break-word}
.product-comparison__button-container{gap:10px;width:100%;min-width:0;align-items:stretch}
.product-comparison__cell--vertical{width:100%;min-width:0;flex-direction:column;align-items:stretch}
.product-comparison__table{min-width:1000px}
.product-comparison__table-header>*,.product-comparison__row>*{min-width:220px;flex:0 0 220px}
.product-comparison__table-header>*:first-child,.product-comparison__row>*:first-child{min-width:140px;flex:0 0 140px;background-color:inherit}
.product-comparison__desktop-view{display:none}
.product-comparison__mobile-view{display:block;width:100%;overflow:hidden}
.product-comparison__carousel-wrapper{width:100%;overflow:hidden;position:relative}
.product-comparison__carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px}
.product-comparison__carousel::-webkit-scrollbar{display:none}
.product-comparison__card{background:#fff;border-radius:12px;padding:24px 20px;max-width:320px;flex-shrink:0;scroll-snap-align:center;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 8px rgba(0,0,0,0.08);border:1px solid #e7ecf0}
.product-comparison__card-header{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid #e7ecf0}
.product-comparison__card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.product-comparison__card-icon img{width:100%;height:100%;object-fit:contain}
.product-comparison__card-title{font-weight:700;font-size:18px;line-height:26px;color:#17191c;margin:0}
.product-comparison__tabs{width:100%;margin-bottom:8px}
.product-comparison__tabs-list{overflow-x:auto;overflow-y:hidden;display:flex;border-bottom:1px solid #d0d7de;gap:0;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}
.product-comparison__tabs-list::-webkit-scrollbar{display:none}
.product-comparison__tab{flex:0 0 auto;background:transparent;border:0;border-bottom:2px solid transparent;padding:12px 16px;font-weight:600;font-size:14px;line-height:20px;color:#6a6f75;cursor:pointer;transition:all .2s ease;min-height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;margin-bottom:-1px;white-space:nowrap}
.product-comparison__tab:hover{color:#17191c}
.product-comparison__tab--active{color:#17191c;border-bottom:2px solid var(--Border-Neutral-Alternate,#3d4145);font-weight:600}
.product-comparision__tabs-list .product-comparision__tab:hover{color:#17191c}
.product-comparison__tab--active button:hover{background:transparent;color:#17191c;box-shadow:none;cursor:default}
.product-comparison__tab-content{display:none;flex-grow:1}
.product-comparison__tab-content[data-active="true"]{display:block;animation:fadeIn .3s ease;flex-grow:1}
@keyframes fadeIn{from{opacity:0;transform:translateY(4px)}
to{opacity:1;transform:translateY(0)}
}
.product-comparison__features{display:flex;flex-direction:column;padding:0}
.product-comparison__feature-item{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid #e7ecf0}
.product-comparison__feature-label{font-weight:600;font-size:14px;line-height:20px;color:#6a6f75;margin:0}
.product-comparison__feature-value{font-family:"Proxima Nova",sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#17191c;margin:0}
.product-comparison__feature-value p{margin:0}
.product-comparison__feature-value .product-comparison__chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:13px;line-height:18px;font-weight:600}
.product-comparison__feature-value .product-comparison__checkmark{display:inline-flex;width:20px;height:20px}
.product-comparison__feature-value .product-comparison__info-icon{display:inline-flex;width:16px;height:16px;margin-left:4px;vertical-align:middle}
.product-comparison__divider{height:1px;background:#e7ecf0;width:100%;margin:8px 0}
.product-comparison__card-actions{display:flex;flex-direction:column;gap:12px;width:100%}
.product-comparison__card-button{display:flex;align-items:center;justify-content:center;min-height:40px;padding:10px 12px;border-radius:9999px;font-weight:700;font-size:16px;line-height:28px;letter-spacing:-0.32px;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box}
.product-comparison__card-button--primary{background:#090a0a;color:#fff;border:0}
.product-comparison__card-button--primary:hover{background:#232e35}
.product-comparison__card-button--secondary{background:transparent;color:#17191c;border:1.5px solid #d0d7de}
.product-comparison__card-button--secondary:hover{background:#f8f9fa;border-color:#b1b9c1}
.product-comparison__pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:24px 0 0;margin-top:24px}
.product-comparison__dot{width:8px;height:8px;border-radius:50%;background:#3d4145;border:0;padding:4px;cursor:pointer;opacity:.25;transition:opacity .3s ease}
.product-comparison__dot--active{opacity:1}
.product-comparison__dot:hover{opacity:.6}
}
.product-comparision__product-subtitle{font-weight:400;font-size:14px;line-height:20px;color:#6a6f75;margin:4px 0 0 0}
@media(max-width:1024px){.product-comparison__table-wrapper--scrolled .product-comparison__header-cell--feature,.product-comparison__table-wrapper--scrolled .product-comparison__cell--feature,.product-comparison__table-wrapper--scrolled .product-comparison__table-header>*:first-child,.product-comparison__table-wrapper--scrolled .product-comparison__row>*:first-child{background-image:linear-gradient(to right,transparent calc(100% - 2px),#d1d5db calc(100% - 2px));background-repeat:no-repeat;background-size:100% 100%;background-position:right}
}