:root{font-family:var(--font-karla),sans-serif;--light-grey-color:#D1D5DB;--main-dark-color:black;font-size:14px}.pt-5{padding-top:5rem}.image-placeholder{position:relative;max-height:300px;overflow:hidden}.mt-2{margin-top:2rem}.mt-4{margin-top:4rem}.py-4{padding-top:4rem;padding-bottom:4rem}.gap-2{gap:2rem}.square{aspect-ratio:1/1}.relative{position:relative}.absolute-full{position:absolute}.bg-lightgrey{background:#f5f5f5}.no-image{display:flex;align-items:center;justify-content:center;color:#999}.cover-img,.no-image{width:100%;height:100%}.cover-img{object-fit:cover;display:block}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-karla),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:opacity .2s}a:not(.card):hover{opacity:.7}header{height:90px}.header-logo img{max-width:65%;margin:0 auto}main:not(.no-header){margin-top:90px}.container{max-width:1200px;padding:2rem;margin:5rem auto 0}.btn{display:inline-block;padding:12px 32px;border:2px solid #000;background:#000;color:#fff;cursor:pointer;font-size:16px;font-family:inherit;transition:all .3s;text-align:center}.btn-outline,.btn:hover{background:#fff;color:#000}.btn-outline:hover{background:#000;color:#fff}.card{padding:2rem;transition:all .3s;background:#fff;text-align:center}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}h1{font-size:3rem;font-weight:300;letter-spacing:.1em}h2{font-size:2rem;font-weight:400}h3{font-size:1.25rem;font-weight:500}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.mb-4{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:2rem}.mt-4{margin-top:3rem}.align-self-end{align-self:self-end}.text-center{text-align:center}.flex-center{display:flex;align-items:center;justify-content:center;min-height:100vh}.text-gray{color:#666}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}input,select,textarea{width:100%;padding:8px 12px;border:1px solid #000;background:#fff;font-family:inherit;font-size:16px}input:focus,select:focus,textarea:focus{outline:2px solid #000;outline-offset:2px}label{display:block;margin-bottom:.5rem;font-weight:500}.filters{display:flex;gap:1rem;margin-bottom:3rem;padding:1rem;border:1px solid #000;flex-wrap:wrap}.filter-group{flex:1 1;min-width:200px}img{max-width:100%;height:auto;display:block}.image-placeholder{width:100%;background:#f0f0f0;border:1px solid #000;display:flex;align-items:center;justify-content:center;color:#999}.loading{text-align:center;padding:4rem 0;color:#666}.error{padding:1rem;border:2px solid #000;background:#fff;color:#000;margin-bottom:2rem}.home{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;margin:0;padding:20% 0 4%;color:white;background-color:#000;max-width:100%;text-align:center}.contact-link{background-color:#61CE7000;font-family:Karla,Sans-serif;font-size:1rem;font-weight:300;text-transform:uppercase;color:#fff;text-decoration:underline;transition:opacity .2s ease;cursor:pointer;text-decoration:none}.contact-link:hover{opacity:.7}.home div img{width:170px;padding:10px;margin:0 auto}@media (max-width:768px){.contact-link{font-size:1.1rem}.home{padding-bottom:20%;justify-content:space-around}.home div img{width:60%}}.library-cat-name{font-size:1rem;margin-top:20px;display:inline-block}.library-page>div{margin-bottom:50px}.product-detail-container{display:flex}@media (max-width:768px){.product-detail-container{display:flex;flex-direction:column}}.product-detail-images{display:flex;align-items:stretch;width:50%}@media (max-width:768px){.product-detail-images{display:flex;align-items:stretch;width:100%}}.product-detail-dots{display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:center;padding:2rem 0;position:-webkit-sticky;position:sticky;z-index:100000000;height:30px;top:75vh;left:30px;width:0}.product-detail-dot{width:6px;height:6px;border-radius:50%;border:1px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0;flex-shrink:0}.product-detail-dot.active{background:white}.product-detail-images-container{flex:1 1;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.product-detail-images-container::-webkit-scrollbar{display:none}.product-detail-image{width:100%;position:relative;background:#f5f5f5;overflow:hidden;flex-shrink:0}.product-detail-image img{width:100%;margin-bottom:1px}.product-detail-info{position:-webkit-sticky;position:sticky;top:5rem;height:-moz-fit-content;height:fit-content;padding-top:1rem;top:30%;margin-left:50px}.product-detail-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.product-detail-description{margin-bottom:2rem;line-height:1.7;color:#666}.product-detail-contact-btn{width:100%;padding:1rem;background:#000;color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:3rem;transition:opacity .2s ease}.product-detail-contact-btn:hover{opacity:.8}.product-detail-back-btn{width:100%;background:transparent;color:#000;border:none;border-top:1px solid #eee;cursor:pointer;font-size:1rem;padding:2rem 1rem 1rem}.product-detail-back-btn:hover{opacity:.7}.sticky-gallery{position:-webkit-sticky;position:sticky;top:5rem;align-self:flex-start;z-index:2}@media (max-width:768px){.sticky-gallery{position:static}}.gallery .grid{gap:.5rem;text-align:center}.gallery .text-sm{padding:10px;font-weight:600}.gallery .filterButton{margin-left:2rem}.technical-information-page ul{display:inline-block;width:100%}.technical-information-page li{list-style:none;display:flex;justify-content:space-around;align-items:center}.contact-us-page .btn:hover{background:inherit;color:inherit}@font-face{font-family:Karla;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ea05c3aa551e0ebc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Karla;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7ae23d8a9c319da-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Karla Fallback;src:local("Arial");ascent-override:89.55%;descent-override:24.61%;line-gap-override:0.00%;size-adjust:102.40%}.__className_f3adee{font-family:Karla,Karla Fallback;font-style:normal}.__variable_f3adee{--font-karla:"Karla","Karla Fallback"}.menu-overlay{background:rgba(0,0,0,.5);z-index:98}.menu-overlay,.menu-submenu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;animation:fadeIn .3s ease}.menu-submenu-overlay{background:rgba(0,0,0,.3);z-index:99}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-panel{position:fixed;top:0;left:0;bottom:0;width:90%;max-width:400px;background:white;z-index:99;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding-top:5rem;padding-bottom:2rem}.menu-panel-open{transform:translateX(0)}.menu-close-btn{position:fixed;top:1rem;left:1rem;padding:.5rem;background:none;border:none;cursor:pointer;transition:opacity .2s ease;color:inherit;z-index:101}.menu-close-btn:hover{opacity:.7}.menu-main{position:relative;top:0;left:0;width:100%;padding:2rem 0;transition:transform .3s ease-in-out;transform:translateX(0);overflow-y:auto;height:100%}.menu-main-hidden{transform:translateX(-100%)}.menu-submenu{position:fixed;top:0;left:0;right:auto;bottom:0;width:90%;max-width:400px;background:white;z-index:100;opacity:0;transition:opacity .3s ease-in-out;overflow-y:auto;padding-top:5rem;padding-bottom:2rem;pointer-events:none;margin-left:100%}.menu-submenu-open{opacity:1;pointer-events:auto;animation:fadeIn .3s ease-in-out}@media (max-width:768px){.menu-panel,.menu-submenu{width:100%;max-width:100%}.menu-submenu{opacity:1;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);margin-left:0;pointer-events:auto}.menu-submenu-open{transform:translateX(0);animation:none;opacity:1;pointer-events:auto}}.menu-submenu .menu-list-item{opacity:0;transform:translateY(1rem);animation:staggerUp .5s ease-out forwards}.menu-submenu .menu-list-item:first-child{animation-delay:.1s}.menu-submenu .menu-list-item:nth-child(2){animation-delay:.2s}.menu-submenu .menu-list-item:nth-child(3){animation-delay:.3s}.menu-submenu .menu-list-item:nth-child(4){animation-delay:.4s}.menu-submenu .menu-list-item:nth-child(5){animation-delay:.5s}@keyframes staggerUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.menu-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.menu-list,.menu-list-item{margin:0;padding:0}.menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:300;letter-spacing:.05em;text-decoration:none;color:inherit;background:none;border:none;cursor:pointer;transition:all .2s ease;text-align:left;color:black;font-weight:400}.menu-item:hover{background:rgba(0,0,0,.03);padding-left:2.5rem}.menu-item-with-arrow{display:flex;justify-content:space-between}.menu-arrow{width:1.25rem;height:1.25rem;opacity:.5;transition:opacity .2s ease}.menu-item-with-arrow:hover .menu-arrow{opacity:1}.menu-back-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;margin-bottom:1rem;font-size:.875rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;background:none;border:none;cursor:pointer;transition:opacity .2s ease;color:inherit}.menu-back-btn:hover{opacity:.7}.menu-submenu-title{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin:0 0 1.5rem;padding:0 2rem;font-weight:400}.menu-icon{width:1.5rem;height:1.5rem;stroke:#000}.menu-icon-small{width:1.25rem;height:1.25rem}.menu-panel::-webkit-scrollbar{width:4px}.menu-panel::-webkit-scrollbar-track{background:transparent}.menu-panel::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.menu-panel::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media (max-width:640px){.menu-item{font-size:.875rem;padding:.875rem 1.5rem}.menu-item:hover{padding-left:2rem}}a,button{font-family:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:white}.header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1600px;margin:0 auto;height:100%}.header-menu-btn{display:flex;align-items:center;gap:.5rem;font-size:1rem;letter-spacing:.1em;background:none;border:none;cursor:pointer;padding:.5rem;transition:opacity .2s ease;color:inherit}.header-menu-btn:hover{opacity:.7}.header-menu-text{display:none}@media (min-width:640px){.header-menu-text{display:inline}}.header-logo{position:absolute;left:50%;transform:translateX(-50%);font-size:1.5rem;font-weight:300;letter-spacing:.3em;text-decoration:none;color:inherit;transition:opacity .2s ease}.header-logo:hover{opacity:.7}.header-actions{display:flex;align-items:center;gap:1rem}.header-contact-link{display:inline;font-size:1rem;letter-spacing:.1em;text-decoration:none;color:inherit;transition:opacity .2s ease}.header-contact-link:hover{opacity:.7}.header-account-btn{visibility:hidden;padding:.25rem;background:none;border:none;cursor:pointer;transition:opacity .2s ease;color:inherit}.header-account-btn:hover{opacity:.7}.header-icon{width:1.5rem;height:1.5rem;stroke:black}button{font-family:inherit}