body.premiummerch-plugin-page,
body.premiummerch-plugin-page * {
  box-sizing: border-box;
}
body.premiummerch-plugin-page {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body.premiummerch-plugin-page .site,
body.premiummerch-plugin-page .site-content,
body.premiummerch-plugin-page .content-area,
body.premiummerch-plugin-page .entry-content,
body.premiummerch-plugin-page main,
body.premiummerch-plugin-page article,
body.premiummerch-plugin-page .wp-site-blocks {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.premiummerch-plugin-page .entry-title,
body.premiummerch-plugin-page .page-title,
body.premiummerch-plugin-page h1.entry-title,
body.premiummerch-plugin-page .wp-block-post-title {
  display: none !important;
}
.pm-app {
  --navy: #061524;
  --navy2: #0a2239;
  --gold: #d39a3a;
  --gold2: #e7b55f;
  --soft: #f8fafc;
  --ink: #091322;
  --muted: #657184;
  --line: #e6eaf0;
  --shadow: 0 24px 70px rgba(6,21,36,.14);
  --r: 16px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
}
.pm-app button,
.pm-app a,
.pm-app input,
.pm-app textarea,
.pm-app select {
  font: inherit;
}
.pm-app a {
  color: inherit;
  text-decoration: none;
}
.pm-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.pm-head .pm-container {
  width: min(1320px, calc(100% - 28px));
}
.pm-icon {
  width: 21px;
  height: 21px;
  display: block;
}
.pm-top {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
}
.pm-top .pm-container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.pm-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(6,21,36,.06);
}
.pm-head-inner,
.pm-header-inner {
  height: 82px;
  display: grid;
  grid-template-columns: minmax(250px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.pm-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.pm-mark {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), #16456f);
  display: grid;
  place-items: center;
  color: var(--gold2);
}
.pm-logo b {
  display: block;
  font-size: 21px;
  letter-spacing: -.8px;
}
.pm-logo em {
  color: var(--gold);
  font-style: normal;
}
.pm-logo small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .8px;
  font-weight: 800;
}
.pm-logo-light {
  color: #fff;
}
.pm-logo-light small {
  color: #bcc8d6;
}
.pm-nav,
.pm-desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.45vw, 24px);
  min-width: 0;
  width: 100%;
}
.pm-nav > a,
.pm-nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  padding: 16px 0;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
}
.pm-nav a.active {
  color: var(--gold);
}
.pm-nav-item {
  position: relative;
  min-width: 0;
  flex: 0 0 auto;
}
.pm-nav-item::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 32px;
}
.pm-mega,
.pm-mega-menu {
  position: fixed;
  left: 50vw;
  top: 122px;
  transform: translateX(-50%);
  width: min(1100px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  background: #fff;
  border: 1px solid #e6e9ef;
  box-shadow: 0 28px 80px rgba(6,21,36,.18);
  border-radius: 20px;
  padding: 34px;
  display: block;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pm-nav-item:hover .pm-mega,
.pm-nav-item:focus-within .pm-mega,
.pm-nav-item.is-open .pm-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pm-mega-menu,
.pm-mega-menu * {
  box-sizing: border-box;
}
.pm-mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 48px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.pm-mega a,
.pm-mega-item {
  min-width: 0;
  max-width: 100%;
  text-align: left;
  border-radius: 12px;
  padding: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
}
.pm-mega a:hover {
  background: var(--soft);
}
.pm-mega-icon {
  background: var(--navy);
  color: var(--gold);
  border-radius: 14px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  place-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.pm-mega-content {
  min-width: 0;
  max-width: 100%;
}
.pm-mega-content h4 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  white-space: normal;
}
.pm-mega-content p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
  overflow-wrap: break-word;
  white-space: normal;
}
.pm-actions,
.pm-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.pm-icon-btn,
.pm-hamb {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  color: var(--navy);
}
.pm-icon-btn sup {
  position: absolute;
  top: -7px;
  right: -7px;
  background: var(--gold);
  color: #fff;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  font-size: 10px;
  padding: 0 4px;
}
.pm-quote,
.pm-btn {
  border: 1px solid transparent;
  background: var(--navy);
  color: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 950;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.pm-quote {
  background: var(--gold);
  padding: 13px 18px;
}
.pm-btn.gold {
  background: var(--gold);
}
.pm-btn.light {
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
}
.pm-hamb {
  display: none;
}
.pm-hero,
.pm-page-hero {
  background: var(--navy) center/cover;
  background-repeat: no-repeat;
  color: #fff;
}
.pm-hero {
  min-height: 610px;
  display: flex;
  align-items: center;
}
.pm-page-hero {
  padding: 110px 0;
}
.pm-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: var(--gold2);
}
.pm-app h1,
.pm-app h2,
.pm-app h3,
.pm-app p {
  margin-top: 0;
}
.pm-hero h1,
.pm-page-hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: .96;
  letter-spacing: -2.3px;
  margin: 14px 0 20px;
  max-width: 850px;
  color: #fff;
}
.pm-hero h1 span,
.pm-page-hero h1 span {
  color: var(--gold2);
}
.pm-hero p,
.pm-page-hero p {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,.86);
  max-width: 650px;
}
.pm-crumb {
  font-size: 13px;
  color: #ccd5e2;
  margin-bottom: 22px;
}
.pm-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pm-trust {
  margin-top: -46px;
  position: relative;
  z-index: 3;
}
.pm-trustgrid {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}
.pm-trustitem {
  padding: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--line);
}
.pm-trustitem:last-child {
  border-right: 0;
}
.pm-trustitem i {
  color: var(--gold);
}
.pm-trustitem b {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.pm-trustitem small {
  color: var(--muted);
}
.pm-block {
  padding: 78px 0;
}
.pm-soft {
  background: #fbfbfc;
}
.pm-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}
.pm-section-head h2,
.pm-app h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 7px 0 0;
}
.pm-section-head p {
  color: var(--muted);
  max-width: 650px;
  line-height: 1.7;
}
.pm-grid {
  display: grid;
  gap: 24px;
}
.pm-cols4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pm-cols3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pm-cols2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pm-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(6,21,36,.07);
  transition: .25s;
}
.pm-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.pm-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center center;
}
.pm-card-body {
  padding: 24px;
}
.pm-badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--gold2);
  display: grid;
  place-items: center;
  margin: -52px 0 16px;
  border: 4px solid #fff;
  position: relative;
}
.pm-card h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.pm-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.pm-card button,
.pm-link {
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 950;
  cursor: pointer;
  padding: 0;
}
.pm-stats {
  background: var(--navy);
  color: #fff;
}
.pm-statwrap {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}
.pm-stat {
  border-left: 1px solid rgba(255,255,255,.14);
  padding-left: 28px;
}
.pm-stat strong {
  font-size: 46px;
  display: block;
}
.pm-stat small,
.pm-stats p {
  color: #c8d2df;
}
.pm-product {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
  box-shadow: 0 10px 28px rgba(6,21,36,.06);
}
.pm-product img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  object-position: center center;
  background: #f7f9fc;
  border-radius: 12px;
}
.pm-product h3 {
  font-size: 15px;
  margin: 12px 0 5px;
}
.pm-product small {
  color: var(--muted);
}
.pm-price {
  font-weight: 950;
  margin: 12px 0;
}
.pm-prod-actions {
  display: flex;
  gap: 8px;
}
.pm-prod-actions button {
  flex: 1;
  border: 0;
  background: var(--navy);
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  font-weight: 950;
  cursor: pointer;
}
.pm-prod-actions .cart {
  flex: 0 0 43px;
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}
.pm-split,
.pm-formbox,
.pm-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pm-split img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.pm-solution {
  background: linear-gradient(90deg, rgba(6,21,36,.98), rgba(6,21,36,.88)), var(--navy);
  color: #fff;
}
.pm-solution p,
.pm-solution .pm-features,
.pm-feature {
  color: #d8e1ee;
}
.pm-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.pm-muted-features {
  color: var(--muted);
}
.pm-statsbox,
.pm-values {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.pm-statsbox {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pm-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.pm-stat2,
.pm-value {
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.pm-value:last-child,
.pm-stat2:last-child {
  border-right: 0;
}
.pm-value .pm-icon {
  margin: 0 auto;
  color: var(--gold);
}
.pm-dark-value {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.pm-dark-value p {
  color: #cbd6e5;
}
.pm-app .pm-dark,
.pm-app .pm-section-dark,
.pm-app .pm-navy,
.pm-app .pm-stats,
.pm-app .pm-solution,
.pm-app .pm-footer,
.pm-app .pm-form,
.pm-app .pm-mobile-menu,
.pm-app [class*="dark"],
.pm-app [class*="navy"] {
  color: #fff;
}
.pm-app .pm-dark h1,
.pm-app .pm-dark h2,
.pm-app .pm-dark h3,
.pm-app .pm-dark h4,
.pm-app .pm-section-dark h1,
.pm-app .pm-section-dark h2,
.pm-app .pm-section-dark h3,
.pm-app .pm-section-dark h4,
.pm-app .pm-navy h1,
.pm-app .pm-navy h2,
.pm-app .pm-navy h3,
.pm-app .pm-navy h4,
.pm-app .pm-stats h1,
.pm-app .pm-stats h2,
.pm-app .pm-stats h3,
.pm-app .pm-stats h4,
.pm-app .pm-solution h1,
.pm-app .pm-solution h2,
.pm-app .pm-solution h3,
.pm-app .pm-solution h4,
.pm-app .pm-form h1,
.pm-app .pm-form h2,
.pm-app .pm-form h3,
.pm-app .pm-form h4,
.pm-app .pm-footer h1,
.pm-app .pm-footer h2,
.pm-app .pm-footer h3,
.pm-app .pm-footer h4 {
  color: #fff !important;
}
.pm-app .pm-dark p,
.pm-app .pm-dark li,
.pm-app .pm-dark span,
.pm-app .pm-dark small,
.pm-app .pm-section-dark p,
.pm-app .pm-section-dark li,
.pm-app .pm-section-dark span,
.pm-app .pm-section-dark small,
.pm-app .pm-navy p,
.pm-app .pm-navy li,
.pm-app .pm-navy span,
.pm-app .pm-navy small,
.pm-app .pm-stats p,
.pm-app .pm-stats li,
.pm-app .pm-stats span,
.pm-app .pm-stats small,
.pm-app .pm-solution p,
.pm-app .pm-solution li,
.pm-app .pm-solution span,
.pm-app .pm-solution small,
.pm-app .pm-form p,
.pm-app .pm-form li,
.pm-app .pm-form span,
.pm-app .pm-form small,
.pm-app .pm-footer p,
.pm-app .pm-footer li,
.pm-app .pm-footer span,
.pm-app .pm-footer small,
.pm-app .pm-footer a {
  color: rgba(255,255,255,.78) !important;
}
.pm-app .pm-dark .pm-muted,
.pm-app .pm-section-dark .pm-muted,
.pm-app .pm-navy .pm-muted,
.pm-app .pm-stats .pm-muted,
.pm-app .pm-solution .pm-muted,
.pm-app .pm-footer .pm-muted {
  color: rgba(255,255,255,.65) !important;
}
.pm-app .pm-dark .pm-eyebrow,
.pm-app .pm-section-dark .pm-eyebrow,
.pm-app .pm-navy .pm-eyebrow,
.pm-app .pm-stats .pm-eyebrow,
.pm-app .pm-solution .pm-eyebrow,
.pm-app .pm-footer .pm-eyebrow,
.pm-app .pm-dark .pm-accent,
.pm-app .pm-section-dark .pm-accent,
.pm-app .pm-navy .pm-accent,
.pm-app .pm-stats .pm-accent,
.pm-app .pm-solution .pm-accent,
.pm-app .pm-footer .pm-accent {
  color: var(--gold) !important;
}
.pm-app .pm-stats .pm-value:not(.pm-dark-value),
.pm-app .pm-stats .pm-card {
  background: transparent;
  border-color: rgba(255,255,255,.14);
}
.pm-app .pm-stats .pm-value h3,
.pm-app .pm-stats .pm-dark-value h3 {
  color: #fff !important;
}
.pm-app .pm-stats .pm-value p,
.pm-app .pm-stats .pm-dark-value p {
  color: #dde6f2 !important;
}
.pm-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.pm-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}
.pm-step b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
}
.pm-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pm-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}
.pm-form {
  background: var(--navy);
  color: #fff;
  border-radius: 18px;
  padding: 30px;
}
.pm-form p {
  color: #cbd6e5;
}
.pm-form label,
.pm-modal-card label {
  display: block;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 12px;
}
.pm-form input,
.pm-form textarea,
.pm-form select,
.pm-search-card input,
.pm-modal-card input,
.pm-modal-card textarea,
.pm-modal-card select {
  width: 100%;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.pm-form input,
.pm-form textarea,
.pm-form select {
  border-color: rgba(255,255,255,.17);
  background: #0b243d;
  color: #fff;
}
.pm-form label {
  color: #fff !important;
}
.pm-form input,
.pm-form textarea,
.pm-form select {
  color: #fff !important;
  caret-color: #fff;
}
.pm-form input::placeholder,
.pm-form textarea::placeholder {
  color: rgba(255,255,255,.68);
  opacity: 1;
}
.pm-form select option {
  color: #061524;
  background: #fff;
}
.pm-form .pm-form-result {
  color: #fff;
}
.pm-honeypot {
  display: none !important;
}
.pm-form-result {
  margin: 10px 0;
  font-weight: 800;
}
.pm-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  padding: 18px;
}
.pm-faq summary {
  font-weight: 900;
  cursor: pointer;
}
.pm-detail-list {
  display: grid;
  gap: 14px;
}
.pm-detail-list .item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
}
.pm-footer {
  background: var(--navy);
  color: #fff;
  padding: 58px 0 24px;
}
.pm-footgrid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 34px;
}
.pm-footer p,
.pm-footer a {
  color: #bcc8d6;
  font-size: 14px;
  line-height: 1.9;
}
.pm-copy {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  margin-top: 32px;
}
.pm-mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--navy);
  color: #fff;
  z-index: 80;
  padding: 24px;
  transform: translateX(100%);
  transition: .25s;
  overflow: auto;
}
.pm-mobile-menu.open {
  transform: translateX(0);
}
.pm-close {
  float: right;
  border: 0;
  background: transparent;
  color: #fff;
  width: 44px;
  height: 44px;
}
.pm-mobile-nav a {
  display: flex;
  gap: 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 17px 4px;
  color: #fff;
  font-weight: 900;
}
.pm-mobile-nav button.pm-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 17px 4px;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.pm-mobile-nav button.pm-mobile-toggle::after {
  content: "+";
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
}
.pm-mobile-nav button.pm-mobile-toggle.is-open::after {
  content: "-";
}
.pm-mobile-sub {
  padding: 8px 0 10px 18px;
  display: none;
}
.pm-mobile-sub.is-open {
  display: grid;
}
.pm-mobile-sub a {
  font-size: 13px;
  padding: 12px 4px;
  color: #dce5f1;
}
.pm-bottom {
  display: none;
}
.pm-panel,
.pm-modal {
  position: fixed;
  inset: 0;
  background: rgba(6,21,36,.75);
  z-index: 90;
  display: none;
  place-items: center;
  padding: 20px;
}
.pm-panel.open,
.pm-modal.open {
  display: grid;
}
.pm-search-panel {
  background: rgba(6,21,36,.72);
  backdrop-filter: blur(10px);
}
.pm-search-card,
.pm-modal-card {
  width: min(650px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 28px;
}
.pm-search-card {
  width: min(980px, calc(100vw - 40px));
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 34px 100px rgba(0,0,0,.34);
}
.pm-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.pm-modal-head button {
  border: 0;
  background: #f1f4f8;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
.pm-search-head h2 {
  margin-bottom: 0;
}
.pm-search-close {
  width: 48px !important;
  height: 48px !important;
  color: var(--navy);
  background: #fff !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 10px 28px rgba(6,21,36,.12);
  cursor: pointer;
  flex: 0 0 auto;
}
.pm-search-close:hover {
  background: var(--navy) !important;
  color: #fff;
}
.pm-search-input-wrap {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 16px;
  margin: 22px 0 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(6,21,36,.02);
}
.pm-search-input-wrap .pm-icon {
  color: var(--gold);
}
.pm-search-input-wrap input {
  border: 0 !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  outline: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 750;
}
.pm-search-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  min-height: 22px;
}
.pm-search-popular {
  margin: 16px 0 6px;
}
.pm-search-popular span {
  display: block;
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pm-search-popular div,
.pm-search-empty div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pm-search-popular button,
.pm-search-empty button {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--navy);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.pm-search-popular button:hover,
.pm-search-empty button:hover {
  background: var(--navy);
  color: #fff;
}
.pm-search-results {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
.pm-search-group {
  display: grid;
  gap: 10px;
}
.pm-search-group h3 {
  margin: 0;
  color: var(--navy);
  font-size: 13px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.pm-search-result {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: .2s;
}
.pm-search-result:hover,
.pm-search-result.is-active,
.pm-search-result:focus {
  outline: 0;
  border-color: rgba(211,154,58,.55);
  background: #fffaf2;
  box-shadow: 0 14px 36px rgba(6,21,36,.1);
}
.pm-search-result img {
  width: 76px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--soft);
}
.pm-search-result-body {
  min-width: 0;
}
.pm-search-result-body b {
  display: block;
  color: var(--navy);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.pm-search-result-body small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  margin: 4px 0;
}
.pm-search-result-body em {
  color: var(--gold);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}
.pm-search-result-side {
  display: grid;
  justify-items: end;
  gap: 7px;
  min-width: 142px;
}
.pm-search-result-side strong {
  color: var(--navy);
  font-weight: 950;
}
.pm-search-result-side i {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}
.pm-search-result-side span {
  color: var(--navy);
  font-size: 12px;
  font-weight: 950;
}
.pm-stock-available,
.pm-stock-browse {
  background: #e7f8ef;
  color: #08703f;
}
.pm-stock-limited,
.pm-stock-quote {
  background: #fff4de;
  color: #9b5d00;
}
.pm-stock-unavailable {
  background: #ffe8e8;
  color: #b42318;
}
.pm-search-empty {
  border: 1px dashed #d5dbe5;
  border-radius: 16px;
  background: var(--soft);
  padding: 26px;
  text-align: center;
}
.pm-search-empty > div:first-child {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--gold);
  margin: 0 auto 12px;
  font-weight: 950;
}
.pm-search-empty h3 {
  color: var(--navy);
  margin-bottom: 8px;
}
.pm-search-empty p {
  color: var(--muted);
  margin-bottom: 14px;
}
.pm-search-loading {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 26px;
}
.pm-search-loading span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  animation: pmPulse .8s infinite alternate;
}
.pm-search-loading span:nth-child(2) {
  animation-delay: .12s;
}
.pm-search-loading span:nth-child(3) {
  animation-delay: .24s;
}
@keyframes pmPulse {
  to {
    transform: translateY(-6px);
    opacity: .45;
  }
}
.pm-toast {
  position: fixed;
  right: 18px;
  bottom: 92px;
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  transform: translateY(120px);
  transition: .3s;
  z-index: 100;
}
.pm-toast.show {
  transform: translateY(0);
}
@media (max-width: 1280px) and (min-width: 1041px) {
  .pm-head-inner,
  .pm-header-inner {
    gap: 14px;
    grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
  }
  .pm-nav,
  .pm-desktop-nav {
    gap: 12px;
  }
  .pm-nav > a,
  .pm-nav-item > a {
    font-size: 11px;
  }
  .pm-quote {
    padding: 12px 14px;
  }
}
@media (max-width: 1040px) and (min-width: 769px) {
  .pm-head-inner,
  .pm-header-inner {
    gap: 10px;
    grid-template-columns: minmax(205px, auto) minmax(0, 1fr) auto;
  }
  .pm-logo b {
    font-size: 16px;
  }
  .pm-logo small {
    font-size: 8px;
    letter-spacing: .3px;
  }
  .pm-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .pm-nav,
  .pm-desktop-nav {
    display: flex;
    gap: 9px;
  }
  .pm-nav > a,
  .pm-nav-item > a {
    font-size: 9px;
    min-height: 44px;
  }
  .pm-actions,
  .pm-header-actions {
    gap: 6px;
  }
  .pm-icon-btn,
  .pm-hamb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .pm-quote {
    display: inline-flex;
    padding: 10px 9px;
    font-size: 10px;
  }
  .pm-hide-mobile {
    display: grid;
  }
  .pm-hamb {
    display: none;
  }
  .pm-mega,
  .pm-mega-menu {
    top: 116px;
    width: min(984px, calc(100vw - 40px));
    padding: 24px;
  }
  .pm-mega-menu-inner {
    gap: 20px 28px;
  }
  .pm-mega-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }
  .pm-mega-icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1040px) {
  .pm-hide-sm {
    display: none;
  }
  .pm-head-inner {
    height: 76px;
  }
  .pm-hero {
    min-height: 650px;
    align-items: end;
    padding-bottom: 44px;
  }
  .pm-trust {
    margin-top: 0;
  }
  .pm-trustgrid,
  .pm-cols4,
  .pm-cols3,
  .pm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pm-statwrap,
  .pm-split,
  .pm-story,
  .pm-formbox {
    grid-template-columns: 1fr;
  }
  .pm-stat {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    padding: 22px 0;
  }
  .pm-statsbox,
  .pm-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pm-timeline {
    grid-template-columns: 1fr;
  }
  .pm-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pm-footgrid {
    grid-template-columns: 1fr 1fr;
  }
  .pm-bottom {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: #fff;
    border-top: 1px solid var(--line);
    z-index: 40;
    box-shadow: 0 -12px 34px rgba(6,21,36,.08);
  }
  .pm-bottom a,
  .pm-bottom button {
    border: 0;
    background: #fff;
    font-size: 11px;
    font-weight: 900;
    color: #657184;
    display: grid;
    place-items: center;
    gap: 4px;
    min-width: 0;
    padding: 8px 2px;
  }
  .pm-bottom .pm-icon {
    color: var(--gold);
  }
  body.premiummerch-plugin-page {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 768px) {
  .pm-nav,
  .pm-desktop-nav,
  .pm-quote,
  .pm-hide-mobile {
    display: none !important;
  }
  .pm-hamb {
    display: grid;
  }
  .pm-head-inner,
  .pm-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  .pm-head .pm-container {
    width: min(100% - 16px, 1320px);
  }
  .pm-hero,
  .pm-page-hero {
    background-position: 58% center;
  }
  .pm-hero {
    min-height: 570px;
    align-items: end;
    padding: 120px 0 42px;
  }
  .pm-page-hero {
    min-height: 360px;
    display: flex;
    align-items: end;
    padding: 98px 0 54px;
  }
  .pm-logo {
    min-width: 0;
    overflow: hidden;
  }
  .pm-logo > span:last-child {
    min-width: 0;
    overflow: hidden;
  }
  .pm-logo b,
  .pm-logo small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .pm-container {
    width: min(100% - 28px, 1180px);
  }
}
@media (max-width: 560px) {
  .pm-top .pm-container {
    justify-content: center;
  }
  .pm-logo b {
    font-size: 18px;
  }
  .pm-logo small {
    font-size: 9px;
  }
  .pm-mark {
    width: 42px;
    height: 42px;
  }
  .pm-hero h1 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }
  .pm-hero p,
  .pm-page-hero p {
    font-size: 16px;
  }
  .pm-btns {
    display: grid;
  }
  .pm-btn {
    width: 100%;
  }
  .pm-trustgrid,
  .pm-cols4,
  .pm-cols3,
  .pm-cols2,
  .pm-product-grid,
  .pm-gallery,
  .pm-footgrid,
  .pm-values,
  .pm-statsbox {
    grid-template-columns: 1fr;
  }
  .pm-trustitem {
    padding: 16px 12px;
    text-align: center;
    display: block;
  }
  .pm-trustitem .pm-icon {
    margin: 0 auto 8px;
  }
  .pm-card img {
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }
  .pm-badge {
    margin: 0 0 12px;
  }
  .pm-card-body {
    padding: 17px;
  }
  .pm-product {
    display: grid;
    grid-template-columns: 34% 66%;
    gap: 12px;
    align-items: center;
  }
  .pm-product img {
    height: 118px;
    object-fit: contain;
    padding: 8px;
  }
  .pm-prod-actions {
    grid-column: 1 / 3;
  }
  .pm-section-head {
    display: block;
  }
  .pm-section-head h2 {
    font-size: 31px;
  }
  .pm-page-hero {
    padding: 78px 0;
  }
  .pm-split img {
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center center;
  }
  .pm-gallery img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .pm-features {
    grid-template-columns: 1fr;
  }
  .pm-stat2,
  .pm-value {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .pm-footer {
    padding-bottom: 34px;
  }
  .pm-modal-card,
  .pm-search-card {
    padding: 22px;
  }
  .pm-search-panel {
    align-items: stretch;
    justify-items: stretch;
    padding: 0;
  }
  .pm-search-card {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    padding: 18px 16px 92px;
  }
  .pm-search-head {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding-bottom: 12px;
  }
  .pm-search-head h2 {
    font-size: 24px;
  }
  .pm-search-close {
    width: 46px !important;
    height: 46px !important;
    background: var(--navy) !important;
    color: #fff !important;
  }
  .pm-search-input-wrap {
    position: sticky;
    top: 70px;
    z-index: 2;
    margin-top: 10px;
  }
  .pm-search-result {
    grid-template-columns: 62px minmax(0, 1fr);
  }
  .pm-search-result img {
    width: 62px;
    height: 58px;
  }
  .pm-search-result-side {
    grid-column: 1 / 3;
    grid-template-columns: auto auto auto;
    justify-items: start;
    align-items: center;
    min-width: 0;
  }
}
@media (max-width: 380px) {
  .pm-container {
    width: min(100% - 22px, 1180px);
  }
  .pm-logo b {
    font-size: 16px;
  }
  .pm-logo small {
    font-size: 8px;
    letter-spacing: .25px;
  }
  .pm-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
  .pm-hero {
    min-height: 540px;
    background-position: 62% center;
  }
  .pm-hero h1,
  .pm-page-hero h1 {
    font-size: 34px;
    letter-spacing: -.8px;
  }
  .pm-card-body {
    padding: 15px;
  }
  .pm-product {
    grid-template-columns: 1fr;
  }
  .pm-product img {
    width: 100%;
    height: 150px;
  }
  .pm-prod-actions {
    grid-column: auto;
  }
  .pm-bottom a,
  .pm-bottom button {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .pm-desktop-nav {
    display: none !important;
  }
  .pm-mobile-menu {
    overflow-y: auto;
    max-height: 100vh;
  }
  .pm-mobile-menu .pm-mega-menu,
  .pm-mobile-submenu,
  .pm-mobile-sub {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 0 10px 16px !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .pm-mobile-submenu .pm-mega-menu-inner,
  .pm-mobile-submenu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pm-mobile-sub {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pm-mobile-sub.is-open {
    display: grid !important;
  }
  .pm-mobile-submenu .pm-mega-item,
  .pm-mobile-sub .pm-mega-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 0;
  }
  .pm-mobile-submenu .pm-mega-icon,
  .pm-mobile-sub .pm-mega-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: var(--gold);
  }
  .pm-mobile-submenu h4,
  .pm-mobile-sub h4 {
    font-size: 13px;
    color: #fff;
  }
  .pm-mobile-submenu p,
  .pm-mobile-sub p {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255,255,255,.72);
  }
}

/* Final contrast guard: dark containers must never inherit black/navy text. */
.pm-app .pm-stats,
.pm-app .pm-solution,
.pm-app .pm-footer,
.pm-app .pm-form,
.pm-app .pm-mobile-menu {
  color: #fff !important;
}
.pm-app .pm-stats h1,
.pm-app .pm-stats h2,
.pm-app .pm-stats h3,
.pm-app .pm-stats h4,
.pm-app .pm-stats h5,
.pm-app .pm-stats h6,
.pm-app .pm-solution h1,
.pm-app .pm-solution h2,
.pm-app .pm-solution h3,
.pm-app .pm-solution h4,
.pm-app .pm-footer h1,
.pm-app .pm-footer h2,
.pm-app .pm-footer h3,
.pm-app .pm-footer h4,
.pm-app .pm-footer h5,
.pm-app .pm-footer h6,
.pm-app .pm-form h1,
.pm-app .pm-form h2,
.pm-app .pm-form h3,
.pm-app .pm-form h4 {
  color: #fff !important;
}
.pm-app .pm-stats p,
.pm-app .pm-stats li,
.pm-app .pm-stats small,
.pm-app .pm-stats .pm-section-head p,
.pm-app .pm-stats .pm-value p,
.pm-app .pm-solution p,
.pm-app .pm-solution li,
.pm-app .pm-solution small,
.pm-app .pm-footer p,
.pm-app .pm-footer li,
.pm-app .pm-footer small,
.pm-app .pm-footer a,
.pm-app .pm-form p,
.pm-app .pm-form label,
.pm-app .pm-form small {
  color: #dde6f2 !important;
}
.pm-app .pm-stats .pm-eyebrow,
.pm-app .pm-solution .pm-eyebrow,
.pm-app .pm-footer .pm-eyebrow,
.pm-app .pm-stats .pm-accent,
.pm-app .pm-solution .pm-accent,
.pm-app .pm-footer .pm-accent {
  color: var(--gold) !important;
}
.pm-app .pm-stats .pm-btn,
.pm-app .pm-solution .pm-btn,
.pm-app .pm-footer .pm-btn,
.pm-app .pm-form .pm-btn {
  color: #fff !important;
}
.pm-app .pm-stats .pm-btn.light,
.pm-app .pm-solution .pm-btn.light {
  color: var(--navy) !important;
}
