.cgs-mp-shop-v2__shop-nav{
  position:relative;
  z-index:20;
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
}
.cgs-mp-shop-v2__nav-trigger{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:7px 11px;
  border:1px solid #6f605b;
  border-radius:9px;
  background:#6f605b;
  color:#fff;
  cursor:pointer;
  font-size:.86rem;
  font-weight:800;
}
.cgs-mp-shop-v2__nav-trigger:hover,
.cgs-mp-shop-v2__nav-trigger:focus-visible,
.cgs-mp-shop-v2__shop-nav.is-open > .cgs-mp-shop-v2__nav-trigger{
  border-color:#f36527;
  background:#f36527;
  color:#fff;
}
.cgs-mp-shop-v2__nav-icon{ display:grid; gap:3px; width:17px; }
.cgs-mp-shop-v2__nav-icon span{ display:block; height:2px; border-radius:2px; background:currentColor; }
.cgs-mp-shop-v2__nav-panel{
  position:absolute;
  top:100%;
  left:0;
  width:max-content;
  min-width:260px;
  max-width:min(620px,calc(100vw - 32px));
  max-height:min(72vh,620px);
  overflow:auto;
  padding:11px;
  border:1px solid rgba(111,96,91,.25);
  border-radius:11px;
  background:#fff;
  box-shadow:0 14px 32px rgba(0,0,0,.14);
}
.cgs-mp-shop-v2__nav-panel[hidden]{ display:none; }
.cgs-mp-shop-v2__nav-head,
.cgs-mp-shop-v2__nav-row{ display:flex; align-items:center; gap:7px; }
.cgs-mp-shop-v2__nav-head{
  justify-content:space-between;
  padding:0 2px 7px;
  border-bottom:1px solid rgba(111,96,91,.15);
}
.cgs-mp-shop-v2__nav-head button{
  border:0;
  background:transparent;
  color:#6f605b;
  cursor:pointer;
  font-size:1.35rem;
  line-height:1;
}
.cgs-mp-shop-v2__nav-tree{ margin:0; padding:5px 0 0; list-style:none; }
.cgs-mp-shop-v2__nav-children{ margin-left:13px; padding-left:7px; border-left:1px solid rgba(111,96,91,.18); }
.cgs-mp-shop-v2__nav-children[hidden]{ display:none; }
.cgs-mp-shop-v2__nav-row{ min-height:29px; }
.cgs-mp-shop-v2__nav-row a{
  align-self:stretch;
  display:flex;
  flex:1 1 auto;
  align-items:center;
  gap:7px;
  font-size:.86rem;
  text-decoration:none;
}
.cgs-mp-shop-v2__nav-item.is-active > .cgs-mp-shop-v2__nav-row > a{ color:#f36527; font-weight:800; }
.cgs-mp-shop-v2__nav-count{ color:rgba(111,96,91,.72); font-size:.75rem; }
.cgs-mp-shop-v2__nav-expand{
  position:relative;
  width:25px;
  height:25px;
  margin-left:auto;
  border:0;
  background:transparent;
  color:#6f605b;
  cursor:pointer;
}
.cgs-mp-shop-v2__nav-expand::after{
  content:"";
  position:absolute;
  top:7px;
  left:8px;
  width:6px;
  height:6px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
}
.cgs-mp-shop-v2__nav-expand[aria-expanded="true"]::after{ top:10px; transform:rotate(225deg); }
@media (min-width:521px){
  .cgs-mp-shop-v2__nav-panel{
    border:10px solid transparent;
    background-clip:padding-box;
    box-shadow:inset 0 0 0 1px rgba(111,96,91,.25),0 14px 32px rgba(0,0,0,.14);
  }
  .cgs-mp-shop-v2__shop-nav:hover > .cgs-mp-shop-v2__nav-panel[hidden],
  .cgs-mp-shop-v2__shop-nav:focus-within > .cgs-mp-shop-v2__nav-panel[hidden]{ display:block; }
}
@media (max-width:520px){
  .cgs-mp-shop-v2__shop-nav{ width:100%; }
  .cgs-mp-shop-v2__nav-trigger{ width:100%; justify-content:flex-start; }
  .cgs-mp-shop-v2__nav-panel{ position:static; width:auto; margin-top:5px; }
}
