/* CB Header Optimized */

:root{
    --cb-head-bg: rgba(255,255,255,.90);
    --cb-head-bg-solid:#ffffff;
    --cb-head-text: var(--text,#111827);
    --cb-head-muted: var(--muted,#6b7280);
    --cb-head-border: var(--border,#e5e7eb);
    --cb-head-hover: var(--hover,#f3f4f6);
    --cb-head-accent: var(--accent,#2563eb);
    --cb-head-accent-dark: var(--accent-dark,#1d4ed8);
    --cb-head-radius: var(--radius,14px);
    --cb-head-shadow: 0 18px 40px rgba(17,24,39,.08);
    --cb-head-h: 92px;
    --cb-head-offset: 138px;
    --cb-head-maxw: none;
  }

  html.has-cb-modern-head{
    scroll-padding-top: calc(var(--cb-head-offset) + 12px);
  }

  html.has-cb-modern-head body{
    padding-top:var(--cb-head-offset) !important;
  }

  html.has-cb-modern-head body.admin-bar{
    padding-top:calc(var(--cb-head-offset) + 32px) !important;
  }

  .cb-head__spacer{
    display:none !important;
    width:100%;
    height:0 !important;
    pointer-events:none;
    flex:0 0 auto;
  }

  body.cb-head-drawer-open{
    overflow:hidden !important;
    touch-action:none;
  }

  #site-content{
    position:relative;
    z-index:auto;
    margin-top:0 !important;
  }

  body.has-cb-modern-head #site-content,
  body.has-cb-modern-head #site-content > *{
    box-sizing:border-box;
  }

  #cb-modern-head,
  #cb-modern-head *{
    box-sizing: border-box;
  }

  #cb-modern-head{
    position: fixed;
    top: 0;
    isolation:isolate;
    left: 0;
    right: 0;
    z-index: 2147482400;
    overflow:visible;
    background: var(--cb-head-bg);
    border-bottom: 1px solid rgba(229,231,235,.9);
    box-shadow: 0 4px 20px rgba(17,24,39,.04);
  }

  body.admin-bar #cb-modern-head{ top: 32px; }
  @media (max-width: 782px){
    body.admin-bar #cb-modern-head{ top: 46px; }
    html.has-cb-modern-head body.admin-bar{
      padding-top:calc(var(--cb-head-offset) + 46px) !important;
    }
  }

  #cb-modern-head .cb-head__inner{
    width:calc(100vw - 24px);
    max-width:none;
    margin:0 auto;
    padding:12px 0 10px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  #cb-modern-head .cb-head__row{
    display:grid;
    grid-template-columns:auto minmax(280px,1fr) auto;
    gap:14px;
    align-items:center;
  }

  @media (min-width: 1280px){
    #cb-modern-head .cb-head__inner{
      width:calc(100vw - 32px);
    }
  }

  #cb-modern-head .cb-head__brand{
    display:flex;
    align-items:center;
    min-width:0;
  }

  #cb-modern-head .cb-head__brand-link{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    color:var(--cb-head-text);
    font-weight:900;
    letter-spacing:-.02em;
    font-size:1.12rem;
  }

  #cb-modern-head .cb-head__brand-link img{
    display:block;
    max-height:46px;
    width:auto;
  }

  #cb-modern-head .cb-head__search{
    width:100%;
  }

  #cb-modern-head .cb-head__search--mobile{
    display:none;
    margin-top:12px;
  }

  #cb-modern-head .cb-head__search-form{
    display:flex;
    align-items:center;
    width:100%;
  }

  #cb-modern-head .cb-head__search-wrap{
    position:relative;
    width:100%;
  }

  #cb-modern-head .cb-head__search-icon{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:18px;
    color:var(--cb-head-muted);
    pointer-events:none;
  }

  #cb-modern-head .cb-head__search-field{
    width:100%;
    height:46px;
    border:1px solid var(--cb-head-border);
    border-radius:999px;
    background:#fff;
    color:var(--cb-head-text);
    padding:0 16px 0 42px;
    outline:none;
    font-size:16px !important;
    line-height:20px;
    box-shadow:0 1px 2px rgba(17,24,39,.03);
    -webkit-appearance:none;
    appearance:none;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    touch-action:manipulation;
  }

  #cb-modern-head .cb-head__search-field:focus{
    border-color:var(--cb-head-accent);
    box-shadow:0 0 0 4px rgba(37,99,235,.10);
  }

  #cb-modern-head .cb-head__search-suggest{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:2147483500;
    background:#fff;
    border:1px solid var(--cb-head-border);
    border-radius:18px;
    box-shadow:0 18px 40px rgba(17,24,39,.12);
    overflow:hidden;
    display:none;
  }

  #cb-modern-head .cb-head__search-suggest.is-open{
    display:block;
  }

  #cb-modern-head .cb-head__search-suggest-scroll{
    max-height:min(70vh, 540px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  #cb-modern-head .cb-head__search-group + .cb-head__search-group{
    border-top:1px solid rgba(229,231,235,.8);
  }

  #cb-modern-head .cb-head__search-group-title{
    padding:10px 14px 6px;
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__search-cats{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    padding:0 12px 12px;
  }

  #cb-modern-head .cb-head__search-cat,
  #cb-modern-head .cb-head__search-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:42px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    color:var(--cb-head-text);
    text-decoration:none;
    font-weight:800;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  #cb-modern-head .cb-head__search-cat:hover,
  #cb-modern-head .cb-head__search-more:hover,
  #cb-modern-head .cb-head__search-row:hover,
  #cb-modern-head .cb-head__search-row.is-active,
  #cb-modern-head .cb-head__search-cat.is-active{
    transform:translateY(-1px);
    border-color:#d1d5db;
    box-shadow:0 12px 26px rgba(17,24,39,.08);
    background:#fff;
  }

  #cb-modern-head .cb-head__search-thumb,
  #cb-modern-head .cb-head__search-cat-thumb{
    width:42px;
    height:42px;
    border-radius:999px;
    overflow:hidden;
    flex:0 0 42px;
    background:#f3f4f6;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  #cb-modern-head .cb-head__search-thumb{
    border-radius:14px;
  }

  #cb-modern-head .cb-head__search-thumb img,
  #cb-modern-head .cb-head__search-cat-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  #cb-modern-head .cb-head__search-cat-name,
  #cb-modern-head .cb-head__search-fallback{
    font-weight:800;
    color:var(--cb-head-text);
  }

  #cb-modern-head .cb-head__search-fallback{
    font-size:.88rem;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__search-list{
    display:grid;
    gap:2px;
    padding:0 8px 8px;
  }

  #cb-modern-head .cb-head__search-row{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:64px;
    padding:10px 12px;
    border-radius:16px;
    text-decoration:none;
    color:var(--cb-head-text);
    border:1px solid transparent;
  }

  #cb-modern-head .cb-head__search-main{
    min-width:0;
    display:grid;
    gap:4px;
  }

  #cb-modern-head .cb-head__search-title{
    min-width:0;
    font-size:.95rem;
    font-weight:800;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  #cb-modern-head .cb-head__search-meta{
    font-size:.82rem;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__search-foot{
    padding:10px 12px 12px;
    border-top:1px solid rgba(229,231,235,.8);
  }

  #cb-modern-head .cb-head__search-more{
    width:100%;
    justify-content:center;
    background:rgba(37,99,235,.06);
    border-color:rgba(37,99,235,.12);
    color:var(--cb-head-accent-dark);
  }

  #cb-modern-head .cb-head__search-empty,
  #cb-modern-head .cb-head__search-loading{
    padding:14px;
    font-size:.92rem;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__mobile-toggle,
  #cb-modern-head .cb-head__mobile-user-toggle,
  #cb-modern-head .cb-head__cart-link,
  #cb-modern-head .cb-head__user-summary,
  #cb-modern-head .cb-head__menu-chip{
    height:46px;
    border-radius:999px;
  }

  #cb-modern-head .cb-head__actions{
    display:flex;
    align-items:center;
    gap:10px;
  }

  #cb-modern-head .cb-head__cart-link,
  #cb-modern-head .cb-head__mobile-toggle,
  #cb-modern-head .cb-head__mobile-user-toggle,
  #cb-modern-head .cb-head__user-summary,
  #cb-modern-head .cb-head__menu-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:0 14px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    color:var(--cb-head-text);
    text-decoration:none;
    font-weight:700;
    box-shadow:0 1px 2px rgba(17,24,39,.03);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  #cb-modern-head .cb-head__cart-link:hover,
  #cb-modern-head .cb-head__mobile-toggle:hover,
  #cb-modern-head .cb-head__mobile-user-toggle:hover,
  #cb-modern-head .cb-head__user-summary:hover,
  #cb-modern-head .cb-head__menu-chip:hover{
    transform:translateY(-1px);
    border-color:#d1d5db;
    box-shadow:0 12px 26px rgba(17,24,39,.08);
  }

  #cb-modern-head .cb-head__mobile-toggle{
    display:none;
    cursor:pointer;
    width:46px;
    min-width:46px;
    padding:0;
    flex:0 0 46px;
    aspect-ratio:1 / 1;
  }

  #cb-modern-head .cb-head__mobile-toggle svg{
    width:18px;
    height:18px;
    flex:0 0 18px;
  }

  #cb-modern-head .cb-head__cart-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    background:var(--danger,#dc2626);
    color:#fff;
    font-size:.72rem;
    font-weight:900;
    line-height:1;
  }


#cb-modern-head .cb-head__quickbar{
  margin-top:12px;
}

#cb-modern-head .cb-head__quickchips{
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 1px 2px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

#cb-modern-head .cb-head__quickchips::-webkit-scrollbar{
  display:none;
}

#cb-modern-head .cb-head__quickchip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 12px 0 8px;
  border-radius:999px;
  text-decoration:none;
  color:var(--cb-head-text);
  background:#fff;
  border:1px solid var(--cb-head-border);
  box-shadow:0 1px 2px rgba(17,24,39,.03);
  white-space:nowrap;
  flex:0 0 auto;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#cb-modern-head .cb-head__quickchip:hover{
  transform:translateY(-1px);
  border-color:#d1d5db;
  box-shadow:0 12px 26px rgba(17,24,39,.08);
}

#cb-modern-head .cb-head__quickchip.is-dark{
  background:#fff;
  border-color:var(--cb-head-border);
  color:var(--cb-head-text);
  box-shadow:0 1px 2px rgba(17,24,39,.03);
}

#cb-modern-head .cb-head__quickchip.is-dark:hover,
#cb-modern-head .cb-head__quickchip.is-dark:focus-visible{
  background:var(--cb-head-accent);
  border-color:var(--cb-head-accent);
  color:#fff;
  box-shadow:0 10px 24px rgba(37,99,235,.18);
}

#cb-modern-head .cb-head__quickchip.is-dark .cb-head__quickchip-thumb{
  background:#eff6ff;
}

