/* ==========================================================================
   LH Industrias industrial catalog redesign
   ========================================================================== */

:root {
    --lh-ink: #07111f;
    --lh-ink-2: #0c1b2f;
    --lh-muted: #6f7683;
    --lh-line: #e6e8ee;
    --lh-soft: #f4f6f9;
    --lh-white: #ffffff;
    --lh-purple: #3d238f;
    --lh-purple-2: #5b35cf;
    --lh-green: #25d366;
    --lh-shadow: 0 14px 34px rgba(7, 17, 31, 0.1);
    --lh-shadow-soft: 0 8px 24px rgba(7, 17, 31, 0.08);
    --lh-radius: 8px;
}

body.lh-industries-site {
    background: var(--lh-white);
    color: var(--lh-ink);
    font-family: "Poppins", Arial, sans-serif;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 99999;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    color: var(--lh-white);
    background: var(--lh-purple);
    border-radius: 6px;
    text-decoration: none !important;
}

body.lh-industries-site .site-content .col-full {
    max-width: none;
    padding: 0;
}

body.lh-industries-site h1,
body.lh-industries-site h2,
body.lh-industries-site h3,
body.lh-industries-site h4 {
    color: var(--lh-ink);
    font-family: "Oswald", "Poppins", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.lh-industries-site a {
    color: inherit;
}

.lh-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.lh-btn,
.lh-quote-plugin .button,
.lh-quote-plugin button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 22px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lh-btn:hover,
.lh-quote-plugin .button:hover,
.lh-quote-plugin button:hover {
    transform: translateY(-1px);
}

.lh-btn--primary,
.lh-quote-plugin .button,
.lh-quote-plugin button {
    background: var(--lh-purple) !important;
    color: var(--lh-white) !important;
}

.lh-btn--primary:hover,
.lh-quote-plugin .button:hover,
.lh-quote-plugin button:hover {
    background: var(--lh-purple-2) !important;
    color: var(--lh-white) !important;
}

.lh-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: var(--lh-white) !important;
}

.lh-btn--ghost:hover {
    background: var(--lh-white);
    color: var(--lh-ink) !important;
}

/* The legacy stylesheet supplies Font Awesome 4 while the theme markup also
   contains newer prefixes. Keep all visible utility icons on the local font. */
body.lh-industries-site .fas,
body.lh-industries-site .far,
body.lh-industries-site .fab {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.lh-btn--outline {
    background: var(--lh-white);
    border-color: var(--lh-purple) !important;
    color: var(--lh-purple);
}

.lh-btn--outline:hover {
    background: var(--lh-purple);
    color: var(--lh-white);
}

.lh-btn--light {
    background: var(--lh-white);
    color: var(--lh-purple);
}

.lh-btn--whatsapp {
    background: var(--lh-green);
    color: var(--lh-white);
}

.lh-btn--full {
    width: 100%;
}

.lh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lh-eyebrow,
.lh-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    background: var(--lh-purple);
    color: var(--lh-white);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

/* Header */

.lh-topbar {
    background: #101d46;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.lh-topbar__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.lh-topbar__left,
.lh-topbar__right,
.lh-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lh-topbar a {
    color: rgba(255, 255, 255, 0.94);
    text-decoration: none;
}

.lh-topbar i {
    margin-right: 7px;
    color: var(--lh-white);
}

.lh-social {
    gap: 9px;
}

.lh-social a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.lh-social i {
    margin: 0;
}

.lh-social__svg {
    width: 13px;
    height: 13px;
    display: block;
    fill: currentColor;
}

body.lh-industries-site .site-header {
    position: relative;
    z-index: 1000;
    background: var(--lh-white) !important;
    border-bottom: 1px solid var(--lh-line) !important;
    box-shadow: 0 4px 18px rgba(7, 17, 31, 0.06) !important;
}

body.lh-industries-site .site-header .col-full {
    width: min(1120px, calc(100% - 32px));
    min-height: 64px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px;
    margin: 0 auto;
    padding: 0 !important;
}

body.lh-industries-site .site-header .site-branding {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto;
}

body.lh-industries-site .site-header .custom-logo,
body.lh-industries-site .site-header .ledsigns-logo {
    max-width: 178px;
    max-height: 46px;
    object-fit: contain;
}

body.lh-industries-site .site-header .site-branding .ledsigns-social-icons,
body.lh-industries-site .site-header .ledsigns-header-search,
body.lh-industries-site .site-header .site-search,
body.lh-industries-site .site-header-cart {
    display: none !important;
}

body.lh-industries-site .site-header .main-navigation {
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    justify-content: center !important;
}

body.lh-industries-site .site-header .main-navigation .nav-menu,
body.lh-industries-site .site-header .main-navigation .ledsigns-nav-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

body.lh-industries-site .site-header .main-navigation ul li a {
    padding: 24px 13px !important;
    color: var(--lh-ink) !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

body.lh-industries-site .site-header .main-navigation ul li a:hover,
body.lh-industries-site .site-header .main-navigation ul li.current-menu-item > a {
    color: var(--lh-purple) !important;
}

.lh-header-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--lh-purple);
    color: var(--lh-white) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.lh-header-quote:hover {
    background: var(--lh-purple-2);
    color: var(--lh-white) !important;
}

.lh-primary-header {
    position: relative;
    z-index: 1000;
    background: var(--lh-white);
}

.lh-primary-header__inner {
    min-height: 68px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.lh-primary-header__logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.lh-primary-header__logo img {
    max-width: 180px;
    max-height: 48px;
    object-fit: contain;
}

.lh-primary-nav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lh-primary-nav__menu li {
    position: relative;
    margin: 0;
}

.lh-primary-nav__menu a {
    display: inline-flex;
    align-items: center;
    min-height: 68px;
    padding: 0 12px;
    color: var(--lh-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lh-primary-nav__menu a:hover,
.lh-primary-nav__menu .current-menu-item > a {
    color: var(--lh-purple);
}

.lh-primary-nav__menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100;
    min-width: 210px;
    margin: 0;
    padding: 8px;
    list-style: none;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.lh-primary-nav__menu li:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.lh-primary-nav__menu .sub-menu a {
    min-height: 38px;
    width: 100%;
    padding: 0 10px;
}

body.lh-industries-site .menu-toggle {
    margin-left: 10px;
}

/* Generic content */

.lh-content-main {
    padding: 56px 0 72px;
}

.lh-archive-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--lh-line);
}

.lh-archive-header h1,
.lh-entry__header h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.lh-archive-description {
    max-width: 720px;
    margin-top: 10px;
    color: var(--lh-muted);
}

.lh-post-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.lh-post-card,
.lh-entry {
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    overflow: hidden;
}

.lh-post-card__image {
    display: block;
    height: 220px;
    background: var(--lh-soft);
}

.lh-post-card__image img,
.lh-entry__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lh-post-card__body {
    padding: 22px;
}

.lh-post-card__body h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.lh-post-card__body p {
    color: var(--lh-muted);
}

.lh-entry {
    padding: 34px;
}

.lh-entry__header {
    margin-bottom: 24px;
}

.lh-entry__image {
    height: min(440px, 46vw);
    margin-top: 22px;
    border-radius: var(--lh-radius);
    overflow: hidden;
}

.lh-entry__content {
    color: var(--lh-ink);
    font-size: 16px;
    line-height: 1.75;
}

.lh-entry__content img {
    max-width: 100%;
    height: auto;
}

.lh-empty-state {
    max-width: 620px;
    padding: 34px;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-soft);
}

/* Home */

.lh-hero {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #07111f;
}

.lh-home-slider {
    isolation: isolate;
}

.lh-home-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 88% 12%, rgba(61, 35, 143, 0.24), transparent 28%),
        radial-gradient(circle at 7% 88%, rgba(13, 91, 159, 0.2), transparent 26%),
        #07111f;
}

