.labelmax-printer-models {
    --lm-black: #050505;
    --lm-orange: #ff4f16;
    --lm-orange-dark: #d93b0c;
    --lm-gray: #f0f0f0;
    --lm-mid: #dedede;
    --lm-text: #222;
    --lm-muted: #555;
    background: #fff;
    color: var(--lm-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}

body.page-type-category:has(.labelmax-printer-models) {
    margin: 0;
}

body.page-type-category:has(.labelmax-printer-models) .body {
    margin-bottom: 0;
    margin-top: 0;
}

body.page-type-category:has(.labelmax-printer-models) [data-content-region="header_bottom"],
body.page-type-category:has(.labelmax-printer-models) .lm-printer-hero,
.labelmax-printer-models .lm-printer-hero {
    display: none !important;
}

.labelmax-printer-models *,
.labelmax-printer-models *::before,
.labelmax-printer-models *::after {
    box-sizing: border-box;
}

.labelmax-printer-models .lm-container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
    width: 100%;
}

.labelmax-printer-models h1,
.labelmax-printer-models h2,
.labelmax-printer-models h3,
.labelmax-printer-models h4,
.labelmax-printer-models p {
    letter-spacing: 0;
    margin: 0;
}

.labelmax-printer-models h1,
.labelmax-printer-models h2,
.labelmax-printer-models h3,
.labelmax-printer-models h4 {
    color: inherit;
    font-weight: 800;
    line-height: 1.12;
    text-transform: none;
}

.labelmax-printer-models p {
    color: var(--lm-muted);
    line-height: 1.45;
}

.labelmax-printer-models a {
    color: inherit;
    text-decoration: none;
}

.labelmax-printer-models img {
    display: block;
    height: auto;
    max-width: 100%;
}

.labelmax-printer-models sup {
    font-size: 58%;
    line-height: 0;
}

.labelmax-printer-models .lm-hero {
    align-items: flex-start;
    background: #000;
    display: flex;
    height: 350px;
    justify-content: flex-start;
    overflow: hidden;
    padding-left: calc((100% - 1400px) / 2 + 25px);
    padding-top: 44px;
    position: relative;
}

.labelmax-printer-models .lm-hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .96) 34%, rgba(0, 0, 0, .68) 49%, rgba(0, 0, 0, .08) 68%, rgba(0, 0, 0, 0) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.labelmax-printer-models .lm-hero-image {
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    right: 0;
    top: 0;
    width: 72%;
    z-index: 0;
}

    .labelmax-printer-models .lm-hero-copy {
        align-items: flex-start;
        background: rgba(0, 0, 0, .72);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    max-width: 720px;
    min-height: 150px;
    overflow: visible;
    padding: 17px 28px;
    position: relative;
    transform: none;
    width: 720px;
    z-index: 2;
}

.labelmax-printer-models .lm-hero-mark {
    align-items: center;
    display: flex;
    height: 52px;
    justify-content: center;
    position: static;
    width: 155px;
}

.labelmax-printer-models .lm-hero-mark img {
    display: block;
    max-height: 52px;
    width: 155px;
}

.labelmax-printer-models .lm-hero-text h1 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.labelmax-printer-models .lm-hero-text p {
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: 0;
    text-transform: uppercase;
}

.labelmax-printer-models .lm-hero-button {
    left: 30px;
    margin-top: 0;
    position: absolute;
    top: calc(100% + 14px);
}

.labelmax-printer-models .lm-hero-button a {
    background: var(--lm-orange);
    color: #fff;
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 41px;
    justify-content: center;
    padding: 10.5px 21px;
    width: 148px;
}

.labelmax-printer-models .lm-trust-strip {
    background: #000;
    color: #fff;
    min-height: 101px;
    padding: 0;
}

.labelmax-printer-models .lm-bottom-benefits {
    background: #000;
    color: #fff;
    padding: 34px 0;
}