#cb-modern-head .cb-head__quickchip.is-dark .cb-head__quickchip-fallback,
#cb-modern-head .cb-head__quickchip.is-dark .cb-head__quickchip-text{
  color:currentColor;
}

#cb-modern-head .cb-head__quickchip-thumb{
  width:28px;
  height:28px;
  border-radius:999px;
  overflow:hidden;
  flex:0 0 28px;
  background:#f3f4f6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

#cb-modern-head .cb-head__quickchip-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

#cb-modern-head .cb-head__quickchip-fallback{
  font-size:.78rem;
  font-weight:900;
  color:var(--cb-head-muted);
}

#cb-modern-head .cb-head__quickchip-text{
  font-size:.88rem;
  font-weight:800;
  line-height:1;
}

#cb-modern-head .cb-head__navline{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid rgba(229,231,235,.85);
  }

  #cb-modern-head .cb-head__nav{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
  }

  #cb-modern-head .cb-head__nav-link,
  #cb-modern-head .cb-head__cats-summary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    color:var(--cb-head-text);
    text-decoration:none;
    font-weight:800;
    background:transparent;
    border:0;
    cursor:pointer;
  }

  #cb-modern-head .cb-head__nav-link:hover,
  #cb-modern-head .cb-head__cats-summary:hover{
    background:var(--cb-head-hover);
  }

  #cb-modern-head .cb-head__nav-link.is-current{
    background:rgba(37,99,235,.08);
    color:var(--cb-head-accent-dark);
  }

  #cb-modern-head .cb-head__nav{
    overflow-x:auto;
    overflow-y:hidden;
    flex-wrap:nowrap;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  #cb-modern-head .cb-head__nav::-webkit-scrollbar{
    display:none;
  }

  #cb-modern-head .cb-head__nav-link,
  #cb-modern-head .cb-head__menu-chip{
    flex:0 0 auto;
    white-space:nowrap;
  }

  #cb-modern-head .cb-head__nav-link--quick{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 12px 0 8px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    box-shadow:0 1px 2px rgba(17,24,39,.03);
  }

  #cb-modern-head .cb-head__nav-link--quick:hover{
    background:#fff;
    border-color:#d1d5db;
    box-shadow:0 12px 26px rgba(17,24,39,.08);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-featured{
    position:relative;
    background:linear-gradient(180deg, rgba(37,99,235,.12), rgba(255,255,255,.96));
    border-color:rgba(37,99,235,.26);
    box-shadow:0 10px 24px rgba(37,99,235,.12);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-featured::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:999px;
    padding:1px;
    background:linear-gradient(135deg, rgba(37,99,235,.55), rgba(96,165,250,.12));
    -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
  }

  #cb-modern-head .cb-head__nav-link--quick.is-featured:hover,
  #cb-modern-head .cb-head__nav-link--quick.is-featured:focus-visible{
    background:linear-gradient(180deg, rgba(37,99,235,.16), rgba(255,255,255,.98));
    border-color:rgba(37,99,235,.34);
    box-shadow:0 14px 30px rgba(37,99,235,.18);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-featured .cb-head__nav-thumb{
    background:rgba(37,99,235,.14);
    box-shadow:inset 0 0 0 1px rgba(37,99,235,.10);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-featured .cb-head__nav-quick-text{
    color:var(--cb-head-accent-dark);
  }

  #cb-modern-head .cb-head__nav-link--home-mobile{
    display:none;
  }

  #cb-modern-head .cb-head__nav-thumb--icon{
    color:var(--cb-head-accent-dark);
    background:rgba(37,99,235,.10);
  }

  #cb-modern-head .cb-head__nav-thumb--icon i{
    font-size:.88rem;
    line-height:1;
  }

  #cb-modern-head .cb-head__nav-link--quick.is-dark{
    background:#fff;
    border-color:var(--cb-head-border);
    color:var(--cb-head-text);
    box-shadow:0 1px 2px rgba(17,24,39,.03);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-dark:hover,
  #cb-modern-head .cb-head__nav-link--quick.is-dark:focus-visible{
    background:var(--cb-head-accent);
    border-color:var(--cb-head-accent);
    color:#fff;
    box-shadow:0 10px 24px rgba(37,99,235,.18);
  }

  #cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-thumb{
    background:#eff6ff;
  }

  #cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-fallback,
  #cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-quick-text{
    color:currentColor;
  }

  #cb-modern-head .cb-head__nav-thumb{
    width:28px;
    height:28px;
    border-radius:999px;
    overflow:hidden;
    flex:0 0 28px;
    background:#f3f4f6;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  #cb-modern-head .cb-head__nav-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  #cb-modern-head .cb-head__nav-fallback{
    font-size:.78rem;
    font-weight:900;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__nav-quick-text{
    font-size:.88rem;
    font-weight:800;
    line-height:1;
  }

  #cb-modern-head .cb-head__caret{
    width:14px;
    height:14px;
    flex:0 0 14px;
    color:var(--cb-head-muted);
    transition:transform .18s ease;
  }

  #cb-modern-head details[open] > summary .cb-head__caret{
    transform:rotate(180deg);
  }

  #cb-modern-head summary{
    list-style:none;
  }

  #cb-modern-head summary::-webkit-details-marker{
    display:none;
  }

  #cb-modern-head .cb-head__cats,
  #cb-modern-head .cb-head__user{
    position:relative;
  }

  #cb-modern-head .cb-head__user-details{
    position:relative;
  }

  #cb-modern-head .cb-head__cats-menu,
  #cb-modern-head .cb-head__user-menu{
    position:absolute;
    top:calc(100% + 10px);
    border:1px solid var(--cb-head-border);
    background:#fff;
    box-shadow:var(--cb-head-shadow);
    border-radius:18px;
  }

  #cb-modern-head .cb-head__cats-menu{
    left:0;
    min-width:300px;
    max-width:min(92vw, 520px);
    padding:12px;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }

  #cb-modern-head .cb-head__cats-menu a,
  #cb-modern-head .cb-head__user-menu a,
  #cb-modern-head .cb-head__user-menu button{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
    min-height:42px;
    padding:0 12px;
    border-radius:12px;
    text-decoration:none;
    color:var(--cb-head-text);
    font-weight:700;
    background:transparent;
    border:0;
    text-align:left;
    cursor:pointer;
  }

  #cb-modern-head .cb-head__cats-menu a:hover,
  #cb-modern-head .cb-head__user-menu a:hover,
  #cb-modern-head .cb-head__user-menu button:hover{
    background:var(--cb-head-hover);
  }

  #cb-modern-head .cb-head__user-menu{
    right:0;
    min-width:260px;
    padding:10px;
    display:grid;
    gap:6px;
  }

  #cb-modern-head .cb-head__menu-icon,
  #cb-modern-head .cb-head__user-menu .dashicons,
  #cb-modern-head .cb-head__drawer-link .dashicons,
  #cb-modern-head .cb-head__drawer-summary .dashicons{
    font-size:18px;
    width:18px;
    height:18px;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__avatar{
    width:30px;
    height:30px;
    border-radius:999px;
    display:block;
    object-fit:cover;
    flex:0 0 30px;
  }

  #cb-modern-head .cb-head__user-name{
    max-width:120px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:.92rem;
  }

  #cb-modern-head .cb-head__mobile-user-toggle{
    display:none;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    min-width:0;
    max-width:180px;
    padding:0 12px 0 8px;
    cursor:pointer;
  }

  #cb-modern-head .cb-head__mobile-user-toggle .cb-head__avatar{
    width:32px;
    height:32px;
    flex:0 0 32px;
  }

  #cb-modern-head .cb-head__mobile-user-name{
    min-width:0;
    max-width:110px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:.92rem;
    font-weight:800;
  }

  .cb-head__screen{
    position:fixed;
    inset:0;
    background:rgba(17,24,39,.28);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease, visibility .22s ease;
    z-index:2147483646;
  }

  .cb-head__screen.is-open{
    opacity:1;
    visibility:visible;
  }

  .cb-head__drawer{
    position:fixed;
    top:0;
    bottom:0;
    width:min(420px, 38vw);
    max-width:calc(100vw - 24px);
    background:#fff;
    box-shadow:0 24px 60px rgba(17,24,39,.18);
    z-index:2147483647;
    display:flex;
    flex-direction:column;
    transition:transform .28s ease, visibility .28s ease;
    overflow:hidden;
    visibility:hidden;
    pointer-events:none;
  }

  .cb-head__drawer--left{
    left:0;
    transform:translateX(-104%);
    border-right:1px solid var(--cb-head-border);
  }

  .cb-head__drawer--right{
    right:0;
    transform:translateX(104%);
    border-left:1px solid var(--cb-head-border);
  }

  #cb-head-drawer-mobile,
  #cb-head-drawer-user-mobile{
    display:none;
  }

  .cb-head__drawer.is-open{
    transform:translateX(0);
    visibility:visible;
    pointer-events:auto;
  }

  #cb-head-drawer-desktop.is-open,
  #cb-head-drawer-mobile.is-open,
  #cb-head-drawer-user-mobile.is-open{
    transform:translateX(0);
    visibility:visible;
    pointer-events:auto;
  }

  .cb-head__drawer-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:18px 18px 14px;
    border-bottom:1px solid var(--cb-head-border);
  }

  .cb-head__drawer-head--products{
    justify-content:space-between;
    padding:14px 14px 10px;
    border-bottom:1px solid var(--cb-head-border);
  }

  .cb-head__drawer-head--products .cb-head__drawer-brand{
    display:inline-flex;
    align-items:center;
    min-width:0;
    text-decoration:none;
    color:var(--cb-head-text);
    padding:4px 6px;
    border-radius:14px;
  }

  .cb-head__drawer-head--products .cb-head__drawer-brand:hover{
    background:var(--cb-head-hover);
  }

  .cb-head__drawer-head--products .cb-head__drawer-brand img{
    width:auto;
    height:34px;
    max-width:160px;
    border-radius:0;
    object-fit:contain;
  }

  .cb-head__drawer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
  }

  .cb-head__drawer-brand img{
    width:42px;
    height:42px;
    border-radius:12px;
    object-fit:cover;
  }

  .cb-head__drawer-title{
    font-weight:900;
    font-size:1rem;
    color:var(--cb-head-text);
    line-height:1.1;
  }

  .cb-head__drawer-sub{
    color:var(--cb-head-muted);
    font-size:.82rem;
    line-height:1.2;
    margin-top:3px;
  }

  .cb-head__drawer-close{
    width:42px;
    height:42px;
    border-radius:999px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    color:var(--cb-head-text);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    flex:0 0 42px;
  }

  .cb-head__drawer-body{
    flex:1 1 auto;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding:14px 14px 18px;
  }

  .cb-head__drawer-group + .cb-head__drawer-group{
    margin-top:16px;
  }

  .cb-head__drawer-label{
    font-size:.78rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cb-head-muted);
    font-weight:900;
    margin:0 0 10px;
    padding:0 6px;
  }

  .cb-head__drawer-list,
  .cb-head__drawer-sublist{
    display:grid;
    gap:8px;
  }

  .cb-head__drawer-node{
    display:grid;
    gap:8px;
  }

  .cb-head__drawer-link,
  .cb-head__drawer-summary,
  .cb-head__drawer-static{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:48px;
    padding:0 14px;
    border-radius:16px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    color:var(--cb-head-text);
    text-decoration:none;
    font-weight:800;
  }

  .cb-head__drawer-link:hover,
  .cb-head__drawer-summary:hover{
    background:var(--cb-head-hover);
  }

  .cb-head__drawer-left{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
    flex:1 1 auto;
  }

  .cb-head__drawer-text,
  #cb-modern-head .cb-head__user-menu-text{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .cb-head__drawer-sublist{
    padding-left:14px;
  }

  .cb-head__drawer-sublist .cb-head__drawer-link,
  .cb-head__drawer-sublist .cb-head__drawer-summary{
    min-height:44px;
    border-radius:14px;
  }

  .cb-head__drawer-foot{
    border-top:1px solid var(--cb-head-border);
    padding:14px;
    display:grid;
    gap:10px;
    background:#fff;
  }

  .cb-head__drawer-userbox{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border:1px solid var(--cb-head-border);
    border-radius:16px;
    background:#f9fafb;
  }

  .cb-head__drawer-userbox .cb-head__avatar{
    width:40px;
    height:40px;
    flex-basis:40px;
  }

  .cb-head__drawer-user-name{
    font-weight:800;
    color:var(--cb-head-text);
    line-height:1.1;
  }

  .cb-head__drawer-user-sub{
    color:var(--cb-head-muted);
    font-size:.82rem;
    margin-top:4px;
  }


  #cb-modern-head .cb-head__mega-menu{
    left:0;
    min-width:min(980px, calc(100vw - 28px));
    max-width:min(1240px, calc(100vw - 28px));
    padding:16px;
    display:grid;
    gap:14px;
  }

  #cb-modern-head .cb-head__mega-top{
    display:flex;
    align-items:center;
    justify-content:flex-start;
  }

  #cb-modern-head .cb-head__mega-all,
  .cb-head__drawer-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    text-decoration:none;
    background:rgba(37,99,235,.08);
    color:var(--cb-head-accent-dark);
    font-weight:900;
    border:1px solid rgba(37,99,235,.14);
  }

  #cb-modern-head .cb-head__mega-all:hover,
  .cb-head__drawer-all:hover{
    background:rgba(37,99,235,.12);
  }

  #cb-modern-head .cb-head__mega-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
  }

  #cb-modern-head .cb-head__mega-group,
  .cb-head__drawer-cat-group{
    min-width:0;
  }

  #cb-modern-head .cb-head__mega-title,
  .cb-head__drawer-cat-title{
    margin:0 0 10px;
    font-size:.82rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--cb-head-muted);
    font-weight:900;
  }

  #cb-modern-head .cb-head__mega-list,
  .cb-head__drawer-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  #cb-modern-head .cb-head__cat-card,
  .cb-head__drawer-cat-card{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:62px;
    min-width:0;
    padding:10px 12px;
    border-radius:16px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    text-decoration:none;
    color:var(--cb-head-text);
    box-shadow:0 1px 2px rgba(17,24,39,.03);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  }

  #cb-modern-head .cb-head__cat-card:hover,
  .cb-head__drawer-cat-card:hover{
    transform:translateY(-1px);
    border-color:#d1d5db;
    box-shadow:0 12px 26px rgba(17,24,39,.08);
    background:#fff;
  }

  #cb-modern-head .cb-head__cat-thumb,
  .cb-head__drawer-cat-thumb{
    width:42px;
    height:42px;
    border-radius:999px;
    overflow:hidden;
    flex:0 0 42px;
    background:#f3f4f6;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  #cb-modern-head .cb-head__cat-thumb img,
  .cb-head__drawer-cat-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  #cb-modern-head .cb-head__cat-fallback,
  .cb-head__drawer-cat-fallback{
    font-size:.9rem;
    font-weight:900;
    color:var(--cb-head-muted);
  }

  #cb-modern-head .cb-head__cat-name,
  .cb-head__drawer-cat-name{
    display:block;
    flex:1 1 auto;
    width:100%;
    min-width:0;
    font-size:.93rem;
    font-weight:800;
    line-height:1.2;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .cb-head__drawer-group--products{
    display:grid;
    gap:16px;
  }

  .cb-head__drawer-products{
    display:grid;
    gap:18px;
  }

  .cb-head__drawer-foot--products{
    grid-template-columns:1fr;
  }

  .cb-head__drawer-foot--products .cb-head__drawer-all{
    width:100%;
  }

  .cb-head__drawer-body[data-cb-products-drawer-body]{
    min-height:240px;
  }

  .cb-head__drawer-lazy{
    display:grid;
    padding:4px 2px 2px;
    color:var(--cb-head-text);
  }

  .cb-head__drawer-lazy-skeleton{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
    margin-top:0;
  }

  .cb-head__drawer-lazy-card{
    min-width:0;
    min-height:62px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    border-radius:16px;
    border:1px solid var(--cb-head-border);
    background:#fff;
    box-shadow:0 1px 2px rgba(17,24,39,.03);
  }

  .cb-head__drawer-lazy-thumb,
  .cb-head__drawer-lazy-line{
    position:relative;
    overflow:hidden;
    display:block;
    background:#eef2f7;
  }

  .cb-head__drawer-lazy-thumb::after,
  .cb-head__drawer-lazy-line::after{
    content:'';
    position:absolute;
    inset:0;
    transform:translateX(-100%);
    background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,.75) 50%, transparent 100%);
    animation:cbHeadDrawerSkeleton 1.15s ease-in-out infinite;
  }

  .cb-head__drawer-lazy-thumb{
    width:42px;
    height:42px;
    border-radius:999px;
    flex:0 0 42px;
  }

  .cb-head__drawer-lazy-line{
    height:13px;
    border-radius:999px;
    flex:1 1 auto;
    min-width:0;
  }

  .cb-head__drawer-lazy-card:nth-child(3n) .cb-head__drawer-lazy-line{
    max-width:76%;
  }

  .cb-head__drawer-lazy-card:nth-child(4n) .cb-head__drawer-lazy-line{
    max-width:58%;
  }

  .cb-head__drawer-empty{
    min-height:96px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    border-radius:16px;
    border:1px solid var(--cb-head-border);
    background:#f9fafb;
    color:var(--cb-head-muted);
    font-size:.9rem;
    line-height:1.4;
    font-weight:800;
    text-align:center;
  }

  @keyframes cbHeadDrawerSkeleton{
    100%{ transform:translateX(100%); }
  }


  @media (max-width: 1180px){
    #cb-modern-head .cb-head__mega-grid{
      grid-template-columns:1fr;
    }
  }


  @media (max-width: 980px){
    :root{
      --cb-head-offset: 156px;
    }

    #cb-modern-head .cb-head__inner{
      width:calc(100vw - 16px);
      max-width:none;
      padding:8px 0 6px;
    }

    #cb-modern-head .cb-head__row{
      grid-template-columns:minmax(0,1fr) auto;
      gap:10px;
    }

    #cb-modern-head .cb-head__search--desktop{
      display:none;
    }

    #cb-modern-head .cb-head__search--mobile,
    #cb-modern-head .cb-head__navline{
      display:block;
    }

    #cb-modern-head .cb-head__navline{
      margin-top:8px;
      padding-top:8px;
    }

    #cb-modern-head .cb-head__user--desktop{
      display:none;
    }

    #cb-modern-head .cb-head__mobile-user-toggle,
    #cb-modern-head .cb-head__mobile-toggle{
      display:inline-flex;
    }

    #cb-modern-head .cb-head__mobile-user-toggle{
      max-width:160px;
    }

    #cb-modern-head .cb-head__actions > *{
      flex:0 0 auto;
    }

    #cb-modern-head .cb-head__cart-text{
      display:none;
    }

    #cb-modern-head .cb-head__actions{
      gap:8px;
    }

    #cb-modern-head .cb-head__nav > .cb-head__menu-chip,
    #cb-modern-head .cb-head__nav > .cb-head__nav-link:not(.cb-head__nav-link--quick){
      display:none;
    }

    #cb-modern-head .cb-head__nav-link--home-mobile{
      display:inline-flex;
    }

    #cb-modern-head .cb-head__navline{
      justify-content:flex-start;
    }

    #cb-modern-head .cb-head__nav{
      gap:6px;
      width:100%;
    }

    #cb-modern-head .cb-head__nav-link--quick{
      min-height:32px;
      padding:0 10px 0 6px;
      gap:6px;
    }

    #cb-modern-head .cb-head__nav-link--quick.is-featured{
      box-shadow:0 8px 18px rgba(37,99,235,.16);
    }

    #cb-modern-head .cb-head__nav-thumb{
      width:22px;
      height:22px;
      flex-basis:22px;
    }

    #cb-modern-head .cb-head__nav-quick-text{
      font-size:.78rem;
    }

    #cb-head-drawer-desktop{
      display:none;
    }

    #cb-head-drawer-mobile,
    #cb-head-drawer-user-mobile{
      display:flex;
      top:0;
      bottom:0;
      left:0;
      right:auto;
      width:min(84vw, 420px);
      max-width:calc(100vw - 12px);
      transform:translateX(-104%);
      border-right:1px solid var(--cb-head-border);
      border-left:0;
      visibility:hidden;
      pointer-events:none;
    }

    #cb-head-drawer-mobile.is-open,
    #cb-head-drawer-user-mobile.is-open{
      transform:translateX(0);
      visibility:visible;
      pointer-events:auto;
    }

    .cb-head__drawer-cards,
    .cb-head__drawer-lazy-skeleton{
      grid-template-columns:1fr;
    }
  }

  @media (max-width: 640px){
    :root{
      --cb-head-offset: 150px;
    }

    #cb-modern-head .cb-head__nav-link--quick{
      min-height:30px;
      padding:0 9px 0 6px;
      gap:5px;
    }

    #cb-modern-head .cb-head__nav-thumb{
      width:20px;
      height:20px;
      flex-basis:20px;
    }

    #cb-modern-head .cb-head__nav-quick-text{
      font-size:.74rem;
    }

    #cb-modern-head .cb-head__search-cats{
      padding:0 10px 10px;
    }

    #cb-modern-head .cb-head__search-cat,
    #cb-modern-head .cb-head__search-more{
      width:100%;
      justify-content:flex-start;
      border-radius:16px;
    }

    #cb-modern-head .cb-head__search-row{
      min-height:58px;
      padding:10px;
    }

    #cb-modern-head .cb-head__search-thumb,
    #cb-modern-head .cb-head__search-cat-thumb{
      width:38px;
      height:38px;
      flex-basis:38px;
    }

    #cb-modern-head .cb-head__brand-link img{
      max-height:40px;
    }

    #cb-modern-head .cb-head__search--mobile{
      margin-top:8px;
    }

    #cb-modern-head .cb-head__cart-link,
    #cb-modern-head .cb-head__mobile-user-toggle,
    #cb-modern-head .cb-head__user-summary,
    #cb-modern-head .cb-head__menu-chip{
      padding:0 10px;
    }

    #cb-modern-head .cb-head__mobile-toggle{
      width:42px;
      min-width:42px;
      flex-basis:42px;
      padding:0;
    }

    #cb-head-drawer-mobile,
    #cb-head-drawer-user-mobile{
      width:84vw;
      max-width:calc(100vw - 12px);
    }

    .cb-head__drawer-head--products{
      padding:14px 12px 10px;
    }

    .cb-head__drawer-body{
      padding:12px 12px 16px;
    }

    .cb-head__drawer-cards{
      gap:8px;
    }

    .cb-head__drawer-cat-card{
      gap:10px;
      min-height:58px;
      padding:9px 10px;
    }

    .cb-head__drawer-cat-name{
      font-size:.89rem;
    }
  }

