/* =========================================================
   PLCX CSS - PRODUCTION PREP VERSION
   Generated: 2026-03-18

   Notes:
   - Consolidated from iterative working stylesheet
   - Duplicate / superseded declarations reduced where safely possible
   - Media-query behavior preserved
   - Intended as a production-candidate replacement for staging validation

   Highest-risk UI areas to smoke test after deployment:
   1. Header search + clear button + suggestions
   2. Mobile nav overlay
   3. Cart drawer
   4. Sticky add-to-cart bars
   5. Product form packaging tile
   ========================================================= */

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
}

.single-product .woocommerce-product-gallery img {
  height: auto !important;
}

.plcx-product-meta {
  margin-top: 1.2rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.plcx-warranty {
  font-weight: 600;
  color: var(--global-palette4, inherit);
}

.plcx-warranty a {
  color: var(--global-palette1, currentColor);
  text-decoration: none;
}

.plcx-warranty a:hover {
  text-decoration: underline;
}

.plcx-lead {
  font-weight: 600;
  margin-top: 0.5rem;
  color: var(--global-palette3, inherit);
}

.plcx-stock.green {
  font-weight: 600;
  margin-top: 0.5rem;
  color: var(--global-palette2, inherit);
}

.plcx-product-meta.is-panel {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-left: 3px solid var(--global-palette1, currentColor);
  background: rgba(0,0,0,0.02);
  border-radius: 6px;
}

.plcx-product-meta img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 1rem auto 0 auto;
}

.plcx-shipping-banner {
  margin-top: 1rem;
}

.plcx-shipping-banner img {
  width: 100%;
  max-width: 650px;
  height: auto;
}

.plcx-trust-panel {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: none;
  background: transparent;
  margin-top: 6px;
}

.plcx-trust-panel .plcx-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 12px;
  min-height: 72px;
  text-align: center;
  line-height: 1.2;
  background: #f4f6f8;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.plcx-trust-panel .plcx-trust-item + .plcx-trust-item {
  border-left: 0 !important;
}

.plcx-trust-icon {
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  opacity: .9;
}

.plcx-trust-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--global-palette4, inherit);
  white-space: normal;
}

.plcx-trust-item:hover {
  background: #eef1f4;
  border-color: rgba(0,0,0,.14);
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .plcx-trust-panel {
    grid-template-columns: 1fr;
  }

  .plcx-trust-panel .plcx-trust-item {
    padding: 12px 12px;
    min-height: 48px;
    border-color: rgba(0,0,0,.08);
    line-height: 1.15;
  }
}

@media (min-width: 681px) {
  .plcx-trust-panel .plcx-trust-item {
    padding: 14px 10px;
    gap: 8px;
  }

  .plcx-trust-icon {
    width: 28px;
    height: 28px;
  }

  .plcx-trust-text {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
}

.woocommerce div.product form.cart {
  margin-bottom: 10px;
}

.plcx-checkout-reassurance {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  color: #2c2c2c;
}

.plcx-checkout-reassurance p {
  margin: 3px 0;
}

.plcx-key-specs {
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.5;
}

.plcx-key-specs strong {
  font-size: 16px;
}

.plcx-key-specs ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 4px;
  margin-top: 8px;
}

.plcx-part-meta {
  margin: 6px 0 10px 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--global-palette4, #444);
}

.plcx-part-meta strong {
  font-weight: 600;
}

.plcx-faq-item {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  background: #f4f6f8;
  padding: 10px 12px;
  margin: 10px 0;
}

.plcx-faq-q {
  font-weight: 700;
  cursor: pointer;
}

.plcx-faq-a {
  margin-top: 8px;
  line-height: 1.55;
}

.home .wp-block-heading {
  line-height: 1.35;
  margin-bottom: 10px;
}

.home .wp-block-heading + p {
  margin-top: 0;
  margin-bottom: 16px;
}

.plcx-home-trust .plcx-home-trust-strip {
  max-width: 1180px;
  background: rgba(245, 247, 250, 0.95);
  border: 1px solid rgba(20, 30, 50, 0.10);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 14px auto 0 auto !important;
}

.plcx-home-trust .plcx-home-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
}

.plcx-home-trust .plcx-home-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(20, 30, 50, 0.10);
  color: rgba(20, 30, 50, 0.92);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.plcx-home-trust .plcx-home-trust-item:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 30, 50, 0.18);
  transform: translateY(-1px);
}

.plcx-home-trust .plcx-home-trust-sub {
  display: block;
  font-weight: 550;
  font-size: 13px;
  opacity: 0.78;
  margin-top: 2px;
}

.plcx-home-trust .plcx-home-trust-item.is-highlight {
  background: #1f3f7a;
  border-color: #1f3f7a;
  color: #ffffff;
  font-weight: 700;
}

.plcx-home-trust .plcx-home-trust-item.is-highlight:hover {
  background: #2a4f95;
  border-color: #2a4f95;
}

.plcx-home-trust .plcx-home-trust-item.is-highlight .plcx-home-trust-sub {
  color: rgba(255, 255, 255, 0.85);
}

.plcx-home-hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px auto 12px auto;
  padding: 12px 24px;
  width: fit-content;
  max-width: 520px;
  border-radius: 999px;
  background: #e24c2a;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: background 120ms ease, transform 120ms ease;
}

.plcx-home-hero-badge:hover {
  background: #f05a36;
  transform: translateY(-1px);
}

.plcx-home-hero-badge .plcx-home-hero-badge-sub {
  font-weight: 600;
  opacity: 0.9;
}

.plcx-home-trust .plcx-home-trust-item svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  flex: 0 0 22px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.plcx-home-hero-badge svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.home .wp-block-buttons,
.home .wp-block-buttons.is-layout-flex,
.home .wp-block-buttons.is-content-justification-center,
.home .wp-block-buttons.is-horizontal,
.home .wp-block-buttons[class*="is-layout-"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: 10px !important;
}

.home .wp-block-buttons > .wp-block-button,
.home .wp-block-buttons.is-layout-flex > .wp-block-button,
.home .wp-block-buttons.is-content-justification-center > .wp-block-button {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  width: auto !important;
}

.home .wp-block-buttons > .wp-block-button .wp-block-button__link,
.home .wp-block-buttons.is-layout-flex > .wp-block-button .wp-block-button__link,
.home .wp-block-buttons.is-content-justification-center > .wp-block-button .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 240px !important;
  max-width: 280px !important;
  width: 280px !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.home .wp-block-search {
  max-width: 860px;
  margin: 18px auto 14px auto;
}

.home .wp-block-search__inside-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.home .wp-block-search__input {
  height: 50px;
  padding: 0 18px;
  border-radius: 6px 0 0 6px;
  border: 1px solid rgba(20,30,50,.18);
  border-right: none;
  font-size: 16px;
  background: rgba(255,255,255,.97);
  color: #1a2233;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.home .wp-block-search__input::placeholder {
  color: #6a7384;
  opacity: 1;
}

.home .wp-block-search__input:focus {
  outline: none;
  border-color: #2f69b0;
}

.home .wp-block-search__button {
  height: 50px;
  padding: 0 24px;
  border-radius: 0 6px 6px 0;
  border: 1px solid rgba(20,30,50,.18);
  background: #ffffff;
  color: #1a2233;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  transition: background .15s ease, transform .15s ease;
}

.home .wp-block-search__button:hover {
  background: #f3f6fa;
  transform: translateY(-1px);
}

.plcx-home-trust .plcx-home-trust-strip.is-on-dark {
  background: rgba(10, 16, 26, 0.55);
  border-color: rgba(255, 255, 255, 0.12);
}

.plcx-home-trust .plcx-home-trust-strip.is-on-dark .plcx-home-trust-item {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.plcx-home-trust .plcx-home-trust-strip.is-on-dark .plcx-home-trust-item:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
}

.plcx-body-section {
  padding: 48px 20px;
}

.plcx-body-section:first-of-type {
  padding-top: 38px;
}

.plcx-body-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.plcx-section-kicker {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6a7384;
  margin-bottom: 8px;
}

.plcx-body-section p {
  font-size: 16px;
  line-height: 1.65;
  color: #2b3446;
  margin-bottom: 18px;
  max-width: 760px;
}

.plcx-section-intro {
  margin-bottom: 18px;
}

.plcx-independent-supply-section {
  padding-top: 20px;
  padding-bottom: 24px;
}

.plcx-independent-supply-section .plcx-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  margin-bottom: 22px;
  gap: 24px;
}

.plcx-independent-supply-section .plcx-info-card {
  background: #f4f6f8;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 22px 24px;
}

.plcx-independent-supply-section .plcx-info-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a2233;
}

.plcx-independent-supply-section .plcx-info-card p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: none;
}

.plcx-independent-supply-section .plcx-section-closing {
  margin-top: 6px;
  margin-bottom: 8px;
}

.plcx-independent-supply-section .plcx-section-cta {
  margin-top: 0;
  margin-bottom: 0;
}

.plcx-independent-supply-section .plcx-section-cta a {
  margin-bottom: 0;
}

.plcx-section-cta a {
  display: inline-block;
  padding: 12px 22px;
  background: #2f69b0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background .15s ease, transform .15s ease;
}

.plcx-section-cta a:hover {
  background: #255894;
  transform: translateY(-1px);
}

.plcx-featured-parts-section {
  padding-top: 20px;
  padding-bottom: 18px;
}

.plcx-featured-parts-section .plcx-section-title {
  margin-bottom: 6px;
}

.plcx-featured-parts-section .plcx-section-intro {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 16px;
}

.plcx-featured-parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 16px;
}

.plcx-part-card {
  display: flex;
  flex-direction: column;
  background: #f4f6f8;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.plcx-part-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.plcx-part-card-image {
  background: #ffffff;
  padding: 18px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.plcx-part-card-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin: 0 auto;
}

.plcx-part-card-content {
  padding: 18px 18px 20px 18px;
}

.plcx-part-card-sku {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #2f69b0;
  margin: 0 0 8px 0;
}

.plcx-part-card-content h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #1a2233;
  margin: 0 0 10px 0;
}

.plcx-part-card-content p:last-child {
  font-size: 15px;
  line-height: 1.55;
  color: #2b3446;
  margin: 0;
  max-width: none;
}

.plcx-faq-section {
  padding-top: 24px;
}

.plcx-faq-section .plcx-section-title {
  margin-bottom: 10px;
}

.plcx-faq-section .plcx-section-intro {
  max-width: 760px;
  margin-bottom: 16px;
}

.plcx-faq-list {
  display: grid;
  gap: 14px;
}

.plcx-faq-section .plcx-faq-item {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  background: #f4f6f8;
  padding: 0;
  overflow: hidden;
}

.plcx-faq-section .plcx-faq-q {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a2233;
  padding: 18px 22px;
  position: relative;
  margin: 0;
}

.plcx-faq-section .plcx-faq-q::-webkit-details-marker {
  display: none;
}

.plcx-faq-section .plcx-faq-q::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 500;
  color: #2f69b0;
}

.plcx-faq-section details[open] .plcx-faq-q::after {
  content: "−";
}

.plcx-faq-section .plcx-faq-a {
  padding: 0 22px 20px 22px;
}

.plcx-faq-section .plcx-faq-a p {
  margin: 0;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.65;
  color: #2b3446;
}

.plcx-fulfillment-section {
  padding: 36px 20px 8px 20px;
}

.plcx-fulfillment-section .plcx-body-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.plcx-fulfillment-section .wp-block-heading {
  margin-bottom: 22px;
  line-height: 1.25;
}

.plcx-fulfillment-section .plcx-reviews-shortcode {
  margin-bottom: 28px;
}

.plcx-fulfillment-section .plcx-kicker {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px 0;
  color: #1a2233;
}

.plcx-fulfillment-section p {
  max-width: 1100px;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px 0;
  color: #2b3446;
}

.plcx-fulfillment-section ul {
  margin: 0 0 22px 20px;
  padding: 0;
}

.plcx-fulfillment-section li {
  margin: 0 0 8px 0;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .plcx-featured-parts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .plcx-body-section {
    padding: 40px 18px;
  }

  .plcx-section-title {
    font-size: 26px;
  }

  .plcx-independent-supply-section .plcx-info-grid,
  .plcx-featured-parts-grid {
    gap: 20px;
  }

  .plcx-independent-supply-section .plcx-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .plcx-home-trust .plcx-home-trust-strip {
    padding: 12px !important;
    margin-top: 10px !important;
  }

  .plcx-home-trust .plcx-home-trust-items {
    justify-content: flex-start;
  }

  .plcx-home-trust .plcx-home-trust-item {
    width: 100%;
    justify-content: flex-start;
  }

  .plcx-home-hero-badge {
    font-size: 13px;
    padding: 10px 14px;
    margin: 10px auto 10px auto;
  }

  .home .wp-block-buttons,
  .home .wp-block-buttons.is-layout-flex,
  .home .wp-block-buttons.is-content-justification-center,
  .home .wp-block-buttons.is-horizontal,
  .home .wp-block-buttons[class*="is-layout-"] {
    flex-wrap: wrap !important;
    gap: 14px !important;
  }

  .home .wp-block-buttons > .wp-block-button .wp-block-button__link,
  .home .wp-block-buttons.is-layout-flex > .wp-block-button .wp-block-button__link,
  .home .wp-block-buttons.is-content-justification-center > .wp-block-button .wp-block-button__link {
    min-width: 200px !important;
    max-width: 240px !important;
    width: 240px !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
  }

  .home .wp-block-search {
    max-width: 92%;
    margin: 14px auto 10px auto;
  }

  .home .wp-block-search__input,
  .home .wp-block-search__button {
    height: 44px;
    font-size: 15px;
  }

  .plcx-featured-parts-grid {
    grid-template-columns: 1fr;
  }

  .plcx-part-card-image img {
    height: 200px;
  }

  .plcx-faq-section .plcx-faq-q {
    font-size: 17px;
    padding: 16px 18px;
    padding-right: 44px;
  }

  .plcx-faq-section .plcx-faq-q::after {
    right: 18px;
  }

  .plcx-faq-section .plcx-faq-a {
    padding: 0 18px 18px 18px;
  }

  .plcx-featured-parts-section,
  .plcx-faq-section {
    padding-top: 40px;
  }

  .plcx-body-section {
    padding: 40px 18px;
  }

  .plcx-fulfillment-section {
    padding: 28px 18px 22px 18px;
  }

  .plcx-fulfillment-section .wp-block-heading {
    margin-bottom: 18px;
  }

  .plcx-fulfillment-section .plcx-reviews-shortcode {
    margin-bottom: 22px;
  }
}

