/*
Theme Name: Woodmart Child
Description: Woodmart Child Theme for Lift Care, Inc.
Author: XTemos / Lift Care, Inc.
Author URI: https://xtemos.com
Template: woodmart
Version: 2.4.2
Text Domain: woodmart
*/

:root {
  --lc-primary: #03224d;
  --lc-accent: #fd4503;
  --lc-graphite: #4c4c4c;
  --lc-white: #ffffff;
  --lc-steel: #f2f4f6;
  --lc-border: #dfe4e8;
  --lc-radius: 6px;
  --lc-container: 1240px;
}

/*
 * Shared Lift Care support-page system.
 * The four support pages preserve their live forms and approved policy text,
 * while this child-theme layer owns their presentation and responsive layout.
 */
body.lc-support-shell .page-title,
body.lc-support-shell .sidebar-container,
body.lc-support-shell .wd-sidebar,
body.lc-support-shell .area-sidebar-shop,
body.lc-support-shell .wd-toolbar,
body.lc-support-shell .scrollToTop,
body.lc-support-shell .site-content > .breadcrumbs,
body.lc-support-shell .site-content > .woocommerce-breadcrumb {
  display: none !important;
}

body.lc-support-shell .main-page-wrapper {
  background: var(--lc-white);
  padding: 0 !important;
}