/* ======================================================================
   CB Header · Ubicación + menú app móvil
   ====================================================================== */
#cb-modern-head .cb-head__location-btn{
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
  max-width:190px;
  padding:0 14px;
  border:1px solid var(--cb-head-border);
  background:#fff;
  color:var(--cb-head-text);
  text-decoration:none;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(17,24,39,.03);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#cb-modern-head .cb-head__location-btn:hover,
#cb-modern-head .cb-head__location-btn:focus-visible{
  transform:translateY(-1px);
  border-color:#d1d5db;
  box-shadow:0 12px 26px rgba(17,24,39,.08);
  background:#fff;
}

#cb-modern-head .cb-head__location-btn i,
#cb-modern-head .cb-head__location-chip i{
  color:var(--cb-head-accent-dark);
  font-size:.95rem;
  line-height:1;
}

#cb-modern-head .cb-head__location-label{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

#cb-modern-head .cb-head__location-label--desktop{
  max-width:130px;
}

#cb-modern-head .cb-head__location-chip{
  display:none !important;
  border:1px solid rgba(37,99,235,.18);
  background:rgba(37,99,235,.07);
  color:var(--cb-head-accent-dark);
  cursor:pointer;
}

#cb-modern-head .cb-head__location-chip:hover,
#cb-modern-head .cb-head__location-chip:focus-visible,
#cb-modern-head .cb-head__location-chip.is-selected{
  background:rgba(37,99,235,.11);
  border-color:rgba(37,99,235,.28);
  color:var(--cb-head-accent-dark);
}