.footer-four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.plcx-footer-company p {
  margin: 6px 0;
}

.plcx-footer-logo {
  max-width: 86px;
  height: auto;
}

img.plcx-footer-logo {
  width: 86px;
  height: auto;
  display: block;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 2em !important;
  padding: 1em !important;
  padding-top: .625em !important;
  border: 1px solid var(--global-gray-400) !important;
  border-radius: .25rem !important;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit legend {
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  color: inherit !important;
  padding: 0 6px !important;
  margin: 0 !important;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit ul {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit li {
  list-style: none !important;
  width: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit .kadence-svg-iconset {
  display: block !important;
  line-height: 0 !important;
}

body:not(.woocommerce) .plcx-safe-checkout .single-product-payments.payments-color-scheme-inherit svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.plcx-home-trust-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  flex: 0 0 22px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  opacity: .75;
}

.plcx-product-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: stretch;
  justify-content: flex-start;
}

.plcx-product-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(20, 30, 50, 0.10);
  color: rgba(20, 30, 50, 0.92);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.15;
  text-decoration: none;
  min-height: 58px;
  box-sizing: border-box;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.plcx-product-trust-item:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 30, 50, 0.18);
  transform: translateY(-1px);
}

.plcx-product-trust-sub {
  display: block;
  font-weight: 550;
  font-size: 13px;
  opacity: 0.78;
  margin-top: 2px;
}

.plcx-product-trust-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  flex: 0 0 22px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  opacity: .75;
}

@media (max-width: 680px) {
  .plcx-product-trust-items {
    flex-direction: column;
    gap: 8px;
  }

  .plcx-product-trust-item {
    width: 100%;
    justify-content: flex-start;
  }
}

.plcx-site-header {
  border-bottom: 0;
  background: #ffffff;
  position: relative;
  z-index: 910;
}

.plcx-header-utility-inner,
.plcx-header-main-inner,
.plcx-header-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.plcx-header-utility-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.plcx-header-utility-left,
.plcx-header-utility-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.plcx-header-utility-left {
  font-weight: 500;
  color: #9fb3cc;
}

.plcx-header-utility-center {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.plcx-header-utility-right {
  font-weight: 600;
  letter-spacing: .01em;
}

/* Utility pills (phone, email) */
.plcx-util-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 4px;
  color: #c5d2e3;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s, color .15s;
}
.plcx-util-pill:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.plcx-util-pill svg {
  opacity: .7;
  flex-shrink: 0;
}

/* Trust signal items */
.plcx-util-trust {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .02em;
  color: #d0dced;
  white-space: nowrap;
  padding: 0 12px;
}
.plcx-util-trust svg {
  color: #4fa3e0;
  flex-shrink: 0;
}
.plcx-util-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* Get a Quote CTA */
.plcx-util-cta {
  display: inline-flex;
  align-items: center;
  padding: 5px 16px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background .15s;
  white-space: nowrap;
}
.plcx-util-cta:hover {
  background: #1d4ed8;
  color: #fff;
}

.plcx-header-main {
  background: #ffffff;
}

.plcx-header-main-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.plcx-header-brand {
  min-width: 0;
}

.plcx-header-logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.plcx-header-logo-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.plcx-header-brand-name {
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  color: #15233d;
  letter-spacing: .01em;
}

.plcx-header-brand-sub {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #4f6283;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.plcx-header-search {
  min-width: 0;
}

.plcx-header-search-input:focus {
  outline: none;
  border-color: #2f69b0;
}

.plcx-header-search-button {
  height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(20,30,50,.16);
  border-radius: 0 8px 8px 0;
  background: #2f69b0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.plcx-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.plcx-header-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(20,30,50,.12);
  background: #ffffff;
  color: #1a2233;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.plcx-header-action-link:hover {
  background: #f4f6f8;
  border-color: rgba(20,30,50,.18);
  transform: translateY(-1px);
}

.plcx-header-action-quote {
  background: #1f3f7a;
  border-color: #1f3f7a;
  color: #ffffff;
}

.plcx-header-action-quote:hover {
  background: #2a4f95;
  border-color: #2a4f95;
}

.plcx-header-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.plcx-header-menu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.plcx-header-menu > li > a {
  color: #32435d !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 0;
  display: block;
  position: relative;
  transition: color .15s ease;
}

.plcx-header-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: #1f3f7a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

.plcx-header-menu > li > a:hover::after,
.plcx-header-menu > li:hover > a::after {
  transform: scaleX(1);
}

.plcx-header-menu > li > a:hover,
.plcx-header-menu > li:hover > a {
  color: #1f3f7a !important;
  text-decoration: none !important;
}

.plcx-header-menu > li.current-menu-item > a,
.plcx-header-menu > li.current-menu-ancestor > a {
  color: #1f3f7a !important;
  text-decoration: none !important;
}

.plcx-header-menu ul li {
  display: block;
  width: 100%;
}

.plcx-header-menu ul li a {
  display: block;
  width: 100%;
  padding: 10px 18px;
  color: #32435d !important;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1.35;
  transition: background .12s ease, color .12s ease;
}

.plcx-header-menu ul li:hover {
  background: #f4f6f8;
}

.plcx-header-menu ul li + li {
  border-top: 1px solid rgba(0,0,0,.06);
}

.plcx-header-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(20,30,50,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  padding: 4px 0;
  margin: 0;
  list-style: none;
  min-width: 280px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease,
    transform .16s ease;
  z-index: 50;
}

