.wybot-compare{--wbc-label-w: 180px;--wbc-check: #333;background:var(--wbc-bg);color:#1f1f1f;font-family:inherit;padding:var(--wbc-section-pt, 40px) 0 var(--wbc-section-pb, 80px);width:100%;max-width:var(--wbc-container-max, none);margin:0 auto;font-weight:300}.section-wybot-compare{padding:1px 0}#MainContent{background:#f4f4f4}.wybot-compare__heading{font-size:28px;line-height:1.2;color:var(--wbc-heading);margin:0 0 6px;text-align:center;font-weight:500}.wybot-compare__subheading{font-size:14px;line-height:1.5;color:var(--wbc-subheading);text-align:center;margin:0 0 28px}.wybot-compare__top{display:grid;grid-template-columns:var(--wbc-label-w) repeat(3,1fr);gap:0;align-items:stretch}.wybot-compare__top-spacer{position:sticky;top:0;z-index:4;background:var(--wbc-bg)}.wybot-compare__column{padding:0 16px;position:sticky;top:0;z-index:3;background:var(--wbc-bg);min-width:0;display:flex;flex-direction:column;align-self:stretch;min-height:100%}.wybot-compare__dropdown{width:85%;position:relative;margin:0 auto 14px}.wybot-compare__dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--wbc-dropdown-bg);border:1px solid var(--wbc-dropdown-border);border-radius:4px;padding:9px 14px;font-size:14px;color:#1f1f1f;cursor:pointer;transition:border-color .15s}.wybot-compare__dropdown-trigger:hover{border-color:#b0b0b0;background-color:unset;color:initial}.wybot-compare__dropdown-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wybot-compare__dropdown.is-empty .wybot-compare__dropdown-label{color:#999}.wybot-compare__dropdown-chevron{flex-shrink:0;color:#777;transition:transform .2s}.wybot-compare__dropdown.is-open .wybot-compare__dropdown-chevron{transform:rotate(180deg)}.wybot-compare__dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--wbc-dropdown-border);border-radius:6px;box-shadow:0 4px 16px #00000014;list-style:none;margin:0;padding:6px 0;z-index:10;max-height:360px;overflow-y:auto}.wybot-compare__dropdown-menu[hidden]{display:none}.wybot-compare__dropdown-group{font-size:14px;letter-spacing:1px;color:#969696;padding:8px 14px 4px;list-style:none}.wybot-compare__dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;font-size:13px;color:#1f1f1f;cursor:pointer;list-style:none;transition:background .12s;gap:3px}.wybot-compare__dropdown-item:hover{background:#f5f5f5}.wybot-compare__dropdown-item-name{flex:1}.wybot-compare__dropdown-item-check{flex-shrink:0;width:14px;height:14px;color:var(--wbc-check);visibility:hidden;margin-right:2px}.wybot-compare__dropdown-item.is-selected .wybot-compare__dropdown-item-check{visibility:visible}.wybot-compare__dropdown-item.is-disabled{color:#ccc;cursor:not-allowed;background:transparent!important}.wybot-compare__dropdown-empty{padding:12px 14px;font-size:13px;color:#999;text-align:center}.wybot-compare__product{display:flex;flex-direction:column;align-items:center;gap:18px;padding:6px 4px 0;flex:1;width:100%}.wybot-compare__product-image-link{display:block;width:100%;max-width:200px;margin:0 auto;aspect-ratio:1 / 1;text-decoration:none}.wybot-compare__product-image{width:100%;height:100%;object-fit:contain;display:block;max-width:100%}.wybot-compare__product-image-link:hover .wybot-compare__product-image{transform:scale(1.04)}.wybot-compare__product-name{font-size:14px;color:var(--wbc-product-name-color);text-decoration:none;font-weight:300;text-align:center;line-height:1.3;word-break:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wybot-compare__product-name:hover{color:var(--wbc-check)}.wybot-compare__product-series{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:#fff;background:#777;border-radius:3px;padding:2px 8px;line-height:1.5;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wybot-compare__product-price{font-size:20px;font-weight:400;color:var(--wbc-product-price-color);display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.wybot-compare__product-price .compare-price{text-decoration:line-through;color:#333;font-size:14px;font-weight:300}.wybot-compare__buy-btn{display:inline-block;background:var(--wbc-btn-bg);color:var(--wbc-btn-color);font-size:14px;font-weight:300;padding:6px 18px;border-radius:999px;text-decoration:none;border:1px solid var(--wbc-btn-bg);transition:opacity .2s,transform .2s;text-align:center;min-width:160px;margin-top:auto;box-sizing:border-box}.wybot-compare__buy-btn:hover{background:var(--wbc-btn-bg-hover);color:var(--wbc-btn-color-hover)}.wybot-compare__highlight-bar{display:flex;justify-content:flex-start;margin-top:30px}.wybot-compare__highlight-toggle{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:var(--wbc-label-color);padding:8px 16px;border-radius:6px;background:#fff}.wybot-compare__group-cell-title{flex:1}.wybot-compare__highlight-toggle input{display:none}.wybot-compare__highlight-track{width:36px;height:20px;background:#d6d6d6;border-radius:999px;position:relative;transition:background .2s}.wybot-compare__highlight-dot{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px #0003}.wybot-compare__highlight-toggle input:checked+.wybot-compare__highlight-track{background:var(--wbc-btn-bg)}.wybot-compare__highlight-toggle input:checked+.wybot-compare__highlight-track .wybot-compare__highlight-dot{transform:translate(16px)}.wybot-compare__highlight-label{white-space:nowrap;font-weight:400}.wybot-compare__sticky-bar{position:fixed;top:70px;left:0;right:0;width:100%;z-index:50;background:#fff;border-bottom:1px solid #ececec;box-shadow:0 2px 8px #0000000a;visibility:hidden;opacity:0;transition:opacity .15s ease}.wybot-compare__sticky-bar.is-shown{visibility:visible;opacity:1}.wybot-compare__sticky-bar[hidden]{display:none}.wybot-compare__sticky-inner{padding:12px 24px;display:grid;grid-template-columns:var(--wbc-label-w) repeat(3,1fr);gap:0;align-items:center}.wybot-compare__sticky-slot{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;padding:0 10px}.wybot-compare__sticky-dropdown{position:relative;width:85%}.wybot-compare__sticky-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--wbc-dropdown-bg);border:1px solid var(--wbc-dropdown-border);border-radius:4px;padding:9px 14px;font-size:14px;color:#1f1f1f;cursor:pointer;transition:border-color .15s}.wybot-compare__sticky-trigger:hover{border-color:#b0b0b0;background:var(--wbc-dropdown-bg);color:#1f1f1f}.wybot-compare__sticky-chevron{flex-shrink:0;color:#777;transition:transform .2s}.wybot-compare__sticky-dropdown.is-open .wybot-compare__sticky-chevron{transform:rotate(180deg)}.wybot-compare__sticky-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wybot-compare__sticky-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--wbc-dropdown-border);border-radius:6px;box-shadow:0 4px 16px #00000014;list-style:none;margin:0;padding:6px 0;max-height:360px;overflow-y:auto;z-index:60}.wybot-compare__sticky-menu[hidden]{display:none}.wybot-compare__sticky-group{font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:#999;padding:8px 14px 4px;list-style:none}.wybot-compare__sticky-item{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;font-size:14px;color:#1f1f1f;cursor:pointer;list-style:none;transition:background .12s}.wybot-compare__sticky-item:hover,.wybot-compare__sticky-item.is-selected{background:#f5f5f5}.wybot-compare__sticky-item.is-disabled{color:#ccc;cursor:not-allowed;background:transparent!important}.wybot-compare__sticky-item-check{flex-shrink:0;width:14px;height:14px;color:var(--wbc-check);visibility:hidden;margin-right:2px}.wybot-compare__sticky-item.is-selected .wybot-compare__sticky-item-check{visibility:visible}.wybot-compare__sticky-item-name{flex:1}.wybot-compare__sticky-img{width:100%;max-width:120px;height:auto;aspect-ratio:1 / 1;object-fit:contain}.wybot-compare__sticky-actions{display:flex;flex-direction:row;gap:6px;width:100%;max-width:200px;margin-top:4px}.wybot-compare__sticky-buy,.wybot-compare__sticky-learn{flex:1;display:inline-block;text-align:center;padding:5px 8px;font-size:11px;font-weight:400;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s;box-sizing:border-box}.wybot-compare__sticky-buy{background:var(--wbc-btn-bg);color:var(--wbc-btn-color);border:1px solid var(--wbc-btn-bg)}.wybot-compare__sticky-buy:hover{background:var(--wbc-btn-bg-hover);color:var(--wbc-btn-color-hover);border-color:var(--wbc-btn-bg-hover)}.wybot-compare__sticky-learn{background:var(--wbc-learn-bg);color:var(--wbc-learn-color);border:1px solid var(--wbc-learn-border)}.wybot-compare__sticky-learn:hover{background:var(--wbc-learn-color);color:var(--wbc-learn-bg)}.wybot-compare__table-wrap{position:relative;background:#fff;border-radius:8px;overflow:hidden}.wybot-compare__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:none;align-items:center;justify-content:center;gap:10px;z-index:5}.wybot-compare__loading.is-active{display:flex}.wybot-compare__loading-spin{width:22px;height:22px;border:2px solid #ececec;border-top-color:var(--wbc-btn-bg);border-radius:50%;animation:wbc-spin 1s linear infinite}.wybot-compare__loading-text{color:#6b6b6b;font-size:14px}@keyframes wbc-spin{to{transform:rotate(360deg)}}.wybot-compare__table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}.wybot-compare__table,.wybot-compare__table th,.wybot-compare__table td{font-weight:300;border:0;vertical-align:middle}.wybot-compare__table col.wybot-compare__col-label{width:var(--wbc-label-w)}.wybot-compare__table col.wybot-compare__col-product{width:auto}.wybot-compare__sticky-left{position:sticky;left:0;z-index:2;background:var(--wbc-row-bg)}.wybot-compare__row{background:var(--wbc-row-bg)}.wybot-compare__row--spec{border-bottom:1px solid #ececec}.wybot-compare__th--label,.wybot-compare__th--product{padding:14px 16px;text-align:center;vertical-align:middle;font-weight:400}.wybot-compare__th--label{text-align:left;background:var(--wbc-row-bg);color:var(--wbc-label-color);font-size:13px;font-weight:400}.wybot-compare__spec-label{font-weight:400}.wybot-compare__spec-label-mobile{display:none}.wybot-compare__td{padding:14px 16px;text-align:center;font-size:13px;color:#2a2a2a;line-height:1.5;word-break:break-word;vertical-align:middle}.wybot-compare__row--group .wybot-compare__group-cell{background:var(--wbc-group-bg);color:var(--wbc-group-text);font-size:var(--wbc-group-fs, 28px);font-weight:400;text-align:left;padding:48px 18px 12px;letter-spacing:.3px;border-bottom:1px solid #ececec}.wybot-compare__row--group:first-child .wybot-compare__group-cell{padding-top:10px}.wybot-compare.is-highlight .wybot-compare__row--spec.is-same{display:none}.wybot-compare.is-highlight .wybot-compare__row--spec.is-diff .wybot-compare__td.is-diff-val{background:var(--wbc-highlight-bg)}.wybot-compare__val{display:inline-flex;align-items:center;justify-content:center;min-height:28px;font-size:var(--wbc-val-fs, 13px)}.wybot-compare__val .wbc-yes,.wybot-compare__val .wbc-no{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wybot-compare__val .wbc-yes svg,.wybot-compare__val .wbc-no svg{display:block;width:22px;height:22px}.wybot-compare__val .wbc-yes{color:var(--wbc-check)}.wybot-compare__val .wbc-no{color:#b0b0b0}.wybot-compare__val.is-empty:before{content:"";display:block;width:14px;height:2px;background:#b0b0b0;border-radius:1px;align-self:center}@media(max-width:1024px){.wybot-compare__sticky-bar{top:60px}}@media(max-width:1100px){.wybot-compare{--wbc-label-w: 160px}}@media(max-width:820px){.wybot-compare__dropdown,.wybot-compare__sticky-dropdown{width:100%}.wybot-compare__heading{font-size:22px}.wybot-compare__subheading{font-size:13px}.wybot-compare{--wbc-label-w: 130px}.wybot-compare__product-image-link{max-width:150px}.wybot-compare__buy-btn{font-size:12px;padding:6px 14px;min-width:100px}.wybot-compare__column{padding:0 6px 36px}.wybot-compare__sticky-item,.wybot-compare__dropdown-item{font-size:10px}.wybot-compare__dropdown-trigger,.wybot-compare__dropdown-group,.wybot-compare__product-name,.wybot-compare__product-price,.wybot-compare__sticky-label{font-size:12px}.current-price{font-size:14px}.wybot-compare__product-price .compare-price{font-size:12px}.wybot-compare.is-highlight .wybot-compare__row--spec.is-diff .wybot-compare__td.is-diff-val{background:unset}.wybot-compare__val{font-weight:500;font-size:12px}}@media(max-width:640px){.wybot-compare__highlight-toggle{padding:0 0 0 15px;gap:3px}.wybot-compare__column{padding-bottom:10px}.wybot-compare__top{grid-template-columns:repeat(3,1fr);padding:0 16px}.wybot-compare__top-spacer{display:none}.wybot-compare__sticky-inner{grid-template-columns:repeat(3,1fr);padding:8px 16px}.wybot-compare__sticky-spacer{display:none}.wybot-compare__sticky-actions{flex-direction:column}.wybot-compare__table,.wybot-compare__table tbody,.wybot-compare__row{display:block;width:100%}.wybot-compare__col-label,.wybot-compare__th--label,.wybot-compare__spec-label{display:none}.wybot-compare__row--group{background:var(--wbc-group-bg);padding:10px 16px 0;margin-top:8px;border-bottom:1px solid #ececec}.wybot-compare__row--group .wybot-compare__group-cell{font-size:var(--wbc-group-fs-mobile, 14px);text-align:left;padding:0;border-bottom:unset}.wybot-compare__row--spec{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:10px 6px;border-bottom:1px solid var(--wbc-border);box-sizing:border-box}.wybot-compare__td{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 4px;font-size:12px;border:1px solid var(--wbc-border);border-radius:6px;background:#fff;justify-content:space-between}.wybot-compare__val{font-size:var(--wbc-val-fs-mobile, 12px)}.wybot-compare.is-highlight .wybot-compare__row--spec.is-diff{padding:10px 6px;border-radius:6px;border-bottom:1px solid var(--wbc-highlight-bg)}.wybot-compare.is-highlight .wybot-compare__row--spec.is-diff .wybot-compare__td{background:transparent;border:0;font-weight:400}.wybot-compare.is-highlight .wybot-compare__row--spec.is-diff .wybot-compare__td .wybot-compare__val{font-weight:500;width:100%;display:flex;background:#faebd7;line-height:28px;background:var(--wbc-highlight-bg);flex:1}.wybot-compare__spec-label-mobile{display:block;font-size:12px;color:var(--wbc-label-color);margin-top:6px;line-height:1.3}.wybot-compare__td[data-cell-col="1"]{grid-column:1}.wybot-compare__td[data-cell-col="2"]{grid-column:2}.wybot-compare__td[data-cell-col="3"]{grid-column:3}.wybot-compare__highlight-bar{justify-content:flex-start}}@media(max-width:480px){.wybot-compare__row--group .wybot-compare__group-cell{font-size:var(--wbc-group-fs-mobile, 13px);padding:8px 0}.wybot-compare__product-image-link{max-width:130px}.wybot-compare__td{font-size:11px;padding:6px 3px}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/wybot-compare.css.map */
