.mxm-products-page .entry-content,
.mxm-products-page .site-main,
.mxm-products-page article,
.mxm-products-page .content-area,
.mxm-equipment-sales-page .entry-content,
.mxm-equipment-sales-page .site-main,
.mxm-equipment-sales-page article,
.mxm-equipment-sales-page .content-area,
.mxm-catalog-page .content-area,
.mxm-catalog-page .site-main,
.mxm-catalog-page .content-wrap,
.mxm-catalog-page .site-container,
.mxm-catalog-page .content-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.mxm-catalog-page .content-container.site-container {
    display: block !important;
    grid-template-columns: none !important;
}

.mxm-products,
.mxm-catalog-page {
    --catalog-ink: #15171a;
    --catalog-muted: #676d75;
    --catalog-line: #dedfe2;
    color: var(--catalog-ink);
    background: #fff;
    font-family: "Work Sans", sans-serif;
}

.mxm-products *,
.mxm-products *::before,
.mxm-products *::after,
.mxm-catalog-page .woocommerce *,
.mxm-catalog-page .woocommerce *::before,
.mxm-catalog-page .woocommerce *::after {
    box-sizing: border-box;
}

.mxm-products-shell {
    width: min(1760px, calc(100% - 128px));
    margin-inline: auto;
}

.mxm-products-kicker {
    margin: 0 0 24px;
    color: var(--mxm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.mxm-products-hero {
    overflow: hidden;
    background:
        linear-gradient(rgba(20, 23, 27, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 23, 27, .035) 1px, transparent 1px),
        #f6f6f7;
    background-size: 58px 58px;
}

.mxm-products-hero__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    min-height: 690px;
    gap: 76px;
    padding-block: 72px;
}

.mxm-products-hero__content h1 {
    max-width: 800px;
    margin: 0;
    color: var(--catalog-ink);
    font-size: clamp(52px, 5.4vw, 88px);
    letter-spacing: -.06em;
    line-height: .96;
}

.mxm-products-hero__content > p:not(.mxm-products-kicker) {
    max-width: 690px;
    margin: 30px 0 0;
    color: #535960;
    font-size: 18px;
    line-height: 1.65;
}

.mxm-products-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 38px;
}

.mxm-products-actions > a:not(.mxm-v2-button) {
    padding: 15px 2px;
    border-bottom: 1px solid #878c92;
    color: var(--catalog-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-products-hero__visual {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr .75fr;
    grid-template-rows: 1fr 1fr;
    min-height: 535px;
    border: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-products-hero__visual figure {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-left: 1px solid var(--catalog-line);
}

.mxm-products-hero__visual figure:nth-of-type(2) {
    border-bottom: 1px solid var(--catalog-line);
}

.mxm-products-hero__visual .mxm-products-hero__main {
    grid-row: 1 / 3;
    border-left: 0;
}

.mxm-products-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
    mix-blend-mode: multiply;
}

.mxm-products-hero__visual > span {
    position: absolute;
    right: 22px;
    bottom: 20px;
    padding: 12px 15px;
    color: #fff;
    background: var(--catalog-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.mxm-products-categories,
.mxm-products-list {
    padding: 110px 0;
}

.mxm-products-categories__title {
    margin: 0 0 42px;
    color: #111317;
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.035em;
    text-align: center;
}

.mxm-products-categories__intro {
    max-width: 760px;
    margin: -20px auto 42px;
    color: var(--catalog-muted);
    font-size: 17px;
    line-height: 1.65;
    text-align: center;
}

.mxm-products-heading {
    display: grid;
    grid-template-columns: .4fr 1fr;
    gap: 70px;
    margin-bottom: 54px;
}

.mxm-products-heading h2 {
    max-width: 930px;
    margin: 0;
    color: var(--catalog-ink);
    font-size: clamp(42px, 4.5vw, 68px);
    letter-spacing: -.055em;
    line-height: 1;
}

.mxm-products-heading > div > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--catalog-muted);
    font-size: 16px;
    line-height: 1.7;
}

.mxm-products-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--catalog-line);
    border-left: 1px solid var(--catalog-line);
}

.mxm-products-category {
    display: grid;
    grid-template-columns: 235px 1fr;
    min-height: 285px;
    border-right: 1px solid var(--catalog-line);
    border-bottom: 1px solid var(--catalog-line);
    color: var(--catalog-ink);
    background: #fff;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.mxm-products-category figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid var(--catalog-line);
    background: #f6f6f7;
}

.mxm-products-category figure::after {
    position: absolute;
    top: 16%;
    right: 0;
    width: 4px;
    height: 68%;
    background: var(--mxm-red);
    content: "";
    z-index: 2;
}

.mxm-products-category figure.mxm-products-category__pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3px;
    padding: 12px;
}

.mxm-products-category figure.mxm-products-category__pair img {
    min-width: 0;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.mxm-products-category figure img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 22px;
    object-fit: contain;
    transition: transform .3s ease;
}

.mxm-products-category > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px;
}

.mxm-products-category small {
    color: var(--mxm-red);
    font-size: 11px;
    font-weight: 800;
}