.lh-home-slider__viewport {
    overflow: hidden;
}

.lh-home-slider__track {
    display: flex;
    transition: transform 520ms ease;
    will-change: transform;
}

.lh-home-slider__slide {
    position: relative;
    flex: 0 0 100%;
    min-height: 390px;
    display: flex;
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(3, 12, 24, 0.98), rgba(7, 20, 38, 0.92) 45%, rgba(7, 20, 38, 0.7)),
        var(--lh-slide-bg, none),
        #07111f;
    background-position: center;
    background-size: cover;
}

.lh-home-slider__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(120deg, transparent 0, transparent 72%, rgba(255, 255, 255, 0.035) 72%, rgba(255, 255, 255, 0.035) 73%, transparent 73%),
        linear-gradient(60deg, transparent 0, transparent 78%, rgba(91, 53, 207, 0.15) 78%, rgba(91, 53, 207, 0.15) 79%, transparent 79%);
    opacity: 0.7;
}

.lh-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 52px;
    min-height: 390px;
    padding: 56px clamp(32px, 7vw, 128px) 70px;
}

.lh-hero__copy {
    max-width: 560px;
}

.lh-hero h1 {
    margin: 18px 0 4px;
    color: var(--lh-white) !important;
    -webkit-text-fill-color: var(--lh-white);
    font-size: 50px;
    line-height: 1.02;
}

.lh-hero__subtitle {
    margin: 0 0 18px;
    color: var(--lh-white);
    font-size: 25px;
    line-height: 1.35;
}

.lh-hero__text {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.75;
}

.lh-hero__machine {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lh-hero__machine img {
    width: min(112%, 760px);
    max-height: 335px;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.28));
}

.lh-home-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--lh-white);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-50%);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lh-home-slider__arrow .fa {
    display: block;
    font-size: 17px;
    line-height: 1;
}

.lh-hero .lh-btn .fa {
    color: currentColor;
    font-size: 13px;
}

.lh-home-slider__arrow:hover,
.lh-home-slider__arrow:focus {
    border-color: rgba(255, 255, 255, 0.42);
    color: var(--lh-white);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-50%) scale(1.04);
}

.lh-home-slider__arrow--prev {
    left: 28px;
}

.lh-home-slider__arrow--next {
    right: 28px;
}

.lh-home-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 58px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
}

.lh-home-slider__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    transition: width 180ms ease, background 180ms ease;
}

.lh-home-slider__dots button.is-active,
.lh-home-slider__dots button:hover,
.lh-home-slider__dots button:focus {
    width: 18px;
    background: var(--lh-purple-2);
}

.lh-benefits {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: -34px;
    padding: 22px 28px;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow);
}

.lh-benefit {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 6px 16px;
}

.lh-benefit i {
    color: var(--lh-purple);
    font-size: 30px;
}

.lh-benefit__content {
    display: grid;
    gap: 1px;
}

.lh-benefit__content > span {
    color: var(--lh-muted);
    font-size: 11px;
    line-height: 1.45;
    text-transform: uppercase;
}

.lh-benefit__content strong {
    display: block;
    color: var(--lh-ink);
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
}

.lh-benefit__content small {
    display: block;
    color: var(--lh-muted);
    font-size: 9px;
    line-height: 1.35;
}

.lh-section {
    padding: 68px 0 28px;
}

/* Reusable section header: shared size, spacing, alignment and rhythm. */
.lh-section-heading {
    margin-bottom: 32px;
}

.lh-section-heading span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--lh-purple);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lh-section-heading h2 {
    position: relative;
    width: fit-content;
    margin: 0;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.25;
}

.lh-section-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    border-radius: 3px;
    background: var(--lh-purple);
}

.lh-section-heading p {
    max-width: 620px;
    margin: 14px 0 0;
    color: var(--lh-muted);
    font-size: 14px;
    line-height: 1.6;
}

.lh-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.lh-category-card {
    flex: 0 1 calc((100% - 90px) / 6);
    max-width: calc((100% - 90px) / 6);
    display: flex;
    flex-direction: column;
    min-height: 170px;
    overflow: hidden;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    text-align: center;
    text-decoration: none !important;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.lh-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(7, 17, 31, 0.16);
}

.lh-category-card__image {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--lh-soft);
}

.lh-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    transition: transform 320ms ease;
}

.lh-category-card:hover .lh-category-card__image img {
    transform: scale(1.07);
}

