/* PARTFIT RESPONSIVE HEADER V1 */
.pfh-shell,
.pfh-shell *,
.pfh-mobile-drawer,
.pfh-mobile-drawer *{
  box-sizing:border-box
}

.pfh-shell{
  --pfh-red:#ef2b2d;
  --pfh-red-dark:#c91f2a;
  --pfh-navy:#091725;
  --pfh-navy-2:#0d2032;
  --pfh-white:#fff;
  --pfh-muted:#aeb8c5;
  position:relative;
  z-index:1000;
  width:100%;
  color:var(--pfh-white);
  font-family:"Barlow",Arial,sans-serif
}

.pfh-shell a{
  text-decoration:none
}

.pfh-shell button,
.pfh-mobile-drawer button{
  font:inherit
}

.pfh-container{
  width:min(100%,1480px);
  margin:0 auto;
  padding-left:clamp(16px,2.2vw,32px);
  padding-right:clamp(16px,2.2vw,32px)
}

.pfh-pro-strip{
  background:#7c1722;
  border-bottom:1px solid rgba(255,255,255,.1)
}

.pfh-pro-inner{
  min-height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-size:12px
}

.pfh-pro-brand{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap
}

.pfh-pro-brand img{
  width:18px;
  height:18px;
  object-fit:contain
}

.pfh-pro-brand strong{
  font-weight:800
}

.pfh-pro-copy{
  padding-left:24px;
  border-left:1px solid rgba(255,255,255,.2);
  color:rgba(255,255,255,.8)
}

.pfh-main{
  background:var(--pfh-navy);
  border-bottom:1px solid rgba(255,255,255,.09)
}

.pfh-main-inner{
  min-height:74px;
  display:grid;
  grid-template-columns:170px minmax(270px,1fr) auto;
  align-items:center;
  gap:18px
}

.pfh-logo{
  display:flex;
  align-items:center
}

.pfh-logo img{
  display:block;
  width:158px;
  max-width:100%;
  height:auto
}

.pfh-mobile-toggle,
.pfh-mobile-actions{
  display:none
}

.pfh-search{
  min-width:0
}

.pfh-search-form{
  position:relative;
  display:flex;
  width:100%;
  min-width:0;
  height:44px
}

.pfh-search-leading{
  position:absolute;
  z-index:2;
  left:14px;
  top:50%;
  width:19px;
  height:19px;
  color:#64748b;
  transform:translateY(-50%);
  pointer-events:none
}

.pfh-search-leading svg,
.pfh-search-submit svg{
  width:100%;
  height:100%
}

.pfh-search-form input{
  min-width:0;
  flex:1;
  height:44px;
  padding:0 14px 0 43px;
  border:1px solid #cfd6df;
  border-right:0;
  border-radius:8px 0 0 8px;
  outline:0;
  background:#fff;
  color:#111827;
  font-size:14px
}

.pfh-search-form input:focus{
  border-color:var(--pfh-red);
  box-shadow:inset 0 0 0 1px var(--pfh-red)
}

.pfh-search-submit{
  min-width:124px;
  height:44px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-radius:0 8px 8px 0;
  background:var(--pfh-red);
  color:#fff;
  cursor:pointer;
  font-size:12px;
  font-weight:800
}

.pfh-search-submit:hover{
  background:var(--pfh-red-dark)
}

.pfh-search-submit svg{
  display:none;
  width:20px;
  height:20px
}

.pfh-search-form .autocomplete-dropdown{
  top:calc(100% + 7px);
  left:0;
  right:0;
  z-index:1300
}

.pfh-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:2px;
  min-width:0
}

.pfh-action{
  min-width:55px;
  min-height:53px;
  padding:6px 7px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  border-radius:7px;
  color:#fff;
  font-size:10px;
  line-height:1;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease
}

.pfh-action svg{
  width:20px;
  height:20px
}

.pfh-action:hover,
.pfh-action.is-active{
  background:rgba(255,255,255,.09)
}

.pfh-action.is-active{
  color:#fff
}

.pfh-action-cta{
  min-width:124px;
  min-height:44px;
  margin-left:5px;
  padding:0 13px;
  flex-direction:row;
  gap:7px;
  background:var(--pfh-red);
  font-size:11px;
  font-weight:800
}

.pfh-action-cta:hover{
  background:var(--pfh-red-dark)
}

.pfh-category-bar{
  background:var(--pfh-navy-2);
  border-bottom:1px solid rgba(255,255,255,.1)
}

.pfh-category-inner{
  min-height:50px;
  display:flex;
  align-items:stretch;
  padding-top:0;
  padding-bottom:0
}