body.lc-support-shell .main-page-wrapper > .container {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.lc-support-shell .content-layout-wrapper {
  display: block !important;
  margin: 0 !important;
}

body.lc-support-shell .site-content {
  flex: 0 0 100% !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.lc-support-page,
.lc-support-page * {
  box-sizing: border-box;
}

.lc-support-page {
  background: var(--lc-white);
  color: var(--lc-graphite);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow: clip;
}

.lc-support-page a {
  text-underline-offset: 3px;
}

.lc-support-page a:focus-visible,
.lc-support-page button:focus-visible,
.lc-support-page input:focus-visible,
.lc-support-page textarea:focus-visible,
.lc-support-page select:focus-visible {
  outline: 3px solid rgb(253 69 3 / 30%);
  outline-offset: 2px;
}

.lc-support-page h1,
.lc-support-page h2,
.lc-support-page h3,
.lc-support-page p {
  margin-top: 0;
}

.lc-support-page h1,
.lc-support-page h2,
.lc-support-page h3 {
  color: var(--lc-primary);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.lc-support-page h1 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1.02;
  margin-bottom: 20px;
}

.lc-support-page h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.18;
  margin-bottom: 14px;
}

.lc-support-page h3 {
  font-size: 1rem;
  line-height: 1.35;
  margin: 24px 0 7px;
}

.lc-support-container {
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 24px;
  width: 100%;
}

.lc-support-hero {
  background:
    linear-gradient(90deg, var(--lc-primary) 0 7px, transparent 7px),
    linear-gradient(135deg, #f7f9fa 0%, var(--lc-steel) 100%);
  border-bottom: 1px solid var(--lc-border);
  padding: 38px 0 54px;
}

.lc-support-breadcrumb {
  align-items: center;
  color: #6a7581;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 42px;
}

.lc-support-breadcrumb a {
  color: var(--lc-primary);
  text-decoration: none;
}

.lc-support-breadcrumb a:hover,
.lc-support-breadcrumb a:focus-visible {
  color: var(--lc-accent);
}

.lc-support-hero__grid {
  align-items: end;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
}

.lc-support-eyebrow,
.lc-support-kicker,
.lc-support-help__label {
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.lc-support-eyebrow {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lc-support-eyebrow::before {
  background: var(--lc-accent);
  content: "";
  height: 3px;
  width: 28px;
}

.lc-support-intro {
  color: #596675;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 720px;
}

.lc-support-effective {
  color: #596675;
  font-size: 13px;
  margin: 18px 0 0;
}

.lc-support-effective strong {
  color: var(--lc-primary);
}

.lc-support-nav {
  background: var(--lc-white);
  border: 1px solid #d6dde4;
  border-radius: 6px;
  box-shadow: 0 15px 38px rgb(3 34 77 / 8%);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.lc-support-nav a {
  align-items: center;
  background: var(--lc-white);
  color: var(--lc-primary);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.lc-support-nav a::after {
  background: #dfe4e8;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.lc-support-nav a:hover,
.lc-support-nav a:focus-visible {
  background: #f8fafb;
  color: var(--lc-accent);
}

.lc-support-nav a[aria-current="page"] {
  background: var(--lc-primary);
  color: var(--lc-white);
}

.lc-support-main {
  padding: 76px 0 88px;
}

.lc-support-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
}

.lc-support-panel,
.lc-support-card {
  background: var(--lc-white);
  border: 1px solid #dce2e7;
  border-radius: 7px;
}

.lc-support-panel {
  box-shadow: 0 18px 50px rgb(3 34 77 / 8%);
  padding: clamp(28px, 4vw, 52px);
}

.lc-support-panel > p:not(.lc-support-kicker) {
  color: #647180;
  max-width: 720px;
}

.lc-support-aside {
  align-content: start;
  display: grid;
  gap: 18px;
}

.lc-support-card {
  padding: 26px;
}

.lc-support-card h2 {
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

.lc-support-card p,
.lc-support-card address {
  color: #65717e;
  font-size: 14px;
  font-style: normal;
  margin: 0 0 14px;
}

.lc-support-card__icon {
  align-items: center;
  background: var(--lc-primary);
  border-radius: 4px;
  color: var(--lc-white) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-bottom: 18px !important;
  width: 38px;
}

.lc-support-email {
  color: var(--lc-accent);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lc-support-card--links a {
  align-items: center;
  border-top: 1px solid var(--lc-border);
  color: var(--lc-primary);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  min-height: 45px;
  text-decoration: none;
}

.lc-support-card--links a:hover,
.lc-support-card--links a:focus-visible {
  color: var(--lc-accent);
}

.lc-support-help {
  align-items: center;
  background: var(--lc-primary);
  border-radius: 7px;
  color: rgb(255 255 255 / 78%);
  display: grid;
  gap: 28px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 42px;
  overflow: hidden;
  padding: 32px 36px;
  position: relative;
}

.lc-support-help::before {
  background: var(--lc-accent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.lc-support-help h2 {
  color: var(--lc-white);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin-bottom: 8px;
}

.lc-support-help p {
  color: rgb(255 255 255 / 76%);
  margin: 0;
}

.lc-support-help__label {
  margin-bottom: 8px !important;
}

.lc-support-button {
  align-items: center;
  background: var(--lc-accent);
  border: 2px solid var(--lc-accent);
  border-radius: 5px;
  color: var(--lc-white) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.lc-support-button:hover,
.lc-support-button:focus-visible {
  background: #df3c03;
  border-color: #df3c03;
}

/* Contact Form 7 remains the source of form fields and validation behavior. */
.lc-support-form {
  border-top: 1px solid var(--lc-border);
  margin-top: 30px;
  padding-top: 30px;
}

.lc-support-form .wpcf7-form {
  display: grid;
  gap: 18px;
}

.lc-support-form .wpcf7-form > p {
  margin: 0;
}

.lc-support-form .wpcf7-form > fieldset.hidden-fields-container,
.lc-support-form .wpcf7-response-output[aria-hidden="true"]:empty {
  display: none !important;
}

.lc-support-form label {
  color: var(--lc-primary);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.lc-support-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}

.lc-support-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.lc-support-form textarea,
.lc-support-form select {
  background: #fbfcfd;
  border: 1px solid #c7d0d9;
  border-radius: 4px;
  box-shadow: none;
  color: var(--lc-primary);
  font-size: 15px;
  min-height: 50px;
  padding: 11px 13px;
  width: 100%;
}

.lc-support-form textarea {
  min-height: 148px;
  resize: vertical;
}

.lc-support-form input:focus,
.lc-support-form textarea:focus,
.lc-support-form select:focus {
  background: var(--lc-white);
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 3px rgb(253 69 3 / 10%);
}

.lc-support-form input.wpcf7-not-valid,
.lc-support-form textarea.wpcf7-not-valid,
.lc-support-form select.wpcf7-not-valid {
  border-color: #b42318;
}

.lc-support-form .wpcf7-not-valid-tip {
  color: #9f1c12;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}

.lc-support-form .wpcf7-response-output {
  border: 1px solid #c7d0d9;
  border-left: 4px solid var(--lc-primary);
  border-radius: 4px;
  color: var(--lc-primary);
  margin: 4px 0 0 !important;
  padding: 14px 16px !important;
}

.lc-support-form .wpcf7 form.sent .wpcf7-response-output,
.lc-support-form form.sent .wpcf7-response-output {
  background: #f0f8f2;
  border-color: #2f7d41;
}

.lc-support-form .wpcf7-form-control.wpcf7-submit {
  background: var(--lc-accent);
  border: 2px solid var(--lc-accent);
  border-radius: 5px;
  color: var(--lc-white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  min-height: 52px;
  padding: 10px 26px;
}

.lc-support-form .wpcf7-form-control.wpcf7-submit:hover,
.lc-support-form .wpcf7-form-control.wpcf7-submit:focus-visible {
  background: #df3c03;
  border-color: #df3c03;
}

.lc-support-form .wpcf7-spinner {
  margin: 0 0 0 12px;
  vertical-align: middle;
}

.lc-support-form .wpcf7-quiz-label,
.lc-support-form .wpcf7-acceptance {
  background: var(--lc-steel);
  border: 1px solid var(--lc-border);
  border-radius: 4px;
  display: block;
  padding: 14px;
}

/* Native WooCommerce tracking form remains responsible for validation and data. */
.lc-support-track-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  max-width: 1080px;
}

.lc-support-tracking-card .woocommerce-form-track-order,
.lc-support-tracking-card form.track_order {
  background: var(--lc-steel);
  border: 1px solid var(--lc-border);
  border-radius: 5px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 24px;
}

.lc-support-tracking-card form.track_order > p:first-child {
  grid-column: 1 / -1;
}

.lc-support-tracking-card .form-row {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.lc-support-tracking-card .form-row label {
  color: var(--lc-primary);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.lc-support-tracking-card input[type="text"],
.lc-support-tracking-card input[type="email"] {
  background: var(--lc-white);
  border: 1px solid #c7d0d9;
  border-radius: 4px;
  box-shadow: none;
  color: var(--lc-primary);
  min-height: 50px;
  padding: 10px 13px;
  width: 100%;
}

.lc-support-tracking-card .button {
  background: var(--lc-accent);
  border-color: var(--lc-accent);
  color: var(--lc-white);
  font-weight: 800;
  min-height: 50px;
}

.lc-support-tracking-card .button:hover,
.lc-support-tracking-card .button:focus-visible {
  background: #df3c03;
  border-color: #df3c03;
  color: var(--lc-white);
}

.lc-support-track-needs {
  align-self: start;
  border-top: 4px solid var(--lc-accent);
}

.lc-support-checklist {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-support-checklist li {
  color: #596675;
  padding-left: 24px;
  position: relative;
}

.lc-support-checklist li::before {
  color: var(--lc-accent);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

/* Policy-document system. */
.lc-policy-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: 205px minmax(0, 1fr) 275px;
}

.lc-policy-toc,
.lc-policy-summary {
  position: sticky;
  top: 24px;
}

.lc-policy-toc {
  border-left: 3px solid var(--lc-border);
  padding: 6px 0 6px 20px;
}

.lc-policy-toc nav {
  display: grid;
  gap: 2px;
}

.lc-policy-toc a {
  border-left: 2px solid transparent;
  color: #647180;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-left: -22px;
  padding: 8px 0 8px 20px;
  text-decoration: none;
}

.lc-policy-toc a:hover,
.lc-policy-toc a:focus-visible {
  border-left-color: var(--lc-accent);
  color: var(--lc-primary);
}

.lc-policy-document {
  background: var(--lc-white);
  border: 1px solid #dce2e7;
  border-radius: 7px;
  box-shadow: 0 18px 50px rgb(3 34 77 / 7%);
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
}

.lc-policy-document section {
  border-bottom: 1px solid var(--lc-border);
  margin-bottom: 34px;
  padding-bottom: 34px;
  scroll-margin-top: 24px;
}

.lc-policy-document section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lc-policy-document p {
  color: #596675;
  margin-bottom: 0;
}

.lc-policy-number {
  color: var(--lc-accent);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.lc-policy-section--critical {
  border-left: 4px solid var(--lc-accent);
  margin-left: -20px;
  padding-left: 16px;
}

.lc-policy-summary .lc-support-card {
  border-top: 4px solid var(--lc-accent);
}

.lc-policy-summary dl {
  margin: 22px 0 0;
}

.lc-policy-summary dl div {
  border-top: 1px solid var(--lc-border);
  padding: 13px 0;
}

.lc-policy-summary dt {
  color: #6c7885;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.lc-policy-summary dd {
  color: var(--lc-primary);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.lc-policy-layout > .lc-support-help {
  grid-column: 2 / -1;
  margin-top: 10px;
}

@media (max-width: 1050px) {
  .lc-policy-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .lc-policy-summary {
    grid-column: 2;
    position: static;
  }

  .lc-policy-summary .lc-support-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lc-policy-summary dl {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-policy-layout > .lc-support-help {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .lc-support-hero {
    padding: 28px 0 42px;
  }

  .lc-support-breadcrumb {
    margin-bottom: 32px;
  }

  .lc-support-hero__grid,
  .lc-support-grid,
  .lc-support-track-layout,
  .lc-policy-layout {
    grid-template-columns: 1fr;
  }

  .lc-support-hero__grid {
    gap: 32px;
  }

  .lc-support-nav {
    max-width: 560px;
  }

  .lc-support-main {
    padding: 54px 0 64px;
  }

  .lc-policy-toc,
  .lc-policy-summary,
  .lc-policy-summary .lc-support-card,
  .lc-policy-layout > .lc-support-help {
    grid-column: 1;
    position: static;
  }

  .lc-policy-toc {
    background: var(--lc-steel);
    border: 1px solid var(--lc-border);
    border-left: 4px solid var(--lc-accent);
    border-radius: 5px;
    padding: 20px;
  }

  .lc-policy-toc nav {
    gap: 0 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-policy-toc a {
    border-left: 0;
    border-top: 1px solid var(--lc-border);
    margin: 0;
    padding: 10px 0;
  }
}

@media (max-width: 560px) {
  .lc-support-container {
    padding-inline: 16px;
  }

  .lc-support-hero {
    background:
      linear-gradient(90deg, var(--lc-primary) 0 5px, transparent 5px),
      linear-gradient(135deg, #f7f9fa 0%, var(--lc-steel) 100%);
  }

  .lc-support-page h1 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
  }

  .lc-support-nav {
    grid-template-columns: 1fr 1fr;
  }

  .lc-support-nav a {
    font-size: 11px;
    min-height: 48px;
    padding-inline: 7px;
  }

  .lc-support-main {
    padding: 40px 0 52px;
  }

  .lc-support-panel,
  .lc-support-card,
  .lc-policy-document {
    padding: 22px 18px;
  }

  .lc-support-help {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 26px 22px;
  }

  .lc-support-button {
    width: 100%;
  }

  .lc-support-tracking-card .woocommerce-form-track-order,
  .lc-support-tracking-card form.track_order {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .lc-support-tracking-card form.track_order > * {
    grid-column: 1 !important;
  }

  .lc-policy-toc nav,
  .lc-policy-summary dl {
    grid-template-columns: 1fr;
  }

  .lc-policy-section--critical {
    margin-left: -10px;
    padding-left: 10px;
  }
}

/*
 * Lift Care homepage template.
 * Moved out of page-level inline CSS so the approved design is owned by the
 * active Woodmart child theme and remains consistent with WooCommerce pages.
 */
  :root {
    --lc-navy: #03224d;
    --lc-orange: #fd4503;
    --lc-graphite: #4c4c4c;
    --lc-white: #ffffff;
    --lc-steel: #f2f4f6;
    --lc-ink: #17243a;
    --lc-border: #dfe4e8;
    --lc-shadow: 0 16px 40px rgba(3, 34, 77, 0.1);
  }

  body.page-id-4254 .whb-header,
  body.page-id-4254 .main-footer,
  body.page-id-4254 .footer-container,
  body.page-id-4254 .page-title,
  body.page-id-4254 .wd-toolbar,
  body.page-id-4254 .scrollToTop {
    display: none !important;
  }

  body.page-id-4254 .main-page-wrapper,
  body.page-id-4254 .site-content,
  body.page-id-4254 .content-layout-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-id-4254 .main-page-wrapper > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  .lc-home,
  .lc-home * {
    box-sizing: border-box;
  }

  .lc-home {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    color: var(--lc-graphite);
    background: var(--lc-white);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
  }

  .lc-home img {
    display: block;
    max-width: 100%;
  }

  .lc-home a {
    color: inherit;
    text-decoration: none;
  }

  .lc-home a:focus-visible {
    outline: 3px solid rgba(253, 69, 3, 0.45);
    outline-offset: 4px;
  }

  .lc-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }

  .lc-section {
    padding: 96px 0;
  }

  .lc-section--steel {
    background: var(--lc-steel);
  }

  .lc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--lc-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .lc-eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    background: var(--lc-orange);
    border-radius: 99px;
  }

  .lc-home h1,
  .lc-home h2,
  .lc-home h3,
  .lc-home p {
    margin-top: 0;
  }

  .lc-home h1,
  .lc-home h2,
  .lc-home h3 {
    color: var(--lc-navy);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -0.035em;
  }

  .lc-home h1 {
    max-width: 650px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.02;
  }

  .lc-home h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
  }

  .lc-home h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.2;
  }

  .lc-lead {
    max-width: 690px;
    margin-bottom: 0;
    color: #5e6978;
    font-size: 18px;
  }

  .lc-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
  }

  .lc-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .lc-section-heading--center .lc-eyebrow {
    justify-content: center;
  }

  .lc-section-heading--center .lc-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .lc-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  .lc-button:hover {
    transform: translateY(-2px);
  }

  .lc-button--orange {
    color: var(--lc-white) !important;
    background: var(--lc-orange);
    box-shadow: 0 10px 24px rgba(253, 69, 3, 0.22);
  }

  .lc-button--orange:hover {
    background: #e73d00;
    box-shadow: 0 14px 30px rgba(253, 69, 3, 0.3);
  }

  .lc-button--navy {
    color: var(--lc-white) !important;
    background: var(--lc-navy);
  }

  .lc-button--ghost {
    color: var(--lc-navy) !important;
    border-color: var(--lc-navy);
    background: transparent;
  }

  .lc-button--ghost:hover {
    color: var(--lc-white) !important;
    background: var(--lc-navy);
  }

  .lc-button-arrow {
    font-size: 18px;
    line-height: 1;
  }

  .lc-site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(3, 34, 77, 0.09);
    background: rgba(255, 255, 255, 0.97);
  }

  .lc-header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .lc-logo {
    flex: 0 0 auto;
  }

  .lc-logo img {
    width: 196px;
    height: auto;
  }

  .lc-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }

  .lc-nav > a:not(.lc-button) {
    color: var(--lc-navy);
    font-size: 14px;
    font-weight: 750;
  }

  .lc-nav > a:not(.lc-button):hover {
    color: var(--lc-orange);
  }

  .lc-nav .lc-button {
    min-height: 46px;
    padding: 12px 18px;
  }

  .lc-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: stretch;
    background: linear-gradient(90deg, #f8fafb 0%, #f8fafb 47%, #e8ecef 47%, #e8ecef 100%);
  }

  .lc-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .lc-hero-copy {
    position: relative;
    z-index: 2;
    padding: 90px 70px 90px 0;
  }

  .lc-hero-copy .lc-lead {
    max-width: 600px;
  }

  .lc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
  }

  .lc-hero-media {
    align-self: stretch;
    position: relative;
    min-height: 610px;
  }

  .lc-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248, 250, 251, 0.18), transparent 20%);
    pointer-events: none;
  }

  .lc-hero-media img {
    width: calc(50vw + 10px);
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0 auto 0 0;
    object-fit: cover;
    object-position: 57% center;
  }

  .lc-trust {
    position: relative;
    z-index: 3;
    color: var(--lc-white);
    background: var(--lc-navy);
  }

  .lc-trust-grid {
    min-height: 104px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .lc-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--lc-white);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
  }

  .lc-trust-item:first-child {
    padding-left: 0;
  }

  .lc-trust-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .lc-trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: var(--lc-orange);
    font-size: 17px;
    font-weight: 900;
  }

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

  .lc-category-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border: 1px solid var(--lc-border);
    border-radius: 8px;
    background: var(--lc-white);
    box-shadow: 0 8px 24px rgba(3, 34, 77, 0.04);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  }

  .lc-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(253, 69, 3, 0.5);
    box-shadow: var(--lc-shadow);
  }

  .lc-category-card p {
    margin-bottom: 22px;
    color: #67717f;
    font-size: 15px;
  }

  .lc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--lc-orange) !important;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .lc-card-link span {
    transition: transform 0.2s ease;
  }

  .lc-category-card:hover .lc-card-link span {
    transform: translateX(4px);
  }

  .lc-products-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
  }

  .lc-products-top .lc-section-heading {
    margin-bottom: 0;
  }

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

  .lc-product-card {
    overflow: hidden;
    border: 1px solid var(--lc-border);
    border-radius: 8px;
    background: var(--lc-white);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
  }

  .lc-product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lc-shadow);
  }

  .lc-product-visual {
    aspect-ratio: 1 / 0.72;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(3, 34, 77, 0.035), rgba(3, 34, 77, 0.1)),
      repeating-linear-gradient(90deg, transparent 0 31px, rgba(3, 34, 77, 0.035) 31px 32px);
  }

  .lc-lift-mark {
    width: 88px;
    height: 68px;
    position: relative;
    border-top: 7px solid var(--lc-navy);
    border-bottom: 7px solid var(--lc-navy);
  }

  .lc-lift-mark::before,
  .lc-lift-mark::after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    width: 8px;
    background: var(--lc-navy);
  }

  .lc-lift-mark::before { left: 8px; }
  .lc-lift-mark::after { right: 8px; }

  .lc-product-status {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 9px;
    border-radius: 3px;
    color: var(--lc-navy);
    background: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .lc-product-copy {
    padding: 20px;
  }

  .lc-product-type {
    display: block;
    margin-bottom: 7px;
    color: var(--lc-orange);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lc-product-copy h3 {
    min-height: 48px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .lc-product-meta {
    margin-bottom: 16px !important;
    color: #727b87;
    font-size: 13px;
  }

  .lc-product-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lc-navy) !important;
    font-size: 13px;
    font-weight: 850;
  }

  .lc-brands {
    background: var(--lc-steel);
  }

  .lc-brands h2 {
    color: var(--lc-navy);
  }

  .lc-brand-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-inline: auto;
    max-width: 1180px;
  }

  .lc-brand-tile {
    min-height: 132px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid var(--lc-border);
    border-radius: 6px;
    background: var(--lc-white);
    box-shadow: 0 8px 24px rgba(3, 34, 77, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .lc-brand-tile img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }

  .lc-brand-link {
    display: block;
    flex: 0 1 calc((100% - 64px) / 5);
    max-width: 220px;
    min-width: 0;
    border-radius: 6px;
  }

  .lc-brand-link:hover .lc-brand-tile {
    transform: translateY(-3px);
    border-color: var(--lc-orange);
    box-shadow: 0 12px 28px rgba(3, 34, 77, 0.1);
  }

  .lc-brand-link:focus-visible {
    outline: 3px solid rgba(253, 69, 3, 0.55);
    outline-offset: 4px;
  }

  .lc-brand-action {
    margin-top: 32px;
    text-align: center;
  }

  .lc-guidance-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 72px;
  }

  .lc-guidance-image {
    position: relative;
  }

  .lc-guidance-image::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 48%;
    height: 46%;
    z-index: 0;
    background: var(--lc-orange);
    border-radius: 5px;
  }

  .lc-guidance-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    z-index: 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--lc-shadow);
  }

  .lc-benefits {
    display: grid;
    gap: 18px;
    margin: 34px 0;
  }

  .lc-benefit {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 15px;
  }

  .lc-benefit-check {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--lc-white);
    background: var(--lc-orange);
    font-size: 16px;
    font-weight: 900;
  }

  .lc-benefit h3 {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .lc-benefit p {
    margin-bottom: 0;
    color: #66717e;
    font-size: 14px;
  }

  /* Dedicated Lift Care company introduction and buying flow. */
  .lc-about {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(3, 34, 77, 0.08);
    background: linear-gradient(135deg, #f7f8fa 0%, var(--lc-steel) 58%, #e9edf1 100%);
  }

  .lc-about::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--lc-orange) 0 112px, var(--lc-navy) 112px 100%);
  }

  .lc-about .lc-container {
    position: relative;
    z-index: 1;
  }

  .lc-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: clamp(52px, 6vw, 82px);
  }

  .lc-about-media {
    position: relative;
    padding: 0 20px 20px 0;
  }

  .lc-about-media::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 54%;
    border-radius: 6px;
    background: var(--lc-navy);
  }

  .lc-about-media::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 76px;
    height: 76px;
    border-top: 4px solid var(--lc-orange);
    border-left: 4px solid var(--lc-orange);
  }

  .lc-about-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    z-index: 1;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 20px 48px rgba(3, 34, 77, 0.16);
  }

  .lc-about-plate {
    min-width: 230px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    padding: 17px 20px 16px;
    border-left: 5px solid var(--lc-orange);
    border-radius: 4px 0 4px 4px;
    color: var(--lc-white);
    background: var(--lc-navy);
    box-shadow: 0 14px 30px rgba(3, 34, 77, 0.24);
  }

  .lc-about-plate span,
  .lc-about-plate small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .lc-about-plate strong {
    margin: 4px 0 3px;
    color: var(--lc-white);
    font-size: 23px;
    line-height: 1.15;
  }

  .lc-about-copy .lc-eyebrow {
    margin-bottom: 13px;
  }

  .lc-about-copy h2 {
    max-width: 650px;
    margin-bottom: 20px;
  }

  .lc-about-copy .lc-lead {
    max-width: 650px;
    color: #46566a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
  }

  .lc-about-description {
    max-width: 650px;
    margin: 13px 0 0;
    color: #687585;
    font-size: 15px;
    line-height: 1.7;
  }

  .lc-about-commitments {
    display: grid;
    margin-top: 26px;
    border-top: 1px solid rgba(3, 34, 77, 0.13);
  }

  .lc-about-commitment {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(3, 34, 77, 0.13);
  }

  .lc-about-commitment > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(253, 69, 3, 0.35);
    border-radius: 3px;
    color: var(--lc-orange);
    background: var(--lc-white);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 5px 14px rgba(3, 34, 77, 0.07);
  }

  .lc-about-commitment h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .lc-about-commitment p {
    margin-bottom: 0;
    color: #687585;
    font-size: 13px;
    line-height: 1.55;
  }

  .lc-about-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 25px;
  }

  .lc-about-actions .lc-button {
    min-height: 48px;
    padding: 12px 20px;
  }

  .lc-about-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: var(--lc-navy) !important;
    font-size: 14px;
    font-weight: 850;
  }

  .lc-about-contact:hover,
  .lc-about-contact:focus-visible {
    color: var(--lc-orange) !important;
  }

  .lc-about-contact:focus-visible {
    outline: 3px solid rgba(253, 69, 3, 0.28);
    outline-offset: 5px;
  }

  .lc-about-process {
    overflow: hidden;
    margin-top: 60px;
    border: 1px solid rgba(3, 34, 77, 0.14);
    border-radius: 7px;
    background: var(--lc-white);
    box-shadow: 0 14px 36px rgba(3, 34, 77, 0.08);
  }

  .lc-about-process-head {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 24px;
    color: var(--lc-white);
    background: var(--lc-navy);
  }

  .lc-about-process-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
  }

  .lc-about-process-head p span {
    margin-right: 12px;
    color: var(--lc-orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .lc-about-process-head strong {
    flex: 0 0 auto;
    color: var(--lc-white);
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .lc-about-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lc-about-step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 14px;
    padding: 23px 24px 25px;
    border-right: 1px solid var(--lc-border);
    background: var(--lc-white);
  }

  .lc-about-step:last-child {
    border-right: 0;
  }

  .lc-about-step > span {
    padding-top: 2px;
    color: var(--lc-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .lc-about-step h3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .lc-about-step p {
    margin-bottom: 0;
    color: #687585;
    font-size: 13px;
    line-height: 1.55;
  }

  .lc-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    overflow: hidden;
    margin-top: 44px;
    border-radius: 6px;
    background: var(--lc-border);
  }

  .lc-step {
    padding: 20px;
    background: var(--lc-white);
  }

  .lc-step span {
    display: block;
    margin-bottom: 8px;
    color: var(--lc-orange);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lc-step strong {
    display: block;
    color: var(--lc-navy);
    font-size: 14px;
    line-height: 1.4;
  }

  .lc-cta {
    padding: 82px 0;
    color: var(--lc-white);
    background:
      linear-gradient(105deg, rgba(3, 34, 77, 0.98), rgba(3, 34, 77, 0.88)),
      radial-gradient(circle at 75% 40%, rgba(253, 69, 3, 0.32), transparent 35%);
  }

  .lc-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }

  .lc-cta-copy {
    max-width: 760px;
  }

  .lc-cta h2 {
    color: var(--lc-white);
  }

  .lc-cta p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
  }

  .lc-cta .lc-button {
    flex: 0 0 auto;
  }

  .lc-footer {
    padding: 64px 0 28px;
    color: rgba(255, 255, 255, 0.68);
    background: #021936;
  }

  .lc-footer-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1fr 0.7fr;
    gap: 48px;
  }

  .lc-footer-logo {
    width: 220px;
    margin-bottom: 20px;
  }

  .lc-footer p {
    max-width: 390px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .lc-footer-brand address {
    margin-top: 18px;
  }

  .lc-footer h3 {
    margin-bottom: 18px;
    color: var(--lc-white);
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .lc-footer-links {
    display: grid;
    gap: 10px;
  }

  .lc-footer-links a,
  .lc-footer address {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-style: normal;
  }

  .lc-footer-links a:hover {
    color: var(--lc-orange);
  }

  .lc-footer-bottom {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
  }

  @media (max-width: 1024px) {
    .lc-section { padding: 78px 0; }
    .lc-nav { gap: 20px; }
    .lc-nav > a:not(.lc-button) { font-size: 13px; }
    .lc-hero { min-height: 620px; }
    .lc-hero-copy { padding-right: 42px; }
    .lc-hero-media { min-height: 560px; }
    .lc-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .lc-trust-item:nth-child(2) { border-right: 0; }
    .lc-trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
    .lc-trust-item:first-child,
    .lc-trust-item:nth-child(3) { padding-left: 0; }
    .lc-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-brand-link { flex-basis: calc((100% - 48px) / 4); max-width: none; }
    .lc-guidance-grid { gap: 48px; }
    .lc-about-grid { gap: 48px; }
    .lc-about-plate { min-width: 210px; }
    .lc-about-process-head { align-items: flex-start; flex-direction: column; gap: 5px; }
    .lc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-footer-brand { grid-column: 1 / -1; }
  }

  @media (max-width: 780px) {
    .lc-container { width: min(100% - 32px, 1180px); }
    .lc-section { padding: 64px 0; }
    .lc-header-inner { min-height: 72px; }
    .lc-logo img { width: 158px; }
    .lc-nav { gap: 14px; }
    .lc-nav > a:not(.lc-button) { display: none; }
    .lc-nav .lc-button { min-height: 42px; padding: 10px 13px; font-size: 12px; }
    .lc-hero { display: block; background: #f8fafb; }
    .lc-hero-grid { grid-template-columns: 1fr; }
    .lc-hero-copy { padding: 66px 0 48px; }
    .lc-hero-media { min-height: 430px; margin: 0 -16px; }
    .lc-hero-media img { width: 100%; }
    .lc-hero-media::after { background: linear-gradient(180deg, rgba(248, 250, 251, 0.2), transparent 20%); }
    .lc-products-top { align-items: flex-start; flex-direction: column; }
    .lc-brand-link { flex-basis: calc((100% - 32px) / 3); }
    .lc-guidance-grid { grid-template-columns: 1fr; }
    .lc-guidance-image { max-width: 620px; }
    .lc-about-grid { grid-template-columns: 1fr; }
    .lc-about-media { width: min(100%, 620px); }
    .lc-about-copy h2,
    .lc-about-copy .lc-lead,
    .lc-about-description { max-width: 700px; }
    .lc-about-process { margin-top: 48px; }
    .lc-about-steps { grid-template-columns: 1fr; }
    .lc-about-step { border-right: 0; border-bottom: 1px solid var(--lc-border); }
    .lc-about-step:last-child { border-bottom: 0; }
    .lc-cta-inner { align-items: flex-start; flex-direction: column; }
    .lc-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .lc-footer-brand { grid-column: 1 / -1; }
  }

  @media (max-width: 560px) {
    .lc-home h1 { font-size: 41px; }
    .lc-home h2 { font-size: 32px; }
    .lc-lead { font-size: 16px; }
    .lc-hero-actions { flex-direction: column; }
    .lc-hero-actions .lc-button { width: 100%; }
    .lc-hero-media { min-height: 330px; }
    .lc-trust-grid { grid-template-columns: 1fr; }
    .lc-trust-item,
    .lc-trust-item:first-child,
    .lc-trust-item:nth-child(3) { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
    .lc-trust-item:last-child { border-bottom: 0; }
    .lc-category-grid,
    .lc-product-grid { grid-template-columns: 1fr; }
    .lc-brand-grid { gap: 10px; }
    .lc-brand-link { flex-basis: calc((100% - 10px) / 2); }
    .lc-category-card { min-height: 230px; }
    .lc-product-grid { gap: 16px; }
    .lc-brand-tile { min-height: 100px; padding: 14px; }
    .lc-brand-tile img { height: 68px; }
    .lc-guidance-image::before { right: -10px; bottom: -10px; }
    .lc-about { padding-top: 58px; padding-bottom: 58px; }
    .lc-about-media { padding: 0 9px 58px 0; }
    .lc-about-media::after { top: -8px; left: -8px; width: 52px; height: 52px; }
    .lc-about-plate { min-width: min(88%, 260px); right: 0; bottom: 0; padding: 13px 16px; }
    .lc-about-plate strong { font-size: 20px; }
    .lc-about-copy .lc-lead { font-size: 16px; }
    .lc-about-actions { align-items: stretch; flex-direction: column; gap: 8px; }
    .lc-about-actions .lc-button { width: 100%; }
    .lc-about-contact { justify-content: center; }
    .lc-about-process { margin-top: 40px; }
    .lc-about-process-head { padding: 16px 18px; }
    .lc-about-process-head p span { display: block; margin: 0 0 5px; }
    .lc-about-step { padding: 20px 18px; }
    .lc-steps { grid-template-columns: 1fr; }
    .lc-cta { padding: 64px 0; }
    .lc-cta .lc-button { width: 100%; }
    .lc-footer-grid { grid-template-columns: 1fr; }
    .lc-footer-brand { grid-column: auto; }
  }

html {
  scroll-behavior: smooth;
}

body {
  color: var(--lc-graphite);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

body .mobile-nav {
  display: none !important;
}

body.lc-global-shell-active .whb-header,
body.lc-global-shell-active .wd-footer {
  display: none !important;
}

body.lc-global-shell-active .main-page-wrapper {
  background: var(--lc-white);
  padding-block: 0 64px;
}

body.lc-global-shell-active .page-title {
  background: var(--lc-steel);
  margin: 0;
  padding: 42px 20px;
}

body.lc-global-shell-active .page-title .entry-title,
body.lc-global-shell-active .page-title h1 {
  color: var(--lc-primary);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.lc-global-shell-active .page-title .wd-nav-product-cat,
body.lc-global-shell-active .page-title .wd-nav-product-cat-wrapper {
  display: none !important;
}

body.lc-global-shell-active .breadcrumbs,
body.lc-global-shell-active .woocommerce-breadcrumb {
  color: #65717e;
}

body.lc-global-shell-active .breadcrumbs a,
body.lc-global-shell-active .woocommerce-breadcrumb a {
  color: var(--lc-primary);
}

.lc-global-header {
  background: var(--lc-white);
  border-bottom: 1px solid var(--lc-border);
  position: relative;
  z-index: 50;
}

.lc-global-header__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--lc-container);
  min-height: 82px;
  padding: 10px 24px;
}

.lc-global-logo {
  display: inline-flex;
  flex: 0 0 auto;
}

.lc-global-logo img {
  display: block;
  height: auto;
  max-width: 220px;
  width: 100%;
}

.lc-global-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.lc-global-nav a {
  color: var(--lc-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.lc-global-nav a:hover,
.lc-global-nav a:focus-visible {
  color: var(--lc-accent);
}

.lc-global-nav .lc-global-cta,
.lc-global-cta {
  align-items: center;
  background: var(--lc-accent);
  border: 2px solid var(--lc-accent);
  border-radius: var(--lc-radius);
  color: var(--lc-white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.lc-global-nav .lc-global-cta:hover,
.lc-global-nav .lc-global-cta:focus-visible,
.lc-global-cta:hover,
.lc-global-cta:focus-visible {
  background: #df3c03;
  border-color: #df3c03;
  color: var(--lc-white);
}

.lc-global-mobile {
  display: none;
  margin: 0;
  position: relative;
}

.lc-global-mobile summary {
  align-items: center;
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  color: var(--lc-primary);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  min-height: 48px;
  padding: 0 16px;
}

.lc-global-mobile summary::-webkit-details-marker {
  display: none;
}

.lc-global-mobile__panel {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  box-shadow: 0 16px 32px rgb(3 34 77 / 12%);
  display: grid;
  gap: 4px;
  min-width: 230px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}

.lc-global-mobile__panel a {
  border-radius: 4px;
  color: var(--lc-primary);
  font-weight: 700;
  padding: 12px 14px;
  text-decoration: none;
}

.lc-global-mobile__panel a:hover,
.lc-global-mobile__panel a:focus-visible {
  background: var(--lc-steel);
  color: var(--lc-accent);
}

.lc-global-mobile__panel .lc-global-cta,
.lc-global-mobile__panel .lc-global-cta:hover,
.lc-global-mobile__panel .lc-global-cta:focus-visible {
  background: var(--lc-accent);
  color: var(--lc-white);
  text-align: center;
}

.lc-global-footer {
  background: var(--lc-primary);
  color: rgb(255 255 255 / 78%);
}

.lc-global-footer__grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(130px, 1fr));
  margin: 0 auto;
  max-width: var(--lc-container);
  padding: 58px 24px 34px;
}

.lc-global-footer__brand img {
  height: auto;
  margin-bottom: 18px;
  max-width: 230px;
  width: 100%;
}

.lc-global-footer p,
.lc-global-footer address {
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  font-style: normal;
  line-height: 1.7;
  margin: 0 0 14px;
}

.lc-global-footer h2 {
  color: var(--lc-white);
  font-size: 16px;
  margin: 4px 0 16px;
}

.lc-global-footer nav {
  display: grid;
  gap: 11px;
}

.lc-global-footer a {
  color: rgb(255 255 255 / 82%);
  text-decoration: none;
}

.lc-global-footer a:hover,
.lc-global-footer a:focus-visible {
  color: var(--lc-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lc-global-footer__bottom {
  border-top: 1px solid rgb(255 255 255 / 14%);
  color: rgb(255 255 255 / 68%);
  font-size: 13px;
  margin: 0 auto;
  max-width: var(--lc-container);
  padding: 20px 24px 24px;
}

body .button,
body button,
body input[type="submit"],
body .single_add_to_cart_button,
body .checkout-button,
body .wd-buy-now-btn {
  border-radius: var(--lc-radius);
  min-height: 48px;
}

body .button:not(.alt),
body button[type="submit"],
body input[type="submit"],
body .single_add_to_cart_button,
body .checkout-button,
body .wd-buy-now-btn {
  background-color: var(--lc-accent);
  color: var(--lc-white);
}

body .button:not(.alt):hover,
body button[type="submit"]:hover,
body input[type="submit"]:hover,
body .single_add_to_cart_button:hover,
body .checkout-button:hover,
body .wd-buy-now-btn:hover {
  background-color: #df3c03;
  color: var(--lc-white);
}

body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="number"],
body input[type="password"],
body select,
body textarea {
  border: 1px solid #cbd3da;
  border-radius: var(--lc-radius);
  min-height: 48px;
}

body input:focus,
body select:focus,
body textarea:focus,
body a:focus-visible,
body button:focus-visible,
body summary:focus-visible {
  outline: 3px solid rgb(253 69 3 / 32%);
  outline-offset: 2px;
}

body.woocommerce .products .product-grid-item,
body.woocommerce .products .wd-product {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}

body.woocommerce .products .product-grid-item:hover,
body.woocommerce .products .wd-product:hover {
  border-color: #b9c3cc;
  transform: translateY(-2px);
}

body.woocommerce .product-element-bottom {
  padding: 18px 18px 20px;
}

body.woocommerce .wd-entities-title,
body.woocommerce .product_title,
body.woocommerce .wd-product .wd-entities-title a {
  color: var(--lc-primary);
}

body.woocommerce .price,
body.woocommerce .amount {
  color: var(--lc-primary);
  font-weight: 700;
}

body.woocommerce .wd-pagination > span.current,
body.woocommerce .woocommerce-pagination .current {
  background-color: var(--lc-accent);
  color: var(--lc-white);
}

body .lc-home .lc-hero-copy {
  padding-left: max(40px, calc((100vw - 1180px) / 2)) !important;
}

.lc-shipping-badge,
.lc-product-status {
  background: var(--lc-accent);
  border-radius: 999px;
  color: var(--lc-white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
}

body.woocommerce .lc-shipping-badge {
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 3;
}

.lc-loop-meta {
  color: #68727d;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 7px;
  margin-top: 8px;
}

.lc-loop-meta span + span::before {
  color: #a9b2ba;
  content: "•";
  margin-right: 7px;
}

.lc-product-card .lc-product-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.lc-product-card .lc-product-visual img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.lc-product-card .lc-product-status {
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 2;
}

.lc-product-card .lc-product-price {
  color: var(--lc-primary);
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 0;
}

.lc-product-card .lc-product-price del {
  color: #78838d;
  font-size: 13px;
  font-weight: 400;
}

.lc-product-card .lc-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.lc-product-card .lc-mini-badge {
  background: var(--lc-steel);
  border-radius: 999px;
  color: var(--lc-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 6px 8px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .lc-global-nav {
    display: none;
  }

  .lc-global-mobile {
    display: block;
  }

  .lc-global-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lc-global-footer__brand {
    grid-column: 1 / -1;
  }

  body .lc-home .lc-hero-copy {
    padding-left: 24px !important;
  }
}

@media (max-width: 640px) {
  .lc-global-header__inner {
    min-height: 70px;
    padding-inline: 16px;
  }

  .lc-global-logo img {
    max-width: 174px;
  }

  .lc-global-footer__grid {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 44px 18px 28px;
  }

  .lc-global-footer__brand {
    grid-column: auto;
  }

  .lc-global-footer__bottom {
    padding-inline: 18px;
  }

  body.lc-global-shell-active .main-page-wrapper {
    padding-bottom: 42px;
  }

body.woocommerce .products.wd-grid-g {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Owner-approved Find Your Lift category gallery. */
.lc-category-card--media {
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.lc-category-media {
  aspect-ratio: 4 / 3;
  background: #e7ebef;
  display: block;
  overflow: hidden;
  width: 100%;
}

.lc-category-media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.lc-category-card--media:hover .lc-category-media img,
.lc-category-card--media:focus-visible .lc-category-media img {
  transform: scale(1.025);
}

.lc-category-card--media:focus-visible {
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 3px rgb(253 69 3 / 25%), var(--lc-shadow);
  outline: none;
}

.lc-category-copy {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  width: 100%;
}

.lc-category-card--media .lc-card-link {
  margin-top: 10px;
}

/* Native WooCommerce cart controls for the header and all product cards. */
.lc-global-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.lc-header-cart-link {
  align-items: center;
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  color: var(--lc-primary);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
  width: 48px;
}

.lc-header-cart-link:hover,
.lc-header-cart-link:focus-visible {
  background: var(--lc-steel);
  border-color: var(--lc-accent);
  color: var(--lc-accent);
}

.lc-cart-icon {
  display: block;
  flex: 0 0 auto;
  height: 19px;
  width: 19px;
}

.lc-header-cart-link .lc-cart-icon {
  height: 23px;
  width: 23px;
}

.lc-header-cart-count {
  align-items: center;
  background: var(--lc-accent);
  border: 2px solid var(--lc-white);
  border-radius: 999px;
  color: var(--lc-white);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  line-height: 1;
  min-width: 20px;
  padding: 0 4px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.lc-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.lc-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.lc-product-copy h3 a {
  color: var(--lc-primary);
  text-decoration: none;
}

.lc-product-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
}

body .lc-card-cart-button.button {
  align-items: center;
  background: var(--lc-accent);
  border: 1px solid var(--lc-accent);
  border-radius: var(--lc-radius);
  color: var(--lc-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 8px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

body .lc-card-cart-button.button:hover,
body .lc-card-cart-button.button:focus-visible {
  background: #df3c03;
  border-color: #df3c03;
  color: var(--lc-white);
  transform: translateY(-1px);
}

body .lc-card-cart-button.button.loading {
  opacity: 0.72;
  pointer-events: none;
}

body .lc-card-cart-button.button.added {
  background: var(--lc-primary);
  border-color: var(--lc-primary);
}

.lc-product-actions .added_to_cart,
.lc-loop-cart-action .added_to_cart {
  color: var(--lc-primary);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.woocommerce .products .wd-add-btn {
  display: none !important;
}

/* The approved Lift Care card is the single catalogue presentation layer. */
.products .lc-product-card-host {
  align-self: stretch;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex;
  height: auto;
  overflow: visible !important;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
}

.products .lc-product-card-host > .wd-product-wrapper {
  display: none !important;
}

.products .lc-product-card-host > .lc-product-card {
  min-width: 0;
}

body.woocommerce .products .lc-loop-cart-action {
  margin-top: 14px;
  position: relative;
  z-index: 3;
}

body.woocommerce .products .lc-loop-cart-action .lc-card-cart-button {
  width: 100%;
}

@media (max-width: 900px) {
  .lc-global-header__inner {
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .lc-global-header__inner {
    gap: 10px;
  }

  .lc-global-logo img {
    max-width: 155px;
  }

  .lc-global-actions {
    gap: 8px;
  }

  .lc-header-cart-link {
    height: 44px;
    width: 44px;
  }

  .lc-global-mobile summary {
    min-height: 44px;
    padding-inline: 13px;
  }
}

@media (max-width: 420px) {
  .lc-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body .lc-product-actions .lc-card-cart-button {
    width: 100%;
  }
}

/* Mobile homepage hero and two-card catalogue layout. */
@media (max-width: 640px) {
  body .lc-home .lc-hero {
    align-items: stretch;
    background: #d9dde1;
    display: flex;
    min-height: 660px;
    overflow: hidden;
  }

  body .lc-home .lc-hero-grid {
    display: block;
    margin: 0 !important;
    max-width: none;
    min-height: 660px;
    position: relative;
    width: 100% !important;
  }

  body .lc-home .lc-hero-media {
    inset: 0;
    margin: 0;
    min-height: 0;
    position: absolute;
  }

  body .lc-home .lc-hero-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 57% center;
    position: absolute;
    width: 100%;
  }

  body .lc-home .lc-hero-media::after {
    background: linear-gradient(
      180deg,
      rgba(239, 241, 243, 0.88) 0%,
      rgba(226, 229, 232, 0.79) 56%,
      rgba(210, 215, 219, 0.86) 100%
    );
    inset: 0;
    position: absolute;
    z-index: 1;
  }

  body .lc-home .lc-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 660px;
    padding: 76px 20px 56px !important;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  body .lc-home .lc-hero-copy h1 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 0.99;
    max-width: 10ch;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  }

  body .lc-home .lc-hero-copy .lc-lead {
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
    max-width: 36ch;
  }

  body .lc-home .lc-hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  body .lc-home .lc-hero-actions .lc-button {
    min-height: 52px;
    width: 100%;
  }

  body .lc-home .lc-hero-actions .lc-button--ghost {
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.66);
  }

  body .lc-home .lc-category-grid,
  body .lc-home .lc-product-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .lc-home .lc-category-card {
    min-height: 0;
  }

  body .lc-home .lc-category-copy {
    padding: 12px;
  }

  body .lc-home .lc-category-copy h3 {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 6px;
    overflow-wrap: anywhere;
  }

  body .lc-home .lc-category-copy p {
    display: -webkit-box;
    font-size: 11.5px;
    line-height: 1.45;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body .lc-home .lc-category-copy .lc-card-link {
    font-size: 10px;
    gap: 4px;
    letter-spacing: 0.02em;
  }

  body .lc-home .lc-product-card,
  body.woocommerce .products .lc-product-card {
    min-width: 0;
  }

  body .lc-product-card .lc-product-visual {
    aspect-ratio: 1 / 0.82;
  }

  body .lc-product-card .lc-product-status {
    font-size: 8px;
    left: 7px;
    padding: 6px 7px;
    right: auto;
    top: 7px;
  }

  body .lc-product-card .lc-product-copy {
    padding: 11px;
  }

  body .lc-product-card .lc-product-type {
    font-size: 9px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  body .lc-product-card .lc-product-copy h3 {
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 7px;
    min-height: 52px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body .lc-product-card .lc-product-price {
    font-size: 14px;
    line-height: 1.3;
  }

  body .lc-product-card .lc-mini-badge {
    font-size: 8px;
    padding: 5px 7px;
  }

  body .lc-product-card .lc-product-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
  }

  body .lc-product-card .lc-product-link {
    font-size: 11px;
  }

  body .lc-product-card .lc-card-cart-button.button {
    font-size: 10.5px;
    line-height: 1.2;
    min-height: 38px;
    padding: 7px;
    white-space: normal;
    width: 100%;
  }

  body .lc-product-card .lc-card-cart-button svg {
    height: 15px;
    width: 15px;
  }

  body .products.wd-grid-g {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Professional Lift Care header: utility support, product search, category shop menu. */
.lc-global-header {
  background: var(--lc-white);
  border: 0;
  box-shadow: 0 1px 0 rgb(3 34 77 / 12%);
  color: var(--lc-primary);
  font-family: Arial, "Helvetica Neue", sans-serif;
  position: relative;
  z-index: 100;
}

.lc-global-utility {
  background: #02162f;
  color: #c8d5e3;
}

.lc-global-utility__inner,
.lc-global-header__inner,
.lc-global-primary__inner {
  margin: 0 auto;
  max-width: var(--lc-container);
  width: 100%;
}

.lc-global-utility__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  padding: 5px 24px;
}

.lc-global-utility p {
  align-items: center;
  display: flex;
  font-size: 10.5px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.lc-global-utility p strong {
  color: var(--lc-white);
  font-weight: 800;
}

.lc-global-utility nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.lc-global-utility a {
  color: #c8d5e3;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.lc-global-utility a:hover,
.lc-global-utility a:focus-visible {
  color: var(--lc-white);
}

.lc-global-header__main {
  background: var(--lc-white);
}

.lc-global-header__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 205px minmax(320px, 1fr) auto;
  min-height: 86px;
  padding: 12px 24px;
}

.lc-global-logo {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}

.lc-global-logo img {
  height: auto;
  max-width: 205px;
  width: 100%;
}

.lc-header-search {
  align-items: stretch;
  background: var(--lc-white);
  border: 1px solid #bdc7d2;
  border-radius: 5px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
}

.lc-header-search input[type="search"] {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--lc-primary);
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  min-width: 0;
  outline: 0;
  padding: 0 16px;
  width: 100%;
}

.lc-header-search input[type="search"]::placeholder {
  color: #768392;
  opacity: 1;
}

.lc-header-search:focus-within {
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 3px rgb(253 69 3 / 12%);
}

.lc-header-search button {
  background: var(--lc-accent);
  border: 0;
  border-radius: 0;
  color: var(--lc-white);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-width: 108px;
  padding: 0 18px;
  text-transform: uppercase;
}

.lc-header-search button:hover,
.lc-header-search button:focus-visible {
  background: #df3c03;
}

.lc-global-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.lc-header-account {
  color: var(--lc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.lc-header-account:hover,
.lc-header-account:focus-visible {
  color: var(--lc-accent);
}

.lc-header-cart-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--lc-primary);
  display: inline-flex;
  gap: 10px;
  height: 48px;
  justify-content: flex-start;
  padding: 4px 7px;
  width: auto;
}

.lc-header-cart-link:hover,
.lc-header-cart-link:focus-visible {
  background: var(--lc-steel);
  border-color: transparent;
}

.lc-header-cart-link .lc-cart-icon {
  height: 24px;
  width: 24px;
}

.lc-header-cart-count {
  right: auto;
  top: 0;
  transform: translateX(16px);
}

.lc-header-cart-copy {
  display: grid;
  line-height: 1.1;
}

.lc-header-cart-copy strong {
  color: var(--lc-primary);
  font-size: 12px;
  font-weight: 800;
}

.lc-header-cart-copy small {
  color: #6c7885;
  font-size: 10px;
  margin-top: 3px;
}

.lc-global-primary {
  background: var(--lc-primary);
}

.lc-global-primary__inner {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 24px;
}

.lc-global-nav {
  align-items: stretch;
  display: flex;
  gap: 4px;
}

.lc-global-nav > a,
.lc-shop-menu > summary,
.lc-primary-quote {
  align-items: center;
  color: var(--lc-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  min-height: 52px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lc-global-nav > a:hover,
.lc-global-nav > a:focus-visible {
  background: rgb(255 255 255 / 8%);
  color: var(--lc-white);
}

.lc-shop-menu {
  margin: 0;
  position: relative;
}

.lc-shop-menu > summary {
  background: var(--lc-accent);
  cursor: pointer;
  gap: 9px;
  list-style: none;
}

.lc-shop-menu > summary::-webkit-details-marker,
.lc-global-mobile > summary::-webkit-details-marker {
  display: none;
}

.lc-shop-menu > summary:hover,
.lc-shop-menu > summary:focus-visible,
.lc-shop-menu[open] > summary {
  background: #df3c03;
}

.lc-shop-menu__panel {
  background: var(--lc-white);
  border: 1px solid #d6dde4;
  border-top: 3px solid var(--lc-accent);
  box-shadow: 0 18px 38px rgb(3 34 77 / 18%);
  color: var(--lc-primary);
  left: 0;
  min-width: 560px;
  padding: 22px;
  position: absolute;
  top: 100%;
  z-index: 120;
}

.lc-shop-menu__panel > p {
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lc-shop-menu__panel nav {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lc-shop-menu__panel nav a {
  align-items: center;
  background: var(--lc-steel);
  border: 1px solid transparent;
  color: var(--lc-primary);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 45px;
  padding: 9px 12px;
  text-decoration: none;
}

.lc-shop-menu__panel nav a:hover,
.lc-shop-menu__panel nav a:focus-visible {
  background: var(--lc-white);
  border-color: var(--lc-accent);
  color: var(--lc-accent);
}

.lc-shop-menu__all {
  color: var(--lc-primary);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: 16px;
  text-decoration: underline;
  text-decoration-color: var(--lc-accent);
  text-underline-offset: 4px;
}

.lc-primary-quote {
  border-left: 1px solid rgb(255 255 255 / 15%);
  border-right: 1px solid rgb(255 255 255 / 15%);
  color: var(--lc-white);
}

.lc-primary-quote:hover,
.lc-primary-quote:focus-visible {
  background: var(--lc-accent);
  color: var(--lc-white);
}

.lc-global-mobile {
  display: none;
  margin: 0;
  position: relative;
}

@media (max-width: 1120px) {
  .lc-global-header__inner {
    gap: 20px;
    grid-template-columns: 190px minmax(260px, 1fr) auto;
  }

  .lc-global-logo img {
    max-width: 190px;
  }

  .lc-global-nav > a,
  .lc-shop-menu > summary,
  .lc-primary-quote {
    padding-inline: 13px;
  }
}

@media (max-width: 960px) {
  .lc-global-utility__inner {
    justify-content: center;
    min-height: 30px;
    padding-inline: 16px;
  }

  .lc-global-utility nav {
    display: none;
  }

  .lc-global-utility p {
    font-size: 9.5px;
    gap: 6px;
    letter-spacing: 0.055em;
    text-align: center;
  }

  .lc-global-header__inner {
    display: grid;
    gap: 12px;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 74px;
    padding: 8px 16px;
  }

  .lc-global-mobile {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .lc-global-mobile > summary {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: var(--lc-primary);
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    min-height: 46px;
    padding: 0;
    width: 46px;
  }

  .lc-global-mobile > summary:hover,
  .lc-global-mobile > summary:focus-visible,
  .lc-global-mobile[open] > summary {
    background: var(--lc-steel);
  }

  .lc-menu-icon {
    display: grid;
    gap: 5px;
    width: 22px;
  }

  .lc-menu-icon span {
    background: var(--lc-primary);
    display: block;
    height: 2px;
    width: 22px;
  }

  .lc-global-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .lc-global-logo img {
    max-width: 172px;
  }

  .lc-header-search:not(.lc-header-search--mobile),
  .lc-header-account,
  .lc-global-primary {
    display: none;
  }

  .lc-global-actions {
    gap: 0;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .lc-header-cart-link {
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
  }

  .lc-header-cart-copy {
    display: none;
  }

  .lc-header-cart-count {
    right: 0;
    top: -3px;
    transform: none;
  }

  .lc-global-mobile__panel {
    background: var(--lc-white);
    border: 1px solid #d6dde4;
    border-radius: 5px;
    box-shadow: 0 18px 42px rgb(3 34 77 / 22%);
    display: block;
    left: 0;
    max-height: calc(100vh - 124px);
    min-width: 0;
    overflow-y: auto;
    padding: 16px;
    position: absolute;
    right: auto;
    top: calc(100% + 13px);
    width: calc(100vw - 32px);
    z-index: 140;
  }

  .lc-header-search--mobile {
    margin-bottom: 14px;
  }

  .lc-header-search--mobile input[type="search"] {
    font-size: 12px;
    height: 44px;
    padding-inline: 12px;
  }

  .lc-header-search--mobile button {
    min-width: 74px;
    padding-inline: 10px;
  }

  .lc-global-mobile__panel nav {
    display: grid;
    gap: 6px;
  }

  .lc-global-mobile__panel .lc-mobile-main-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-global-mobile__panel nav a {
    align-items: center;
    background: var(--lc-steel);
    border: 1px solid transparent;
    border-radius: 3px;
    color: var(--lc-primary);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 42px;
    padding: 9px 10px;
    text-decoration: none;
  }

  .lc-global-mobile__panel nav a:hover,
  .lc-global-mobile__panel nav a:focus-visible {
    background: var(--lc-white);
    border-color: var(--lc-accent);
    color: var(--lc-accent);
  }

  .lc-global-mobile__panel .lc-mobile-category-links,
  .lc-global-mobile__panel .lc-mobile-support-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-mobile-menu-label {
    color: var(--lc-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 18px 0 8px;
    text-transform: uppercase;
  }

  .lc-global-mobile__panel .lc-mobile-quote,
  .lc-global-mobile__panel .lc-mobile-quote:hover,
  .lc-global-mobile__panel .lc-mobile-quote:focus-visible {
    background: var(--lc-accent);
    border-color: var(--lc-accent);
    color: var(--lc-white);
    margin-top: 16px;
    min-height: 46px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .lc-global-utility p {
    font-size: 8.5px;
  }

  .lc-global-logo img {
    max-width: 150px;
  }

  .lc-global-mobile__panel .lc-mobile-category-links,
  .lc-global-mobile__panel .lc-mobile-support-links {
    gap: 5px;
  }

  .lc-global-mobile__panel nav a {
    font-size: 11px;
    padding-inline: 8px;
  }
}

/* Lift Care native WoodMart/WooCommerce archive filters. */
body.woodmart-archive-shop .wd-sidebar {
  color: var(--lc-graphite);
}

body.woodmart-archive-shop .wd-sidebar .widget-area {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: var(--lc-radius);
  padding: 24px;
}

body.woodmart-archive-shop .wd-sidebar .sidebar-widget {
  border-bottom: 1px solid var(--lc-border);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

body.woodmart-archive-shop .wd-sidebar .sidebar-widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.woodmart-archive-shop .wd-sidebar .widget-title {
  align-items: center;
  color: var(--lc-primary);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 16px;
  text-transform: uppercase;
}

body.woodmart-archive-shop .wd-sidebar .widget-title::after {
  background: var(--lc-accent);
  content: "";
  height: 2px;
  margin-left: 12px;
  width: 24px;
}

body.woodmart-archive-shop .wd-sidebar :is(.product-categories, .wd-filter-list) {
  font-size: 13px;
  line-height: 1.45;
}

body.woodmart-archive-shop .wd-sidebar :is(.product-categories, .wd-filter-list) a {
  color: #596575;
  text-decoration: none;
}

body.woodmart-archive-shop .wd-sidebar :is(.product-categories, .wd-filter-list) a:hover,
body.woodmart-archive-shop .wd-sidebar :is(.product-categories, .wd-filter-list) a:focus-visible,
body.woodmart-archive-shop .wd-sidebar :is(.product-categories, .wd-filter-list) .chosen > a {
  color: var(--lc-accent);
}

body.woodmart-archive-shop .wd-sidebar .count {
  color: #9aa3ad;
  font-size: 11px;
  font-weight: 600;
}

body.woodmart-archive-shop .wd-sidebar .product-categories > li > a {
  color: var(--lc-primary);
  font-weight: 700;
}

body.woodmart-archive-shop .wd-sidebar .product-categories .children {
  border-left: 1px solid #e6eaee;
  margin: 8px 0 4px 7px;
  padding-left: 13px;
}

body.woodmart-archive-shop .wd-sidebar .wd-filter-search input {
  background: var(--lc-white);
  border: 1px solid #cfd6de;
  border-radius: 4px;
  color: var(--lc-primary);
  font-size: 12px;
  height: 42px;
  padding-inline: 12px 36px;
}

body.woodmart-archive-shop .wd-sidebar .wd-filter-search input:focus {
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 3px rgb(253 69 3 / 10%);
}

body.woodmart-archive-shop .wd-sidebar .wd-scroll {
  max-height: 280px;
  padding-right: 5px;
}

body.woodmart-archive-shop .wd-sidebar .wd-scroll::-webkit-scrollbar {
  width: 5px;
}

body.woodmart-archive-shop .wd-sidebar .wd-scroll::-webkit-scrollbar-thumb {
  background: #b9c1ca;
  border-radius: 999px;
}

body.woodmart-archive-shop .wd-sidebar .price_slider {
  background: #dfe4e8;
  height: 3px;
  margin-top: 10px;
}

body.woodmart-archive-shop .wd-sidebar .ui-slider-range,
body.woodmart-archive-shop .wd-sidebar .ui-slider-handle {
  background: var(--lc-accent);
}

body.woodmart-archive-shop .wd-sidebar .price_slider_amount .button {
  background: var(--lc-steel);
  border-radius: 3px;
  color: var(--lc-primary);
  font-size: 11px;
  font-weight: 800;
  min-height: 34px;
  padding: 0 14px;
}

body.woodmart-archive-shop .wd-sidebar .price_slider_amount .button:hover,
body.woodmart-archive-shop .wd-sidebar .price_slider_amount .button:focus-visible {
  background: var(--lc-accent);
  color: var(--lc-white);
}

body.woodmart-archive-shop .wd-sidebar .price_label {
  color: #6f7883;
  font-size: 11px;
}

body.woodmart-archive-shop .widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.woodmart-archive-shop .widget_layered_nav_filters li {
  margin: 0;
}

body.woodmart-archive-shop .widget_layered_nav_filters a {
  background: var(--lc-steel);
  border: 1px solid var(--lc-border);
  border-radius: 999px;
  color: var(--lc-primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 9px;
}

body.woodmart-archive-shop .widget_layered_nav_filters a:hover,
body.woodmart-archive-shop .widget_layered_nav_filters a:focus-visible {
  border-color: var(--lc-accent);
  color: var(--lc-accent);
}

body.woodmart-archive-shop .wd-show-sidebar-btn,
body.woodmart-archive-shop .wd-show-sidebar-btn a {
  color: var(--lc-primary);
  font-weight: 800;
}

body.woodmart-archive-shop .wd-show-sidebar-btn a {
  border: 1px solid var(--lc-primary);
  border-radius: 4px;
  min-height: 42px;
  padding: 10px 14px;
}

body.woodmart-archive-shop .wd-show-sidebar-btn a:hover,
body.woodmart-archive-shop .wd-show-sidebar-btn a:focus-visible {
  background: var(--lc-primary);
  color: var(--lc-white);
}

@media (max-width: 1024px) {
  body.woodmart-archive-shop .wd-sidebar {
    background: var(--lc-white);
  }

  body.woodmart-archive-shop .wd-sidebar .wd-heading {
    background: var(--lc-primary);
    color: var(--lc-white);
    min-height: 58px;
    padding: 0 20px;
  }

  body.woodmart-archive-shop .wd-sidebar .close-side-widget a {
    color: var(--lc-white);
    font-weight: 700;
  }

  body.woodmart-archive-shop .wd-sidebar .widget-area {
    border: 0;
    border-radius: 0;
    padding: 22px 20px 32px;
  }
}

/*
 * Lift Care industrial single-product pilot.
 * Scoped to three owner-approved products until the design completes review.
 */
body.lc-pdp-pilot .main-page-wrapper {
  background: var(--lc-steel);
  padding-bottom: 76px;
  padding-top: 24px;
}

body.lc-pdp-pilot .main-page-wrapper > .container {
  max-width: 1288px;
}

body.lc-pdp-pilot .product-image-summary {
  margin-bottom: 34px;
}

body.lc-pdp-pilot .product-image-summary-inner {
  align-items: start;
  gap: 24px !important;
}

body.lc-pdp-pilot .product-image-summary .product-images {
  --wd-col-lg: 7 !important;
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgb(3 34 77 / 6%);
  padding: 18px;
}

body.lc-pdp-pilot .product-image-summary .summary {
  --wd-col-lg: 5 !important;
}

body.lc-pdp-pilot .product-image-summary .summary-inner {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgb(3 34 77 / 7%);
  padding: 22px;
  position: sticky;
  top: 22px;
}

body.admin-bar.lc-pdp-pilot .product-image-summary .summary-inner {
  top: 54px;
}

body.lc-pdp-pilot .single-breadcrumbs-wrapper {
  border-bottom: 1px solid var(--lc-border);
  margin-bottom: 14px;
  padding-bottom: 10px;
}

body.lc-pdp-pilot .wd-breadcrumbs .wd-last,
body.lc-pdp-pilot .wd-breadcrumbs .wd-delimiter:has(+ .wd-last),
body.lc-pdp-pilot .wd-products-nav {
  display: none;
}

body.lc-pdp-pilot .wd-breadcrumbs {
  color: #77818c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

body.lc-pdp-pilot .wd-breadcrumbs a {
  color: var(--lc-primary);
}

body.lc-pdp-pilot .wd-breadcrumbs a:hover,
body.lc-pdp-pilot .wd-breadcrumbs a:focus-visible {
  color: var(--lc-accent);
}

body.lc-pdp-pilot .wd-products-nav {
  opacity: 0.72;
}

body.lc-pdp-pilot .wd-product-brands {
  float: none;
  height: auto;
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: fit-content;
}

body.lc-pdp-pilot .wd-product-brands a {
  background: rgb(253 69 3 / 7%);
  border: 1px solid rgb(253 69 3 / 18%);
  border-radius: 3px;
  color: var(--lc-accent);
  display: inline-flex;
  height: auto;
  min-height: 25px;
  padding: 5px 8px;
  width: auto;
}

body.lc-pdp-pilot .product_title {
  color: var(--lc-primary);
  font-size: clamp(1.6rem, 2.25vw, 2.08rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 12px;
}

body.lc-pdp-pilot .summary > .summary-inner > .price,
body.lc-pdp-pilot .summary .summary-inner > p.price {
  color: var(--lc-primary);
  font-size: clamp(1.65rem, 2.7vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 12px;
}

body.lc-pdp-pilot .summary .price del {
  color: #8b949e;
  font-size: 0.62em;
  font-weight: 700;
}

body.lc-pdp-pilot .summary .price ins {
  color: var(--lc-accent);
  text-decoration: none;
}

body.lc-pdp-pilot .woocommerce-product-details__short-description {
  border-bottom: 1px solid var(--lc-border);
  color: #596675;
  display: -webkit-box;
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.58;
  margin-bottom: 14px;
  overflow: hidden;
  padding-bottom: 14px;
}

body.lc-pdp-pilot .variations {
  border: 0;
  margin-bottom: 10px;
}

body.lc-pdp-pilot .variations tr,
body.lc-pdp-pilot .variations td,
body.lc-pdp-pilot .variations th {
  border: 0;
}

body.lc-pdp-pilot .variations label {
  color: var(--lc-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

body.lc-pdp-pilot .variations select {
  background-color: #f8fafb;
  border: 1px solid #cfd7df;
  border-radius: 4px;
  min-height: 44px;
}

body.lc-pdp-pilot .variations select:focus {
  border-color: var(--lc-accent);
  box-shadow: 0 0 0 3px rgb(253 69 3 / 10%);
}

body.lc-pdp-pilot .summary form.cart {
  border-bottom: 1px solid var(--lc-border);
  margin-bottom: 12px;
  padding-bottom: 14px;
}

body.lc-pdp-pilot .summary .quantity input,
body.lc-pdp-pilot .summary .quantity button {
  min-height: 46px;
}

body.lc-pdp-pilot .summary .single_add_to_cart_button {
  background: var(--lc-accent) !important;
  border: 2px solid var(--lc-accent) !important;
  border-radius: 4px;
  box-shadow: 0 9px 20px rgb(253 69 3 / 18%);
  color: var(--lc-white) !important;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.035em;
  min-height: 46px;
  text-transform: none;
}

body.lc-pdp-pilot .summary .single_add_to_cart_button:hover,
body.lc-pdp-pilot .summary .single_add_to_cart_button:focus-visible {
  background: #d93b02 !important;
  border-color: #d93b02 !important;
  transform: translateY(-1px);
}

body.lc-pdp-pilot .summary .single_add_to_cart_button.disabled,
body.lc-pdp-pilot .summary .single_add_to_cart_button:disabled {
  background: #aeb6bf !important;
  border-color: #aeb6bf !important;
  box-shadow: none;
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance {
  border: 1px solid var(--lc-border);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 10px;
  overflow: hidden;
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance > * {
  align-content: start;
  background: #fbfcfd;
  color: #596675;
  display: grid;
  gap: 2px;
  min-height: 82px;
  padding: 10px 11px;
  position: relative;
  text-decoration: none;
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance > *:nth-child(odd) {
  border-right: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance > *:nth-child(-n + 2) {
  border-bottom: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance > a:hover,
body.lc-pdp-pilot .lc-pdp-purchase-guidance > a:focus-visible {
  background: var(--lc-white);
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance span {
  color: var(--lc-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance strong {
  color: var(--lc-primary);
  font-size: 11px;
  line-height: 1.3;
}

body.lc-pdp-pilot .lc-pdp-purchase-guidance small {
  color: #697582;
  font-size: 9px;
  line-height: 1.38;
}

body.lc-pdp-pilot .summary .product_meta {
  color: #66717d;
  font-size: 11px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  line-height: 1.45;
  margin-top: 8px;
}

body.lc-pdp-pilot .summary .product_meta > span {
  border-top: 0;
  display: inline;
  padding: 0;
}

body.lc-pdp-pilot .summary .product_meta a {
  color: var(--lc-primary);
}

body.lc-pdp-pilot .summary .tagged_as,
body.lc-pdp-pilot .summary .product-share,
body.lc-pdp-pilot .summary .wd-social-icons,
body.lc-pdp-pilot .summary .wd-wishlist-btn {
  display: none !important;
}

body.lc-pdp-pilot .woocommerce-product-gallery__image {
  background: #fafbfc;
}

body.lc-pdp-pilot .woocommerce-product-gallery__image img {
  object-fit: contain;
}

body.lc-pdp-pilot .wd-gallery-thumb .wd-carousel-item {
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}

body.lc-pdp-pilot .wd-gallery-thumb .wd-thumb-active {
  border-color: var(--lc-accent);
}

body.lc-pdp-pilot .lc-pdp-decision,
body.lc-pdp-pilot .lc-pdp-resources {
  margin: 50px 0;
}

body.lc-pdp-pilot .lc-pdp-section-heading {
  margin-bottom: 24px;
  max-width: 780px;
}

body.lc-pdp-pilot .lc-pdp-section-heading > p,
body.lc-pdp-pilot .lc-pdp-kicker {
  color: var(--lc-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

body.lc-pdp-pilot .lc-pdp-section-heading h2,
body.lc-pdp-pilot .lc-pdp-fit h2,
body.lc-pdp-pilot .lc-pdp-resources h2 {
  color: var(--lc-primary);
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 10px;
}

body.lc-pdp-pilot .lc-pdp-section-heading > span {
  color: #687482;
  display: block;
  line-height: 1.7;
}

body.lc-pdp-pilot .lc-pdp-facts {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
  overflow: hidden;
}

body.lc-pdp-pilot .lc-pdp-facts > div {
  min-height: 108px;
  padding: 17px 18px;
  position: relative;
}

body.lc-pdp-pilot .lc-pdp-facts > div:not(:nth-child(3n)) {
  border-right: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-facts > div:nth-child(n + 4) {
  border-top: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-facts span {
  color: var(--lc-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

body.lc-pdp-pilot .lc-pdp-facts dt {
  color: #687482;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

body.lc-pdp-pilot .lc-pdp-facts dd {
  color: var(--lc-primary);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  margin: 0;
}

body.lc-pdp-pilot .lc-pdp-fit {
  background: var(--lc-primary);
  border-radius: 8px;
  color: #c8d4e1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  overflow: hidden;
}

body.lc-pdp-pilot .lc-pdp-fit__intro {
  align-content: center;
  display: grid;
  padding: 34px;
}

body.lc-pdp-pilot .lc-pdp-fit h2 {
  color: var(--lc-white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

body.lc-pdp-pilot .lc-pdp-fit__intro > p:not(.lc-pdp-kicker) {
  line-height: 1.7;
  margin-bottom: 24px;
}

body.lc-pdp-pilot .lc-pdp-outline-button {
  align-items: center;
  border: 2px solid var(--lc-accent);
  border-radius: 4px;
  color: var(--lc-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-height: 48px;
  padding: 11px 17px;
  text-decoration: none;
  width: fit-content;
}

body.lc-pdp-pilot .lc-pdp-outline-button:hover,
body.lc-pdp-pilot .lc-pdp-outline-button:focus-visible {
  background: var(--lc-accent);
  color: var(--lc-white);
}

body.lc-pdp-pilot .lc-pdp-fit__checks {
  background: var(--lc-white);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lc-pdp-pilot .lc-pdp-fit__checks article {
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 22px;
}

body.lc-pdp-pilot .lc-pdp-fit__checks article:nth-child(odd) {
  border-right: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-fit__checks article:nth-child(-n + 2) {
  border-bottom: 1px solid var(--lc-border);
}

body.lc-pdp-pilot .lc-pdp-fit__checks article > span {
  align-items: center;
  background: rgb(253 69 3 / 9%);
  border: 1px solid rgb(253 69 3 / 18%);
  border-radius: 4px;
  color: var(--lc-accent);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

body.lc-pdp-pilot .lc-pdp-fit__checks h3 {
  color: var(--lc-primary);
  font-size: 14px;
  font-weight: 850;
  margin: 1px 0 6px;
}

body.lc-pdp-pilot .lc-pdp-fit__checks p {
  color: #687482;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

body.lc-pdp-pilot .woocommerce-tabs {
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgb(3 34 77 / 5%);
  margin: 50px 0 0;
  overflow: hidden;
  padding: 0;
}

body.lc-pdp-pilot .woocommerce-tabs .tabs {
  background: #f8fafb;
  border-bottom: 1px solid var(--lc-border);
  gap: 0;
  margin: 0;
  padding: 0 22px;
}

body.lc-pdp-pilot .woocommerce-tabs .tabs li a {
  color: #687482;
  font-size: 12px;
  font-weight: 850;
  min-height: 58px;
  padding: 20px 17px;
}

body.lc-pdp-pilot .woocommerce-tabs .tabs li.active a {
  color: var(--lc-primary);
}

body.lc-pdp-pilot .woocommerce-tabs .tabs li.active a::after {
  background: var(--lc-accent);
}

body.lc-pdp-pilot .woocommerce-tabs .woocommerce-Tabs-panel {
  color: #53606d;
  line-height: 1.75;
  padding: 34px;
}

body.lc-pdp-pilot .woocommerce-tabs h2,
body.lc-pdp-pilot .woocommerce-tabs h3 {
  color: var(--lc-primary);
  font-weight: 850;
  letter-spacing: -0.025em;
}

body.lc-pdp-pilot .woocommerce-tabs table {
  border: 1px solid var(--lc-border);
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  overflow: hidden;
}

body.lc-pdp-pilot .woocommerce-tabs tr:nth-child(even) {
  background: #f8fafb;
}

body.lc-pdp-pilot .woocommerce-tabs th,
body.lc-pdp-pilot .woocommerce-tabs td {
  border-color: var(--lc-border);
  font-size: 13px;
  padding: 12px 14px;
}

body.lc-pdp-pilot .woocommerce-tabs th {
  color: var(--lc-primary);
  font-weight: 800;
  width: 38%;
}

body.lc-pdp-pilot .lc-pdp-resource-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.lc-pdp-pilot .lc-pdp-resource-grid > a {
  align-items: center;
  background: var(--lc-white);
  border: 1px solid var(--lc-border);
  border-radius: 6px;
  color: #64707d;
  display: grid;
  gap: 13px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 112px;
  padding: 18px;
  text-decoration: none;
}

body.lc-pdp-pilot .lc-pdp-resource-grid > a:hover,
body.lc-pdp-pilot .lc-pdp-resource-grid > a:focus-visible {
  border-color: var(--lc-accent);
  box-shadow: 0 10px 24px rgb(3 34 77 / 7%);
  transform: translateY(-2px);
}

body.lc-pdp-pilot .lc-pdp-resource-grid > a > span {
  align-items: center;
  background: rgb(253 69 3 / 9%);
  border: 1px solid rgb(253 69 3 / 18%);
  border-radius: 4px;
  color: var(--lc-accent);
  display: inline-flex;
  font-size: 9px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 44px;
}

body.lc-pdp-pilot .lc-pdp-resource-grid strong {
  color: var(--lc-primary);
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

body.lc-pdp-pilot .lc-pdp-resource-grid small {
  display: block;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 4px;
}

body.lc-pdp-pilot .lc-pdp-resource-grid b {
  color: var(--lc-accent);
  font-size: 16px;
}

body.lc-pdp-pilot .lc-pdp-policy-links {
  background: var(--lc-primary);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
}

body.lc-pdp-pilot .lc-pdp-policy-links a {
  color: #bcc9d7;
  min-height: 90px;
  padding: 20px;
  text-decoration: none;
}

body.lc-pdp-pilot .lc-pdp-policy-links a:not(:last-child) {
  border-right: 1px solid rgb(255 255 255 / 12%);
}

body.lc-pdp-pilot .lc-pdp-policy-links strong {
  color: var(--lc-white);
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

body.lc-pdp-pilot .lc-pdp-policy-links span {
  font-size: 10px;
  line-height: 1.45;
}

body.lc-pdp-pilot .related-products,
body.lc-pdp-pilot .upsells-products {
  margin-top: 50px;
}

body.lc-pdp-pilot .related-products > h3,
body.lc-pdp-pilot .upsells-products > h3,
body.lc-pdp-pilot .related-products > h2,
body.lc-pdp-pilot .upsells-products > h2 {
  color: var(--lc-primary);
  font-weight: 850;
  letter-spacing: -0.03em;
}

.lc-pdp-mobile-bar {
  display: none;
}

@media (max-width: 1024px) {
  body.lc-pdp-pilot .product-image-summary .product-images,
  body.lc-pdp-pilot .product-image-summary .summary {
    --wd-col-md: 6 !important;
  }

  body.lc-pdp-pilot .product-image-summary .summary-inner {
    padding: 20px;
    position: static;
  }

  body.lc-pdp-pilot .lc-pdp-fit {
    grid-template-columns: 1fr;
  }

  body.lc-pdp-pilot .lc-pdp-fit__intro {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  body.lc-pdp-pilot .main-page-wrapper {
    padding: 14px 0 94px;
  }

  body.lc-pdp-pilot .main-page-wrapper > .container {
    padding-inline: 12px;
  }

  body.lc-pdp-pilot .product-image-summary-inner {
    gap: 14px !important;
  }

  body.lc-pdp-pilot .product-image-summary .product-images,
  body.lc-pdp-pilot .product-image-summary .summary {
    --wd-col-sm: 12 !important;
  }

  body.lc-pdp-pilot .product-image-summary .product-images {
    padding: 10px;
  }

  body.lc-pdp-pilot .product-image-summary .summary-inner {
    padding: 18px;
  }

  body.lc-pdp-pilot .single-breadcrumbs-wrapper {
    align-items: flex-start;
  }

  body.lc-pdp-pilot .wd-products-nav {
    display: none;
  }

  body.lc-pdp-pilot .product_title {
    font-size: clamp(1.4rem, 6.7vw, 1.78rem);
  }

  body.lc-pdp-pilot .lc-pdp-purchase-guidance > * {
    min-height: 86px;
    padding: 11px;
  }

  body.lc-pdp-pilot .woocommerce-product-gallery__image a {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  body.lc-pdp-pilot .woocommerce-product-gallery__image img {
    max-height: 430px;
    width: auto;
  }

  body.lc-pdp-pilot .lc-pdp-decision,
  body.lc-pdp-pilot .lc-pdp-resources {
    margin: 48px 0;
  }

  body.lc-pdp-pilot .lc-pdp-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.lc-pdp-pilot .lc-pdp-facts > div {
    min-height: 112px;
    padding: 16px;
  }

  body.lc-pdp-pilot .lc-pdp-facts > div:not(:nth-child(3n)) {
    border-right: 0;
  }

  body.lc-pdp-pilot .lc-pdp-facts > div:nth-child(odd) {
    border-right: 1px solid var(--lc-border);
  }

  body.lc-pdp-pilot .lc-pdp-facts > div:nth-child(n + 3) {
    border-top: 1px solid var(--lc-border);
  }

  body.lc-pdp-pilot .lc-pdp-fit__intro {
    padding: 28px 22px;
  }

  body.lc-pdp-pilot .lc-pdp-fit__checks {
    grid-template-columns: 1fr;
  }

  body.lc-pdp-pilot .lc-pdp-fit__checks article {
    border-bottom: 1px solid var(--lc-border) !important;
    border-right: 0 !important;
    padding: 20px;
  }

  body.lc-pdp-pilot .lc-pdp-fit__checks article:last-child {
    border-bottom: 0 !important;
  }

  body.lc-pdp-pilot .woocommerce-tabs {
    margin-top: 48px;
  }

  body.lc-pdp-pilot .woocommerce-tabs .tabs {
    overflow-x: auto;
    padding: 0 10px;
    white-space: nowrap;
  }

  body.lc-pdp-pilot .woocommerce-tabs .tabs li a {
    min-height: 52px;
    padding: 17px 12px;
  }

  body.lc-pdp-pilot .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 16px;
  }

  body.lc-pdp-pilot .woocommerce-tabs table,
  body.lc-pdp-pilot .woocommerce-tabs tbody,
  body.lc-pdp-pilot .woocommerce-tabs tr,
  body.lc-pdp-pilot .woocommerce-tabs th,
  body.lc-pdp-pilot .woocommerce-tabs td {
    display: block;
    width: 100%;
  }

  body.lc-pdp-pilot .woocommerce-tabs tr {
    border-bottom: 1px solid var(--lc-border);
    padding: 10px 12px;
  }

  body.lc-pdp-pilot .woocommerce-tabs th,
  body.lc-pdp-pilot .woocommerce-tabs td {
    border: 0;
    padding: 3px 0;
  }

  body.lc-pdp-pilot .woocommerce-tabs th {
    font-size: 11px;
  }

  body.lc-pdp-pilot .lc-pdp-resource-grid,
  body.lc-pdp-pilot .lc-pdp-policy-links {
    grid-template-columns: 1fr;
  }

  body.lc-pdp-pilot .lc-pdp-resource-grid > a {
    min-height: 96px;
  }

  body.lc-pdp-pilot .lc-pdp-policy-links a {
    min-height: 76px;
  }

  body.lc-pdp-pilot .lc-pdp-policy-links a:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    border-right: 0;
  }

  body.lc-pdp-pilot .related-products,
  body.lc-pdp-pilot .upsells-products {
    margin-top: 48px;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-bar {
    align-items: center;
    background: var(--lc-white);
    border-top: 1px solid var(--lc-border);
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(3 34 77 / 12%);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 0;
    padding: 10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    z-index: 9998;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-bar > div {
    display: grid;
    min-width: 0;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-bar small {
    color: #71808e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-price {
    color: var(--lc-primary);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-price del {
    color: #8b949e;
    font-size: 10px;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-price ins {
    color: var(--lc-accent);
    text-decoration: none;
  }

  body.lc-pdp-pilot .lc-pdp-mobile-action {
    background: var(--lc-accent);
    border: 0;
    border-radius: 4px;
    color: var(--lc-white);
    font-size: 12px;
    font-weight: 900;
    min-height: 46px;
    padding: 10px 17px;
  }

  /* Keep the Hostinger assistant available without covering the purchase CTA. */
  body.lc-pdp-pilot .kodee-fab {
    bottom: 78px !important;
  }
}