.plcx-header-menu li:hover > ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.plcx-header-utility {
  background: linear-gradient(180deg, #162640 0%, #1a2f4e 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: none;
  font-size: 13px;
  color: #c5d2e3;
  position: relative;
  z-index: 100;
}

.plcx-header-main,
.plcx-header-nav {
  background: #ffffff;
}

@media (max-width: 782px) {
  body.admin-bar .plcx-header-sticky-wrap.is-fixed {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .plcx-header-utility-inner {
    font-size: 12px;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .plcx-header-utility-left,
  .plcx-header-utility-right,
  .plcx-header-utility-center {
    display: none;
  }

  .plcx-header-utility-mobile {
    width: 100%;
    text-align: center;
  }

  .plcx-header-main-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .plcx-header-brand {
    grid-column: 1 / 2;
  }

  .plcx-header-actions {
    grid-column: 2 / 3;
    justify-self: end;
    gap: 6px;
  }

  .plcx-header-search {
    grid-column: 1 / 3;
  }

  .plcx-header-search-form {
    width: 100%;
  }

  .plcx-header-search-input {
    width: 100%;
  }

  .plcx-header-logo-mark {
    width: 40px;
    height: 40px;
  }

  .plcx-header-brand-name {
    font-size: 20px;
  }

  .plcx-header-brand-sub {
    font-size: 11px;
  }

  .plcx-header-action-link {
    padding: 6px 10px;
    font-size: 13px;
  }

  .plcx-header-nav-inner {
    padding: 8px 0;
  }

  .plcx-header-menu {
    gap: 16px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .plcx-header-utility-center {
    display: none;
  }

  .plcx-header-utility-inner {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .plcx-header-nav-inner {
    display: block;
    min-height: auto;
    padding: 10px 0;
  }

  .plcx-mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(20,30,50,.12);
    border-radius: 8px;
    background: #ffffff;
    color: #1a2233;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .plcx-mobile-nav-toggle-icon {
    font-size: 18px;
    line-height: 1;
  }

  .plcx-header-nav-menu-wrap {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .plcx-header-nav-menu-wrap.is-open {
    display: block;
  }

  .plcx-header-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .plcx-header-menu > li {
    width: 100%;
    border-top: 1px solid rgba(20,30,50,.08);
  }

  .plcx-header-menu > li > a {
    padding: 14px 0;
    width: 100%;
  }

  .plcx-header-menu ul {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: block;
    border: none;
    box-shadow: none;
    min-width: 0;
    padding: 0 0 8px 14px;
    margin: 0;
    background: transparent;
  }

  .plcx-header-menu ul li {
    border-top: 0;
  }

  .plcx-header-menu ul li a {
    padding: 8px 0;
    background: transparent !important;
  }
}

.plcx-header-spacer {
  height: 0;
  /* No height transition — animating this property is treated as a
     measurable layout shift by Lighthouse and Chrome's CLS sampler. */
}

.plcx-header-sticky-wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 910;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

body.admin-bar .plcx-header-sticky-wrap.is-fixed {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .plcx-header-sticky-wrap.is-fixed {
    top: 46px;
  }
}

.plcx-mobile-nav-toggle {
  display: none;
}

@media (max-width: 768px) {
  .plcx-header-main-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .plcx-mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    grid-column: 1;
    grid-row: 1;
    padding: 8px 10px;
    border: 1px solid rgba(20,30,50,.12);
    border-radius: 8px;
    background: #ffffff;
    color: #1a2233;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .plcx-mobile-nav-toggle-icon {
    font-size: 18px;
    line-height: 1;
  }

  .plcx-mobile-nav-toggle-text {
    display: none;
  }

  .plcx-header-brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    min-width: 0;
  }

  .plcx-header-logo-link {
    gap: 10px;
  }

  .plcx-header-logo-mark {
    width: 36px;
    height: 36px;
  }

  .plcx-header-brand-name {
    font-size: 18px;
    line-height: 1.05;
  }

  .plcx-header-brand-sub {
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: .03em;
  }

  .plcx-header-actions {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }

  .plcx-header-action-link {
    min-height: 34px;
    min-width: 34px;
    padding: 6px;
    border-radius: 6px;
  }

  .plcx-header-action-link svg {
    width: 18px;
    height: 18px;
  }

  .plcx-header-cart-count {
    font-size: 10px;
    margin-left: 3px;
  }

  .plcx-header-search {
    grid-column: 1 / span 3;
    grid-row: 2;
    width: 100%;
    margin-top: 2px;
  }

  .plcx-header-search-form {
    width: 100%;
  }

  .plcx-header-search-input {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .plcx-header-search-button {
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .plcx-header-nav {
    border-top: none;
  }

  .plcx-header-nav-inner {
    display: block;
    min-height: auto;
    padding: 0 20px 10px 20px;
  }

  .plcx-header-nav-menu-wrap {
    display: none;
    width: 100%;
    margin-top: 0;
  }

  .plcx-header-nav-menu-wrap.is-open {
    display: block;
  }

  .plcx-header-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .plcx-header-menu > li {
    width: 100%;
    border-top: 1px solid rgba(20,30,50,.08);
  }

  .plcx-header-menu > li > a {
    width: 100%;
    padding: 14px 0;
  }

  .plcx-header-menu > li > a::after {
    display: none;
  }

  .plcx-header-menu ul {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: block;
    border: none;
    box-shadow: none;
    min-width: 0;
    padding: 0 0 8px 14px;
    margin: 0;
    background: transparent;
  }

  .plcx-header-menu ul li {
    border-top: 0;
  }

  .plcx-header-menu ul li a {
    padding: 8px 0;
    background: transparent !important;
  }
}

.plcx-search-suggestions.is-open {
  display: block;
}

.plcx-search-suggestion-item:last-child {
  border-bottom: none;
}

.plcx-search-suggestion-item-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(20,30,50,.06);
}

.plcx-search-suggestion-item-wrap:last-child {
  border-bottom: none;
}

.plcx-search-suggestion-item {
  flex-direction: column;
  border-bottom: 1px solid rgba(20,30,50,.06);
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  transition: background .12s ease;
}

.plcx-search-suggestion-item:hover,
.plcx-search-suggestion-item.is-active {
  background: #f4f6f8;
}

.plcx-search-suggestion-thumb-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(20,30,50,.08);
  border-radius: 6px;
  overflow: hidden;
}

.plcx-search-suggestion-thumb {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.plcx-search-suggestion-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.plcx-search-suggestion-sku {
  font-weight: 700;
  font-size: 14px;
  color: #1a2233;
}

.plcx-search-suggestion-title {
  font-size: 12px;
  color: #6b7a90;
  line-height: 1.35;
}

.plcx-search-suggestion-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2px;
}

.plcx-search-suggestion-price {
  font-size: 12px;
  font-weight: 700;
  color: #1f3f7a;
}

.plcx-search-suggestion-stock {
  font-size: 12px;
  color: #4b5b73;
}

.plcx-search-suggestion-atc {
  margin-right: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(20,30,50,.12);
  border-radius: 8px;
  background: #1f3f7a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.plcx-search-suggestion-atc:hover {
  background: #2a4f95;
}

.plcx-search-suggestion-atc:disabled {
  opacity: .7;
  cursor: default;
}

.plcx-mobile-atc.is-visible {
  display: block;
  transform: translateY(0);
}

.plcx-mobile-atc,
.plcx-mobile-atc * {
  box-sizing: border-box;
}

.plcx-mobile-atc__price {
  color: #111;
}

.plcx-mobile-atc .cart {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.plcx-mobile-atc .quantity .qty {
  width: 56px;
  min-width: 56px;
  height: 44px;
  min-height: 44px;
  padding: 0 6px;
  text-align: center;
  background: #f7f7f7;
}

.plcx-mobile-atc .quantity.buttons_added,
.plcx-mobile-atc .woocommerce .quantity {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.plcx-mobile-atc .quantity.buttons_added .minus,
.plcx-mobile-atc .quantity.buttons_added .plus {
  width: 38px;
  min-width: 38px;
  height: 44px;
  padding: 0;
}

.plcx-mobile-atc .quantity.buttons_added input,
.plcx-mobile-atc .quantity input.qty {
  width: 52px !important;
  min-width: 52px !important;
}

@media (max-width: 767px) {
  .plcx-mobile-atc {
    display: block;
  }

  body.single-product {
    padding-bottom: 110px;
  }
}

@media (max-width: 420px) {
  .plcx-mobile-atc {
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .plcx-mobile-atc__inner {
    gap: 6px;
  }

  .plcx-mobile-atc__product {
    font-size: 15px;
  }

  .plcx-mobile-atc .cart {
    gap: 6px;
  }

  .plcx-mobile-atc .quantity.buttons_added .minus,
	.plcx-mobile-atc .quantity.buttons_added .plus {
    width: 34px;
    min-width: 34px;
  }

  .plcx-mobile-atc .quantity.buttons_added input,
	.plcx-mobile-atc .quantity input.qty {
    width: 46px !important;
    min-width: 46px !important;
  }

  .plcx-mobile-atc button.single_add_to_cart_button,
	.plcx-mobile-atc .single_add_to_cart_button {
    padding: 0 10px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .plcx-mobile-atc {
    display: none !important;
  }
}

.plcx-cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
  z-index: 99998;
}

.plcx-cart-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.plcx-cart-drawer.is-open {
  transform: translateX(0);
}

.plcx-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: #fff;
  position: relative;
  z-index: 2;
}

.plcx-cart-drawer__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.plcx-cart-drawer__close {
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  color: #111827;
}

.plcx-cart-drawer__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px auto;
  opacity: .08;
  pointer-events: none;
  z-index: 0;
}

.plcx-cart-drawer .widget_shopping_cart_content,
.plcx-cart-drawer .woocommerce-mini-cart,
.plcx-cart-drawer .woocommerce-mini-cart__total,
.plcx-cart-drawer .woocommerce-mini-cart__empty-message {
  position: relative;
  z-index: 1;
}

.plcx-cart-drawer .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plcx-cart-drawer .woocommerce-mini-cart__buttons {
  display: none !important;
}

.plcx-cart-drawer .woocommerce-mini-cart-item {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  min-height: 82px;
}

/* Cart drawer remove button — applies to our custom .plcx-cart-row markup
   (see plcx_get_cart_drawer_body_html()) AND the WC mini-cart fallback. */
.plcx-cart-drawer .plcx-cart-row a.remove,
.plcx-cart-drawer .plcx-cart-row .remove_from_cart_button,
.plcx-cart-drawer .woocommerce-mini-cart-item a.remove,
.plcx-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button {
  position: absolute !important;
  left: 0;
  top: 13px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #1a2f4e !important;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,.18);
  z-index: 4;
  cursor: pointer;
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.plcx-cart-drawer .plcx-cart-row a.remove:hover,
.plcx-cart-drawer .plcx-cart-row .remove_from_cart_button:hover,
.plcx-cart-drawer .woocommerce-mini-cart-item a.remove:hover,
.plcx-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  background: #0f1f3a !important;
  box-shadow: 0 2px 6px rgba(22,38,64,.4);
}
.plcx-cart-drawer .plcx-cart-row a.remove:active,
.plcx-cart-drawer .plcx-cart-row .remove_from_cart_button:active,
.plcx-cart-drawer .woocommerce-mini-cart-item a.remove:active,
.plcx-cart-drawer .woocommerce-mini-cart-item .remove_from_cart_button:active {
  transform: scale(.82);
}
/* Slide/fade the row out during the AJAX removal round trip.
   JS adds .plcx-removing on click; WC replaces the drawer DOM when the
   removed_from_cart event fires, so the animation just covers the gap. */
.plcx-cart-drawer .plcx-cart-row.plcx-removing,
.plcx-cart-drawer .woocommerce-mini-cart-item.plcx-removing {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .24s ease, transform .24s ease;
  pointer-events: none;
}

.plcx-cart-drawer .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) {
  position: relative;
  display: block;
  margin: 0;
  padding: 34px 0 0 88px;
  min-height: 56px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  color: #1f2937;
  text-decoration: none;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}

.plcx-cart-drawer .woocommerce-mini-cart-item img {
  position: absolute;
  left: 16px;
  top: 0;
  width: 56px !important;
  height: auto !important;
  margin: 0 !important;
  display: block;
  border-radius: 2px;
}

.plcx-cart-drawer .woocommerce-mini-cart-item .quantity {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-size: 13px;
  color: #667085;
  white-space: nowrap;
}

.plcx-cart-drawer .woocommerce-mini-cart-item .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.plcx-cart-drawer .woocommerce-mini-cart__total {
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}

.plcx-cart-drawer__footer .button {
  width: 100%;
  text-align: center;
}

.plcx-cart-drawer .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 32px 12px;
}

body.plcx-cart-drawer-open {
  overflow: hidden;
}

.plcx-cart-drawer .plcx-cart-sku {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  color: #6b7280;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .plcx-cart-drawer {
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .plcx-cart-drawer__body {
    padding: 16px;
  }

  .plcx-cart-drawer__body::before {
    background-size: 150px auto;
  }

  .plcx-cart-drawer .woocommerce-mini-cart-item {
    gap: 12px;
    padding: 16px 0;
  }

  .plcx-cart-drawer .woocommerce-mini-cart-item img {
    width: 56px !important;
    flex-basis: 56px;
  }

  .plcx-cart-drawer .woocommerce-mini-cart-item > a:not(.remove):not(.remove_from_cart_button) {
    font-size: 15px;
    line-height: 1.35;
  }

  .plcx-cart-drawer .woocommerce-mini-cart-item .quantity {
    font-size: 13px;
  }
}

.plcx-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plcx-cart-thumb img {
  width: 56px !important;
  height: auto !important;
  display: block;
  border-radius: 2px;
}

.plcx-cart-title a {
  color: inherit;
  text-decoration: none;
}

.plcx-cart-subtotal-label {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .plcx-cart-row {
    grid-template-columns: 56px 1fr auto;
    padding: 16px 0;
  }

  .plcx-cart-title {
    font-size: 15px;
  }

  .plcx-cart-price {
    font-size: 13px;
  }
}

.plcx-cart-row {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  align-items: start;
  row-gap: 8px;
  padding: 16px 0;
}

.plcx-cart-row .remove {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #b42318 !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 4;
  left: 6px;
  top: 10px;
}

.plcx-cart-thumb {
  grid-column: 1;
  grid-row: 1;
  margin-left: 18px;
}

.plcx-cart-price {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
  color: #667085;
  letter-spacing: .01em;
}

.plcx-cart-price .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.plcx-cart-title {
  grid-column: 1 / -1;
  grid-row: 2;
  color: #1f2937;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.plcx-cart-sku {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: -2px;
  font-size: 11px;
  line-height: 1.25;
  color: #6b7280;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.plcx-cart-drawer__shipping-note {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: .01em;
}

@media (max-width: 767px) {
  .plcx-cart-row {
    row-gap: 7px;
    padding: 15px 0;
  }

  .plcx-cart-title {
    font-size: 14px;
    line-height: 1.38;
  }

  .plcx-cart-price .woocommerce-Price-amount {
    font-size: 15px;
  }
}

.plcx-cart-empty {
  padding: 32px 12px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.plcx-cart-drawer .plcx-product-trust-items {
  flex-direction: column;
  gap: 8px;
}

.plcx-cart-drawer .plcx-product-trust-item {
  padding: 8px 10px;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
}

.plcx-emergency-nda {
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: #374151;
  margin-top: 2px;
}

.plcx-emergency-nda strong {
  color: #b91c1c;
  font-weight: 700;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .plcx-cart-drawer__body {
    padding: 16px;
  }

  .plcx-cart-drawer__footer {
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  }
}

.plcx-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: calc(100vw - 16px);
  background: #fff;
  box-shadow: -10px 0 30px rgba(0,0,0,.16);
  transform: translateX(100%);
  transition: transform .25s ease;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.plcx-cart-drawer__body {
  position: relative;
  overflow: auto;
  padding: 16px 18px;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}

.plcx-cart-drawer__footer {
  margin-top: auto;
  display: grid;
  gap: 10px;
  flex: 0 0 auto;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 16px 18px;
  position: sticky;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 -6px 14px rgba(0,0,0,.05);
}

.plcx-cart-subtotal {
  border-top: 1px solid rgba(0,0,0,.08);
  color: #111827;
  padding-top: 18px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.plcx-product-trust {
  background: rgba(245, 247, 250, 0.95);
  border: 1px solid rgba(20, 30, 50, 0.10);
  border-radius: 14px;
  padding: 14px 16px;
  margin-top: 12px;
  max-width: 100%;
  margin-bottom: 12px;
}

.plcx-cart-drawer__view-cart {
  margin-bottom: 6px;
}

.plcx-header-search-clear:hover {
  color: #1a2233;
}

@media (max-width: 768px) {
  .plcx-header-search-clear {
    right: 74px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}

.plcx-header-search-input[type="search"]::-webkit-search-decoration,
.plcx-header-search-input[type="search"]::-webkit-search-cancel-button,
.plcx-header-search-input[type="search"]::-webkit-search-results-button,
.plcx-header-search-input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.plcx-header-search-input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

.plcx-header-search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.plcx-header-search-input {
  flex: 1 1 auto;
  height: 48px;
  border: 1px solid rgba(20,30,50,.16);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 0 18px;
  font-size: 16px;
  color: #1a2233;
  background: #ffffff;
  padding-right: 44px;
}

.plcx-header-search-clear {
  position: absolute;
  top: 50%;
  right: 96px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: #5e6f8f;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  z-index: 5;
}

.plcx-header-search-clear:hover,
.plcx-header-search-clear:focus,
.plcx-header-search-clear:active {
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #23395d;
}

.plcx-header-search-clear[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .plcx-header-search-clear {
    right: 78px;
    width: 26px;
    height: 26px;
    font-size: 22px;
  }
}

.single_add_to_cart_button.plcx-added,
button.single_add_to_cart_button.plcx-added,
.plcx-search-suggestion-atc.plcx-added,
a.add_to_cart_button.plcx-added,
a.ajax_add_to_cart.plcx-added {
  background: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.plcx-atc-check {
  display: inline-block;
  margin-right: 6px;
  transform: scale(0);
  animation: plcxCheckPop .35s ease forwards;
}

@keyframes plcxCheckPop {
  0% {
      transform: scale(0);
      opacity: 0;
    }

    60% {
      transform: scale(1.25);
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
}

.plcx-desktop-atc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 905;
  background: #ffffff;
  border-bottom: 1px solid rgba(20,30,50,.10);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  transition: transform .22s ease, opacity .18s ease, visibility .18s ease;
}

.plcx-desktop-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.plcx-desktop-atc,
.plcx-desktop-atc * {
  box-sizing: border-box;
}

.plcx-desktop-atc__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto minmax(320px, auto);
  align-items: center;
  gap: 18px;
}

.plcx-desktop-atc__product {
  min-width: 0;
}

.plcx-desktop-atc__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #15233d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plcx-desktop-atc__sku {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #6b7a90;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.plcx-desktop-atc__price {
  font-size: 18px;
  font-weight: 700;
  color: #1f3f7a;
  white-space: nowrap;
}

.plcx-desktop-atc__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.plcx-desktop-atc__form {
  min-width: 0;
}

.plcx-desktop-atc__cart,
.plcx-desktop-atc .cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

.plcx-desktop-atc .quantity {
  margin: 0;
  flex: 0 0 auto;
}

.plcx-desktop-atc .quantity .qty {
  width: 72px;
  min-width: 72px;
  height: 42px;
  padding: 0 8px;
  text-align: center;
  background: #f7f9fb;
}

.plcx-desktop-atc button.single_add_to_cart_button,
.plcx-desktop-atc .single_add_to_cart_button {
  margin: 0 !important;
  min-height: 42px;
  height: 42px;
  padding: 0 18px;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: 160px;
  font-weight: 600;
}

.plcx-desktop-atc .quantity.buttons_added,
.plcx-desktop-atc .woocommerce .quantity {
  display: flex;
  align-items: center;
}

.plcx-desktop-atc .quantity.buttons_added .minus,
.plcx-desktop-atc .quantity.buttons_added .plus {
  width: 36px;
  min-width: 36px;
  height: 42px;
  padding: 0;
}

@media (max-width: 1024px) {
  .plcx-desktop-atc__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  .plcx-desktop-atc__price {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 16px;
  }

  .plcx-desktop-atc__form {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 767px) {
  .plcx-desktop-atc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .plcx-desktop-atc {
    display: block;
  }
}

.plcx-desktop-atc-sentinel {
  position: relative;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.plcx-mobile-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.12);
  transform: translateY(110%);
  transition: transform .22s ease;
  box-sizing: border-box;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 20px rgba(0,0,0,.12);
}

.plcx-mobile-atc__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.plcx-mobile-atc__product {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.plcx-mobile-atc__price,
.plcx-mobile-atc .plcx-mobile-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  color: #111827;
}

.plcx-mobile-atc__form {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
}

.plcx-mobile-atc .cart,
.plcx-mobile-atc form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}

.plcx-mobile-atc .quantity {
  flex: 0 0 auto;
  margin: 0;
}

.plcx-mobile-atc .quantity .qty,
.plcx-mobile-atc .quantity input.qty {
  height: 44px;
}

.plcx-mobile-atc button.single_add_to_cart_button,
.plcx-mobile-atc .single_add_to_cart_button {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  justify-content: center;
}

@media (max-width: 420px) {
  .plcx-mobile-atc {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  }

  .plcx-mobile-atc__inner {
    gap: 8px;
  }

  .plcx-mobile-atc__price,
  .plcx-mobile-atc .plcx-mobile-price {
    font-size: 16px;
  }

  .plcx-mobile-atc .cart,
  .plcx-mobile-atc form.cart {
    gap: 8px;
  }

  .plcx-mobile-atc button.single_add_to_cart_button,
  .plcx-mobile-atc .single_add_to_cart_button {
    padding: 0 12px;
    font-size: 15px;
    height: 46px;
    min-height: 46px;
  }
}

.plcx-mobile-atc__shipping {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #2c7a2c;
  font-weight: 600;
  padding: 6px 12px 0;
}

@media (max-width: 420px) {
  .plcx-mobile-atc__shipping {
    font-size: 11px;
    padding: 6px 8px 0;
  }
}

.plcx-header-utility-link {
  color: inherit;
  text-decoration: none;
}

.plcx-header-utility-link:hover {
  text-decoration: underline;
}

/* Old mobile utility bar styles removed — consolidated into main mobile block */

.plcx-header-nav-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
}

.plcx-header-nav-menu-wrap {
  display: block;
  width: 100%;
}

.plcx-header-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  flex-wrap: nowrap;
}

.plcx-header-nav-primary {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}

.plcx-nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
}