.pfh-category-all,
.pfh-category-link{
  min-width:0;
  padding:0 clamp(13px,1.7vw,25px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-right:1px solid rgba(255,255,255,.08);
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:13px;
  font-weight:700;
  white-space:nowrap
}

.pfh-category-all{
  background:#fff;
  color:var(--pfh-red)
}

.pfh-category-all:hover{
  background:#f8fafc
}

.pfh-category-link:hover{
  background:rgba(255,255,255,.07)
}

.pfh-category-all svg,
.pfh-category-link svg{
  width:20px;
  height:20px;
  flex:0 0 auto
}

.pfh-category-all .pfh-chevron{
  width:15px;
  height:15px;
  transition:transform .2s ease
}

body.pfh-mega-open .pfh-category-all .pfh-chevron{
  transform:rotate(180deg)
}

.pfh-category-pro{
  margin-left:auto;
  border-right:0;
  color:#ffd24a;
  cursor:default
}

.pfh-mega{
  position:absolute;
  z-index:1100;
  top:100%;
  left:0;
  right:0;
  padding-top:0;
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}

body.pfh-mega-open .pfh-mega{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto
}

.pfh-mega-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:#fff;
  border:1px solid #e3e8ef;
  border-top:0;
  border-radius:0 0 12px 12px;
  box-shadow:0 22px 45px rgba(2,12,27,.24);
  overflow:hidden
}

.pfh-mega-column{
  min-width:0;
  padding:25px 28px 22px;
  border-right:1px solid #e5e7eb
}

.pfh-mega-column:last-child{
  border-right:0
}

.pfh-mega-heading{
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#111827;
  font-size:16px
}

.pfh-mega-heading svg{
  width:28px;
  height:28px;
  color:#162f4a
}

.pfh-mega-column > a{
  min-height:30px;
  display:flex;
  align-items:center;
  color:#536173;
  font-size:13px
}

.pfh-mega-column > a:not(.pfh-mega-more)::before{
  content:"›";
  margin-right:8px;
  color:#8391a3;
  font-size:17px
}

.pfh-mega-column > a:hover{
  color:var(--pfh-red)
}

.pfh-mega-column .pfh-mega-more{
  margin-top:9px;
  gap:7px;
  color:var(--pfh-red);
  font-weight:800
}

.pfh-mega-more svg{
  width:16px;
  height:16px
}

.pfh-mobile-overlay,
.pfh-mobile-drawer{
  display:none
}

@media(max-width:1180px) and (min-width:901px){
  .pfh-container{
    padding-left:18px;
    padding-right:18px
  }

  .pfh-main-inner{
    grid-template-columns:140px minmax(220px,1fr) auto;
    gap:9px
  }

  .pfh-logo img{
    width:135px
  }

  .pfh-search-submit{
    min-width:48px;
    width:48px;
    padding:0
  }

  .pfh-search-submit svg{
    display:block
  }

  .pfh-search-label{
    display:none
  }

  .pfh-action{
    min-width:46px;
    padding-left:4px;
    padding-right:4px;
    font-size:9px
  }

  .pfh-action svg{
    width:18px;
    height:18px
  }

  .pfh-action-help{
    display:none
  }

  .pfh-action-cta{
    min-width:106px;
    padding:0 9px;
    font-size:10px
  }

  .pfh-category-all,
  .pfh-category-link{
    padding-left:14px;
    padding-right:14px;
    font-size:11px
  }

  .pfh-category-all svg,
  .pfh-category-link svg{
    width:18px;
    height:18px
  }
}

