/* Theme-derived shared Connect chrome. Theme rem lengths resolve at 10px; the page root is unchanged. */
panchrome-connect-header,panchrome-connect-footer{
  --pc-red: rgb(222, 75, 48);
  --pc-orange: #f48c34;
  --pc-yellow: #fddd4a;
  --pc-green: #47b256;
  --pc-blue: #0093d3;
  --pc-pink: #ffbcce;
  --pc-teal: #00b0ba;
  --pc-black: #000000;
  --pc-white: #f5f5f5;

--color-foreground:0,0,0;--color-background:255,255,255;--font-body-family:"Helvetica Neue",Helvetica,Arial,sans-serif;--font-heading-family:var(--font-body-family);--font-body-scale:1;--font-heading-scale:1;--font-body-weight:400;--font-heading-weight:400;--page-width:1200px;--inputs-border-width:1px;--inputs-border-opacity:.55;--inputs-radius:0px;--inputs-shadow-opacity:0;display:block;flex-shrink:0;width:100%;font-size:15px;line-height:1.8;color:#000;font-family:var(--font-body-family);letter-spacing:0;}
panchrome-connect-header{position:sticky;top:0;z-index:1000;min-height:82px;background:white;}
panchrome-connect-header *,panchrome-connect-footer *{box-sizing:border-box;}
panchrome-connect-header a,panchrome-connect-footer a{text-decoration:none;}
panchrome-connect-header button,panchrome-connect-header input{font:inherit;}
panchrome-connect-header summary{list-style:none;cursor:pointer;}
panchrome-connect-header summary::-webkit-details-marker{display:none;}
panchrome-connect-header .icon{display:inline-block;vertical-align:middle;width:20px;height:20px;}
panchrome-connect-header .header{display:grid;align-items:center;}
panchrome-connect-header .header__heading-link{display:inline-block;padding:7.5px;text-decoration:none;}
panchrome-connect-header .header__icons{display:flex;align-items:center;}
panchrome-connect-header .header__icon{display:flex;align-items:center;justify-content:center;}
panchrome-connect-header .page-width{margin:0 auto;padding:0 15px;}
panchrome-connect-header .section-header{position:relative;}
panchrome-connect-header .header__heading-logo{aspect-ratio:auto;}
panchrome-connect-header .page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 15px;
}

panchrome-connect-header .page-width.drawer-menu {
  max-width: 100%;
}

panchrome-connect-header .page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

panchrome-connect-header .utility-bar__grid.page-width {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 750px) {
  panchrome-connect-header .page-width {
    padding: 0 50px;
  }

  panchrome-connect-header .header.page-width,
  panchrome-connect-header .utility-bar__grid.page-width {
    padding-left: 32px;
    padding-right: 32px;
  }

  panchrome-connect-header .page-width--narrow {
    padding: 0 90px;
  }

  panchrome-connect-header .page-width-desktop {
    padding: 0;
  }

  panchrome-connect-header .page-width-tablet {
    padding: 0 50px;
  }
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .header:not(.drawer-menu).page-width {
    padding-left: 50px;
    padding-right: 50px;
  }

  panchrome-connect-header .page-width--narrow {
    max-width: 726px;
    padding: 0;
  }

  panchrome-connect-header .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 50px;
  }
}

panchrome-connect-header .hidden {
  display: none !important;
}

panchrome-connect-header .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

panchrome-connect-header .visually-hidden--inline {
  margin: 0;
  height: 1em;
}

panchrome-connect-header .customer .field input,
panchrome-connect-header .field__input {
  font-size: 13px;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.4px;
}

panchrome-connect-header .link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 14px;
  font-family: inherit;
}

panchrome-connect-header .link-with-icon .icon {
  width: 15px;
  margin-left: 10px;
}

panchrome-connect-header .focus-inset:focus-visible {
  outline: 2px solid rgba(var(--color-foreground), 0.5);
  outline-offset: -2px;
  box-shadow: 0 0 2px 0 rgba(var(--color-foreground), 0.3);
}

panchrome-connect-header .focused.focus-inset,
panchrome-connect-header .no-js .focus-inset:focus {
  outline: 2px solid rgba(var(--color-foreground), 0.5);
  outline-offset: -2px;
  box-shadow: 0 0 2px 0 rgba(var(--color-foreground), 0.3);
}

panchrome-connect-header .no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

panchrome-connect-header .title .link {
  font-size: inherit;
}

panchrome-connect-header .share-button__close:not(.hidden)+.share-button__copy {
  display: none;
}

panchrome-connect-header .field:not(:focus-visible):not(.focused)+.share-button__copy:not(:focus-visible):not(.focused),
panchrome-connect-header .field:not(:focus-visible):not(.focused)+.share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

panchrome-connect-header .share-button__fallback .field:after,
panchrome-connect-header .share-button__fallback .field:before {
  content: none;
}

panchrome-connect-header .share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

panchrome-connect-header .share-button__fallback .field__input:focus,
panchrome-connect-header .share-button__fallback .field__input:-webkit-autofill {
  outline: 2px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1px;
  box-shadow: 0 0 0 1px rgb(var(--color-background)), 0 0 5px 4px rgba(var(--color-foreground), 0.3);
}

panchrome-connect-header .share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

panchrome-connect-header .share-button__fallback .field__input:hover {
  box-shadow: none;
}

panchrome-connect-header .share-button__fallback .icon {
  width: 15px;
  height: 15px;
}