.mxm-products-category h3 {
    margin: 36px 0 10px;
    color: inherit;
    font-size: 25px;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.mxm-products-category p {
    margin: 0;
    color: var(--catalog-muted);
    font-size: 14px;
    line-height: 1.55;
}

.mxm-products-category > div > span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mxm-products-category svg,
.mxm-product-card__link svg {
    width: 18px;
}

.mxm-products-category:hover {
    color: #fff;
    background: var(--catalog-ink);
}

.mxm-products-category:hover p { color: #c9ccd0; }
.mxm-products-category:hover figure img { transform: scale(1.04); }

.mxm-equipment-sales__hero {
    padding: 92px 0 82px;
    color: #fff;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        #171a1e;
    background-size: 58px 58px;
}

.mxm-equipment-sales__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    align-items: end;
    gap: 90px;
}

.mxm-equipment-sales__hero h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.2vw, 82px);
    letter-spacing: -.06em;
    line-height: .96;
}

.mxm-equipment-sales__hero-grid > div:last-child > p {
    margin: 0 0 28px;
    color: #b9bec4;
    font-size: 17px;
    line-height: 1.7;
}

.mxm-equipment-sales__nav {
    border-bottom: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-equipment-sales__nav .mxm-products-shell {
    display: flex;
    align-items: center;
    min-height: 74px;
    gap: 42px;
}

.mxm-equipment-sales__nav a {
    color: var(--catalog-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-equipment-sales__nav a:last-child {
    margin-left: auto;
    color: var(--mxm-red);
}

.mxm-equipment-sales__notice {
    padding: 68px 0;
    color: #fff;
    background: var(--mxm-red);
}

.mxm-equipment-sales__notice .mxm-products-shell {
    display: grid;
    grid-template-columns: .75fr 1.25fr auto;
    align-items: center;
    gap: 50px;
}

.mxm-equipment-sales__notice strong {
    font-size: clamp(25px, 2.5vw, 38px);
    letter-spacing: -.035em;
    line-height: 1.05;
}

.mxm-equipment-sales__notice p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.65;
}

.mxm-equipment-sales__notice a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-equipment-sales__notice svg { width: 18px; }

.mxm-equipment-choices {
    padding: 88px 0 100px;
    background: #fff;
}

.mxm-equipment-choices h2 {
    max-width: 860px;
    margin: 0 0 44px;
    color: var(--catalog-ink);
    font-size: clamp(38px, 4vw, 60px);
    line-height: 1;
    letter-spacing: -.045em;
}

.mxm-equipment-choices__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--catalog-line);
    border-left: 1px solid var(--catalog-line);
}

.mxm-equipment-choices__grid > a {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) 1fr auto;
    grid-template-rows: auto auto 1fr;
    align-items: center;
    min-height: 390px;
    padding: 34px;
    border-right: 1px solid var(--catalog-line);
    border-bottom: 1px solid var(--catalog-line);
    color: var(--catalog-ink);
    text-decoration: none;
}

.mxm-equipment-choices__grid figure {
    position: relative;
    grid-row: 1 / 4;
    height: 280px;
    margin: 0 34px 0 0;
    background: #f5f5f6;
}

.mxm-equipment-choices__grid figure::after {
    position: absolute;
    top: 15%;
    right: 0;
    width: 4px;
    height: 70%;
    background: var(--mxm-red);
    content: "";
    z-index: 2;
}

.mxm-equipment-choices__grid figure img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.mxm-equipment-choices__grid figure.mxm-equipment-choices__pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.mxm-equipment-choices__grid figure.mxm-equipment-choices__pair img { min-width: 0; padding: 8px; }
.mxm-equipment-choices__grid > a > span { align-self: end; color: var(--mxm-red); font-size: 11px; font-weight: 850; }
.mxm-equipment-choices__grid h3 { margin: 14px 0 9px; font-size: 29px; line-height: 1.05; letter-spacing: -.035em; }
.mxm-equipment-choices__grid p { align-self: start; margin: 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.6; }
.mxm-equipment-choices__grid > a > svg { align-self: end; grid-column: 3; grid-row: 1 / 4; width: 20px; }

.mxm-products-partners {
    padding: 92px 0;
    color: #fff;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        #171a1e;
    background-size: 58px 58px;
}

.mxm-products-partners .mxm-products-kicker { margin-bottom: 0; }

.mxm-products-partners__heading,
.mxm-products-represented__intro {
    display: block;
}

.mxm-products-partners__heading > div,
.mxm-products-represented__intro > div {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: end;
    gap: 56px;
}

.mxm-products-partners__heading h2,
.mxm-products-represented__intro h2 {
    max-width: 900px;
    margin: 0;
    color: inherit;
    font-size: clamp(38px, 4vw, 62px);
    letter-spacing: -.055em;
    line-height: 1;
}

.mxm-products-partners__heading > div > p,
.mxm-products-represented__intro > div > p {
    max-width: 760px;
    margin: 0;
    color: #aeb4bb;
    font-size: 16px;
    line-height: 1.65;
}

.mxm-products-partners__featured {
    display: grid;
    grid-template-columns: 1fr 430px;
    margin-top: 54px;
    border: 1px solid rgba(255, 255, 255, .14);
}

.mxm-products-partners__featured-copy {
    padding: 42px 46px;
}