.labelmax-printer-models .lm-trust-strip .lm-container,
.labelmax-printer-models .lm-bottom-benefits .lm-container {
    max-width: 1400px;
}

.labelmax-printer-models .lm-bottom-benefit-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.labelmax-printer-models .lm-bottom-benefit {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    gap: 18px;
    min-height: 104px;
    padding: 22px;
}

.labelmax-printer-models .lm-bottom-benefit-icon {
    align-items: center;
    color: var(--lm-orange);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.labelmax-printer-models .lm-bottom-benefit p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.labelmax-printer-models .lm-trust-grid {
    align-items: flex-start;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 101px;
    padding: 30px 0;
}

.labelmax-printer-models .lm-trust-item {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    min-height: 41px;
    padding: 0 15px;
}

.labelmax-printer-models .lm-trust-icon {
    color: var(--lm-orange);
    flex: 0 0 58px;
    line-height: 0;
    min-height: 40px;
    text-align: center;
}

.labelmax-printer-models .lm-trust-icon svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.labelmax-printer-models .lm-trust-item:nth-child(1) .lm-trust-icon svg {
    height: 33px;
    margin-top: 4px;
    width: 50px;
}

.labelmax-printer-models .lm-trust-item:nth-child(2) .lm-trust-icon svg {
    height: 40px;
    width: 34px;
}

.labelmax-printer-models .lm-trust-item:nth-child(3) .lm-trust-icon svg {
    height: 36px;
    margin-top: 2px;
    width: 45px;
}

.labelmax-printer-models .lm-trust-item:nth-child(4) .lm-trust-icon svg {
    height: 40px;
    margin-top: 1px;
    width: 45px;
}

.labelmax-printer-models .lm-trust-item p {
    color: #fff;
    flex: 0 0 auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 15px;
}

.labelmax-printer-models .lm-trust-item:nth-child(1) p {
    width: 209px;
}

.labelmax-printer-models .lm-trust-item:nth-child(2) p {
    width: 181px;
}

.labelmax-printer-models .lm-trust-item:nth-child(3) p {
    width: 216px;
}

.labelmax-printer-models .lm-trust-item:nth-child(4) p {
    width: 153px;
}

.labelmax-printer-models .lm-printers {
    background: #fff;
    padding: 21px 0 35px;
}

.labelmax-printer-models .lm-title-row {
    align-items: baseline;
    display: flex;
    gap: 14px;
    min-height: 64px;
    margin-bottom: 3px;
    padding: 20px 0;
}

.labelmax-printer-models .lm-title-row h2 {
    font-size: 22px;
    line-height: 1.1;
}

.labelmax-printer-models .lm-title-row p a {
    color: var(--lm-orange);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}

.labelmax-printer-models .lm-printer-layout {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.55fr 1fr;
    padding-bottom: 42px;
}

.labelmax-printer-models .lm-printer-group + .lm-printer-group {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.labelmax-printer-models .lm-group-label {
    background: #e9e9e9;
    margin-bottom: 30px;
    padding: 10px 20px;
}

.labelmax-printer-models .lm-group-label p {
    color: #111;
    font-size: 15.4px;
    font-weight: 500;
    line-height: 1.5;
}

.labelmax-printer-models .lm-group-label small {
    font-size: 12px;
    font-weight: 400;
}

.labelmax-printer-models .lm-card-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr;
}

.labelmax-printer-models .lm-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.labelmax-printer-models .lm-printers .lm-card-grid {
    padding-top: 20px;
}

.labelmax-printer-models .lm-printers .lm-product-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    transform: translateY(10px);
}

.labelmax-printer-models .lm-product-card {
    text-align: center;
}

.labelmax-printer-models .lm-product-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.labelmax-printer-models .lm-product-image {
    align-items: center;
    display: flex;
    height: 170px;
    justify-content: center;
    margin: 0 auto 18px;
}

.labelmax-printer-models .lm-product-image img {
    max-height: 170px;
    object-fit: contain;
}