#cb-modern-head .cb-head__location-chip .cb-head__nav-thumb{
  background:rgba(37,99,235,.10);
}

.cb-head-location-modal[hidden]{
  display:none !important;
}

.cb-head-location-modal.cb-modal{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100vw;
  height:100vh;
  padding:18px;
  overscroll-behavior:contain;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .20s ease, visibility .20s ease;
}

.cb-head-location-modal.cb-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

@supports (height: 100dvh){
  .cb-head-location-modal.cb-modal{
    width:100dvw;
    height:100dvh;
  }
}

.cb-head-location-modal .cb-modal__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(15,23,42,.45);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
  opacity:0;
  cursor:pointer;
  transition:opacity .20s ease;
}

.cb-head-location-modal.is-open .cb-modal__backdrop{
  opacity:1;
}

.cb-head-location-modal .cb-modal__dialog{
  position:relative;
  z-index:1;
  width:min(640px, 94vw);
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  min-height:0;
  opacity:0;
  transform:translateY(8px) scale(.985);
  transition:opacity .20s ease, transform .20s ease;
}

.cb-head-location-modal.is-open .cb-modal__dialog{
  opacity:1;
  transform:translateY(0) scale(1);
}

@supports (height: 100dvh){
  .cb-head-location-modal .cb-modal__dialog{
    max-height:calc(100dvh - 36px);
  }
}

.cb-head-location-modal .cb-modal__content.cb-card,
.cb-head-location-modal .cb-head__location-content{
  margin:0;
  border-radius:18px;
  border:1px solid var(--cb-head-border);
  background:#fff;
  box-shadow:0 24px 70px rgba(2,6,23,.30);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:0;
  max-height:100%;
  padding:0;
}

.cb-head-location-modal .cb-modal__body{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding:18px;
}

.cb-head__location-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px 14px;
  border-bottom:1px solid var(--cb-head-border);
}

.cb-head__location-titlewrap{
  min-width:0;
  display:grid;
  gap:5px;
}

.cb-head__location-title{
  margin:0;
  color:var(--cb-head-text);
  font-size:1.1rem;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.01em;
}

.cb-head__location-subtitle{
  margin:0;
  color:var(--cb-head-muted);
  font-size:.9rem;
  line-height:1.35;
}

.cb-head__location-close{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:999px;
  border:1px solid var(--cb-head-border);
  background:#fff;
  color:var(--cb-head-text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.cb-head__location-close:hover{
  background:var(--cb-head-hover);
}

.cb-head__dept-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
}

.cb-head__dept-option{
  min-height:48px;
  padding:0 14px;
  border-radius:15px;
  border:1px solid var(--cb-head-border);
  background:#fff;
  color:var(--cb-head-text);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:850;
  cursor:pointer;
  text-align:left;
  box-shadow:0 1px 2px rgba(17,24,39,.03);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.cb-head__dept-option:hover,
.cb-head__dept-option:focus-visible{
  transform:translateY(-1px);
  border-color:#d1d5db;
  box-shadow:0 12px 26px rgba(17,24,39,.08);
}

.cb-head__dept-option[aria-pressed="true"],
.cb-head__dept-option.is-selected{
  border-color:rgba(37,99,235,.36);
  background:rgba(37,99,235,.08);
  color:var(--cb-head-accent-dark);
}

.cb-head__dept-option i{
  color:var(--cb-head-accent-dark);
  opacity:0;
  font-size:.9rem;
}

.cb-head__dept-option[aria-pressed="true"] i,
.cb-head__dept-option.is-selected i{
  opacity:1;
}

.cb-head__location-foot{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  padding:14px 18px 18px;
  border-top:1px solid var(--cb-head-border);
}

.cb-head__location-reset{
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--cb-head-border);
  background:#fff;
  color:var(--cb-head-text);
  font-weight:800;
  cursor:pointer;
}

.cb-head__location-reset:hover{
  background:var(--cb-head-hover);
}

html.cb-modal-open,
body.cb-modal-open,
html.cb-head-location-lock,
body.cb-head-location-lock{
  overflow:hidden;
}


@media (min-width: 720px){
  .cb-head__dept-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px){
  :root{
    --cb-head-offset:112px;
  }

  html.has-cb-modern-head{
    scroll-padding-top:calc(var(--cb-head-offset) + 10px);
  }
  #cb-modern-head .cb-head__inner{
    padding:7px 0 7px;
  }

  #cb-modern-head .cb-head__row{
    grid-template-columns:auto minmax(0, 1fr);
    gap:10px;
    align-items:center;
  }

  #cb-modern-head .cb-head__brand{
    min-width:0;
  }

  #cb-modern-head .cb-head__brand-link img{
    max-height:38px;
    max-width:112px;
    object-fit:contain;
  }

  #cb-modern-head .cb-head__search--desktop{
    display:none !important;
  }

  #cb-modern-head .cb-head__search--mobile,
  #cb-modern-head .cb-head__search--mobile-inline{
    display:block !important;
    margin-top:0 !important;
    min-width:0;
  }

  #cb-modern-head .cb-head__search-field{
    height:42px;
    padding-left:40px;
    padding-right:14px;
    font-size:16px !important;
  }

  #cb-modern-head .cb-head__search-icon{
    left:13px;
    width:17px;
    height:17px;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
    position:fixed;
    left:8px !important;
    right:8px !important;
    top:var(--cb-head-suggest-top, calc(var(--cb-head-h) + 8px));
    width:var(--cb-head-suggest-width, calc(100vw - 16px));
    max-width:calc(100vw - 16px);
    border-radius:18px;
    z-index:2147483600;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest-scroll,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest-scroll{
    max-height:min(62vh, 520px);
  }

  #cb-modern-head .cb-head__actions{
    display:none !important;
  }

  #cb-modern-head .cb-head__navline{
    display:block;
    margin-top:7px;
    padding-top:7px;
  }

  #cb-modern-head .cb-head__nav-link--home-mobile{
    display:none !important;
  }

  #cb-modern-head .cb-head__nav-link--quick.cb-head__location-chip{
    display:inline-flex !important;
  }

  #cb-modern-head .cb-head__nav-thumb--icon i{
    font-size:.82rem;
  }


}


@media (max-width: 640px){
  :root{
    --cb-head-offset:106px;
  }

  #cb-modern-head .cb-head__inner{
    width:calc(100vw - 14px);
    padding:6px 0 6px;
  }

  #cb-modern-head .cb-head__row{
    gap:8px;
  }

  #cb-modern-head .cb-head__brand-link img{
    max-height:34px;
    max-width:94px;
  }

  #cb-modern-head .cb-head__search-field{
    height:40px;
    font-size:16px !important;
  }

  #cb-modern-head .cb-head__navline{
    margin-top:6px;
    padding-top:6px;
  }

  #cb-modern-head .cb-head__nav-link--quick{
    min-height:31px;
    padding:0 10px 0 6px;
    gap:6px;
  }

  #cb-modern-head .cb-head__nav-thumb{
    width:21px;
    height:21px;
    flex-basis:21px;
  }

  #cb-modern-head .cb-head__nav-quick-text{
    font-size:.75rem;
  }


}

/* CB Header · corrección final: buscador móvil sin zoom y panel de sugerencias ancho completo */
@media (max-width: 980px){
  #cb-modern-head .cb-head__search-field{
    font-size:16px !important;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
    position:fixed !important;
    left:var(--cb-head-suggest-left, 8px) !important;
    right:auto !important;
    top:var(--cb-head-suggest-top, calc(var(--cb-head-h) + 8px)) !important;
    width:var(--cb-head-suggest-width, calc(100vw - 16px)) !important;
    max-width:calc(100vw - 16px) !important;
    border-radius:18px;
    z-index:2147483600;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest-scroll,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest-scroll{
    max-height:var(--cb-head-suggest-max-height, min(62vh, 520px)) !important;
  }
}

@media (max-width: 640px){
  #cb-modern-head .cb-head__search-field{
    font-size:16px !important;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
    left:var(--cb-head-suggest-left, 7px) !important;
    width:var(--cb-head-suggest-width, calc(100vw - 14px)) !important;
    max-width:calc(100vw - 14px) !important;
  }
}


/* CB Header · ajustes finales: buscador, filete negro y ubicación */
#cb-modern-head .cb-head__search-field{
  border:1.5px solid #111827 !important;
  box-shadow:0 1px 2px rgba(17,24,39,.04) !important;
}