.lh-category-card__icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -15px auto 8px;
    border-radius: 6px;
    background: var(--lh-purple);
    color: var(--lh-white);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.lh-category-card:hover .lh-category-card__icon {
    transform: scale(1.12);
    box-shadow: 0 8px 16px rgba(61, 35, 143, 0.28);
}

.lh-category-card__icon .fa {
    font-size: 15px;
    line-height: 1;
}

.lh-category-card strong {
    padding: 0 9px;
    color: var(--lh-ink);
    font-size: 12px;
    text-transform: uppercase;
    transition: color 220ms ease;
}

.lh-category-card:hover strong {
    color: var(--lh-purple);
}

.lh-category-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
    color: var(--lh-muted);
    font-size: 11px;
    font-style: normal;
    transition: color 220ms ease;
}

.lh-category-card em .fa {
    transition: transform 220ms ease;
}

.lh-category-card:hover em {
    color: var(--lh-purple);
}

.lh-category-card:hover em .fa {
    transform: translateX(4px);
}

.lh-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.lh-product-grid--featured {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lh-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.lh-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(7, 17, 31, 0.16);
}

.lh-product-card__media {
    position: relative;
    display: block;
    height: 220px;
    background: var(--lh-soft);
}

.lh-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
}

.lh-product-card .lh-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}

.lh-product-card__wish {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--lh-muted);
    font-size: 17px;
}

.lh-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 14px 14px;
}

.lh-product-card__type {
    display: block;
    margin-bottom: 5px;
    color: var(--lh-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.lh-product-card h3 {
    min-height: 42px;
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
}

.lh-product-card h3 a {
    text-decoration: none;
}

.lh-product-card p {
    min-height: 34px;
    margin: 7px 0 12px;
    color: var(--lh-muted);
    font-size: 12px;
    line-height: 1.45;
}

.lh-product-card p strong,
.lh-product-card p span {
    display: block;
}

.lh-product-card .lh-product-detail-button {
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 0 12px !important;
    font-size: 11px !important;
}

.lh-section-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.lh-section--services {
    margin-top: 28px;
    padding: 64px 0 68px;
    background: #f7f8fc;
    border-top: 1px solid var(--lh-line);
}

/* Brand strip and footer */

.lh-brand-strip {
    background: linear-gradient(90deg, #061323, #0b2038);
    color: var(--lh-white);
}

.lh-brand-strip__inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    gap: 30px;
}

.lh-brand-strip h2 {
    margin: 0;
    color: var(--lh-white) !important;
    -webkit-text-fill-color: var(--lh-white);
    font-size: 22px;
    line-height: 1.2;
}

.lh-brand-strip__logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
}

.lh-brand-carousel {
    min-width: 0;
}

.lh-brand-carousel__viewport {
    overflow: hidden;
}

.lh-brand-carousel.is-carousel .lh-brand-strip__logos {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 24px;
    will-change: transform;
}

.lh-brand-carousel.is-carousel .lh-brand-logo {
    width: 112px;
    min-width: 112px;
    flex: 0 0 112px;
}

.lh-brand-logo {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lh-white);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lh-brand-logo img {
    max-width: 112px;
    max-height: 36px;
    object-fit: contain;
    filter: grayscale(1) invert(1);
    mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
    .lh-brand-carousel.is-carousel .lh-brand-carousel__viewport {
        overflow: visible;
    }

    .lh-brand-carousel.is-carousel .lh-brand-strip__logos {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        transform: none !important;
    }
}

.lh-footer {
    background: #111b28;
    color: rgba(255, 255, 255, 0.82);
}

.lh-footer .lh-brand-strip {
    background: #061323;
}

.lh-footer__main {
    background: #121c29;
}

.lh-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 0.9fr 1.15fr 1fr;
    align-items: start;
    gap: 40px;
    padding: 56px 0 40px;
}

body.lh-industries-site .lh-footer h3 {
    margin: 0 0 18px;
    color: var(--lh-white) !important;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lh-footer p,
.lh-footer li {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.lh-footer li + li {
    margin-top: 9px;
}

.lh-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lh-footer a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 160ms ease;
}

.lh-footer a:hover {
    color: var(--lh-white);
}

.lh-footer__about img {
    max-width: 170px;
    max-height: 58px;
    object-fit: contain;
    margin-bottom: 18px;
}

.lh-footer__about p {
    margin-bottom: 16px;
}

.lh-footer__contact li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
}

.lh-footer__contact i {
    margin-top: 5px;
    color: var(--lh-white);
}

.lh-footer__map {
    overflow: hidden;
    border-radius: var(--lh-radius);
    background: rgba(255, 255, 255, 0.08);
}

.lh-footer__map iframe {
    display: block;
    width: 100%;
    height: 128px;
    border: 0;
}

.lh-footer__map a {
    display: flex;
    gap: 7px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 9px 10px;
    background: var(--lh-purple);
    color: var(--lh-white) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease;
}

.lh-footer__map a:hover {
    background: var(--lh-purple-2);
}

.lh-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    text-align: center;
}

.lh-footer__bottom p {
    font-size: 12px;
}

/* Catalog */

.lh-page-hero {
    background: var(--lh-soft);
    border-bottom: 1px solid var(--lh-line);
    padding: 54px 0 46px;
    text-align: center;
}

.lh-page-hero--contact {
    padding: 42px 0 28px;
    background: var(--lh-white);
    border-bottom: 0;
    text-align: left;
}

.lh-contact-hero__intro {
    margin-top: -10px;
    text-align: center;
}

.lh-contact-hero__intro h1 {
    margin-bottom: 4px;
}

.lh-contact-hero__intro p {
    margin: 0;
}

.lh-page-hero--compact {
    text-align: left;
}

.lh-page-hero h1 {
    margin: 8px 0 8px;
    font-size: 36px;
}

.lh-page-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--lh-muted);
}

.lh-page-hero--compact p {
    margin-left: 0;
}

.lh-breadcrumb,
.lh-single-product__breadcrumb {
    color: var(--lh-muted);
    font-size: 12px;
}

.lh-catalog-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    padding: 54px 0 68px;
}

.lh-catalog-sidebar {
    align-self: start;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
}

.lh-filter-form {
    padding: 22px;
}

.lh-filter-form h2 {
    margin: 0 0 18px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
}