panchrome-connect-header .share-button__message:not(:empty):not(.hidden)~* {
  display: none;
}
panchrome-connect-header .field__input,
panchrome-connect-header .customer .field input {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 45px;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(70px + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

panchrome-connect-header .field:before,
panchrome-connect-header .customer .field:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

panchrome-connect-header .field:after,
panchrome-connect-header .customer .field:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 1px solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

panchrome-connect-header .field:hover.field:after,
panchrome-connect-header .customer .field:hover.field:after {
  box-shadow: 0 0 0 calc(1px + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

panchrome-connect-header .field__input:focus-visible,
panchrome-connect-header .customer .field input:focus-visible {
  box-shadow: 0 0 0 calc(1px + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

panchrome-connect-header .field__input:focus,
panchrome-connect-header .customer .field input:focus {
  box-shadow: 0 0 0 calc(1px + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

panchrome-connect-header .field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

panchrome-connect-header .customer .field {
  display: flex;
}

panchrome-connect-header .field__input,
panchrome-connect-header .customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 15px;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

panchrome-connect-header .field__label,
panchrome-connect-header .customer .field label {
  font-size: 16px;
  left: calc(var(--inputs-border-width) + 20px);
  top: calc(10px + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 1px;
  line-height: 1.5;
}

panchrome-connect-header .field__input:focus~.field__label,
panchrome-connect-header .field__input:not(:placeholder-shown)~.field__label,
panchrome-connect-header .field__input:-webkit-autofill~.field__label,
panchrome-connect-header .customer .field input:focus~label,
panchrome-connect-header .customer .field input:not(:placeholder-shown)~label,
panchrome-connect-header .customer .field input:-webkit-autofill~label {
  font-size: 10px;
  top: calc(var(--inputs-border-width) + 5px);
  left: calc(var(--inputs-border-width) + 20px);
  letter-spacing: 0.4px;
}

panchrome-connect-header .field__input:focus,
panchrome-connect-header .field__input:not(:placeholder-shown),
panchrome-connect-header .field__input:-webkit-autofill,
panchrome-connect-header .customer .field input:focus,
panchrome-connect-header .customer .field input:not(:placeholder-shown),
panchrome-connect-header .customer .field input:-webkit-autofill {
  padding: 22px 15px 8px 20px;
  margin: var(--inputs-border-width);
}

panchrome-connect-header .field__input::-webkit-search-cancel-button,
panchrome-connect-header .customer .field input::-webkit-search-cancel-button {
  display: none;
}

panchrome-connect-header .field__input::placeholder,
panchrome-connect-header .customer .field input::placeholder {
  opacity: 0;
}

panchrome-connect-header .field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

panchrome-connect-header .field__button>svg {
  height: 25px;
  width: 25px;
}

panchrome-connect-header .field__input:-webkit-autofill~.field__button,
panchrome-connect-header .field__input:-webkit-autofill~.field__label,
panchrome-connect-header .customer .field input:-webkit-autofill~label {
  color: rgb(0, 0, 0);
}

panchrome-connect-header .customer .field .form__message {
  font-size: 14px;
  text-align: left;
}

panchrome-connect-header .form__message .icon {
  flex-shrink: 0;
  height: 13px;
  margin-right: 5px;
  width: 13px;
}

panchrome-connect-header .form__message--large .icon {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

panchrome-connect-header .customer .field .form__message svg {
  align-self: start;
}

panchrome-connect-header .form-status-list .link::first-letter {
  text-transform: capitalize;
}
panchrome-connect-header .modal__toggle {
  list-style-type: none;
}

panchrome-connect-header .no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

panchrome-connect-header .modal__toggle-close {
  display: none;
}

panchrome-connect-header .no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 17px;
  width: 17px;
}

panchrome-connect-header .modal__toggle-open {
  display: flex;
}

panchrome-connect-header .no-js details[open] .modal__toggle-open {
  display: none;
}

panchrome-connect-header .no-js .modal__close-button.link {
  display: none;
}

panchrome-connect-header .modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 44px;
  width: 44px;
  background-color: transparent;
}

panchrome-connect-header .modal__close-button .icon {
  width: 17px;
  height: 17px;
}

panchrome-connect-header .modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

panchrome-connect-header .utility-bar .list-social__item .icon {
  scale: 0.9;
}
panchrome-connect-header .section-header.shopify-section-group-header-group {
  z-index: 3;
}

panchrome-connect-header .shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

panchrome-connect-header .shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

panchrome-connect-header .shopify-section-header-hidden.menu-open {
  top: 0;
}

panchrome-connect-header .section-header.animate {
  transition: top 0.15s ease-out;
}

panchrome-connect-header .section-header~.shopify-section-group-header-group {
  z-index: initial;
}

panchrome-connect-header .header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  panchrome-connect-header .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .header {
    grid-template-columns: 1fr auto 1fr;
  }

  panchrome-connect-header .header--top-left,
  panchrome-connect-header .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  panchrome-connect-header .header--top-left.drawer-menu,
  panchrome-connect-header .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 10px;
  }

  panchrome-connect-header .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 20px;
  }

  panchrome-connect-header .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 20px;
  }

  panchrome-connect-header .header--middle-center a.header__heading-link {
    text-align: center;
  }

  panchrome-connect-header .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  panchrome-connect-header .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  panchrome-connect-header .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 10.5px;
  }
}

panchrome-connect-header .header *[tabindex='-1']:focus {
  outline: none;
}

panchrome-connect-header .header__heading {
  margin: 0;
  line-height: 0;
}

panchrome-connect-header .header>.header__heading-link {
  line-height: 0;
}

panchrome-connect-header .header__heading,
panchrome-connect-header .header__heading-link {
  grid-area: heading;
  justify-self: center;
}

panchrome-connect-header .header__heading-link {
  display: inline-block;
  padding: 7.5px;
  text-decoration: none;
  word-break: break-word;
}

panchrome-connect-header .header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

panchrome-connect-header .header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

panchrome-connect-header .header__heading-logo {
  height: auto;
  max-width: 100%;
}

panchrome-connect-header .header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {

  panchrome-connect-header .header__heading,
  panchrome-connect-header .header__heading-link {
    text-align: center;
  }

  panchrome-connect-header .header--mobile-left .header__heading,
  panchrome-connect-header .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  panchrome-connect-header .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {

  panchrome-connect-header .header--middle-left .header__heading-link,
  panchrome-connect-header .header--top-left .header__heading-link {
    margin-left: -7.5px;
  }

  panchrome-connect-header .header__heading,
  panchrome-connect-header .header__heading-link {
    justify-self: start;
  }

  panchrome-connect-header .header--middle-center .header__heading-link,
  panchrome-connect-header .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  panchrome-connect-header .header--top-center .header__heading-link,
  panchrome-connect-header .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}
panchrome-connect-header .header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 8px;
}

panchrome-connect-header .header__icons .shopify-app-block {
  max-width: 44px;
  max-height: 44px;
  overflow: hidden;
}

panchrome-connect-header .header__icon:not(.header__icon--summary),
panchrome-connect-header .header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

panchrome-connect-header .header__icon {
  color: rgb(var(--color-foreground));
}

panchrome-connect-header .header__icon span {
  height: 100%;
}

panchrome-connect-header .header__icon::after {
  content: none;
}

panchrome-connect-header .header__icon:hover .icon,
panchrome-connect-header .modal__close-button:hover .icon {
  transform: scale(1.07);
}

panchrome-connect-header .header__icon .icon {
  height: 20px;
  width: 20px;
  fill: none;
  vertical-align: middle;
}

panchrome-connect-header .header__icon {
  height: 44px;
  width: 44px;
  padding: 0;
}

panchrome-connect-header .header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
panchrome-connect-header menu-drawer+.header__search {
  display: none;
}

panchrome-connect-header .header>.header__search {
  grid-area: left-icons;
  justify-self: start;
}

panchrome-connect-header .header--top-center.drawer-menu>.header__search {
  margin-left: 32px;
}

panchrome-connect-header .header--top-center header-drawer {
  grid-area: left-icons;
}

panchrome-connect-header .header:not(.header--has-menu) *>.header__search {
  display: none;
}

panchrome-connect-header .header__search {
  display: inline-flex;
  line-height: 0;
}

panchrome-connect-header .header--top-center>.header__search {
  display: none;
}

panchrome-connect-header .header--top-center *>.header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {

  panchrome-connect-header .header:not(.header--top-center) *>.header__search,
  panchrome-connect-header .header--top-center>.header__search {
    display: inline-flex;
  }

  panchrome-connect-header .header:not(.header--top-center)>.header__search,
  panchrome-connect-header .header--top-center *>.header__search {
    display: none;
  }
}

panchrome-connect-header details[open]>.search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

panchrome-connect-header .no-js details[open]>.header__icon--search {
  top: 10px;
  right: 5px;
}

panchrome-connect-header .search-modal {
  opacity: 0;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

panchrome-connect-header .search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 10px;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

panchrome-connect-header .search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

panchrome-connect-header .search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

panchrome-connect-header .search-modal__form {
  width: 100%;
}

panchrome-connect-header .search-modal__close-button {
  position: absolute;
  right: 3px;
}

@media screen and (min-width: 750px) {
  panchrome-connect-header .search-modal__close-button {
    right: 10px;
  }

  panchrome-connect-header .search-modal__content {
    padding: 0 60px;
  }
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .search-modal__form {
    max-width: 742px;
  }

  panchrome-connect-header .search-modal__close-button {
    position: initial;
    margin-left: 5px;
  }
}
panchrome-connect-header .header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

panchrome-connect-header details:not([open])>.header__icon--menu .icon-close,
panchrome-connect-header details[open]>.header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

panchrome-connect-header .js details[open]:not(.menu-opening)>.header__icon--menu .icon-close {
  visibility: hidden;
}

panchrome-connect-header .js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

panchrome-connect-header .js details>.header__submenu {
  opacity: 0;
  transform: translateY(-15px);
}

panchrome-connect-header details[open]>.header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  panchrome-connect-header details[open]>.header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
panchrome-connect-header .header__inline-menu {
  margin-left: -12px;
  grid-area: navigation;
  display: none;
}

panchrome-connect-header .header--top-center .header__inline-menu,
panchrome-connect-header .header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .header__inline-menu {
    display: block;
  }

  panchrome-connect-header .header--top-center .header__inline-menu {
    justify-self: center;
  }

  panchrome-connect-header .header--top-center .header__inline-menu>.list-menu--inline {
    justify-content: center;
  }

  panchrome-connect-header .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

panchrome-connect-header .header__menu {
  padding: 0 10px;
}

panchrome-connect-header .header__menu-item {
  padding: 12px;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

panchrome-connect-header .header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

panchrome-connect-header .header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

panchrome-connect-header .header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

panchrome-connect-header details[open]>.header__menu-item {
  text-decoration: underline;
}

panchrome-connect-header details[open]:hover>.header__menu-item {
  text-decoration-thickness: 2px;
}

panchrome-connect-header details[open]>.header__menu-item .icon-caret {
  transform: rotate(180deg);
}

panchrome-connect-header .header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 3px;
}

panchrome-connect-header .header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 2px;
}

panchrome-connect-header .header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

panchrome-connect-header .header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

panchrome-connect-header .header__submenu.list-menu {
  padding: 10px 0;
}

panchrome-connect-header .header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 10px 0;
  margin: 10px 0;
}

panchrome-connect-header .header__submenu .header__menu-item:after {
  right: 20px;
}

panchrome-connect-header .header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 8px 20px;
}

panchrome-connect-header .header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

panchrome-connect-header .header__menu-item .icon-caret {
  right: 8px;
}

panchrome-connect-header .header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 10px;
  position: static;
}