#cb-modern-head .cb-head__search-field:focus{
  border-color:#111827 !important;
  box-shadow:0 0 0 3px rgba(17,24,39,.12), 0 1px 2px rgba(17,24,39,.04) !important;
}

#cb-modern-head .cb-head__location-btn:not(.is-selected) i,
#cb-modern-head .cb-head__location-chip:not(.is-selected) i{
  color:var(--danger,#dc2626) !important;
}

#cb-modern-head .cb-head__location-btn.is-selected i,
#cb-modern-head .cb-head__location-chip.is-selected i{
  color:var(--ok,#16a34a) !important;
}

#cb-modern-head .cb-head__location-btn.is-selected{
  border-color:rgba(22,163,74,.32);
  background:rgba(22,163,74,.06);
}

#cb-modern-head .cb-head__location-chip:not(.is-selected){
  border-color:rgba(220,38,38,.22);
  background:rgba(220,38,38,.06);
  color:var(--cb-head-text);
}

#cb-modern-head .cb-head__location-chip:not(.is-selected) .cb-head__nav-thumb{
  background:rgba(220,38,38,.10);
}

#cb-modern-head .cb-head__location-chip.is-selected{
  border-color:rgba(22,163,74,.32);
  background:rgba(22,163,74,.07);
  color:var(--ok-dark,#15803d);
}

#cb-modern-head .cb-head__location-chip.is-selected .cb-head__nav-thumb{
  background:rgba(22,163,74,.12);
}
/* ======================================================================
   CB Header · ubicación móvil como el drawer de filtros
   - PC conserva modal centrado.
   - Móvil usa overlay + panel inferior con la misma entrada que Filtros.
   ====================================================================== */
@media (max-width: 980px){
  .cb-head-location-drawer.cb-modal[hidden],
  .cb-head-location-modal.cb-modal[hidden]{
    display:none !important;
  }

  .cb-head-location-drawer.cb-modal,
  .cb-head-location-modal.cb-modal{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    z-index:2147483647 !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:transparent !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none !important;
    transform:none !important;
    transition:none !important;
    align-items:initial !important;
    justify-content:initial !important;
    overscroll-behavior:contain !important;
    box-sizing:border-box !important;
  }

  .cb-head-location-drawer.cb-modal.is-open,
  .cb-head-location-modal.cb-modal.is-open{
    pointer-events:auto !important;
  }

  .cb-head-location-drawer .cb-head-location-drawer__backdrop,
  .cb-head-location-modal .cb-modal__backdrop{
    position:absolute !important;
    inset:0 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:rgba(15,23,42,.42) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    opacity:0 !important;
    visibility:visible !important;
    cursor:pointer !important;
    transition:opacity .18s ease !important;
    transform:none !important;
    box-shadow:none !important;
  }

  .cb-head-location-drawer.is-open .cb-head-location-drawer__backdrop,
  .cb-head-location-modal.is-open .cb-modal__backdrop{
    opacity:1 !important;
  }

  .cb-head-location-drawer .cb-head-location-drawer__panel,
  .cb-head-location-modal .cb-modal__dialog{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    top:auto !important;
    z-index:1 !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    max-height:min(56vh, 480px) !important;
    min-height:0 !important;
    margin:0 !important;
    padding:14px !important;
    border:0 !important;
    border-radius:26px 26px 0 0 !important;
    background:#fff !important;
    box-shadow:0 -24px 70px rgba(15,23,42,.24) !important;
    opacity:1 !important;
    visibility:visible !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
    transform:translateY(105%) !important;
    transition:transform .22s ease !important;
    will-change:transform !important;
    box-sizing:border-box !important;
  }

  .cb-head-location-drawer.is-open .cb-head-location-drawer__panel,
  .cb-head-location-modal.is-open .cb-modal__dialog{
    transform:translateY(0) !important;
  }

  .cb-head-location-drawer .cb-modal__content.cb-card,
  .cb-head-location-drawer .cb-head__location-content,
  .cb-head-location-modal .cb-modal__content.cb-card,
  .cb-head-location-modal .cb-head__location-content{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    display:block !important;
    overflow:visible !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    box-sizing:border-box !important;
  }

  .cb-head-location-drawer .cb-head__location-content::before,
  .cb-head-location-modal .cb-head__location-content::before{
    display:none !important;
    content:none !important;
  }

  .cb-head-location-drawer .cb-head__location-head,
  .cb-head-location-modal .cb-head__location-head{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    margin:0 !important;
    padding:2px 2px 12px !important;
    border:0 !important;
    background:transparent !important;
  }

  .cb-head-location-drawer .cb-head__location-titlewrap,
  .cb-head-location-modal .cb-head__location-titlewrap{
    min-width:0 !important;
    display:grid !important;
    gap:4px !important;
  }

  .cb-head-location-drawer .cb-head__location-title,
  .cb-head-location-modal .cb-head__location-title{
    display:block !important;
    margin:0 !important;
    color:var(--cb-head-text) !important;
    font-size:18px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
    letter-spacing:0 !important;
  }

  .cb-head-location-drawer .cb-head__location-subtitle,
  .cb-head-location-modal .cb-head__location-subtitle{
    display:block !important;
    margin:0 !important;
    color:var(--cb-head-muted) !important;
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }

  .cb-head-location-drawer .cb-head__location-close,
  .cb-head-location-modal .cb-head__location-close{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
    border-radius:999px !important;
    border:1px solid var(--cb-head-border) !important;
    background:#fff !important;
    color:#0f172a !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
    box-shadow:none !important;
  }

  .cb-head-location-drawer .cb-modal__body,
  .cb-head-location-modal .cb-modal__body{
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 0 10px !important;
    overflow:visible !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior:contain !important;
  }

  .cb-head-location-drawer .cb-head__dept-grid,
  .cb-head-location-modal .cb-head__dept-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .cb-head-location-drawer .cb-head__dept-option,
  .cb-head-location-modal .cb-head__dept-option{
    min-height:50px !important;
    padding:0 14px !important;
    border-radius:17px !important;
    border:1px solid rgba(226,232,240,.96) !important;
    background:rgba(255,255,255,.94) !important;
    color:#334155 !important;
    box-shadow:0 4px 14px rgba(15,23,42,.03) !important;
    font-size:13px !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease !important;
  }

  .cb-head-location-drawer .cb-head__dept-option:hover,
  .cb-head-location-drawer .cb-head__dept-option:focus-visible,
  .cb-head-location-modal .cb-head__dept-option:hover,
  .cb-head-location-modal .cb-head__dept-option:focus-visible{
    transform:translateY(-1px) !important;
    border-color:#bfdbfe !important;
    background:#eff6ff !important;
    box-shadow:0 10px 22px rgba(15,23,42,.07) !important;
  }

  .cb-head-location-drawer .cb-head__dept-option[aria-pressed="true"],
  .cb-head-location-drawer .cb-head__dept-option.is-selected,
  .cb-head-location-modal .cb-head__dept-option[aria-pressed="true"],
  .cb-head-location-modal .cb-head__dept-option.is-selected{
    border-color:#93c5fd !important;
    background:linear-gradient(135deg,#eff6ff 0%,#fff 100%) !important;
    color:var(--cb-head-accent-dark) !important;
    box-shadow:0 0 0 3px rgba(37,99,235,.10),0 10px 24px rgba(15,23,42,.06) !important;
  }

  .cb-head-location-drawer .cb-head__location-foot,
  .cb-head-location-modal .cb-head__location-foot{
    margin:0 !important;
    padding:2px 0 0 !important;
    border:0 !important;
    background:transparent !important;
  }

  .cb-head-location-drawer .cb-head__location-reset,
  .cb-head-location-modal .cb-head__location-reset{
    width:100% !important;
    min-height:44px !important;
    border-radius:16px !important;
  }

  html.cb-modal-open,
  html.cb-modal-open body,
  body.cb-modal-open,
  html.cb-head-location-lock,
  html.cb-head-location-lock body,
  body.cb-head-location-lock{
    overflow:hidden !important;
    overscroll-behavior:none !important;
  }
}

@media (max-width: 640px){
  .cb-head-location-drawer .cb-head-location-drawer__panel,
  .cb-head-location-modal .cb-modal__dialog{
    max-height:min(56vh, 480px) !important;
  }
}

/* ======================================================================
   CB Header · FIX FINAL selector de departamento
   - Desktop: modal centrado propio, sin depender de .cb-modal genérico.
   - Mobile: drawer idéntico al de filtros: overlay fijo + backdrop + panel bottom.
   ====================================================================== */
.cb-head-location-modal,
.cb-head-location-modal *{
  box-sizing:border-box !important;
}

.cb-head-location-modal[hidden]{
  display:none !important;
}

.cb-head-location-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483647 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100vw !important;
  height:100vh !important;
  padding:18px !important;
  margin:0 !important;
  overflow:hidden !important;
  background:transparent !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:opacity .20s ease, visibility .20s ease !important;
  overscroll-behavior:contain !important;
}

@supports (height:100dvh){
  .cb-head-location-modal{
    width:100dvw !important;
    height:100dvh !important;
  }
}