.lh-filter-group {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--lh-line);
}

.lh-filter-group h3,
.lh-search-control span {
    display: block;
    margin: 0 0 10px;
    color: var(--lh-ink);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lh-filter-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 9px;
    color: var(--lh-muted);
    font-size: 12px;
}

.lh-filter-group label span {
    flex: 1;
}

.lh-filter-group em {
    color: #a2a7b0;
    font-style: normal;
}

.lh-filter-form input[type="search"],
.lh-filter-form select,
.lh-contact-form input,
.lh-contact-form select,
.lh-contact-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--lh-line);
    border-radius: 4px;
    background: var(--lh-white);
    color: var(--lh-ink);
    font-size: 13px;
    box-shadow: none;
}

.lh-filter-reset {
    display: block;
    margin-top: 14px;
    color: var(--lh-muted);
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
}

.lh-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.lh-catalog-toolbar p {
    margin: 0;
    color: var(--lh-muted);
    font-size: 13px;
}

.lh-mini-quote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 4px;
    background: var(--lh-purple);
    color: var(--lh-white) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lh-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.lh-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--lh-line);
    border-radius: 4px;
    color: var(--lh-ink);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.lh-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.lh-pagination .prev,
.lh-pagination .next {
    min-width: 132px;
    padding-inline: 16px;
}

.lh-pagination__arrow {
    font-size: 20px;
    line-height: 1;
}

.lh-pagination .current {
    background: var(--lh-purple);
    color: var(--lh-white);
}

/* Single product */

.lh-single-product {
    padding: 34px 0 72px;
}

.lh-single-product__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.lh-single-product__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 54px;
    align-items: start;
}

.lh-product-gallery__main {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-soft);
}

.lh-product-gallery__main img {
    width: 100%;
    height: 460px;
    object-fit: contain;
    padding: 24px;
}

.lh-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.lh-product-thumb {
    height: 72px;
    padding: 4px;
    border: 1px solid var(--lh-line);
    border-radius: 4px;
    background: var(--lh-white);
    cursor: pointer;
}

.lh-product-thumb.is-active {
    border-color: var(--lh-purple);
}

.lh-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lh-single-product__summary h1 {
    margin: 12px 0 10px;
    font-size: 36px;
    line-height: 1.12;
}

.lh-product-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--lh-muted);
}

.lh-single-product__description {
    color: var(--lh-muted);
    font-size: 15px;
    line-height: 1.75;
}

.lh-product-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0;
}

.lh-product-highlights span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lh-ink);
    font-size: 13px;
}

.lh-product-highlights i {
    color: var(--lh-purple);
}

.lh-spec-card {
    margin: 22px 0;
    padding: 22px;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
}

.lh-spec-card h2 {
    margin: 0 0 14px;
    font-size: 20px;
}

.lh-spec-card dl {
    margin: 0;
}

.lh-spec-card dl div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid var(--lh-line);
}

.lh-spec-card dt {
    color: var(--lh-muted);
    font-weight: 700;
}

.lh-spec-card dd {
    margin: 0;
    color: var(--lh-ink);
}

.lh-single-product__actions {
    display: grid;
    gap: 10px;
}

/* Single service */

.lh-service-single {
    padding: 34px 0 72px;
}

.lh-service-single__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--lh-muted);
    font-size: 12px;
}

.lh-service-single__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 54px;
    align-items: start;
}

.lh-service-single__media {
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-soft);
}

.lh-service-single__media img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.lh-service-single__media-fallback {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--lh-radius);
    background: var(--lh-purple);
    color: var(--lh-white);
    font-size: 34px;
}

.lh-service-single__summary .lh-eyebrow {
    gap: 7px;
}

.lh-service-single__summary h1 {
    margin: 12px 0;
    font-size: 36px;
    line-height: 1.12;
}

.lh-service-single__lead {
    margin: 0;
    color: var(--lh-ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.lh-service-single__content {
    margin-top: 16px;
    color: var(--lh-muted);
    font-size: 15px;
    line-height: 1.75;
}

.lh-service-single__content > :first-child {
    margin-top: 0;
}

.lh-service-single__scope {
    margin-top: 24px;
}

.lh-service-single__scope h2 {
    margin: 0 0 8px;
    font-size: 21px;
}

.lh-service-single__scope ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lh-service-single__scope li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 0;
    border-top: 1px solid var(--lh-line);
}

.lh-service-single__scope li > i {
    margin-top: 3px;
    color: var(--lh-purple);
}

.lh-service-single__scope strong {
    display: block;
    color: var(--lh-ink);
    font-size: 14px;
}

.lh-service-single__scope p {
    margin: 3px 0 0;
    color: var(--lh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.lh-service-single__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.lh-service-single__related {
    padding: 64px 0 72px;
    background: var(--lh-soft);
}

.lh-service-single__related .lh-section-heading {
    margin-bottom: 24px;
}

/* Services and contact */

.lh-service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.lh-service-card {
    flex: 0 1 calc((100% - 44px) / 3);
    max-width: calc((100% - 44px) / 3);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 248px;
    padding: 0 0 18px;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    text-align: center;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.lh-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(7, 17, 31, 0.16);
}

.lh-service-card img {
    width: 100%;
    height: 130px;
    display: block;
    object-fit: cover;
    filter: grayscale(0.18);
    transition: transform 220ms ease, filter 220ms ease;
}

.lh-service-card__image-link {
    display: block;
    overflow: hidden;
    background: var(--lh-soft);
}

.lh-service-card__image-link:hover img,
.lh-service-card__image-link:focus-visible img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.lh-service-card span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border-radius: 6px;
    background: var(--lh-purple);
    color: var(--lh-white);
}

.lh-service-card span .fa {
    font-size: 17px;
    line-height: 1;
}

.lh-service-card h3 {
    margin: 12px 18px 8px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
}

.lh-service-card p {
    min-height: 58px;
    margin: 0 18px 16px;
    color: var(--lh-muted);
    font-size: 13px;
    line-height: 1.55;
}

.lh-service-card__link,
.lh-service-card__link:visited {
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    margin-top: auto;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--lh-purple);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lh-service-card__link::after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 11px;
    transition: transform 180ms ease;
}

.lh-service-card__link:hover,
.lh-service-card__link:focus-visible,
.lh-service-card__link:active {
    border-color: var(--lh-purple);
    background: var(--lh-purple);
    color: var(--lh-white);
    box-shadow: 0 7px 14px rgba(61, 35, 143, 0.2);
    text-decoration: none !important;
    transform: translateY(-2px);
}

.lh-service-card__link:hover::after,
.lh-service-card__link:focus-visible::after {
    transform: translateX(3px);
}

.lh-service-card__link:active {
    box-shadow: none;
    transform: translateY(1px) scale(0.97);
}

@media (prefers-reduced-motion: reduce) {
    .lh-service-card,
    .lh-service-card img,
    .lh-service-card__link,
    .lh-service-card__link::after,
    .lh-product-card,
    .lh-category-card,
    .lh-category-card__image img,
    .lh-category-card__icon,
    .lh-category-card em .fa {
        transition: none;
    }

    .lh-service-card:hover,
    .lh-product-card:hover,
    .lh-category-card:hover {
        transform: none;
    }

    .lh-category-card:hover .lh-category-card__image img,
    .lh-category-card:hover .lh-category-card__icon,
    .lh-category-card:hover em .fa {
        transform: none;
    }
}

.lh-support-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
    padding: 28px 34px;
    border-radius: var(--lh-radius);
    background: var(--lh-purple);
    color: var(--lh-white);
}

