/** Shopify CDN: Minification failed

Line 288:13 Expected identifier but found whitespace
Line 288:15 Unexpected "{"
Line 288:17 Expected identifier but found "44"
Line 288:46 Expected ":"

**/
  .visually-hidden{
    position:absolute!important;
    height:1px;width:1px;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
    white-space:nowrap;
  }

  .inkd-topbar{
    background:rgb(255, 255, 255);
    padding: 18px 18px;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .inkd-topbar__inner{
    display:flex;
    align-items:center;
    gap:18px;
    max-width: 1305px;
    margin:0 auto;
  }

  .inkd-topbar__menuBtn{
    display:none;
    width:40px;height:40px;
    border:0;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
    color:#fff;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    font-size: 20px;
    line-height: 1;
  }
  .inkd-topbar__menuBtn:active{transform:scale(.98);}

  .inkd-topbar__logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    flex: 0 0 auto;
    line-height: 0;
  }
  .inkd-topbar__logo img{display:block;height: 50px;width:auto;}
  .inkd-topbar__logoText{color:#fff;font-weight:800;font-size:18px;line-height:1;}



  .inkd-topbar__search{
  position: relative;
  flex: 0 0 auto;
  width: clamp(800px, 42vw, 1120px);
  display: flex;
  align-items: center;   
  margin: 0 auto 0 0;  
}




  .inkd-topbar__input:focus{box-shadow:none;}
  .inkd-topbar__input:focus{
    border-color: rgba(10, 10, 10, 0.78);
    border-width: 2px;
    background: rgba(255,255,255,.15);
  }

  .inkd-topbar__input{
    width:100%;
    height: 40px;
    border-radius: 25px;
    border: 1.5px solid rgba(92, 92, 92, 0.36);
    background: rgba(255,255,255,.12);
    color:#000000;
    padding: 0 92px 0 18px;
    outline:none;
    transition: border-color .15s ease, background .15s ease;
  }
  .inkd-topbar__input::placeholder{color:rgba(92, 92, 92, 0.61);}

  .inkd-topbar__btn{
    position:absolute;
    right:10px;
    height: calc(36px - 10px);
    display:flex;
    align-items:center;
    gap:1px;
    border:0;
    background: transparent;
    color:#000000;
    cursor:pointer;
    padding:0;
  }

  .inkd-topbar__input[type="search"]::-webkit-search-cancel-button,
  .inkd-topbar__input[type="search"]::-webkit-search-decoration,
  .inkd-topbar__input[type="search"]::-webkit-search-results-button,
  .inkd-topbar__input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

  .inkd-topbar__input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
  }



  .inkd-ico{width:20px;height:20px;fill:currentColor;}
  .inkd-ico--spark{width:16px;height:16px;}
  .inkd-ico--search{width:20px;height:20px;}

  .inkd-topbar__actions{
    display:flex;
    align-items:center;
    gap:22px;
    flex: 0 0 auto;
  }

  .inkd-topbar__action{
    display:flex;
    align-items:center;
    gap:10px;
    color:#000000;
    text-decoration:none;
    font-weight:600;
    opacity:.95;
    position:relative;
  }
  .inkd-topbar__action:hover{opacity:1;}
  .inkd-topbar__action span{white-space:nowrap;}

  .inkd-topbar__iconWrap{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .inkd-topbar__cartCount{
    position: absolute;
    right: -2px;
    bottom: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.22);
    font-size: 12px;
    line-height: 1;
  }

  .inkd-mnav[hidden]{display:none!important;}
  .inkd-mnav{
    position: fixed;
    inset: 0;
    z-index: 9999;
  }

  .inkd-mnav__overlay{
    position:absolute; inset:0;
    background: rgba(0,0,0,.42);
  }

  .inkd-mnav__panel{
    position:absolute;
    top:0; bottom:0; left:0;
    width: min(92vw, 420px);
    background: #fff;
    color:#111;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    display:flex;
    flex-direction:column;
    transform: translateX(-102%);
    transition: transform .22s ease;
  }

  .inkd-mnav.is-open .inkd-mnav__panel{transform: translateX(0);}

  .inkd-mnav__top{
    display:flex;
    align-items:center;
    gap:10px;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(0,0,0,.10);
  }

  .inkd-mnav__title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .2px;
    flex:1;
  }

  .inkd-mnav__close,
  .inkd-mnav__back{
    width:40px;height:40px;
    border:0;
    border-radius: 12px;
    background: rgba(0,0,0,.06);
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size: 18px;
  }
  .inkd-mnav__close:active,
  .inkd-mnav__back:active{transform:scale(.98);}

  .inkd-mnav__body{
    flex:1;
    overflow:hidden;
  }

  .inkd-mnav__stage{
    height:100%;
    display:flex;
    width:100%;
    transform: translateX(0);
    transition: transform .22s ease;
  }

  .inkd-mnav__slide{
    width:100%;
    flex: 0 0 100%;
    overflow:auto;
    padding: 8px 0;
  }

  .inkd-mnav__item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 16px 16px;
    text-decoration:none;
    color:#111;
    font-weight: 650;
    letter-spacing: .2px;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .inkd-mnav__item:active{background: rgba(0,0,0,.04);}

  .inkd-mnav__chev{
    font-size: 22px;
    opacity: .7;
    margin-left: 14px;
  }

  .inkd-mnav__sectionLabel{
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    color: rgba(0,0,0,.45);
    text-transform: uppercase;
  }

  @media (max-width: 749px){
    .inkd-topbar{
      padding: 10px 12px;
    }
    .inkd-topbar__inner{
      gap:10px;
    }
    .inkd-topbar__menuBtn{
      display:inline-flex;
      flex: 0 0 auto;
    }


    .inkd-topbar__logo img{
      height: {{ 44 | times: 0.85 | round }}px;
    }

    .inkd-topbar__search{
      width: auto;
      flex: 1 1 auto;
      min-width: 0;
    }
    .inkd-topbar__input{
      padding-right: 76px;
    }
    .inkd-topbar__aiPill{
      display:none;
    }

      .inkd-topbar__menuBtn,
  .inkd-topbar__menuBtn span,
  .inkd-topbar__menuBtn::before,
  .inkd-topbar__menuBtn::after{
    color: #000;
    border-color: #000;
  }




    .inkd-topbar__search{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }


  .inkd-topbar__search .inkd-topbar__input{
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 0;
    padding: 0;
    background: transparent;
    transition: width .2s ease, opacity .2s ease;
  }


  .inkd-topbar__search.is-open .inkd-topbar__input{
    width: min(70vw, 320px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    padding: 10px 12px;
    border: 2px solid #000;
    border-radius: 999px;
    background: #fff;
  }


  .inkd-topbar__btn{
    flex: 0 0 auto;
  }

    .inkd-topbar__inner{
    min-width: 0;
  }

  .inkd-topbar__search{
    flex: 1 1 0;
    min-width: 0;
  }

  .inkd-topbar__actions{
    flex: 0 0 auto;
    margin-left: auto;
  }



  
  .inkd-topbar.is-search-open .inkd-topbar__menuBtn,
  .inkd-topbar.is-search-open .inkd-topbar__logo,
  .inkd-topbar.is-search-open .inkd-topbar__actions{
    display: none;
  }

  .inkd-topbar.is-search-open .inkd-topbar__inner{
    justify-content: center;
  }

  .inkd-topbar.is-search-open .inkd-topbar__search{
    flex: 1 1 100%;
    width: 100%;
    justify-content: left;
  }

  }




html, body{
  max-width: 100%;
  overflow-x: clip;
}



.inkd-topbar__search{
  position: relative;
}

.inkd-topbar__icon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #000;       
}