.cb-head-location-modal.is-open{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

.cb-head-location-modal .cb-modal__backdrop,
.cb-head-location-modal .cb-head-location-drawer__backdrop{
  position:absolute !important;
  inset:0 !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:rgba(15,23,42,.45) !important;
  -webkit-backdrop-filter:blur(2px) !important;
  backdrop-filter:blur(2px) !important;
  opacity:0 !important;
  visibility:visible !important;
  cursor:pointer !important;
  transition:opacity .20s ease !important;
}

.cb-head-location-modal.is-open .cb-modal__backdrop,
.cb-head-location-modal.is-open .cb-head-location-drawer__backdrop{
  opacity:1 !important;
}

.cb-head-location-modal .cb-modal__dialog,
.cb-head-location-modal .cb-head-location-drawer__panel{
  position:relative !important;
  z-index:1 !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:min(640px, 94vw) !important;
  max-width:min(640px, 94vw) !important;
  max-height:calc(100vh - 36px) !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  opacity:0 !important;
  visibility:visible !important;
  transform:translateY(8px) scale(.985) !important;
  transition:opacity .20s ease, transform .20s ease !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.cb-head-location-modal.is-open .cb-modal__dialog,
.cb-head-location-modal.is-open .cb-head-location-drawer__panel{
  opacity:1 !important;
  transform:translateY(0) scale(1) !important;
}

@supports (height:100dvh){
  .cb-head-location-modal .cb-modal__dialog,
  .cb-head-location-modal .cb-head-location-drawer__panel{
    max-height:calc(100dvh - 36px) !important;
  }
}

.cb-head-location-modal .cb-modal__content.cb-card,
.cb-head-location-modal .cb-head__location-content,
.cb-head-location-modal .cb-head-location-drawer__content{
  width:100% !important;
  min-height:0 !important;
  max-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid var(--cb-head-border) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 24px 70px rgba(2,6,23,.30) !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
}

.cb-head-location-modal .cb-modal__body{
  flex:1 1 auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:auto !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior:contain !important;
  padding:18px !important;
}

.cb-head-location-modal .cb-head__location-head{
  flex:0 0 auto !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:18px 18px 14px !important;
  border-bottom:1px solid var(--cb-head-border) !important;
  background:#fff !important;
}

.cb-head-location-modal .cb-head__location-titlewrap{
  min-width:0 !important;
  display:grid !important;
  gap:5px !important;
}

.cb-head-location-modal .cb-head__location-title{
  margin:0 !important;
  color:var(--cb-head-text) !important;
  font-size:1.1rem !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}

.cb-head-location-modal .cb-head__location-subtitle{
  margin:0 !important;
  color:var(--cb-head-muted) !important;
  font-size:.9rem !important;
  line-height:1.35 !important;
}

.cb-head-location-modal .cb-head__location-close{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  border-radius:999px !important;
  border:1px solid var(--cb-head-border) !important;
  background:#fff !important;
  color:var(--cb-head-text) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
}

.cb-head-location-modal .cb-head__location-close:hover{
  background:var(--cb-head-hover) !important;
}

.cb-head-location-modal .cb-head__location-foot{
  flex:0 0 auto !important;
  display:flex !important;
  justify-content:flex-end !important;
  gap:10px !important;
  padding:14px 18px 18px !important;
  border-top:1px solid var(--cb-head-border) !important;
  background:#fff !important;
}

.cb-head-location-modal .cb-head__dept-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:10px !important;
}

html.cb-head-location-lock,
html.cb-head-location-lock body,
body.cb-head-location-lock{
  overflow:hidden !important;
  overscroll-behavior:none !important;
}

@media (max-width:980px){
  .cb-head-location-modal[hidden]{
    display:none !important;
  }

  .cb-head-location-modal{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    background:transparent !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none !important;
    transition:none !important;
    transform:none !important;
    align-items:initial !important;
    justify-content:initial !important;
    overscroll-behavior:contain !important;
    z-index:2147483647 !important;
  }

  .cb-head-location-modal.is-open{
    pointer-events:auto !important;
  }

  .cb-head-location-modal .cb-modal__backdrop,
  .cb-head-location-modal .cb-head-location-drawer__backdrop{
    position:absolute !important;
    inset:0 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:rgba(15,23,42,.42) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    opacity:0 !important;
    visibility:visible !important;
    cursor:pointer !important;
    transition:opacity .18s ease !important;
  }

  .cb-head-location-modal.is-open .cb-modal__backdrop,
  .cb-head-location-modal.is-open .cb-head-location-drawer__backdrop{
    opacity:1 !important;
  }

  .cb-head-location-modal .cb-modal__dialog,
  .cb-head-location-modal .cb-head-location-drawer__panel{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    top:auto !important;
    z-index:1 !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    max-height:min(56vh, 480px) !important;
    min-height:0 !important;
    margin:0 !important;
    padding:14px !important;
    border:0 !important;
    border-radius:26px 26px 0 0 !important;
    background:#fff !important;
    box-shadow:0 -24px 70px rgba(15,23,42,.24) !important;
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    overflow:auto !important;
    transform:translateY(105%) !important;
    transition:transform .22s ease !important;
    -webkit-overflow-scrolling:touch !important;
    will-change:transform !important;
  }

  @supports (height:100dvh){
    .cb-head-location-modal .cb-modal__dialog,
    .cb-head-location-modal .cb-head-location-drawer__panel{
      max-height:min(56dvh, 480px) !important;
    }
  }

  .cb-head-location-modal.is-open .cb-modal__dialog,
  .cb-head-location-modal.is-open .cb-head-location-drawer__panel{
    transform:translateY(0) !important;
  }

  .cb-head-location-modal .cb-modal__content.cb-card,
  .cb-head-location-modal .cb-head__location-content,
  .cb-head-location-modal .cb-head-location-drawer__content{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    display:block !important;
    overflow:visible !important;
    transform:none !important;
  }

  .cb-head-location-modal .cb-head__location-content::before,
  .cb-head-location-modal .cb-head-location-drawer__content::before{
    display:none !important;
    content:none !important;
  }

  .cb-head-location-modal .cb-head__location-head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:14px !important;
    margin:0 !important;
    padding:2px 2px 12px !important;
    border:0 !important;
    background:transparent !important;
  }

  .cb-head-location-modal .cb-head__location-title{
    margin:0 !important;
    color:var(--cb-head-text) !important;
    font-size:18px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
    letter-spacing:0 !important;
  }

  .cb-head-location-modal .cb-head__location-subtitle{
    margin-top:4px !important;
    color:var(--cb-head-muted) !important;
    font-size:12px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }

  .cb-head-location-modal .cb-head__location-close{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
    border-radius:999px !important;
    border:1px solid var(--cb-head-border) !important;
    background:#fff !important;
    color:#0f172a !important;
  }

  .cb-head-location-modal .cb-modal__body{
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 0 10px !important;
    overflow:visible !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior:contain !important;
  }

  .cb-head-location-modal .cb-head__dept-grid{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .cb-head-location-modal .cb-head__dept-option{
    min-height:46px !important;
    border-radius:14px !important;
  }

  .cb-head-location-modal .cb-head__location-foot{
    margin:0 !important;
    padding:2px 0 0 !important;
    border:0 !important;
    background:transparent !important;
  }

  .cb-head-location-modal .cb-head__location-reset{
    width:100% !important;
    min-height:44px !important;
    border-radius:16px !important;
  }
}
/* ======================================================================
   CB Header · menú inferior móvil pegado a extremos de pantalla
   Misma estrategia del botón inferior:
   - un solo elemento flotante
   - position: fixed
   - bottom: 0
   - left: 0
   - right: 0
   - width: auto
   - sin JS de viewport
   - sin reservas dinámicas de borde inferior
   - sin relleno inferior forzado en body
   ====================================================================== */
.cb-head__mobile-appnav,
.cb-head__mobile-appnav *{
  box-sizing:border-box !important;
}

.cb-head__mobile-appnav{
  display:none !important;
}

@media (max-width:980px){
  .cb-head__mobile-appnav{
    --text:#0f172a;
    --muted:#64748b;
    --cb-appnav-accent:var(--accent, var(--brand, #FF421C));
    --cb-appnav-accent-2:var(--accent-2, var(--brand-2, color-mix(in oklab, var(--cb-appnav-accent) 82%, white 18%)));
    --cb-appnav-hover:color-mix(in oklab, var(--cb-appnav-accent) 10%, transparent);
    position:fixed !important;
    bottom:0 !important;
    left:0 !important;
    right:0 !important;
    width:auto !important;
    height:64px !important;
    min-height:64px !important;
    margin:0 !important;
    padding:6px 8px !important;
    z-index:2147482300 !important;
    display:grid !important;
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
    align-items:center !important;
    justify-items:center !important;
    gap:0 !important;
    border:0 !important;
    border-top:1px solid rgba(229,231,235,.95) !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:0 -4px 12px rgba(0,0,0,.15) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    font-family:"Albert Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  .cb-head__appnav-item,
  .cb-head__appnav-button{
    position:relative !important;
    min-width:0 !important;
    width:100% !important;
    height:52px !important;
    margin:0 !important;
    padding:0 4px !important;
    border:0 !important;
    border-radius:15px !important;
    background:transparent !important;
    color:var(--muted) !important;
    text-decoration:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    font-weight:900 !important;
    font-size:.65rem !important;
    line-height:1 !important;
    cursor:pointer !important;
    outline-color:transparent !important;
    -webkit-tap-highlight-color:transparent !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    transition:transform .18s ease, background .18s ease, color .18s ease !important;
  }

  .cb-head__appnav-item:hover,
  .cb-head__appnav-button:hover,
  .cb-head__appnav-item:focus-visible,
  .cb-head__appnav-button:focus-visible,
  .cb-head__appnav-item.is-active,
  .cb-head__appnav-button.is-active{
    background:var(--cb-appnav-hover) !important;
    color:var(--text) !important;
    text-decoration:none !important;
    outline:0 !important;
  }

  .cb-head__appnav-item:active,
  .cb-head__appnav-button:active{
    transform:translateY(1px) !important;
  }

  .cb-head__appnav-item .dashicons,
  .cb-head__appnav-button .dashicons{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-family:"dashicons" !important;
    font-style:normal !important;
    font-weight:normal !important;
    speak:never !important;
    font-size:22px !important;
    width:22px !important;
    height:22px !important;
    line-height:1 !important;
    color:currentColor !important;
  }

  .cb-head__appnav-label,
  .cb-head__appnav-location span[data-cb-location-label]{
    display:block !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:inherit !important;
    line-height:1 !important;
  }

  .cb-head__appnav-location .cb-head__appnav-label,
  .cb-head__appnav-location span[data-cb-location-label]{
    width:100% !important;
    max-width:100% !important;
    padding:0 2px !important;
  }

  .cb-head__appnav-main{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
    margin:0 auto !important;
    padding:0 !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,var(--cb-appnav-accent-2),var(--cb-appnav-accent)) !important;
    color:#fff !important;
    box-shadow:none !important;
  }

  .cb-head__appnav-main:hover,
  .cb-head__appnav-main:focus-visible,
  .cb-head__appnav-main.is-active{
    background:linear-gradient(135deg,var(--cb-appnav-accent-2),var(--cb-appnav-accent)) !important;
    color:#fff !important;
    filter:saturate(1.05) !important;
  }

  .cb-head__appnav-main .dashicons{
    font-size:24px !important;
    width:24px !important;
    height:24px !important;
  }

  .cb-head__appnav-main .cb-head__appnav-label{
    display:none !important;
  }

  .cb-head__appnav-count{
    position:absolute !important;
    top:4px !important;
    right:calc(50% - 21px) !important;
    min-width:19px !important;
    height:19px !important;
    padding:0 6px !important;
    border-radius:999px !important;
    background:var(--danger,#dc2626) !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:.67rem !important;
    font-weight:900 !important;
    line-height:1 !important;
    border:2px solid #fff !important;
    box-shadow:0 2px 7px rgba(220,38,38,.24) !important;
  }

  .cb-head__appnav-count.is-empty{
    display:none !important;
  }

  @keyframes cb-head-cart-hop{
    0%{ transform:translate3d(0,0,0) scale(1); }
    34%{ transform:translate3d(0,-7px,0) scale(1.08); }
    62%{ transform:translate3d(0,1px,0) scale(.98); }
    100%{ transform:translate3d(0,0,0) scale(1); }
  }

  @keyframes cb-head-cart-badge-pop{
    0%{ transform:scale(1); }
    38%{ transform:scale(1.22); }
    100%{ transform:scale(1); }
  }

  .cb-head__appnav-item--cart.is-cart-hop .dashicons{
    animation:cb-head-cart-hop .46s cubic-bezier(.2,.8,.2,1) both !important;
    will-change:transform !important;
  }

  .cb-head__appnav-item--cart.is-cart-hop .cb-head__appnav-count{
    animation:cb-head-cart-badge-pop .46s cubic-bezier(.2,.8,.2,1) both !important;
    will-change:transform !important;
  }

  @media (prefers-reduced-motion:reduce){
    .cb-head__appnav-item--cart.is-cart-hop .dashicons,
    .cb-head__appnav-item--cart.is-cart-hop .cb-head__appnav-count{
      animation:none !important;
      will-change:auto !important;
    }
  }

  .cb-head__appnav-location:not(.is-selected) .dashicons{
    color:var(--danger,#dc2626) !important;
  }

  .cb-head__appnav-location.is-selected{
    color:var(--ok-dark,#15803d) !important;
  }

  .cb-head__appnav-location.is-selected .dashicons{
    color:var(--ok,#16a34a) !important;
  }

  .cb-head__appnav-location.is-selected:hover,
  .cb-head__appnav-location.is-selected:focus-visible{
    background:rgba(22,163,74,.08) !important;
    color:var(--ok-dark,#15803d) !important;
  }
}

/* ======================================================================
   CB Header · selector de departamento PC como modal urgente
   - En desktop NO bloquea html/body, por lo tanto no desaparece la barra
     de scroll del navegador y no hay salto/pestañeo lateral.
   - En móvil se conserva el drawer inferior con scroll-lock.
   ====================================================================== */
@media (min-width:981px){
  html.cb-head-location-lock,
  html.cb-head-location-lock body,
  body.cb-head-location-lock{
    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:auto !important;
    touch-action:auto !important;
    padding-right:0 !important;
  }

  .cb-head-location-modal{
    transition:none !important;
  }

  .cb-head-location-modal .cb-modal__backdrop,
  .cb-head-location-modal .cb-head-location-drawer__backdrop{
    background:rgba(15,23,42,.55) !important;
    -webkit-backdrop-filter:blur(6px) !important;
    backdrop-filter:blur(6px) !important;
    transition:none !important;
  }

  .cb-head-location-modal .cb-modal__dialog,
  .cb-head-location-modal .cb-head-location-drawer__panel,
  .cb-head-location-modal.is-open .cb-modal__dialog,
  .cb-head-location-modal.is-open .cb-head-location-drawer__panel{
    transform:none !important;
    transition:none !important;
  }
}

/* ======================================================================
   CB Header · FIX buscador móvil centrado
   - El panel de sugerencias usa el centro del viewport como ancla.
   - El ancho se calcula con el mismo margen a izquierda y derecha.
   ====================================================================== */
@media (max-width: 980px){
  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
    position:fixed !important;
    left:var(--cb-head-suggest-left, 50%) !important;
    right:auto !important;
    top:var(--cb-head-suggest-top, calc(var(--cb-head-h) + 8px)) !important;
    width:var(--cb-head-suggest-width, calc(100vw - 16px)) !important;
    max-width:calc(100vw - 16px) !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:translateX(-50%) !important;
    border-radius:18px;
    z-index:2147483600;
  }

  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest-scroll,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest-scroll{
    max-height:var(--cb-head-suggest-max-height, min(62vh, 520px)) !important;
  }
}

@media (max-width: 640px){
  #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
  #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
    left:var(--cb-head-suggest-left, 50%) !important;
    width:var(--cb-head-suggest-width, calc(100vw - 14px)) !important;
    max-width:calc(100vw - 14px) !important;
    transform:translateX(-50%) !important;
  }
}

@supports (width: 100dvw){
  @media (max-width: 980px){
    #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
    #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
      width:var(--cb-head-suggest-width, calc(100dvw - 16px)) !important;
      max-width:calc(100dvw - 16px) !important;
    }
  }

  @media (max-width: 640px){
    #cb-modern-head .cb-head__search--mobile .cb-head__search-suggest,
    #cb-modern-head .cb-head__search--mobile-inline .cb-head__search-suggest{
      width:var(--cb-head-suggest-width, calc(100dvw - 14px)) !important;
      max-width:calc(100dvw - 14px) !important;
    }
  }
}

/* CB Header · destino: precio visible en selector */
.cb-head-location-modal .cb-head__dept-option{
  min-height:58px !important;
  padding:10px 13px !important;
  align-items:center !important;
}

.cb-head-location-modal .cb-head__dept-copy{
  min-width:0 !important;
  display:grid !important;
  gap:3px !important;
}

.cb-head-location-modal .cb-head__dept-name{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  line-height:1.12 !important;
}

.cb-head-location-modal .cb-head__dept-price{
  display:block !important;
  color:#047857 !important;
  font-size:.8rem !important;
  line-height:1.1 !important;
  font-weight:850 !important;
}

.cb-head-location-modal .cb-head__dept-option.is-selected .cb-head__dept-price,
.cb-head-location-modal .cb-head__dept-option[aria-pressed="true"] .cb-head__dept-price{
  color:var(--cb-head-accent-dark) !important;
}

.cb-head-location-modal .cb-head__dept-option i{
  flex:0 0 auto !important;
}

@media (max-width:980px){
  .cb-head-location-modal .cb-head__dept-option{
    min-height:54px !important;
  }

  .cb-head-location-modal .cb-head__dept-copy{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }

  .cb-head-location-modal .cb-head__dept-name{
    flex:1 1 auto !important;
    font-size:.96rem !important;
  }

  .cb-head-location-modal .cb-head__dept-price{
    flex:0 0 auto !important;
    font-size:.84rem !important;
    white-space:nowrap !important;
  }
}

/* CB Header · promo superior compacta */
#cb-modern-head .cb-head-promo-strip{
  width:100% !important;
  min-height:32px !important;
  height:32px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 12px !important;
  overflow:hidden !important;
  background:linear-gradient(135deg, #fff7ed 0%, #fff1f2 100%) !important;
  color:#991b1b !important;
  border-bottom:1px solid rgba(248,113,113,.24) !important;
  box-shadow:0 8px 18px rgba(153,27,27,.08) !important;
  text-decoration:none !important;
  cursor:pointer !important;
  -webkit-tap-highlight-color:transparent !important;
}

#cb-modern-head .cb-head-promo-strip__track{
  width:100% !important;
  max-width:1280px !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  font-size:.84rem !important;
  line-height:1 !important;
  font-weight:900 !important;
}

#cb-modern-head .cb-head-promo-strip__badge{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  height:20px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:rgba(249,115,22,.12) !important;
  color:#9a3412 !important;
  font-size:.72rem !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  border:1px solid rgba(249,115,22,.16) !important;
}

#cb-modern-head .cb-head-promo-strip__discount{
  flex:0 0 auto !important;
  color:#b91c1c !important;
  font-size:.96rem !important;
  font-weight:1000 !important;
  letter-spacing:.01em !important;
}

#cb-modern-head .cb-head-promo-strip__text{
  min-width:0 !important;
  max-width:42vw !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  color:#7f1d1d !important;
}