body.lh-industries-site .lh-support-cta .lh-eyebrow {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: var(--lh-white);
}

body.lh-industries-site .lh-support-cta h2 {
    margin: 8px 0;
    color: var(--lh-white);
}

body.lh-industries-site .lh-support-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

body.lh-industries-site .lh-support-cta .lh-btn--light {
    min-width: 164px;
    border-color: var(--lh-white) !important;
    background: var(--lh-white);
    color: var(--lh-purple) !important;
}

body.lh-industries-site .lh-support-cta .lh-btn--light:hover,
body.lh-industries-site .lh-support-cta .lh-btn--light:focus-visible {
    border-color: var(--lh-white) !important;
    background: var(--lh-soft);
    color: var(--lh-purple) !important;
}

.lh-contact-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
    padding: 54px 0 72px;
}

.lh-page-hero--contact + .lh-contact-layout {
    padding-top: 34px;
}

.lh-contact-panel,
.lh-contact-card {
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
}

.lh-contact-panel {
    padding: 26px;
}

.lh-contact-panel h2,
.lh-contact-card h2 {
    margin: 0 0 22px;
    font-size: 22px;
}

.lh-contact-panel p {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--lh-muted);
    font-size: 13px;
}

.lh-contact-panel p i {
    color: var(--lh-purple);
    font-size: 18px;
}

.lh-contact-panel strong {
    display: block;
    color: var(--lh-ink);
    font-size: 12px;
    text-transform: uppercase;
}

.lh-map {
    margin-top: 20px;
    overflow: hidden;
    border-radius: var(--lh-radius);
    background: var(--lh-soft);
}

.lh-map iframe {
    width: 100%;
    height: 180px;
    border: 0;
}

.lh-map a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    background: var(--lh-purple);
    color: var(--lh-white) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.lh-map i {
    font-size: 30px;
}

.lh-contact-card {
    padding: 30px;
}

.lh-contact-form {
    display: grid;
    gap: 16px;
}

.lh-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lh-contact-form label {
    display: grid;
    gap: 7px;
    margin: 0;
}

.lh-contact-form label span {
    color: var(--lh-ink);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lh-contact-form textarea {
    padding-top: 12px;
}

.lh-form-message {
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 13px;
}

.lh-form-message.is-success {
    background: #eaf8ef;
    color: #176b36;
}

.lh-form-message.is-error {
    background: #fff0f0;
    color: #8d1d1d;
}

/* WooCommerce shop as quote catalog */

.lh-woocommerce-page {
    padding: 50px 0 72px;
}

.lh-woocommerce-page .woocommerce-products-header {
    margin-bottom: 10px;
}

.lh-woocommerce-page .woocommerce-products-header__title,
.lh-woocommerce-page .page-title {
    margin: 0 0 8px;
    color: var(--lh-ink);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 0.98;
}

.lh-woocommerce-page .woocommerce-result-count {
    float: left;
    margin: 0 0 26px;
    color: var(--lh-ink);
    font-size: 14px;
    font-weight: 700;
}

.lh-woocommerce-page .woocommerce-ordering {
    float: right;
    margin: -2px 0 26px;
}

.lh-woocommerce-page .woocommerce-ordering select {
    min-width: 230px;
    min-height: 42px;
    padding: 0 38px 0 12px;
    border: 1px solid #cfd4dd;
    border-radius: 4px;
    background: var(--lh-white);
    color: var(--lh-ink);
    font-size: 13px;
    font-weight: 700;
}

.lh-woocommerce-page ul.products {
    clear: both;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    margin: 0 0 42px !important;
    padding: 0 !important;
    list-style: none;
}

.lh-woocommerce-page ul.products::before,
.lh-woocommerce-page ul.products::after {
    display: none !important;
    content: none !important;
}

.lh-woocommerce-page ul.products li.product {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 14px !important;
    overflow: hidden;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.lh-woocommerce-page ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: var(--lh-shadow);
}

.lh-woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    text-decoration: none;
}

.lh-woocommerce-page ul.products li.product img {
    width: 100% !important;
    height: 185px !important;
    margin: 0 !important;
    padding: 18px;
    object-fit: contain;
    background: var(--lh-soft);
}