@media screen and (forced-colors: active) {
  panchrome-connect-header .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
}
@supports not (inset: 10px) {
}
@media (forced-colors: active) {

  panchrome-connect-header .field__input:focus,
  panchrome-connect-header .customer .field input:focus {
    outline: transparent solid 1px;
  }
}

@media (prefers-reduced-motion: no-preference) {
}
panchrome-connect-header .search__input.field__input {
  padding-right: 98px;
}

panchrome-connect-header .search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
}

panchrome-connect-header .reset__button {
  right: calc(var(--inputs-border-width) + 44px);
  top: var(--inputs-border-width);
}

panchrome-connect-header .reset__button:not(:focus-visible)::after {
  border-right: 1px solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 16px);
  content: '';
  position: absolute;
  right: 0;
}

panchrome-connect-header .reset__button:not(:focus)::after {
  border-right: 1px solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 18px);
  content: '';
  position: absolute;
  right: 0;
}

panchrome-connect-header .search__button:focus-visible,
panchrome-connect-header .reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

panchrome-connect-header .search__button:focus,
panchrome-connect-header .reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

panchrome-connect-header .search__button:not(:focus-visible):not(.focused),
panchrome-connect-header .reset__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

panchrome-connect-header .search__button:hover .icon,
panchrome-connect-header .reset__button:hover .icon {
  transform: scale(1.07);
}

panchrome-connect-header .search__button .icon {
  height: 18px;
  width: 18px;
}

panchrome-connect-header .reset__button .icon.icon-close {
  height: 18px;
  width: 18px;
  stroke-width: 1px;
}
panchrome-connect-header input::-webkit-search-decoration {
  -webkit-appearance: none;
}

panchrome-connect-header .template-search__results {
  position: relative;
}
panchrome-connect-header .section-header {
  isolation: isolate;
  position: sticky;
  top: 0;
  z-index: 1000;
}

panchrome-connect-header .header-wrapper {
  background: #fff !important;
  backdrop-filter: none;
  border-bottom: 0 !important;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  overflow: visible;
  position: relative;
}