#cb-modern-head .cb-head-promo-strip__timer{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  color:#991b1b !important;
}

#cb-modern-head .cb-head-promo-strip__timer-label{
  flex:0 0 auto !important;
}

#cb-modern-head .cb-head-promo-strip__timer strong{
  min-width:86px !important;
  display:inline-block !important;
  text-align:left !important;
  color:#7f1d1d !important;
  font-variant-numeric:tabular-nums !important;
  font-weight:1000 !important;
}

@media (min-width:981px){
  #cb-modern-head .cb-head-promo-strip__badge{
    display:none !important;
  }
}

@media (max-width:980px){
  #cb-modern-head .cb-head-promo-strip{
    height:30px !important;
    min-height:30px !important;
    padding:0 8px !important;
  }

  #cb-modern-head .cb-head-promo-strip__track{
    justify-content:flex-start !important;
    gap:7px !important;
    font-size:.78rem !important;
  }

  #cb-modern-head .cb-head-promo-strip__badge{
    height:18px !important;
    padding:0 7px !important;
    font-size:.66rem !important;
  }

  #cb-modern-head .cb-head-promo-strip__discount{
    font-size:.9rem !important;
  }

  #cb-modern-head .cb-head-promo-strip__text{
    flex:1 1 auto !important;
    max-width:none !important;
  }

  #cb-modern-head .cb-head-promo-strip__timer{
    margin-left:auto !important;
  }

  #cb-modern-head .cb-head-promo-strip__timer strong{
    min-width:76px !important;
  }
}

@media (max-width:520px){
  #cb-modern-head .cb-head-promo-strip__badge{
    display:none !important;
  }

  #cb-modern-head .cb-head-promo-strip__text{
    max-width:none !important;
  }

  #cb-modern-head .cb-head-promo-strip__timer-label{
    display:none !important;
  }

  #cb-modern-head .cb-head-promo-strip__timer{
    gap:4px !important;
  }
}

@media (max-width:380px){
  #cb-modern-head .cb-head-promo-strip__text{
    display:none !important;
  }
}

/* CB Header - chips bajo buscador alineados al nuevo estilo de categorias */
#cb-modern-head .cb-head__nav-link--quick,
#cb-modern-head .cb-head__nav-link--quick.is-featured,
#cb-modern-head .cb-head__nav-link--quick.is-dark{
  min-height:42px !important;
  gap:8px !important;
  padding:4px 13px 4px 5px !important;
  border:1px solid rgba(226,232,240,.96) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--cb-head-text) !important;
  box-shadow:0 4px 14px rgba(15,23,42,.04) !important;
  transition:none !important;
}

#cb-modern-head .cb-head__nav-link--quick.is-featured::before{
  display:none !important;
}

#cb-modern-head .cb-head__nav-link--quick:hover,
#cb-modern-head .cb-head__nav-link--quick:focus-visible,
#cb-modern-head .cb-head__nav-link--quick.is-featured:hover,
#cb-modern-head .cb-head__nav-link--quick.is-featured:focus-visible,
#cb-modern-head .cb-head__nav-link--quick.is-dark:hover,
#cb-modern-head .cb-head__nav-link--quick.is-dark:focus-visible{
  transform:none !important;
  border-color:#FF421C !important;
  background:#FF421C !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(255,66,28,.20) !important;
}

#cb-modern-head .cb-head__nav-link--quick .cb-head__nav-thumb,
#cb-modern-head .cb-head__nav-link--quick.is-featured .cb-head__nav-thumb,
#cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-thumb{
  width:32px !important;
  height:32px !important;
  flex:0 0 32px !important;
  border:2px solid rgba(255,255,255,.95) !important;
  border-radius:999px !important;
  background:#eff6ff !important;
  box-shadow:0 2px 8px rgba(15,23,42,.10) !important;
}

#cb-modern-head .cb-head__nav-link--quick .cb-head__nav-quick-text,
#cb-modern-head .cb-head__nav-link--quick .cb-head__nav-fallback,
#cb-modern-head .cb-head__nav-link--quick.is-featured .cb-head__nav-quick-text,
#cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-quick-text,
#cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-fallback{
  color:currentColor !important;
}

