
/* ============================================================
   CANNI V8.2.36 — top return row matches Search
   ============================================================ */

/* Shop return bar lives at the very top of shop content. */
#shopView > .shop-return-top-v8236{
  width:min(1180px,calc(100% - 64px))!important;
  min-height:66px!important;
  margin:0 auto 34px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid #ddd6cf!important;
  background:transparent!important;
}

/* Remove V8.2.34's middle-of-page spacing once moved to top. */
#shopView > .shop-return-top-v8236.shop-return-bar-v8235{
  margin-top:0!important;
}

/* Search-style return button */
#shopView > .shop-return-top-v8236 .shop-back-v8234{
  min-height:54px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#4b4540!important;
  -webkit-text-fill-color:#4b4540!important;
  font:600 14px/1.2 "Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif!important;
}
#shopView > .shop-return-top-v8236 .shop-back-v8234 svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#shopView > .shop-return-top-v8236 .return-wordmark-v8235{
  margin-left:auto!important;
  color:#2a2623!important;
  -webkit-text-fill-color:#2a2623!important;
  font:500 16px/1 "Times New Roman","Noto Serif TC",serif!important;
  letter-spacing:.12em!important;
}

/* Breadcrumb now naturally follows the top return row. */
#shopView > .shop-return-top-v8236 + .shop-breadcrumb{
  margin-top:0!important;
}

/* Do not allow an old duplicate return row elsewhere in shop content. */
#shopView .back-nav-v729,
#shopView .back-nav-v8232{
  display:none!important;
}

@media(max-width:700px){
  #shopView > .shop-return-top-v8236{
    width:calc(100% - 72px)!important;
    min-height:66px!important;
    margin:0 auto 32px!important;
  }
  #shopView > .shop-return-top-v8236 .shop-back-v8234{
    min-height:54px!important;
    font-size:14px!important;
  }
  #shopView > .shop-return-top-v8236 .return-wordmark-v8235{
    font-size:15px!important;
  }
}