.mxm-products-partners__featured-copy > span,
.mxm-products-partners__history > p {
    color: #f06a67;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.mxm-products-partners__featured-copy h3 {
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(30px, 3vw, 46px);
    letter-spacing: -.04em;
}

.mxm-products-partners__featured-copy p {
    max-width: 820px;
    margin: 0;
    color: #bbc0c6;
    font-size: 15px;
    line-height: 1.65;
}

.mxm-products-partners__featured-copy a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 26px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-products-partners__featured-copy svg { width: 18px; }

.mxm-products-partners__conect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 42px;
    border-left: 1px solid rgba(255, 255, 255, .14);
    background: #fff;
    text-decoration: none;
}

.mxm-products-partners__conect img {
    width: min(100%, 300px);
    height: auto;
}

.mxm-products-partners__conect small {
    color: #6d7279;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.mxm-products-partners__history {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    margin-top: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
}

.mxm-products-partners__history > p {
    margin: 0;
    padding: 28px 34px;
    line-height: 1.5;
}

.mxm-products-partners__rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.mxm-products-partners__rail figure {
    display: grid;
    place-items: center;
    min-height: 132px;
    height: 100%;
    margin: 0;
    padding: 20px;
    border-right: 1px solid #e3e4e6;
    background: #fff;
}

.mxm-products-partners__rail figure:last-child { border-right: 0; }

.mxm-products-partners__rail img {
    width: 100%;
    max-width: 150px;
    max-height: 62px;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter .2s ease, transform .2s ease;
}

.mxm-products-partners__rail figure:hover img { filter: none; transform: translateY(-2px); }
.mxm-products-partners__rail figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.mxm-products-represented {
    padding: 100px 0;
    color: var(--catalog-ink);
    background: #fff;
}

.mxm-products-represented__intro { margin-bottom: 72px; }
.mxm-products-represented__intro > div > p { color: var(--catalog-muted); }

.mxm-represented-line + .mxm-represented-line { margin-top: 82px; }

.mxm-represented-line > header {
    display: grid;
    grid-template-columns: .62fr 1fr;
    align-items: end;
    gap: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--catalog-line);
}

.mxm-represented-line > header span {
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.mxm-represented-line > header h3 {
    margin: 8px 0 0;
    color: var(--catalog-ink);
    font-size: clamp(31px, 3.3vw, 48px);
    letter-spacing: -.045em;
}

.mxm-represented-line > header p {
    max-width: 780px;
    margin: 0;
    color: var(--catalog-muted);
    font-size: 15px;
    line-height: 1.65;
}

.mxm-represented-line__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    border-left: 1px solid var(--catalog-line);
}

