:root{--ironfit-teal: #02b9dc;--ironfit-teal-soft: #02B9DC;--ironfit-teal-dark: #085898;--ironfit-orange: #fa5819;--ironfit-ink: #14161c;--ironfit-bg-light: #f0f0f0;--ironfit-gray-100: #f2f2f2;--ironfit-orange-deep: #e63d00;--ironfit-white: #ffffff;--ironfit-gray-700: #313233;--ironfit-gray-600: #4b5563;--ironfit-gray-500: #797a7b;--ironfit-gray-300: #d1d5db;--ironfit-rule: #d9d9d9;--ironfit-hairline: #ededed;--ironfit-navy: #075286;--ironfit-red: #ed1c1c;--brand-shua: #02b9dc;--brand-aliron: #ecbc40;--brand-concept2: #71d70b;--brand-ironfit: #075286;--font-body: "Sora", system-ui, -apple-system, sans-serif;--font-display: "Doto", var(--font-body);--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fs-display: clamp(1.75rem, 4.25vw, 3rem);--lh-display: 1.15;--badge-height: 1.75rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 24px;--radius-full: 999px;--container-max: 1366px;--container-padding: 1.5rem;--header-gap: var(--space-4);--header-height: 4rem;--catalog-max: 1270px}@font-face{font-family:Sora;src:url(/fonts/sora/Sora-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:url(/fonts/sora/Sora-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:url(/fonts/sora/Sora-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sora;src:url(/fonts/sora/Sora-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Doto;src:url(/fonts/doto/Doto-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}.site-header{position:fixed;top:var(--header-gap);left:var(--header-gap);right:var(--header-gap);z-index:50;display:flex;justify-content:center;transition:top .3s ease}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);width:100%;max-width:var(--container-max);margin-inline:auto;height:var(--header-height);background:#eff1f8bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);padding-inline:var(--space-6);box-shadow:0 8px 24px #14161c14;transition:height .3s ease,box-shadow .3s ease}.site-header--scrolled .site-header__inner{height:3.25rem;box-shadow:0 12px 32px #14161c29}.site-header__nav{display:flex;gap:var(--space-6);flex-wrap:wrap}.site-header__nav a{color:var(--ironfit-ink);text-decoration:none;font-size:.9rem}.site-header__search{display:flex;align-items:center;justify-content:center;gap:var(--space-8);min-width:9.25rem;background:linear-gradient(to right,#53b6d8,#6ce9fc);color:var(--ironfit-white);border:none;border-radius:var(--radius-full);padding:var(--space-2) var(--space-6);font-size:.85rem;font-weight:var(--fw-semibold);cursor:pointer;white-space:nowrap}@media(max-width:768px){.site-header__nav{display:none}}.hero{position:relative;overflow:clip;background:var(--ironfit-teal-dark);color:var(--ironfit-white);padding-block:var(--space-24);aspect-ratio:1366 / 625;max-width:calc(100% - 2 * var(--header-gap));display:flex;align-items:center;margin-top:calc(var(--header-gap) * 2 + var(--header-height));margin-inline:var(--header-gap);border-radius:3rem 3rem 0 0;--notch-width: clamp(12rem, 55%, 55rem);--notch-height: 2.5rem;--notch-radius: 2rem;--notch-bg: var(--ironfit-white)}.hero:after{content:"";position:absolute;z-index:1;bottom:0;left:50%;transform:translate(-50%);width:var(--notch-width);height:var(--notch-height);background:var(--notch-bg);border-top-left-radius:var(--notch-radius) calc(var(--notch-height) / 2);border-top-right-radius:var(--notch-radius) calc(var(--notch-height) / 2)}.hero:before{content:"";position:absolute;z-index:1;bottom:0;left:50%;transform:translate(-50%);width:calc(var(--notch-width) + var(--notch-radius) * 2);height:calc(var(--notch-height) / 2);--fillet: var(--notch-radius) calc(var(--notch-height) / 2);background:radial-gradient(var(--fillet) at 0 0,transparent calc(100% - .5px),var(--notch-bg) 100%) left bottom / var(--fillet) no-repeat,radial-gradient(var(--fillet) at 100% 0,transparent calc(100% - .5px),var(--notch-bg) 100%) right bottom / var(--fillet) no-repeat}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero__inner{position:relative;z-index:1;width:100%}.hero__copy{max-width:560px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:var(--fw-medium)}.hero h1{font-size:var(--fs-display);font-weight:var(--fw-semibold);line-height:1.1;margin:var(--space-4) 0}.hero__subheading{font-weight:var(--fw-light);max-width:40ch}.hero__actions{display:flex;gap:var(--space-4);margin-top:var(--space-8);flex-wrap:wrap}.btn{display:inline-block;padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);text-decoration:none;font-weight:var(--fw-medium)}.btn--primary{background:var(--ironfit-orange);color:var(--ironfit-white)}.btn--outline{border:1px solid var(--ironfit-white);color:var(--ironfit-white)}.btn--teal{background:var(--ironfit-teal);color:var(--ironfit-white)}.partners{padding-block:var(--space-2);text-align:center}.partners__label{color:var(--ironfit-gray-600);margin-bottom:var(--space-8)}.partners__logos{display:flex;justify-content:space-evenly;align-items:center;gap:var(--space-16);flex-wrap:wrap;opacity:.7}.partners__logos img{height:2rem;width:auto}.about{position:relative;overflow:hidden;padding-block:var(--space-16)}.about:before{content:"";position:absolute;left:max(var(--container-padding),calc((100% - var(--container-max)) / 2));bottom:0;width:264px;height:320px;background-image:var(--about-pattern);background-repeat:no-repeat;background-size:550px auto;background-position:-8px calc(100% + 97px);pointer-events:none}.about__inner{position:relative;z-index:1;display:grid;grid-template-columns:264px 1fr;gap:var(--space-8);align-items:start}.about__inner>.badge{justify-self:start;margin-top:calc((var(--fs-display) * var(--lh-display) - var(--badge-height)) / 2)}.badge{display:inline-block;line-height:1;background:var(--ironfit-orange);color:var(--ironfit-white);border-radius:var(--radius-full);padding:var(--space-2) var(--space-6);font-size:.75rem;font-weight:var(--fw-semibold);letter-spacing:.05em;white-space:nowrap;height:fit-content}.about h2{font-size:var(--fs-display);font-weight:var(--fw-semibold);line-height:var(--lh-display);margin:0 0 var(--space-6);text-transform:uppercase}.accent{color:var(--ironfit-teal)}.accent-orange{color:var(--ironfit-orange)}.accent-muted{color:var(--ironfit-gray-500)}.about__body{color:var(--ironfit-gray-600);margin-top:var(--space-4);max-width:70ch}@media(max-width:1024px){.about__inner{grid-template-columns:auto 1fr}.about:before{display:none}}@media(max-width:768px){.about__inner{grid-template-columns:1fr}.about__inner>.badge{margin-top:0}}.badge--outline{background:transparent;border:1px solid var(--ironfit-orange);color:var(--ironfit-orange)}.badge--faq{background:var(--ironfit-teal);color:var(--ironfit-white);font-size:1.375rem;font-weight:var(--fw-medium);letter-spacing:0;padding:.5rem 4.25rem}@media(max-width:640px){.badge--faq{font-size:1rem;padding:var(--space-2) var(--space-8)}}.badge--lg{font-size:1.25rem;letter-spacing:.01em;text-transform:uppercase;padding:.6rem 1.4rem}.services{position:relative;overflow:hidden;background-image:var(--services-bg);background-size:100% 100%;background-repeat:no-repeat;background-color:var(--ironfit-teal-dark);color:var(--ironfit-white);padding-block:var(--space-24)}.services:before{content:"";position:absolute;left:max(var(--container-padding),calc((100% - var(--container-max)) / 2));bottom:0;width:264px;height:320px;background-image:var(--services-pattern);background-repeat:no-repeat;background-size:550px auto;background-position:-8px calc(100% + 97px);filter:brightness(0) invert(1);pointer-events:none}.services__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16)}.services .badge--outline{background:var(--ironfit-gray-100);border-color:var(--ironfit-gray-100);color:var(--ironfit-orange-deep)}.services__intro h2{font-size:var(--fs-display);font-weight:var(--fw-semibold);line-height:var(--lh-display);text-transform:uppercase;margin:var(--space-6) 0}.services__intro p{max-width:34ch;font-size:.9375rem;line-height:1.6;margin:0}.services__list{list-style:none;margin:0;padding:0;max-width:28rem}.services__list h3{font-size:1.125rem;font-weight:var(--fw-medium);line-height:1.3;margin:0 0 var(--space-2)}.services__list p{font-size:.8125rem;font-weight:var(--fw-light);line-height:1.5;margin:0}.services__list li{position:relative;display:flex;align-items:center;gap:var(--space-6);padding-top:var(--space-4);padding-bottom:var(--space-8);--services-number-column: 4rem;--services-arrow-size: 24px}.services__number{flex:none;width:var(--services-number-column);font-family:var(--font-display);font-size:5rem;line-height:1;opacity:.6}.services__text{flex:1}.services__list li:after{content:"";position:absolute;left:calc(var(--services-number-column) + var(--space-6));right:calc(var(--services-arrow-size) + var(--space-6));bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--ironfit-teal) 12%,var(--ironfit-teal) 88%,transparent)}.services__list li:last-child{padding-bottom:0}.services__list li:last-child:after{display:none}.services__arrow{flex:none;align-self:flex-start;width:var(--services-arrow-size);height:var(--services-arrow-size);color:var(--ironfit-white)}.featured-equipment,.equipment-explorer{padding-block:var(--space-24)}.equipment-explorer{background:var(--ironfit-bg-light)}.equipment-explorer>.container>.badge{display:table;margin-inline:auto;background:var(--ironfit-teal-soft);border-color:var(--ironfit-teal-soft);color:var(--ironfit-white)}.equipment-explorer>.container>h2{display:block;text-align:center;margin-inline:auto;max-width:28ch;font-size:var(--fs-display);text-transform:uppercase;font-weight:var(--fw-semibold);line-height:var(--lh-display);margin-block:var(--space-6)}.clients-by-region__tabs{display:flex;gap:var(--space-3);flex-wrap:wrap;justify-content:center;margin-block:var(--space-12) var(--space-8)}.region-tab{background:var(--ironfit-white);border:1px solid var(--ironfit-white);border-radius:var(--radius-full);padding:.6rem var(--space-6);font-weight:var(--fw-regular);font-size:.8125rem;letter-spacing:.02em;text-transform:uppercase;color:var(--ironfit-ink);cursor:pointer}.region-tab[aria-selected=true]{background:var(--region-tab-active);border-color:var(--region-tab-active);color:var(--ironfit-white)}.equipment-explorer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-6)}.clients-by-region__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4);max-width:1140px;margin-inline:auto}.clients-by-region__grid[hidden]{display:none}.client-card{flex:0 0 9.25rem;min-height:10.5rem;display:flex;flex-direction:column;background:var(--ironfit-white);border-radius:14px;padding:var(--space-4);box-shadow:0 12px 28px #062e5424}.client-card__logo{flex:1;display:flex;align-items:center;justify-content:center}.client-card img{width:auto;max-width:100%;max-height:3.25rem;object-fit:contain}.client-card p{margin:0;font-size:.8125rem;color:var(--ironfit-ink);text-align:center}@media(max-width:520px){.client-card{flex:0 0 8rem;min-height:9.25rem}}.equipment-explorer__grid{margin-top:var(--space-8);align-items:center;max-width:960px;margin-inline:auto}.equipment-explorer__item{display:flex;flex-direction:column;gap:var(--space-4)}.equipment-explorer__media{position:relative}.equipment-explorer__photo{display:block;aspect-ratio:1;border-radius:var(--radius-lg);background-size:cover;background-position:center;background-color:var(--ironfit-gray-300)}.equipment-explorer__notch{--notch-depth: 2.65rem;--notch-length: 3.65rem;--notch-radius: 1.4rem;--notch-fillet: 1rem;position:absolute;top:50%;width:var(--notch-depth);height:var(--notch-length);transform:translateY(-50%);background:var(--ironfit-bg-light);pointer-events:none}.equipment-explorer__notch--prev{left:0;border-radius:0 var(--notch-radius) var(--notch-radius) 0}.equipment-explorer__notch--next{right:0;border-radius:var(--notch-radius) 0 0 var(--notch-radius)}.equipment-explorer__notch:before,.equipment-explorer__notch:after{content:"";position:absolute;width:var(--notch-fillet);height:var(--notch-fillet)}.equipment-explorer__notch:before{bottom:100%}.equipment-explorer__notch:after{top:100%}.equipment-explorer__notch--prev:before,.equipment-explorer__notch--prev:after{left:0}.equipment-explorer__notch--next:before,.equipment-explorer__notch--next:after{right:0}.equipment-explorer__notch--prev:before{background:radial-gradient(circle var(--notch-fillet) at 100% 0,transparent calc(100% - .5px),var(--ironfit-bg-light) 100%)}.equipment-explorer__notch--prev:after{background:radial-gradient(circle var(--notch-fillet) at 100% 100%,transparent calc(100% - .5px),var(--ironfit-bg-light) 100%)}.equipment-explorer__notch--next:before{background:radial-gradient(circle var(--notch-fillet) at 0 0,transparent calc(100% - .5px),var(--ironfit-bg-light) 100%)}.equipment-explorer__notch--next:after{background:radial-gradient(circle var(--notch-fillet) at 0 100%,transparent calc(100% - .5px),var(--ironfit-bg-light) 100%)}.equipment-explorer__nav{position:absolute;top:50%;transform:translateY(-50%);width:35px;height:35px;display:grid;place-items:center;padding:0;border:none;border-radius:var(--radius-full);background:var(--ironfit-teal-soft);color:var(--ironfit-white);cursor:pointer}.equipment-explorer__nav[hidden]{display:none}.equipment-explorer__nav svg{width:18px;height:18px}.equipment-explorer__nav--prev{left:0}.equipment-explorer__nav--next{right:0}.equipment-explorer__label{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);font-weight:var(--fw-regular);font-size:1.25rem;color:var(--ironfit-gray-500)}.equipment-explorer__item--large .equipment-explorer__label{font-size:1.6rem}.equipment-explorer__label .link{display:inline-block;width:fit-content;padding:var(--space-1) var(--space-4);border:1px solid var(--ironfit-gray-500);border-radius:var(--radius-full);background:transparent;font-size:.8rem;font-weight:var(--fw-medium);color:var(--ironfit-gray-500);text-decoration:none;white-space:nowrap}@media(min-width:769px){.equipment-explorer__grid{grid-template-columns:1fr 1.5fr 1fr;column-gap:var(--space-12)}}@media(max-width:768px){.equipment-explorer__notch,.equipment-explorer__nav{display:none}.equipment-explorer__item--large .equipment-explorer__label{font-size:1.25rem}}.video-feature,.video-feature__frame{position:relative}.video-feature__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.video-feature__video{display:block;width:100%;height:auto}.video-feature__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:104px;height:104px;padding:0;border-radius:50%;border:2px solid var(--ironfit-white);background:#14161c73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--ironfit-white);cursor:pointer;transition:background .2s ease,transform .2s ease}.video-feature__play:hover{background:#14161ca6;transform:translate(-50%,-50%) scale(1.05)}.video-feature__play svg{width:44px;height:44px}.video-feature__play[hidden]{display:none}.benefits{background-image:var(--benefits-bg);background-size:100% 100%;background-repeat:no-repeat;background-color:var(--ironfit-teal-dark);color:var(--ironfit-white);padding-block:2.5rem 3rem}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-8);text-align:center}.benefit__icon{display:flex;align-items:center;justify-content:center;height:88px}.benefit__icon img{max-height:100%;width:auto}.benefit__title{margin-top:var(--space-8);font-size:1.25rem;font-weight:var(--fw-semibold);letter-spacing:.01em}.benefit__text{margin-top:var(--space-3);margin-inline:auto;max-width:28ch;font-size:.8125rem;font-weight:var(--fw-light);line-height:1.5;color:#ffffffe0}@media(max-width:900px){.benefits__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-12) var(--space-8)}}@media(max-width:520px){.benefits__grid{grid-template-columns:1fr}}.clients-by-region{--region-tab-active: #5cc5e7;position:relative;overflow:hidden;background-image:var(--region-bg);background-size:100% 100%;background-repeat:no-repeat;background-color:var(--ironfit-teal-dark);color:var(--ironfit-white);padding-block:var(--space-24);text-align:center}.clients-by-region:before{content:"";position:absolute;inset:0 auto auto 0;width:46%;height:60%;background-image:var(--region-pattern);background-repeat:no-repeat;background-size:cover;filter:brightness(0) invert(1);opacity:.35;pointer-events:none}.clients-by-region>.container{position:relative;z-index:1}.clients-by-region h2{max-width:18ch;margin:var(--space-6) auto 0;font-size:var(--fs-display);font-weight:var(--fw-semibold);line-height:var(--lh-display);text-transform:uppercase}.statistics{--stat-value-size: clamp(3.25rem, 5.8vw, 4.95rem);position:relative;overflow:hidden;padding-block:8rem}.statistics:before{content:"";position:absolute;inset:0 auto 0 0;width:470px;background-image:var(--statistics-pattern);background-repeat:no-repeat;background-size:470px auto;background-position:0 -77px;pointer-events:none}.statistics__inner>.badge{justify-self:start;margin-top:calc((var(--stat-value-size) - var(--badge-height)) / 2)}.statistics__inner{position:relative;z-index:1;display:grid;grid-template-columns:264px minmax(0,1fr);gap:var(--space-8);align-items:start}.statistics__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-8) var(--space-12);max-width:880px}.stat__value{margin:0;font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--stat-value-size);line-height:1;color:var(--ironfit-orange)}.stat__label{margin:var(--space-1) 0 0;color:var(--ironfit-gray-700)}@media(max-width:1024px){.statistics{padding-block:var(--space-24)}.statistics__inner{grid-template-columns:1fr;gap:var(--space-12)}.statistics__inner>.badge{margin-top:0}.statistics__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-12) var(--space-8);max-width:none}}.faq{background:var(--ironfit-bg-light);padding-block:5.5rem 3.5rem}.faq__inner{text-align:center}.faq__title{font-size:var(--fs-display);line-height:var(--lh-display);font-weight:var(--fw-semibold);color:var(--ironfit-gray-700);margin-block:var(--space-6) var(--space-8)}.faq__list{max-width:765px;margin-inline:auto;text-align:left;background:var(--ironfit-white);border-radius:48px;box-shadow:0 10px 30px #00000012;overflow:hidden}.faq__item{border-bottom:1px solid #d9d9d9;padding:var(--space-10) var(--space-10)}.faq__item:last-child{border-bottom:0}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);cursor:pointer;list-style:none;font-size:1.3125rem;font-weight:var(--fw-semibold);line-height:1.35;color:var(--ironfit-gray-700)}.faq__question::-webkit-details-marker{display:none}.faq__question:focus-visible{outline:2px solid var(--ironfit-teal);outline-offset:4px;border-radius:var(--radius-sm)}.faq__icon{flex:none;color:var(--ironfit-teal)}.faq__icon-bar{transform-origin:center;transition:transform .15s ease}.faq__item[open] .faq__icon-bar{transform:scaleY(0)}.faq__answer{max-width:33rem;margin:1.125rem 0 0;font-size:.9375rem;line-height:1.35;color:var(--ironfit-gray-700)}@media(max-width:640px){.faq{padding-block:var(--space-16) var(--space-12)}.faq__list{border-radius:var(--radius-lg)}.faq__item{padding:var(--space-6)}.faq__question{gap:var(--space-4);font-size:1.0625rem}}.cta{background:var(--ironfit-ink);padding-block:var(--space-12) 0}.cta>.container{max-width:calc(1244px + 2 * var(--container-padding))}.cta__card{position:relative;isolation:isolate;overflow:hidden;background:var(--ironfit-teal);border-radius:16px;color:var(--ironfit-white);padding:3.5rem var(--space-8) 3.25rem;text-align:center}.cta__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:radial-gradient(circle,#fff 0 1.25px,transparent 1.5px),radial-gradient(circle,#fff 0 2px,transparent 2.25px);background-size:16px 16px,32px 32px;background-position:0 0,8px 8px;opacity:.45;-webkit-mask-image:linear-gradient(to right,transparent 75%,#000 95%);mask-image:linear-gradient(to right,transparent 75%,#000 95%)}.cta__heading{margin:0;font-size:clamp(1.875rem,4.7vw,4rem);font-weight:var(--fw-bold);line-height:1.125;letter-spacing:-.01em;text-transform:uppercase;text-wrap:balance}.cta__subheading{margin:var(--space-4) auto 0;max-width:52ch;font-weight:var(--fw-light);line-height:1.5}.cta__button{margin-top:var(--space-8);padding:1rem 2.5rem;border-radius:12px;background:radial-gradient(125% 180% at 62% 100%,#ff7d4b,#fb6129 45%,#fa591a);color:var(--ironfit-white);line-height:1.3125}@media(max-width:640px){.cta__card{padding:var(--space-10) var(--space-6)}.cta__button{width:100%;padding-inline:var(--space-4)}}.form-error{color:var(--ironfit-orange)}.form-success{color:var(--ironfit-teal)}.site-footer{--footer-rule: #2c3248;--footer-content: 1244px;background:var(--ironfit-ink);color:var(--ironfit-white);padding-top:var(--space-16)}.site-footer>.container{max-width:calc(var(--footer-content) + 2 * var(--container-padding))}.site-footer__top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:var(--space-8);border-top:1px solid var(--footer-rule);border-bottom:1px solid var(--footer-rule);padding-block:3.5rem}.site-footer__brand img{display:block;width:420px;max-width:100%;height:auto}.site-footer__brand p{max-width:27rem;margin:var(--space-6) 0 0;font-size:1.125rem;line-height:1.5}.site-footer__social{text-align:center}.site-footer__social p{margin:0 0 var(--space-4);font-size:1rem;font-weight:var(--fw-semibold);letter-spacing:.02em}.site-footer__social div{display:flex;gap:.75rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid var(--ironfit-teal);border-radius:50%;color:var(--ironfit-teal);text-decoration:none;transition:background-color .15s ease,color .15s ease}.site-footer__social a:hover,.site-footer__social a:focus-visible{background:var(--ironfit-teal);color:var(--ironfit-ink)}.site-footer__columns{display:grid;grid-template-columns:167fr 185fr 286fr 215fr 263fr;gap:var(--space-8);border-bottom:1px solid var(--footer-rule);padding-block:var(--space-8) 4.25rem}.site-footer__columns h4{position:relative;display:block;color:var(--ironfit-white);font-size:1.125rem;line-height:1.3;letter-spacing:0;padding-bottom:.5rem;margin:0 0 2.25rem}.site-footer__columns h4:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:var(--ironfit-teal)}.site-footer__columns a{display:block;color:var(--ironfit-white);text-decoration:none;font-size:.875rem;line-height:1.3;margin-bottom:1.55rem}.site-footer__columns a:hover,.site-footer__columns a:focus-visible{color:var(--ironfit-teal)}.site-footer__columns a:last-child{margin-bottom:0}.site-footer__showrooms p{margin:0 0 1.7rem;font-size:.75rem;line-height:1.25}.site-footer__showrooms p:last-child{margin-bottom:0}.site-footer__contact p{margin:0 0 .5rem;font-size:.75rem;line-height:1.55}.site-footer__contact p span{display:block}.site-footer__contact h4:not(:first-child){margin-top:2.75rem;margin-bottom:1.7rem}.site-footer__hours{display:grid;grid-template-columns:90px auto;row-gap:.6rem;font-size:.75rem;line-height:1.2}.site-footer__newsletter{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-6);border-bottom:1px solid var(--footer-rule);padding-block:4rem}.site-footer__newsletter p{margin:0;font-size:2.25rem;line-height:1.2;font-weight:var(--fw-regular)}.site-footer__newsletter>div{width:500px;max-width:100%}.site-footer__newsletter form{display:flex;align-items:center;width:100%;background:var(--ironfit-white);border-radius:var(--radius-full);padding:5px}.site-footer__newsletter input{flex:1;min-width:0;border:none;background:none;padding-inline:1.875rem;font-size:.9375rem;color:var(--ironfit-ink)}.site-footer__newsletter input::placeholder{color:#737887}.site-footer__newsletter input:focus{outline:none}.site-footer__newsletter form:focus-within{outline:2px solid var(--ironfit-teal);outline-offset:2px}.site-footer__newsletter button{flex:0 0 auto;width:170px;height:45px;background:var(--ironfit-teal);color:var(--ironfit-white);border:none;border-radius:var(--radius-full);font-size:.9375rem;font-weight:var(--fw-medium);cursor:pointer}.site-footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-6);padding-block:3.5rem;font-size:.875rem}.site-footer__bottom p{margin:0}.site-footer__bottom p:last-child{text-align:right}.site-footer__legal{display:flex;align-items:center;gap:1.25rem}.site-footer__legal a{color:var(--ironfit-white);text-decoration:none}.site-footer__legal a:hover,.site-footer__legal a:focus-visible{text-decoration:underline}.site-footer__legal span{color:var(--ironfit-white)}@media(max-width:1100px){.site-footer__columns{grid-template-columns:repeat(3,1fr);row-gap:var(--space-12)}}@media(max-width:900px){.site-footer__brand img{width:300px}.site-footer__newsletter p{font-size:1.75rem}.site-footer__bottom{grid-template-columns:1fr;justify-items:start;gap:var(--space-4)}.site-footer__bottom p:last-child{text-align:left}}@media(max-width:720px){.site-footer__columns{grid-template-columns:repeat(2,1fr)}.site-footer__legal{flex-wrap:wrap;gap:.4rem 1.25rem}.site-footer__legal span{display:none}.site-footer__social{text-align:left}.site-footer__social a{width:48px;height:48px}}@media(max-width:480px){.site-footer__columns{grid-template-columns:1fr}.site-footer__brand img{width:240px}.site-footer__newsletter input{padding-inline:1.25rem}.site-footer__newsletter button{width:120px}}@media(max-width:1024px){.services:before{display:none}}@media(max-width:768px){.services__inner{grid-template-columns:1fr}}.featured-equipment{position:relative;--card-overhang: .25rem;background-image:var(--featured-pattern);background-repeat:no-repeat;background-size:732px 732px;background-position:calc(100% + 236px) -124px}.featured-equipment>.container{max-width:calc(1244px + 2 * var(--container-padding))}.featured-equipment__intro{text-align:center}.featured-equipment__intro h2{margin-block:var(--space-6) 0;font-size:var(--fs-display);line-height:var(--lh-display);text-transform:uppercase;font-weight:var(--fw-semibold)}.featured-equipment__intro p{margin:var(--space-4) auto 0;max-width:34rem;color:var(--ironfit-gray-600);line-height:1.55}.featured-equipment__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4) 4.5rem;margin-block:var(--space-12) var(--space-8)}.tab{display:grid;justify-items:center;gap:.4rem;padding:0;background:none;border:none;font-size:1.375rem;font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.01em;line-height:1;color:var(--ironfit-gray-500);cursor:pointer}.tab__dot{width:6px;height:6px;border-radius:var(--radius-full);background:currentColor}.tab[aria-selected=true]{color:var(--ironfit-teal)}.featured-equipment__panel[hidden]{display:none}.featured-equipment__track{--cards-per-view: 4;--card-gap: 2rem;display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--cards-per-view) - 1) * var(--card-gap)) / var(--cards-per-view));gap:var(--card-gap);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;padding-block-end:var(--card-overhang);scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.featured-equipment__track::-webkit-scrollbar{display:none}.featured-equipment__slide{scroll-snap-align:start}.product-card{position:relative;aspect-ratio:1;border-radius:var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);background:var(--ironfit-gray-100);overflow:visible}.product-card__photo{width:100%;height:100%;object-fit:cover;border-radius:inherit}.product-card__wishlist{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:1.75rem;height:1.75rem;color:#111}.product-card__wishlist svg{width:100%;height:100%}.product-card__wishlist:hover svg path,.product-card__wishlist:focus-visible svg path{fill:currentColor}.product-card__notch{--notch-size: 2.625rem;--notch-radius: 1rem;--notch-fillet: .875rem;position:absolute;right:0;bottom:0;width:var(--notch-size);height:var(--notch-size);background:var(--ironfit-white);border-top-left-radius:var(--notch-radius);pointer-events:none}.product-card__notch:before,.product-card__notch:after{content:"";position:absolute;width:var(--notch-fillet);height:var(--notch-fillet);background:radial-gradient(circle var(--notch-fillet) at 0 0,transparent calc(100% - .5px),var(--ironfit-white) 100%)}.product-card__notch:before{right:0;bottom:100%}.product-card__notch:after{right:100%;bottom:0}.product-card__buy{position:absolute;right:calc(-1 * var(--card-overhang));bottom:calc(-1 * var(--card-overhang));display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.75rem;background:#333;color:var(--ironfit-white)}.product-card__buy svg{width:1.25rem;height:1.25rem}.featured-equipment__controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);margin-top:3.5rem}.featured-equipment__controls[hidden]{display:none}.featured-equipment__progress{display:flex;flex:1 1 auto;gap:1.5rem}.featured-equipment__page{flex:1 1 0;max-width:183px;height:4px;border-radius:var(--radius-full);border:none;padding:0;background:#908e8e;cursor:pointer}.featured-equipment__page[aria-current=true]{background:#313233}.featured-equipment__arrows{display:flex;gap:var(--space-3)}.featured-equipment__arrow{display:grid;place-items:center;width:2.875rem;height:2.875rem;padding:0;border:1px solid var(--ironfit-teal);border-radius:var(--radius-full);background:var(--ironfit-teal);color:var(--ironfit-white);cursor:pointer}.featured-equipment__arrow svg{width:1.5rem;height:1.5rem}.featured-equipment__arrow:disabled{border-color:#d6d6d6;background:var(--ironfit-white);color:#c4c4c4;cursor:default}@media(max-width:1100px){.featured-equipment__track{--cards-per-view: 3}}@media(max-width:1200px){.featured-equipment{background-image:none}}@media(max-width:820px){.featured-equipment__track{--cards-per-view: 2;--card-gap: 1.25rem}.featured-equipment__tabs{gap:var(--space-4) 2.5rem}.featured-equipment__controls{gap:var(--space-6);margin-top:var(--space-8)}.featured-equipment__progress{gap:.75rem}}@media(max-width:560px){.featured-equipment__track{--cards-per-view: 1}.badge--lg{font-size:.875rem}.tab{font-size:1.0625rem}.featured-equipment__tabs{gap:var(--space-4) 1.75rem}.featured-equipment__progress{gap:.5rem}.featured-equipment__page{min-width:.5rem}}@media(prefers-reduced-motion:reduce){.featured-equipment__track{scroll-behavior:auto}.faq__icon-bar{transition:none}}.catalog{padding-top:6.75rem;padding-bottom:1.625rem}.catalog__container{max-width:calc(var(--catalog-max) + 2 * var(--container-padding));margin-inline:auto;padding-inline:var(--container-padding)}.catalog__masthead{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-6);padding-block:var(--space-8) 1.75rem;border-top:1px solid var(--ironfit-rule)}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin:0;padding:0;list-style:none;font-size:.875rem}.breadcrumb li+li:before{content:"/";margin-right:.9rem;color:var(--ironfit-gray-500)}.breadcrumb a{color:var(--ironfit-ink);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb [aria-current=page]{color:var(--ironfit-navy);font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:.02em}.catalog__brands{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin:0;padding:0;list-style:none}.catalog__brands img{height:1.75rem;width:auto;filter:grayscale(1) opacity(.7)}.catalog__layout{display:grid;grid-template-columns:295px minmax(0,1fr);gap:47px;align-items:start}.catalog__results{border-top:1px solid var(--ironfit-rule);padding-top:1.75rem}.catalog__sidebar{display:flex;flex-direction:column;gap:2.125rem}.filters{background:var(--ironfit-gray-100);border-radius:var(--radius-md);padding:1.5rem 1.125rem 2.625rem}.filters__summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none}.filters__summary::-webkit-details-marker{display:none}.filters__summary h2{margin:0;font-size:1.3125rem;font-weight:var(--fw-semibold);letter-spacing:.01em;text-transform:uppercase;color:var(--ironfit-gray-700)}.filters__chevron{width:1.25rem;height:1.25rem;flex:none;color:var(--ironfit-gray-500);transition:transform .2s ease}.filters[open] .filters__chevron{transform:rotate(180deg)}@media(min-width:1024px){.filters__summary{cursor:default;pointer-events:none}.filters__chevron{display:none}}.filters__form{margin-top:1.375rem}.filters__group{margin:0;padding:1.125rem 0 .9375rem;border:0;border-top:1px solid var(--ironfit-rule)}.filters__group legend{float:left;width:100%;padding:0;margin-bottom:1.375rem;font-size:.875rem;font-weight:var(--fw-semibold);color:var(--ironfit-gray-700)}.filters__option,.price-range{clear:both}.filters__option{display:flex;align-items:center;gap:.5rem;min-height:2.3125rem;cursor:pointer;font-size:.875rem;color:var(--ironfit-gray-700)}.filters__option input{position:absolute;opacity:0;width:1.125rem;height:1.125rem;margin:0}.filters__box{display:grid;place-items:center;flex:none;width:1.125rem;height:1.125rem;border:1px solid var(--ironfit-gray-300);border-radius:3px;background:var(--ironfit-white);color:var(--ironfit-white)}.filters__box svg{width:.75rem;height:.75rem;opacity:0}.filters__option input:checked+.filters__box{background:var(--ironfit-teal);border-color:var(--ironfit-teal)}.filters__option input:checked+.filters__box svg{opacity:1}.filters__option input:focus-visible+.filters__box{outline:2px solid var(--ironfit-teal-dark);outline-offset:2px}.filters__label{flex:1}.filters__count{color:var(--ironfit-gray-500);font-size:.8125rem;font-variant-numeric:tabular-nums}.filters__group--price{padding-bottom:0}.price-range{position:relative;height:.875rem;margin:1.5625rem 0 .9375rem}.price-range__track,.price-range__fill{position:absolute;top:50%;height:.5625rem;border-radius:var(--radius-full);transform:translateY(-50%)}.price-range__track{left:0;right:0;background:var(--ironfit-gray-300)}.price-range__fill{left:var(--from);right:calc(100% - var(--to));background:var(--ironfit-teal)}.price-range__knob{position:absolute;top:50%;width:.875rem;height:.875rem;margin-left:-.4375rem;border-radius:50%;background:var(--ironfit-teal);transform:translateY(-50%)}.price-range__knob--from{left:var(--from)}.price-range__knob--to{left:var(--to)}.price-range__inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.price-range__inputs input{width:100%;height:2.1875rem;padding-inline:.5rem;font-variant-numeric:tabular-nums;border:1px solid var(--ironfit-rule);border-radius:var(--radius-sm);background:transparent;font-size:.75rem;color:var(--ironfit-gray-700)}.price-range__inputs input:focus-visible{outline:2px solid var(--ironfit-teal-dark);outline-offset:1px}.filters__apply{display:block;width:100%;margin-top:.6875rem;padding:.5625rem;border:0;border-radius:var(--radius-md);background:var(--ironfit-teal);color:var(--ironfit-white);font-size:.875rem;font-weight:var(--fw-medium);cursor:pointer}.filters__apply:hover{background:var(--ironfit-teal-dark)}.filters__reset{display:block;margin-top:.9375rem;text-align:center;font-size:.8125rem;color:var(--ironfit-gray-700);text-decoration:none}.filters__reset:hover{text-decoration:underline}.filters__reset.is-disabled{color:var(--ironfit-gray-500)}.help-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem 1.5rem;background:var(--ironfit-gray-100);border-radius:var(--radius-md);padding:1.5rem 1.125rem}.help-card__icon{width:2.9375rem;height:2.9375rem;color:var(--ironfit-teal)}.help-card h3{margin:0 0 .25rem;font-size:.875rem;color:var(--ironfit-gray-700)}.help-card p{margin:0;font-size:.75rem;line-height:1.5;color:var(--ironfit-gray-500)}.help-card__button{grid-column:1 / -1;margin-top:.5rem;padding:.6875rem;border-radius:var(--radius-md);background:var(--ironfit-orange);color:var(--ironfit-white);font-size:.875rem;font-weight:var(--fw-medium);text-align:center;text-decoration:none}.help-card__button:hover{background:var(--ironfit-orange-deep)}.toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:1.125rem}.toolbar__summary{margin:0;font-size:.875rem;font-weight:var(--fw-medium);color:var(--ironfit-gray-700)}.toolbar__controls{display:flex;flex-wrap:wrap;align-items:center;gap:1.1875rem}.toolbar__field{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--ironfit-gray-700)}.toolbar__field select{height:2.375rem;padding:0 2rem 0 .75rem;border:1px solid var(--ironfit-hairline);border-radius:var(--radius-md);background:var(--ironfit-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23313233' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right .75rem center / .75rem auto;font-size:.8125rem;color:var(--ironfit-gray-700);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.toolbar__field--sort select{min-width:12.3125rem}.toolbar__views{display:flex}.toolbar__view{display:grid;place-items:center;width:2.3125rem;height:2.375rem;border:1px solid var(--ironfit-hairline);background:var(--ironfit-white);color:var(--ironfit-gray-300)}.toolbar__view+.toolbar__view{border-left:0}.toolbar__view:first-child{border-radius:var(--radius-md) 0 0 var(--radius-md)}.toolbar__view:last-child{border-radius:0 var(--radius-md) var(--radius-md) 0}.toolbar__view svg{fill:currentColor;width:auto;height:auto;max-width:1.375rem;max-height:1.375rem}.toolbar__view:hover{color:var(--ironfit-gray-500)}.toolbar__view.is-active{color:var(--ironfit-gray-700)}.toolbar__go{height:2.375rem;padding-inline:1rem;border:1px solid var(--ironfit-hairline);border-radius:var(--radius-md);background:var(--ironfit-white);cursor:pointer}.catalog__grid{display:grid;grid-template-columns:repeat(var(--catalog-columns, 3),minmax(0,1fr));gap:1.625rem;margin:0;padding:0;list-style:none}.catalog__empty{margin:0;padding:var(--space-16) 0;text-align:center;color:var(--ironfit-gray-500)}.catalog-card{height:100%;border:1px solid var(--ironfit-hairline);border-radius:6px;background:var(--ironfit-white);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.catalog-card:hover{border-color:var(--ironfit-gray-300);box-shadow:0 6px 18px #14161c14}.catalog-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.catalog-card__link:focus-visible{outline:2px solid var(--ironfit-teal-dark);outline-offset:-2px}.catalog-card__media{position:relative;aspect-ratio:289 / 241;background:var(--ironfit-gray-100)}.catalog-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.catalog-card__brand,.catalog-card__discount{position:absolute;top:.8125rem;display:inline-flex;align-items:center;height:1.5625rem;padding-inline:.625rem;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:var(--fw-semibold);letter-spacing:.02em}.catalog-card__brand{left:.6875rem;background:var(--brand-ironfit);color:var(--ironfit-white)}.catalog-card__brand--shua{background:var(--brand-shua)}.catalog-card__brand--ironfit{background:var(--brand-ironfit)}.catalog-card__brand--aliron{background:var(--brand-aliron);color:var(--ironfit-ink)}.catalog-card__brand--concept2{background:var(--brand-concept2);color:var(--ironfit-ink)}.catalog-card__discount{right:.6875rem;background:var(--ironfit-orange);color:var(--ironfit-white)}.catalog-card__body{display:flex;flex-direction:column;flex:1;padding:1.375rem 1.0625rem 1rem}.catalog-card__title{margin:0;font-size:.875rem;font-weight:var(--fw-semibold);line-height:1.4;color:var(--ironfit-gray-700)}.catalog-card__model{display:block}.catalog-card__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-top:auto;padding-top:.75rem}.catalog-card__category{font-size:.75rem;color:var(--ironfit-gray-500)}.catalog-card__price{margin:0;text-align:right;line-height:1.25}.catalog-card__price del{display:block;font-size:.6875rem;color:var(--ironfit-gray-500);text-decoration:line-through;text-decoration-color:var(--ironfit-red)}.catalog-card__price strong{font-size:.875rem;font-weight:var(--fw-semibold);color:var(--ironfit-gray-700);white-space:nowrap}.pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4);margin-top:2.125rem}.pager__pages{display:flex;align-items:center;gap:.5625rem;margin:0;padding:0;list-style:none}.pager__page{display:grid;place-items:center;width:3.0625rem;height:3.0625rem;border:1px solid var(--ironfit-rule);border-radius:50%;font-size:.875rem;font-weight:var(--fw-medium);color:var(--ironfit-gray-700);text-decoration:none}.pager__page:hover{border-color:var(--ironfit-teal);color:var(--ironfit-teal-dark)}.pager__page.is-current{background:var(--ironfit-teal);border-color:var(--ironfit-teal);color:var(--ironfit-white)}.pager__gap{display:flex;gap:.1875rem;padding-inline:.5rem}.pager__gap span{width:.5rem;height:.5rem;border-radius:50%;background:var(--ironfit-gray-700)}.pager__arrows{display:flex;gap:.8125rem}.pager__arrow{display:grid;place-items:center;width:2.875rem;height:2.875rem;border:1px solid var(--ironfit-rule);border-radius:50%;color:var(--ironfit-gray-700)}.pager__arrow--next{background:var(--ironfit-teal);border-color:var(--ironfit-teal);color:var(--ironfit-white)}.pager__arrow:hover{border-color:var(--ironfit-teal-dark)}.pager__arrow--next:hover{background:var(--ironfit-teal-dark)}.pager__arrow.is-disabled{opacity:.4}.pager__arrow--next.is-disabled{background:var(--ironfit-white);border-color:var(--ironfit-rule);color:var(--ironfit-gray-500)}@media(max-width:1180px){.catalog__layout{grid-template-columns:260px minmax(0,1fr);gap:var(--space-8)}}@media(min-width:1024px)and (max-width:1180px){.catalog__grid{grid-template-columns:repeat(min(var(--catalog-columns, 3),2),minmax(0,1fr))}}@media(max-width:1023px){.catalog__layout{grid-template-columns:minmax(0,1fr)}.catalog__results{border-top:0;padding-top:0}.catalog__sidebar{gap:var(--space-4)}.filters:not([open]){padding-bottom:1.5rem}.help-card{grid-template-columns:auto minmax(0,1fr) auto}.help-card__button{grid-column:auto;margin-top:0;align-self:center;padding-inline:1.75rem}}@media(max-width:720px){.catalog__grid{grid-template-columns:repeat(min(var(--catalog-columns, 3),2),minmax(0,1fr))}.catalog__masthead{gap:var(--space-4)}.catalog__brands{gap:1.25rem}.catalog__brands img{height:1.25rem}.toolbar{align-items:flex-start;flex-direction:column}.toolbar__controls{width:100%;gap:.75rem}.toolbar__field--sort{flex:1}.toolbar__field--sort select{width:100%;min-width:0}.help-card{grid-template-columns:auto minmax(0,1fr)}.help-card__button{grid-column:1 / -1;margin-top:.5rem}}@media(max-width:560px){.catalog__grid{grid-template-columns:minmax(0,1fr)}.toolbar__field--sort{flex-basis:100%}.pager{justify-content:center}.pager__page{width:2.5rem;height:2.5rem}}@media(prefers-reduced-motion:reduce){.filters__chevron,.catalog-card{transition:none}}.price-range--live .price-range__knob{display:none}.price-range__slider{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.price-range__slider:focus-visible{outline:none}.price-range__slider::-webkit-slider-thumb{width:.875rem;height:.875rem;border:0;border-radius:50%;background:var(--ironfit-teal);pointer-events:auto;cursor:grab;-webkit-appearance:none;-moz-appearance:none;appearance:none}.price-range__slider::-moz-range-thumb{width:.875rem;height:.875rem;border:0;border-radius:50%;background:var(--ironfit-teal);pointer-events:auto;cursor:grab}.price-range__slider:focus-visible::-webkit-slider-thumb{outline:2px solid var(--ironfit-teal-dark);outline-offset:2px}.price-range__slider:focus-visible::-moz-range-thumb{outline:2px solid var(--ironfit-teal-dark);outline-offset:2px}.product-detail{padding-top:6.75rem;padding-bottom:var(--space-16)}.product-detail__container{max-width:calc(var(--catalog-max) + 2 * var(--container-padding));margin-inline:auto;padding-inline:var(--container-padding)}.product-detail__breadcrumb [aria-current=page]{text-transform:none;letter-spacing:normal;color:var(--ironfit-gray-700);font-weight:var(--fw-regular)}.product-detail__summary{display:grid;grid-template-columns:minmax(0,593fr) minmax(0,560fr);gap:5.5rem;margin-top:var(--space-10)}.product-gallery__stage{position:relative;aspect-ratio:1;border-radius:var(--radius-lg);background:var(--ironfit-gray-100)}.product-gallery__image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.product-gallery__image[hidden]{display:none}.product-gallery__notch{--notch-depth: 4.5rem;--notch-height: 4.75rem;--notch-radius: 2rem;--notch-fillet: 1rem;position:absolute;top:50%;translate:0 -50%;width:var(--notch-depth);height:var(--notch-height);background:var(--ironfit-white);pointer-events:none}.product-gallery__notch:before,.product-gallery__notch:after{content:"";position:absolute;width:var(--notch-fillet);height:var(--notch-fillet)}.product-gallery__notch--prev{left:0;border-radius:0 var(--notch-radius) var(--notch-radius) 0}.product-gallery__notch--prev:before{left:0;bottom:100%;background:radial-gradient(circle var(--notch-fillet) at 100% 0,transparent calc(100% - .5px),var(--ironfit-white) 100%)}.product-gallery__notch--prev:after{left:0;top:100%;background:radial-gradient(circle var(--notch-fillet) at 100% 100%,transparent calc(100% - .5px),var(--ironfit-white) 100%)}.product-gallery__notch--next{right:0;border-radius:var(--notch-radius) 0 0 var(--notch-radius)}.product-gallery__notch--next:before{right:0;bottom:100%;background:radial-gradient(circle var(--notch-fillet) at 0 0,transparent calc(100% - .5px),var(--ironfit-white) 100%)}.product-gallery__notch--next:after{right:0;top:100%;background:radial-gradient(circle var(--notch-fillet) at 0 100%,transparent calc(100% - .5px),var(--ironfit-white) 100%)}.product-gallery__arrow{position:absolute;top:50%;translate:0 -50%;display:grid;place-items:center;width:3.5rem;height:3.5rem;padding:0;border:none;border-radius:var(--radius-full);background:var(--ironfit-teal);color:var(--ironfit-white);cursor:pointer}.product-gallery__arrow svg{width:1.75rem;height:1.75rem}.product-gallery__arrow--prev{left:.25rem}.product-gallery__arrow--next{right:.25rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1rem 0 0;padding:0;list-style:none}.product-gallery__thumb{display:block;width:100%;padding:0;border:2px solid transparent;border-radius:var(--radius-sm);background:var(--ironfit-gray-100);cursor:pointer;overflow:hidden}.product-gallery__thumb img{width:100%;aspect-ratio:137 / 131;object-fit:cover}.product-gallery__thumb[aria-current=true]{border-color:var(--ironfit-teal)}.product-detail__code,.product-detail__title{margin:0;font-size:1.75rem;font-weight:var(--fw-semibold);line-height:1.3}.product-detail__title{margin-top:.35rem}.product-detail__description{margin:var(--space-6) 0 0;max-width:34rem;color:var(--ironfit-gray-600);line-height:1.6}.quantity{display:inline-flex;align-items:center;margin-top:var(--space-10);border-radius:var(--radius-full);background:var(--ironfit-bg-light)}.quantity__step{width:3.25rem;height:3.25rem;padding:0;border:none;border-radius:var(--radius-full);background:none;color:var(--ironfit-gray-700);font-size:1.25rem;line-height:1;cursor:pointer}.quantity__value{width:3.25rem;padding:0;border:none;background:none;text-align:center;font-size:1rem;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity__value::-webkit-outer-spin-button,.quantity__value::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.product-detail__actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-6)}.product-detail__action{min-width:14rem;padding-block:1rem;text-align:center}.product-detail__action--ghost{border:1px solid var(--ironfit-gray-300);color:var(--ironfit-ink)}.product-detail__rule,.product-details{border:0;border-top:1px solid var(--ironfit-rule)}.product-detail__rule{margin:var(--space-10) 0 var(--space-8)}.product-detail__meta{margin:0;display:grid;gap:var(--space-6);font-size:.9375rem;line-height:1.6}.product-detail__meta div{display:flex;flex-wrap:wrap;gap:.35rem}.product-detail__meta dt{font-weight:var(--fw-semibold)}.product-detail__meta dd{margin:0;flex:1 1 18rem;color:var(--ironfit-gray-700)}.product-share{display:flex;align-items:center;gap:var(--space-4);margin-top:var(--space-6);font-size:.9375rem}.product-share ul{display:flex;gap:.75rem;margin:0;padding:0;list-style:none}.product-share a{display:grid;place-items:center;width:2rem;height:2rem;border:1px solid var(--ironfit-teal);border-radius:var(--radius-full);color:var(--ironfit-teal)}.product-share a:hover,.product-share a:focus-visible{background:var(--ironfit-teal);color:var(--ironfit-white)}.product-share svg{width:1rem;height:1rem}.product-details{margin-top:var(--space-16);padding-top:var(--space-12)}.product-details__tabs .tab{text-transform:none;letter-spacing:normal;font-size:1.625rem;font-weight:var(--fw-regular);color:var(--ironfit-gray-700)}.product-details__tabs .tab[aria-selected=true]{color:var(--ironfit-teal)}.product-details__tabs .tab[aria-selected=false] .tab__dot{visibility:hidden}.product-details__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4) 3.5rem;margin-bottom:var(--space-10)}.product-details__panel[hidden]{display:none}.product-details__line{margin:0;max-width:68ch;line-height:1.6;color:var(--ironfit-gray-700)}.product-details__line--gap{height:1.6em}.related-products{margin-top:var(--space-16);padding-top:var(--space-12);border-top:1px solid var(--ironfit-rule);--card-overhang: .25rem}.related-products__heading{display:block;width:fit-content;margin:0 auto var(--space-12);text-transform:none;letter-spacing:normal;font-size:1.25rem;font-weight:var(--fw-regular);padding:.7rem 2.25rem}@media(max-width:1100px){.product-detail__summary{gap:var(--space-12)}}@media(max-width:900px){.product-detail__summary{grid-template-columns:minmax(0,1fr);gap:var(--space-10)}.product-detail__description{max-width:none}.product-gallery__stage{aspect-ratio:4 / 3}}@media(max-width:640px){.product-detail{padding-top:5.5rem}.product-detail__code,.product-detail__title{font-size:1.375rem}.product-gallery__arrow{width:2.75rem;height:2.75rem}.product-gallery__arrow svg{width:1.375rem;height:1.375rem}.product-gallery__notch{--notch-depth: 1.5rem;--notch-height: 4.25rem;--notch-radius: 1.125rem}.product-detail__action{flex:1 1 100%;min-width:0}.product-details__tabs{gap:var(--space-4) var(--space-8)}.product-detail__meta div{display:block}.product-detail__meta dt{margin-bottom:.25rem}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-weight:var(--fw-regular);color:var(--ironfit-ink);background:var(--ironfit-white);-webkit-font-smoothing:antialiased;font-synthesis:none}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:var(--fw-semibold)}h2{font-size:1.375rem}h3{font-size:1.0625rem}h4{font-size:.9375rem}strong,b{font-weight:var(--fw-semibold)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