.plcx-nav-trigger:hover,
.plcx-nav-item:hover > .plcx-nav-trigger,
.plcx-nav-item.is-open > .plcx-nav-trigger,
.plcx-nav-trigger:focus-visible {
  background: rgba(255,255,255,0.06);
  color: #ffffff;
}

.plcx-nav-trigger:hover::after,
.plcx-nav-item:hover > .plcx-nav-trigger::after,
.plcx-nav-item.is-open > .plcx-nav-trigger::after,
.plcx-nav-trigger:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.plcx-nav-trigger-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: .8;
  transition: transform .16s ease, opacity .16s ease;
}

.plcx-nav-item:hover .plcx-nav-trigger-caret,
.plcx-nav-item.is-open .plcx-nav-trigger-caret {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

.plcx-nav-item:hover > .plcx-nav-panel,
.plcx-nav-item.is-open > .plcx-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.plcx-nav-panel-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  opacity: .075;
  pointer-events: none;
  z-index: 1;
}

.plcx-nav-panel-watermark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.plcx-nav-panel-grid,
.plcx-nav-panel-footer {
  position: relative;
  z-index: 2;
}

.plcx-nav-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 16px;
  align-items: start;
}

.plcx-nav-panel-grid--single {
  grid-template-columns: minmax(320px, 1fr);
}

/* Knowledge Center category tiles in nav dropdown */
.plcx-nav-kc-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
}
.plcx-nav-kc-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 10px;
  border: 1px solid #e0e6f0;
  border-radius: 8px;
  text-decoration: none;
  color: #1a2f4e;
  background: rgba(255,255,255,.7);
  transition: border-color .15s, background .15s, transform .15s;
  text-align: center;
}
.plcx-nav-kc-tile:hover {
  border-color: #2f69b0;
  background: #f0f5ff;
  transform: translateY(-2px);
  color: #1a2f4e;
}
.plcx-nav-kc-tile-icon {
  color: #2f69b0;
  flex-shrink: 0;
}
.plcx-nav-kc-tile-name {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}
.plcx-nav-kc-tile-count {
  font-size: 0.7rem;
  color: #6b7f9a;
  font-weight: 500;
}

.plcx-nav-panel-group {
  display: grid;
  gap: 7px;
}

.plcx-nav-panel-group--cols2 {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  column-gap: 12px;
  row-gap: 8px;
}

.plcx-nav-panel-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #65758c;
  margin-bottom: 2px;
}

.plcx-nav-panel-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(20,30,50,.10);
}

.plcx-nav-panel-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #17365d;
  font-weight: 800;
}

.plcx-nav-panel-footer a::after {
  content: "→";
  font-size: 15px;
}

.plcx-header-nav-cta {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex: 0 0 auto;
}

.plcx-header-nav-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(65, 176, 90, 0.44);
  background: rgba(65, 176, 90, 0.13);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.plcx-header-nav-cta-link:hover {
  background: rgba(65, 176, 90, 0.22);
  border-color: rgba(65, 176, 90, 0.72);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .plcx-nav-trigger {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    letter-spacing: .07em;
  }

  .plcx-header-nav-shell {
    gap: 10px;
  }

  .plcx-header-nav-cta-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .plcx-nav-trigger {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    letter-spacing: .05em;
  }

  .plcx-nav-panel {
    min-width: 420px;
  }
}

