.technical-page-wrapper{background:var(--color-brand-white, #ffffff);color:var(--color-brand-black, #111111);font-family:Inter,sans-serif}.tech-catalogue-section{margin:0;padding:0}.tech-catalogue-title{font-size:14px;font-weight:800;letter-spacing:2px;color:#888;margin-bottom:12px;text-transform:uppercase;border-bottom:1px solid #eee;padding-bottom:10px}.tech-slider-container{position:relative;overflow:hidden;scrollbar-gutter:stable}.tech-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 5px 20px;margin-bottom:5px;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:auto}.tech-slider-track.grabbing{cursor:grabbing;scroll-snap-type:none}.tech-slider-track::-webkit-scrollbar{height:12px;display:block}.tech-slider-track::-webkit-scrollbar-track{background:#f0f0f0;border-radius:12px;border:1px solid #e0e0e0}.tech-slider-track::-webkit-scrollbar-thumb{background:var(--color-brand-red, #cc0000);border-radius:12px;border:3px solid #f0f0f0;box-shadow:inset 0 0 6px #0000001a}.tech-slider-track::-webkit-scrollbar-thumb:hover{background:#a00}@supports (scrollbar-width: thin){.tech-slider-track{scrollbar-width:auto;scrollbar-color:var(--color-brand-red, #cc0000) #f8f8f8}}.tech-slider-controls{display:flex;justify-content:center;gap:12px;margin-top:10px}.tech-slider-arrow{background:#fff;border:1px solid #ddd;color:var(--color-brand-red, #cc0000);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0000000d}.tech-slider-arrow:hover{background:var(--color-brand-red, #cc0000);color:#fff;border-color:var(--color-brand-red, #cc0000);transform:translateY(-2px);box-shadow:0 4px 12px #c003}.tech-slider-arrow:active{transform:translateY(0)}.tech-catalogue-card{flex:0 0 220px;scroll-snap-align:start;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);text-decoration:none;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.03)}.tech-catalogue-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f;border-color:var(--color-brand-red)}.tech-card-image{position:relative;width:100%;padding-top:140%;background:#f9f9f9;overflow:hidden}.tech-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tech-catalogue-card:hover .tech-card-image img{transform:scale(1.05)}.tech-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.tech-catalogue-card:hover .tech-card-overlay{opacity:1}.tech-download-icon{width:40px;height:40px;background:var(--color-brand-red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:scale(.8);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.tech-catalogue-card:hover .tech-download-icon{transform:scale(1)}.tech-card-info{padding:15px;text-align:center;background:#fff}.tech-card-name{font-size:13px;font-weight:700;color:#111;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tech-card-type{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:1px}.tech-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease;padding:40px}.tech-modal-overlay.active{opacity:1;pointer-events:auto}.tech-modal-container{position:relative;width:100%;max-width:1200px;height:90vh;display:flex;align-items:center;gap:20px}.tech-modal-content{flex-grow:1;height:100%;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080}.tech-modal-header{padding:15px 25px;background:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:center}.tech-modal-header h3{margin:0;font-size:16px;font-weight:800;color:#111;text-transform:uppercase;letter-spacing:1px}.tech-modal-body{flex-grow:1;position:relative}.tech-modal-body iframe{width:100%;height:100%;border:none}.tech-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:44px;line-height:1;cursor:pointer;padding:0;transition:transform .3s ease}.tech-modal-close:hover{transform:scale(1.1) rotate(90deg);color:var(--color-brand-red)}@media(max-width:1024px){.tech-modal-overlay{padding:10px}.tech-modal-container{height:95vh;gap:10px}}@media(max-width:768px){.tech-main{padding:24px 20px}}.technical-page-inner{max-width:100%;margin:0 auto;display:flex;min-height:80vh}.tech-sidebar{width:280px;background-color:#f9f9f9;border-right:1px solid #eaeaea;flex-shrink:0;display:flex;flex-direction:column;padding:40px 0}.tech-sidebar-title{font-size:11px;font-weight:800;letter-spacing:1.5px;color:#888;padding:0 30px 15px;text-transform:uppercase}.tech-category-list{list-style:none;padding:0;margin:0 0 30px}.tech-category-item{display:flex;align-items:center;padding:16px 30px;font-size:13px;font-weight:800;color:#444;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;border-bottom:1px solid rgba(0,0,0,.06)}.tech-category-item:last-child{border-bottom:none}.tech-category-item.active{background-color:#fff;color:var(--color-brand-red, #cc0000);border-left:4px solid var(--color-brand-red, #cc0000);padding-left:26px;box-shadow:2px 0 10px #00000005;border-bottom:1px solid rgba(0,0,0,.06)}.tech-category-item:hover:not(.active){background-color:#f8f8f8;color:#111}.tech-matrix-title-wrapper{margin-top:0;margin-bottom:25px;border-bottom:2px solid var(--color-brand-red, #cc0000);display:inline-block;padding-bottom:8px}.tech-matrix-section-title{font-size:1.8rem;font-weight:900;color:var(--color-brand-black, #111);text-transform:uppercase;margin:0;letter-spacing:-.5px}.btn-pill-red{display:inline-flex;justify-content:center;align-items:center;background:var(--color-brand-red, #cc0000);color:#fff;padding:16px 24px;font-size:12px;font-weight:800;letter-spacing:1.5px;text-decoration:none;border:1px solid var(--color-brand-red, #cc0000);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 15px #c003;cursor:pointer;text-transform:uppercase}.tech-btn-small{padding:10px 16px;font-size:10px;box-shadow:none}.btn-pill-red:hover{background:#a80000;border-color:#a80000;transform:translateY(-2px);box-shadow:0 8px 20px #cc00004d;color:#fff}.btn-outline-grey{background:transparent;color:#111;padding:10px 16px;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;border:1px solid #ddd;transition:all .3s ease;cursor:pointer}.btn-outline-grey:hover{background:#f5f5f5;border-color:#ccc;transform:translateY(-1px)}.upload-btn-wrapper{padding:0 30px}.upload-btn-wrapper .btn-pill-red{width:100%}.tech-sidebar-bottom{margin-top:auto;padding:0 30px}.tech-support-list{list-style:none;padding:0;margin:0}.tech-support-list li{display:flex;align-items:center;font-size:12px;font-weight:700;color:#888;margin-bottom:16px;cursor:pointer;letter-spacing:.5px;transition:color .3s ease}.tech-support-list li:hover{color:#111}.tech-support-list li svg{margin-right:12px}.tech-matrix-container{border:1px solid #eaeaea;background-color:#fff;box-shadow:0 10px 40px #00000008;overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.tech-main{flex-grow:1;padding:40px 40px 20px 20px;background-color:#fff;min-width:0}.tech-slider-container{position:relative;max-width:100%;margin-bottom:5px}.tech-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.tech-page-title{font-size:56px;font-weight:900;margin:0 0 8px;line-height:1;letter-spacing:-2px;text-transform:uppercase;color:#111}.tech-badges-row{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.tech-badge-iso{display:inline-flex;align-items:center;background-color:#cc000014;color:var(--color-brand-red, #cc0000);font-size:11px;font-weight:800;padding:6px 12px;letter-spacing:.5px}.tech-badge-iso svg{margin-right:6px}.tech-sync-info{font-size:12px;color:#666;font-weight:600;letter-spacing:.5px}.tech-sync-info strong{color:#111;font-weight:800}.tech-system-health{border-left:4px solid var(--color-brand-red, #cc0000);padding-left:16px;text-align:left}.tech-health-label{font-size:10px;font-weight:800;color:#888;letter-spacing:1px;margin-bottom:4px}.tech-health-status{font-size:16px;font-weight:900;color:#111;letter-spacing:.5px}.tech-filter-tabs{display:flex;flex-wrap:wrap;margin-bottom:20px;gap:12px}.tech-tab-btn{background:#f5f5f5;border:1px solid #eaeaea;padding:10px 24px;font-size:11px;font-weight:800;color:#666;cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease;border-radius:50px}.tech-tab-btn:hover{background:#eee;color:#111}.tech-tab-btn.active{background:var(--color-brand-red, #cc0000);color:#fff;border-color:var(--color-brand-red, #cc0000);box-shadow:0 4px 12px #cc000026}.tech-matrix-container{border:1px solid #eaeaea;background-color:#fff;box-shadow:0 10px 40px #00000008}.tech-matrix-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #eaeaea;background:#fdfdfd}.tech-matrix-title{font-size:18px;font-weight:900;margin:0;letter-spacing:.5px;text-transform:uppercase;color:#111}.tech-matrix-actions{display:flex;gap:12px}.tech-matrix-table{width:100%;border-collapse:collapse}.tech-matrix-table th{background-color:#f5f5f5;color:#444;font-size:11px;font-weight:800;text-align:left;padding:16px 32px;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #eaeaea}.tech-matrix-table td{padding:16px 32px;border-bottom:1px solid #eaeaea;vertical-align:middle}.tech-matrix-table tr:nth-child(2n) td{background-color:#fcfcfc}.tech-matrix-table tr:hover td{background-color:#f5f5f5}.tech-td-doc-name{display:flex;align-items:center}.tech-doc-icon{color:var(--color-brand-red, #cc0000);margin-right:16px;display:flex;align-items:center;justify-content:center;opacity:.9}.tech-doc-title{font-size:14px;font-weight:800;color:#111;margin-bottom:4px;letter-spacing:.3px}.tech-doc-ref{font-size:11px;font-weight:600;color:#888;letter-spacing:.5px}.tech-badge-cat{font-size:10px;font-weight:800;padding:4px 10px;letter-spacing:.5px;display:inline-block;text-transform:uppercase}.tech-highlight-pink{background-color:#cc000014;color:var(--color-brand-red, #cc0000)}.tech-highlight-grey{background-color:#f0f0f0;color:#555}.tech-highlight-light{background-color:#f5f5f5;color:#777}.tech-highlight-blue{background-color:#e6f0fa;color:#0056b3}.tech-td-rev{font-size:13px;font-weight:600;color:#666}.tech-th-center{text-align:center!important}.tech-th-right{text-align:right!important}.tech-td-product{min-width:280px}.tech-product-cell{display:flex;align-items:center;gap:16px}.tech-product-img{width:48px;height:48px;background:#f9f9f9;border:1px solid #eee;display:flex;align-items:center;justify-content:center;color:#ccc;flex-shrink:0}.tech-product-name{font-size:14px;font-weight:800;color:#111;letter-spacing:.3px}.tech-product-collections{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tech-collection-pill{font-size:9px;font-weight:700;color:#777;background:#f0f0f0;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.tech-td-download{text-align:center}.tech-download-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border:1px solid #eaeaea;border-radius:4px;color:#444;text-decoration:none;font-size:10px;font-weight:800;transition:all .2s ease}.tech-download-pill svg{color:var(--color-brand-red, #cc0000)}.tech-download-pill:hover{background:#fff;border-color:var(--color-brand-red, #cc0000);color:var(--color-brand-red, #cc0000);box-shadow:0 4px 12px #cc000014;transform:translateY(-1px)}.tech-td-buy{text-align:right}.tech-btn-buy{padding:10px 20px;font-size:10px;box-shadow:none}.tech-matrix-footer{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background-color:#fdfdfd}.tech-showing-text{font-size:11px;font-weight:800;color:#888;letter-spacing:.5px;text-transform:uppercase}.tech-pagination{display:flex;align-items:center;gap:6px}.tech-pag-arrow,.tech-pag-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background-color:#f5f5f5;color:#444;cursor:pointer;font-size:12px;font-weight:800;transition:all .2s}.tech-pag-num.active{background-color:var(--color-brand-red, #cc0000);color:#fff}.tech-pag-arrow:hover,.tech-pag-num:hover:not(.active){background-color:#eaeaea;color:#111}@media(max-width:1024px){.technical-page-inner{flex-direction:column}.tech-sidebar{width:100%;border-right:none;border-bottom:1px solid #eaeaea;padding-bottom:30px}.tech-category-list{display:flex;overflow-x:auto;gap:10px;padding:0 30px}.tech-category-item{padding:12px 20px;border-left:none;border-bottom:3px solid transparent;white-space:nowrap}.tech-category-item.active{border-left:none;border-bottom:3px solid var(--color-brand-red, #cc0000);padding-left:20px}.upload-btn-wrapper{display:none}.tech-sidebar-bottom{margin-top:30px}.tech-support-list{display:flex;gap:20px}.tech-support-list li{margin-bottom:0}.tech-header{flex-direction:column;gap:24px}.tech-header-right{align-self:flex-start}.tech-matrix-table th,.tech-matrix-table td{padding:16px 20px}.tech-page-title{font-size:40px}}@media(max-width:768px){.tech-main{padding:24px 20px}.tech-filter-tabs{flex-wrap:wrap;gap:15px}.tech-matrix-header{flex-direction:column;align-items:flex-start;gap:20px}.tech-matrix-table{display:block;overflow-x:auto;white-space:nowrap}.tech-matrix-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.tech-page-title{font-size:32px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/technical-data-library.css.map */
