.product-technical-specs{padding-top:var(--section-py);padding-bottom:var(--section-py)}.product-technical-specs .page-width{max-width:none;margin:0;padding:0 var(--gutter)}.product-technical-specs__header{text-align:center;margin-bottom:4rem}.product-technical-specs__heading{font-size:3.2rem;font-weight:600;line-height:1.2;margin:0 0 1rem;color:rgb(var(--heading-color))}.product-technical-specs__subheading{font-size:1.6rem;line-height:1.6;color:rgb(var(--text-color));opacity:.8;margin:0}.product-technical-specs__empty{text-align:center;padding:4rem 2rem;background:rgb(var(--text-color) / .05);border-radius:.8rem}.product-technical-specs__empty-message{font-size:1.4rem;line-height:1.6;color:rgb(var(--text-color));opacity:.7;margin:0}.product-technical-specs__empty code{background:rgb(var(--text-color) / .1);padding:.2rem .6rem;border-radius:.4rem;font-family:Monaco,Courier New,monospace;font-size:1.2rem}.product-technical-specs__tabs{display:flex;flex-direction:column;gap:0}.product-technical-specs__tab-nav{display:flex;gap:0;border-bottom:2px solid rgb(var(--text-color) / .1);margin-bottom:3rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-technical-specs__tab-nav::-webkit-scrollbar{height:4px}.product-technical-specs__tab-nav::-webkit-scrollbar-track{background:rgb(var(--text-color) / .05)}.product-technical-specs__tab-nav::-webkit-scrollbar-thumb{background:rgb(var(--text-color) / .2);border-radius:2px}.product-technical-specs__tab-button{flex:0 0 auto;padding:1.4rem 2.4rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1.6rem;font-weight:500;color:rgb(var(--text-color));cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;top:2px}.product-technical-specs__tab-button:hover{background:rgb(var(--text-color) / .05);border-bottom-color:rgb(var(--text-color) / .3)}.product-technical-specs__tab-button:focus{outline:2px solid rgb(var(--btn-bg-color) / .5);outline-offset:-2px}.product-technical-specs__tab-button.is-active{color:rgb(var(--heading-color));border-bottom-color:rgb(var(--btn-bg-color));font-weight:600}.product-technical-specs__tab-panels{position:relative;min-height:30rem}.product-technical-specs__tab-panel{display:none;animation:fadeIn .3s ease}.product-technical-specs__tab-panel.is-active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.product-technical-specs__tab-button{padding:1.4rem 1.6rem;font-size:1.4rem}.product-technical-specs__tab-nav{margin-bottom:2rem}}.product-technical-specs__accordion{display:flex;flex-direction:column;gap:1.6rem}.product-technical-specs__accordion-item{border:1px solid rgb(var(--text-color) / .15);border-radius:30px;overflow:hidden;transition:box-shadow .2s ease}.product-technical-specs__accordion-item:hover{box-shadow:0 2px 8px #0000001a}.product-technical-specs__accordion-item[open]{box-shadow:0 4px 12px #00000026}.product-technical-specs__accordion-summary{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2.4rem;background:rgb(var(--text-color) / .03);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease;list-style:none}.product-technical-specs__accordion-summary::-webkit-details-marker{display:none}.product-technical-specs__accordion-summary:hover{background:rgb(var(--text-color) / .07)}.product-technical-specs__accordion-summary:focus{outline:2px solid rgb(var(--btn-bg-color) / .5);outline-offset:-2px}.product-technical-specs__accordion-title{font-size:1.8rem;font-weight:600;color:rgb(var(--heading-color))}.product-technical-specs__accordion-icon{flex-shrink:0;width:2.4rem;height:2.4rem;color:rgb(var(--text-color));transition:transform .3s ease}.product-technical-specs__accordion-item[open] .product-technical-specs__accordion-icon{transform:rotate(180deg)}.product-technical-specs__accordion-content{padding:2.4rem;background:rgba(var(--bg-color))}@media(max-width:768px){.product-technical-specs__accordion-summary{padding:1.4rem 1.6rem}.product-technical-specs__accordion-title{font-size:1.6rem}.product-technical-specs__accordion-content{padding:1.6rem}}.product-technical-specs__stacked{display:flex;flex-direction:column;gap:4rem}.tech-specs-table{width:100%}.tech-specs-table__header{margin-bottom:2rem}.tech-specs-table__title{font-size:2.4rem;font-weight:600;line-height:1.3;margin:0 0 .8rem;color:rgb(var(--heading-color))}.tech-specs-table__subtitle{font-size:1.4rem;line-height:1.6;color:rgb(var(--text-color));opacity:.7;margin:0}.tech-specs-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2rem}.tech-specs-table__wrapper::-webkit-scrollbar{height:8px}.tech-specs-table__wrapper::-webkit-scrollbar-track{background:rgb(var(--text-color) / .05);border-radius:4px}.tech-specs-table__wrapper::-webkit-scrollbar-thumb{background:rgb(var(--text-color) / .2);border-radius:4px}.tech-specs-table__table{width:100%;border-collapse:collapse;border-spacing:0;font-size:1.5rem;line-height:1.6}.tech-specs-table__thead{background:rgb(var(--text-color) / .05)}.tech-specs-table__th{padding:1.4rem 1.6rem;text-align:left;font-weight:600;color:rgb(var(--heading-color));border-bottom:2px solid rgb(var(--text-color) / .15)}.tech-specs-table__td{padding:1.4rem 1.6rem;vertical-align:top;color:rgb(var(--text-color))}.tech-specs-table__td strong{font-weight:600;color:rgb(var(--heading-color))}.tech-specs-table--equal .tech-specs-table__th--label,.tech-specs-table--equal .tech-specs-table__td--label{width:50%}.tech-specs-table--label-narrow .tech-specs-table__th--label,.tech-specs-table--label-narrow .tech-specs-table__td--label{width:40%}.tech-specs-table--label-wide .tech-specs-table__th--label,.tech-specs-table--label-wide .tech-specs-table__td--label{width:60%}.tech-specs-table--striped .tech-specs-table__row:nth-child(2n){background:rgb(var(--text-color) / .03)}.tech-specs-table--striped .tech-specs-table__row:hover{background:rgb(var(--text-color) / .07)}.tech-specs-table--striped .tech-specs-table__td{border:none;border-bottom:1px solid rgb(var(--text-color) / .08)}.tech-specs-table--bordered .tech-specs-table__th,.tech-specs-table--bordered .tech-specs-table__td{border:1px solid rgb(var(--text-color) / .15)}.tech-specs-table--bordered .tech-specs-table__row:hover{background:rgb(var(--text-color) / .05)}.tech-specs-table--minimal .tech-specs-table__th{border-left:none;border-right:none;border-top:none}.tech-specs-table--minimal .tech-specs-table__td{border:none;border-bottom:1px solid rgb(var(--text-color) / .1)}.tech-specs-table--minimal .tech-specs-table__row:last-child .tech-specs-table__td{border-bottom:none}.tech-specs-table--minimal .tech-specs-table__row:hover{background:rgb(var(--text-color) / .03)}.tech-specs-table__empty{padding:3rem 2rem;text-align:center;background:rgb(var(--text-color) / .03);border:2px dashed rgb(var(--text-color) / .15);border-radius:.8rem;font-size:1.4rem;color:rgb(var(--text-color));opacity:.7}.tech-specs-table__empty code{background:rgb(var(--text-color) / .1);padding:.2rem .6rem;border-radius:.4rem;font-family:Monaco,Courier New,monospace;font-size:1.2rem}.tech-specs-table__empty details{margin-top:1.5rem;text-align:left;max-width:50rem;margin-left:auto;margin-right:auto}.tech-specs-table__empty summary{cursor:pointer;font-weight:600;padding:.8rem 1.2rem;background:rgb(var(--btn-bg-color) / .1);border-radius:.4rem;display:inline-block}.tech-specs-table__empty ol{padding-left:2rem;margin:1rem 0}.product-technical-specs__debug{margin-top:4rem;padding:2rem;background:#ffc8001a;border:2px solid rgba(255,200,0,.3);border-radius:.8rem;font-family:Monaco,Courier New,monospace;font-size:1.3rem}.product-technical-specs__debug summary{cursor:pointer;font-weight:700;margin-bottom:1rem}.product-technical-specs__debug pre{margin:0;overflow-x:auto}.product-technical-specs__debug code{display:block;padding:1rem;background:#0000000d;border-radius:.4rem;line-height:1.6}@media print{.product-technical-specs__tab-nav{display:none}.product-technical-specs__tab-panel{display:block!important;page-break-inside:avoid}.product-technical-specs__accordion-summary{display:none}.product-technical-specs__accordion-content{padding:0}.product-technical-specs__accordion-item[open],.product-technical-specs__accordion-item{border:none;box-shadow:none}.tech-specs-table,.tech-specs-table__row{page-break-inside:avoid}.product-technical-specs__debug{display:none}}.product-technical-specs__tab-button:focus-visible,.product-technical-specs__accordion-summary:focus-visible{outline:3px solid rgb(var(--btn-bg-color) / .6);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(prefers-reduced-motion:reduce){.product-technical-specs__tab-panel,.product-technical-specs__tab-button,.product-technical-specs__accordion-icon{animation:none;transition:none}}.section-product-technical-specs{margin-block:0}.product-technical-specs{position:relative;overflow:hidden;background:rgb(var(--eno-band-bg));padding-block:var(--section-py)}.product-technical-specs>.page-width{max-width:none;margin-inline:0;position:relative;z-index:1;padding-inline:var(--gutter)}.product-technical-specs__media{position:absolute;top:0;right:0;width:52%;height:100%;z-index:0;pointer-events:none}.product-technical-specs__media img{width:100%;height:100%;object-fit:contain;object-position:right top}.product-technical-specs__header{max-width:58%;margin-left:0;margin-right:0;text-align:left}.product-technical-specs__eyebrow{display:inline-flex;align-items:center;gap:12px;margin:0 0 clamp(14px,2vw,26px);font-family:var(--heading-font-family);font-weight:800;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;color:rgb(var(--eno-heading))}.product-technical-specs__eyebrow-icon{display:inline-flex;color:rgb(var(--link-color))}.product-technical-specs__eyebrow-icon svg{width:18px;height:18px}.product-technical-specs .product-technical-specs__heading{margin:0;font-family:var(--heading-font-family);font-weight:700;font-size:var(--section-heading-size);line-height:1.1;text-transform:var(--heading-text-transform);color:rgb(var(--eno-heading))}.product-technical-specs__highlight{margin:clamp(24px,4vw,56px) 0 0;padding-bottom:11px;border-bottom:1px solid rgb(var(--eno-heading) / .85);font-family:var(--body-font-family);font-weight:700;font-size:clamp(14px,1.2vw,16px);line-height:1.5;color:rgb(var(--link-color))}.product-technical-specs__body{max-width:52%}.product-technical-specs__highlight,.product-technical-specs .product-technical-specs__stacked,.product-technical-specs .product-technical-specs__stacked-item,.product-technical-specs .tech-specs-table,.product-technical-specs .tech-specs-table__wrapper,.product-technical-specs .tech-specs-table__table{max-width:none;width:100%;min-width:0}.product-technical-specs .tech-specs-table__header,.product-technical-specs .tech-specs-table__thead{display:none}.product-technical-specs .tech-specs-table__table{width:100%;border-collapse:collapse}.product-technical-specs .tech-specs-table__row{border-bottom:1px solid rgb(var(--eno-heading) / .85)}.product-technical-specs .tech-specs-table__td{padding:18px 8px;vertical-align:middle;background:transparent}.product-technical-specs .tech-specs-table__td--label{width:160px;font-family:var(--heading-font-family);font-weight:700;font-size:clamp(14px,1.2vw,16px);color:rgb(var(--heading-color))}.product-technical-specs .tech-specs-table__td--value{font-family:var(--body-font-family);font-weight:400;font-size:clamp(14px,1.2vw,16px);color:rgb(var(--heading-color))}@media(max-width:900px){.product-technical-specs__media{display:none}.product-technical-specs__header,.product-technical-specs__body{max-width:100%}}@media(max-width:480px){.product-technical-specs .tech-specs-table__td--label,.product-technical-specs .tech-specs-table__td--value{display:block;width:auto}.product-technical-specs .tech-specs-table__td--label{padding-bottom:2px;border-bottom:none}.product-technical-specs .tech-specs-table__td--value{padding-top:2px}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/product-technical-specs.css.map */
