:root .tech-info{--color-brand-navy: 53, 66, 95;--color-brand-blue-grey: 55, 66, 97;--color-brand-blue-grey-80: 92, 101, 126;--color-brand-grey: 241, 241, 241;--cell-width--first: 80px;--cell-width--last: 80px;--cell-padding-h: 1rem;--cell-padding-v: 1rem;--row-border-width: 1px;--row-border-color: var(--color-brand-navy);--row-border-opacity: 0;--row-bg-opacity: 1}.tech-info{position:relative;display:flex;flex-direction:column}.tech-info__image,.tech-info__variations,.tech-info__selected-product{background-color:#fff}@media screen and (max-width: 749px){.tech-info__heading{background-color:#fff}.tech-info__image{order:1}.tech-info__heading{order:2;text-align:left;display:block;padding:0 2rem 2rem;margin:0}.tech-info__variations{order:3}.tech-info__selected-product{order:4;padding-left:2rem;padding-right:2rem;margin-top:2.4rem}}@media screen and (min-width: 750px){.tech-info{display:grid;grid-auto-columns:50% 50%;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:0;grid-template-areas:"heading heading" "image product" "table table"}.tech-info__variations{grid-area:table;position:relative;overflow:auto;scroll-snap-type:both mandatory;overflow:visible}.tech-info__selected-product{grid-area:product;display:flex;align-items:center}.tech-info__image,.tech-info__variations,.tech-info__selected-product{background-color:#fff}.tech-info__image{grid-area:image}.tech-info__heading{grid-area:heading;text-align:center}}.tech-info__image{padding:2rem}.tech-info__image img{width:100%}.tech-info__scroller{width:100%;overflow-x:scroll;overflow-y:hidden}.tech-info__scroller,.tech-info__scroll{height:20px}.tech-info__scroller::-webkit-scrollbar,.tech-info__table--scrollable::-webkit-scrollbar{-webkit-appearance:none;width:18px;height:18px;scrollbar-color:#FFF;padding:10px}.tech-info__scroller::-webkit-scrollbar-thumb,.tech-info__table--scrollable::-webkit-scrollbar-thumb{border-radius:10px;border:4px solid #FFF;background-color:rgba(var(--color-brand-navy));-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}.tech-info__scroller-button{position:absolute;top:-15px}.tech-info__scroller-button-left{left:-60px}.tech-info__scroller-button-right{right:-60px}.tech-info__scroll:empty{display:block}.tech-info__table{position:relative}.tech-info__table--scrollable{overflow-x:scroll;overflow-y:auto;scroll-snap-type:both mandatory}.tech-info-table{height:1px;width:100%}.tech-info-table,.tech-info-table tbody,.tech-info-table thead,.tech-info-table tr,.tech-info-table th,.tech-info-table td{background-clip:border-box;border-collapse:collapse;border-width:0;border-style:none}.tech-info-table thead{z-index:1000}.tech-info-table colgroup,.tech-info-table thead,.tech-info-table tbody{z-index:10;position:relative}.tech-info-table tbody tr{cursor:pointer}.tech-info-table th,.tech-info-table td{height:100%;padding:0}.tech-info-table thead th{font-weight:700;font-size:14px;vertical-align:top;line-height:1.2}.tech-info-table th span,.tech-info-table th small{white-space:nowrap}.tech-info-table th small{display:block;font-weight:400}.tech-info-table tbody th,.tech-info-table tbody td{background-clip:padding-box;padding:0;line-height:1.3;margin:0;font-size:14px}.tech-info-table tbody th{font-weight:400;font-size:14px}.tech-info-table__cell{padding:0}.tech-info-table__cell--hidden{display:none;visibility:hidden}.tech-info-table__cell--fixed-left{position:sticky;left:0;z-index:1001;min-width:var(--cell-width--first);text-align:left}.tech-info-table__cell--fixed-right{position:sticky;right:0;z-index:1001;text-align:right;min-width:var(--cell-width--last)}.tech-info-table__sizes{text-align:center}thead .tech-info-table__sizes{cursor:pointer}.tech-info-table__instructions{position:sticky;left:var(--cell-width--first);gap:1rem;max-width:calc(100vw - var(--cell-width--first) - (1.5rem * 2))}.tech-info-table__sizes span{text-decoration:underline}.tech-info-table__sizes:hover span{text-decoration:none}.tech-info-table__sizes svg{opacity:0}[aria-sort] svg{opacity:1;transform:rotateX(0)}[aria-sort=descending] svg{transform:rotateX(180deg)}.tech-info-table__col-heading--sizes{text-align:center;display:flex;gap:0;cursor:pointer;justify-content:center}.tech-info-table__col-heading--sizes,.tech-info-table__col-heading--sizes *{pointer-events:none}[aria-sort] .tech-info-table__col-heading--sizes{gap:1rem}.tech-info-table__label{cursor:pointer;white-space:nowrap;flex:1}.tech-info-table__product-radio{display:none;visibility:hidden;flex:1 0}.tech-info label{display:flex;flex:1}.tech-info-table__sizes label{justify-content:center}.tech-info-table__selected-product h2{font-size:1.6rem}.tech-info-table__data{height:100%;display:flex;align-items:center;padding-top:var(--cell-padding-v);padding-bottom:var(--cell-padding-v);padding-left:var(--cell-padding-h);padding-right:var(--cell-padding-h);border-width:var(--row-border-width);border-style:solid none;border-color:rgba(var(--color-brand-navy),var(--row-border-opacity))}.tech-info-table__col-heading--price,.tech-info-table__data--price,.tech-info-table__col-heading--price .tech-info-table__col-heading-text{justify-content:flex-end}.tech-info-table__data--col-heading{--row-border-opacity: 1;align-items:flex-start;border-top:none}tr.is-selected,tr.is-selected:hover{--row-border-opacity: 1;--row-bg-opacity: 1}tr:first-child.is-selected .tech-info-table__data{border-top:none;padding-top:calc(var(--cell-padding-h) + var(--row-border-width))}.is-selected .tech-info-table__cell--fixed-left .tech-info-table__data{border-left-style:solid;padding-left:calc(var(--cell-padding-h) - var(--row-border-width))}.is-selected .tech-info-table__cell--fixed-right .tech-info-table__data{border-right-style:solid;padding-right:calc(var(--cell-padding-h) - var(--row-border-width))}.tech-info-product{padding:1.6rem;display:grid;grid-template-areas:"image detail" "image form";grid-template-columns:auto 1fr;gap:2rem;position:relative;align-items:stretch}@media screen and (min-width: 750px){.tech-info-product{grid-template-columns:auto 1fr;column-gap:0}}.tech-info-product__image{grid-area:image;display:flex;flex-direction:column}@media screen and (min-width: 750px){.tech-info-product__image{display:none;visibility:hidden}}.tech-info-product__image a:after{position:absolute;content:"";bottom:0;left:0;right:0;top:0}.tech-info-product__details{grid-area:detail;align-self:center}.tech-info-product__details p{margin-top:0;margin-bottom:0;color:var(--color-brand-grey)}.tech-info-product__details h3{margin-top:0;margin-bottom:.5rem}.tech-info-product__form{grid-area:form;display:flex;align-items:center;justify-content:stretch;gap:1rem;position:relative;z-index:2}@media screen and (max-width: 749px){.tech-info-product__form{flex-wrap:wrap}}.tech-info-product__form>*{margin-bottom:0}.tech-info-product__form label{display:none}.tech-info-product__form form{flex:1}.tech-info-product__form .quantity{flex:1;min-width:calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2)}.tech-info-product__form .product-form__submit{flex:1;white-space:nowrap}@media screen and (min-width: 750px){.tech-info-product__form{min-width:24rem}}.tech-info-table__row,.tech-info-table__cell{--color-foreground: var(--color-brand-navy);--color-background: 255, 255, 255}.tech-info-table__row,.tech-info-table__cell,.tech-info-table__data{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.tech-info-table__row--instructions .tech-info-table__cell--fixed-left{--color-background: var(--color-brand-navy)}.tech-info-table__cell--instructions,.tech-info-table__cell--fixed-right{--color-foreground: 255, 255, 255;--color-background: var(--color-brand-blue-grey-80)}.tech-info-table__cell--instructions span{display:inline-flex;padding:var(--cell-padding-v) var(--cell-padding-h)}.tech-info-table__sizes:nth-child(odd) .tech-info-table__data,thead .tech-info-table__sizes:nth-child(2n) .tech-info-table__data{--color-background: var(--color-brand-grey)}.tech-info-table__link{text-decoration:none;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/42/assets/section-technical-info.css.map */