@media (max-width: 768px) {
  .plcx-header-nav-shell {
    flex-direction: column;
    gap: 0;
    min-height: 0;
    align-items: stretch;
  }

  .plcx-header-nav-primary {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .plcx-nav-item {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .plcx-nav-trigger {
    width: 100%;
    min-height: 54px;
    justify-content: space-between;
    padding: 0 18px;
    font-size: 15px;
    letter-spacing: .01em;
  }

  .plcx-nav-trigger::after {
    display: none;
  }

  .plcx-nav-panel {
    position: static;
    min-width: 0;
    padding: 0 18px 16px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
    overflow: visible;
  }

  .plcx-nav-item.is-open > .plcx-nav-panel {
    display: block;
  }

  .plcx-nav-panel-watermark {
    display: none;
  }

  .plcx-nav-panel-grid,
  .plcx-nav-panel-grid--single,
  .plcx-nav-panel-group--cols2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .plcx-nav-kc-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .plcx-nav-panel-title {
    color: rgba(255,255,255,0.62);
    margin-top: 8px;
  }

  .plcx-nav-panel a {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border-color: rgba(255,255,255,0.05);
  }

  .plcx-nav-panel a:hover {
    background: rgba(255,255,255,0.13);
    border-color: rgba(255,255,255,0.12);
    color: #ffffff;
  }

  .plcx-nav-panel-footer {
    border-top-color: rgba(255,255,255,0.10);
  }

  .plcx-nav-panel-footer a {
    color: #d8e8ff;
  }

  .plcx-header-nav-cta {
    width: 100%;
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .plcx-header-nav-cta-link {
    width: 100%;
    min-height: 46px;
    font-size: 13px;
  }
}

.plcx-site-header,
.plcx-header-nav,
.plcx-header-nav-inner,
.plcx-header-nav-menu-wrap {
  box-shadow: none;
}

@media (max-width: 768px) {
  .plcx-header-nav,
  .plcx-header-nav-inner,
  .plcx-header-nav-menu-wrap {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
}

.plcx-header-nav {
  border-top: 0;
  border-bottom: 0;
  position: relative;
  z-index: 40;
  background: linear-gradient(180deg, #223a59 0%, #1b314e 100%);
}

.plcx-nav-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1;
  min-height: 54px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: background .16s ease, color .16s ease;
  color: rgba(255,255,255,0.97);
}

.plcx-nav-trigger:hover,
.plcx-nav-item:hover > .plcx-nav-trigger,
.plcx-nav-trigger:focus-visible {
  background: rgba(255,255,255,0.10);
  color: #ffffff;
}

.plcx-nav-trigger::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition: opacity .16s ease, transform .16s ease;
  background: #59c06f;
}

@media (min-width: 769px) {
  .plcx-nav-trigger:focus,
  .plcx-nav-trigger:active,
  .plcx-nav-trigger:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .plcx-nav-item:not(:hover) > .plcx-nav-trigger {
    background: transparent !important;
  }

  .plcx-nav-item:not(:hover) > .plcx-nav-trigger::after {
    opacity: 0 !important;
    transform: scaleX(.45) !important;
  }
}

.plcx-nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 460px;
  padding: 14px 14px 10px;
  background: #ffffff;
  border: 1px solid rgba(20,30,50,.12);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
  overflow: hidden;
  border-color: rgba(20,30,50,.10);
  box-shadow: 0 18px 38px rgba(8, 18, 34, 0.14);
}

.plcx-nav-panel a {
  text-decoration: none;
  color: #1a2a41;
  font-weight: 650;
  font-size: 13px;
  line-height: 1.3;
  padding: 7px 9px;
  border-radius: 9px;
  border: 1px solid transparent;
  transition: background .14s ease, border-color .14s ease, transform .14s ease, color .14s ease;
  background: rgba(243, 247, 251, 0.92);
}

.plcx-nav-panel a:hover {
  border-color: rgba(65, 176, 90, 0.22);
  color: #0e2238;
  transform: translateY(-1px);
  background: #f1f7f2;
}

@media (max-width: 768px) {
  .plcx-header-nav {
    background: linear-gradient(180deg, #223a59 0%, #1b314e 100%);
  }

  .plcx-header-nav-inner {
    width: 100%;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
  }

  .plcx-header-nav-menu-wrap,
  .plcx-header-nav-shell,
  .plcx-header-nav-primary,
  .plcx-nav-item,
  .plcx-nav-trigger,
  .plcx-header-nav-cta {
    width: 100%;
    max-width: none;
  }

  .plcx-header-nav-shell {
    display: block;
  }

  .plcx-header-nav-primary {
    display: block;
  }

  .plcx-nav-item {
    display: block;
    margin: 0;
  }

  .plcx-nav-trigger {
    display: flex;
    min-height: 52px;
    padding: 0 16px;
    justify-content: space-between;
    text-align: left;
    background: transparent;
  }

  .plcx-nav-item.is-open > .plcx-nav-trigger,
  .plcx-nav-trigger:hover,
  .plcx-nav-trigger:focus,
  .plcx-nav-trigger:active,
  .plcx-nav-trigger:focus-visible {
    background: rgba(255,255,255,0.08) !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .plcx-nav-panel {
    width: 100%;
    padding: 0 16px 16px;
    box-sizing: border-box;
  }

  .plcx-nav-panel-grid,
  .plcx-nav-panel-grid--single,
  .plcx-nav-panel-group,
  .plcx-nav-panel-group--cols2 {
    width: 100%;
  }

  .plcx-nav-panel-group--cols2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .plcx-nav-panel a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .plcx-header-nav-cta {
    padding: 14px 16px 18px;
    box-sizing: border-box;
  }

  .plcx-header-nav-cta-link {
    width: 100%;
  }
}

.plcx-header-utility-mobile {
  display: none;
}

@media (max-width: 768px) {
  .plcx-header-utility-inner {
    display: block;
    padding: 6px 14px 7px;
  }

  .plcx-header-utility-left,
  .plcx-header-utility-right,
  .plcx-header-utility-center {
    display: none !important;
  }

  .plcx-header-utility-mobile {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    color: #c5d2e3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .01em;
  }

  .plcx-header-utility-mobile span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
  }

  .plcx-header-utility-mobile span::before {
    display: none;
  }

  .plcx-header-utility-mobile a {
    color: #c5d2e3;
    text-decoration: none;
  }

  .plcx-header-nav {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    min-height: 0;
  }

  .plcx-header-nav-inner {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .plcx-header-nav-menu-wrap {
    display: none;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: linear-gradient(180deg, #223a59 0%, #1b314e 100%);
  }

  .plcx-header-nav-menu-wrap.is-open {
    display: block !important;
  }

  .plcx-header-nav-shell {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .plcx-nav-panel a,
  .plcx-nav-panel-footer a {
    background: rgba(255,255,255,0.16) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.08);
  }

  .plcx-nav-panel a:hover,
  .plcx-nav-panel a:focus,
  .plcx-nav-panel-footer a:hover,
  .plcx-nav-panel-footer a:focus {
    background: rgba(255,255,255,0.22) !important;
    color: #ffffff !important;
  }

  .plcx-nav-panel-title {
    color: rgba(255,255,255,0.72);
  }
}

body.plcx-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .plcx-header-nav-menu-wrap.is-open {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--plcx-mobile-menu-top, 0px);
    height: calc(100dvh - var(--plcx-mobile-menu-top, 0px));
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 70;
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }

  .plcx-header-nav-shell {
    min-height: 100%;
    align-items: stretch;
  }

  .plcx-header-nav-primary {
    padding-bottom: 10px;
  }
}

.plcx-green-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ea44f;
  box-shadow: 0 0 0 1px rgba(19, 87, 37, 0.10), 0 0 6px rgba(46, 164, 79, 0.28);
  flex: 0 0 7px;
  vertical-align: middle;
}

.plcx-header-utility-left span + span::before,
.plcx-header-utility-right span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #2e7d32;
  box-shadow: 0 0 0 2px rgba(46,125,50,.10);
  display: none;
}

.plcx-header-utility-left span,
.plcx-header-utility-right span {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  gap: 8px;
}

.plcx-header-utility-left span + span,
.plcx-header-utility-right span + span {
  padding-left: 0;
}

.plcx-header-utility-left .plcx-green-dot {
  margin-left: 0;
  margin-right: 0;
  transform: translateY(-1px);
}

/* Old mobile utility overrides removed — consolidated into main 768px block above */

.plcx-home-search-wrap,
.plcx-home-search-form {
  position: relative;
  z-index: 300;
  overflow: visible !important;
}

.plcx-home-search-form .plcx-search-suggestions {
  z-index: 9999;
  position: absolute;
}

.home .wp-block-cover,
.home .wp-block-group,
.home .wp-block-kadence-column,
.home .wp-block-kadence-rowlayout,
.home .plcx-home-search-wrap {
  overflow: visible !important;
}

/* Search suggestions must appear above sibling elements in the hero (buttons, stats bar) */
.plcx-home-search-wrap {
  position: relative;
  z-index: 500;
}

.plcx-policy-stats {
  position: relative;
  z-index: 1;
}

body.admin-bar .plcx-cart-drawer {
  top: 32px;
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .plcx-cart-drawer {
    top: 46px;
    height: calc(100vh - 46px);
  }
}

.single-product form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.single-product form.cart .quantity {
  flex: 0 0 auto;
  margin: 0;
}

.single-product form.cart .quantity .qty {
  height: auto !important;
  min-height: 0 !important;
}

.single-product form.cart .single_add_to_cart_button {
  flex: 0 0 auto;
  margin: 0;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.single-product form.cart .plcx-packaging-box {
  flex: 0 0 300px;
  margin: 0;
}

.single-product .plcx-packaging-option {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 6px 14px;
  background: #f3f4f6;
  border: 1px solid #d7dce2;
  border-radius: 6px;
  box-sizing: border-box;
}

.single-product .plcx-packaging-option input[type="radio"] {
  margin: 0;
  accent-color: #2f6db5;
}

.single-product .plcx-packaging-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

.single-product .plcx-packaging-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}

.single-product .plcx-packaging-subtitle {
  font-size: 12.5px;
  margin: 0;
  color: #4b5563;
}

@media (max-width: 767px) {
  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    grid-template-areas: "qty button"
      "ship ship" !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity {
    grid-area: qty !important;
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) 36px !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .minus,
  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .plus,
  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .qty {
    height: 46px !important;
    box-sizing: border-box !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .minus,
  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .plus {
    width: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .quantity .qty {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .single_add_to_cart_button {
    grid-area: button !important;
    width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .plcx-packaging-box {
    grid-area: ship !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .plcx-packaging-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 8px 12px !important;
    box-sizing: border-box !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .plcx-packaging-content {
    min-width: 0 !important;
    line-height: 1.05 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .plcx-packaging-title {
    font-size: 13px !important;
    margin: 0 !important;
  }

  .single-product div.product .summary form.cart:not(.plcx-cloned-cart) .plcx-packaging-subtitle {
    font-size: 11px !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .plcx-mobile-atc__inner {
    display: grid !important;
    grid-template-columns: 140px minmax(0, 1fr) !important;
    grid-template-areas: "price qty"
      "button ship" !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  .plcx-mobile-atc__product,
  .plcx-mobile-atc__form,
  .plcx-mobile-atc__form .plcx-cloned-cart {
    display: contents !important;
  }

  .plcx-mobile-atc__price {
    grid-area: price !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 2px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    font-size: 0.98em !important;
  }

  .plcx-mobile-atc__form .quantity {
    grid-area: qty !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .plcx-mobile-atc__form .quantity .minus,
  .plcx-mobile-atc__form .quantity .plus,
  .plcx-mobile-atc__form .quantity .qty,
  .plcx-mobile-atc__form .quantity input.qty {
    height: 44px !important;
    box-sizing: border-box !important;
  }

  .plcx-mobile-atc__form .quantity .minus,
  .plcx-mobile-atc__form .quantity .plus {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
  }

  .plcx-mobile-atc__form .quantity .qty,
  .plcx-mobile-atc__form .quantity input.qty,
  .plcx-mobile-atc__form .quantity input.input-text.qty.text {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .plcx-mobile-atc__form .quantity input::-webkit-outer-spin-button,
  .plcx-mobile-atc__form .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }

  .plcx-mobile-atc__form .single_add_to_cart_button {
    grid-area: button !important;
    width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .plcx-mobile-atc__form .plcx-packaging-box {
    grid-area: ship !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .plcx-mobile-atc__form .plcx-packaging-option {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 6px 10px !important;
    box-sizing: border-box !important;
  }

  .plcx-mobile-atc__form .plcx-packaging-content {
    min-width: 0 !important;
    overflow: hidden !important;
    line-height: 1.05 !important;
  }

  .plcx-mobile-atc__form .plcx-packaging-title {
    display: block !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .plcx-mobile-atc__form .plcx-packaging-subtitle {
    display: block !important;
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

.plcx-panel {
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  margin: 0 0 16px 0;
  padding: 18px 22px;
  border: 1px solid rgba(0,0,0,.08);
  border-left: 4px solid #1f3f7a;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(255,255,255,0.96), rgba(255,255,255,0.96)),
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.02) 0px,
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 22px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,0.02) 0px,
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 22px
    );
}

.plcx-panel:last-of-type {
  margin-bottom: 0;
}

.plcx-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-repeat: no-repeat;
  background-position: 90% 85%;
  background-size: 160px auto;
  opacity: .035;
  pointer-events: none;
  z-index: 0;
}

.plcx-panel > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .plcx-product-trust-items {
    display: block;
  }

  .plcx-product-trust-item {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }

  .plcx-product-trust-item:last-child {
    margin-bottom: 0;
  }
}

.plcx-shipping-policy-page {
  display: block;
  width: 100%;
}

.plcx-shipping-policy-page > .plcx-panel {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  margin: 0 0 16px 0;
}

.plcx-shipping-policy-page > .plcx-panel:last-of-type {
  margin-bottom: 0;
}

.plcx-shipping-policy-page > .plcx-panel ul {
  margin: 10px 0 0 20px;
}

.plcx-shipping-policy-page > .plcx-panel p:last-child,
.plcx-shipping-policy-page > .plcx-panel ul:last-child {
  margin-bottom: 0;
}

@media (max-width:640px) {
  .plcx-shipping-policy-page > .plcx-panel {
    margin-bottom: 14px;
    padding: 16px;
  }
}

.plcx-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/03/logo-no-text-1.png");
  background-repeat: no-repeat;
  background-position: 90% 80%;
  background-size: 120px auto;
  opacity: .035;
  pointer-events: none;
  z-index: 0;
}

.plcx-info-card > * {
  position: relative;
  z-index: 1;
}

.plcx-info-card {
  border-left: 4px solid #1f3f7a;
  position: relative;
  padding: 24px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.plcx-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.plcx-info-grid {
  gap: 24px;
}

.plcx-info-card h3 {
  margin-top: 0;
  font-weight: 600;
}

.plcx-info-card p {
  margin-bottom: 0;
}

.plcx-section-title {
  max-width: 900px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a2233;
  margin-bottom: 12px;
}

.plcx-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #1f3f7a;
  margin-top: 10px;
}

@media (max-width:1024px) {
  .plcx-home-trust-banner-wrap {
    max-width: 820px;
    margin: 18px auto 16px auto;
  }
}

@media (max-width:767px) {
  .plcx-home-trust-banner-wrap {
    max-width: 94%;
    margin: 16px auto 14px auto;
  }

  .plcx-home-trust-banner {
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,.16);
  }
}

.plcx-home-trust-banner {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(0,0,0,.18);
  padding: 10px 18px;
}

.plcx-home-trust-banner img {
  opacity: .85;
}

.plcx-home-trust-banner-wrap {
  width: 100%;
  max-width: 900px;
  margin: 22px auto 18px auto;
  text-align: center;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .plcx-header-nav {
    position: relative;
    z-index: 920;
  }

  .plcx-header-nav-inner {
    position: relative;
  }

  .plcx-header-nav-menu-wrap {
    display: none;
  }

  .plcx-header-nav-menu-wrap.is-open {
    display: block;
    position: fixed;
    top: var(--plcx-mobile-menu-top, 0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(180deg, #223a59 0%, #1b314e 100%);
    padding: 0 0 20px 0;
  }

  /* Re-assert mobile nav panel overrides — the base .plcx-nav-panel rule
     (position:absolute, background:#fff, overflow:hidden) sits outside any
     media query and later in the file, so it wins over the earlier mobile
     block. These !important rules restore the correct mobile behaviour. */
  .plcx-nav-panel {
    position: static !important;
    background: transparent !important;
    overflow: visible !important;
    min-width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: none;
    padding: 0 16px 16px;
    box-sizing: border-box;
  }

  .plcx-nav-item.is-open > .plcx-nav-panel {
    display: block !important;
  }

  .plcx-home-search-wrap,
  .plcx-home-search-form,
  .plcx-header-search,
  .plcx-header-search-form,
  .plcx-search-suggestions {
    position: relative;
    z-index: 1;
  }

  .plcx-header-search-button,
  .plcx-home-search-button {
    min-width: 44px;
    width: 44px;
    height: auto;
    align-self: stretch;
    padding: 0;
    font-size: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
  }

  .plcx-header-search-button::before,
  .plcx-home-search-button::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: currentColor;
    mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"7\"/><line x1=\"16.65\" y1=\"16.65\" x2=\"21\" y2=\"21\"/></svg>") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"black\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"7\"/><line x1=\"16.65\" y1=\"16.65\" x2=\"21\" y2=\"21\"/></svg>") center / contain no-repeat;
  }

  .plcx-header-search-clear {
    right: 48px !important;
  }
}

@media (max-width: 768px) {
  .plcx-header-search,
  .plcx-header-search-form {
    position: relative !important;
    overflow: visible !important;
    z-index: 950 !important;
  }

  .plcx-header-search-form .plcx-search-suggestions {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    display: none;
    z-index: 9998 !important;
    max-height: min(60vh, 420px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .plcx-header-search-form .plcx-search-suggestions.is-open {
    display: block !important;
  }

  .plcx-search-suggestion-item-wrap,
  .plcx-search-suggestion-item {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .plcx-header-search-form {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .plcx-header-search-input {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .plcx-header-search-button {
    flex: 0 0 44px !important;
  }
}

.plcx-packaging-box {
  margin-top: 10px;
  font-size: 14px;
}

.plcx-packaging-option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.plcx-packaging-option input {
  margin-top: 3px;
}

.plcx-packaging-title {
  font-weight: 600;
}

.plcx-packaging-box a {
  text-decoration: underline;
  font-weight: 600;
}

.plcx-search-suggestion-loading {
  padding: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5b73;
  background: #ffffff;
}

.plcx-header-sticky-wrap,
.plcx-header-main,
.plcx-header-main-inner,
.plcx-header-search,
.plcx-header-search-form {
  position: relative;
}

.plcx-header-sticky-wrap {
  position: relative;
  background: #ffffff;
  transition: box-shadow .18s ease;
  z-index: 5000;
}

.plcx-header-search,
.plcx-header-search-form {
  z-index: 5100;
  overflow: visible !important;
}

.plcx-search-suggestions {
  background: #ffffff;
  border: 1px solid rgba(20,30,50,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  border-radius: 10px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 5200;
}

.home .plcx-home-search-wrap,
.home .plcx-home-search-form,
.home .wp-block-search,
.home .wp-block-search__inside-wrapper {
  position: relative;
  z-index: 1;
}

/* Badge must be below the search stacking context so AJAX results overlay it */
.home .plcx-home-hero-badge {
  position: relative;
  z-index: 0;
}

/* ── No Results Block ───────────────────────────────────────────────────── */

.plcx-no-results {
  text-align: center;
  padding: 48px 24px;
  max-width: 520px;
  margin: 0 auto;
}

.plcx-no-results__heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.plcx-no-results__sub {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 24px;
  line-height: 1.6;
}

.plcx-no-results__btn {
  display: inline-block;
  padding: 13px 28px;
  background: #cf2d11;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.plcx-no-results__btn:hover {
  background: #b02510;
  color: #fff;
  text-decoration: none;
}

.plcx-no-results__note {
  margin-top: 20px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.8;
}

/* ── Shop Filter Bar ─────────────────────────────────────────────────────── */

.plcx-shop-filter-bar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 24px;
}

.plcx-shop-filter-form {
  display: contents;
}

.plcx-shop-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 24px;
}

.plcx-shop-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plcx-shop-filter-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6b7280;
}

.plcx-shop-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.plcx-shop-filter-pill {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.plcx-shop-filter-pill:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111827;
  text-decoration: none;
}

.plcx-shop-filter-pill.is-active {
  background: #1d2939;
  border-color: #1d2939;
  color: #fff;
}

/* Price inputs */
.plcx-shop-filter-group--price .plcx-shop-filter-price-inputs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.plcx-price-prefix {
  font-size: 13px;
  color: #6b7280;
  line-height: 1;
}

.plcx-price-sep {
  font-size: 13px;
  color: #9ca3af;
}

.plcx-price-input {
  width: 80px;
  padding: 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  color: #374151;
  background: #f9fafb;
  -moz-appearance: textfield;
}

.plcx-price-input::-webkit-outer-spin-button,
.plcx-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.plcx-price-input:focus {
  outline: none;
  border-color: #1d2939;
  background: #fff;
}

.plcx-price-apply {
  padding: 4px 12px;
  background: #1d2939;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.plcx-price-apply:hover {
  background: #111827;
}

/* Clear link */
.plcx-shop-filter-group--clear {
  justify-content: flex-end;
  margin-left: auto;
}

.plcx-shop-filter-clear {
  font-size: 12px;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 0;
}

.plcx-shop-filter-clear:hover {
  color: #dc2626;
  text-decoration: none;
}

/* Active filter chips */
.plcx-shop-filter-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
}

.plcx-shop-filter-active-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.plcx-shop-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: #f0f4ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #3730a3;
}

.plcx-chip-remove {
  color: #6366f1;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
}

.plcx-chip-remove:hover {
  color: #dc2626;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 600px) {
  .plcx-shop-filter-row {
    gap: 12px 16px;
  }

  .plcx-shop-filter-group--clear {
    margin-left: 0;
    width: 100%;
  }

  .plcx-price-input {
    width: 68px;
  }
}

/* ── Policy Pages ────────────────────────────────────────────────────────── */

.plcx-policy-page {
  --policy-accent: #cf2d11;
  --policy-dark:   #1d2939;
  --policy-border: #e5e7eb;
  background: #f9fafb;
}

/* Hero */
.plcx-policy-hero {
  position: relative;
  background:
    /* Industrial grid */
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    /* Diagonal accent from top-left */
    linear-gradient(135deg, rgba(47,105,176,0.18) 0%, transparent 50%),
    /* Bottom glow */
    linear-gradient(0deg, rgba(47,105,176,0.10) 0%, transparent 40%),
    /* Base color */
    var(--policy-dark);
  background-size:
    24px 24px,
    24px 24px,
    100% 100%,
    100% 100%,
    100% 100%;
  overflow: hidden;
  padding: 64px 24px 56px;
  text-align: center;
  min-height: 280px;
  contain: layout;
}

/* Homepage hero needs overflow visible so search dropdown can escape */
.plcx-home-hero.plcx-policy-hero {
  overflow: visible;
  contain: style;
  z-index: 10;
}

.plcx-policy-hero-watermark {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: url('/wp-content/uploads/2026/03/logo-no-text-1.png') center center / 420px no-repeat;
  opacity: 0.10;
  filter: brightness(10);
}
/* Vignette — fades grid toward center so watermark reads cleaner */
.plcx-policy-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(29,41,57,0.7) 0%, transparent 65%);
  z-index: 0;
}

.plcx-policy-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.plcx-policy-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--policy-accent);
  margin-bottom: 8px;
}

.plcx-policy-hero-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.1;
}

.plcx-policy-hero-sub {
  font-size: 16px;
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 28px;
}

.plcx-policy-hero-cta {
  display: inline-block;
  padding: 12px 28px;
  background: var(--policy-accent);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.plcx-policy-hero-cta:hover {
  background: #b02510;
  color: #fff;
  text-decoration: none;
}

/* Stats bar */
.plcx-policy-stats {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--policy-border);
}
.plcx-policy-stat {
  position: relative;
  overflow: hidden;
}
.plcx-policy-stat::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url('/wp-content/uploads/2026/03/logo-no-text-1.png') center center / 90px no-repeat;
  opacity: 0.07;
}

.plcx-policy-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.plcx-policy-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 32px;
  text-align: center;
}

.plcx-policy-stat-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--policy-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.plcx-policy-stat-label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  white-space: nowrap;
}

