.xtool-features{width:100%;max-width:var(--xt-container-width);position:relative;margin:0 auto;padding:var(--xt-padding-vertical) var(--xt-padding-horizontal);background-color:var(--xt-background)}.xtool-features .xtool-features__container{max-width:var(--xt-container-max-width);margin:0 auto}.xtool-features .xtool-features__inner{display:flex;gap:var(--xt-column-gap);align-items:stretch}.xtool-features .xtool-features__content{flex:0 0 var(--xt-left-width);display:flex;flex-direction:column;gap:var(--xt-content-gap);min-width:var(--xt-left-width)}.xtool-features .xtool-features__header{display:flex;flex-direction:column;gap:8px}.xtool-features .xtool-features__title{font-family:Montserrat,sans-serif;font-size:var(--xt-title-size);font-weight:600;line-height:1.25;color:var(--xt-title-color);margin:0;text-transform:none}.xtool-features .xtool-features__subtitle{font-family:Montserrat,sans-serif;font-size:var(--xt-subtitle-size);font-weight:500;line-height:1.5;color:var(--xt-subtitle-color);margin:0}.xtool-features .xtool-features__tabs-wrapper{position:relative}.xtool-features .xtool-features__tabs{display:flex;gap:0;padding:4px;background-color:var(--xt-tabs-bg);border-radius:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative;width:100%}.xtool-features .xtool-features__tabs::-webkit-scrollbar{display:none}.xtool-features .xtool-features__tab-indicator{position:absolute;top:4px;height:calc(100% - 8px);width:calc(33.33% - 6px);background-color:var(--xt-tab-active-bg);border-radius:16px;box-shadow:0 2px 8px #0000001f;transition:left .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}.xtool-features .xtool-features__tab{flex:0 0 calc(33.33% - 6px);display:flex;align-items:center;justify-content:center;padding:12px 8px;background-color:transparent;border:none;border-radius:16px;cursor:pointer;position:relative;z-index:1;transition:opacity .25s ease}.xtool-features .xtool-features__tab:not(.is-active){opacity:.65}.xtool-features .xtool-features__tab:hover{opacity:1}.xtool-features .xtool-features__tab-icon{width:48px;height:auto;flex-shrink:0}.xtool-features .xtool-features__tab-icon img{width:100%;height:auto}.xtool-features .xtool-features__tab-text{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:1.33;color:var(--xt-tab-text-color);white-space:nowrap;display:block;text-align:center;width:100%}.xtool-features .xtool-features__tab.is-active .xtool-features__tab-text{color:var(--xt-tab-active-text-color)}.xtool-features .xtool-features__models{display:none;padding-top:var(--xt-models-padding-top)}.xtool-features .xtool-features__models.is-active{display:block}.xtool-features .xtool-features__models-title{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:1.33;color:var(--xt-title-color);margin:0 0 12px}.xtool-features .xtool-features__models-list{padding:var(--xt-model-list-padding);background-color:var(--xt-model-list-bg);border-radius:16px;border:1px solid var(--xt-model-list-border)}.xtool-features .xtool-features__model-item{display:flex;justify-content:space-between;align-items:center;padding:var(--xt-model-item-padding) 0}.xtool-features .xtool-features__model-info{flex:1;display:flex;flex-direction:column;gap:4px}.xtool-features .xtool-features__model-name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:1.43;color:var(--xt-model-name-color);margin:0}.xtool-features .xtool-features__model-price{display:inline-flex;align-items:center;gap:8px;margin-left:10px}.xtool-features .xtool-features__price-compare{color:var(--xt-price-compare-color);text-decoration:line-through;font-weight:400;font-size:var(--xt-price-compare-size-desktop)}.xtool-features .xtool-features__price-current{color:var(--xt-price-current-color);font-weight:600;font-size:var(--xt-price-size-desktop)}.xtool-features .xtool-features__model-desc{font-family:Montserrat,sans-serif;font-size:10.3px;font-weight:500;line-height:1.38;color:var(--xt-model-desc-color);margin:0;max-width:400px}.xtool-features .xtool-features__model-image{flex-shrink:0}.xtool-features .xtool-features__model-img{width:var(--model-img-width, 64px);height:var(--model-img-height, 40px);object-fit:contain}.xtool-features a.xtool-features__model-item{display:flex;justify-content:space-between;align-items:center;padding:var(--xt-model-item-padding) 0;text-decoration:none;transition:opacity .2s ease}.xtool-features a.xtool-features__model-item:hover{opacity:.8}.xtool-features .xtool-features__model-divider{height:1px;background-color:var(--xt-model-list-border)}.xtool-features .xtool-features__gallery{flex:1;position:relative;display:flex;flex-direction:column}.xtool-features .xtool-features__gallery-panel{position:relative;top:auto;left:auto;right:auto;bottom:auto;flex:1;display:none;flex-direction:column;gap:var(--xt-gallery-gap)}.xtool-features .xtool-features__gallery-panel.is-active{display:flex}.xtool-features .xtool-features__main-image{position:relative;width:100%;height:var(--xt-main-image-height);border-radius:16px;overflow:hidden}.xtool-features .xtool-features__main-image .xtool-features__img{width:100%;height:100%;object-fit:cover}.xtool-features .xtool-features__main-image .xtool-features__video{width:100%;height:100%;object-fit:cover;display:block}.xtool-features .xtool-features__main-image video~img,.xtool-features .xtool-features__main-image video+img{display:none!important}.xtool-features .xtool-features__main-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(transparent,#0009)}.xtool-features .xtool-features__main-overlay-title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;line-height:1.33;color:#fff}.xtool-features .xtool-features__arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff}.xtool-features .xtool-features__thumbnails{display:flex;gap:var(--xt-thumbnail-gap)}.xtool-features .xtool-features__thumbnail{flex:1;height:var(--xt-thumbnail-height);border-radius:16px;overflow:hidden}.xtool-features .xtool-features__thumbnail .xtool-features__img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1440px)and (min-width:1367px){.xtool-features{width:100%;max-width:100%;padding:var(--xt-padding-85) 48px;box-sizing:border-box}.xtool-features .xtool-features__container{max-width:100%;padding:0;box-sizing:border-box}.xtool-features .xtool-features__content{flex:0 0 600px;min-width:500px;max-width:600px}}@media screen and (max-width:1366px)and (min-width:1025px){.xtool-features{width:100%;max-width:100%;padding:var(--xt-padding-70) 40px;box-sizing:border-box}.xtool-features .xtool-features__container{max-width:100%;padding:0;box-sizing:border-box}.xtool-features .xtool-features__inner{margin:0 12px}.xtool-features .xtool-features__content{flex:0 0 480px;min-width:400px;max-width:480px}.xtool-features .xtool-features__main-image{height:var(--xt-main-image-height-laptop)}.xtool-features .xtool-features__thumbnail{height:var(--xt-thumbnail-height-laptop)}}@media screen and (max-width:1024px)and (min-width:769px){.xtool-features{width:100%;max-width:100%;padding:var(--xt-padding-60) 32px;box-sizing:border-box}.xtool-features .xtool-features__container{max-width:100%;padding:0;box-sizing:border-box}.xtool-features .xtool-features__inner{margin:0 8px}.xtool-features .xtool-features__inner{flex-direction:column;gap:24px}.xtool-features .xtool-features__content{flex:none;width:100%;min-width:unset;gap:16px}.xtool-features .xtool-features__header{gap:6px}.xtool-features .xtool-features__title{font-size:var(--xt-title-size-tablet-derived)}.xtool-features .xtool-features__subtitle{font-size:var(--xt-subtitle-size-tablet-derived)}.xtool-features .xtool-features__tabs{padding:4px;gap:0}.xtool-features .xtool-features__tab{flex:0 0 calc(33.33% - 4px);padding:10px 6px}.xtool-features .xtool-features__tab-indicator{width:calc(33.33% - 4px)}.xtool-features .xtool-features__tab-icon{width:36px}.xtool-features .xtool-features__tab-text{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xtool-features .xtool-features__models-title{font-size:11px;margin-bottom:10px}.xtool-features .xtool-features__models-list{padding:16px}.xtool-features .xtool-features__model-item{padding:12px 0;gap:12px}.xtool-features .xtool-features__model-name{font-size:13px}.xtool-features .xtool-features__model-desc{font-size:10px;max-width:300px}.xtool-features .xtool-features__model-image,.xtool-features .xtool-features__model-img{width:56px;height:36px}.xtool-features .xtool-features__gallery{flex:none;width:100%;min-width:unset}.xtool-features .xtool-features__main-image{height:var(--xt-main-image-height-tablet)}.xtool-features .xtool-features__main-overlay{padding:16px 20px}.xtool-features .xtool-features__main-overlay-title{font-size:15px}.xtool-features .xtool-features__thumbnails{gap:12px}.xtool-features .xtool-features__thumbnail{height:var(--xt-thumbnail-height-tablet)}.xtool-features .xtool-features__thumbnail img,.xtool-features .xtool-features__thumbnail video{width:100%;height:100%;object-fit:cover}}@media screen and (max-width:768px){.xtool-features{width:100%;max-width:100%;padding:32px 16px}.xtool-features .xtool-features__container{max-width:100%;padding:0 4px}.xtool-features .xtool-features__inner{flex-direction:column;gap:20px}.xtool-features .xtool-features__content{flex:none;width:100%;min-width:unset;gap:14px}.xtool-features .xtool-features__header{gap:6px}.xtool-features .xtool-features__title{font-size:var(--xt-title-size-mobile)}.xtool-features .xtool-features__subtitle{font-size:var(--xt-subtitle-size-mobile)}.xtool-features .xtool-features__tabs{gap:0;padding:4px}.xtool-features .xtool-features__tab{flex:0 0 calc(33.33% - 4px);padding:8px 4px}.xtool-features .xtool-features__tab-indicator{width:calc(33.33% - 4px)}.xtool-features .xtool-features__tab-icon{width:32px}.xtool-features .xtool-features__tab-text{white-space:normal;word-break:break-word;line-height:1.2;font-size:10px;overflow-wrap:break-word}.xtool-features .xtool-features__models-title{font-size:11px;margin-bottom:8px}.xtool-features .xtool-features__models-list{padding:14px;border-radius:12px}.xtool-features .xtool-features__model-item{padding:10px 0;gap:10px}.xtool-features .xtool-features__model-name{font-size:13px}.xtool-features .xtool-features__model-price{display:block;margin-left:0;margin-top:4px}.xtool-features .xtool-features__price-compare{font-size:var(--xt-price-compare-size-mobile)}.xtool-features .xtool-features__price-current{font-size:var(--xt-price-size-mobile)}.xtool-features .xtool-features__model-desc{font-size:10px;max-width:unset}.xtool-features .xtool-features__model-image{width:52px;height:34px;flex-shrink:0}.xtool-features .xtool-features__gallery{flex:none;width:100%;min-width:unset}.xtool-features .xtool-features__main-overlay{padding:14px 16px}.xtool-features .xtool-features__main-overlay-title{font-size:13px}.xtool-features .xtool-features__arrow{width:20px;height:20px}.xtool-features .xtool-features__thumbnails{gap:8px}.xtool-features .xtool-features__thumbnail{flex:1;min-width:0}.xtool-features .xtool-features__thumbnail img,.xtool-features .xtool-features__thumbnail video{width:100%;height:auto;aspect-ratio:642 / 420;object-fit:cover}.xtool-features .xtool-features__gallery-panel video,.xtool-features .xtool-features__gallery-panel img{width:100%;height:100%;object-fit:cover}.xtool-features .xtool-features__main-image{height:var(--xt-main-image-height-mobile-derived)}}.xtool-features .transition-all{transition-property:all}.xtool-features .duration-200{transition-duration:.2s}.xtool-features .duration-300{transition-duration:.3s}.xtool-features .ease-in{transition-timing-function:ease-in}.xtool-features .ease-out{transition-timing-function:ease-out}.xtool-features .opacity-0{opacity:0}.xtool-features .translate-y-2{transform:translateY(8px)}.xtool-features .translate-x-4{transform:translate(16px)}.xtool-features .x-tool-fade-enter{opacity:0}.xtool-features .x-tool-fade-enter-active{opacity:1;transition:opacity .3s ease-out}.xtool-features .x-tool-fade-leave-active{opacity:0;transition:opacity .2s ease-in}.xtool-features .xtool-features__tab{transition:all .3s ease}.xtool-features .xtool-features__model-item{cursor:pointer;transition:background-color .2s ease}.xtool-features .xtool-features__model-item:hover{background-color:#00000005}.xtool-features .xtool-features__img{transition:opacity .3s ease}.xtool-features .xtool-features__tabs{scrollbar-width:none;-ms-overflow-style:none}.xtool-features .xtool-features__main-image:hover .xtool-features__arrow{transform:translate(4px)}.xtool-features .xtool-features__arrow{transition:transform .3s ease}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-xtool-features.css.map */