.inkd-topbar__input{
  padding-left: 40px; 
}




.inkd-topbar__need{
  display: inline-flex;
  align-items: center;
  gap: 8px;            
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  padding: 6px 8px;
}

.inkd-topbar__needText{
  position: relative;
  line-height: 1;
}

.inkd-topbar__needText::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.inkd-topbar__need:hover .inkd-topbar__needText::after{
  transform: scaleX(1);
}

.inkd-topbar__needIcon svg{
  display: block;
  width: 20px;
  height: 22px;
}




.inkd-topbar__aiLink{
  display: none;
}

@media (max-width: 749px){
  .inkd-topbar__aiLink{
    display: inline-flex; 
  }
}




@media (max-width: 749px){
  .inkd-topbar__search,
  .inkd-topbar__action[href*="account"]{
    display: none !important;
  }

    .inkd-topbar__need{
    display: inline-flex !important;
  }

  .inkd-topbar__inner{
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .inkd-topbar__logo{
    flex: 0 0 auto;
    order: 1;
  }

  .inkd-topbar__aiLink{
    order: 2;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    min-width: 0;
  }

  .inkd-topbar__aiText{
    font-size: 1.5rem;    
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
  }

  .inkd-topbar__aiIcon svg{
    display: block;
    width: 26px;        
    height: 26px;
  }

  .inkd-topbar__actions{
    order: 3;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 0;
  }

  .inkd-topbar__menuBtn{
    display: inline-flex !important;
    order: 4;
    margin-left: 6px;
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 12px;
  }

  .inkd-topbar__menuBtn span{
    color: #000;
    font-size: 28px;
    line-height: 1;
  }

  .inkd-topbar__action--cart{
    gap: 0;
  }

  .inkd-topbar__label,
  .inkd-topbar__action--cart span:last-child{
    display: none !important;
  }
}

.inkd-topbar__aiLink{
  margin: 0;
}

.inkd-topbar__aiLink .inkd-topbar__q{
  -webkit-appearance: none;
  appearance: none;
}




.needText--mobile{ display:none; }
.needText--desktop{ display:inline; }

@media (max-width: 749px){
  .needText--desktop{ display:none; }
  .needText--mobile{ display:inline; }
}


@media (max-width: 749px){
  .inkd-topbar__logo{ order: 1; }

  .inkd-topbar__need{
    order: 2;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  .inkd-topbar__actions{ order: 3; }
  .inkd-topbar__menuBtn{ order: 4; }
}




.inkd-topbar__need{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
}

.inkd-topbar__need::-moz-focus-inner{
  border: 0;
  padding: 0;
}

.inkd-topbar__need .inkd-topbar__needText{
  position: relative;
  display: inline-block;
}

.inkd-topbar__need .inkd-topbar__needText::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.inkd-topbar__need:hover .inkd-topbar__needText::after{
  transform: scaleX(1);
}

.inkd-topbar__need:focus-visible{
  outline: 2px solid #111;
  outline-offset: 3px;
  border-radius: 8px;
}