.plcx-policy-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--policy-border);
  flex-shrink: 0;
}

/* Shared section styles */
.plcx-policy-section {
  padding: 48px 24px;
}

.plcx-policy-inner {
  max-width: 940px;
  margin: 0 auto;
}

.plcx-policy-section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--policy-dark);
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--policy-accent);
  display: inline-block;
}

/* Steps strip */
.plcx-policy-section--steps {
  background: #fff;
}

.plcx-policy-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
}

.plcx-policy-step {
  flex: 1;
  min-width: 200px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.plcx-policy-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--policy-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plcx-policy-step-body {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.plcx-policy-step-body strong {
  display: block;
  font-size: 15px;
  color: var(--policy-dark);
  margin-bottom: 4px;
}

.plcx-policy-step-body a {
  color: var(--policy-accent);
}

.plcx-policy-step-arrow {
  flex-shrink: 0;
  font-size: 24px;
  color: #d1d5db;
  padding: 6px 12px;
  align-self: center;
}

/* Card grid */
.plcx-policy-section--cards {
  background: #f9fafb;
}

.plcx-policy-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.plcx-policy-card {
  background: #fff;
  border: 1px solid var(--policy-border);
  border-radius: 8px;
  padding: 22px 24px;
}

.plcx-policy-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--policy-dark);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}

.plcx-policy-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 8px;
}

.plcx-policy-card p:last-child {
  margin-bottom: 0;
}

.plcx-policy-card a {
  color: var(--policy-accent);
}

/* Address + CTA section */
.plcx-policy-section--address {
  background: var(--policy-dark);
}

.plcx-policy-section--address .plcx-policy-section-title {
  color: #fff;
}

.plcx-policy-address-row {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.plcx-policy-address-block {
  flex: 1;
  min-width: 220px;
}

.plcx-policy-address-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.plcx-policy-address-block address {
  font-style: normal;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.9;
}

.plcx-policy-address-block address strong {
  color: #fff;
}

.plcx-policy-address-cta {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.plcx-policy-address-cta p {
  font-size: 15px;
  color: #9ca3af;
  margin-bottom: 18px;
}

.plcx-policy-cta-btn {
  display: inline-block;
  padding: 13px 28px;
  background: var(--policy-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s;
}

.plcx-policy-cta-btn:hover {
  background: #b02510;
  color: #fff;
  text-decoration: none;
}

a.plcx-contact-review-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #4285f4;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 0.5rem;
  transition: background 0.15s;
}
a.plcx-contact-review-btn:hover {
  background: #3367d6;
  color: #fff !important;
  text-decoration: none;
}

.plcx-policy-cta-link {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #6b7280;
  text-decoration: none;
}

.plcx-policy-cta-link:hover {
  color: #9ca3af;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 700px) {
  .plcx-policy-stat-divider { display: none; }
  .plcx-policy-stat { padding: 16px 20px; }
  .plcx-policy-card-grid { grid-template-columns: 1fr; }
  .plcx-policy-step-arrow { display: none; }
  .plcx-policy-steps { flex-direction: column; gap: 20px; }
  .plcx-policy-address-row { flex-direction: column; gap: 28px; }
}

/* ── Shipping Policy – specific elements ────────────────────────────────── */

.plcx-shipping-cutoff-banner {
  background: #fff7ed;
  border-top: 1px solid #fed7aa;
  border-bottom: 1px solid #fed7aa;
  padding: 14px 24px;
}

.plcx-shipping-cutoff-inner {
  display: flex;
  align-items: center;
  gap: 14px;
}

.plcx-shipping-cutoff-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.plcx-shipping-cutoff-banner strong {
  font-size: 15px;
  color: #92400e;
  margin-right: 8px;
}

.plcx-shipping-cutoff-banner span {
  font-size: 14px;
  color: #78350f;
}

/* Shipping option cards */
.plcx-shipping-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.plcx-shipping-option {
  background: #fff;
  border: 1px solid var(--policy-border);
  border-radius: 8px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.plcx-shipping-option--featured {
  border-color: #16a34a;
  box-shadow: 0 0 0 1px #16a34a;
}

.plcx-shipping-option--urgent {
  border-color: var(--policy-accent);
  box-shadow: 0 0 0 1px var(--policy-accent);
}

.plcx-shipping-option-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
}

.plcx-shipping-option--urgent .plcx-shipping-option-badge {
  background: var(--policy-accent);
}

.plcx-shipping-option-carrier {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9ca3af;
  margin-top: 8px;
}

.plcx-shipping-option-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--policy-dark);
  line-height: 1.2;
}

.plcx-shipping-option-eta {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 6px;
}

.plcx-shipping-option-note {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .plcx-shipping-options {
    grid-template-columns: repeat(2, 1fr);
  }
  .plcx-shipping-cutoff-banner strong,
  .plcx-shipping-cutoff-banner span {
    display: block;
  }
}

@media (max-width: 400px) {
  .plcx-shipping-options {
    grid-template-columns: 1fr;
  }
}

/* ── Warranty Policy – specific elements ────────────────────────────────── */

.plcx-warranty-outcomes.plcx-policy-section--cards {
  background: #fff;
}

