.tgw-compare-card-control{margin-top:10px}.tgw-compare-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;line-height:1.2;color:var(--color-text-main);-webkit-user-select:none;user-select:none}.tgw-compare-checkbox__input{position:absolute;opacity:0;pointer-events:none}.tgw-compare-checkbox__box{position:relative;width:16px;height:16px;flex:0 0 16px;border:1px solid var(--color-borders-main);background:var(--color-background-main);transition:background .16s ease,border-color .16s ease}.tgw-compare-checkbox__box:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid var(--color-background-main);border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .16s ease}.tgw-compare-checkbox__input:checked+.tgw-compare-checkbox__box{background:var(--color-text-main);border-color:var(--color-text-main)}.tgw-compare-checkbox__input:checked+.tgw-compare-checkbox__box:after{transform:rotate(45deg) scale(1)}.tgw-compare-checkbox:hover .tgw-compare-checkbox__label{text-decoration:underline;text-underline-offset:3px}.tgw-compare-checkbox__input:focus-visible+.tgw-compare-checkbox__box{outline:2px solid var(--color-text-main);outline-offset:2px}.tgw-compare-tray[hidden],.tgw-compare-modal[hidden]{display:none!important}.tgw-compare-modal-open{overflow:hidden}.tgw-compare-tray{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:9999;margin:0;background:#161616f5;color:#fff;box-shadow:0 -10px 30px #0000002e;transform:translateZ(0)}.tgw-compare-tray__inner{max-width:1440px;margin:0 auto;padding:16px 32px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.tgw-compare-tray__info{display:flex;flex-direction:column;gap:4px;font-size:13px}.tgw-compare-tray__info strong{font-size:15px}.tgw-compare-tray__products{display:flex;gap:12px;overflow-x:auto;padding:12px 0 2px}.tgw-compare-tray-item{position:relative;width:120px;min-width:120px;padding:8px;border-radius:8px;background:#ffffff1f;text-align:center;font-size:11px;overflow:visible}.tgw-compare-tray-item img{width:52px;height:52px;object-fit:cover;margin:0 auto 6px;display:block;background:#fff;border-radius:4px}.tgw-compare-tray-item span{display:block;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tgw-compare-tray-item button{position:absolute;top:-8px;right:-8px;z-index:2;width:22px;height:22px;border-radius:999px;border:0;background:#fff;color:#111;cursor:pointer;line-height:1}.tgw-compare-tray__actions{display:flex;gap:10px;align-items:center}.tgw-compare-tray__actions .button--solid{background:#fff!important;color:#111!important;border-color:#fff!important}.tgw-compare-tray__actions .button--solid:hover{background:#f3f3f3!important;color:#111!important;border-color:#f3f3f3!important}.tgw-compare-tray__actions .button--outline{color:#fff!important;border-color:#ffffff73!important}@media screen and (min-width:750px){.tgw-compare-tray__inner{padding-left:clamp(260px,16vw,330px)}}.tgw-compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000}.tgw-compare-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e}.tgw-compare-modal__dialog{position:relative;width:calc(100vw - 48px);max-width:1480px;max-height:calc(100vh - 48px);margin:24px auto;background:#fff;color:#111;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.tgw-compare-modal__header{flex:0 0 auto;padding:20px 24px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fff}.tgw-compare-modal__eyebrow{margin:0 0 4px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.65}.tgw-compare-modal__title{margin:0;font-size:24px;line-height:1.15}.tgw-compare-modal__close{font-size:36px;line-height:1;border:0;background:transparent;cursor:pointer;color:#111}.tgw-compare-modal__body{flex:1 1 auto;overflow:auto;padding:24px;background:#fff}.tgw-compare-modal__products,.tgw-compare-table__row,.tgw-compare-table__sticky-titles{display:grid;grid-template-columns:180px repeat(var(--tgw-compare-columns),minmax(160px,1fr));gap:0}.tgw-compare-modal-product{position:relative;padding:12px;text-align:center;display:flex;flex-direction:column;height:100%}.tgw-compare-modal-product img{width:100%;max-width:340px;height:150px;object-fit:cover;display:block;margin:0 auto 12px;border-radius:10px;background:#f6f6f6}.tgw-compare-modal-product__remove{position:absolute;top:0;right:12px;width:26px;height:26px;border-radius:999px;border:0;background:#111;color:#fff;cursor:pointer;z-index:2}.tgw-compare-modal-product__content{display:flex;flex-direction:column;flex:1 1 auto;align-items:center}.tgw-compare-modal-product h3{min-height:72px;margin:0 0 8px;font-size:15px;line-height:1.25;font-weight:700}.tgw-compare-modal-product__price{margin:0 0 6px;font-size:15px;line-height:1.2;font-weight:400}.tgw-compare-modal-product__rating{min-height:24px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;line-height:1}.tgw-compare-modal-product__stars{letter-spacing:1px}.tgw-compare-modal-product__button{margin-top:auto;background:#111!important;color:#fff!important;border-color:#111!important}.tgw-compare-modal-product__button:hover{background:#333!important;color:#fff!important;border-color:#333!important}.tgw-compare-table__sticky-titles{position:sticky;top:-24px;z-index:4;background:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease,visibility .12s ease}.tgw-compare-modal__body--show-sticky .tgw-compare-table__sticky-titles{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.tgw-compare-table__sticky-label,.tgw-compare-table__sticky-title{padding:12px 16px;font-size:13px;line-height:1.25;font-weight:700}.tgw-compare-table__sticky-title{text-align:center}.tgw-compare-table__group{margin-top:18px;padding:14px 16px;background:#f4f4f4;font-weight:700}.tgw-compare-table__row{border-bottom:1px solid #e7e7e7}.tgw-compare-table__label,.tgw-compare-table__value{padding:14px 16px;font-size:14px}.tgw-compare-table__label{font-weight:700}.tgw-compare-table__value{text-align:center}@media screen and (max-width:749px){.tgw-compare-card-control{margin-top:8px}.tgw-compare-checkbox{font-size:12px}.tgw-compare-checkbox__box{width:15px;height:15px;flex-basis:15px}.tgw-compare-modal__dialog{width:calc(100vw - 20px);max-height:calc(100svh - 20px);margin:10px auto;border-radius:8px}.tgw-compare-modal__header{padding:18px}.tgw-compare-modal__title{font-size:26px;line-height:1.15}.tgw-compare-modal__close{font-size:42px}.tgw-compare-modal__body--mobile{position:relative;padding:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#fff;--tgw-mobile-col: 158px;--tgw-mobile-gap: 16px;--tgw-mobile-padding-x: 16px}}@media screen and (max-width:749px){.tgw-compare-mobile-scroller{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;background:#fff}.tgw-compare-mobile-canvas{width:max-content;min-width:100%;padding:24px var(--tgw-mobile-padding-x) 180px;box-sizing:border-box}.tgw-compare-mobile-products-row,.tgw-compare-mobile-values-row,.tgw-compare-mobile-sticky-names__inner{display:grid;grid-template-columns:repeat(var(--tgw-compare-columns),var(--tgw-mobile-col));column-gap:var(--tgw-mobile-gap);width:max-content}.tgw-compare-mobile-products-row{align-items:stretch}.tgw-compare-mobile-product{position:relative;text-align:center;padding:0 0 32px;display:flex;flex-direction:column;align-items:center}.tgw-compare-mobile-product img{width:var(--tgw-mobile-col);height:118px;object-fit:cover;border-radius:10px;background:#f6f6f6;display:block;margin-bottom:12px}.tgw-compare-mobile-product__remove{position:absolute;top:-10px;right:-8px;width:36px;height:36px;border-radius:999px;border:0;background:#111;color:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:4}.tgw-compare-mobile-product h3{width:100%;min-height:98px;margin:0 0 10px;font-size:14px;line-height:1.15;font-weight:700;text-align:center;overflow-wrap:anywhere}.tgw-compare-mobile-product__price{margin:0 0 8px;font-size:15px;line-height:1.2}.tgw-compare-mobile-product .tgw-compare-modal-product__rating{min-height:24px;margin-bottom:12px;font-size:13px}.tgw-compare-mobile-product__button{margin-top:auto;padding:10px 16px!important;font-size:13px!important;background:#111!important;color:#fff!important;border-color:#111!important;white-space:nowrap}.tgw-compare-mobile-product-end{height:1px;margin:0;padding:0}}@media screen and (max-width:749px){.tgw-compare-mobile-sticky-names{position:sticky;top:0;z-index:40;height:0;min-height:0;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;background:transparent}.tgw-compare-mobile-sticky-names.is-visible{opacity:1;visibility:visible;pointer-events:auto}.tgw-compare-mobile-sticky-names__inner{padding:0 var(--tgw-mobile-padding-x);box-sizing:border-box;background:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;box-shadow:0 1px #0000000a;will-change:transform}.tgw-compare-mobile-sticky-name{padding:10px 4px;min-height:58px;font-size:12px;line-height:1.16;font-weight:700;text-align:center;overflow-wrap:anywhere;background:#fff}}@media screen and (max-width:749px){.tgw-compare-mobile-group-row,.tgw-compare-mobile-attribute-row,.tgw-compare-mobile-values-row{position:relative;width:100%;min-width:100%;box-sizing:border-box}.tgw-compare-mobile-group-row{margin-top:18px;min-height:64px;background:#f4f4f4;border-bottom:1px solid #e7e7e7;display:flex;align-items:center}.tgw-compare-mobile-attribute-row{min-height:46px;background:#fff;display:flex;align-items:flex-end;border-bottom:0}.tgw-compare-mobile-values-row{min-height:58px;background:#fff;border-bottom:1px solid #e7e7e7;align-items:center}.tgw-compare-mobile-sticky-text{position:sticky;left:0;z-index:8;display:inline-flex;align-items:center;max-width:calc(var(--tgw-mobile-col) - 10px);padding-left:0;padding-right:8px;background:transparent;color:#111;pointer-events:none}.tgw-compare-mobile-sticky-text--group{font-size:20px;line-height:1.15;font-weight:700}.tgw-compare-mobile-sticky-text--attribute{font-size:15px;line-height:1.2;font-weight:700;padding-bottom:10px}.tgw-compare-mobile-value{min-height:58px;padding:14px 4px;box-sizing:border-box;font-size:15px;line-height:1.25;text-align:center;display:flex;align-items:center;justify-content:center;overflow-wrap:anywhere}}@media screen and (max-width:749px){.tgw-compare-tray{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;margin:0!important;transform:translateZ(0)}.tgw-compare-tray__inner{padding:18px 16px calc(18px + env(safe-area-inset-bottom))!important;grid-template-columns:1fr;gap:14px}.tgw-compare-tray__products{gap:10px;padding-top:12px}.tgw-compare-tray-item{width:112px;min-width:112px}.tgw-compare-tray__actions{justify-content:flex-start}.tgw-compare-tray__actions .button--solid{min-width:120px}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/tgw-compare.css.map */