.labelmax-printer-models .lm-product-copy h3,
.labelmax-printer-models .lm-product-copy h4 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 3.5px;
}

.labelmax-printer-models .lm-product-copy p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.labelmax-printer-models .lm-product-copy strong {
    color: var(--lm-orange);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
}

.labelmax-printer-models .lm-product-copy small {
    color: #777;
    display: block;
    font-size: 10px;
    margin: -10px 0 14px;
    text-decoration: line-through;
}

.labelmax-printer-models .lm-shop-link {
    border: 1px solid var(--lm-orange);
    color: var(--lm-orange);
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    min-height: 47px;
    min-width: 200px;
    padding: 12.8px 16px;
}

.labelmax-printer-models .lm-product-copy .lm-shop-link {
    margin-top: auto;
}

.labelmax-printer-models .lm-product-card:hover .lm-shop-link {
    background: var(--lm-orange);
    color: #fff;
}

.labelmax-printer-models .lm-software-band {
    background:
        linear-gradient(90deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.92) 49%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0) 66%),
        url("https://cdn11.bigcommerce.com/s-y0sjz2rpai/images/stencil/original/image-manager/warehouse-01.jpg?t=1785961939") right center / cover no-repeat;
    min-height: 481px;
    overflow: hidden;
    position: relative;
}

.labelmax-printer-models .lm-software-container {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
    min-height: 481px;
    padding: 0 15px;
    width: 100%;
}

.labelmax-printer-models .lm-software-left {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 45px 0;
    position: relative;
    width: 50%;
    z-index: 1;
}

.labelmax-printer-models .lm-software-copy {
    color: #fff;
    max-width: 645px;
    text-align: center;
    transform: translateY(-9px);
}

.labelmax-printer-models .lm-software-copy h2 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.labelmax-printer-models .lm-software-copy > p {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
}

.labelmax-printer-models .lm-software-copy > p strong {
    color: var(--lm-orange);
}