#cb-modern-head .cb-head__nav-link--quick .cb-head__nav-quick-text{
  min-width:0 !important;
  max-width:170px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  font-size:.86rem !important;
  font-weight:850 !important;
}

@media (max-width:640px){
  #cb-modern-head .cb-head__nav-link--quick,
  #cb-modern-head .cb-head__nav-link--quick.is-featured,
  #cb-modern-head .cb-head__nav-link--quick.is-dark{
    min-height:38px !important;
    padding:3px 11px 3px 4px !important;
    gap:7px !important;
  }

  #cb-modern-head .cb-head__nav-link--quick .cb-head__nav-thumb,
  #cb-modern-head .cb-head__nav-link--quick.is-featured .cb-head__nav-thumb,
  #cb-modern-head .cb-head__nav-link--quick.is-dark .cb-head__nav-thumb{
    width:28px !important;
    height:28px !important;
    flex-basis:28px !important;
  }

  #cb-modern-head .cb-head__nav-link--quick .cb-head__nav-quick-text{
    max-width:128px !important;
    font-size:.78rem !important;
  }
}

/* CB Header - light mode */
:root{
  --cb-head-bg:#ffffff !important;
  --cb-head-bg-solid:#ffffff !important;
  --cb-head-text:#111827 !important;
  --cb-head-muted:#64748b !important;
  --cb-head-border:rgba(17,24,39,.12) !important;
  --cb-head-hover:#f3f4f6 !important;
  --cb-head-accent:#2563eb !important;
  --cb-head-accent-dark:#1d4ed8 !important;
}

#cb-modern-head{
  --cb-head-bg:rgba(255,255,255,.96) !important;
  --cb-head-bg-solid:#ffffff !important;
  --cb-head-text:#111827 !important;
  --cb-head-muted:#64748b !important;
  --cb-head-border:rgba(17,24,39,.12) !important;
  --cb-head-hover:#f3f4f6 !important;
  --cb-head-accent:#2563eb !important;
  --cb-head-accent-dark:#1d4ed8 !important;
  background:rgba(255,255,255,.96) !important;
  border-bottom:1px solid rgba(229,231,235,.95) !important;
  box-shadow:0 4px 20px rgba(17,24,39,.06) !important;
}

#cb-modern-head .cb-head__inner{
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}

#cb-modern-head .cb-head__brand-link,
#cb-modern-head .cb-head__nav-link{
  color:#111827 !important;
}

#cb-modern-head .cb-head__search-field{
  border:2px solid rgba(17,24,39,.16) !important;
  background:#fff !important;
  color:#111827 !important;
  box-shadow:0 1px 2px rgba(17,24,39,.03) !important;
}

#cb-modern-head .cb-head__search-field::placeholder{
  color:#64748b !important;
}

#cb-modern-head .cb-head__search-field:focus{
  border-color:#2563eb !important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10) !important;
}

#cb-modern-head .cb-head__search-suggest{
  border:1px solid rgba(17,24,39,.12) !important;
  background:#fff !important;
  color:#111827 !important;
  box-shadow:0 18px 40px rgba(17,24,39,.12) !important;
}

#cb-modern-head .cb-head__search-group + .cb-head__search-group{
  border-top-color:rgba(17,24,39,.08) !important;
}

#cb-modern-head .cb-head__search-row,
#cb-modern-head .cb-head__search-cat,
#cb-modern-head .cb-head__search-more{
  border-color:rgba(17,24,39,.10) !important;
  background:#fff !important;
  color:#111827 !important;
}

#cb-modern-head .cb-head__search-row:hover,
#cb-modern-head .cb-head__search-row.is-active,
#cb-modern-head .cb-head__search-cat:hover,
#cb-modern-head .cb-head__search-more:hover{
  background:#f8fafc !important;
  color:#111827 !important;
}

#cb-modern-head .cb-head__user-menu,
#cb-modern-head .cb-head__cats-menu{
  background:#fff !important;
  border-color:rgba(17,24,39,.12) !important;
  box-shadow:0 18px 40px rgba(17,24,39,.12) !important;
}

#cb-modern-head .cb-head__user-menu a,
#cb-modern-head .cb-head__user-menu button,
#cb-modern-head .cb-head__cats-menu a{
  color:#111827 !important;
}

#cb-modern-head .cb-head__user-menu a:hover,
#cb-modern-head .cb-head__user-menu button:hover,
#cb-modern-head .cb-head__cats-menu a:hover{
  background:#f3f4f6 !important;
  color:#111827 !important;
}

#cb-modern-head .cb-head__user-menu .dashicons,
#cb-modern-head .cb-head__cats-menu .dashicons{
  color:#64748b !important;
}

.cb-head__drawer{
  --cb-head-text:#111827 !important;
  --cb-head-muted:#64748b !important;
  --cb-head-border:rgba(17,24,39,.12) !important;
  --cb-head-hover:#f3f4f6 !important;
  --cb-head-accent:#2563eb !important;
  --cb-head-accent-dark:#1d4ed8 !important;
  background:#fff !important;
  color:#111827 !important;
  box-shadow:0 24px 60px rgba(17,24,39,.18) !important;
}

.cb-head-location-modal{
  --cb-head-text:#111827 !important;
  --cb-head-muted:#64748b !important;
  --cb-head-border:rgba(17,24,39,.12) !important;
  --cb-head-hover:#f3f4f6 !important;
  --cb-head-accent:#2563eb !important;
  --cb-head-accent-dark:#1d4ed8 !important;
}

.cb-head__drawer--left{
  border-right-color:rgba(17,24,39,.12) !important;
}

.cb-head__drawer--right{
  border-left-color:rgba(17,24,39,.12) !important;
}

.cb-head__drawer-head,
.cb-head__drawer-head--products,
.cb-head__drawer-foot,
.cb-head__drawer-foot--products{
  background:#fff !important;
  border-color:rgba(17,24,39,.10) !important;
}

.cb-head__drawer-title,
.cb-head__drawer-user-name,
.cb-head__drawer-head--products .cb-head__drawer-brand,
.cb-head__drawer-link,
.cb-head__drawer-summary,
.cb-head__drawer-static,
.cb-head__drawer-cat-card,
.cb-head__drawer-lazy,
.cb-head__drawer-all{
  color:#111827 !important;
}

.cb-head__drawer-sub,
.cb-head__drawer-label,
.cb-head__drawer-cat-title,
.cb-head__drawer-empty,
.cb-head__drawer-user-sub{
  color:#64748b !important;
}

.cb-head__drawer-close,
.cb-head__drawer-link,
.cb-head__drawer-summary,
.cb-head__drawer-static,
.cb-head__drawer-cat-card,
.cb-head__drawer-lazy-card,
.cb-head__drawer-userbox,
.cb-head__drawer-empty{
  background:#fff !important;
  border-color:rgba(17,24,39,.12) !important;
}

.cb-head__drawer-close{
  color:#111827 !important;
}

.cb-head__drawer-link:hover,
.cb-head__drawer-summary:hover,
.cb-head__drawer-head--products .cb-head__drawer-brand:hover,
.cb-head__drawer-cat-card:hover{
  background:#f8fafc !important;
  border-color:#d1d5db !important;
  box-shadow:0 12px 26px rgba(17,24,39,.08) !important;
}

.cb-head__drawer-link .dashicons,
.cb-head__drawer-summary .dashicons{
  color:#64748b !important;
}

.cb-head__drawer-cat-thumb,
.cb-head__drawer-lazy-thumb,
.cb-head__drawer-lazy-line{
  background:#eef2f7 !important;
}

.cb-head__drawer-cat-fallback{
  color:#64748b !important;
}

.cb-head__drawer-lazy-thumb::after,
.cb-head__drawer-lazy-line::after{
  background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,.75) 50%, transparent 100%) !important;
}

.cb-head__drawer-all,
.cb-head__drawer-foot--products .cb-head__drawer-all{
  background:#fff !important;
  border-color:rgba(17,24,39,.12) !important;
}

.cb-head__drawer-all:hover,
.cb-head__drawer-foot--products .cb-head__drawer-all:hover{
  background:#f8fafc !important;
  border-color:#d1d5db !important;
}

#cb-modern-head .cb-head__cart-link,
#cb-modern-head .cb-head__mobile-toggle,
#cb-modern-head .cb-head__mobile-user-toggle,
#cb-modern-head .cb-head__user-summary,
#cb-modern-head .cb-head__menu-chip,
#cb-modern-head .cb-head__location-btn,
#cb-modern-head .cb-head__nav-link--quick,
#cb-modern-head .cb-head__nav-link--quick.is-featured,
#cb-modern-head .cb-head__nav-link--quick.is-dark{
  border-color:rgba(17,24,39,.12) !important;
  background:#fff !important;
  color:#111827 !important;
}

#cb-modern-head .cb-head__nav-link--quick:hover,
#cb-modern-head .cb-head__nav-link--quick:focus-visible,
#cb-modern-head .cb-head__nav-link--quick.is-featured:hover,
#cb-modern-head .cb-head__nav-link--quick.is-featured:focus-visible,
#cb-modern-head .cb-head__nav-link--quick.is-dark:hover,
#cb-modern-head .cb-head__nav-link--quick.is-dark:focus-visible{
  border-color:#FF421C !important;
  background:#FF421C !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(255,66,28,.20) !important;
}

#cb-modern-head .cb-head__cart-link:hover,
#cb-modern-head .cb-head__mobile-toggle:hover,
#cb-modern-head .cb-head__mobile-user-toggle:hover,
#cb-modern-head .cb-head__user-summary:hover,
#cb-modern-head .cb-head__menu-chip:hover{
  border-color:#d1d5db !important;
  background:#f8fafc !important;
  color:#111827 !important;
  box-shadow:0 10px 24px rgba(17,24,39,.08) !important;
}

@media (max-width:980px){
  .cb-head__mobile-appnav{
    background:#fff !important;
    border-top-color:rgba(229,231,235,.95) !important;
    box-shadow:0 -4px 12px rgba(17,24,39,.15) !important;
  }

  .cb-head__appnav-item,
  .cb-head__appnav-button{
    color:#64748b !important;
  }

  .cb-head__appnav-item:hover,
  .cb-head__appnav-button:hover,
  .cb-head__appnav-item:focus-visible,
  .cb-head__appnav-button:focus-visible,
  .cb-head__appnav-item.is-active,
  .cb-head__appnav-button.is-active,
  .cb-head__appnav-item--checkout{
    background:rgba(37,99,235,.08) !important;
    color:#0f172a !important;
  }

  .cb-head__appnav-main{
    background:linear-gradient(135deg,var(--cb-appnav-accent-2),var(--cb-appnav-accent)) !important;
    color:#fff !important;
    box-shadow:none !important;
  }

  .cb-head__appnav-main:hover,
  .cb-head__appnav-main:focus-visible,
  .cb-head__appnav-main.is-active{
    background:linear-gradient(135deg,var(--cb-appnav-accent-2),var(--cb-appnav-accent)) !important;
    color:#fff !important;
  }
}
