.product-info-tabs{border-top:.1rem solid rgba(var(--color-foreground),.08);margin-top:2.5rem}.product-info-tabs__bar-wrapper{position:relative;display:flex;align-items:center}.product-info-tabs__bar{display:flex;flex-wrap:wrap;row-gap:.4rem;flex:1 1 auto}.product-info-tabs__tab{flex:0 0 auto;background:transparent;border:0;padding:1.6rem 1.6rem 1.4rem;margin:0;font-family:var(--font-body-family);font-size:1.3rem;letter-spacing:.02rem;white-space:nowrap;color:rgba(var(--color-foreground),.55);cursor:pointer}.product-info-tabs__tab:first-child{padding-left:0}.product-info-tabs__tab.is-active{color:rgb(var(--color-foreground));font-weight:600}.product-info-tabs__toggle{flex:0 0 auto;background:transparent;border:0;padding:1.6rem 0 1.4rem 1.6rem;margin-left:auto;cursor:pointer;color:rgb(var(--color-foreground));font-size:1.6rem;line-height:1}.product-info-tabs__panels{padding:2.4rem 0 .4rem}.product-info-tabs__panel{display:none}.product-info-tabs__panel.is-active{display:block}.product-info-tabs__text{font-family:var(--font-body-family);font-size:1.4rem;line-height:calc(1 + .6 / var(--font-body-scale));color:rgba(var(--color-foreground),.85)}.product-info-tabs__text-inner{position:relative;overflow:hidden}.product-info-tabs__preview,.product-info-tabs__full{width:100%}.product-info-tabs__preview[hidden],.product-info-tabs__full[hidden]{display:none}.product-info-tabs__preview>*:first-child,.product-info-tabs__full>*:first-child{margin-top:0}.product-info-tabs__row{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;padding:1.8rem 0}.product-info-tabs__row-label{font-family:var(--font-body-family);font-size:1.4rem;color:rgb(var(--color-foreground));flex:0 0 auto}.product-info-tabs__row-value{font-family:var(--font-body-family);font-size:1.4rem;color:rgba(var(--color-foreground),.6);text-align:right}.product-info-tabs__row-value a{color:rgba(var(--color-foreground),.6);text-underline-offset:.3rem}.product-info-tabs__row-value a:hover{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.product-info-tabs__tab{font-size:1.4rem;padding:1.8rem 2rem 1.6rem}}.product-info-tabs__explore-more{display:inline-block;margin-top:1rem;font-size:1.3rem}.product-info-tabs__icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2.4rem 2rem}.product-info-tabs__icon-item{display:flex;align-items:center;gap:1.2rem;min-width:0}.product-info-tabs__icon-image{width:4.8rem;height:4.8rem;flex-shrink:0;object-fit:contain}.product-info-tabs__icon-text{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.3;color:rgb(var(--color-foreground));min-width:0}@media screen and (max-width:749px){.product-info-tabs__icon-image{width:4.4rem;height:4.4rem}}.product-info-tabs__spec{display:flex;flex-direction:column;gap:2.4rem}.product-info-tabs__spec-item{min-width:0}.product-info-tabs__spec-item--temp{margin-bottom:.4rem}.product-info-tabs__spec-head{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:.8rem}.product-info-tabs__spec-label{font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.product-info-tabs__spec-label--guide{padding:0;margin:0;border:0;background:none;text-align:left;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:rgba(var(--color-foreground),.4);text-underline-offset:.35rem}.product-info-tabs__spec-label--guide:hover{text-decoration-color:rgb(var(--color-foreground))}.product-info-tabs__spec-value{font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.product-info-tabs__temp-track{position:relative;height:.8rem;background-color:rgba(var(--color-foreground),.08);overflow:hidden}.product-info-tabs__temp-range{position:absolute;top:0;bottom:0;background-color:rgb(var(--color-foreground))}.product-info-tabs__temp-scale{display:flex;justify-content:space-between;margin-top:.8rem}.product-info-tabs__temp-scale span{font-family:var(--font-body-family);font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.product-info-tabs__spec-segments{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}.product-info-tabs__spec-segment{height:.8rem;background-color:rgba(var(--color-foreground),.08)}.product-info-tabs__spec-segment.is-filled{background-color:rgb(var(--color-foreground))}.product-info-tabs__spec-guide-link{align-self:flex-start;padding:0;border:0;background:none;font-family:var(--font-body-family);font-size:1.3rem;color:rgba(var(--color-foreground),.7);cursor:pointer}.product-info-tabs__spec-guide-link:hover{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.product-info-tabs__spec{gap:2.8rem}}.nul-spec-guide__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--nul-z-drawer-overlay, 3000);visibility:hidden;pointer-events:none}.nul-spec-guide__drawer.is-open{visibility:visible;pointer-events:auto}.nul-spec-guide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block!important;background:rgba(var(--nul-overlay-rgb, 0, 0, 0),var(--nul-overlay-opacity, .5));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity var(--duration-default) ease}.nul-spec-guide__drawer.is-open .nul-spec-guide__overlay{opacity:1}.nul-spec-guide__sheet{position:absolute;top:0;right:0;height:var(--nul-real-vh, 100vh);width:44rem;max-width:90vw;display:flex;flex-direction:column;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-left:.1rem solid rgba(var(--color-foreground),.12);transform:translate(100%);transition:transform var(--duration-default) ease}.nul-spec-guide__drawer.is-open .nul-spec-guide__sheet{transform:translate(0)}.nul-spec-guide__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;padding:2rem 2rem 1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.nul-spec-guide__title{margin:0;font-size:2rem;line-height:1.3;letter-spacing:.072rem}.nul-spec-guide__close{flex:0 0 auto;padding:.4rem;margin:-.4rem;border:0;background:none;color:inherit;cursor:pointer;line-height:0}.nul-spec-guide__close svg{width:1.6rem;height:1.6rem}.nul-spec-guide__scroll{position:relative;padding:.8rem 2rem 2rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nul-spec-guide__item{padding:1.4rem 1.2rem;margin:0 -1.2rem;border-left:.2rem solid transparent}.nul-spec-guide__item.is-highlighted{border-left-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.nul-spec-guide__item+.nul-spec-guide__item{border-top:.1rem solid rgba(var(--color-foreground),.08)}.nul-spec-guide__item-title{margin:0 0 .6rem;font-size:1.4rem;font-weight:600;line-height:1.3}.nul-spec-guide__item-body{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.nul-spec-guide__item-body>*:first-child{margin-top:0}.nul-spec-guide__item-body>*:last-child{margin-bottom:0}.nul-spec-guide__meta{margin:1.6rem 0 0;font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.6)}@media screen and (max-width:749px){.nul-spec-guide__sheet{top:auto;bottom:0;left:0;right:0;height:auto;max-height:calc(var(--nul-real-vh, 100vh) * .85);width:100%;max-width:none;border-left:0;border-top:.1rem solid rgba(var(--color-foreground),.12);transform:translateY(100%)}.nul-spec-guide__drawer.is-open .nul-spec-guide__sheet{transform:translateY(0)}.nul-spec-guide__scroll{padding-bottom:3.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-info-tabs.css.map */