.labelmax-printer-models .lm-software-copy > p:not(:first-of-type) {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.labelmax-printer-models .lm-suite-logo {
    color: #fff;
    font-size: 30px;
    margin: 25px 0 18px;
}

.labelmax-printer-models .lm-suite-logo em {
    background: #2f72cf;
    color: #fff;
    font-style: normal;
    padding: 0 3px;
}

.labelmax-printer-models .lm-software-list {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 15px;
    text-align: left;
}

.labelmax-printer-models .lm-software-list-mobile {
    display: none;
}

.labelmax-printer-models .lm-software-list ul {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding-left: 14px;
}

.labelmax-printer-models .lm-software-right {
    display: none;
}

.labelmax-printer-models .lm-software-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.labelmax-printer-models .lm-stations {
    background: #fff;
    padding: 21px 0 67px;
}

.labelmax-printer-models .lm-stations {
    display: none !important;
}

.labelmax-printer-models .lm-stations .lm-container > h4 {
    font-size: 22px;
    margin-bottom: 3px;
    padding: 20px 0;
}

.labelmax-printer-models .lm-station-grid {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.labelmax-printer-models .lm-stations .lm-product-image {
    height: 200px;
}

.labelmax-printer-models .lm-stations .lm-product-image img {
    max-height: 190px;
}

.labelmax-printer-models .lm-stations .lm-product-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 160px;
}

.labelmax-printer-models .lm-money-back {
    background: #000;
    color: #fff;
    margin-top: 35px;
    min-height: 226px;
    padding: 50px 0;
    text-align: center;
}

.labelmax-printer-models .lm-money-back h4 {
    color: var(--lm-orange);
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.labelmax-printer-models .lm-money-back p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 760px;
}

.labelmax-printer-models .lm-promo-cards {
    background: #fff;
    padding: 55px 0 58px;
}

.labelmax-printer-models .lm-promo-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.labelmax-printer-models .lm-promo-card:nth-child(3) {
    display: none !important;
}

.labelmax-printer-models .lm-promo-card {
    border: 1px solid #bdbdbd;
    height: 470px;
    min-height: 470px;
    overflow: hidden;
    padding: 33px 30px 28px;
}

.labelmax-printer-models .lm-promo-card h4 {
    color: var(--lm-orange);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
    padding-bottom: 17px;
}

.labelmax-printer-models .lm-promo-card p {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
}

.labelmax-printer-models .lm-promo-card p a {
    color: var(--lm-orange);
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.labelmax-printer-models .lm-resource-item a {
    color: var(--lm-orange);
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.labelmax-printer-models .lm-promo-card > img {
    height: 152px;
    margin: 7px auto 34px;
    object-fit: contain;
    width: 100%;
}

.labelmax-printer-models .lm-warranty-card {
    background: #ececec;
    border-color: #ececec;
    padding-top: 32px;
    text-align: center;
}

.labelmax-printer-models .lm-warranty-card h4 {
    color: #333;
    font-size: 27px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 auto;
    max-width: 340px;
}

.labelmax-printer-models .lm-warranty-seal {
    align-items: center;
    border: 7px solid #111;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 116px;
    justify-content: center;
    margin: 27px auto 28px;
    width: 116px;
}

.labelmax-printer-models .lm-warranty-seal strong {
    color: #111;
    font-size: 17px;
    line-height: 1;
}

.labelmax-printer-models .lm-warranty-seal p {
    color: #111;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.labelmax-printer-models .lm-warranty-card ul {
    display: grid;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.labelmax-printer-models .lm-gallery-grid {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 214px;
    margin: 23px 0 24px;
    overflow: hidden;
}

.labelmax-printer-models .lm-gallery-grid img {
    height: 105px;
    object-fit: cover;
    width: 100%;
}

.labelmax-printer-models .lm-copy-band {
    background: #f1f1f1;
    padding: 42px 0;
}

.labelmax-printer-models .lm-copy-band p {
    color: #222;
    font-size: 14px;
    line-height: 21px;
}

.labelmax-printer-models .lm-copy-band p + p {
    margin-top: 14px;
}

.labelmax-printer-models .lm-comparison {
    background: #fff;
    padding: 22px 0 0;
}

.labelmax-printer-models .lm-comparison h4 {
    font-size: 22px;
    line-height: 1.1;
    padding: 20px 0;
    margin-bottom: 0;
}

.labelmax-printer-models .lm-table-scroll {
    overflow-x: auto;
    scrollbar-color: var(--lm-orange) #e5e5e5;
    scrollbar-width: thin;
}

.labelmax-printer-models .lm-table-scroll::-webkit-scrollbar {
    height: 8px;
}

.labelmax-printer-models .lm-table-scroll::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.labelmax-printer-models .lm-table-scroll::-webkit-scrollbar-thumb {
    background: var(--lm-orange);
}

.labelmax-printer-models table {
    border-collapse: collapse;
    margin-top: 28px;
    min-width: 920px;
    width: 100%;
}

.labelmax-printer-models th,
.labelmax-printer-models td {
    border: 1px solid #cfcfcf;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 21px;
    text-align: left;
    vertical-align: middle;
}

.labelmax-printer-models thead th {
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 800;
    padding: 7px 21px;
    text-align: center;
}

.labelmax-printer-models thead th:first-child {
    background: #dedede;
    text-align: left;
    width: 195px;
}

.labelmax-printer-models thead img {
    height: 234px;
    margin: 0 auto 6px;
    object-fit: contain;
    width: 258px;
}

.labelmax-printer-models thead th:nth-child(3) img {
    height: 233px;
    width: 303px;
}

.labelmax-printer-models thead th:nth-child(4) img {
    height: 264px;
    width: 384px;
}

.labelmax-printer-models thead strong {
    display: block;
    font-size: 14px;
}

.labelmax-printer-models tbody th {
    background: #d9d9d9;
    font-size: 16px;
    font-weight: 800;
    width: 195px;
}

.labelmax-printer-models tbody tr:nth-child(9) th,
.labelmax-printer-models tbody tr:nth-child(9) td {
    padding-bottom: 21px;
    padding-top: 21px;
}

.labelmax-printer-models tbody tr:nth-child(odd) td {
    background: #efefef;
}

.labelmax-printer-models tbody tr:nth-child(even) td {
    background: #fff;
}

.labelmax-printer-models tbody tr:nth-child(10) td {
    white-space: nowrap;
}

.labelmax-printer-models table ul {
    margin: 0;
    padding-left: 15px;
}

.labelmax-printer-models table a {
    border: 1px solid var(--lm-orange);
    color: var(--lm-orange);
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 260px;
    padding: 12px 12px;
    text-align: center;
}

.labelmax-printer-models .lm-questions {
    background: #eee;
    margin-top: 74px;
    min-height: 191px;
    padding: 50px 0;
    text-align: center;
}

.labelmax-printer-models .lm-questions h4 {
    color: var(--lm-orange);
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.labelmax-printer-models .lm-questions p {
    color: #222;
    font-size: 20px;
    font-weight: 800;
}

.labelmax-printer-models .lm-questions a {
    color: #222;
}

.labelmax-printer-models .lm-simple {
    background: #fff;
    border-top: 1px solid #bbb;
    padding: 20px 0 24px;
}

.labelmax-printer-models .lm-simple {
    display: none !important;
}

.labelmax-printer-models .lm-simple h4 {
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
}

.labelmax-printer-models .lm-simple p,
.labelmax-printer-models .lm-simple li {
    color: #111;
    font-size: 14px;
}

.labelmax-printer-models .lm-simple p {
    line-height: 21px;
}

.labelmax-printer-models .lm-simple li {
    line-height: 18.2px;
}

.labelmax-printer-models .lm-simple ul {
    display: grid;
    gap: 8px;
    margin: 12px 0;
    padding-left: 18px;
}

.labelmax-printer-models .lm-resources {
    background: #fff;
    border-top: 1px solid #bbb;
    padding: 46px 0 62px;
}

.labelmax-printer-models .lm-resources .lm-container > h4 {
    color: #222;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 42px;
}

.labelmax-printer-models .lm-resource-grid {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 2.12fr) minmax(360px, 0.88fr);
}

.labelmax-printer-models .lm-resource-feature {
    background: #f5f5f5;
    display: grid;
    gap: 38px;
    grid-template-columns: 260px minmax(0, 1fr);
    height: 370px;
    min-height: 370px;
    padding: 50px;
}

.labelmax-printer-models .lm-resource-feature > img {
    align-self: center;
    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.18);
    height: 220px;
    object-fit: cover;
    width: 260px;
}

.labelmax-printer-models .lm-resource-copy h4 {
    color: #222;
    font-size: 25px;
    line-height: 1.15;
    margin-bottom: 28px;
}

.labelmax-printer-models .lm-resource-copy p {
    color: #222;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 25px;
}

.labelmax-printer-models .lm-resource-button a {
    background: var(--lm-orange);
    color: #fff;
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 35px;
}

.labelmax-printer-models .lm-resource-side {
    display: grid;
    grid-template-rows: 34px minmax(0, 1fr) 34px;
    height: 370px;
    min-height: 370px;
}

.labelmax-printer-models .lm-resource-control {
    display: flex;
    justify-content: flex-end;
}

.labelmax-printer-models .lm-resource-control button {
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 34px;
    padding: 0;
    position: relative;
    width: 42px;
}

.labelmax-printer-models .lm-resource-control button::before {
    border-right: 5px solid #555;
    border-top: 5px solid #555;
    content: "";
    height: 19px;
    left: 11px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 19px;
}

.labelmax-printer-models .lm-resource-control [data-lm-resource-next]::before {
    top: 3px;
    transform: rotate(135deg);
}

.labelmax-printer-models .lm-resource-panel {
    height: 302px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.labelmax-printer-models .lm-resource-list {
    display: grid;
    gap: 28px;
}

.labelmax-printer-models .lm-resource-item {
    border-bottom: 1px solid #c9c9c9;
    display: grid;
    gap: 22px;
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 144px;
    padding-bottom: 27px;
}

.labelmax-printer-models .lm-resource-item img {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    height: 108px;
    object-fit: cover;
    width: 120px;
}

.labelmax-printer-models .lm-resource-item h4 {
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.labelmax-printer-models .lm-resource-item em {
    color: var(--lm-orange);
    font-size: 14px;
    font-style: normal;
}

.labelmax-printer-models .lm-resource-item p {
    color: #222;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.labelmax-printer-models .lm-resource-item a {
    color: var(--lm-orange);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

@media only screen and (max-width: 900px) {
    .labelmax-printer-models .lm-hero {
        height: 230px;
        justify-content: flex-start;
        padding: 20px;
    }

    .labelmax-printer-models .lm-trust-grid,
    .labelmax-printer-models .lm-promo-grid,
    .labelmax-printer-models .lm-station-grid,
    .labelmax-printer-models .lm-bottom-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .labelmax-printer-models .lm-printer-layout,
    .labelmax-printer-models .lm-resource-grid {
        grid-template-columns: 1fr;
    }

    .labelmax-printer-models .lm-software-band {
        background:
            linear-gradient(90deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.82) 72%, rgba(0, 0, 0, 0.42) 100%),
            url("https://cdn11.bigcommerce.com/s-y0sjz2rpai/images/stencil/original/image-manager/warehouse-01.jpg?t=1785961939") right center / cover no-repeat;
        min-height: 500px;
    }

    .labelmax-printer-models .lm-printer-group + .lm-printer-group {
        border-left: 0;
        border-top: 1px solid #ccc;
        padding-left: 0;
        padding-top: 24px;
    }

    .labelmax-printer-models .lm-software-left {
        justify-content: center;
        padding: 42px 18px;
        width: 100%;
    }

    .labelmax-printer-models .lm-software-right {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    .labelmax-printer-models .lm-container {
        padding: 0 15px;
    }

    .labelmax-printer-models .lm-hero {
        align-items: center;
        height: 285px;
        justify-content: flex-start;
        min-height: 285px;
        padding: 0 15px;
    }

    .labelmax-printer-models .lm-hero::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .62) 46%, rgba(0, 0, 0, .14) 74%, rgba(0, 0, 0, 0) 100%);
    }

    .labelmax-printer-models .lm-hero-image {
        object-position: left;
        width: 100%;
    }
	
    .labelmax-printer-models .lm-hero-copy {
        align-items: flex-start;
        background: rgb(0 0 0 / 35%);
        display: flex;
        flex-direction: column;
        gap: 0;
        height: auto;
        max-width: 360px;
        min-height: 0;
        padding: 18px 22px;
        transform: none;
        width: calc(100% - 70px);
    }

    .labelmax-printer-models .lm-hero-mark {
        height: 25px;
        left: auto;
        position: static;
        top: auto;
        width: 112px;
    }

    .labelmax-printer-models .lm-hero-mark img {
        max-height: 25px;
        width: 112px;
    }
	
    .labelmax-printer-models .lm-hero-text h1,
    .labelmax-printer-models .lm-hero-text p {
        font-size: 16px;
        line-height: 1.16;
        margin: 10px 0;
    }

    .labelmax-printer-models .lm-hero-text h1 {
        font-size: 1px;
    }

    .labelmax-printer-models .lm-hero-button {
        left: auto;
        margin-top: 2px;
        position: static;
        top: auto;
    }

    .labelmax-printer-models .lm-hero-button a {
        font-size: 14px;
        min-height: 35px;
        padding: 8px 16px;
        width: 122px;
    }

    .labelmax-printer-models .lm-trust-grid,
    .labelmax-printer-models .lm-card-grid-two,
    .labelmax-printer-models .lm-promo-grid,
    .labelmax-printer-models .lm-station-grid,
    .labelmax-printer-models .lm-resource-feature {
        grid-template-columns: 1fr;
    }

    .labelmax-printer-models .lm-trust-strip {
        min-height: 220px;
    }

    .labelmax-printer-models .lm-trust-strip .lm-container {
        padding: 0;
    }

    .labelmax-printer-models .lm-trust-grid {
        gap: 0;
        padding: 18px 0 20px;
    }

    .labelmax-printer-models .lm-trust-item {
        justify-content: flex-start;
        min-height: 46px;
        padding: 0 32px;
    }

    .labelmax-printer-models .lm-trust-icon {
        flex: 0 0 58px;
        height: 32px;
        width: 32px;
    }

    .labelmax-printer-models .lm-trust-icon svg {
        height: 24px;
        width: 24px;
    }

    .labelmax-printer-models .lm-trust-item p,
    .labelmax-printer-models .lm-trust-item:nth-child(1) p,
    .labelmax-printer-models .lm-trust-item:nth-child(2) p,
    .labelmax-printer-models .lm-trust-item:nth-child(3) p,
    .labelmax-printer-models .lm-trust-item:nth-child(4) p {
        font-size: 12px;
        line-height: 14px;
        margin-left: 4px;
        padding-left: 0;
        width: 185px;
    }

    .labelmax-printer-models .lm-bottom-benefits {
        padding: 22px 0;
    }

    .labelmax-printer-models .lm-bottom-benefit-grid {
        gap: 10px;
    }

    .labelmax-printer-models .lm-bottom-benefit {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        min-height: 132px;
        padding: 15px;
    }

    .labelmax-printer-models .lm-bottom-benefit-icon {
        height: 34px;
        justify-content: flex-start;
        width: 34px;
    }

    .labelmax-printer-models .lm-bottom-benefit-icon svg {
        height: 30px;
        width: 30px;
    }

    .labelmax-printer-models .lm-bottom-benefit p {
        font-size: 12px;
        line-height: 15px;
    }

    .labelmax-printer-models .lm-printers {
        padding-top: 22px;
    }

    .labelmax-printer-models .lm-title-row {
        min-height: 88px;
        padding: 20px 0;
    }

    .labelmax-printer-models .lm-printer-layout {
        gap: 0;
        padding-bottom: 0;
    }

    .labelmax-printer-models .lm-group-label {
        display: none;
    }

    .labelmax-printer-models .lm-printers .lm-card-grid {
        padding-top: 0;
    }

    .labelmax-printer-models .lm-printer-group + .lm-printer-group {
        border-top: 0;
        padding-top: 0;
    }

    .labelmax-printer-models .lm-printers .lm-product-card,
    .labelmax-printer-models .lm-stations .lm-product-card {
        border: 1px solid #d9d9d9;
        border-radius: 4px;
        padding: 20px 10px 22px;
    }

    .labelmax-printer-models .lm-printers .lm-product-card,
    .labelmax-printer-models .lm-stations .lm-product-card {
        margin-bottom: 0;
    }

    .labelmax-printer-models .lm-printer-group + .lm-printer-group {
        margin-top: 26px;
    }

    .labelmax-printer-models .lm-product-image {
        height: 200px;
        margin-bottom: 9px;
    }

    .labelmax-printer-models .lm-product-image img {
        max-height: 200px;
    }

    .labelmax-printer-models .lm-printers .lm-product-copy,
    .labelmax-printer-models .lm-stations .lm-product-copy {
        min-height: 180px;
    }

    .labelmax-printer-models .lm-printers .lm-product-card {
        min-height: 389px;
    }

    .labelmax-printer-models .lm-printers .lm-product-copy {
        min-height: 154px;
    }

    .labelmax-printer-models .lm-station-grid {
        gap: 35px;
    }

    .labelmax-printer-models .lm-shop-link {
        min-width: 200px;
    }

    .labelmax-printer-models .lm-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .labelmax-printer-models .lm-software-band {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.66) 100%),
            url("https://cdn11.bigcommerce.com/s-y0sjz2rpai/images/stencil/original/image-manager/warehouse-01.jpg?t=1785961939") 42% center / cover no-repeat;
        margin-top: 17px;
        min-height: 481px;
    }

    .labelmax-printer-models .lm-software-container {
        padding: 0;
    }

    .labelmax-printer-models .lm-stations {
        padding-bottom: 29px;
    }

    .labelmax-printer-models .lm-software-left {
        align-items: flex-start;
        padding: 60px 35px 25px;
    }

    .labelmax-printer-models .lm-software-copy {
        max-width: 100%;
        transform: none;
        width: 100%;
    }

    .labelmax-printer-models .lm-software-copy > p {
        font-size: 28px;
        line-height: 39px;
    }

    .labelmax-printer-models .lm-software-copy > p:not(:first-of-type) {
        font-size: 20px;
        line-height: 30px;
    }

    .labelmax-printer-models .lm-suite-logo {
        font-size: 32px;
        margin: 16px 0 18px;
    }

    .labelmax-printer-models .lm-software-list {
        display: none;
    }

    .labelmax-printer-models .lm-software-list-mobile {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
        text-align: left;
    }

    .labelmax-printer-models .lm-software-list-mobile ul {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        margin: 0;
        list-style-position: outside;
        padding-left: 18px;
    }

    .labelmax-printer-models .lm-money-back {
        min-height: 385px;
        padding: 59px 0 50px;
    }

    .labelmax-printer-models .lm-money-back h4 {
        margin-bottom: 22px;
    }

    .labelmax-printer-models .lm-money-back p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        max-width: 340px;
    }

    .labelmax-printer-models .lm-promo-cards {
        padding: 50px 0 50px;
    }

    .labelmax-printer-models .lm-promo-grid {
        gap: 16px;
    }

    .labelmax-printer-models .lm-promo-card {
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 25px 20px 26px;
    }

    .labelmax-printer-models .lm-promo-card h4 {
        font-size: 23px;
        line-height: 25.3px;
        padding-bottom: 14px;
    }

    .labelmax-printer-models .lm-promo-card p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 18px;
    }

    .labelmax-printer-models .lm-promo-card p a {
        font-size: 20px;
    }

    .labelmax-printer-models .lm-promo-card > img {
        height: 154px;
        margin: 10px auto 18px;
        object-fit: contain;
    }

    .labelmax-printer-models .lm-warranty-card h4 {
        font-size: 23px;
        line-height: 25px;
    }

    .labelmax-printer-models .lm-warranty-seal {
        border-width: 6px;
        height: 118px;
        margin: 22px auto 20px;
        width: 118px;
    }

    .labelmax-printer-models .lm-warranty-seal strong {
        font-size: 17px;
    }

    .labelmax-printer-models .lm-warranty-seal p {
        font-size: 11px;
        line-height: 1.1;
    }

    .labelmax-printer-models .lm-warranty-card ul {
        gap: 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .labelmax-printer-models .lm-gallery-grid {
        height: 270px;
        margin: 18px 0 18px;
    }

    .labelmax-printer-models .lm-gallery-grid img {
        height: 133px;
    }

    .labelmax-printer-models .lm-copy-band {
        padding: 50px 0;
    }

    .labelmax-printer-models .lm-comparison {
        padding-bottom: 50px;
    }

    .labelmax-printer-models .lm-questions {
        margin-top: 0;
        min-height: 263px;
    }

    .labelmax-printer-models .lm-questions p {
        font-size: 16px;
        line-height: 24px;
    }

    .labelmax-printer-models .lm-resource-feature > img {
        height: auto;
        width: 100%;
    }

    .labelmax-printer-models .lm-resources {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .labelmax-printer-models .lm-resources {
        display: none;
    }
}