panchrome-connect-header .header-wrapper::after {
  background: linear-gradient(90deg, var(--pc-red) 0%, var(--pc-orange) 14%, #f6bb43 24%, var(--pc-yellow) 38%, #d6df52 50%, var(--pc-green) 62%, #2aa6cf 76%, var(--pc-blue) 88%, var(--pc-pink) 100%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 130;
}

panchrome-connect-header .header {
  grid-template-areas: "navigation heading icons" !important;
  grid-template-columns: 1fr auto 1fr !important;
  min-height: 73.71px;
  position: relative;
  z-index: 1;
}

panchrome-connect-header .section-header .header {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

panchrome-connect-header .section-header .header:has(.header__search details[open]) {
  z-index: auto;
}

panchrome-connect-header .section-header .header__search details[open] .search-modal {
  z-index: auto;
}

panchrome-connect-header .section-header header-drawer,
panchrome-connect-header .section-header .header__inline-menu {
  display: none !important;
}

panchrome-connect-header .header__heading,
panchrome-connect-header .header__heading-link {
  justify-self: center !important;
  text-align: center;
}

panchrome-connect-header .header__heading,
panchrome-connect-header .header > .header__heading-link {
  transition: filter 286ms ease-in-out, opacity 286ms ease-in-out;
  will-change: auto;
}

panchrome-connect-header .header:has(.pc-site-menu[open]) .header__heading,
panchrome-connect-header .header:has(.pc-site-menu[open]) > .header__heading-link,
panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading,
panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading-link {
  transform: none;
  z-index: 76;
}

panchrome-connect-header .header__heading-logo-wrapper {
  max-width: clamp(112px, 12.8vw, 176px);
  overflow: visible;
  position: relative;
  width: clamp(112px, 12.8vw, 176px) !important;
}

panchrome-connect-header .header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

panchrome-connect-header .header__heading-logo--default {
  transform: translateY(-4px);
}

panchrome-connect-header .header__heading-link .h2,
panchrome-connect-header .header__menu-item,
panchrome-connect-header .header__icon {
  color: var(--pc-black) !important;
}

panchrome-connect-header .header__heading-link .h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

panchrome-connect-header .header__heading-link .h2::before {
  align-items: center;
  background: var(--pc-black);
  border-radius: 3px;
  color: #fff;
  content: "P";
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  margin-right: 8px;
  vertical-align: middle;
  width: 32px;
}

panchrome-connect-header .header__menu-item {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

panchrome-connect-header .header__menu-item:hover,
panchrome-connect-header .header__active-menu-item {
  color: var(--pc-blue) !important;
}

panchrome-connect-header .pc-site-menu {
  grid-area: navigation;
  justify-self: start;
  position: relative;
  z-index: 76;
}

panchrome-connect-header .pc-site-menu[open] {
  z-index: 140;
}

panchrome-connect-header .pc-site-menu > summary,
panchrome-connect-header .pc-site-menu summary {
  list-style: none;
}

panchrome-connect-header .pc-site-menu > summary::-webkit-details-marker,
panchrome-connect-header .pc-site-menu summary::-webkit-details-marker {
  display: none;
}

panchrome-connect-header .pc-site-menu__toggle {
  align-items: center;
  color: var(--pc-black);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 76;
}

panchrome-connect-header .pc-site-menu__hamburger {
  flex: 0 0 auto;
  display: block;
  height: 22px;
  position: relative;
  width: 22px;
}

panchrome-connect-header .pc-site-menu__hamburger span {
  background: currentColor;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: center;
  transform: rotate(0deg);
  transition: left 520ms cubic-bezier(.19, 1, .22, 1), top 520ms cubic-bezier(.19, 1, .22, 1), transform 520ms cubic-bezier(.19, 1, .22, 1), width 520ms cubic-bezier(.19, 1, .22, 1);
  width: 100%;
}

panchrome-connect-header .pc-site-menu__hamburger span:nth-child(1) {
  top: 3px;
}

panchrome-connect-header .pc-site-menu__hamburger span:nth-child(2) {
  top: 10px;
}

panchrome-connect-header .pc-site-menu__hamburger span:nth-child(3) {
  top: 17px;
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span {
  top: 10px;
  transform: rotate(90deg);
  width: 22px;
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span:nth-child(1) {
  left: -7px;
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span:nth-child(2) {
  left: 0;
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span:nth-child(3) {
  left: 7px;
}

panchrome-connect-header .pc-site-menu__scrim {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  display: block !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: var(--header-height, 91px);
  transition: opacity 358ms ease-in-out;
  z-index: 120;
}

panchrome-connect-header .pc-site-menu__panel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  bottom: 0;
  box-shadow: none;
  color: var(--pc-black);
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 264px;
  padding: 36px clamp(16px, 1.8vw, 20px) 18px;
  position: fixed;
  top: var(--header-height, 91px);
  transform: translateX(-100%);
  transition: transform 435ms cubic-bezier(.4, 0, .2, 1);
  width: min(264px, 40.8vw);
  z-index: 121;
}

panchrome-connect-header .pc-site-menu__tools {
  align-items: center;
  display: block;
  margin-bottom: 12px;
  padding-right: 0;
}

panchrome-connect-header .pc-site-menu__tools--mobile {
  display: none;
}

panchrome-connect-header .pc-site-menu__search form {
  margin: 0;
}

panchrome-connect-header .pc-site-menu__search {
  margin: 0;
  max-width: none;
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

panchrome-connect-header .pc-site-menu__search-input {
  appearance: none;
  background: #fff;
  border: 1px solid var(--pc-black);
  border-radius: 12px;
  color: var(--pc-black);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 34px;
  outline: 0;
  padding: 0 11px;
  width: 100%;
}

panchrome-connect-header .pc-site-menu__search-input::placeholder {
  color: rgba(0, 0, 0, .46);
}

panchrome-connect-header .pc-site-menu__search-input:focus {
  border-color: var(--pc-black);
  box-shadow: none;
}

panchrome-connect-header .section-header .header__icon--search,
panchrome-connect-header .section-header .header__icon--account,
panchrome-connect-header .section-header .header__icon--faq,
panchrome-connect-header .section-header .header__icon--cart {
  transition: color 180ms ease;
}

panchrome-connect-header .section-header .header__icons {
  align-items: center;
  column-gap: 10px;
  display: flex;
  padding-right: 0;
}

panchrome-connect-header .section-header .pc-account-menu {
  flex: 0 0 28px;
  height: 34px;
  margin: 0;
  position: relative;
  width: 28px;
}

panchrome-connect-header .section-header .header:has(.pc-account-menu[open]) {
  z-index: 140;
}

panchrome-connect-header .section-header .pc-account-menu[open]::after {
  content: none;
}

panchrome-connect-header .section-header .pc-account-menu.is-closing::after {
  opacity: 0;
}

panchrome-connect-header .section-header .pc-account-menu > summary {
  height: 100%;
  list-style: none;
  margin: 0;
  width: 100%;
}

panchrome-connect-header .section-header .pc-account-menu > summary::-webkit-details-marker {
  display: none;
}

panchrome-connect-header .pc-account-menu__panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .28);
  border-radius: 12px;
  box-shadow: none;
  color: #111;
  min-width: 180px;
  overflow: hidden;
  padding: 6px 0 2px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: translateY(-6px);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1), opacity 180ms ease;
  opacity: 0;
  z-index: 160;
}

panchrome-connect-header .pc-account-menu[open]:not(.is-closing) .pc-account-menu__panel {
  opacity: 1;
  transform: translateY(0);
}

panchrome-connect-header .pc-account-menu__panel a {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  color: inherit;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.15;
  margin: 0 6px 4px;
  min-height: 38px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

panchrome-connect-header .pc-account-menu__panel a:hover,
panchrome-connect-header .pc-account-menu__panel a:focus-visible {
  background: #000;
  color: #fff;
  outline: none;
}

panchrome-connect-header .pc-account-menu__panel .pc-account-menu__logout {
  color: #e84a32;
}

panchrome-connect-header .section-header .header__icons > .header__search,
panchrome-connect-header .section-header .header__icons > .header__icon {
  flex: 0 0 28px;
  height: 34px;
  margin: 0;
  width: 28px;
}

panchrome-connect-header .section-header .header__icons > .header__search .header__icon {
  height: 100%;
  width: 100%;
}

panchrome-connect-header .section-header .header__icon--search .icon,
panchrome-connect-header .section-header .header__icon--account .icon,
panchrome-connect-header .section-header .header__icon--cart .icon {
  height: 26.334px;
  transform-origin: center;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
  width: 26.334px;
}

panchrome-connect-header .section-header .header__icon--faq .icon {
  transform-origin: center;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
}

panchrome-connect-header .section-header .header__icon--faq {
  text-decoration: none !important;
}

panchrome-connect-header .section-header .header__search,
panchrome-connect-header .section-header .header__icon--search {
  width: 28px;
}

panchrome-connect-header .section-header .header__icon--search .icon-search {
  stroke: currentColor;
  stroke-width: 1.75px;
}

panchrome-connect-header .header__search .field__label[for="PanchromeHeaderSearch"] {
  display: none;
}

panchrome-connect-header .section-header .header__icon--faq .icon-faq {
  align-items: center;
  color: var(--pc-black);
  display: inline-flex;
  font-size: 25.5px;
  font-weight: 500;
  height: 31px;
  justify-content: center;
  line-height: 1;
  text-decoration: none !important;
  transform: translateX(2px);
  width: 31px;
}

panchrome-connect-header .section-header .cart-count-bubble {
  background-color: var(--pc-red);
  border: 0;
  border-radius: 999px;
  bottom: auto;
  box-sizing: border-box;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  height: 16px;
  left: auto;
  line-height: 1;
  min-width: 16px;
  padding: 0 3.5px;
  right: -3.5px;
  top: 1.5px;
  width: auto;
}

panchrome-connect-header .section-header .header__icon--account .icon path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75px;
  transition: fill 180ms ease, stroke 180ms ease, stroke-width 180ms ease, transform 180ms ease;
}

panchrome-connect-header .section-header .header__icon--account .icon path[stroke='none'] {
  stroke: none !important;
}

panchrome-connect-header .section-header .header__icon--cart .icon path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75px;
}

panchrome-connect-header .section-header .header__icon--cart .icon path[stroke='none'] {
  stroke: none !important;
}

panchrome-connect-header .section-header .header__icon--search:hover,
panchrome-connect-header .section-header .header__icon--search:focus-visible,
panchrome-connect-header .section-header .header__icon--account:hover,
panchrome-connect-header .section-header .header__icon--account:focus-visible,
panchrome-connect-header .section-header .header__icon--faq:hover,
panchrome-connect-header .section-header .header__icon--faq:focus-visible,
panchrome-connect-header .section-header .header__icon--cart:hover,
panchrome-connect-header .section-header .header__icon--cart:focus-visible {
  color: var(--pc-black) !important;
}

panchrome-connect-header .section-header .header__icon--search:hover .icon,
panchrome-connect-header .section-header .header__icon--search:focus-visible .icon,
panchrome-connect-header .section-header .header__icon--account:hover .icon,
panchrome-connect-header .section-header .header__icon--account:focus-visible .icon,
panchrome-connect-header .section-header .header__icon--faq:hover .icon,
panchrome-connect-header .section-header .header__icon--faq:focus-visible .icon,
panchrome-connect-header .section-header .header__icon--cart:hover .icon,
panchrome-connect-header .section-header .header__icon--cart:focus-visible .icon {
  color: var(--pc-black) !important;
  transform: scale(1.07);
}

panchrome-connect-header .section-header .header__icon--faq:hover .icon,
panchrome-connect-header .section-header .header__icon--faq:focus-visible .icon {
  transform: translateX(2px) scale(1.07);
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__scrim {
  opacity: 1;
  pointer-events: auto;
  z-index: 140;
}

panchrome-connect-header .pc-site-menu[open] .pc-site-menu__panel {
  transform: translateX(0);
  z-index: 141;
}

panchrome-connect-header .pc-site-menu.is-closing .pc-site-menu__scrim {
  opacity: 0;
  pointer-events: none;
}

panchrome-connect-header .pc-site-menu.is-closing .pc-site-menu__panel {
  transform: translateX(-100%);
}

panchrome-connect-header .section-header .header__search .search-modal {
  border-bottom: 0;
  height: 100%;
  min-height: 100%;
}

panchrome-connect-header .section-header .header__search .search-modal__content,
panchrome-connect-header .section-header .header__search .search-modal__content-bottom,
panchrome-connect-header .section-header .header__search .search-modal__content-top {
  bottom: auto;
  height: 100%;
  top: auto;
}

panchrome-connect-header .section-header .header__search .field {
  --inputs-radius: 6px;
  --inputs-radius-outset: 6px;
}

panchrome-connect-header .section-header .header__search .field,
panchrome-connect-header .section-header .header__search .field::before,
panchrome-connect-header .section-header .header__search .field::after,
panchrome-connect-header .section-header .header__search .field__input {
  border-radius: 6px;
}

panchrome-connect-header .pc-site-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

panchrome-connect-header .pc-site-menu__nav {
  margin-top: 0;
  padding-left: 6px;
  padding-top: 6px;
}

panchrome-connect-header .pc-site-menu__nav > ul {
  display: grid;
  gap: 20px;
}

panchrome-connect-header .pc-site-menu__nav a,
panchrome-connect-header .pc-site-menu__nav summary {
  align-items: center;
  color: var(--pc-black);
  cursor: pointer;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(17px, calc(2.6vw - 2px), 26px);
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

panchrome-connect-header .pc-site-menu__nav a:hover,
panchrome-connect-header .pc-site-menu__nav a:focus-visible,
panchrome-connect-header .pc-site-menu__nav summary:hover,
panchrome-connect-header .pc-site-menu__nav summary:focus-visible {
  background: none;
  color: var(--pc-red);
}

panchrome-connect-header .pc-site-menu__nav summary:focus:not(:focus-visible) {
  outline: 0;
}

panchrome-connect-header .pc-site-menu__nav summary:focus-visible {
  outline: 2px solid var(--pc-black);
  outline-offset: 6px;
}

panchrome-connect-header .pc-site-menu__nav summary .icon-caret {
  height: 8px;
  margin-left: 20px;
  transform: rotate(-90deg);
  width: 8px;
}

panchrome-connect-header .pc-site-menu__nav details[open] summary .icon-caret {
  transform: rotate(0);
}

panchrome-connect-header .pc-site-menu__nav details ul {
  display: grid;
  gap: 12px;
  padding: 18px 0 2px 18px;
}

panchrome-connect-header .pc-site-menu__nav details a {
  color: rgba(0, 0, 0, .72);
  font-size: 17px;
  font-weight: 700;
}

panchrome-connect-header .pc-site-menu__socials {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding: 24px 0 10px 4px;
}

panchrome-connect-header .pc-site-menu__socials a {
  color: #000;
  display: flex;
  text-decoration: none;
  transition: color 180ms ease;
}

panchrome-connect-header .pc-site-menu__socials .icon {
  height: 24.75px;
  transform-origin: center;
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1);
  width: 24.75px;
}

panchrome-connect-header .pc-site-menu__socials a:hover,
panchrome-connect-header .pc-site-menu__socials a:focus-visible {
  color: #000;
  opacity: 1;
}

panchrome-connect-header .pc-site-menu__socials a:hover .icon,
panchrome-connect-header .pc-site-menu__socials a:focus-visible .icon {
  transform: scale(1.07);
}

panchrome-connect-header .pc-site-menu__account {
  align-items: center;
  background: transparent;
  border: 2px solid var(--pc-black);
  border-radius: 0;
  color: var(--pc-black);
  display: inline-flex;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-left: auto;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  width: max-content;
}

panchrome-connect-header .pc-site-menu__account:hover,
panchrome-connect-header .pc-site-menu__account:focus-visible {
  background: var(--pc-black);
  border-color: var(--pc-black);
  color: #fff;
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .header:not(.drawer-menu).page-width {
    max-width: none;
    width: 100%;
  }

  panchrome-connect-header .header:not(.drawer-menu).page-width {
    padding-left: clamp(32px, 4vw, 72px);
    padding-right: clamp(32px, 4vw, 72px);
  }
}

@media screen and (max-width: 749px) {
  panchrome-connect-header .header-wrapper::after {
    height: 5.4px;
  }

  panchrome-connect-header .pc-site-menu__socials .icon {
    flex-basis: 16.335px;
    height: 16.335px;
    width: 16.335px;
  }

  panchrome-connect-header .section-header .header__icons {
    column-gap: 6px;
  }

  panchrome-connect-header .header {
    min-height: 67.91px;
  }

  panchrome-connect-header .header__heading-logo-wrapper {
    max-width: 80px;
    width: 80px !important;
  }

  panchrome-connect-header .section-header .header__heading-link {
    padding-left: 3.5px;
    padding-right: 3.5px;
  }

  panchrome-connect-header .header:has(.pc-site-menu[open]) .header__heading,
  panchrome-connect-header .header:has(.pc-site-menu[open]) > .header__heading-link,
  panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading,
  panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading-link {
    filter: none;
    opacity: 1;
    transform: none !important;
  }

  panchrome-connect-header .header__heading-link .h2 {
    font-size: 17px;
  }

  panchrome-connect-header .section-header .header {
    padding-bottom: 5px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px !important;
  }

  panchrome-connect-header .section-header .header__icon--account {
    display: inline-flex !important;
  }

  panchrome-connect-header .section-header .header__icon--faq {
    display: none !important;
  }

  panchrome-connect-header .section-header .header__icons > .header__search {
    align-items: center;
    display: none !important;
    width: 34px;
  }

  panchrome-connect-header .section-header .header__icons {
    padding-right: 0;
    position: relative;
    z-index: 76;
  }

  panchrome-connect-header .pc-site-menu[open] {
    z-index: auto;
  }

  panchrome-connect-header .section-header .header__icon {
    height: 34px;
    width: 34px;
  }

  panchrome-connect-header .section-header .header__icon--search .icon,
  panchrome-connect-header .section-header .header__icon--account .icon,
  panchrome-connect-header .section-header .header__icon--cart .icon {
    height: 23.042px;
    width: 23.042px;
  }

  panchrome-connect-header .section-header .header__icon--faq .icon-faq {
    font-size: 21px;
    height: 26px;
    width: 26px;
  }

  panchrome-connect-header .section-header .header__icon--cart {
    margin-right: 0;
  }

  panchrome-connect-header .pc-site-menu__toggle {
    height: 34px;
    width: auto;
  }

  panchrome-connect-header .pc-site-menu__hamburger {
    height: 18px;
    width: 18px;
  }

  panchrome-connect-header .pc-site-menu__hamburger span:nth-child(1) {
    top: 2px;
  }

  panchrome-connect-header .pc-site-menu__hamburger span:nth-child(2) {
    top: 8px;
  }

  panchrome-connect-header .pc-site-menu__hamburger span:nth-child(3) {
    top: 14px;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span {
    top: 8px;
    width: 18px;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span:nth-child(1) {
    left: -6px;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__hamburger span:nth-child(3) {
    left: 6px;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__scrim {
    top: var(--header-height, 56px);
    z-index: 50;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__panel {
    height: calc(100dvh - var(--header-height, 56px));
    max-width: 180px;
    overflow-y: auto;
    padding: 16px;
    top: var(--header-height, 56px);
    width: min(180px, 60vw);
    z-index: 51;
  }

  panchrome-connect-header .pc-site-menu__tools {
    gap: 12px;
    margin-bottom: 10px;
  }

  panchrome-connect-header .pc-site-menu__tools--mobile {
    display: block;
  }

  panchrome-connect-header .pc-site-menu__nav {
    margin-top: 0;
  }

  panchrome-connect-header .pc-site-menu__search-input {
    border-radius: 6px;
    font-size: 10.5px;
    height: 30px;
    padding: 0 9px;
  }

  panchrome-connect-header .pc-site-menu__nav a,
  panchrome-connect-header .pc-site-menu__nav summary {
    font-size: 14.5px;
    font-weight: 700;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  panchrome-connect-header .header:has(.pc-site-menu[open]) .header__heading,
  panchrome-connect-header .header:has(.pc-site-menu[open]) > .header__heading-link,
  panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading,
  panchrome-connect-header .header .pc-site-menu[open] ~ .header__heading-link {
    filter: none;
    opacity: 1;
  }

  panchrome-connect-header .section-header .header__icons {
    position: relative;
    z-index: 76;
  }

  panchrome-connect-header .pc-site-menu[open] {
    z-index: auto;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__scrim {
    top: var(--header-height, 56px);
    z-index: 50;
  }

  panchrome-connect-header .pc-site-menu[open] .pc-site-menu__panel {
    height: 100dvh;
    max-width: 216px;
    overflow-y: auto;
    padding: calc(var(--header-height, 96px) + 20px) 14px 18px;
    top: 0;
    width: min(216px, 36vw);
    z-index: 51;
  }

  panchrome-connect-header .pc-site-menu__tools {
    margin-bottom: 10px;
  }

  panchrome-connect-header .pc-site-menu__nav {
    margin-top: 0;
  }

  panchrome-connect-header .pc-site-menu__search-input {
    border-radius: 11px;
    font-size: 11px;
    height: 32px;
    padding: 0 10px;
  }

  panchrome-connect-header .pc-site-menu__nav a,
  panchrome-connect-header .pc-site-menu__nav summary {
    font-size: 16px;
    font-weight: 700;
  }
}

@media screen and (min-width: 990px) {
  panchrome-connect-header .section-header .header {
    padding-left: clamp(32px, 3.2vw, 64px) !important;
    padding-right: clamp(32px, 3.2vw, 64px) !important;
  }

  panchrome-connect-header .header {
    min-height: clamp(82px, 5.6vw, 96px);
  }

  panchrome-connect-header .header__heading-logo-wrapper {
    max-width: clamp(120px, 9.2vw, 165px);
    width: clamp(120px, 9.2vw, 165px) !important;
  }
}
panchrome-connect-footer .footer {
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
}

panchrome-connect-footer .footer:not(.color-background-1) {
  border-top: none;
}

@media screen and (max-width: 749px) {
  panchrome-connect-footer .footer .grid {
    display: block;
  }
}
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    panchrome-connect-footer .footer .grid {
      margin-left: 0;
    }
  }
}

panchrome-connect-footer .footer {
  background: #000 !important;
  border-top: 0 !important;
  color: #fff;
  overflow-x: clip;
  padding-bottom: 26px !important;
  padding-top: 0 !important;
}

panchrome-connect-footer .footer:has(.pc-global-news) {
  background: #000 !important;
}

panchrome-connect-footer footer.footer:has(.pc-global-news) {
  margin-top:0 !important;
  padding-top:0 !important;
}

panchrome-connect-footer .pc-global-news-wrap {
  background: #fff;
  width: 100%;
}

panchrome-connect-footer .pc-global-news {
  /* section-footer.css: content may exceed min-height when the heading wraps. */
  background: rgb(222, 75, 48);
  border-radius: 48px 48px 0 0;
  box-sizing: border-box;
  color: #000;
  min-height: clamp(178px, 15vw, 248px);
  padding: 32px max(5vw, calc((100vw - 1200px) / 2 + 50px)) 32px max(5vw, calc((100vw - 1200px) / 2));
}

panchrome-connect-footer .pc-global-news__in {
  align-items: center;
  display: grid;
  gap: clamp(77px, 8vw, 144px);
  grid-template-columns: minmax(360px, .95fr) minmax(432px, 1.05fr);
}

panchrome-connect-footer .pc-global-news h2 {
  /* Keep the theme's viewport-based clamp; this value is already in px. */
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(35px, 4.48vw, 70px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .98;
  margin: 0 0 13px;
}

panchrome-connect-footer .pc-global-news p {
  color: rgba(7, 7, 7, .75);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13.2px;
  line-height: 1.65;
  margin: 0;
  max-width: 352px;
}

panchrome-connect-footer .pc-global-news__form,
panchrome-connect-footer .pc-global-news form {
  width: 100%;
}

panchrome-connect-footer .pc-global-news form {
  background: #000;
  border: 0;
  border-radius: 6px;
  display: flex;
  margin-left: auto;
  max-width: 562px;
  overflow: hidden;
  width: min(85%, 562px);
}

panchrome-connect-footer .pc-global-news input[type='email'] {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13.44px;
  min-height: 51.6px;
  outline: 0;
  padding: 0 19.2px;
}

panchrome-connect-footer .pc-global-news button {
  align-self: stretch;
  background: #fff;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.48px;
  font-weight: 600;
  padding: 0 22.8px;
}

panchrome-connect-footer .pc-footer-shell {
  box-sizing: border-box;
  display: grid;
  gap: clamp(26px, 3vw, 40px);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  min-height: 0;
  padding: 32px max(5vw, calc((100vw - 1200px) / 2 + 50px)) 0 max(5vw, calc((100vw - 1200px) / 2));
  width: 100%;
}

panchrome-connect-footer .pc-footer-brand {
  margin-bottom: 9px;
  padding-top: 8px;
  text-align: center;
  transform: translateY(-5%);
  width: 100%;
}

panchrome-connect-footer .pc-footer-brand__line {
  color: transparent;
  align-items: baseline;
  display: flex;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 5.4vw, 78px);
  font-weight: 800;
  gap: .28em;
  justify-content: center;
  letter-spacing: 0;
  line-height: .86;
  max-width: 100%;
  overflow: hidden;
  padding-inline: 2px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  -webkit-text-stroke: .75px #fff;
  text-stroke: .75px #fff;
}

panchrome-connect-footer .pc-footer-brand__line > span {
  display: inline-block;
  flex: 0 0 auto;
  letter-spacing: .025em;
  paint-order: stroke fill;
  white-space: nowrap;
}

panchrome-connect-footer .pc-footer-brand__line--panchrome {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  text-shadow: none;
}

panchrome-connect-footer .pc-footer-links {
  border-bottom: 0;
  display: grid;
  gap: clamp(26px, 4.8vw, 82px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}

panchrome-connect-footer .pc-footer-links > div {
  justify-self: stretch;
  text-align: center;
  width: 100%;
}

panchrome-connect-footer .pc-footer-links h3 {
  color: #fff;
  font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .34em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

panchrome-connect-footer .pc-footer-links a {
  color: rgba(255, 255, 255, .54);
  display: block;
  font-size: 17px;
  /* Inherited from theme.liquid body: 0.06rem at the theme's 10px root. */
  letter-spacing: 0.6px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 9px;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

panchrome-connect-footer .pc-footer-links a:hover {
  color: #fff;
  transform: translateX(4px);
}

panchrome-connect-footer .pc-footer-legal {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 8px;
}

panchrome-connect-footer .pc-footer-legal a {
  color: #fff;
  font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

panchrome-connect-footer .pc-footer-copyright {
  color: #fff;
  font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

panchrome-connect-footer .pc-footer-legal a:hover {
  color: #fff;
}

panchrome-connect-footer .footer .disclosure__button,
panchrome-connect-footer .footer .localization-form__select {
  color: rgba(255, 255, 255, .76);
}

@media screen and (max-width: 989px) {
  panchrome-connect-footer .pc-footer-shell {
    gap: 52px;
  }

  panchrome-connect-footer .pc-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  panchrome-connect-footer .footer {
    padding-bottom: 20px !important;
    padding-top: min(1.3vw, .7vh) !important;
  }

  panchrome-connect-footer .footer:has(.pc-global-news) {
    background:#000 !important;
  }

  panchrome-connect-footer .pc-footer-shell {
    gap: 0;
    padding: 16px 5vw 0;
  }

  panchrome-connect-footer .pc-global-news {
    border-radius: 28px 28px 0 0;
    min-height: 0;
    padding: 18px 5vw;
  }

  panchrome-connect-footer .pc-global-news__in {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  panchrome-connect-footer .pc-global-news__copy {
    text-align: center;
  }

  panchrome-connect-footer .pc-global-news h2 {
    font-size: 30px;
    line-height: 1;
  }

  panchrome-connect-footer .pc-global-news p {
    font-size: 11.2px;
    margin-left: auto;
    margin-right: auto;
  }

  panchrome-connect-footer .pc-global-news form {
    border-radius: 6px;
    margin: 0 auto;
    max-width: 288px;
    width: 72%;
  }

  panchrome-connect-footer .pc-global-news input[type='email'] {
    font-size: 12.6px;
    min-height: 37.8px;
    min-width: 0;
    padding: 0 9px;
  }

  panchrome-connect-footer .pc-global-news button {
    font-size: 9.9px;
    padding: 0 10.8px;
    white-space: nowrap;
  }

  panchrome-connect-footer .pc-footer-brand {
    margin-bottom: 26px;
    max-width: 100%;
    overflow: visible;
    padding: 10px 0 12px;
    transform: none;
    width: 100%;
  }

  panchrome-connect-footer .pc-footer-brand__line {
    align-items: center;
    color: #fff;
    display: grid;
    font-size: clamp(18px, 5vw, 22px);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    letter-spacing: 0;
    line-height: 1.08;
    overflow: visible;
    text-shadow: none;
    white-space: normal;
    -webkit-text-stroke: 0 transparent;
    text-stroke: 0 transparent;
  }

  panchrome-connect-footer .pc-footer-brand__line > span {
    display: block;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.08;
    max-width: 100%;
    overflow: visible;
    padding: 0;
    text-shadow: none;
    white-space: nowrap;
    width: 100%;
    -webkit-text-stroke: 0 transparent;
    text-stroke: 0 transparent;
  }

  panchrome-connect-footer .pc-footer-brand__line > span:first-child,
  panchrome-connect-footer .pc-footer-brand__line > span:last-child {
    color: #fff;
    font-size: clamp(30px, 9vw, 40px);
    letter-spacing: .035em;
    -webkit-text-stroke: 0 transparent;
    text-stroke: 0 transparent;
  }

  panchrome-connect-footer .pc-footer-brand__line--panchrome {
    color: #fff;
    font-size: clamp(30px, 9vw, 40px);
    letter-spacing: .035em !important;
    -webkit-text-stroke: 0 transparent;
    text-stroke: 0 transparent;
  }

  panchrome-connect-footer .pc-footer-brand__line > span + span {
    margin-top: 0;
  }

  panchrome-connect-footer .pc-footer-links {
    gap: 18px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    text-align: center;
  }

  panchrome-connect-footer .pc-footer-links h3 {
    font-size: 9.8px;
    font-weight: 600;
    letter-spacing: .24em;
    margin-bottom: 14px;
  }

  panchrome-connect-footer .pc-footer-links a {
    font-size: 14.2px;
    font-weight: 400;
    line-height: 1.28;
    margin-bottom: 10px;
  }

  panchrome-connect-footer .pc-footer-legal {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 24px;
  }

  panchrome-connect-footer .pc-footer-legal a {
    font-size: 9.2px;
    font-weight: 600;
    letter-spacing: .14em;
  }
}

panchrome-connect-header .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
panchrome-connect-header .header__heading-logo{visibility:hidden;}
panchrome-connect-header .header__heading-logo[data-loaded]{visibility:visible;}
panchrome-connect-footer .pc-global-news{pointer-events:auto;}
panchrome-connect-footer{font-size:15px;font-weight:400;line-height:1.8;letter-spacing:0.6px;}
@media(min-width:750px){panchrome-connect-footer{font-size:16px;}}
panchrome-connect-footer .pc-footer-links h3{line-height:1.3;}
panchrome-connect-footer *,panchrome-connect-header *{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif!important;hyphens:none!important;}
panchrome-connect-footer .pc-footer-brand__line,panchrome-connect-footer .pc-footer-brand__line span{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif!important;}
@media(max-width:749px){panchrome-connect-header{min-height:67.91px;}}
/* Reveal shared chrome only once its styling has arrived. */
panchrome-connect-header, panchrome-connect-footer { --pc-chrome-display: block; }
