.technical-data-custom{position:relative;width:100%;max-width:100%;box-sizing:border-box;background-color:var(--td-bg, #000000);overflow-x:hidden;overflow-y:hidden}.technical-data-custom>.page-width{position:relative;z-index:2;width:100%}.technical-data-custom__glow{position:absolute;top:50%;right:0;width:50vh;height:50vh;max-width:100%;transform:translateY(-50%);pointer-events:none;background-image:radial-gradient(ellipse at center,rgba(255,255,255,.03) 0%,transparent 60%);filter:blur(100px);display:block!important}.technical-data-custom__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:48px;margin:0 0 96px}@media screen and (min-width:1024px){.technical-data-custom__header{flex-direction:row;align-items:flex-end;gap:48px}}.technical-data-custom__header-main{max-width:70rem;min-width:0}.technical-data-custom__badge{display:inline-block;padding:8px 20px;border-radius:9999px;background-color:#1a1a1b;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin-bottom:40px;box-shadow:0 25px 50px -12px #00000080}.technical-data-custom__badge span{font-size:10px;font-weight:900;letter-spacing:.4em;color:#86868b;text-transform:uppercase}@media screen and (min-width:768px){.technical-data-custom__badge span{font-size:11px}}.technical-data-custom__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;font-size:32px;line-height:.95;letter-spacing:-.03em;margin:0;color:#f5f5f7}@media screen and (min-width:768px){.technical-data-custom__title{font-size:40px}}@media screen and (min-width:1024px){.technical-data-custom__title{font-size:48px}}@media screen and (max-width:1023px){.technical-data-custom__title{font-size:40px}}.technical-data-custom__title-accent{background-image:linear-gradient(105deg,var(--td-accent, #e32726) 0%,var(--td-accent-yellow, #f5b100) 45%,var(--td-green, #6abb2e) 100%);background-size:120% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.technical-data-custom__lede{font-size:15px;font-weight:500;line-height:1.625;color:#86868b;margin:0;max-width:50rem;letter-spacing:-.02em}@media screen and (min-width:1024px){.technical-data-custom__lede{text-align:right;margin-bottom:8px;margin-left:auto}}@media screen and (min-width:768px){.technical-data-custom__lede{font-size:17px}}.technical-data-custom__table-wrap{overflow-x:auto;position:relative;background-color:transparent;border:none;border-radius:0}.technical-data-custom__table{width:100%;border-collapse:collapse;text-align:left;position:relative;z-index:2}.technical-data-custom__th{padding:32px 40px;font-size:11px;font-weight:700;color:#86868b;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}.technical-data-custom__row{border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .3s ease}.technical-data-custom__row:last-child{border-bottom:none}.technical-data-custom__row:hover{background-color:#1c1c1e}.technical-data-custom__td{padding:24px 40px;font-size:17px;vertical-align:middle;transition:color .3s ease}.technical-data-custom__td--param,.technical-data-custom__td--value{white-space:nowrap}.technical-data-custom__td--note{white-space:normal}.technical-data-custom__td--param{font-weight:600;color:#f5f5f7}.technical-data-custom__td--value{font-weight:600;color:#86868b}.technical-data-custom__pill{display:inline-block;padding:10px 20px;border-radius:9999px;background-color:#000;border:1px solid rgba(255,255,255,.05);box-shadow:0 1px 2px #0003;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.technical-data-custom__row:hover .technical-data-custom__pill{border-color:#ffffff1a;background-color:#151516;color:#fff}.technical-data-custom__td--note{font-weight:500;color:#86868b;opacity:.6}.technical-data-custom__scroll-shell{position:relative;width:100%;max-width:100%;min-width:0}.technical-data-custom__scroll-view{position:relative;width:100%;max-width:100%;min-width:0;border-radius:40px;overflow:hidden;background-color:#151516;border:1px solid rgba(255,255,255,.03);transition:border-color .5s ease;box-sizing:border-box}.technical-data-custom__scroll-view:hover{border-color:#ffffff1a}.technical-data-custom__scroll-edge{position:absolute;top:0;right:0;bottom:0;width:min(88px,28vw);display:flex;align-items:center;justify-content:flex-end;padding-right:10px;pointer-events:none;z-index:4;opacity:0;transition:opacity .4s ease;background:linear-gradient(to left,rgba(21,21,22,.98) 0%,rgba(21,21,22,.55) 42%,transparent 100%)}.technical-data-custom__scroll-shell--hint .technical-data-custom__scroll-edge{opacity:1}.technical-data-custom__scroll-edge-inner{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background-color:#00000073;color:#f5f5f7d9;box-shadow:0 8px 24px #00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:technical-data-custom-edge-nudge 1.6s ease-in-out infinite}.technical-data-custom__scroll-edge-chevron{display:block;margin-left:2px}@keyframes technical-data-custom-edge-nudge{0%,to{transform:translate(0);opacity:.85}50%{transform:translate(4px);opacity:1}}.technical-data-custom__scroll-rail{display:none;width:100%;box-sizing:border-box;padding:0 20px 16px;margin:0}.technical-data-custom__scroll-rail-track{position:relative;height:5px;border-radius:9999px;background-color:#ffffff0f;overflow:hidden}.technical-data-custom__scroll-rail-thumb{display:block!important;position:absolute;left:0;top:0;height:100%;width:40px;border-radius:9999px;background-image:linear-gradient(90deg,#16a34a,#e32726 40%,#f5b100 52%,#e32726);box-shadow:0 0 14px #e3272659;will-change:transform,width}@media screen and (min-width:1024px){.technical-data-custom__scroll-edge,.technical-data-custom__scroll-rail{display:none!important}}@media screen and (max-width:1023px){.technical-data-custom__scroll-shell--overflow .technical-data-custom__scroll-rail{display:block}.technical-data-custom__scroll-shell--overflow .technical-data-custom__scroll-edge{bottom:36px}.technical-data-custom__table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.technical-data-custom__table-wrap::-webkit-scrollbar{display:none;width:0;height:0}}@media(prefers-reduced-motion:reduce){.technical-data-custom__scroll-edge-inner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/technical-data-custom.css.map */