.lh-woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 78px;
    margin: 0;
    padding: 16px 14px 6px;
    color: var(--lh-ink);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.lh-woocommerce-page ul.products li.product .woocommerce-loop-product__title::before {
    content: "PRODUCTO";
    display: block;
    margin-bottom: 6px;
    color: var(--lh-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.lh-woocommerce-page ul.products li.product .price,
.lh-woocommerce-page ul.products li.product .star-rating {
    display: none !important;
}

.lh-woocommerce-page ul.products li.product .lh-product-detail-button {
    width: calc(100% - 28px);
    min-height: 44px;
    margin: 4px 14px 0 !important;
    padding: 0 12px !important;
    font-size: 11px !important;
}

.lh-woocommerce-page ul.products li.product .lh-woo-quote-plugin {
    padding: 4px 14px 0;
}

.lh-woocommerce-page .lh-woo-quote-plugin .addquotelistlink {
    width: 100%;
}

.lh-woocommerce-page .lh-woo-quote-plugin .button,
.lh-woocommerce-page .lh-woo-quote-plugin button {
    width: 100%;
    min-height: 44px;
    padding: 0 12px !important;
    font-size: 11px !important;
}

.lh-woocommerce-page .lh-woo-quote-plugin .quotelistaddedbrowse a,
.lh-woocommerce-page .lh-woo-quote-plugin .quotelistexistsbrowse a,
.lh-woocommerce-page .lh-woo-quote-plugin .quotelistaddedbrowse_prodpage a,
.lh-woocommerce-page .lh-woo-quote-plugin .quotelistexistsbrowse_prodpage a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 14px;
    border: 1px solid rgba(61, 35, 143, 0.18);
    border-radius: 4px;
    background: #f5f2ff;
    color: var(--lh-purple);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.lh-woocommerce-page .lh-woo-quote-plugin .quotelist-remove-icon {
    margin-top: 8px;
    border-color: rgba(184, 19, 43, 0.2) !important;
    background: #fff1f3 !important;
    color: #b8132b !important;
}

.lh-woocommerce-page nav.woocommerce-pagination {
    margin-top: 10px;
    text-align: center;
}

.lh-woocommerce-page nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: 0;
}

.lh-woocommerce-page nav.woocommerce-pagination ul li {
    border: 0;
}

.lh-woocommerce-page nav.woocommerce-pagination ul li a,
.lh-woocommerce-page nav.woocommerce-pagination ul li span {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lh-line);
    border-radius: 4px;
    background: var(--lh-white);
    color: var(--lh-ink);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.lh-woocommerce-page nav.woocommerce-pagination ul li span.current,
.lh-woocommerce-page nav.woocommerce-pagination ul li a:hover {
    border-color: var(--lh-purple);
    background: var(--lh-purple);
    color: var(--lh-white);
}

.lh-woocommerce-single-quote {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.lh-woocommerce-single-quote .woocommerce,
.lh-woocommerce-single-quote .lh-quote-plugin,
.lh-woocommerce-single-quote .addquotelistlink,
.lh-woocommerce-single-quote .quotelistadd_prodpage,
.lh-woocommerce-single-quote .dvin_wcql_btn_wrap {
    width: 100%;
}

.lh-woocommerce-single-quote .addquotelistlink {
    clear: none !important;
    padding-top: 0 !important;
}

.lh-woocommerce-single-quote .dvin_wcql_btn_wrap,
.lh-woocommerce-single-quote .dvin_wcql_btn_ajaxico_wrap {
    float: none !important;
}

.lh-woocommerce-single-quote .dvin_wcql_btn_ajaxico_wrap {
    display: flex;
    justify-content: center;
    min-height: 0;
}

.lh-woocommerce-single-quote .button,
.lh-woocommerce-single-quote button,
.lh-woocommerce-single-quote .lh-btn,
.lh-woocommerce-single-quote .quotelistaddedbrowse_prodpage a,
.lh-woocommerce-single-quote .quotelistexistsbrowse_prodpage a {
    min-height: 48px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 18px !important;
    border-radius: 4px;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.lh-woocommerce-single-quote .quotelistaddedbrowse_prodpage,
.lh-woocommerce-single-quote .quotelistexistsbrowse_prodpage {
    width: 100%;
}

.lh-woocommerce-single-quote .quotelistaddedbrowse_prodpage a.quotelist-remove-icon,
.lh-woocommerce-single-quote .quotelistexistsbrowse_prodpage a.quotelist-remove-icon {
    margin-top: 12px !important;
}

.lh-woocommerce-single-quote .quotelistaddedbrowse_prodpage br,
.lh-woocommerce-single-quote .quotelistexistsbrowse_prodpage br {
    display: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 82px;
    height: 82px;
    padding: 4px;
    border: 1px solid var(--lh-line);
    border-radius: 4px;
    background: var(--lh-white);
    object-fit: cover;
    opacity: 0.72;
    transition: border-color 0.18s ease, opacity 0.18s ease;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
    border-color: var(--lh-purple);
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    z-index: 20;
}

/* El contenedor del producto debe contener sus columnas flotadas (imagen y
   resumen). Sin esto, cuando un producto no tiene descripcion, valoraciones ni
   relacionados no hay ningun bloque con clear que "cierre" los floats, el
   contenedor colapsa a la altura del resumen y la imagen (posters verticales
   altos) se desborda invadiendo el footer. */
.single-product div.product {
    display: flow-root;
}

/* Cap de altura para la imagen principal: los posters verticales se limitan
   en alto manteniendo su proporcion y quedan centrados, para que la columna de
   la imagen no quede desproporcionada frente al texto. Las imagenes
   horizontales (mas bajas) no se ven afectadas. */
.single-product div.product .woocommerce-product-gallery__image img,
.single-product div.product .woocommerce-product-gallery img.wp-post-image {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 560px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

/* Productos relacionados / upsells siempre debajo de las dos columnas.
   WooCommerce solo aplica clear:both a .woocommerce-tabs; cuando un producto
   no tiene descripcion ni valoraciones esa pestana no se renderiza y, con una
   imagen alta, la seccion de relacionados se colaba al lado de la imagen
   flotada en vez de bajar. */
.single-product div.product .related.products,
.single-product div.product .up-sells {
    clear: both;
}

/* Quote list and dvin-wcql */

.lh-quote-page,
.lh-entry__content .woocommerce-cart {
    padding: 50px 0 72px;
}

.lh-entry__content > .woocommerce,
.lh-quote-page .woocommerce,
.lh-entry__content .woocommerce-cart {
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
    padding: 28px;
}

.lh-quote-page table.shop_table,
.lh-entry__content table.shop_table {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    border: 1px solid var(--lh-line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--lh-radius);
    background: var(--lh-white);
}

.lh-quote-page table.shop_table th,
.lh-entry__content table.shop_table th {
    background: var(--lh-soft);
    color: var(--lh-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lh-quote-page table.shop_table th,
.lh-quote-page table.shop_table td,
.lh-entry__content table.shop_table th,
.lh-entry__content table.shop_table td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid var(--lh-line);
    vertical-align: middle;
}

.lh-quote-page table.shop_table tbody tr:last-child td,
.lh-entry__content table.shop_table tbody tr:last-child td {
    border-bottom: 0;
}

.lh-quote-page table.shop_table .product-remove,
.lh-entry__content table.shop_table .product-remove {
    width: 48px;
    text-align: center;
}

.lh-quote-page table.shop_table .remove,
.lh-entry__content table.shop_table .remove {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #b8132b !important;
    background: #fff1f3;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
}

.lh-quote-page table.shop_table .product-thumbnail,
.lh-entry__content table.shop_table .product-thumbnail {
    width: 88px;
}

.lh-quote-page table.shop_table .product-thumbnail img,
.lh-entry__content table.shop_table .product-thumbnail img {
    width: 58px;
    height: 58px;
    border: 1px solid var(--lh-line);
    border-radius: 6px;
    object-fit: cover;
    background: var(--lh-soft);
}

.lh-quote-page table.shop_table .product-name a,
.lh-entry__content table.shop_table .product-name a {
    color: var(--lh-ink);
    font-weight: 800;
    text-decoration: none;
}

.lh-quote-page table.shop_table .product-quantity,
.lh-entry__content table.shop_table .product-quantity {
    width: 160px;
}

.lh-quote-page table.shop_table .product-quantity input,
.lh-entry__content table.shop_table .product-quantity input {
    width: 76px;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid #cfd4dd;
    border-radius: 4px;
    color: var(--lh-ink);
    font-weight: 700;
    text-align: center;
}

.lh-quote-page .dvinupdatelist,
.lh-entry__content .dvinupdatelist {
    background: #fbfcfe;
    text-align: right;
}

.lh-quote-page .dvinupdatelist .button,
.lh-entry__content .dvinupdatelist .button,
.lh-wcql-form__actions .button {
    min-height: 44px;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: var(--lh-purple) !important;
    color: var(--lh-white) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.lh-quote-page .dvinupdatelist .button:hover,
.lh-entry__content .dvinupdatelist .button:hover,
.lh-wcql-form__actions .button:hover,
.lh-quote-page .dvinupdatelist .button:focus-visible,
.lh-entry__content .dvinupdatelist .button:focus-visible,
.lh-wcql-form__actions .button:focus-visible {
    background: var(--lh-purple-2) !important;
    transform: translateY(-1px);
}

.lh-quote-page .return-to-shop,
.lh-entry__content .return-to-shop {
    margin: 18px 0 30px;
}

.lh-quote-page .return-to-shop .button,
.lh-entry__content .return-to-shop .button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px !important;
    border: 1px solid var(--lh-line) !important;
    border-radius: 4px !important;
    background: var(--lh-soft) !important;
    color: var(--lh-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lh-wcql-form {
    width: 100%;
    margin-top: 30px;
    padding: 28px;
    border: 1px solid var(--lh-line);
    border-radius: var(--lh-radius);
    background: var(--lh-white);
    box-shadow: var(--lh-shadow-soft);
}

.lh-wcql-form__messages,
.lh-wcql-form__errors {
    color: #b8132b;
    font-size: 13px;
    font-weight: 700;
}

.lh-wcql-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lh-wcql-form label {
    display: grid;
    gap: 8px;
    margin: 0;
    color: var(--lh-ink);
    font-size: 13px;
    font-weight: 800;
}

.lh-wcql-form label em {
    color: #b8132b;
    font-style: normal;
}

.lh-wcql-form input,
.lh-wcql-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #cfd4dd;
    border-radius: 4px;
    background: var(--lh-white);
    color: var(--lh-ink);
    font: inherit;
}

.lh-wcql-form textarea {
    min-height: 132px;
    resize: vertical;
}

.lh-wcql-form__wide {
    grid-column: 1 / -1;
}

.lh-wcql-form__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

.addquotelistlink,
.lh-quote-plugin {
    width: 100%;
}

.addquotelistlink .button,
.addquotelistlink button {
    width: 100%;
}

.quotelistaddedbrowse a,
.quotelistexistsbrowse a,
.quotelistaddedbrowse_prodpage a,
.quotelistexistsbrowse_prodpage a {
    color: var(--lh-purple);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

/* Floating WhatsApp */

.lh-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lh-green);
    color: var(--lh-white) !important;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.32);
    text-decoration: none !important;
}

.lh-whatsapp-float i {
    font-size: 27px;
}

/* Responsive */

@media (max-width: 1180px) {
    .lh-product-grid,
    .lh-product-grid--featured {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lh-category-card {
        flex-basis: calc((100% - 36px) / 3);
        max-width: calc((100% - 36px) / 3);
    }

    .lh-footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .lh-woocommerce-page ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .lh-topbar__inner,
    .lh-topbar__left,
    .lh-topbar__right {
        flex-wrap: wrap;
        justify-content: center;
    }

    body.lh-industries-site .site-header .col-full {
        min-height: 68px;
        gap: 12px;
    }

    body.lh-industries-site .site-header .main-navigation {
        position: fixed !important;
        top: 0;
        right: -320px;
        bottom: 0;
        width: min(320px, 86vw) !important;
        display: block !important;
        padding: 78px 24px 24px !important;
        background: var(--lh-white) !important;
        box-shadow: -10px 0 30px rgba(7, 17, 31, 0.18) !important;
        transition: right 220ms ease;
    }

    body.lh-industries-site .site-header .main-navigation.active {
        right: 0;
    }

    .lh-primary-header__inner {
        grid-template-columns: 160px 1fr;
        gap: 12px;
        padding: 10px 0;
    }

    .lh-primary-nav {
        grid-column: 1 / -1;
        overflow-x: auto;
    }

    .lh-primary-nav__menu {
        justify-content: flex-start;
        min-width: max-content;
    }

    .lh-primary-nav__menu a {
        min-height: 40px;
    }

    .lh-primary-header .lh-header-quote {
        justify-self: end;
    }

    body.lh-industries-site .site-header .main-navigation .nav-menu,
    body.lh-industries-site .site-header .main-navigation .ledsigns-nav-menu {
        display: grid !important;
        justify-content: stretch !important;
        gap: 0 !important;
    }

    body.lh-industries-site .site-header .main-navigation ul li a {
        display: block;
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--lh-line);
    }

    .lh-header-quote {
        min-height: 38px;
        padding: 0 12px;
        font-size: 11px;
    }

    .lh-hero__inner,
    .lh-single-product__grid,
    .lh-service-single__grid,
    .lh-contact-layout,
    .lh-catalog-layout {
        grid-template-columns: 1fr;
    }

    .lh-hero__inner {
        padding-top: 44px;
        text-align: center;
    }

    .lh-home-slider__slide,
    .lh-hero__inner {
        min-height: 560px;
    }

    .lh-hero__copy {
        max-width: 680px;
        margin: 0 auto;
    }

    .lh-actions {
        justify-content: center;
    }

    .lh-hero__machine {
        justify-content: center;
        min-height: 210px;
    }

    .lh-hero__machine img {
        max-height: 240px;
    }

    .lh-home-slider__dots {
        bottom: 48px;
    }

    .lh-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .lh-brand-strip__inner {
        grid-template-columns: 1fr;
        padding: 22px 0;
        text-align: center;
    }

    .lh-brand-strip__logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .lh-service-card {
        flex-basis: calc((100% - 22px) / 2);
        max-width: calc((100% - 22px) / 2);
    }

    .lh-woocommerce-page ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .lh-container {
        width: min(100% - 24px, 1120px);
    }

    .lh-topbar {
        display: none;
    }

    body.lh-industries-site .site-header .custom-logo,
    body.lh-industries-site .site-header .ledsigns-logo {
        max-width: 142px;
    }

    .lh-header-quote {
        display: none;
    }

    .lh-primary-header__inner {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .lh-primary-header__logo img {
        max-width: 154px;
    }

    .lh-hero h1,
    .lh-page-hero h1,
    .lh-single-product__summary h1,
    .lh-service-single__summary h1 {
        font-size: 31px;
    }

    .lh-home-slider__slide,
    .lh-hero__inner {
        min-height: 610px;
    }

    .lh-hero__inner {
        gap: 22px;
        padding: 36px 0 68px;
    }

    .lh-hero__subtitle {
        font-size: 20px;
    }

    .lh-hero__text {
        font-size: 14px;
    }

    .lh-hero__machine {
        min-height: 180px;
    }

    .lh-hero__machine img {
        max-height: 205px;
    }

    .lh-home-slider__arrow {
        top: auto;
        bottom: 24px;
        width: 34px;
        height: 34px;
        transform: none;
    }

    .lh-home-slider__arrow:hover,
    .lh-home-slider__arrow:focus {
        transform: scale(1.04);
    }

    .lh-home-slider__arrow--prev {
        left: 18px;
    }

    .lh-home-slider__arrow--next {
        right: 18px;
    }

    .lh-home-slider__dots {
        bottom: 38px;
    }

    .lh-benefits,
    .lh-category-grid,
    .lh-product-grid,
    .lh-product-grid--featured,
    .lh-post-list,
    .lh-form-row,
    .lh-footer__grid,
    .lh-product-highlights,
    .lh-brand-strip__logos {
        grid-template-columns: 1fr;
    }

    .lh-service-card {
        flex-basis: 100%;
        max-width: 100%;
    }

    .lh-category-card {
        flex-basis: 100%;
        max-width: 100%;
    }

    .lh-service-single {
        padding: 28px 0 52px;
    }

    .lh-service-single__breadcrumb {
        margin-bottom: 20px;
    }

    .lh-service-single__media,
    .lh-service-single__media img {
        min-height: 0;
        height: 280px;
    }

    .lh-service-single__actions {
        grid-template-columns: 1fr;
    }

    .lh-service-single__related {
        padding: 44px 0 52px;
    }

    .lh-content-main {
        padding: 36px 0 52px;
    }

    .lh-woocommerce-page {
        padding: 36px 0 52px;
    }

    .lh-woocommerce-page .woocommerce-result-count,
    .lh-woocommerce-page .woocommerce-ordering {
        float: none;
        width: 100%;
        margin: 0 0 14px;
    }

    .lh-woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .lh-woocommerce-page ul.products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lh-woocommerce-page ul.products li.product img {
        height: 220px !important;
    }

    .lh-woocommerce-single-quote {
        grid-template-columns: 1fr;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        gap: 10px;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
        width: 72px !important;
        height: 72px;
    }

    .lh-entry {
        padding: 22px;
    }

    .lh-entry__image,
    .lh-post-card__image {
        height: 230px;
    }

    .lh-benefits {
        margin-top: 0;
        border-radius: 0;
        width: 100%;
    }

    .lh-category-card__image,
    .lh-product-card__media {
        height: 210px;
    }

    .lh-product-gallery__main,
    .lh-product-gallery__main img {
        height: 330px;
        min-height: 330px;
    }

    .lh-product-gallery__thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .lh-spec-card dl div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .lh-support-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 24px;
        text-align: center;
    }

    .lh-contact-card,
    .lh-contact-panel {
        padding: 22px;
    }

    .lh-entry__content > .woocommerce,
    .lh-quote-page .woocommerce,
    .lh-entry__content .woocommerce-cart {
        padding: 18px;
    }

    .lh-wcql-form__grid {
        grid-template-columns: 1fr;
    }

    .lh-wcql-form__actions {
        justify-content: stretch;
    }

    .lh-wcql-form__actions .button {
        width: 100%;
    }

    .lh-quote-page table.shop_table th,
    .lh-quote-page table.shop_table td,
    .lh-entry__content table.shop_table th,
    .lh-entry__content table.shop_table td {
        padding: 12px;
    }

    .lh-quote-page table.shop_table .product-thumbnail,
    .lh-entry__content table.shop_table .product-thumbnail {
        width: 70px;
    }

    .lh-quote-page table.shop_table .product-quantity,
    .lh-entry__content table.shop_table .product-quantity {
        width: 110px;
    }
}