@media(max-width:900px){
  .pfh-shell{
    z-index:1000
  }

  .pfh-container{
    padding-left:12px;
    padding-right:12px
  }

  .pfh-pro-inner{
    min-height:30px;
    justify-content:center;
    font-size:11px
  }

  .pfh-pro-copy{
    display:none
  }

  .pfh-main-inner{
    min-height:auto;
    padding-top:10px;
    padding-bottom:10px;
    display:grid;
    grid-template-columns:40px minmax(100px,1fr) auto;
    grid-template-areas:
      "toggle logo mobile-actions"
      "search search search";
    gap:9px 10px
  }

  .pfh-mobile-toggle{
    grid-area:toggle;
    width:40px;
    height:40px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer
  }

  .pfh-mobile-toggle svg{
    width:29px;
    height:29px
  }

  .pfh-logo{
    grid-area:logo
  }

  .pfh-logo img{
    width:132px
  }

  .pfh-actions{
    display:none
  }

  .pfh-mobile-actions{
    grid-area:mobile-actions;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:3px
  }

  .pfh-mobile-action{
    width:37px;
    height:37px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:7px;
    background:transparent;
    color:#fff;
    cursor:pointer
  }

  .pfh-mobile-action:hover{
    background:rgba(255,255,255,.1)
  }

  .pfh-mobile-action svg{
    width:22px;
    height:22px
  }

  .pfh-mobile-garage{
    background:var(--pfh-red)
  }

  .pfh-search{
    grid-area:search
  }

  .pfh-search-form{
    height:43px
  }

  .pfh-search-form input{
    height:43px;
    padding-left:40px;
    font-size:13px
  }

  .pfh-search-leading{
    left:12px
  }

  .pfh-search-submit{
    width:48px;
    min-width:48px;
    height:43px;
    padding:0
  }

  .pfh-search-submit svg{
    display:block;
    width:21px;
    height:21px
  }

  .pfh-search-label{
    display:none
  }

  .pfh-category-bar,
  .pfh-mega{
    display:none!important
  }

  .pfh-mobile-overlay{
    position:fixed;
    z-index:1190;
    inset:0;
    display:block;
    background:rgba(2,10,20,.68);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease,visibility .22s ease
  }

  .pfh-mobile-drawer{
    position:fixed;
    z-index:1200;
    top:0;
    bottom:0;
    left:0;
    width:min(100%,430px);
    height:100dvh;
    display:flex;
    flex-direction:column;
    background:#fff;
    color:#111827;
    box-shadow:20px 0 48px rgba(0,0,0,.25);
    transform:translateX(-105%);
    visibility:hidden;
    transition:transform .25s ease,visibility .25s ease
  }

  body.pfh-drawer-open{
    overflow:hidden
  }

  body.pfh-drawer-open .pfh-mobile-overlay{
    opacity:1;
    visibility:visible;
    pointer-events:auto
  }

  body.pfh-drawer-open .pfh-mobile-drawer{
    transform:translateX(0);
    visibility:visible
  }

  .pfh-drawer-head{
    min-height:65px;
    padding:12px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:var(--pfh-navy)
  }

  .pfh-drawer-logo img{
    display:block;
    width:142px;
    height:auto
  }

  .pfh-drawer-close{
    width:40px;
    height:40px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:8px;
    background:rgba(255,255,255,.08);
    color:#fff;
    cursor:pointer
  }

  .pfh-drawer-close svg{
    width:25px;
    height:25px
  }

  .pfh-drawer-scroll{
    min-height:0;
    flex:1;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding-bottom:24px
  }

  .pfh-drawer-title-row{
    padding:18px 20px 10px
  }

  .pfh-drawer-title-row h2{
    margin:0;
    color:#111827;
    font-family:"Barlow Condensed","Barlow",sans-serif;
    font-size:25px;
    font-weight:900
  }

  .pfh-drawer-vehicle{
    min-height:52px;
    margin:5px 18px 12px;
    padding:9px 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:1.5px solid var(--pfh-red);
    border-radius:8px;
    color:var(--pfh-red);
    font-weight:800
  }

  .pfh-drawer-vehicle svg{
    width:25px;
    height:25px
  }

  .pfh-drawer-categories{
    border-top:1px solid #e5e7eb
  }

  .pfh-drawer-categories > a{
    min-height:54px;
    margin:0 18px;
    display:grid;
    grid-template-columns:27px minmax(0,1fr) 18px;
    align-items:center;
    gap:11px;
    border-bottom:1px solid #e5e7eb;
    color:#374151;
    font-size:14px
  }

  .pfh-drawer-categories > a > svg:first-child{
    width:23px;
    height:23px;
    color:#17395b
  }

  .pfh-drawer-categories > a > svg:last-child{
    width:17px;
    height:17px;
    color:#17395b
  }

  .pfh-drawer-categories > a:hover{
    color:var(--pfh-red)
  }

  .pfh-drawer-footer-nav{
    margin:18px;
    padding-top:15px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    border-top:1px solid #e5e7eb
  }

  .pfh-drawer-footer-nav a{
    min-height:42px;
    padding:8px 10px;
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:7px;
    background:#f5f7fa;
    color:#334155;
    font-size:13px;
    font-weight:700
  }

  .pfh-drawer-footer-nav svg{
    width:19px;
    height:19px
  }
}

@media(min-width:901px){
  .pfh-mobile-overlay,
  .pfh-mobile-drawer{
    display:none!important
  }
}

@media(max-width:390px){
  .pfh-logo img{
    width:118px
  }

  .pfh-mobile-action{
    width:33px
  }

  .pfh-mobile-actions{
    gap:1px
  }
}

@media(prefers-reduced-motion:reduce){
  .pfh-mega,
  .pfh-mobile-overlay,
  .pfh-mobile-drawer,
  .pfh-category-all .pfh-chevron{
    transition:none!important
  }
}