.mxm-represented-product {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-right: 1px solid var(--catalog-line);
    border-bottom: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-represented-product figure {
    aspect-ratio: 1.25;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid var(--catalog-line);
    background: #f5f5f6;
}

.mxm-represented-product figure img {
    width: 100%;
    height: 100%;
    padding: 25px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}

.mxm-represented-product:hover figure img { transform: scale(1.035); }

.mxm-represented-product__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.mxm-represented-product__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.mxm-represented-product__meta span,
.mxm-represented-product__meta small {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.mxm-represented-product__meta span { color: var(--mxm-red); }
.mxm-represented-product__meta small { color: #777d84; }

.mxm-represented-product h4 {
    margin: 25px 0 12px;
    color: var(--catalog-ink);
    font-size: 23px;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.mxm-represented-product p {
    margin: 0;
    color: var(--catalog-muted);
    font-size: 14px;
    line-height: 1.58;
}

.mxm-represented-product ul {
    display: grid;
    gap: 7px;
    margin: 22px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--catalog-line);
    list-style: none;
}

.mxm-represented-product li {
    color: #42474d;
    font-size: 12px;
}

.mxm-represented-product li::before {
    margin-right: 8px;
    color: var(--mxm-red);
    content: "+";
    font-weight: 800;
}

.mxm-represented-product a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 25px;
    color: var(--catalog-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-represented-product a svg { width: 17px; }

.mxm-products-represented__note {
    max-width: 1000px;
    margin: 30px 0 0;
    color: #777d84;
    font-size: 12px;
    line-height: 1.55;
}

.mxm-products-list {
    background: #f5f5f6;
}

.mxm-catalog-filter {
    display: grid;
    grid-template-columns: minmax(300px, .65fr) 1.35fr auto;
    align-items: end;
    gap: 24px;
    margin: 0 0 34px;
    padding: 24px;
    border: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-catalog-filter__search label {
    display: block;
    margin-bottom: 9px;
    color: #666c73;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mxm-catalog-filter__search > div {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    align-items: center;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid #cfd2d5;
}

.mxm-catalog-filter__search svg { width: 20px; color: var(--mxm-red); }
.mxm-catalog-filter__search input {
    min-width: 0;
    height: 50px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: var(--catalog-ink);
    background: transparent;
    font: inherit;
    font-size: 14px;
}

.mxm-catalog-filter__search button {
    padding: 7px 0 7px 10px;
    border: 0;
    color: #5e646b;
    background: transparent;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.mxm-catalog-filter__lines {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mxm-catalog-filter__lines button,
.mxm-catalog-archive-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #d7d9dc;
    color: #383d43;
    background: #f7f7f8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.mxm-catalog-filter__lines button span,
.mxm-catalog-archive-nav a span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #6e747b;
    background: #fff;
    font-size: 9px;
}

.mxm-catalog-filter__lines button.is-active,
.mxm-catalog-archive-nav a.is-active {
    border-color: var(--catalog-ink);
    color: #fff;
    background: var(--catalog-ink);
}

.mxm-catalog-filter__result {
    margin: 0 0 10px;
    white-space: nowrap;
    color: #777d84;
    font-size: 11px;
}

.mxm-catalog-filter__result strong { color: var(--catalog-ink); font-size: 17px; }
.mxm-product-card[hidden] { display: none !important; }

.mxm-catalog-filter__empty {
    margin-top: 24px;
    padding: 38px;
    border-left: 4px solid var(--mxm-red);
    background: #fff;
}

.mxm-catalog-filter__empty[hidden] { display: none; }
.mxm-catalog-filter__empty strong { display: block; color: var(--catalog-ink); font-size: 24px; }
.mxm-catalog-filter__empty p { max-width: 700px; margin: 10px 0 20px; color: var(--catalog-muted); }
.mxm-catalog-filter__empty a { color: var(--catalog-ink); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.mxm-catalog-filter__empty svg { width: 18px; margin-left: 9px; vertical-align: middle; }

.mxm-products-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mxm-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-product-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1.2;
    overflow: hidden;
    border-bottom: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-product-card__image img {
    width: 100%;
    height: 100%;
    padding: 34px;
    object-fit: contain;
    transition: transform .3s ease;
}

.mxm-product-card:hover .mxm-product-card__image img { transform: scale(1.035); }

.mxm-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.mxm-product-card__status {
    padding: 7px 9px;
    color: #fff;
    background: var(--catalog-ink);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
}

.mxm-product-card--project .mxm-product-card__status { background: #a66c14; }

.mxm-product-card__content > small {
    margin-top: 24px;
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mxm-product-card h3 {
    margin: 12px 0 14px;
    font-size: 24px;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.mxm-product-card h3 a {
    color: var(--catalog-ink);
    text-decoration: none;
}

.mxm-product-card p {
    margin: 0;
    color: var(--catalog-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mxm-product-card__link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 27px;
    color: var(--catalog-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

.mxm-products-support {
    color: #fff;
    background: var(--catalog-ink);
}

.mxm-products-support .mxm-products-shell {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.mxm-products-support .mxm-products-shell > div {
    min-height: 265px;
    padding: 36px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.mxm-products-support span {
    color: #f16a67;
    font-size: 11px;
    font-weight: 800;
}

.mxm-products-support svg {
    display: block;
    width: 39px;
    margin: 48px 0 24px;
    color: #f16a67;
}

.mxm-products-support h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 23px;
}

.mxm-products-support p {
    max-width: 360px;
    margin: 0;
    color: #b8bdc3;
    font-size: 14px;
    line-height: 1.55;
}

.mxm-products-cta {
    padding: 76px 0;
    color: #fff;
    background: var(--mxm-red);
}

.mxm-products-cta .mxm-products-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.mxm-products-cta p {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mxm-products-cta h2 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 62px);
    letter-spacing: -.05em;
    line-height: 1;
}

.mxm-products-cta .mxm-v2-button {
    color: #fff;
    background: var(--catalog-ink);
}

/* WooCommerce category and product detail pages in inquiry-only mode. */
.mxm-catalog-page #primary {
    width: min(1760px, calc(100% - 128px));
    margin-inline: auto;
    padding: 26px 0 90px;
}

.mxm-catalog-page .site-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mxm-catalog-page #secondary,
.mxm-catalog-page .widget-area,
.mxm-catalog-page .woocommerce-ordering,
.mxm-catalog-page .woocommerce-result-count,
.mxm-catalog-page p.price,
.mxm-catalog-page span.price,
.mxm-catalog-page .product_meta .sku_wrapper {
    display: none !important;
}

.mxm-catalog-page .woocommerce-breadcrumb {
    margin: 0 0 34px;
    color: #747a81;
    font-size: 12px;
    font-weight: 650;
}

.mxm-catalog-archive-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
    padding: 20px;
    border: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-catalog-layout {
    display: grid;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(30px, 3.4vw, 58px);
}

.mxm-catalog-results {
    min-width: 0;
}

.mxm-catalog-sidebar {
    min-width: 0;
}

.mxm-catalog-sidebar__inner {
    position: sticky;
    top: 32px;
    overflow: hidden;
    border: 1px solid var(--catalog-line);
    border-top: 4px solid var(--mxm-red);
    background: #fff;
}

.mxm-catalog-sidebar__inner > p {
    margin: 0;
    padding: 27px 26px 8px;
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
}

.mxm-catalog-sidebar__inner > h2 {
    margin: 0;
    padding: 0 26px 24px;
    color: var(--catalog-ink);
    font-size: 28px;
    letter-spacing: -.04em;
    line-height: 1.05;
}

.mxm-catalog-sidebar a {
    color: var(--catalog-ink);
    text-decoration: none;
}

.mxm-catalog-sidebar__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 26px;
    border-top: 1px solid var(--catalog-line);
    border-bottom: 1px solid var(--catalog-line);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mxm-catalog-sidebar__all svg {
    width: 18px;
}

.mxm-catalog-sidebar__all.is-active,
.mxm-catalog-sidebar__all:hover {
    color: #fff;
    background: var(--catalog-ink);
}

.mxm-catalog-sidebar__group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--catalog-line);
}

.mxm-catalog-sidebar__group:last-child {
    border-bottom: 0;
}

.mxm-catalog-sidebar__group > h3,
.mxm-catalog-sidebar__group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    margin: 0;
    padding: 0 26px;
    color: #3e444b;
    background: #f5f5f6;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.mxm-catalog-sidebar__group-title span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: #6e747b;
    background: #fff;
    font-size: 10px;
}

.mxm-catalog-sidebar__group-title.is-active,
.mxm-catalog-sidebar__group-title:hover {
    color: var(--mxm-red);
}

.mxm-catalog-sidebar__group ul {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

.mxm-catalog-sidebar__group li {
    margin: 0;
}

.mxm-catalog-sidebar__group li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 46px;
    padding: 8px 26px;
    border-left: 3px solid transparent;
    color: #4f555c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.mxm-catalog-sidebar__group li small {
    display: grid;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #767c83;
    background: #f1f1f2;
    font-size: 10px;
}

.mxm-catalog-sidebar__group li a:hover,
.mxm-catalog-sidebar__group li a.is-active {
    border-left-color: var(--mxm-red);
    color: var(--catalog-ink);
    background: #f8f8f9;
}

.mxm-catalog-sidebar__group li a.is-active {
    font-weight: 850;
}

.mxm-catalog-sidebar__group li a.is-active small {
    color: #fff;
    background: var(--mxm-red);
}

.mxm-catalog-empty {
    display: grid;
    max-width: 980px;
    padding: 52px;
    border: 1px solid var(--catalog-line);
    border-top: 4px solid var(--mxm-red);
    background: #fff;
}

.mxm-catalog-empty > span { color: var(--mxm-red); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.mxm-catalog-empty h2 { max-width: 760px; margin: 18px 0 12px; color: var(--catalog-ink); font-size: clamp(30px, 4vw, 54px); letter-spacing: -.045em; line-height: 1; }
.mxm-catalog-empty p { max-width: 720px; margin: 0 0 28px; color: var(--catalog-muted); line-height: 1.65; }
.mxm-catalog-empty .mxm-v2-button { justify-self: start; }

.mxm-catalog-page .woocommerce-breadcrumb a {
    color: var(--mxm-red);
    text-decoration: none;
}

.mxm-catalog-page .woocommerce-products-header {
    display: block;
    margin: 0 0 42px;
    padding: 0;
    border: 0;
}

.mxm-catalog-page .woocommerce-products-header::before {
    display: none;
}

.mxm-catalog-page .woocommerce-products-header__title.page-title {
    margin: 0;
    color: var(--catalog-ink);
    font-size: clamp(44px, 5vw, 76px);
    letter-spacing: -.055em;
    line-height: .98;
}

.mxm-catalog-page .term-description {
    max-width: 900px;
    color: var(--catalog-muted);
    font-size: 16px;
    line-height: 1.65;
}

.mxm-catalog-page .entry-hero.product-archive-hero-section {
    color: var(--catalog-ink);
    background:
        linear-gradient(rgba(20, 23, 27, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 23, 27, .035) 1px, transparent 1px),
        #f6f6f7 !important;
    background-size: 58px 58px !important;
}

.mxm-catalog-page .entry-hero .entry-hero-container-inner {
    min-height: 0 !important;
    padding: 48px 0;
    color: var(--catalog-ink);
    background: transparent !important;
}

.mxm-catalog-page .entry-hero .hero-container {
    width: min(1760px, calc(100% - 128px));
    max-width: none;
    margin-inline: auto;
}

.mxm-catalog-page .entry-hero .entry-header {
    display: grid;
    grid-template-columns: .42fr 1fr;
    align-items: center;
    gap: 66px;
    width: 100%;
    max-width: none;
    min-height: 0 !important;
    margin: 0;
    text-align: left;
}

.mxm-catalog-page .entry-hero .entry-header::before {
    color: var(--mxm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    content: "CATÁLOGO TÉCNICO";
}

.mxm-catalog-page .entry-hero .page-title {
    margin: 0;
    color: var(--catalog-ink);
    font-size: clamp(44px, 5vw, 76px);
    letter-spacing: -.055em;
    line-height: .98;
    text-align: left;
}

.mxm-catalog-page .entry-hero .archive-title .woocommerce-breadcrumb,
.mxm-catalog-page .entry-hero .woocommerce-breadcrumb,
.mxm-catalog-page .entry-hero .kadence-breadcrumbs { display: none; }

.mxm-catalog-page .woocommerce ul.products,
.mxm-catalog-page .woocommerce-page ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
}

.mxm-catalog-page .woocommerce ul.products::before,
.mxm-catalog-page .woocommerce ul.products::after { display: none; }

.mxm-catalog-page .woocommerce ul.products li.product,
.mxm-catalog-page .woocommerce-page ul.products li.product {
    display: flex;
    float: none;
    flex-direction: column;
    width: auto;
    margin: 0;
    padding: 0 0 26px;
    border: 1px solid var(--catalog-line);
    background: #fff;
}

.mxm-catalog-page .woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1.18;
    margin: 0 0 24px;
    padding: 30px;
    border-bottom: 1px solid var(--catalog-line);
    object-fit: contain;
}

.mxm-catalog-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0 25px;
    color: var(--catalog-ink);
    font-size: 21px;
    letter-spacing: -.03em;
    line-height: 1.15;
}

.mxm-catalog-page .woocommerce ul.products li.product .mxm-catalog-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin: auto 25px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #90959b;
    border-radius: 0;
    color: var(--catalog-ink);
    background: transparent;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mxm-catalog-detail svg { width: 18px; }

.mxm-catalog-page div.product {
    padding-top: 16px;
}

.mxm-catalog-page div.product div.images,
.mxm-catalog-page div.product div.summary {
    width: calc(50% - 34px);
    margin-bottom: 84px;
}

.mxm-catalog-page div.product div.images {
    padding: 36px;
    border: 1px solid var(--catalog-line);
    background: #f7f7f8;
}

.mxm-catalog-page div.product div.images img {
    max-height: 650px;
    object-fit: contain;
    mix-blend-mode: normal;
}

.mxm-catalog-page div.product div.summary {
    padding: 24px 0 0;
}

.mxm-catalog-page div.product .product_title {
    margin: 0 0 28px;
    color: var(--catalog-ink);
    font-size: clamp(42px, 4.5vw, 68px);
    letter-spacing: -.055em;
    line-height: 1;
}

.mxm-catalog-page div.product .woocommerce-product-details__short-description {
    color: #555c64;
    font-size: 16px;
    line-height: 1.7;
}

.mxm-catalog-consult {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid var(--catalog-line);
    background: #f5f5f6;
}

.mxm-catalog-consult > span {
    display: block;
    margin-bottom: 18px;
    color: var(--mxm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mxm-catalog-consult .mxm-v2-button {
    display: flex;
    width: 100%;
}

.mxm-catalog-consult > p {
    margin: 14px 0 0;
    color: #6e747c;
    font-size: 12px;
    line-height: 1.55;
}

.mxm-catalog-page .product_meta {
    margin-top: 28px;
    color: #747a81;
    font-size: 12px;
}

.mxm-catalog-page .product_meta a { color: var(--mxm-red); }

.mxm-catalog-page .woocommerce-tabs {
    clear: both;
    margin-top: 20px;
}

.mxm-catalog-page .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--catalog-line);
}

.mxm-catalog-page .woocommerce-tabs ul.tabs::before { display: none !important; }

.mxm-catalog-page .woocommerce-tabs ul.tabs:has(li:only-child) {
    display: none;
}

.mxm-catalog-page .woocommerce-tabs ul.tabs li {
    margin: 0 22px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.mxm-catalog-page .woocommerce-tabs ul.tabs li a {
    padding: 18px 0 !important;
    color: var(--catalog-ink) !important;
    font-size: 12px;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.mxm-catalog-page .woocommerce-tabs .panel {
    position: relative;
    max-width: 1180px;
    padding: 52px 56px !important;
    border: 1px solid var(--catalog-line);
    border-top: 4px solid var(--mxm-red);
    color: #50575f;
    background: #fff;
    font-size: 16px;
    line-height: 1.72;
}

.mxm-catalog-page .woocommerce-tabs .panel::before {
    display: block;
    margin-bottom: 24px;
    color: var(--mxm-red);
    content: "FICHA TÉCNICA E APLICAÇÃO";
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.mxm-catalog-page .woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

.mxm-catalog-page .woocommerce-tabs .panel h2,
.mxm-catalog-page .related.products > h2 {
    color: var(--catalog-ink);
    font-size: clamp(34px, 3.6vw, 54px);
    letter-spacing: -.05em;
    line-height: 1;
}

.mxm-catalog-page .woocommerce-tabs .panel h2 {
    margin: 0 0 20px;
}

.mxm-catalog-page .woocommerce-tabs .panel h2:not(:first-of-type) {
    margin-top: 38px;
    padding-top: 36px;
    border-top: 1px solid var(--catalog-line);
}

.mxm-catalog-page .woocommerce-tabs .panel h3 {
    margin: 28px 0 8px;
    color: var(--catalog-ink);
    font-size: 22px;
    letter-spacing: -.025em;
}

.mxm-catalog-page .woocommerce-tabs .panel p {
    max-width: 920px;
}

.mxm-catalog-page .woocommerce-tabs .panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.mxm-catalog-page .woocommerce-tabs .panel li {
    position: relative;
    min-height: 62px;
    padding: 18px 20px 18px 42px;
    border: 1px solid var(--catalog-line);
    color: #363b41;
    background: #f7f7f8;
    line-height: 1.5;
}

.mxm-catalog-page .woocommerce-tabs .panel li::before {
    position: absolute;
    top: 17px;
    left: 20px;
    color: var(--mxm-red);
    content: "+";
    font-weight: 800;
}

.mxm-catalog-page .woocommerce-tabs .panel table {
    width: 100%;
    margin-top: 24px;
    border-collapse: collapse;
    border: 1px solid var(--catalog-line);
}

.mxm-catalog-page .woocommerce-tabs .panel th,
.mxm-catalog-page .woocommerce-tabs .panel td {
    padding: 15px 18px;
    border-bottom: 1px solid var(--catalog-line);
    text-align: left;
}

.mxm-catalog-page .woocommerce-tabs .panel th {
    width: 32%;
    color: var(--catalog-ink);
    background: #f7f7f8;
}

.mxm-product-downloads {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) 1.28fr;
    gap: 48px;
}

.mxm-product-downloads__intro h2 { margin-top: 0 !important; }

.mxm-product-downloads__intro p {
    color: #656c74;
    line-height: 1.7;
}

.mxm-product-downloads__list {
    border-top: 1px solid var(--catalog-line);
}

.mxm-product-downloads__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
    padding: 20px 4px;
    border-bottom: 1px solid var(--catalog-line);
    color: var(--catalog-ink);
    text-decoration: none;
}

.mxm-product-downloads__list a:hover { color: var(--mxm-red); }
.mxm-product-downloads__list span { display: grid; gap: 7px; }
.mxm-product-downloads__list b { font-size: 17px; line-height: 1.35; }
.mxm-product-downloads__list small { color: var(--mxm-red); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.mxm-product-downloads__list svg { flex: 0 0 auto; width: 22px; }

.mxm-catalog-page .related.products {
    padding-top: 64px;
    border-top: 1px solid var(--catalog-line);
}

.mxm-catalog-page.single-product #primary {
    padding-bottom: 48px;
}

@media (max-width: 1180px) {
    .mxm-products-shell,
    .mxm-catalog-page #primary,
    .mxm-catalog-page .entry-hero .hero-container {
        width: min(100% - 64px, 1760px);
    }

    .mxm-products-hero__grid { gap: 42px; }
    .mxm-products-category { grid-template-columns: 180px 1fr; }
    .mxm-catalog-filter { grid-template-columns: minmax(280px, .75fr) 1.25fr; }
    .mxm-catalog-filter__result { grid-column: 1 / 3; margin: 0; }
    .mxm-products-list__grid,
    .mxm-represented-line__grid,
    .mxm-catalog-page .woocommerce ul.products,
    .mxm-catalog-page .woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .mxm-products-partners__featured { grid-template-columns: 1fr 340px; }
    .mxm-products-partners__history { grid-template-columns: 230px 1fr; }
    .mxm-catalog-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 30px; }
    .mxm-equipment-sales__hero-grid { gap: 52px; }
    .mxm-equipment-sales__notice .mxm-products-shell { grid-template-columns: 1fr 1fr; }
    .mxm-equipment-sales__notice a { grid-column: 2; justify-self: start; }
    .mxm-equipment-choices__grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
    .mxm-products-shell,
    .mxm-catalog-page #primary,
    .mxm-catalog-page .entry-hero .hero-container {
        width: min(100% - 36px, 1760px);
    }

    .mxm-products-hero__grid,
    .mxm-equipment-sales__hero-grid,
    .mxm-products-heading,
    .mxm-products-partners__heading,
    .mxm-products-represented__intro,
    .mxm-represented-line > header,
    .mxm-products-cta .mxm-products-shell,
    .mxm-equipment-sales__notice .mxm-products-shell,
    .mxm-catalog-page .woocommerce-products-header {
        grid-template-columns: 1fr;
    }

    .mxm-equipment-sales__hero { padding: 66px 0 60px; }
    .mxm-equipment-sales__hero-grid { gap: 28px; }
    .mxm-equipment-sales__nav .mxm-products-shell { align-items: flex-start; flex-direction: column; min-height: 0; gap: 0; padding-block: 12px; }
    .mxm-equipment-sales__nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--catalog-line); }
    .mxm-equipment-sales__nav a:last-child { margin-left: 0; border-bottom: 0; }
    .mxm-equipment-sales__notice .mxm-products-shell { gap: 18px; }
    .mxm-equipment-sales__notice a { grid-column: auto; justify-self: stretch; justify-content: space-between; }
    .mxm-equipment-choices { padding: 60px 0 72px; }
    .mxm-equipment-choices__grid > a { grid-template-columns: 1fr auto; grid-template-rows: auto auto auto auto; padding: 20px; }
    .mxm-equipment-choices__grid figure { grid-column: 1 / 3; grid-row: auto; width: 100%; height: 250px; margin: 0 0 24px; }
    .mxm-equipment-choices__grid > a > span { grid-column: 1; }
    .mxm-equipment-choices__grid h3 { grid-column: 1 / 3; }
    .mxm-equipment-choices__grid p { grid-column: 1 / 3; }
    .mxm-equipment-choices__grid > a > svg { grid-column: 2; grid-row: 2; }

    .mxm-products-hero__grid {
        min-height: 0;
        gap: 46px;
        padding-block: 58px;
    }

    .mxm-products-hero__content h1 { font-size: 46px; }
    .mxm-products-hero__content > p:not(.mxm-products-kicker) { font-size: 16px; }
    .mxm-products-actions { align-items: stretch; flex-direction: column; gap: 12px; }
    .mxm-products-actions .mxm-v2-button { width: 100%; }
    .mxm-products-actions > a:not(.mxm-v2-button) { text-align: center; }
    .mxm-products-hero__visual { min-height: 390px; }
    .mxm-products-categories,
    .mxm-products-list { padding: 74px 0; }
    .mxm-products-partners,
    .mxm-products-represented { padding: 72px 0; }
    .mxm-products-partners__heading,
    .mxm-products-represented__intro { gap: 14px; }
    .mxm-products-partners__heading > div,
    .mxm-products-represented__intro > div { grid-template-columns: 1fr; gap: 18px; }
    .mxm-products-partners__featured { grid-template-columns: 1fr; margin-top: 40px; }
    .mxm-products-partners__conect { min-height: 190px; border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
    .mxm-products-partners__history { grid-template-columns: 1fr; }
    .mxm-products-partners__rail { grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
    .mxm-products-partners__rail figure { min-height: 110px; }
    .mxm-products-represented__intro { margin-bottom: 52px; }
    .mxm-represented-line > header { gap: 14px; align-items: start; }
    .mxm-products-heading { gap: 12px; margin-bottom: 38px; }
    .mxm-products-heading h2 { font-size: 38px; }
    .mxm-catalog-filter { grid-template-columns: 1fr; padding: 18px; }
    .mxm-catalog-filter__result { grid-column: auto; }
    .mxm-catalog-filter__lines { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
    .mxm-catalog-filter__lines button { flex: 0 0 auto; }
    .mxm-catalog-archive-nav { flex-wrap: nowrap; overflow-x: auto; padding: 14px; scrollbar-width: thin; }
    .mxm-catalog-archive-nav a { flex: 0 0 auto; }
    .mxm-catalog-layout { grid-template-columns: 1fr; gap: 30px; }
    .mxm-catalog-sidebar__inner { position: static; }
    .mxm-catalog-sidebar__inner > p { padding-top: 22px; }
    .mxm-catalog-sidebar__inner nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mxm-catalog-sidebar__group { border-right: 1px solid var(--catalog-line); }
    .mxm-catalog-sidebar__group:nth-child(even) { border-right: 0; }
    .mxm-catalog-empty { padding: 34px 26px; }
    .mxm-products-categories__grid,
    .mxm-products-list__grid,
    .mxm-represented-line__grid,
    .mxm-products-support .mxm-products-shell,
    .mxm-catalog-page .woocommerce ul.products,
    .mxm-catalog-page .woocommerce-page ul.products {
        grid-template-columns: 1fr;
    }

    .mxm-products-category { grid-template-columns: 135px 1fr; min-height: 245px; }
    .mxm-products-category > div { padding: 24px; }
    .mxm-products-category h3 { margin-top: 25px; font-size: 21px; }
    .mxm-products-support .mxm-products-shell > div { min-height: 230px; }
    .mxm-products-cta { padding: 60px 0; }
    .mxm-products-cta .mxm-v2-button { justify-self: start; }

    .mxm-catalog-page #primary { padding-block: 18px 64px; }
    .mxm-catalog-page .entry-hero .entry-hero-container-inner { padding: 34px 0; }
    .mxm-catalog-page .entry-hero .entry-header { grid-template-columns: 1fr; gap: 16px; }
    .mxm-catalog-page div.product div.images,
    .mxm-catalog-page div.product div.summary { float: none; width: 100%; margin-bottom: 42px; }
    .mxm-catalog-page div.product div.images .zoomImg { display: none !important; }
    .mxm-catalog-page div.product .product_title { font-size: 42px; }
    .mxm-catalog-page .woocommerce-tabs .panel { padding: 34px 26px !important; }
    .mxm-catalog-page .woocommerce-tabs .panel ul { grid-template-columns: 1fr; }
    .mxm-product-downloads { grid-template-columns: 1fr; gap: 24px; }
    .mxm-product-downloads__list a { min-height: 76px; }
}

@media (max-width: 480px) {
    .mxm-products-hero__visual { grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
    .mxm-products-hero__visual .mxm-products-hero__main { grid-column: 1 / 3; grid-row: 1; }
    .mxm-products-hero__visual figure:nth-of-type(2) { border-left: 0; border-top: 1px solid var(--catalog-line); }
    .mxm-products-hero__visual figure:nth-of-type(3) { border-top: 1px solid var(--catalog-line); }
    .mxm-products-category { grid-template-columns: 1fr; }
    .mxm-products-category figure { aspect-ratio: 1.7; border-right: 0; border-bottom: 1px solid var(--catalog-line); }
    .mxm-products-partners__featured-copy,
    .mxm-products-partners__conect { padding: 28px 24px; }
    .mxm-products-partners__history > p { padding: 24px; }
    .mxm-products-partners__rail { grid-template-columns: repeat(2, 1fr); }
    .mxm-represented-product__content { padding: 24px; }
    .mxm-catalog-sidebar__inner nav { grid-template-columns: 1fr; }
    .mxm-catalog-sidebar__group { border-right: 0; }
}
