.pth-header,
.pth-header *,
.pth-mobile-drawer,
.pth-mobile-drawer * { box-sizing: border-box; }

.pth-header {
  position: relative;
  z-index: 99980;
  width: 100%;
  color: #11161d;
  background: rgba(255,255,255,.98);
  box-shadow: none;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: box-shadow 220ms ease;
}

.pth-header.is-sticky { position: sticky; top: 0; }
.admin-bar .pth-header.is-sticky { top: 32px; }
.pth-header.is-scrolled { box-shadow: 0 12px 36px rgba(17,22,29,.12); }
.pth-header a,
.pth-mobile-drawer a { color: inherit; text-decoration: none; }
.pth-header button,
.pth-header input,
.pth-mobile-drawer button { font: inherit; }
.pth-header button,
.pth-header a,
.pth-header input,
.pth-mobile-drawer button,
.pth-mobile-drawer a { -webkit-tap-highlight-color: transparent; }
.pth-icon { display: block; flex: 0 0 auto; }
.pth-safe { width: min(calc(100% - clamp(40px, 7vw, 128px)), var(--pth-safe-width, 1440px)); margin-inline: auto; }

.pth-announcement-bar {
  height: 30px;
  overflow: hidden;
  color: #f8fafc;
  background: var(--pth-announcement-bg, #141b22);
  transition: height 220ms ease, opacity 180ms ease;
}
.pth-announcement-inner {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.pth-announcement-copy {
  position: relative;
  min-width: 0;
  height: 18px;
  flex: 1;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}
.pth-announcement-copy > span {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 280ms ease;
}
.pth-announcement-copy > span.is-active { opacity: 1; transform: translateY(0); }
.pth-announcement-socials { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.pth-announcement-socials > span {
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #c8ced5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}
.pth-announcement-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #dce1e7;
  transition: color 150ms ease, transform 150ms ease;
}
.pth-announcement-socials a:hover,
.pth-announcement-socials a:focus-visible { color: #fff; transform: translateY(-1px); }

.pth-commerce-row {
  position: relative;
  z-index: 6;
  overflow: visible;
  border-bottom: 1px solid #e5e8ec;
  background: #fff;
}
.pth-commerce-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(170px,1fr) minmax(360px,500px) minmax(300px,1fr);
  align-items: center;
  gap: clamp(18px,2vw,34px);
  transition: min-height 220ms ease;
}
.pth-brand { width: 120px; display: inline-flex; align-items: center; justify-self: start; }
.pth-brand img { display: block; width: 100%; height: auto; }
.pth-brand strong { font-size: 16px; }
.pth-search {
  width: clamp(360px,34vw,500px);
  height: 48px;
  justify-self: center;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding-left: 17px;
  border: 1px solid #ccd2d9;
  border-radius: 12px;
  color: #4f5966;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17,22,29,.03);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.pth-search:focus-within { border-color: var(--pth-accent-strong); box-shadow: 0 0 0 3px color-mix(in srgb, var(--pth-accent) 13%, transparent); }
.pth-search input[type="search"] {
  min-width: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #11161d;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}
.pth-search input::placeholder { color: #9aa2ac; }
.pth-search button {
  align-self: stretch;
  min-width: 105px;
  padding: 0;
  border: 0;
  border-radius: 0 10px 10px 0;
  color: #fff;
  background: var(--pth-accent);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: background 150ms ease;
}
.pth-search button:hover,
.pth-search button:focus-visible { color: #fff; background: var(--pth-dark); }

.pth-utilities {
  position: relative;
  z-index: 8;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.pth-header .pth-utility {
  position: relative;
  min-width: 42px;
  height: 42px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  color: #26303a!important;
  background: transparent!important;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}
.pth-header .pth-utility:hover,
.pth-header .pth-utility:focus-visible { color: #11161d!important; background: #f2f4f6!important; transform: translateY(-1px); }
.pth-utility[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 40;
  padding: 6px 8px;
  border-radius: 6px;
  color: #fff;
  background: rgba(20,27,34,.98);
  box-shadow: 0 8px 22px rgba(20,27,34,.24);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,-4px);
  transition: opacity 140ms ease, transform 140ms ease;
}
.pth-utility[data-tooltip]:hover::after,
.pth-utility[data-tooltip]:focus-visible::after { opacity: 1; transform: translate(-50%,0); }
.pth-header .pth-cart-button { padding-inline: 9px 6px; color: #26303a!important; background: transparent!important; }
.pth-header .pth-cart-button:hover,
.pth-header .pth-cart-button:focus-visible { color: #11161d!important; background: #f2f4f6!important; }
.pth-cart-summary { display: inline-flex; align-items: center; gap: 10px; }
.pth-cart-icon-wrap { position: relative; display: inline-flex; }
.pth-cart-badge {
  position: absolute;
  top: -9px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #11161d;
  background: var(--pth-accent);
  font-size: 10px;
  font-weight: 800;
  line-height: 1!important;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.pth-cart-total {
  padding-left: 7px;
  border-left: 1px solid #e5e8ec;
  color: #252d36;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.pth-cart-total .woocommerce-Price-currencySymbol { margin-right: 2px; }
.pth-header .pth-menu-toggle { display: none!important; }

.pth-product-nav {
  position: relative;
  z-index: 3;
  height: 47px;
  border: 0;
  background: var(--pth-product-nav-bg, #f3f4f6);
  transition: height 220ms ease, opacity 180ms ease;
}
.pth-product-nav-inner { height: 47px; display: flex; align-items: center; justify-content: flex-start; }
.pth-product-links { width: auto; min-width: 0; display: flex; align-items: center; justify-content: flex-start; gap: clamp(8px,.75vw,14px); }
.pth-desktop-item {
  height: 46px;
  padding: 0 clamp(6px,.6vw,11px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--pth-product-nav-color, #303944)!important;
  background: transparent;
  font-size: 12px!important;
  font-weight: 650!important;
  line-height: 1.2!important;
  letter-spacing: 0!important;
  text-transform: none!important;
  white-space: nowrap;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease;
}
.pth-desktop-item:hover,
.pth-desktop-item:focus-visible,
.pth-desktop-item.is-active { color: var(--pth-accent-strong)!important; border-bottom-color: var(--pth-accent); }
.pth-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  padding-block: 20px;
  border-top: 1px solid #e5e8ec;
  background: rgba(255,255,255,.985);
  box-shadow: 0 24px 50px rgba(17,22,29,.13);
  animation: pth-mega-in 180ms ease both;
}
.pth-mega-panel[hidden] { display: none!important; }
@keyframes pth-mega-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.pth-mega-inner { display: grid; grid-template-columns: minmax(190px,235px) minmax(0,1fr); align-items: start; gap: 28px; }
.pth-mega-intro h2 { margin: 0 0 7px; padding: 0; color: #11161d; font-size: 20px; line-height: 1.15; letter-spacing: -.03em; }
.pth-mega-intro p { margin: 0 0 17px; color: #66707d; font-size: 11px; line-height: 1.45; }
.pth-view-all { display: inline-flex; align-items: center; gap: 6px; color: #11161d; font-size: 12px; font-weight: 600!important; line-height: 1.4!important; transition: color 140ms ease; }
.pth-view-all .pth-icon { color: var(--pth-accent-strong); transition: color 140ms ease, transform 140ms ease; }
.pth-view-all:hover,
.pth-view-all:focus-visible,
.pth-view-all:hover .pth-icon,
.pth-view-all:focus-visible .pth-icon { color: var(--pth-accent-strong); }
.pth-view-all:hover .pth-icon,
.pth-view-all:focus-visible .pth-icon { transform: translateX(2px); }
.pth-mega-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-content: start; gap: 7px; }
.pth-mega-links a {
  min-height: 58px;
  padding: 6px 9px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border-radius: 10px;
  color: #3d4651;
  font-size: 12px;
  font-weight: 560;
  line-height: 1.63!important;
  transition: color 140ms ease, background 140ms ease;
}
.pth-mega-links a:hover,
.pth-mega-links a:focus-visible { color: var(--pth-accent-strong); background: #f4f5f7; }
.pth-sub-thumb {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  overflow: hidden;
  border: 1px solid #e7e9ec;
  border-radius: 12px;
  color: #7c6409;
  background: #fff;
}
.pth-sub-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.pth-sub-thumb.is-fallback { background: #f7f3e6; }

.pth-service-nav {
  position: relative;
  z-index: 4;
  height: 50px;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
  background: #fff;
  transition: height 220ms ease, opacity 180ms ease;
}
.pth-service-nav-inner { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 0; }
.pth-service-links { min-width: 0; display: flex; align-items: center; }
.pth-service-home { height: 49px; padding: 0 clamp(6px,.6vw,11px); display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--pth-accent-strong)!important; background: transparent; transition: color 140ms ease; }
.pth-service-home:hover,
.pth-service-home:focus-visible { color: var(--pth-accent)!important; }
.pth-service-separator { margin-inline: clamp(15px,1.7vw,28px); color: #c8cdd3; font-size: 14px; font-weight: 300; }
.pth-secondary-item {
  height: 49px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  color: #303944!important;
  background: transparent;
  font-size: 12px!important;
  font-weight: 650!important;
  line-height: 1.2!important;
  letter-spacing: 0!important;
  text-transform: none!important;
  white-space: nowrap;
  cursor: pointer;
  transition: color 140ms ease;
}
.pth-secondary-item:hover,
.pth-secondary-item:focus-visible,
.pth-secondary-item.is-active { color: var(--pth-accent-strong)!important; }
.pth-course-panel { padding-block: 18px; }
.pth-course-panel .pth-mega-inner { grid-template-columns: minmax(220px,260px) minmax(0,1fr); align-items: center; }
.pth-course-panel .pth-mega-links { grid-template-columns: repeat(5,minmax(0,1fr)); }
.pth-course-panel .pth-mega-links a { font-size: 12px!important; font-weight: 560; }

.pth-campaign-slot { margin-left: 24px; display: flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; }
.pth-top-label,
.pth-drawer-campaign-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #4a535e;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  white-space: nowrap;
}
.pth-seasonal-button {
  min-height: 31px;
  padding-inline: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  color: var(--pth-campaign-text)!important;
  background: var(--pth-campaign-bg);
  box-shadow: 0 3px 12px color-mix(in srgb,var(--pth-campaign-bg) 28%,transparent);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .015em;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.pth-seasonal-button:hover,
.pth-seasonal-button:focus-visible { color: var(--pth-campaign-text)!important; transform: translateY(-1px); box-shadow: 0 5px 15px color-mix(in srgb,var(--pth-campaign-bg) 34%,transparent); }
/* Keep the desktop campaign compact after the global seasonal controller
   applies the selected campaign's colors, text and icon directly. */
.pth-campaign-slot .pth-seasonal-button {
  min-height: 31px!important;
  padding: 0 12px!important;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif!important;
  font-size: 10px!important;
  font-weight: 650!important;
  line-height: 1!important;
  letter-spacing: .015em!important;
  text-transform: uppercase!important;
  white-space: nowrap!important;
}
.pth-campaign-slot .pth-seasonal-button > * {
  margin-block: 0!important;
  line-height: inherit!important;
  vertical-align: middle!important;
}
.pth-campaign-slot .pth-seasonal-button > :first-child {
  font-family: inherit!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  letter-spacing: inherit!important;
  text-transform: inherit!important;
}
.pth-campaign-slot .pth-seasonal-button > * + * {
  margin-left: 3px!important;
  font-size: 14px!important;
  line-height: 1!important;
}

.pth-header.is-scrolled .pth-announcement-bar,
.pth-header.is-scrolled .pth-product-nav,
.pth-header.is-scrolled .pth-service-nav { height: 0; border-width: 0; opacity: 0; pointer-events: none; }
.pth-header.is-scrolled .pth-commerce-inner { min-height: 64px; }
.pth-header.is-scrolled .pth-brand { width: 90px; }
.pth-header.is-scrolled .pth-search { height: 42px; }

.pth-mobile-drawer,
.pth-drawer-backdrop { display: none; }
body.pth-drawer-lock { overflow: hidden!important; }
.pth-admin-message { padding: 12px; border-left: 4px solid #e4b100; background: #fff; }

@media (max-width: 1180px) and (min-width: 1024px) {
  .pth-safe { width: calc(100% - 40px); }
  .pth-commerce-inner { gap: 17px; }
  .pth-search { width: clamp(330px,34vw,430px); }
  .pth-brand { width: 101px; }
  .pth-cart-total { display: none; }
  .pth-desktop-item { gap: 5px; padding-inline: 4px; }
  .pth-campaign-slot { gap: 6px; }
  .pth-seasonal-button { padding-inline: 10px; font-size: 9px; }
}

@media (max-width: 1023px) {
  .pth-safe { width: calc(100% - 40px); }
  .pth-commerce-inner {
    min-height: 132px;
    padding-block: 10px 12px;
    grid-template-columns: 140px 1fr;
    grid-template-rows: 54px 48px;
    gap: 8px 18px;
  }
  .pth-brand { width: 125px; }
  .pth-search { width: 100%; justify-self: stretch; grid-column: 1 / -1; grid-row: 2; height: 48px; }
  .pth-utilities { margin-left: 0; justify-self: stretch; justify-content: flex-end; gap: 8px; grid-column: 2; grid-row: 1; }
  .pth-header .pth-menu-toggle {
    width: auto;
    min-width: 92px;
    padding-inline: 13px;
    display: inline-flex!important;
    margin-left: 3px;
    gap: 8px;
    color: #fff!important;
    background: var(--pth-accent)!important;
    font-size: 12px!important;
    font-weight: 750!important;
  }
  .pth-header .pth-menu-toggle:hover,
  .pth-header .pth-menu-toggle:focus-visible { color: #fff!important; background: var(--pth-dark)!important; }
  .pth-product-nav,
  .pth-service-nav { display: none; }
  .pth-header.is-scrolled .pth-announcement-bar { height: 0; }
  .pth-header.is-scrolled .pth-commerce-inner { min-height: 64px; padding-block: 5px; grid-template-columns: 116px 1fr; grid-template-rows: 54px; }
  .pth-header.is-scrolled .pth-brand { width: 103px; }
  .pth-header.is-scrolled .pth-search { display: none; }

  .pth-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99988;
    display: block;
    background: rgba(6,9,12,.46);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(3px);
    transition: opacity 200ms ease;
  }
  .pth-drawer-backdrop.is-visible { opacity: 1; pointer-events: auto; }
  .pth-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    width: min(430px,92vw);
    padding-bottom: 30px;
    display: block;
    overflow-y: auto;
    color: #11161d;
    background: #fff;
    box-shadow: -24px 0 60px rgba(17,22,29,.2);
    font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
    transform: translateX(105%);
    transition: transform 240ms cubic-bezier(.22,.8,.24,1);
  }
  .pth-mobile-drawer.is-open { transform: translateX(0); }
  .pth-drawer-head { height: 72px; padding: 13px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5e8ec; }
  .pth-drawer-head img { width: 116px; height: auto; }
  .pth-drawer-head button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 10px; color: #fff; background: var(--pth-accent); cursor: pointer; }
  .pth-drawer-campaign-row { margin: 14px 16px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; gap: 7px; }
  .pth-drawer-campaign-label { text-align: center; }
  .pth-drawer-campaign {
    min-height: 60px;
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2 / 4;
    border-radius: 28px;
    color: var(--pth-campaign-text)!important;
    background: var(--pth-campaign-bg);
    box-shadow: 0 3px 12px color-mix(in srgb,var(--pth-campaign-bg) 25%,transparent);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .pth-drawer-quick { margin: 0 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
  .pth-drawer-quick a { min-height: 65px; padding: 9px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid #e5e8ec; border-radius: 12px; color: #3c4651; font-size: 10px; font-weight: 650; }
  .pth-drawer-home { margin-top: 19px; padding: 5px 16px; border-top: 8px solid var(--pth-soft); }
  .pth-drawer-section { padding: 15px 16px 6px; border-top: 8px solid var(--pth-soft); }
  .pth-drawer-section:last-of-type { padding-bottom: 22px; }
  .pth-drawer-title { margin: 0 8px 8px; display: flex; align-items: center; gap: 7px; color: #8a929b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .pth-drawer-title .pth-icon { color: var(--pth-accent-strong); }
  .pth-drawer-row {
    width: 100%;
    min-height: 48px;
    padding: 0 8px;
    display: grid;
    grid-template-columns: 26px 1fr auto;
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid #eef0f2;
    color: #2d3640!important;
    background: transparent;
    text-align: left;
    font-size: 13px!important;
    font-weight: 650!important;
    line-height: 1.2!important;
    cursor: pointer;
  }
  .pth-drawer-row.is-secondary { grid-template-columns: 1fr auto; }
  .pth-drawer-row--split { padding-right: 0; cursor: default; }
  .pth-drawer-category-link { min-width: 0; align-self: stretch; display: flex; align-items: center; color: inherit!important; }
  .pth-drawer-category-link:hover,
  .pth-drawer-category-link:focus-visible { color: var(--pth-accent-strong)!important; }
  .pth-drawer-accordion-toggle { width: 68px; min-width: 68px; height: 56px; padding: 0; display: grid; place-items: center; align-self: stretch; border: 0; border-radius: 0; color: inherit; background: transparent; cursor: pointer; touch-action: manipulation; }
  .pth-drawer-accordion-toggle:hover,
  .pth-drawer-accordion-toggle:focus-visible { color: var(--pth-accent-strong); background: transparent; box-shadow: none; outline: none; }
  .pth-drawer-row.is-active { color: var(--pth-accent-strong)!important; }
  .pth-drawer-row.is-active .pth-icon { color: inherit; }
  .pth-drawer-row .pth-accordion-caret { transition: transform 160ms ease; }
  .pth-drawer-accordion-toggle[aria-expanded="true"] .pth-accordion-caret { transform: rotate(180deg); }
  .pth-drawer-home .pth-drawer-row,
  .pth-drawer-section > .pth-drawer-row:last-child,
  .pth-drawer-section > .pth-drawer-accordion:last-child > .pth-drawer-row,
  .pth-drawer-submenu a:last-child { border-bottom: 0; }
  .pth-drawer-submenu { padding: 4px 0 8px 30px; background: #fff; }
  .pth-drawer-submenu[hidden] { display: none!important; }
  .pth-drawer-submenu a { min-height: 50px; padding-inline: 8px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 9px; border-bottom: 1px solid #eef0f2; color: #5a6470!important; font-size: 12px!important; font-weight: 500!important; line-height: 1.63!important; }
  .pth-drawer-thumb { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; border: 1px solid #e7e9ec; border-radius: 10px; color: #7c6409; background: #fff; }
  .pth-drawer-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .pth-drawer-thumb.is-fallback { background: #f7f3e6; }
  .pth-drawer-socials { margin: 0; padding: 18px 24px 22px; display: block; border-top: 8px solid var(--pth-soft); }
  .pth-drawer-socials > span { display: block; color: #6f7781; font-size: 9px; font-weight: 800; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
  .pth-drawer-socials > div { margin-top: 12px; display: flex; align-items: center; gap: 12px; }
  .pth-drawer-socials a { width: 26px; height: 26px; display: grid; place-items: center; color: var(--pth-dark); background: transparent; transition: color 140ms ease, transform 140ms ease; }
  .pth-drawer-socials a:hover,
  .pth-drawer-socials a:focus-visible { color: var(--pth-accent-strong); transform: translateY(-1px); }
}

@media (max-width: 767px) {
  .admin-bar .pth-header.is-sticky { top: 46px; }
  .pth-safe { width: calc(100% - 28px); }
  .pth-announcement-bar,
  .pth-announcement-inner { height: 28px; }
  .pth-announcement-inner { gap: 8px; }
  .pth-announcement-copy { font-size: 10px; }
  .pth-announcement-socials { gap: 0; }
  .pth-announcement-socials > span { display: none; }
  .pth-announcement-socials a { width: 24px; height: 28px; }
  .pth-header .pth-commerce-inner { min-width: 0; min-height: 122px; padding-block: 7px 9px; grid-template-columns: 94px minmax(0,1fr); grid-template-rows: 51px 47px; gap: 7px 8px; }
  .pth-header .pth-brand { width: 94px; }
  .pth-header .pth-search { min-width: 0; max-width: 100%; }
  .pth-header .pth-utilities { min-width: 0; max-width: 100%; gap: 4px; }
  .pth-header .pth-account,
  .pth-header .pth-favorites { display: none!important; }
  .pth-header .pth-utility { min-width: 34px; width: 34px; height: 40px; padding: 0!important; gap: 6px; border-radius: 9px; }
  .pth-header .pth-utility .pth-icon { width: 21px; height: 21px; }
  .pth-utility[data-tooltip]::after { display: none; }
  .pth-header .pth-cart-button { width: auto; min-width: 66px; padding-inline: 3px!important; gap: 6px; }
  .pth-cart-summary { gap: 6px; }
  .pth-cart-total { display: inline; padding-left: 5px; font-size: 9px; }
  .pth-cart-badge { top: -7px; right: -7px; }
  .pth-header .pth-menu-toggle { width: auto; min-width: 86px; padding-inline: 13px!important; margin-left: 6px; }
  .pth-search { height: 47px; padding-left: 13px; gap: 8px; border-radius: 10px; }
  .pth-search input[type="search"] { font-size: 12px; }
  .pth-header .pth-search button { min-width: 86px; border-radius: 0 9px 9px 0; font-size: 12px!important; }
  .pth-header.is-scrolled .pth-commerce-inner { min-height: 58px; grid-template-columns: 96px 1fr; grid-template-rows: 48px; }
  .pth-header.is-scrolled .pth-brand { width: 89px; }
}

@media (max-width: 365px) {
  .pth-safe { width: calc(100% - 20px); }
  .pth-header .pth-commerce-inner { grid-template-columns: 80px minmax(0,1fr); gap-inline: 6px; }
  .pth-header .pth-brand { width: 80px; }
  .pth-header .pth-utility { min-width: 32px; width: 32px; }
  .pth-header .pth-cart-button { width: 58px; min-width: 58px; }
  .pth-header .pth-menu-toggle { min-width: 82px; padding-inline: 11px!important; margin-left: 5px; }
  .pth-cart-total { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pth-header *,
  .pth-header *::before,
  .pth-header *::after,
  .pth-mobile-drawer *,
  .pth-mobile-drawer *::before,
  .pth-mobile-drawer *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