.plcx-warranty-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.plcx-warranty-outcome {
  border: 1px solid var(--policy-border);
  border-radius: 8px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plcx-warranty-outcome--replace {
  border-top: 3px solid #16a34a;
}

.plcx-warranty-outcome--refund {
  border-top: 3px solid #2563eb;
}

.plcx-warranty-outcome--denied {
  border-top: 3px solid #9ca3af;
}

.plcx-warranty-outcome-icon {
  font-size: 28px;
  line-height: 1;
}

.plcx-warranty-outcome--replace .plcx-warranty-outcome-icon { color: #16a34a; }
.plcx-warranty-outcome--refund  .plcx-warranty-outcome-icon { color: #2563eb; }
.plcx-warranty-outcome--denied  .plcx-warranty-outcome-icon { color: #9ca3af; }

.plcx-warranty-outcome h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--policy-dark);
  margin: 0;
}

.plcx-warranty-outcome p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

.plcx-warranty-outcome ul {
  margin: 4px 0 0 18px;
  padding: 0;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.8;
}

.plcx-warranty-outcome-timeline {
  font-size: 13px !important;
  color: #6b7280 !important;
  border-top: 1px solid #f3f4f6;
  padding-top: 10px;
  margin-top: 4px;
}

@media (max-width: 700px) {
  .plcx-warranty-outcome-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FAQ Page ────────────────────────────────────────────────────────────── */

/* Category nav */
.plcx-faq-cat-nav {
  background: #fff;
  border-bottom: 1px solid var(--policy-border, #e5e7eb);
}

.plcx-faq-cat-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  overflow-x: auto;
}

.plcx-faq-cat-link {
  display: inline-block;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}

.plcx-faq-cat-link:hover {
  color: #1d2939;
  border-bottom-color: #cf2d11;
  text-decoration: none;
}

/* FAQ body */
.plcx-faq-body {
  background: #f9fafb;
  padding: 40px 24px 56px;
}

.plcx-faq-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Reusable scroll anchor — offsets sticky header on any page with internal links.
   Usage: <div id="section-id" class="plcx-anchor"></div> just inside the target section. */
.plcx-anchor {
  position: relative;
  top: -180px;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

.plcx-faq-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1d2939;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf2d11;
  display: inline-block;
}

.plcx-faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Accordion items */
.plcx-faq-item {
  background: #fff;
  border: 1px solid var(--policy-border, #e5e7eb);
  border-radius: 6px;
  overflow: hidden;
}

.plcx-faq-item + .plcx-faq-item {
  border-top: none;
  border-radius: 0;
}

.plcx-faq-item:first-child {
  border-radius: 6px 6px 0 0;
}

.plcx-faq-item:last-child {
  border-radius: 0 0 6px 6px;
}

.plcx-faq-item:only-child {
  border-radius: 6px;
}

.plcx-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1d2939;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.plcx-faq-question::-webkit-details-marker { display: none; }

.plcx-faq-question:hover {
  background: #f9fafb;
}

.plcx-faq-caret {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.15s;
  position: relative;
}

.plcx-faq-caret::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
}

.plcx-faq-item[open] .plcx-faq-caret {
  background: #cf2d11;
}

.plcx-faq-item[open] .plcx-faq-caret::after {
  border-color: #fff;
  transform: rotate(225deg) translateY(-2px);
}

.plcx-faq-item[open] .plcx-faq-question {
  color: #cf2d11;
  border-bottom: 1px solid #f3f4f6;
}

.plcx-faq-answer {
  padding: 14px 20px 18px;
}

.plcx-faq-answer p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.75;
  margin: 0;
}

.plcx-faq-answer a {
  color: #cf2d11;
}

@media (max-width: 600px) {
  .plcx-faq-cat-link {
    padding: 12px 12px;
    font-size: 12px;
  }
  .plcx-faq-question {
    font-size: 14px;
    padding: 14px 16px;
  }
}

/* ── How-To Guide Styles ───────────────────────────────────────────────────── */
.plcx-howto-wrap {
  max-width: 860px;
  margin: 48px auto 80px;
  padding: 0 20px;
  font-size: 0.97rem;
  line-height: 1.7;
  color: #222;
}
.plcx-howto-wrap h1 { font-size: 2rem; margin-bottom: 8px; line-height: 1.25; }
.plcx-howto-meta { color: #777; font-size: 0.85rem; margin-bottom: 28px; }
.plcx-howto-img-toc {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.plcx-howto-img-toc img {
  flex: 0 0 auto;
  max-width: 260px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.plcx-howto-img-toc .plcx-howto-toc {
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .plcx-howto-img-toc {
    flex-direction: column;
  }
  .plcx-howto-img-toc img {
    max-width: 100%;
  }
}
.plcx-howto-intro {
  background: #f4f7fb;
  border-left: 4px solid #2f69b0;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 36px;
  font-size: 0.95rem;
}
.plcx-howto-toc {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 18px 24px;
  margin-bottom: 40px;
  display: inline-block;
  min-width: 260px;
}
.plcx-howto-toc h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: .06em; color: #555; margin: 0 0 10px 0; }
.plcx-howto-toc ol { margin: 0; padding-left: 18px; }
.plcx-howto-toc li { margin-bottom: 4px; font-size: 0.9rem; }
.plcx-howto-toc a { color: #2f69b0; text-decoration: none; }
.plcx-howto-toc a:hover { text-decoration: underline; }
.plcx-howto-wrap h2 { font-size: 1.4rem; margin-top: 48px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #eee; }
.plcx-howto-wrap h3 { font-size: 1.1rem; margin-top: 28px; margin-bottom: 10px; color: #1a2f4e; }
.plcx-part-badge { display: inline-block; background: #1a2f4e; color: #fff; font-family: monospace; font-size: 0.95rem; padding: 3px 10px; border-radius: 4px; margin-bottom: 6px; }
.plcx-wire-table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 0.9rem; }
.plcx-wire-table th { background: #1a2f4e; color: #fff; text-align: left; padding: 9px 12px; font-weight: 600; }
.plcx-wire-table td { padding: 8px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.plcx-wire-table tr:nth-child(even) td { background: #f8f8f8; }
.plcx-wire-table tr:hover td { background: #f0f5ff; }
.plcx-param-table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 0.88rem; }
.plcx-param-table th { background: #2f69b0; color: #fff; text-align: left; padding: 9px 12px; font-weight: 600; }
.plcx-param-table td { padding: 8px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.plcx-param-table tr:nth-child(even) td { background: #f8f8f8; }
.plcx-param-num { font-family: monospace; font-weight: 700; color: #1a2f4e; }
.plcx-code-block {
  background: #1a2233;
  color: #c8d8f0;
  font-family: 'Courier New', monospace;
  font-size: 0.82rem;
  line-height: 1.6;
  padding: 18px 20px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 16px 0 24px;
  white-space: pre;
}
.plcx-code-comment { color: #6a8faf; }
.plcx-code-instr { color: #f0c070; }
.plcx-callout { border-radius: 4px; padding: 14px 18px; margin: 20px 0; font-size: 0.92rem; }
.plcx-callout-warn { background: #fff8e6; border-left: 4px solid #e6a817; color: #5a4000; }
.plcx-callout-tip { background: #f0f7ff; border-left: 4px solid #2f69b0; color: #1a3050; }
.plcx-callout-danger { background: #fdf0ef; border-left: 4px solid #cf2d11; color: #5a0000; }
.plcx-callout strong { display: block; margin-bottom: 4px; }
.plcx-steps { counter-reset: step-counter; list-style: none; padding: 0; margin: 16px 0; }
.plcx-steps li { counter-increment: step-counter; padding: 10px 14px 10px 52px; position: relative; border-left: 2px solid #e0e6f0; margin-bottom: 10px; background: #fafbfd; border-radius: 0 4px 4px 0; }
.plcx-steps li::before { content: counter(step-counter); position: absolute; left: 12px; top: 10px; background: #2f69b0; color: #fff; font-size: 0.78rem; font-weight: 700; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.plcx-howto-cta { background: #1a2f4e; color: #fff; border-radius: 8px; padding: 28px 28px; margin-top: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.plcx-howto-cta h3 { margin: 0 0 6px; color: #fff; font-size: 1.1rem; }
.plcx-howto-cta p { margin: 0; color: #a0b8d8; font-size: 0.9rem; }
.plcx-howto-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.plcx-howto-cta-btn { background: #cf2d11; color: #fff; padding: 11px 22px; border-radius: 4px; font-weight: 700; font-size: 0.9rem; text-decoration: none; white-space: nowrap; }
.plcx-howto-cta-btn:hover { background: #a8250e; color: #fff; }
.plcx-howto-cta-btn-sec { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 11px 22px; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-decoration: none; white-space: nowrap; }
.plcx-howto-cta-btn-sec:hover { background: rgba(255,255,255,.1); color: #fff; }
.plcx-io-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 18px 0 24px; }
.plcx-io-card { border: 1px solid #dde4f0; border-radius: 6px; padding: 14px 16px; background: #fafbfd; }
.plcx-io-card h4 { margin: 0 0 6px; font-size: 0.88rem; color: #1a2f4e; font-family: monospace; }
.plcx-io-card p { margin: 0; font-size: 0.85rem; color: #555; }
.plcx-bit-table { width: 100%; border-collapse: collapse; margin: 14px 0 20px; font-size: 0.85rem; font-family: monospace; }
.plcx-bit-table th { background: #1a2f4e; color: #adc8f0; text-align: center; padding: 7px 6px; font-size: 0.78rem; }
.plcx-bit-table td { text-align: center; padding: 6px; border: 1px solid #dde4f0; font-size: 0.78rem; }
.plcx-bit-table tr:first-child td { background: #eef2fa; font-weight: 700; }
.plcx-code-rung { color: #7ec8a0; font-weight: bold; }
.plcx-wire-color { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-right: 6px; vertical-align: middle; border: 1px solid rgba(0,0,0,.15); }
@media (max-width: 600px) {
  .plcx-io-grid { grid-template-columns: 1fr; }
  .plcx-howto-wrap h1 { font-size: 1.5rem; }
  .plcx-howto-cta { flex-direction: column; }
}

/* ── Knowledge Center Floating Widget ─────────────────────────────────── */

/* Floating tab — sticky bottom-right */
.plcx-kc-tab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px 12px 14px;
  background: #1a2f4e;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: inherit;
  box-shadow: 0 4px 20px rgba(0,0,0,.25), 0 0 0 0 rgba(47,105,176,.4);
  transition: transform .2s, box-shadow .2s, opacity .2s;
  animation: plcx-kc-pulse 3s ease-in-out 2s 3;
}
.plcx-kc-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0,0,0,.3);
}
.plcx-kc-tab-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.plcx-kc-tab-logo {
  border-radius: 4px;
  flex-shrink: 0;
}
.plcx-kc-tab-text {
  white-space: nowrap;
}
.plcx-kc-tab-count {
  background: #cf2d11;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  min-width: 20px;
  text-align: center;
}
@keyframes plcx-kc-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(0,0,0,.25), 0 0 0 0 rgba(47,105,176,.4); }
  50% { box-shadow: 0 4px 20px rgba(0,0,0,.25), 0 0 0 8px rgba(47,105,176,0); }
}

/* Backdrop */
.plcx-kc-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.plcx-kc-backdrop-show {
  opacity: 1;
  pointer-events: auto;
}

/* Slide-up panel */
.plcx-kc-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 460px;
  max-width: 100vw;
  max-height: 85vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 40px rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.32,.72,0,1);
}
.plcx-kc-panel-open {
  transform: translateY(0);
}

/* Panel header */
.plcx-kc-panel-header {
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e8ecf3;
  flex-shrink: 0;
}
.plcx-kc-panel-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.plcx-kc-panel-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a2f4e;
  flex: 1;
}
.plcx-kc-panel-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  background: #2f69b0;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
.plcx-kc-panel-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plcx-kc-hub-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #2f69b0;
  text-decoration: none;
  padding: 5px 12px;
  border: 1px solid #d0daea;
  border-radius: 5px;
  transition: background .15s;
}
.plcx-kc-hub-link:hover {
  background: #f0f5ff;
  color: #1a4f8e;
}
.plcx-kc-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #8b9bb5;
  border-radius: 6px;
  transition: background .15s, color .15s;
}
.plcx-kc-close:hover {
  background: #f0f2f5;
  color: #1a2f4e;
}

/* Search bar */
.plcx-kc-search-wrap {
  position: relative;
  padding: 0 16px;
  flex-shrink: 0;
}
.plcx-kc-search-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b9bb5;
  pointer-events: none;
  z-index: 1;
}
.plcx-kc-search {
  width: 100%;
  padding: 10px 36px 10px 48px;
  font-size: 0.85rem;
  font-family: inherit;
  border: 1px solid #dde4f0;
  border-radius: 8px;
  background: #f8f9fc;
  color: #1a2f4e;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  box-sizing: border-box;
}
.plcx-kc-search:focus {
  border-color: #2f69b0;
  box-shadow: 0 0 0 3px rgba(47,105,176,.12);
  background: #fff;
}
.plcx-kc-search::placeholder {
  color: #a0aec0;
  font-size: 0.82rem;
}
.plcx-kc-search-clear {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #8b9bb5;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.plcx-kc-search-clear:hover {
  color: #1a2f4e;
  background: #e8ecf3;
}
.plcx-kc-no-results {
  text-align: center;
  padding: 24px 16px;
  color: #8b9bb5;
  font-size: 0.88rem;
}

/* Scrollable body */
.plcx-kc-panel-body {
  overflow-y: auto;
  padding: 12px 16px 20px;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

/* Category accordion */
.plcx-kc-category {
  margin-bottom: 4px;
  border: 1px solid #e8ecf3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.plcx-kc-cat-active {
  border-color: #2f69b0;
  box-shadow: inset 3px 0 0 #2f69b0;
}
.plcx-kc-cat-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a2f4e;
  text-align: left;
  gap: 8px;
  transition: background .15s;
  font-family: inherit;
}
.plcx-kc-cat-toggle:hover {
  background: #f4f7fb;
}
.plcx-kc-cat-name {
  flex: 1;
}
.plcx-kc-cat-count {
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background: #8b9bb5;
  border-radius: 10px;
  padding: 1px 7px;
  min-width: 18px;
  text-align: center;
}
.plcx-kc-cat-active .plcx-kc-cat-count {
  background: #2f69b0;
}
.plcx-kc-chevron {
  color: #8b9bb5;
  transition: transform .2s;
  flex-shrink: 0;
}
.plcx-kc-cat-toggle[aria-expanded="true"] .plcx-kc-chevron {
  transform: rotate(180deg);
}

/* Guide list inside category */
.plcx-kc-guide-list {
  padding: 2px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Guide card */
.plcx-kc-card {
  display: block;
  padding: 12px 14px;
  border: 1px solid #e8ecf3;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  background: #fafbfd;
  transition: border-color .15s, background .15s;
  position: relative;
}
.plcx-kc-card:hover {
  border-color: #2f69b0;
  background: #f0f5ff;
  color: #222;
}
.plcx-kc-card-current {
  border-color: #2f69b0;
  background: #edf2fb;
  box-shadow: inset 3px 0 0 #2f69b0;
}
.plcx-kc-card-current:hover {
  background: #edf2fb;
}
.plcx-kc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.plcx-kc-card-part {
  font-family: monospace;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a2f4e;
  background: #e8edf5;
  padding: 1px 6px;
  border-radius: 3px;
}
.plcx-kc-card-diff {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.plcx-kc-card-title {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a2f4e;
  margin-bottom: 6px;
}
.plcx-kc-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.plcx-kc-card-tag {
  font-size: 0.66rem;
  color: #5a6f8a;
  background: #e8ecf3;
  padding: 1px 6px;
  border-radius: 3px;
  white-space: nowrap;
}
.plcx-kc-card-here {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #2f69b0;
  background: #dde8f8;
  padding: 2px 7px;
  border-radius: 3px;
}

/* Mobile: full-width panel */
@media (max-width: 520px) {
  .plcx-kc-panel {
    width: 100vw;
    max-height: 90vh;
    border-radius: 12px 12px 0 0;
  }
  .plcx-kc-tab {
    bottom: 16px;
    right: 16px;
    padding: 10px 16px 10px 12px;
    font-size: 0.82rem;
  }
  .plcx-kc-tab-text {
    display: none;
  }
  .plcx-kc-tab-logo {
    width: 24px;
    height: 24px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   SHOP / CATEGORY PAGE — Layout, Sidebar, Product Cards
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Page container ──────────────────────────────────────────────────── */
.plcx-shop-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

/* Ensure Kadence wrappers don't clip footer on category pages.
   Kadence sets #wrapper{overflow:hidden;overflow:clip} which clips long product grids. */
.woocommerce.archive #wrapper,
.woocommerce.tax-product_cat #wrapper,
body.archive #wrapper,
body.tax-product_cat #wrapper {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

/* ── Breadcrumbs ─────────────────────────────────────────────────────── */
.plcx-shop-breadcrumb {
  padding: 14px 0;
  font-size: 0.8rem;
  color: #6b7280;
}
.plcx-breadcrumb a { color: #2f69b0; text-decoration: none; }
.plcx-breadcrumb a:hover { text-decoration: underline; }
.plcx-breadcrumb-sep { margin: 0 6px; color: #ccc; }

/* ── Page header ─────────────────────────────────────────────────────── */
.plcx-shop-header {
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}
.plcx-shop-header__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a2f4e;
  margin: 0 0 4px;
}
.plcx-shop-header__desc {
  color: #6b7280;
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.5;
}

/* ── Mobile filter toggle ────────────────────────────────────────────── */
.plcx-shop-filter-toggle {
  display: none; /* shown on mobile via media query */
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: inherit;
  color: #1a2f4e;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
/* Pin SVG icon size — Kadence's responsive svg { width:100%; height:auto; }
   reset would otherwise stretch the icon to button width for one frame
   before our CSS lands, causing visible CLS on mobile load. */
.plcx-shop-filter-toggle svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
}

/* ── Two-column layout ───────────────────────────────────────────────── */
.plcx-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

/* ── Sidebar ─────────────────────────────────────────────────────────── */
.plcx-shop-sidebar {
  position: sticky;
  top: 80px; /* JS overrides this based on header height */
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: top .2s;
}
.plcx-sidebar-inner {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}

/* Sidebar search */
.plcx-sidebar-search { margin-bottom: 16px; }
.plcx-sidebar-search-wrap {
  position: relative;
}
.plcx-sidebar-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}
.plcx-sidebar-search-input {
  width: 100%;
  padding: 9px 12px 9px 40px;
  font-size: 0.82rem;
  font-family: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f9fafb;
  color: #1a2f4e;
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s;
}
.plcx-sidebar-search-input:focus {
  border-color: #2f69b0;
  background: #fff;
}

/* Sidebar sections */
.plcx-sidebar-section {
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
}
.plcx-sidebar-heading {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #6b7280;
  margin: 0 0 10px;
}

/* Category tree (recursive, Industry-Mall style)
   Specificity boost: every rule prefixed with `.plcx-cat-tree` to beat
   the Jetpack-Boost-generated critical CSS snapshot which still carries
   the older `.plcx-cat-tree__item { display:flex }` rule. */
.plcx-cat-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plcx-cat-tree .plcx-cat-tree__item,
.plcx-cat-tree .plcx-cat-tree__parent {
  display: block !important;
  margin-bottom: 1px;
}
.plcx-cat-tree .plcx-cat-tree__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.plcx-cat-tree .plcx-cat-tree__item a,
.plcx-cat-tree .plcx-cat-tree__parent a {
  font-size: 0.85rem;
  color: #374151;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background .12s, color .12s;
}
.plcx-cat-tree .plcx-cat-tree__item a:hover,
.plcx-cat-tree .plcx-cat-tree__parent a:hover {
  background: #f0f5ff;
  color: #2f69b0;
}
.plcx-cat-tree .plcx-cat-tree__item.is-active > .plcx-cat-tree__row a {
  background: #edf2fb;
  color: #2f69b0;
  font-weight: 700;
  box-shadow: inset 3px 0 0 #2f69b0;
}
.plcx-cat-tree .plcx-cat-tree__item.is-in-path:not(.is-active) > .plcx-cat-tree__row a {
  font-weight: 600;
  color: #1a2f4e;
}
.plcx-cat-tree .plcx-cat-tree__parent a {
  font-weight: 700;
  color: #1a2f4e;
  font-size: 0.88rem;
}
.plcx-cat-tree .plcx-cat-tree__count {
  font-size: 0.7rem;
  color: #9ca3af;
  background: #f3f4f6;
  padding: 1px 7px;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 4px;
}
/* Nested children indent (compounds with depth — kept narrow) */
.plcx-cat-tree .plcx-cat-tree__children {
  list-style: none;
  margin: 2px 0 4px 0;
  padding: 0 0 0 12px;
  border-left: 1px solid #e5e7eb;
}
.plcx-cat-tree .plcx-cat-tree__children .plcx-cat-tree__item a {
  font-size: 0.82rem;
  padding: 4px 10px;
}
.plcx-cat-tree .plcx-cat-tree__depth-0 > .plcx-cat-tree__row a {
  font-weight: 700;
  color: #1a2f4e;
  font-size: 0.9rem;
}

/* Mobile: tighten indent at depth so 3+ levels don't crowd the count badge.
   On a 360px viewport, 3× 12px indent + 10px row padding leaves enough width
   for short names but ellipsis-wraps long ones — uglier than ideal. Drop the
   indent + padding for mobile so the tree breathes. */
@media (max-width: 768px) {
  .plcx-cat-tree .plcx-cat-tree__children {
    padding-left: 6px;
    margin-left: 2px;
  }
  .plcx-cat-tree .plcx-cat-tree__item a,
  .plcx-cat-tree .plcx-cat-tree__parent a {
    padding: 4px 8px;
    font-size: 0.82rem;
  }
  .plcx-cat-tree .plcx-cat-tree__count {
    font-size: 0.65rem;
    padding: 1px 5px;
    margin-right: 2px;
  }
}
@media (max-width: 420px) {
  .plcx-cat-tree .plcx-cat-tree__children {
    padding-left: 4px;
    margin-left: 1px;
  }
}

/* Stock filter checkbox */
.plcx-sidebar-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #374151;
  cursor: pointer;
  padding: 4px 0;
}
.plcx-sidebar-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #2f69b0;
  cursor: pointer;
}

/* Price range */
.plcx-sidebar-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.plcx-sidebar-price-input {
  width: 100%;
  padding: 7px 8px;
  font-size: 0.82rem;
  font-family: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #f9fafb;
  box-sizing: border-box;
  outline: none;
}
.plcx-sidebar-price-input:focus {
  border-color: #2f69b0;
}
.plcx-sidebar-price-sep {
  color: #9ca3af;
  flex-shrink: 0;
}
.plcx-sidebar-price-go {
  padding: 7px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: inherit;
  background: #1a2f4e;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s;
}
.plcx-sidebar-price-go:hover {
  background: #2f69b0;
}

/* Clear filters */
.plcx-sidebar-clear {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #dc2626;
  text-decoration: none;
  border: 1px solid #fecaca;
  border-radius: 6px;
  transition: background .15s;
}
.plcx-sidebar-clear:hover {
  background: #fef2f2;
  color: #dc2626;
}

/* ── Active filter chips ─────────────────────────────────────────────── */
.plcx-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  align-items: center;
}
.plcx-active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2f69b0;
  background: #edf2fb;
  border-radius: 999px;
  text-decoration: none;
  transition: background .12s;
}
.plcx-active-filter-chip:hover {
  background: #dde8f8;
  color: #1a4f8e;
}
.plcx-active-filter-clear {
  font-size: 0.75rem;
  color: #dc2626;
  text-decoration: none;
  margin-left: 4px;
}
.plcx-active-filter-clear:hover {
  text-decoration: underline;
}

/* ── Shop toolbar (result count + sort) ──────────────────────────────── */
.plcx-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.plcx-shop-toolbar .woocommerce-result-count {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
}
.plcx-shop-toolbar .woocommerce-ordering select {
  font-size: 0.82rem;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  font-family: inherit;
  color: #374151;
  background: #fff;
}

/* ── Product Grid ────────────────────────────────────────────────────── */
.plcx-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ── Product Card ────────────────────────────────────────────────────── */
.plcx-pc {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.plcx-pc:hover {
  border-color: #2f69b0;
  box-shadow: 0 2px 12px rgba(47,105,176,.08);
}
.plcx-pc__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.plcx-pc__link:hover { color: inherit; }

/* Card image */
.plcx-pc__image-wrap {
  position: relative;
  background: #f9fafb;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.plcx-pc__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

/* Stock badge */
.plcx-pc__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 3px 8px;
  border-radius: 999px;
  line-height: 1;
}
.plcx-pc__badge--instock {
  background: #dcfce7;
  color: #166534;
}
.plcx-pc__badge--oos {
  background: #f3f4f6;
  color: #6b7280;
}

/* Card info */
.plcx-pc__info {
  padding: 12px 14px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.plcx-pc__sku {
  font-family: 'SF Mono', 'Consolas', 'Monaco', monospace;
  font-size: 0.72rem;
  color: #6b7280;
  margin-bottom: 4px;
  letter-spacing: .01em;
}
.plcx-pc__title {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1a2f4e;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.plcx-pc__price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  margin-top: auto;
}
.plcx-pc__price del {
  color: #9ca3af;
  font-weight: 400;
  font-size: 0.8rem;
}

/* Card actions */
.plcx-pc__actions {
  padding: 0 14px 14px;
}
/* Base button — Add to Cart and Request Quote look identical. */
.plcx-pc__actions a,
.plcx-pc__actions a.button,
.plcx-pc__actions a.add_to_cart_button,
.plcx-pc__actions a.ajax_add_to_cart,
.plcx-pc__actions a.plcx-pc__btn--quote {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 9px 12px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .15s, border-color .15s, color .15s !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  background: #1a2f4e !important;
  color: #fff !important;
  border: 2px solid #1a2f4e !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
}
.plcx-pc__actions a:hover,
.plcx-pc__actions a.button:hover,
.plcx-pc__actions a.plcx-pc__btn--quote:hover {
  background: #2f69b0 !important;
  color: #fff !important;
  border-color: #2f69b0 !important;
}
/* Added state — green after AJAX success */
.plcx-pc__actions a.added {
  background: #16a34a !important;
  color: #fff !important;
  border-color: #16a34a !important;
}
/* Hide WooCommerce's default "View cart" link after add */
.plcx-pc__actions .added_to_cart {
  display: none !important;
}
/* Hide Kadence SVG loading/check icons inside button */
.plcx-pc__actions a .kadence-svg-iconset {
  display: none !important;
}

/* ── Pagination ──────────────────────────────────────────────────────── */
.plcx-shop-pagination {
  margin-top: 28px;
}
.plcx-shop-pagination .woocommerce-pagination {
  text-align: center;
}
.plcx-shop-pagination .page-numbers {
  display: inline-flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.plcx-shop-pagination .page-numbers li a,
.plcx-shop-pagination .page-numbers li span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #374151;
  text-decoration: none;
  transition: background .12s, border-color .12s;
}
.plcx-shop-pagination .page-numbers li a:hover {
  background: #f0f5ff;
  border-color: #2f69b0;
  color: #2f69b0;
}
.plcx-shop-pagination .page-numbers li span.current {
  background: #1a2f4e;
  color: #fff;
  border-color: #1a2f4e;
}

/* ── Responsive ──────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .plcx-product-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 1000px) {
  .plcx-shop-layout {
    grid-template-columns: 230px 1fr;
    gap: 20px;
  }
  .plcx-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .plcx-shop-filter-toggle {
    display: flex;
  }
  .plcx-shop-layout {
    display: block;
  }
  .plcx-shop-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    display: none;
    margin-bottom: 20px;
  }
  .plcx-shop-sidebar.is-open {
    display: block;
  }
  .plcx-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .plcx-product-grid {
    grid-template-columns: 1fr !important;
  }
  .plcx-shop-header__title {
    font-size: 1.2rem;
  }
}

/* ── Home Page (hardcoded template) ───────────────────────────────────── */

/* Homepage stat values are longer than the policy-page defaults (e.g.
   "2.5-Year Warranty" vs "2.5 Year"). Scale down so four tiles fit on
   one row at max-width:900px. */
.plcx-home-page .plcx-policy-stat-value { font-size: 22px; }
.plcx-home-page .plcx-policy-stat       { padding: 18px 22px; }

.plcx-home-h1 {
  font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem);
  line-height: 1.15;
  text-wrap: balance;
  margin-bottom: 14px;
}

.plcx-home-sub {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.1rem);
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 18px;
}

.plcx-home-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #e6edf8;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 120ms ease, border-color 120ms ease;
}
.plcx-home-rating-pill:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.32);
  color: #fff;
  text-decoration: none;
}
.plcx-home-rating-stars {
  color: #f5b700;
  letter-spacing: 1px;
  font-size: 0.95rem;
}
.plcx-home-rating-text strong { font-weight: 700; }

.plcx-home-search-wrap { margin: 0 0 18px; }

.plcx-home-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.plcx-home-cta-primary { /* inherits .plcx-policy-hero-cta */ }
.plcx-home-cta-secondary {
  color: #c0d0e8;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 10px;
}
.plcx-home-cta-secondary:hover { color: #fff; text-decoration: underline; }

.plcx-home-hero-badges {
  font-size: 0.8rem;
  color: #8a9ec0;
  margin: 0;
}

/* Category section */
.plcx-home-category-section { background: #fff; padding: 40px 24px 28px; }
.plcx-home-category-col { max-width: 1120px; margin: 0 auto 32px; }
.plcx-home-category-brand {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2f69b0;
  font-weight: 700;
  margin: 0 0 14px;
}
.plcx-home-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.plcx-home-category-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: #1d2939;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}
.plcx-home-category-card:hover {
  background: #fff;
  border-color: #2f69b0;
  transform: translateY(-1px);
  text-decoration: none;
}
.plcx-home-category-arrow { color: #2f69b0; font-weight: 700; }

/* Featured parts grid */
.plcx-home-featured-section { background: #f9fafb; padding: 40px 24px 32px; }
.plcx-home-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 24px auto 0;
}
.plcx-home-part-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}
.plcx-home-part-card:hover {
  border-color: #2f69b0;
  box-shadow: 0 4px 12px rgba(29,41,57,0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.plcx-home-part-image {
  aspect-ratio: 1 / 1;
  background: #fafbfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.plcx-home-part-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.plcx-home-part-content { padding: 14px 16px 18px; }
.plcx-home-part-sku {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  color: #2f69b0;
  margin: 0 0 4px;
  letter-spacing: 0.02em;
}
.plcx-home-part-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 6px;
  line-height: 1.3;
}
.plcx-home-part-blurb {
  font-size: 0.85rem;
  color: #5a6779;
  margin: 0;
  line-height: 1.45;
}

/* Reviews */
.plcx-home-reviews-section { background: #fff; padding: 40px 24px 32px; }
.plcx-home-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 24px auto 0;
}
.plcx-home-review-card {
  margin: 0;
  padding: 22px 22px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plcx-home-review-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #1d2939;
  font-style: normal;
  quotes: none;
}
.plcx-home-review-stars { color: #f5b700; letter-spacing: 1px; font-size: 1rem; }
.plcx-home-review-card figcaption {
  font-size: 0.85rem;
  color: #5a6779;
  font-weight: 600;
}
.plcx-home-review-card figcaption span { color: #8a97a8; font-weight: 400; }

/* How PLC Exchange works */
.plcx-home-how-section { background: #fff; padding: 40px 24px 32px; }
.plcx-home-how-section .plcx-section-intro {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.65;
}
.plcx-home-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 28px auto 0;
}
.plcx-home-how-card {
  padding: 22px 22px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  border-left: 3px solid #cf2d11;
}
.plcx-home-how-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 10px;
}
.plcx-home-how-card p {
  font-size: 0.93rem;
  line-height: 1.55;
  color: #475467;
  margin: 0;
}
.plcx-home-how-card a { color: #2f69b0; }

/* Warranty callout band under the How-It-Works tiles */
.plcx-home-how-warranty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 720px;
  margin: 8px auto 28px;
  padding: 20px 26px;
  background: linear-gradient(135deg, #1d2939 0%, #2f4668 100%);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.plcx-home-how-warranty:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(29,41,57,0.25);
  text-decoration: none;
  color: #fff;
}
.plcx-home-how-warranty-lead {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c0d0e8;
  font-weight: 600;
}
.plcx-home-how-warranty-headline {
  font-size: 1.15rem;
  line-height: 1.3;
  color: #fff;
}
.plcx-home-how-warranty-headline strong {
  color: #f5b700;
  font-weight: 800;
}

/* Popular guides */
.plcx-home-guides-section { background: #f9fafb; padding: 40px 24px 32px; }
.plcx-home-guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 24px auto 0;
}
.plcx-home-guide-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}
.plcx-home-guide-card:hover {
  border-color: #2f69b0;
  box-shadow: 0 4px 12px rgba(29,41,57,0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.plcx-home-guide-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1d2939;
  margin: 0;
  line-height: 1.3;
}
.plcx-home-guide-blurb {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #5a6779;
  margin: 0;
  flex: 1;
}
.plcx-home-guide-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2f69b0;
  margin-top: 4px;
}


/* Watermark mobile hide — removes the LCP-blocking background image */
@media (max-width: 768px) {
  .plcx-policy-hero-watermark { display: none; }
  .plcx-home-category-section,
  .plcx-home-featured-section,
  .plcx-home-reviews-section,
  .plcx-home-how-section,
  .plcx-home-guides-section {
    padding: 28px 16px 20px;
  }
}
@media (max-width: 480px) {
  .plcx-home-category-grid,
  .plcx-home-featured-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .plcx-home-part-title { font-size: 0.9rem; }
  .plcx-home-part-blurb { display: none; }
}
