/* YF frontend page styles. Extracted from the template in original cascade order.
   QT-58 removes exact duplicate rules only; selectors and declarations are otherwise preserved. */
html,body{margin:0!important;
  padding:0!important;
  width:100%!important;
  overflow-x:hidden!important;
  background:#f5f1ea;
  -webkit-text-size-adjust:100%!important;
  text-size-adjust:100%!important;}
html{font-size:16px!important;}
*{box-sizing:border-box;
  -webkit-tap-highlight-color:transparent;}
body{font-family:Arial,Helvetica,sans-serif;
  color:#111;}
button,a,input{outline:none!important;
  -webkit-tap-highlight-color:transparent;}
button:focus,a:focus,input:focus,textarea:focus,select:focus{outline:none!important;
  box-shadow:none!important;
  border-color:inherit!important;}
:focus-visible{outline:none!important;box-shadow:none!important}
button,a{transition:transform .12s ease,opacity .12s ease,background .12s ease;}
button:active,a:active{transform:translateY(1px) scale(.985);
  opacity:.88;}
html,
body,
.wp-site-blocks,
.entry-content,
.wp-block-post-content,
.wp-block-group,
main{margin-top:0!important;
  padding-top:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  max-width:none!important;
  width:100%!important;}
.yf-home{width:100vw!important;
  min-height:100vh;
  background:#f5f1ea;
 padding:41px 0px 72px!important;
  margin-top:0!important;}
.yf-search-row{position:fixed!important;
  top:0!important;
  left:4px!important;
  right:auto!important;
 width:calc(100% - 8px)!important;
  max-width:none!important;
  transform:none!important;
  z-index:99999!important;
  display:flex;
  align-items:center;
  margin:0!important;
  padding:0 2px 2px 3px!important;
  background:#ff6a00;
  border-radius:0px;}
.yf-search-wrap{flex:1;
  display:flex;
  align-items:center;
  margin-top:2px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:2px;
  overflow:hidden;}
.yf-search-div{width:1px;
  height:16px;
  margin:0 2px;
  background:rgba(255,255,255,.35);
  flex-shrink:0;}
.yf-lang-btn,
.yf-currency-btn{height:33px;
  padding:0 8px;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  font-size:13px;
  font-weight:700;
  flex-shrink:0;
  cursor:pointer;
  white-space:nowrap;}
.yf-lang-btn:active,
.yf-currency-btn:active{opacity:.75;}
.yf-search{flex:1;
  min-width:0;
  height:33px;
  display:flex;
  align-items:center;
  padding:0 0 0 10px;}
.yf-search svg{width:18px;
  height:18px;
  color:#999;
  flex-shrink:0;}
.yf-search input{flex:1;
  min-width:0;
  border:0;
  border-radius:0!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  background:transparent;
  font-size:1rem;
  margin:0 7px;
  color:#111;}
.yf-search input::placeholder{color:#bdbdbd;}
.yf-search-clear{width:20px;
  height:20px;
  padding:0;
  margin:0 8px 0 0;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.15);
  color:#fff;
  font-size:12px;
  line-height:20px;
  text-align:center;
  flex-shrink:0;
  cursor:pointer;
  display:none;}
.yf-search-clear.show{display:block;}
.yf-camera{width:33px;
  height:33px;
  border:0;
  background:transparent;
  padding:0;
  margin:0 8px 0 0;
  display:grid;
  place-items:center;
  flex-shrink:0;
  cursor:pointer;}
.yf-camera svg{width:29px;
  height:29px;
  color:#ff6a00;}
.yf-search-btn{height:33px;
  padding:0 12px;
  margin:0 0 0 2px;
  border:0;
  border-radius:4px;
  background:#ff6a00;
  color:#fff;
  font-size:13px;
  font-weight:700;
  flex-shrink:0;
  cursor:pointer;
  display:none;
  white-space:nowrap;}
.yf-search-row.search-active .yf-search-btn{display:block;}
.yf-search-row.search-active .yf-camera{display:none;}
.yf-image-search-mask{position:fixed;
  inset:0;
  z-index:100002;
  display:none;
  align-items:flex-start;
  justify-content:center;
  padding:58px 10px 84px;
  background:rgba(0,0,0,.42);}
.yf-image-search-mask.show{display:flex;}
.yf-image-search-panel{width:min(520px,100%);
  max-height:calc(100vh - 150px);
  overflow:auto;
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 36px rgba(0,0,0,.22);}
.yf-image-search-head{height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 14px;
  border-bottom:1px solid #eee;
  font-size:16px;
  font-weight:800;}
.yf-image-search-close{width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  background:#f0f0f0;
  color:#555;
  font-size:20px;
  line-height:32px;
  cursor:pointer;}
.yf-image-search-body{padding:14px;}
.yf-image-search-preview{display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:10px;
  border:1px solid #eee;
  border-radius:8px;
  background:#fafafa;}
.yf-image-search-preview img{width:82px;
  height:82px;
  object-fit:cover;
  border-radius:6px;
  background:#fff;}
.yf-image-search-preview b{display:block;
  font-size:13px;
  line-height:1.35;
  word-break:break-word;}
.yf-image-search-preview span{display:block;
  margin-top:5px;
  color:#777;
  font-size:12px;
  line-height:1.45;}
.yf-image-search-status{padding:14px 2px 2px;
  color:#666;
  font-size:13px;
  line-height:1.5;}
.yf-image-search-results{display:grid;
  gap:8px;
  margin-top:12px;}
.yf-image-result-item{display:grid;
  grid-template-columns:64px minmax(0,1fr) 54px;
  gap:10px;
  align-items:center;
  padding:8px;
  border:1px solid #eee;
  border-radius:8px;
  color:#111;
  text-decoration:none;
  background:#fff;}
.yf-image-result-item img{width:64px;
  height:64px;
  object-fit:cover;
  border-radius:6px;
  background:#f5f5f5;}
.yf-image-result-title{min-width:0;
  font-size:13px;
  font-weight:800;
  line-height:1.35;}
.yf-image-result-meta{margin-top:4px;
  color:#777;
  font-size:11px;
  line-height:1.35;}
.yf-image-result-score{text-align:right;
  color:#ff6a00;
  font-size:12px;
  font-weight:900;}
.yf-image-search-actions{display:flex;
  gap:8px;
  margin-top:12px;}
.yf-image-search-actions button{flex:1;
  height:38px;
  border:0;
  border-radius:8px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;}
.yf-image-search-reset{background:#f3f4f6;
  color:#333;}
.yf-image-search-contact{background:#ff6a00;
  color:#fff;}
.yf-grid{display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;}
.yf-card{background:#fff;
  border-radius:4px;
  overflow:hidden;
  text-decoration:none;
  color:#111;
  box-shadow:0 1px 4px rgba(0,0,0,.03);}
.yf-card img{width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;}
.yf-card h3{margin:5px 5px 2px;
  font-size:0.8125rem;
  line-height:1.3;
  font-weight:600;}
.yf-card p{margin:0 5px 5px;
  font-size:0.6875rem;
  line-height:1.45;}
.yf-price{display:block;
  color:#ff6a00;
  font-weight:800;}
.yf-stock{font-size:0.6875rem;
  color:#111;
  font-weight:400;}
.yf-drawer{position:fixed;
  background:#fff;
  border-radius:8px;
  box-shadow:0 4px 16px rgba(0,0,0,.1);
  z-index:100000;
  display:none;
  overflow:hidden;
  min-width:80px;}
.yf-drawer.show{display:block;}
.yf-drawer button{display:block;
  width:100%;
  min-height:34px;
  padding:0 14px;
  border:0;
  border-bottom:1px solid #f5f5f5;
  background:#fff;
  text-align:left;
  font-size:12px;
  font-weight:600;
  color:#555;
  cursor:pointer;
  white-space:nowrap;}
.yf-drawer button:last-child{border-bottom:0;}
.yf-drawer button:active{background:#fafafa;}
.yf-wa{position:fixed;
  right:12px;
  top:48%;
  width:42px;
  height:42px;
  background:transparent;
  border:0;
  border-radius:0;
  display:grid;
  place-items:center;
  z-index:9999;
  box-shadow:none;
  opacity:1;
  text-decoration:none;
  cursor:pointer;
  color:#46d86f!important;
  user-select:none;
  touch-action:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;}
.yf-wa svg{width:42px;
  height:42px;
  fill:none;
  stroke:#46d86f!important;
  color:#46d86f!important;}
.yf-wa svg path{stroke:#46d86f!important;}
.yf-wa-hint{display:none;}
@media (max-width:767px){.yf-wa{display:grid!important;
    right:4px!important;
    top:auto!important;
    bottom:6px!important;
    width:42px!important;
    height:42px!important;
    opacity:0!important;
    transform:translateY(64px) scale(.92)!important;
    pointer-events:none!important;
    transition:bottom .4s cubic-bezier(.22,.72,.26,1),top .4s cubic-bezier(.22,.72,.26,1),opacity .22s ease,transform .4s cubic-bezier(.22,.72,.26,1)!important;
    will-change:bottom,top,opacity,transform;}
.yf-wa.yf-wa-show{opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;}
.yf-wa.yf-wa-dragging{transition:none!important;}
.yf-wa.yf-wa-bounce{animation:yf-wa-soft-bounce .62s ease-out .36s 1 both;}
@keyframes yf-wa-soft-bounce{0%{transform:translateY(0) scale(1)}
38%{transform:translateY(-5px) scale(1)}
62%{transform:translateY(2px) scale(1)}
82%{transform:translateY(-2px) scale(1)}
100%{transform:translateY(0) scale(1)}}
.yf-wa-hint{display:none!important;}}
.yf-top{position:fixed;
  right:12px;
  bottom:70px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.45);
  background:rgba(255,255,255,.6);
  backdrop-filter:blur(3px);
  box-shadow:none;
  z-index:999;
  opacity:0;
  pointer-events:none;
  transition:opacity .8s ease;}
.yf-top.yf-top-active{opacity:1;
  pointer-events:auto;}
.yf-top:before{content:"↑";
  font-size:20px;
  font-weight:400;
  color:rgba(0,0,0,.55);
  line-height:33px;}
.yf-bottom{position:fixed;
  left:0;
  right:0;
  bottom:0;
  height:48px;
  background:rgba(255,255,255,.96);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  z-index:9999;
  box-shadow:0 -2px 10px rgba(0,0,0,.05);
  transition:opacity 1s ease;}
.yf-bottom.yf-bottom-hidden{opacity:0;
  pointer-events:none;}
.yf-bottom.yf-bottom-dimmed{opacity:.3;
  pointer-events:auto;}
.yf-bottom-cell{display:flex;
  align-items:center;
  justify-content:center;}
.yf-bottom-cell a{text-decoration:none;
  color:#111;
  font-size:10px;
  font-weight:500;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  cursor:pointer;
  padding:3px 12px;}
.yf-bottom svg{width:20px;
  height:20px;
  stroke:#111;
  fill:none;
  stroke-width:1.7;}
.yf-backdrop{position:fixed;
  inset:0;
  background:rgba(0,0,0,.25);
  z-index:20000;
  display:none;
  opacity:0;
  transition:opacity .25s ease;}
.yf-backdrop.show{display:block;
  opacity:1;}
.yf-sheet{position:fixed;
  z-index:20001;
  background:#fff;
  border-radius:14px 14px 0 0;
  max-height:60vh;
  display:flex;
  flex-direction:column;
  transform:translateY(12px);
  transition:transform .3s cubic-bezier(.4,0,.2,1);}
.yf-sheet.show{transform:translateY(0);}
.yf-sheet.sheet-center{left:0;
  right:0;
  bottom:50px;}
.yf-sheet.sheet-right{right:6px;
  bottom:50px;
  left:auto;
  width:auto;
  min-width:150px;
  max-width:calc(100vw - 12px);
  border-radius:10px 10px 0 0;}
.yf-sheet.sheet-cat{right:6px;
  bottom:50px;
  left:auto;
  width:auto;
  border-radius:10px 10px 0 0;}
.yf-sheet-head{display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px 12px;
  border-bottom:1px solid #f0f0f0;
  flex-shrink:0;
  font-size:14px;
  font-weight:700;
  color:#111;}
.yf-sheet-close{width:26px;
  height:26px;
  border:0;
  border-radius:50%;
  background:#f0f0f0;
  color:#666;
  font-size:16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;}
.yf-sheet-back{border:0;
  background:none;
  color:#999;
  font-size:12px;
  cursor:pointer;
  padding:0;}
.yf-sheet-body{padding:8px 10px 16px;
  overflow-y:auto;
  flex:1;}
.yf-contact-body{display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-height:0!important;}
.yf-contact-scroll{flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  padding-right:0!important;}
.yf-contact-actions{flex:0 0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  padding-top:8px!important;
  padding-bottom:0!important;
  background:#fff!important;}
.yf-contact-intro{margin:0 0 10px!important;
  font-size:13px!important;
  line-height:1.5!important;
  color:#555!important;}
.yf-contact-row{display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  background:#fafafa;
  border:1px solid #f1f1f1;
  border-radius:10px;
  padding:9px 10px;
  margin-bottom:6px;}
.yf-contact-row small{display:block;
  color:#777;
  font-size:11px;
  margin-bottom:3px;}
.yf-contact-row span{font-size:14px;
  word-break:break-all;}
.yf-contact-copy{border:1px solid #e6ded9;
  border-radius:10px;
  background:linear-gradient(#f7f7f7,#ecebea);
  color:#ff6a00;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 2px 5px rgba(0,0,0,.10);
  flex-shrink:0;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;}
.yf-contact-copy:active{transform:translateY(2px) scale(.92);
  box-shadow:inset 0 2px 5px rgba(0,0,0,.20),0 1px 1px rgba(0,0,0,.08);
  background:linear-gradient(#e7e5e3,#f4f2f0);}
.yf-contact-wa{display:block;
  margin:12px 0 0;
  text-align:center;
  text-decoration:none;
  background:#25d366;
  color:#fff;
  border-radius:12px;
  padding:12px 10px;
  font-size:16px;
  font-weight:800;}
.yf-contact-tip{text-align:center;
  color:#888;
  font-size:11px;
  margin-top:0!important;
  padding-bottom:1px!important;}
.yf-msg-btn{display:block;
  width:100%;
  margin-top:0;
  padding:12px;
  border:1px solid #ff6a00;
  border-radius:10px;
  background:#ff6a00;
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  text-align:center;
  box-shadow:0 1px 3px rgba(0,0,0,.06);}
.yf-toast{position:fixed;
  left:50%;
  top:86px;
  transform:translateX(-50%);
  z-index:10020;
  background:rgba(17,24,39,.92);
  color:#fff;
  width:max-content;
  max-width:min(560px,calc(100vw - 32px));
  min-height:46px;
  padding:14px 18px;
  border-radius:14px;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  white-space:normal;
  text-align:center;
  box-sizing:border-box;}
.yf-toast.show{opacity:1;}
.yf-cat-item-l2.has-child::after{content:"▶";
  float:right;
  font-size:9px;
  color:#ff6a00;
  margin-left:6px;
  line-height:1;
  opacity:.75;}
.yf-cat-wrap{display:flex;
  flex-direction:row;}
.yf-cat-col{display:flex;
  flex-direction:column;
  gap:1px;
  flex-shrink:0;}
.yf-cat-col-l1{min-width:90px;
  padding-right:4px;
  border-right:1px solid #eee;}
.yf-cat-col-l2{padding:0 6px;
  border-right:1px solid #eee;
  display:none;}
.yf-cat-col-l2.show{display:flex;}
.yf-cat-col-l3{padding-left:6px;
  display:none;}
.yf-cat-col-l3.show{display:flex;}
.yf-cat-item-l1{display:block;
  padding:5px 10px;
  margin:0;
  border:0;
  background:none;
  color:#3a4a5c;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
  white-space:nowrap;
  text-align:left;
  border-radius:4px;
  transition:background .12s;
  position:relative;}
.yf-cat-item-l1:hover,
.yf-cat-item-l1:active{background:rgba(0,0,0,.04);}
.yf-cat-item-l1.sel{color:#ff6a00;
  font-weight:700;
  background:rgba(0,0,0,.04);}
.yf-cat-item-l1.has-child::after{content:"▶";
  float:right;
  font-size:9px;
  color:#ff6a00;
  margin-left:10px;
  line-height:1;
  opacity:.75;}
.yf-cat-item-l2{display:block;
  padding:5px 8px;
  border:0;
  background:none;
  color:#3a4a5c;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
  white-space:nowrap;
  text-align:left;
  border-radius:3px;
  transition:background .12s;}
.yf-cat-item-l2:active,
.yf-cat-item-l2:hover{background:rgba(0,0,0,.04);}
.yf-cat-item-l2.sel{color:#ff6a00;
  font-weight:600;}
.yf-cat-item-l3{display:block;
  padding:4px 8px;
  border:0;
  background:none;
  color:#777;
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  white-space:nowrap;
  text-align:left;
  border-radius:3px;
  transition:background .12s;}
.yf-cat-item-l3:active,
.yf-cat-item-l3:hover{background:rgba(0,0,0,.03);}
.yf-cat-item-l3.sel{color:#ff6a00;
  font-weight:500;}
.yf-cat-all-btn{display:block!important;
  padding:5px 10px!important;
  margin:0!important;
  border:0!important;
  background:none!important;
  color:#111!important;
  font-size:13px!important;
  font-weight:500!important;
  cursor:pointer!important;
  white-space:nowrap!important;
  text-align:left!important;
  border-radius:4px!important;
  transition:background .12s!important;
  box-shadow:none!important;}
.yf-cat-all-btn:hover,
.yf-cat-all-btn:active{background:rgba(0,0,0,.04)!important;
  color:#111!important;}
.yf-cat-all-btn.sel{color:#111!important;
  font-weight:700!important;
  background:rgba(0,0,0,.04)!important;}
.yf-interest-item{display:flex;
  align-items:center;
  gap:8px;
  padding:8px 0;
  border-bottom:1px solid #f0f0f0;}
.yf-interest-check{width:18px;
  height:18px;
  flex-shrink:0;
  accent-color:#ff6a00;}
.yf-interest-img{width:44px;
  height:44px;
  object-fit:cover;
  border-radius:0!important;
  flex-shrink:0;}
.yf-interest-name{flex:1;
  font-size:12px;
  color:#3a4a5c;
  font-weight:500;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;}
.yf-interest-del{width:24px;
  height:24px;
  border:0;
  border-radius:50%;
  background:#f0f0f0;
  color:#999;
  font-size:16px;
  flex-shrink:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;}
.yf-interest-send{display:block;
  width:100%;
  margin-top:12px;
  padding:12px;
  border:0;
  border-radius:10px;
  background:#25d366;
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  text-align:center;}
footer,
.wp-site-blocks>footer,
.wp-block-template-part,
.site-footer,
.entry-title,
.wp-block-post-title{display:none!important;}
@media (min-width:768px){.yf-home{max-width:1280px!important;
    margin:0 auto!important;}
.yf-search-row{left:50%!important;
    right:auto!important;
    width:100%!important;
    max-width:1280px!important;
    transform:translateX(-50%)!important;
    padding:0 2px 2px 3px!important;
    border-radius:6px;}
.yf-grid{grid-template-columns:repeat(5,1fr);}
.yf-top{display:none;}
.yf-bottom{left:50%!important;
    right:auto!important;
    bottom:0!important;
    width:100%!important;
    max-width:1280px!important;
    transform:translateX(-50%)!important;
    margin:0 auto!important;
    border-radius:6px 6px 0 0;}
.yf-bottom,
  .yf-bottom.yf-bottom-dimmed,
  .yf-bottom.yf-bottom-hidden{opacity:1!important;
    pointer-events:auto!important;}
.yf-sheet.sheet-center{left:auto;
    right:auto;
    bottom:50px;}
.yf-sheet.sheet-right,
  .yf-sheet.sheet-cat{right:auto;
    bottom:50px;
    border-radius:10px;
    box-shadow:0 4px 20px rgba(0,0,0,.12);}}
.yf-search-wrap{border-radius:5px!important;
  -webkit-border-radius:5px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  outline:none!important;}
.yf-search{border-radius:5px!important;
  -webkit-border-radius:5px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  outline:none!important;}
.yf-search input,
.yf-search svg{border-radius:0!important;
  -webkit-border-radius:0!important;
  box-shadow:none!important;
  outline:none!important;
  -webkit-appearance:none!important;
  appearance:none!important;}
.yf-camera{border-radius:0!important;}
.yf-search-clear{border-radius:50%!important;}
.yf-search-btn{border-radius:4px!important;}
@media (min-width:768px){.yf-sheet.sheet-contact{max-height:calc(100vh - 58px)!important;
    min-height:0!important;
    height:auto!important;}
.yf-sheet.sheet-contact .yf-contact-body{overflow:visible!important;
    padding-bottom:10px!important;}
.yf-sheet.sheet-contact .yf-contact-scroll{flex:1 1 auto!important;
    max-height:none!important;
    overflow-y:auto!important;
    padding-bottom:0!important;}
.yf-sheet.sheet-contact .yf-contact-row{padding:7px 10px!important;
    margin-bottom:5px!important;}
.yf-sheet.sheet-contact .yf-contact-row small{margin-bottom:2px!important;}
.yf-sheet.sheet-contact .yf-contact-wa{display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    box-sizing:border-box!important;
    margin:9px 0 0!important;
    padding:10px 10px!important;}
.yf-sheet.sheet-contact .yf-contact-actions{padding-top:8px!important;}}
@media (max-width:767px){.yf-sheet.sheet-center{left:8px!important;
    right:8px!important;
    width:auto!important;
    bottom:48px!important;
    max-height:78vh!important;
    height:auto!important;
    border-radius:12px 12px 0 0!important;}
.yf-sheet.sheet-center .yf-sheet-body{max-height:calc(78vh - 42px)!important;
    overflow-y:auto!important;
    padding-bottom:18px!important;}
.yf-sheet.sheet-center .yf-contact-body{overflow:hidden!important;
    padding-bottom:10px!important;}
.yf-sheet.sheet-cat{left:6px!important;
    right:auto!important;
    width:auto!important;
    max-width:calc(100vw - 12px)!important;
    bottom:50px!important;
    border-radius:10px 10px 0 0!important;}
.yf-cat-col-l1{min-width:112px!important;
    width:112px!important;}
.yf-cat-col-l2{min-width:130px!important;
    width:130px!important;}
.yf-cat-col-l3{min-width:112px!important;
    width:112px!important;}
.yf-cat-item-l2{position:relative!important;
	    white-space:normal!important;
	    word-break:break-word!important;
	    line-height:1.35!important;
	    padding:6px 22px 6px 8px!important;
	    min-height:auto!important;}
.yf-cat-item-l2.has-child::after{position:absolute!important;
	    right:6px!important;
	    top:50%!important;
	    transform:translateY(-50%)!important;
	    float:none!important;
	    margin-left:0!important;}
.yf-search-row{left:-0.5px!important;
    width:calc(100% + 1px)!important;}}
@media (min-width:768px){.yf-search-row{border-radius:0!important;}}
.yf-card{border-radius:0!important;}
.yf-card img{border-radius:0!important;}
.yf-card{border-color:#d7dce2!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important;}
.yf-card h3,.yf-card p{background:#eceff3!important;}
.yf-card h3{border-top:1px solid #d1d7de!important;margin:0!important;padding:6px 6px 2px!important;}
.yf-card p{border-top:0!important;margin:0!important;padding:0 6px 7px!important;}
.yf-card .yf-card-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;width:100%!important;min-width:0!important;line-height:1.25!important;white-space:nowrap!important;}
.yf-card .yf-card-name{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;font-weight:650!important;color:#222!important;}
.yf-card .yf-card-stock{flex:0 0 auto!important;white-space:nowrap!important;font-size:13px!important;font-weight:750!important;color:#777f89!important;}
.yf-card .yf-card-moq{flex:0 0 auto!important;white-space:nowrap!important;font-size:12px!important;font-weight:750!important;color:#777f89!important;}
.yf-card .yf-card-price{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;font-weight:800!important;color:#d62828!important;}
@media (max-width:480px){.yf-card .yf-card-line{gap:6px!important;}
.yf-card .yf-card-name,.yf-card .yf-card-stock{font-size:11.5px!important;}
.yf-card .yf-card-moq{font-size:10.5px!important;}
.yf-card .yf-card-price{font-size:12px!important;}}
.yf-interest-note{max-width:260px!important;
  margin:0 auto 10px!important;
  font-size:12px!important;
  color:#888!important;
  text-align:left!important;}
.yf-interest-item{max-width:260px!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto 9px!important;
  padding:10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  background:#fff!important;
  border:1px solid #e2e5e9!important;
  border-radius:8px!important;
  box-sizing:border-box!important;}
.yf-interest-check{flex:0 0 auto!important;
  width:18px!important;
  height:18px!important;
  margin:0 6px 0 0!important;}
.yf-interest-img,
.yf-interest-thumb{width:56px!important;
  height:56px!important;
  object-fit:cover!important;
  border-radius:6px!important;
  cursor:pointer!important;
  flex:0 0 auto!important;
  border:1px solid #eee!important;
  margin-left:2px!important;}
.yf-interest-name,
.yf-interest-item h3,
.yf-interest-item .title{display:none!important;}
.yf-interest-spacer{flex:1 1 auto!important;
  min-width:18px!important;}
.yf-interest-del{flex:0 0 auto!important;
  width:28px!important;
  height:28px!important;
  border:0!important;
  border-radius:50%!important;
  background:#eeeeee!important;
  color:#8b8b8b!important;
  font-size:18px!important;
  line-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:4px!important;}
.yf-interest-actions{position:sticky!important;
  bottom:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:6px!important;
  max-width:260px!important;
  margin:8px auto 0!important;
  padding:10px 0 12px!important;
  background:#fff!important;
  z-index:5!important;}
.yf-interest-actions button{width:100%!important;
  max-width:420px!important;
  height:38px!important;
  border-radius:8px!important;
  border:0!important;
  font-weight:700!important;
  font-size:14px!important;}
.yf-interest-send-merchant{background:#25d366!important;
  color:#fff!important;}
.yf-interest-share-friend{background:#ff6a00!important;
  color:#fff!important;}
.yf-interest-download{width:100%!important;
  max-width:260px!important;
  min-height:38px!important;
  border:0!important;
  border-radius:8px!important;
  background:#ff6a00!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  cursor:pointer!important;}
.yf-interest-preview-mask{position:fixed!important;
  inset:0!important;
  z-index:100001!important;
  background:rgba(0,0,0,.58)!important;
  display:none!important;}
.yf-interest-preview-mask.show{display:block!important;}
.yf-interest-preview-box{position:absolute!important;
  top:50%!important;
  left:50%!important;
  transform:translate(-50%,-50%)!important;
  width:auto!important;
  max-width:94vw!important;
  max-height:92vh!important;
  overflow:auto!important;
  background:#fff!important;
  border-radius:10px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.28)!important;
  padding:10px!important;}
.yf-interest-preview-close{position:absolute!important;
  top:8px!important;
  right:8px!important;
  width:30px!important;
  height:30px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(255,106,0,.95)!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:30px!important;
  z-index:2!important;}
.yf-interest-preview-content{padding:0!important;}
.yf-interest-preview-content img{max-width:90vw!important;
  max-height:86vh!important;
  display:block!important;
  margin:0 auto!important;
  border-radius:8px!important;}
.yf-interest-preview-content .yf-preview-title,
.yf-interest-preview-content .yf-preview-line{display:none!important;}
@media (max-width:480px){.yf-interest-note,
  .yf-interest-item,
  .yf-interest-actions{width:76%!important;}
.yf-interest-img,
  .yf-interest-thumb{width:54px!important;
    height:54px!important;}
.yf-interest-del{margin-right:2px!important;}}
.yf-grid,
.yf-products,
.yf-product-grid{gap:0!important;
  background:#dedede!important;}
.yf-card{margin:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
  overflow:hidden!important;
  position:relative!important;}
.yf-card::before,
.yf-card::after{content:""!important;
  position:absolute!important;
  pointer-events:none!important;
  background:#dedede!important;
  z-index:3!important;}
.yf-card::before{left:0!important;
  right:0!important;
  top:0!important;
  height:2px!important;
  background:#dedede!important;}
.yf-card::after{top:0!important;
  bottom:0!important;
  right:0!important;
  width:2px!important;}
.yf-card img{display:block!important;
  width:100%!important;
  border:0!important;}
.yf-card h3,
.yf-card p{background:#f3f3f3!important;}
.yf-card h3{border-top:0!important;
  border-bottom:0!important;
  margin:0!important;
  padding:6px 6px 2px!important;}
.yf-card p{border-top:0!important;
  border-bottom:0!important;
  margin:0!important;
  padding:1px 6px 7px!important;}
.yf-card .yf-card-line{display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  border:0!important;
  line-height:1.25!important;
  white-space:nowrap!important;}
.yf-card .yf-card-name{font-size:13px!important;
  font-weight:800!important;
  color:#222!important;}
.yf-card .yf-card-stock{font-size:12px!important;
  font-weight:600!important;
  color:#111!important;}
.yf-card .yf-card-moq{font-size:12px!important;
  font-weight:600!important;
  color:#111!important;}
.yf-card .yf-card-price{font-weight:800!important;}
@media (max-width:767px){.yf-card .yf-card-stock-state{display:none!important;}}
.yf-sheet.sheet-interest{max-width:calc(100vw - 20px)!important;}
.yf-interest-note{width:100%!important;
  max-width:260px!important;
  margin:0 auto 8px!important;}
.yf-interest-item{width:100%!important;
  max-width:260px!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto 8px!important;
  padding:10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  box-sizing:border-box!important;}
.yf-interest-check{margin:0 6px 0 0!important;}
.yf-interest-img,
.yf-interest-thumb{width:56px!important;
  height:56px!important;
  margin-left:2px!important;}
.yf-interest-spacer{flex:1 1 auto!important;}
.yf-interest-del{margin-left:auto!important;
  margin-right:4px!important;}
.yf-interest-actions{width:100%!important;
  max-width:260px!important;
  margin:8px auto 0!important;}
@media (max-width:480px){.yf-interest-note,
  .yf-interest-item,
  .yf-interest-actions{width:100%!important;}
.yf-interest-item{padding-top:4px!important;
    padding-bottom:4px!important;}}
.yf-sheet.sheet-interest{max-width:calc(100vw - 24px)!important;}
.yf-sheet.sheet-interest .yf-sheet-body{padding-left:8px!important;
  padding-right:8px!important;}
.yf-sheet.sheet-interest .yf-interest-note,
.yf-sheet.sheet-interest .yf-interest-item,
.yf-sheet.sheet-interest .yf-interest-actions{width:100%!important;
  max-width:260px!important;}
@media (max-width:767px){.yf-sheet.sheet-interest.sheet-center{left:50%!important;
    right:auto!important;
    max-width:calc(100vw - 24px)!important;
    bottom:48px!important;
    transform:translate(-50%,110vh)!important;}
.yf-sheet.sheet-interest.sheet-center.show{transform:translate(-50%,0)!important;}}
.yf-card .yf-card-info{display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:start!important;
  column-gap:8px!important;
  width:100%!important;
  min-width:0!important;
  min-height:38px!important;
  padding:6px 6px 6px!important;
  margin:0!important;
  background:#f7f7f7!important;
  border:0!important;
  line-height:1.15!important;
  box-sizing:border-box!important;
  overflow:visible!important;}
.yf-card .yf-card-main{min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:2px!important;
  align-self:start!important;}
.yf-card .yf-card-info .yf-card-name{display:block!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:800!important;
  color:#222!important;}
.yf-card .yf-card-info .yf-card-price{display:block!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:800!important;
  color:#d62828!important;}
.yf-card .yf-card-meta{justify-self:end!important;
  align-self:start!important;
  width:max-content!important;
  max-width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:2px!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  text-align:left!important;
  overflow:visible!important;
  font-variant-numeric:tabular-nums!important;
  -webkit-font-feature-settings:"tnum" 1!important;
  font-feature-settings:"tnum" 1!important;}
.yf-card .yf-card-info .yf-card-stock,
.yf-card .yf-card-info .yf-card-moq{display:block!important;
  flex:none!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  text-align:left!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:750!important;
  color:#68727c!important;}
@media (max-width:767px){.yf-card .yf-card-info{column-gap:6px!important;
    min-height:36px!important;
    padding:6px 5px 5px!important;}
.yf-card .yf-card-info .yf-card-name,
  .yf-card .yf-card-info .yf-card-price{font-size:12px!important;}
.yf-card .yf-card-info .yf-card-stock,
  .yf-card .yf-card-info .yf-card-moq{font-size:11.2px!important;
    letter-spacing:-.15px!important;}}
@media (max-width:380px){.yf-card .yf-card-info{column-gap:4px!important;
    padding-left:4px!important;
    padding-right:4px!important;}
.yf-card .yf-card-info .yf-card-name,
  .yf-card .yf-card-info .yf-card-price{font-size:11.5px!important;}
.yf-card .yf-card-info .yf-card-stock,
  .yf-card .yf-card-info .yf-card-moq{font-size:10.8px!important;
    letter-spacing:-.2px!important;}}
.yf-menu-btn{width:30px;
  height:33px;
  padding:0 5px;
  margin:0;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  flex-shrink:0;
  cursor:pointer;}
.yf-menu-btn .yf-menu-bar{width:17px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  display:block;}
.yf-drawer.yf-main-nav-drawer{min-width:134px!important;
  width:134px!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 4px 16px rgba(0,0,0,.10)!important;
  overflow:hidden!important;}
.yf-drawer.yf-main-nav-drawer button{min-height:34px!important;
  height:34px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 10px!important;
  border:0!important;
  border-bottom:1px solid #f0f0f0!important;
  background:#fff!important;
  color:#ff6a00!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1!important;}
.yf-drawer.yf-main-nav-drawer button:last-child{border-bottom:0!important;}
.yf-drawer.yf-main-nav-drawer button span{flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
  white-space:nowrap!important;}
.yf-drawer.yf-main-nav-drawer svg{width:14px!important;
  height:14px!important;
  flex:0 0 14px!important;
  stroke:#ff6a00!important;
  color:#ff6a00!important;
  fill:none!important;
  stroke-width:1.85!important;}
.yf-bottom{display:none!important;}
.yf-sheet.yf-cat-top-panel{position:fixed!important;
  left:0!important;
  right:auto!important;
  bottom:auto!important;
  width:auto!important;
  max-width:100vw!important;
  max-height:46vh!important;
  background:#fff!important;
  border-radius:0 10px 10px 0!important;
  box-shadow:0 4px 20px rgba(0,0,0,.14)!important;
  overflow-x:auto!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  z-index:20001!important;
  opacity:0;
  transform:translateY(-8px);
  transition:opacity .18s ease, transform .22s ease!important;}
.yf-sheet.yf-cat-top-panel.show{opacity:1!important;
  transform:translateY(0)!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-wrap{display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  width:max-content!important;
  max-width:none!important;}
.yf-backdrop.yf-cat-top-backdrop{background:transparent!important;}
@media (max-width:767px){.yf-home{padding-bottom:18px!important;}
.yf-menu-btn{width:30px!important;padding:0 5px!important;}
.yf-menu-btn .yf-menu-bar{width:17px!important;height:2px!important;}
.yf-drawer.yf-main-nav-drawer{min-width:134px!important;width:134px!important;}
.yf-search-row{align-items:center!important;}}
@media (min-width:768px){.yf-bottom{display:none!important;}}
@media (max-width:767px){.yf-sheet.sheet-contact,
  .yf-sheet.sheet-interest{bottom:0!important;
    border-radius:14px 14px 0 0!important;}}
@media (min-width:768px){.yf-drawer.yf-main-nav-drawer{top:38px!important;
    transform:none!important;}}
.yf-sheet.yf-cat-top-panel{border-radius:0 10px 10px 0!important;
  max-width:calc(100vw - 8px)!important;
  overflow-x:auto!important;}
.yf-sheet.yf-cat-top-panel .yf-sheet-body{padding:6px!important;
  overflow:visible!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col{display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  flex-shrink:0!important;
  padding-top:0!important;
  padding-bottom:4px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1{width:auto!important;
  min-width:130px!important;
  padding:0 14px 0 0!important;
  border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2{width:auto!important;
  min-width:140px!important;
  padding:0 14px!important;
  border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{width:auto!important;
  min-width:130px!important;
  padding:0 0 0 14px!important;
  border-right:0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn{width:100%!important;
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  padding:7px 10px!important;
  margin:0!important;
  border:0!important;
  border-radius:6px!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:left!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  line-height:1.25!important;
  color:#111!important;
  font-size:15px!important;
  font-weight:650!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1 span,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2 span,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3 span,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn span{flex:0 0 auto!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{flex-shrink:0!important;
  margin-left:10px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.sel{color:#ff6a00!important;
  background:rgba(255,106,0,.07)!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3{color:#111!important;
  font-weight:650!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3.sel{color:#111!important;
  background:transparent!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3:hover{background:rgba(0,0,0,.035)!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{content:"▶"!important;
  display:block!important;
  font-size:10px!important;
  color:inherit!important;
  margin-left:10px!important;
  margin-right:0!important;
  flex:0 0 auto!important;
  float:none!important;
  position:static!important;
  transform:none!important;
  opacity:.65!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child::after{margin-left:8px!important;}
@media (max-width:767px){.yf-sheet.yf-cat-top-panel{max-width:calc(100vw - 11px)!important;
    border-radius:0 10px 10px 0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1{width:116px!important;
    min-width:116px!important;
    padding-right:8px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2{width:136px!important;
    min-width:136px!important;
    padding:0 8px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{width:136px!important;
    min-width:136px!important;
    padding-left:8px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn{min-height:32px!important;
    padding:6px 7px!important;
    font-size:13px!important;
    white-space:nowrap!important;
    word-break:normal!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{border-top-width:4px!important;
    border-bottom-width:4px!important;
    border-left-width:6px!important;
    margin-left:6px!important;}}
.yf-sheet.sheet-interest{display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;}
.yf-sheet.sheet-interest .yf-sheet-head{flex:0 0 auto!important;
  background:#fff!important;
  border-bottom:1px solid #eee!important;}
.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body{flex:1 1 auto!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:#fff!important;
  padding:10px!important;}
.yf-sheet.sheet-interest .yf-interest-note{flex:0 0 auto!important;
  width:100%!important;
  max-width:260px!important;
  margin:0 auto 10px!important;
  padding:0!important;
  background:#fff!important;
  color:#666!important;
  font-size:14px!important;
  line-height:1.45!important;}
.yf-sheet.sheet-interest .yf-interest-scroll{flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding:0 0 8px!important;
  margin:0!important;}
.yf-sheet.sheet-interest .yf-interest-actions{flex:0 0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  max-width:260px!important;
  margin:0 auto!important;
  padding:8px 0 12px!important;
  background:#fff!important;}
.yf-sheet.sheet-interest .yf-interest-item{width:100%!important;
  max-width:260px!important;
  min-height:64px!important;
  margin:0 auto 6px!important;
  padding:2px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  background:#f7f7f7!important;
  border:1px solid #ececec!important;
  border-radius:12px!important;
  box-shadow:none!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-item:last-child{margin-bottom:0!important;}
.yf-sheet.sheet-interest .yf-interest-check{width:18px!important;
  height:18px!important;
  margin:0!important;
  flex:0 0 auto!important;
  accent-color:#ff6a00!important;}
.yf-sheet.sheet-interest .yf-interest-img,
.yf-sheet.sheet-interest .yf-interest-thumb{width:56px!important;
  height:56px!important;
  margin:0!important;
  border-radius:8px!important;
  object-fit:cover!important;
  flex:0 0 auto!important;
  background:#fff!important;}
.yf-sheet.sheet-interest .yf-interest-spacer{flex:1 1 auto!important;
  min-width:0!important;}
.yf-sheet.sheet-interest .yf-interest-del{width:34px!important;
  height:34px!important;
  margin:0!important;
  border:1px solid #d8d8d8!important;
  border-radius:50%!important;
  background:#e9e9e9!important;
  color:#666!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 1px 2px rgba(0,0,0,.08)!important;
  cursor:pointer!important;
  flex:0 0 auto!important;}
.yf-sheet.sheet-interest .yf-interest-send-merchant,
.yf-sheet.sheet-interest .yf-interest-share-friend{width:100%!important;
  min-height:44px!important;
  margin:0 0 8px!important;
  border:0!important;
  border-radius:10px!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  cursor:pointer!important;}
.yf-sheet.sheet-interest .yf-interest-share-friend{margin-bottom:0!important;}
@media (min-width:768px){.yf-sheet.sheet-interest{width:340px!important;
    max-width:calc(100vw - 24px)!important;}
.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body{padding:14px!important;}}
@media (max-width:767px){.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body{padding:12px!important;}}
.yf-sheet .yf-sheet-close,
.yf-sheet.sheet-interest .yf-interest-del{background:#e3e3e3!important;
  border:1px solid #d0d0d0!important;
  color:#555!important;
  box-shadow:0 2px 5px rgba(0,0,0,.10)!important;}
.yf-sheet .yf-sheet-close{width:32px!important;
  height:32px!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1!important;}
.yf-sheet .yf-sheet-close:active,
.yf-sheet.sheet-interest .yf-interest-del:active{background:#d6d6d6!important;
  box-shadow:inset 0 2px 4px rgba(0,0,0,.12)!important;}
.yf-contact-copy{background:rgba(255,255,255,.58)!important;
  border:1px solid rgba(255,106,0,.20)!important;
  color:#ff6a00!important;
  box-shadow:0 1px 3px rgba(0,0,0,.05)!important;
  font-weight:700!important;}
.yf-contact-copy:active{background:rgba(255,106,0,.08)!important;
  box-shadow:inset 0 1px 3px rgba(0,0,0,.08)!important;}
@media (min-width:768px){.yf-sheet.sheet-contact,
  .yf-sheet.sheet-interest{left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    max-width:calc(100vw - 24px)!important;}
.yf-sheet.sheet-contact.show,
  .yf-sheet.sheet-interest.show{transform:translateX(-50%)!important;}
.yf-sheet.sheet-contact{width:340px!important;
    border-radius:12px!important;}
.yf-sheet.sheet-interest{width:340px!important;
    border-radius:14px!important;}}
@media (min-width:768px){.yf-sheet.yf-cat-top-panel{right:auto!important;
    bottom:auto!important;
    width:auto!important;
    max-width:calc(100vw - 8px)!important;
    border-radius:0 10px 10px 0!important;
    overflow-x:auto!important;}
.yf-sheet.yf-cat-top-panel .yf-sheet-body{padding:6px 10px!important;
    overflow:visible!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-wrap{gap:0!important;
    width:max-content!important;
    max-width:none!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col{gap:8px!important;
    padding-top:0!important;
    padding-bottom:4px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1{width:196px!important;
    min-width:196px!important;
    padding:0 14px 0 0!important;
    border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2{width:196px!important;
    min-width:196px!important;
    padding:0 14px!important;
    border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{width:196px!important;
    min-width:196px!important;
    padding:0 0 0 14px!important;
    border-right:0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn{width:100%!important;
    min-height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
    padding:7px 10px!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
    text-align:left!important;
    white-space:nowrap!important;
    cursor:pointer!important;
    line-height:1.25!important;
    color:#111!important;
    font-size:15px!important;
    font-weight:650!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.sel,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.sel{color:#ff6a00!important;
    background:rgba(255,106,0,.07)!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3.sel{color:#111!important;
    background:transparent!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active{color:#111!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    transform:none!important;
    opacity:1!important;
    font-weight:650!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active{background:transparent!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{justify-content:flex-start!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1 .yf-cat-item-l1.has-child span{display:inline-block!important;
    width:84px!important;
    flex:0 0 84px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child span{display:inline-block!important;
    width:92px!important;
    flex:0 0 92px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{content:"▶"!important;
    display:block!important;
    font-size:10px!important;
    color:inherit!important;
    margin-left:10px!important;
    margin-right:0!important;
    flex:0 0 auto!important;
    position:static!important;
    transform:none!important;
    opacity:.65!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1:hover,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2:hover,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3:hover{background:rgba(0,0,0,.035)!important;}}
@media (max-width:767px){.yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active{color:#111!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2{color:#111!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.sel,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.sel{color:#ff6a00!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3.sel{color:#111!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1 .yf-cat-item-l1.has-child span{display:inline-block!important;
    width:66px!important;
    flex:0 0 66px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child span{display:inline-block!important;
    width:76px!important;
    flex:0 0 76px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{margin-left:10px!important;}}
@media (max-width:767px){#yfWA.yf-wa,
  .yf-wa#yfWA{position:fixed!important;
    right:4px!important;
    left:auto!important;
    top:calc(40dvh - 21px)!important;
    bottom:auto!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:none!important;
    z-index:100002!important;
    touch-action:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
    -webkit-touch-callout:none!important;
    transition:opacity .18s ease!important;
    will-change:top,opacity!important;}
#yfWA.yf-wa.yf-wa-show,
  .yf-wa#yfWA.yf-wa-show{opacity:1!important;
    pointer-events:auto!important;
    top:calc(40dvh - 21px)!important;
    bottom:auto!important;
    transform:none!important;}
#yfWA.yf-wa.yf-wa-dragging,
  .yf-wa#yfWA.yf-wa-dragging{transition:none!important;}}
.yf-sheet.sheet-contact.yf-msg-form-open{overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;}
.yf-msg-form-body{display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-height:0!important;
  box-sizing:border-box!important;}
.yf-msg-form-scroll{flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  padding:0 0 10px!important;
  box-sizing:border-box!important;}
.yf-msg-form-actions{flex:0 0 auto!important;
  padding-top:10px!important;
  background:#fff!important;
  box-sizing:border-box!important;}
.yf-msg-form-actions .yf-msg-send-btn{display:block!important;
  width:100%!important;
  padding:12px!important;
  background:#ff6a00!important;
  color:#fff!important;
  border:0!important;
  border-radius:10px!important;
  font-size:16px!important;
  font-weight:800!important;
  cursor:pointer!important;
  box-sizing:border-box!important;}
.yf-msg-field{margin-bottom:8px!important;}
.yf-msg-field textarea,
.yf-msg-field input{width:100%!important;
  padding:10px!important;
  border:1px solid #e0e0e0!important;
  border-radius:8px!important;
  font-size:16px!important;
  box-sizing:border-box!important;
  font-family:inherit!important;
  background:#fff!important;}
.yf-msg-field textarea{resize:vertical!important;
  min-height:92px!important;
  max-height:34vh!important;}
@media (max-width:767px){.yf-sheet.sheet-contact.yf-msg-form-open{left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:calc(100vw - 16px)!important;
    border-radius:12px!important;}
.yf-sheet.sheet-contact.yf-msg-form-open .yf-msg-form-body{max-height:none!important;
    padding-bottom:10px!important;}
.yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head{flex:0 0 auto!important;}}
.yf-drawer.yf-main-nav-drawer{width:134px!important;
  min-width:134px!important;}
.yf-drawer.yf-main-nav-drawer button{min-height:34px!important;
  height:34px!important;
  padding:0 10px!important;
  font-size:13px!important;
  line-height:1!important;
  background:#fff!important;
  color:#ff6a00!important;}
.yf-sheet.yf-cat-top-panel{width:auto!important;
  min-width:0!important;
  max-width:calc(100vw - 8px)!important;
  max-height:40vh!important;
  overflow-x:auto!important;
  overflow-y:auto!important;
  border-radius:0 10px 10px 0!important;
  background:#fff!important;}
.yf-sheet.yf-cat-top-panel .yf-sheet-body{padding:5px 6px!important;
  overflow:visible!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-wrap{display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  width:max-content!important;
  max-width:none!important;
  gap:0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col{display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  flex-shrink:0!important;
  padding-top:0!important;
  padding-bottom:2px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1{width:132px!important;
  min-width:132px!important;
  padding:0 6px 0 0!important;
  border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2{width:132px!important;
  min-width:132px!important;
  padding:0 6px!important;
  border-right:1px solid #eee!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{width:142px!important;
  min-width:142px!important;
  padding:0 0 0 6px!important;
  border-right:0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn{width:100%!important;
  min-height:30px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  padding:5px 7px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.2!important;
  text-align:left!important;
  white-space:nowrap!important;
  transform:none!important;
  opacity:1!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1:active,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2:active,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3:active{background:transparent!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active{color:#111!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  font-weight:650!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{justify-content:flex-start!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child span,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child span{display:inline-block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{content:""!important;
  display:block!important;
  width:0!important;
  height:0!important;
  border-top:4px solid transparent!important;
  border-bottom:4px solid transparent!important;
  border-left:6px solid currentColor!important;
  color:currentColor!important;
  margin-left:6px!important;
  margin-right:0!important;
  flex:0 0 auto!important;
  float:none!important;
  position:static!important;
  transform:none!important;
  opacity:1!important;}
@media (max-width:767px){.yf-sheet.yf-cat-top-panel{max-width:calc(100vw - 8px)!important;
    max-height:42vh!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1{width:98px!important;
    min-width:98px!important;
    padding-right:5px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2{width:112px!important;
    min-width:112px!important;
    padding:0 5px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{width:124px!important;
    min-width:124px!important;
    padding-left:5px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
  .yf-sheet.yf-cat-top-panel .yf-cat-item-l3,
  .yf-sheet.yf-cat-top-panel .yf-cat-all-btn{min-height:29px!important;
    padding:5px 5px!important;
    font-size:13px!important;}}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1 .yf-cat-item-l1.has-child,
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child{position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding-right:16px!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1 .yf-cat-item-l1.has-child span,
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child span{flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1 .yf-cat-item-l1.has-child::after,
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2 .yf-cat-item-l2.has-child::after{content:""!important;
  display:block!important;
  width:0!important;
  height:0!important;
  border-top:4px solid transparent!important;
  border-bottom:4px solid transparent!important;
  border-left:6px solid currentColor!important;
  margin-left:6px!important;
  flex:0 0 auto!important;
  opacity:1!important;
  background:transparent!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3.sel{color:#ff6a00!important;
  background:transparent!important;
  box-shadow:none!important;}
.yf-sheet.yf-cat-top-panel{width:max-content!important;
  min-width:0!important;
  max-width:calc(100vw - 8px)!important;
  max-height:calc(100dvh - 96px)!important;
  overflow:visible!important;
  background:#fff!important;
  border-radius:0 10px 10px 0!important;
  box-shadow:0 4px 20px rgba(0,0,0,.14)!important;}
.yf-sheet.yf-cat-top-panel .yf-sheet-body{padding:6px 7px!important;
  overflow:visible!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-wrap{display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:0!important;
  width:max-content!important;
  min-width:0!important;
  max-width:calc(100vw - 8px)!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  -webkit-overflow-scrolling:touch!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col{display:flex!important;
  flex-direction:column!important;
  gap:1px!important;
  flex:0 0 auto!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  padding:0 4px!important;
  border-right:1px solid #f2f2f2!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col:last-child{border-right:0!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3{display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-width:max-content!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 9px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:30px!important;
  text-align:left!important;
  white-space:nowrap!important;
  cursor:pointer!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active{display:block!important;
  width:auto!important;
  min-width:max-content!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 9px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:30px!important;
  text-align:left!important;
  white-space:nowrap!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3.sel{background:transparent!important;
  box-shadow:none!important;
  color:#ff6a00!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child span,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child span{display:inline-block!important;
  min-width:0!important;
  width:auto!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{content:""!important;
  display:inline-block!important;
  flex:0 0 auto!important;
  width:0!important;
  height:0!important;
  margin-left:6px!important;
  border-top:4px solid transparent!important;
  border-bottom:4px solid transparent!important;
  border-left:6px solid currentColor!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-item-l1:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l2:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-item-l3:hover{background:#fafafa!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover{background:transparent!important;}
.yf-sheet.sheet-contact .yf-contact-scroll,
.yf-sheet.sheet-interest .yf-interest-note,
.yf-sheet.sheet-interest .yf-interest-item{width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-scroll{width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-actions,
.yf-sheet.sheet-interest .yf-interest-actions{width:80%!important;
  max-width:208px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  padding-top:8px!important;
  padding-bottom:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-wa,
.yf-sheet.sheet-contact .yf-msg-btn,
.yf-sheet.sheet-interest .yf-interest-send-merchant,
.yf-sheet.sheet-interest .yf-interest-share-friend,
.yf-sheet.sheet-interest .yf-interest-download,
.yf-sheet.sheet-interest .yf-interest-actions button{width:100%!important;
  max-width:208px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 8px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:10px!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.18!important;
  box-sizing:border-box!important;
  white-space:normal!important;}
.yf-sheet.sheet-contact .yf-contact-wa{margin-top:0!important;}
.yf-sheet.sheet-contact .yf-msg-btn{margin-top:0!important;}
.yf-sheet.sheet-interest .yf-interest-send-merchant,
.yf-sheet.sheet-interest .yf-interest-share-friend,
.yf-sheet.sheet-interest .yf-interest-download{margin-top:0!important;
  margin-bottom:0!important;}
.yf-sheet.sheet-interest .yf-interest-item{min-height:64px!important;
  padding:2px 10px!important;}
.yf-sheet.sheet-contact .yf-contact-intro,
.yf-sheet.sheet-interest .yf-interest-note{font-size:13px!important;
  line-height:1.5!important;}
html.yf-lang-ar .yf-sheet.sheet-contact,
html.yf-lang-ar .yf-sheet.sheet-interest,
html.yf-lang-ar .yf-sheet.yf-cat-top-panel{direction:rtl!important;}
@media (max-width:767px){.yf-sheet.yf-msg-form-open,
  .yf-sheet.show.yf-msg-form-open,
  .yf-sheet.sheet-contact.yf-msg-form-open{position:fixed!important;
    left:50%!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    width:calc(100vw - 24px)!important;
    max-width:360px!important;
    max-height:calc(100dvh - 56px)!important;
    transform:translate(-50%,-50%)!important;
    border-radius:12px!important;
    overflow:hidden!important;
    box-shadow:0 10px 32px rgba(0,0,0,.22)!important;
    display:flex!important;
    flex-direction:column!important;
    opacity:1!important;}
.yf-sheet.yf-msg-form-open .yf-msg-form-body{max-height:calc(100dvh - 108px)!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;}}
.yf-interest-guide-toast{position:fixed!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%) scale(.96)!important;
  z-index:100050!important;
  width:min(320px,calc(100vw - 40px))!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .16s ease,transform .16s ease!important;}
.yf-interest-guide-toast.show{opacity:1!important;
  transform:translate(-50%,-50%) scale(1)!important;}
.yf-interest-guide-card{background:#fff!important;
  border-radius:16px!important;
  box-shadow:0 12px 34px rgba(0,0,0,.22)!important;
  padding:18px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border:1px solid rgba(34,180,85,.18)!important;}
.yf-interest-guide-icon{width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#22b455!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:26px!important;
  font-weight:900!important;
  line-height:1!important;
  margin:0 0 10px!important;
  box-shadow:0 4px 12px rgba(34,180,85,.25)!important;}
.yf-interest-guide-text{color:#111!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.55!important;
  word-break:break-word!important;}
html.yf-lang-ar .yf-interest-guide-text{direction:rtl!important;}
@media (max-width:767px){.yf-wa{right:4px!important;
    top:calc(60vh - 21px)!important;
    bottom:auto!important;
    opacity:0!important;
    transform:none!important;
    transition:opacity .18s ease, top .16s ease!important;}
.yf-wa.yf-wa-show{opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;}
.yf-wa.yf-wa-dragging{transition:none!important;}
.yf-top{opacity:0!important;
    pointer-events:none!important;}
.yf-top.yf-top-active{opacity:1!important;
    pointer-events:auto!important;}}
.yf-sheet.sheet-contact .yf-sheet-body.yf-contact-body,
.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body{padding:12px!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-scroll,
.yf-sheet.sheet-interest .yf-interest-scroll{width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-row,
.yf-sheet.sheet-interest .yf-interest-item{width:100%!important;
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  background:#fafafa!important;
  border:1px solid #f1f1f1!important;
  border-radius:10px!important;
  box-shadow:none!important;}
.yf-sheet.sheet-interest .yf-interest-item{min-height:64px!important;
  margin-bottom:8px!important;
  padding:8px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;}
.yf-sheet.sheet-contact .yf-contact-actions,
.yf-sheet.sheet-interest .yf-interest-actions{width:80%!important;
  max-width:208px!important;
  margin:8px auto 0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  box-sizing:border-box!important;
  background:transparent!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;}
.yf-sheet.sheet-contact .yf-contact-wa,
.yf-sheet.sheet-contact .yf-msg-btn,
.yf-sheet.sheet-interest .yf-interest-send-merchant,
.yf-sheet.sheet-interest .yf-interest-share-friend,
.yf-sheet.sheet-interest .yf-interest-download,
.yf-sheet.sheet-interest .yf-interest-actions button{width:100%!important;
  max-width:208px!important;
  height:36px!important;
  min-height:36px!important;
  margin:0 auto!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  line-height:1.18!important;
  white-space:normal!important;}
.yf-sheet.sheet-contact .yf-contact-tip{width:100%!important;
  text-align:center!important;
  margin:0 auto!important;
  padding-top:2px!important;}
@media (max-width:767px){.yf-sheet.sheet-contact .yf-contact-scroll,
  .yf-sheet.sheet-interest .yf-interest-scroll{max-width:260px!important;}
.yf-sheet.sheet-contact .yf-contact-actions,
  .yf-sheet.sheet-interest .yf-interest-actions{max-width:208px!important;
    gap:6px!important;}}
.yf-sheet.sheet-interest .yf-sheet-body,
.yf-sheet.sheet-interest .yf-interest-body{padding:10px!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-scroll{padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  width:100%!important;}
.yf-sheet.sheet-interest .yf-interest-note{margin:0 0 8px!important;}
.yf-sheet.sheet-interest .yf-interest-item{min-height:64px!important;
  margin:0 0 8px!important;
  padding:10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  background:#f5f5f5!important;
  border-radius:10px!important;}
.yf-sheet.sheet-interest .yf-interest-actions{margin:8px 0 0!important;}
.yf-sheet.sheet-interest .yf-interest-actions button{box-sizing:border-box!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{display:flex!important;
  opacity:1!important;
  visibility:visible!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-col-l1,
.yf-sheet.yf-cat-top-panel .yf-cat-col-l2,
.yf-sheet.yf-cat-top-panel .yf-cat-col-l3{flex:0 0 auto!important;}
@media (max-width:767px){#yfWA.yf-wa,
  .yf-wa#yfWA,
  .yf-wa{right:0!important;
    left:auto!important;
    top:calc(60dvh - 55px)!important;
    bottom:auto!important;
    width:42px!important;
    height:42px!important;
    transform:none!important;
    transition:opacity .18s ease, top .16s ease!important;
    z-index:100002!important;
    touch-action:none!important;}
#yfWA.yf-wa.yf-wa-show,
  .yf-wa#yfWA.yf-wa-show,
  .yf-wa.yf-wa-show{right:0!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    opacity:1!important;
    pointer-events:auto!important;}
#yfWA.yf-wa.yf-wa-dragging,
  .yf-wa#yfWA.yf-wa-dragging,
  .yf-wa.yf-wa-dragging{transition:none!important;}}
.yf-card .yf-card-name{color:#222!important;
  font-weight:800!important;}
.yf-card[data-stock="Overstock"] .yf-card-name,
.yf-card.yf-card-overstock .yf-card-name{display:inline-block!important;
  width:auto!important;
  max-width:100%!important;
  padding:2px 6px!important;
  border:1px solid #F2C38B!important;
  border-radius:6px!important;
  background:#FFF3E3!important;
  color:#222!important;
  font-weight:800!important;
  line-height:1.15!important;
  box-sizing:border-box!important;}
.yf-card .yf-card-price{color:#d62828!important;
  font-weight:800!important;}
.yf-card .yf-card-stock,
.yf-card .yf-card-stock-real,
.yf-card .yf-card-stock-state,
.yf-card .yf-card-moq{background:transparent!important;
  border:0!important;
  padding:0!important;
  color:#6B7280!important;
  font-weight:650!important;
  border-radius:0!important;
  white-space:nowrap!important;}
@media (max-width:767px){.yf-card[data-stock="Overstock"] .yf-card-name,
  .yf-card.yf-card-overstock .yf-card-name{padding:1px 5px!important;
    border-radius:5px!important;}}
#yfWA.yf-wa,
.yf-wa#yfWA,
.yf-wa{right:0!important;
  left:auto!important;
  bottom:auto!important;
  top:calc(56vh - 21px)!important;
  z-index:100002!important;
  touch-action:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-touch-callout:none!important;}
#yfWA.yf-wa.yf-wa-show,
.yf-wa#yfWA.yf-wa-show,
.yf-wa.yf-wa-show{opacity:1!important;
  pointer-events:auto!important;
  right:0!important;
  left:auto!important;
  bottom:auto!important;}
#yfWA.yf-wa.yf-wa-dragging,
.yf-wa#yfWA.yf-wa-dragging,
.yf-wa.yf-wa-dragging{transition:none!important;}
@media (max-width:767px){#yfWA.yf-wa,
  .yf-wa#yfWA,
  .yf-wa{top:calc(70dvh - 21px)!important;}}
.yf-success-tip-mask{position:fixed!important;
  inset:0!important;
  z-index:300000!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(0,0,0,.18)!important;
  pointer-events:none!important;}
.yf-success-tip-mask.show{display:flex!important;}
.yf-success-tip-box{width:min(340px,calc(100vw - 56px))!important;
  min-height:150px!important;
  padding:26px 26px 24px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.22)!important;
  border:1px solid rgba(255,255,255,.9)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;}
.yf-success-tip-icon{width:64px!important;
  height:64px!important;
  border:4px solid #32d74b!important;
  color:#32d74b!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:500!important;
  margin:0 0 16px!important;
  box-sizing:border-box!important;}
.yf-success-tip-title{font-size:18px!important;
  line-height:1.25!important;
  color:#111!important;
  font-weight:800!important;
  margin:0 0 10px!important;}
.yf-success-tip-text{font-size:14px!important;
  line-height:1.5!important;
  color:#555!important;
  font-weight:500!important;
  max-width:280px!important;}
.yf-success-tip-title,
.yf-success-tip-text{direction:inherit!important;
  unicode-bidi:plaintext!important;}
.yf-sheet.sheet-contact .yf-sheet-body.yf-contact-body{padding:10px!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-scroll,
.yf-sheet.sheet-contact .yf-contact-actions{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-row{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body,
.yf-sheet.sheet-interest .yf-interest-body{padding:10px!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-scroll{width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-note,
.yf-sheet.sheet-interest .yf-interest-item,
.yf-sheet.sheet-interest .yf-interest-actions{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-item{min-height:50px!important;
  height:auto!important;
  margin:0 0 8px!important;
  padding:2px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  background:#f5f5f5!important;
  border:1px solid #f1f1f1!important;
  border-radius:10px!important;
  box-shadow:none!important;}
.yf-sheet.sheet-interest .yf-interest-img{width:44px!important;
  height:44px!important;
  object-fit:cover!important;
  flex:0 0 44px!important;}
.yf-sheet.sheet-interest .yf-interest-del{flex:0 0 auto!important;}
#yfWA.yf-wa,
.yf-wa#yfWA,
.yf-wa{right:0!important;
  left:auto!important;
  cursor:grab!important;
  touch-action:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-touch-callout:none!important;
  pointer-events:auto!important;}
#yfWA.yf-wa.yf-wa-dragging,
.yf-wa#yfWA.yf-wa-dragging,
.yf-wa.yf-wa-dragging{cursor:grabbing!important;
  transition:none!important;}
#yfWA.yf-wa,
.yf-wa#yfWA,
.yf-wa{right:0!important;
  left:auto!important;
  touch-action:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;}
.yf-sheet.sheet-contact,
.yf-sheet.sheet-interest{width:min(280px,calc(100vw - 104px))!important;
  max-width:min(280px,calc(100vw - 104px))!important;}
.yf-sheet.sheet-contact .yf-sheet-body.yf-contact-body,
.yf-sheet.sheet-interest .yf-sheet-body.yf-interest-body,
.yf-sheet.sheet-interest .yf-interest-body{padding:14px!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-scroll,
.yf-sheet.sheet-contact .yf-contact-actions,
.yf-sheet.sheet-interest .yf-interest-scroll,
.yf-sheet.sheet-interest .yf-interest-actions{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-row,
.yf-sheet.sheet-interest .yf-interest-item{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-contact .yf-contact-actions a,
.yf-sheet.sheet-contact .yf-contact-actions button,
.yf-sheet.sheet-interest .yf-interest-actions button{width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;}
.yf-sheet.sheet-interest .yf-interest-item{min-height:50px!important;
  padding-top:2px!important;
  padding-bottom:2px!important;}
@media (min-width:768px){#yfWA.yf-wa,
  .yf-wa#yfWA{right:12px!important;
    left:auto!important;
    transform:none!important;}
.yf-card{background:#f7f7f7!important;}
.yf-card img{background:#fff!important;}
.yf-card .yf-card-info{background:#f7f7f7!important;
    margin-bottom:0!important;
    border-bottom:0!important;}}
.yf-card .yf-card-info{position:relative!important;
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  padding:5px 6px 24px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;}
.yf-card .yf-card-main,
.yf-card .yf-card-meta{position:static!important;}
.yf-card .yf-card-info .yf-card-price{position:absolute!important;
  left:6px!important;
  right:78px!important;
  bottom:6px!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;}
.yf-card .yf-card-info .yf-card-moq{position:absolute!important;
  right:6px!important;
  bottom:6px!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  line-height:1.15!important;
  white-space:nowrap!important;}
@media (max-width:767px){.yf-card .yf-card-info{height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
    padding:5px 5px 24px!important;}
.yf-card .yf-card-info .yf-card-price{left:5px!important;
    right:70px!important;
    bottom:6px!important;}
.yf-card .yf-card-info .yf-card-moq{right:5px!important;
    bottom:6px!important;}}
.yf-search{position:relative!important;}
.yf-search > svg:first-child{display:none!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 0!important;
  opacity:0!important;
  pointer-events:none!important;}
.yf-search input{margin-left:0!important;
  padding-left:0!important;}
.yf-search:not(:focus-within):not(.yf-search-has-value) input{padding-left:30px!important;}
.yf-search::before{content:"";
  position:absolute;
  left:11px;
  top:50%;
  width:15px;
  height:15px;
  border:1.6px solid #b8b8b8;
  border-radius:50%;
  transform:translateY(-56%);
  box-sizing:border-box;
  pointer-events:none;
  z-index:2;}
.yf-search::after{content:"";
  position:absolute;
  left:24px;
  top:21px;
  width:8px;
  height:1.6px;
  background:#b8b8b8;
  border-radius:999px;
  transform:rotate(45deg);
  transform-origin:left center;
  pointer-events:none;
  z-index:2;}
.yf-search:focus-within::before,
.yf-search:focus-within::after,
.yf-search.yf-search-has-value::before,
.yf-search.yf-search-has-value::after{display:none!important;}
.yf-card .yf-card-info .yf-card-stock,
.yf-card .yf-card-info .yf-card-moq{direction:ltr!important;
  unicode-bidi:isolate!important;}
.yf-sheet.yf-cat-top-panel,
.yf-sheet.yf-cat-top-panel.show{transform:none!important;
  transition:none!important;
  animation:none!important;
  opacity:1!important;}
.yf-sheet.yf-cat-top-panel *,
.yf-sheet.yf-cat-top-panel *::before,
.yf-sheet.yf-cat-top-panel *::after{animation:none!important;}
.yf-sheet.yf-cat-top-panel button,
.yf-sheet.yf-cat-top-panel button:hover,
.yf-sheet.yf-cat-top-panel button:active,
.yf-sheet.yf-cat-top-panel button:focus,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active,
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn:focus{transform:none!important;
  transition:none!important;
  animation:none!important;
  box-shadow:none!important;}
.yf-sheet.yf-cat-top-panel .yf-cat-all-btn{min-width:52px!important;
  text-align:left!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-col{align-items:stretch!important;
  overflow-anchor:none!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:focus,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:focus-visible,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel{box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 9px!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#111!important;
  box-shadow:none!important;
  text-shadow:none!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:30px!important;
  letter-spacing:normal!important;
  text-align:left!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  transform:none!important;
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  transition:none!important;
  animation:none!important;
  filter:none!important;
  opacity:1!important;
  will-change:auto!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  overflow-anchor:none!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn::before,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn::after,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover::before,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover::after,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active::before,
html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active::after{content:none!important;
  display:none!important;}
@media (max-width:767px){html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn,
  html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:hover,
  html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:focus,
  html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn:active,
  html body .yf-sheet.yf-cat-top-panel .yf-cat-all-btn.sel{height:29px!important;
    min-height:29px!important;
    padding:0 5px!important;
    line-height:29px!important;}}
.yf-category-seo-head{width:100%;
  padding:12px 12px 10px;
  background:#fff;
  border-bottom:2px solid #dedede;}
.yf-category-seo-head h1{margin:0 0 4px!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:#222!important;}
.yf-category-seo-head p{margin:0!important;
  padding:0!important;
  max-width:980px;
  font-size:13px!important;
  line-height:1.45!important;
  color:#666!important;}
.yf-load-more-wrap{display:flex;
  justify-content:center;
  width:100%;
  padding:16px 10px 24px;
  background:#f5f1ea;}
.yf-load-more-wrap[hidden]{display:none!important;}
.yf-load-more{min-width:150px;
  height:40px;
  padding:0 22px;
  border:1px solid #ff6a00!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#ff6a00!important;
  font-size:14px!important;
  font-weight:800!important;
  cursor:pointer;}
.yf-load-more[disabled]{opacity:.55!important;cursor:default!important;}
@media (max-width:767px){.yf-category-seo-head{padding:10px 8px 8px;}
.yf-category-seo-head h1{font-size:17px!important;}
.yf-category-seo-head p{font-size:12px!important;}
.yf-load-more-wrap{padding:12px 8px 20px;}
.yf-load-more{height:38px;min-width:132px;font-size:13px!important;}}

/* QT-60: square card images must not inherit a portrait source height from HTML attributes. */
html body .yf-grid .yf-card > img{width:100%!important;height:auto!important;aspect-ratio:1/1!important;object-fit:cover!important;}


/* QT-63: hide the legacy hash-image-search entry until a real AI visual-search service is connected. */
html body #yfImageSearchBtn,
html body .yf-camera{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
/* QT-75: account application and customer account dialogs */
.yf-service-ui-mask{position:fixed;inset:0;z-index:2147483000;background:rgba(15,23,42,.52);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;visibility:hidden;transition:.18s}.yf-service-ui-mask.show{opacity:1;visibility:visible}.yf-service-ui-box{width:min(440px,100%);max-height:min(720px,calc(100vh - 24px));overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.28);display:flex;flex-direction:column}.yf-service-ui-box.wide{width:min(620px,100%)}.yf-service-ui-head{height:56px;flex:0 0 auto;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9edf2;font-size:17px}.yf-service-ui-head button{width:34px;height:34px;border:0;border-radius:50%;background:#f2f5f8;font-size:24px;line-height:1;cursor:pointer}.yf-account-form,.yf-customer-summary{padding:17px;overflow:auto}.yf-account-form>p{margin:0 0 14px;color:#697586;font-size:13px;line-height:1.55}.yf-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.yf-account-grid label{font-size:12px;font-weight:800;color:#4b5667}.yf-account-grid label.full{grid-column:1/-1}.yf-account-grid input,.yf-account-grid select,.yf-account-grid textarea{display:block;width:100%;box-sizing:border-box;margin-top:5px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;padding:9px 10px;font-size:15px;color:#1e293b}.yf-account-grid input,.yf-account-grid select{height:40px}.yf-account-grid textarea{resize:vertical}.yf-service-primary,.yf-service-secondary{display:flex;align-items:center;justify-content:center;width:100%;height:42px;margin-top:15px;border:0;border-radius:9px;background:#ff6a00;color:#fff;text-decoration:none;font-weight:800;font-size:14px;cursor:pointer}.yf-service-primary:active,.yf-service-secondary:active{transform:translateY(2px)}.yf-service-secondary{background:#fff;color:#ff6a00;border:1px solid #ff6a00}.yf-service-form-status{min-height:20px;margin-top:8px;color:#c2410c;font-size:12px}.yf-service-success{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;color:#16a34a;font-size:46px}.yf-service-success strong{font-size:15px;color:#334155}.yf-customer-name{padding:14px;border-radius:10px;background:#f8fafc;font-size:18px;font-weight:900}.yf-customer-name span{display:block;margin-top:4px;font-size:12px;color:#16a34a}.yf-customer-stat{display:flex;justify-content:space-between;gap:15px;padding:13px 4px;border-bottom:1px solid #edf1f5;font-size:13px}.yf-customer-stat span{color:#667085}.yf-customer-stat b{text-align:right}@media(max-width:640px){.yf-service-ui-mask{align-items:flex-end;padding:8px}.yf-service-ui-box,.yf-service-ui-box.wide{width:100%;max-height:calc(100dvh - 12px);border-radius:15px 15px 8px 8px}.yf-account-grid{grid-template-columns:1fr}.yf-account-grid label.full{grid-column:auto}.yf-account-form{padding:14px}.yf-service-ui-head{height:52px}}
.yf-card-cost{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:5px;padding-top:5px;border-top:1px dashed #f2b791;color:#9a3412;font-size:10.5px}.yf-card-cost b{color:#dc2626;font-size:11.5px}@media(max-width:640px){.yf-card-cost{font-size:9.5px}.yf-card-cost b{font-size:10.5px}}
.yf-customer-unlocked{margin:0;padding:8px 8px 8px 26px;background:#f8fafc;color:#475569;font-size:12px}.yf-customer-orders{margin-top:10px;border:1px solid #e6ebf1;border-radius:8px;overflow:hidden}.yf-customer-order{display:flex;justify-content:space-between;gap:8px;padding:8px 9px;border-bottom:1px solid #edf1f5;font-size:11px}.yf-customer-order:last-child{border-bottom:0}.yf-customer-order b{color:#ff6a00}
html body #yfDrawer.yf-main-nav-drawer{width:154px!important;min-width:154px!important;max-height:min(330px,calc(100vh - 90px))!important;overflow-y:auto!important}

/* QT-75: hardened customer-service, resumable orders and protected cost catalog */
.yf-password-form,.yf-order-payment,.yf-cost-catalog{padding:17px;overflow:auto}
.yf-password-form>p{margin:0 0 14px;color:#697586;font-size:13px;line-height:1.6}
.yf-password-form label,.yf-order-tx{display:block;margin-top:11px;color:#4b5667;font-size:12px;font-weight:800}
.yf-password-form input,.yf-order-tx input{display:block;width:100%;height:41px;box-sizing:border-box;margin-top:5px;padding:0 11px;border:1px solid #d8e0e9;border-radius:8px;background:#fff;color:#1e293b;font-size:15px}
.yf-password-form small{display:block;margin-top:8px;color:#7b8797;font-size:11px}
.yf-order-line{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 2px;border-bottom:1px dashed #dfe5ec;font-size:13px}
.yf-order-line span{color:#667085}.yf-order-line b{text-align:right;color:#253244}
.yf-order-pay-note,.yf-fc-pay-note{margin:12px 0 0;padding:10px 11px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:11.5px;line-height:1.55}
.yf-customer-orders-title{margin:18px 0 8px;font-size:13px;color:#334155}
.yf-customer-orders{margin-top:0;border:1px solid #e6ebf1;border-radius:9px;overflow:hidden}
.yf-customer-order{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid #edf1f5;font-size:12px}
.yf-customer-order:last-child{border-bottom:0}.yf-customer-order>div:first-child{min-width:0}
.yf-customer-order span,.yf-customer-order small{display:block}.yf-customer-order span{font-weight:800;color:#334155;overflow-wrap:anywhere}.yf-customer-order small{margin-top:3px;color:#7b8797}
.yf-customer-order-actions{display:flex;gap:6px;flex:0 0 auto}
.yf-customer-order-actions button{min-height:32px;padding:0 9px;border:1px solid #ff6a00;border-radius:7px;background:#fff;color:#ff6a00;font-size:11px;font-weight:800;cursor:pointer}
.yf-customer-order-actions button.cancel{border-color:#cbd5e1;color:#64748b}.yf-customer-order-actions button:active{transform:translateY(2px)}
.yf-cost-catalog{padding-top:13px}.yf-cost-search{display:grid;grid-template-columns:1fr auto;gap:8px}
.yf-cost-search input{height:40px;min-width:0;padding:0 11px;border:1px solid #d8e0e9;border-radius:8px;font-size:14px}
.yf-cost-search button,.yf-cost-pages button{height:40px;padding:0 15px;border:0;border-radius:8px;background:#ff6a00;color:#fff;font-weight:800;cursor:pointer}
.yf-cost-results{margin-top:12px}.yf-cost-meta{margin-bottom:7px;color:#64748b;font-size:12px}
.yf-cost-item{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #edf1f5;color:#263244;text-decoration:none}
.yf-cost-item img{width:58px;height:58px;border-radius:8px;object-fit:cover;background:#f1f5f9}.yf-cost-item span{min-width:0}.yf-cost-item b,.yf-cost-item small{display:block}.yf-cost-item b{font-size:12px;line-height:1.4}.yf-cost-item small{margin-top:3px;color:#8a94a4;font-size:10px}.yf-cost-item strong{white-space:nowrap;color:#dc2626;font-size:13px}
.yf-cost-pages{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:13px}.yf-cost-pages button{height:34px;padding:0 12px;font-size:11px}.yf-cost-pages button:disabled{opacity:.4;cursor:not-allowed}.yf-cost-pages span{font-size:12px;color:#64748b}
.yf-return-supplier-preview{width:100%;min-height:40px;margin:0 0 10px;padding:0 13px;border:1px solid #ff6a00;border-radius:9px;background:#fff7ed;color:#c2410c;font-size:13px;font-weight:800;cursor:pointer}
.yf-return-supplier-preview:active{transform:translateY(2px)}
html.yf-lang-ar .yf-order-payment,body.yf-lang-ar .yf-order-payment,html.yf-lang-ar .yf-cost-catalog,body.yf-lang-ar .yf-cost-catalog,html.yf-lang-ar .yf-password-form,body.yf-lang-ar .yf-password-form{direction:rtl;text-align:right}
@media(max-width:640px){
  .yf-password-form,.yf-order-payment,.yf-cost-catalog{padding:14px}
  .yf-customer-order{align-items:flex-start;flex-direction:column}
  .yf-customer-order-actions{width:100%}.yf-customer-order-actions button{flex:1}
  .yf-cost-item{grid-template-columns:52px 1fr}.yf-cost-item img{width:52px;height:52px}.yf-cost-item strong{grid-column:2;justify-self:start;margin-top:-5px}
  .yf-cost-search{grid-template-columns:1fr 76px}.yf-cost-search button{padding:0 8px}
}

/* QT-76: keep the simplified two-column account form visually aligned. */
.yf-account-grid label{display:flex!important;flex-direction:column!important;min-width:0!important}
.yf-account-grid label>span{display:flex!important;align-items:flex-end!important;min-height:32px!important;line-height:1.3!important}
.yf-account-grid label.full>span{min-height:auto!important}
@media(max-width:640px){.yf-account-grid label>span{min-height:auto!important}}


/* QT-77: brighter brand orange + balanced mobile home header. */
.yf-header-brand{display:none;}
.yf-menu-bars{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;flex:0 0 auto;}
.yf-menu-btn .yf-menu-bar{display:block;width:17px;height:2px;border-radius:2px;background:currentColor;}
.yf-menu-state{display:none;align-items:center;justify-content:center;gap:2px;min-width:0;color:#fff;white-space:nowrap;line-height:1;}
.yf-menu-state b{font-size:9px;font-weight:800;line-height:1;}
.yf-menu-state em{font-size:8px;font-style:normal;opacity:.74;line-height:1;}
.yf-drawer.yf-main-nav-drawer .yf-main-nav-setting small{margin-left:auto;color:#ff6a00;font-size:10px;font-weight:800;white-space:nowrap;}

@media (max-width:767px){
  .yf-search-row{display:flex!important;align-items:center!important;gap:4px!important;height:42px!important;padding:2px 4px!important;background:#ff6a00!important;}
  .yf-home{padding-top:42px!important;}
  .yf-search-div,.yf-lang-btn,.yf-currency-btn{display:none!important;}
  .yf-menu-btn{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:76px!important;min-width:76px!important;height:36px!important;padding:0 6px!important;border-radius:5px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;}
  .yf-menu-state{display:flex!important;}
  .yf-search-row form{flex:1 1 auto!important;min-width:0!important;height:36px!important;}
  .yf-search-wrap{height:36px!important;margin-top:0!important;border:0!important;border-radius:6px!important;background:#fff!important;}
  .yf-search{height:36px!important;padding-left:9px!important;border-radius:6px!important;}
  .yf-search input{font-size:15px!important;margin-left:7px!important;margin-right:5px!important;}
  .yf-search-clear{margin-right:7px!important;}
  .yf-camera{width:34px!important;height:34px!important;margin-right:3px!important;}
  .yf-camera svg{width:25px!important;height:25px!important;color:#ff6a00!important;}
  .yf-search-btn{display:none!important;}
  .yf-search-row.search-active .yf-camera{display:none!important;}
  .yf-header-brand{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 76px!important;width:76px!important;height:36px!important;border-radius:5px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:20px!important;font-weight:900!important;letter-spacing:1px!important;line-height:1!important;user-select:none!important;}
  html body #yfDrawer.yf-main-nav-drawer{width:168px!important;min-width:168px!important;}
  .yf-drawer.yf-main-nav-drawer button{min-height:38px!important;height:38px!important;padding:0 10px!important;}
  .yf-drawer.yf-main-nav-drawer .yf-main-nav-setting{background:#fffaf6!important;}
}


/* QT-79: account wording details and one visual standard for frontend dismiss/delete circles. */
.yf-required-star{
  display:inline!important;
  margin-left:2px!important;
  color:#ff6a00!important;
  font-style:normal!important;
  font-weight:900!important;
}

/* Standard close circle: based on the account-application dialog, with the glyph optically centered. */
.yf-service-ui-head button[data-yf-service-close],
.yf-fc-head button[data-fc-close],
.yf-image-search-close,
.yf-sheet-close,
.yf-interest-preview-close,
.yf-product-msg-close,
.yf-detail-video-close,
.yf-detail-video-error-close,
.yf-lightbox-close,
.yf-supplier-photo-close,
.yf-supplier-photo-view button{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#f2f5f8!important;
  color:#111827!important;
  box-shadow:0 1px 3px rgba(15,23,42,.10)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  font-size:0!important;
  line-height:0!important;
  text-align:center!important;
  cursor:pointer!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.yf-service-ui-head button[data-yf-service-close]::before,
.yf-fc-head button[data-fc-close]::before,
.yf-image-search-close::before,
.yf-sheet-close::before,
.yf-interest-preview-close::before,
.yf-product-msg-close::before,
.yf-detail-video-close::before,
.yf-detail-video-error-close::before,
.yf-lightbox-close::before,
.yf-supplier-photo-close::before,
.yf-supplier-photo-view button::before{
  content:"×"!important;
  position:static!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:24px!important;
  font-weight:400!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
  pointer-events:none!important;
}
.yf-service-ui-head button[data-yf-service-close]:active,
.yf-fc-head button[data-fc-close]:active,
.yf-image-search-close:active,
.yf-sheet-close:active,
.yf-interest-preview-close:active,
.yf-product-msg-close:active,
.yf-detail-video-close:active,
.yf-detail-video-error-close:active,
.yf-lightbox-close:active,
.yf-supplier-photo-close:active,
.yf-supplier-photo-view button:active{
  background:#e7ebf0!important;
  box-shadow:inset 0 1px 3px rgba(15,23,42,.14)!important;
}

/* My Interests item removal keeps a minus glyph, but uses the same circle, fill and alignment. */
.yf-sheet.sheet-interest .yf-interest-del{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#f2f5f8!important;
  color:#111827!important;
  box-shadow:0 1px 3px rgba(15,23,42,.10)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  font-size:0!important;
  line-height:0!important;
}
.yf-sheet.sheet-interest .yf-interest-del::before{
  content:"−"!important;
  display:block!important;
  color:inherit!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:22px!important;
  font-weight:500!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
  pointer-events:none!important;
}
.yf-sheet.sheet-interest .yf-interest-del:active{
  background:#e7ebf0!important;
  box-shadow:inset 0 1px 3px rgba(15,23,42,.14)!important;
}

/* QT-81: backend-controlled text/image mark in the mobile-home header. */
.yf-header-brand-hidden{display:none!important;}
.yf-header-brand img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none;}
.yf-header-brand-text{display:inline-flex;align-items:center;justify-content:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1;}
.yf-header-brand-fallback{display:none;}
@media(max-width:767px){
  .yf-header-brand{overflow:hidden!important;padding:3px 6px!important;box-sizing:border-box!important;}
  .yf-header-brand img{max-width:64px!important;max-height:30px!important;}
  .yf-header-brand-text{font-size:20px!important;font-weight:900!important;letter-spacing:1px!important;}
  .yf-header-brand-hidden{display:none!important;}
}


/* QT-82: use the backend-controlled logo on desktop home as the right-side balance block. */
@media (min-width:768px){
  .yf-search-row .yf-header-brand{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 108px!important;
    width:108px!important;
    height:33px!important;
    margin:2px 0 0 3px!important;
    padding:3px 8px!important;
    overflow:hidden!important;
    border-radius:5px!important;
    background:rgba(255,255,255,.12)!important;
    color:#fff!important;
    box-sizing:border-box!important;
    user-select:none!important;
  }
  .yf-search-row .yf-header-brand img{
    max-width:94px!important;
    max-height:27px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .yf-search-row .yf-header-brand-text{
    font-size:20px!important;
    font-weight:900!important;
    letter-spacing:1px!important;
    line-height:1!important;
  }
  .yf-search-row .yf-header-brand-hidden{display:none!important;}
}


/* QT-83: smaller logo text, seamless orange header blocks, compact mobile locale drawer. */
@media (max-width:767px){
  .yf-menu-btn{
    background:transparent!important;
    box-shadow:none!important;
  }
  .yf-header-brand{
    background:transparent!important;
    box-shadow:none!important;
  }
  .yf-header-brand-text{
    font-size:16px!important;
    font-weight:850!important;
    letter-spacing:.6px!important;
  }
  #yfDrawer.yf-mobile-choice-drawer{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    max-height:none!important;
    overflow:hidden!important;
    border-radius:0 0 8px 8px!important;
    background:#fff!important;
    box-shadow:0 5px 15px rgba(0,0,0,.13)!important;
  }
  #yfDrawer.yf-mobile-choice-drawer button{
    height:30px!important;
    min-height:30px!important;
    padding:0 12px!important;
    font-size:13px!important;
    line-height:30px!important;
  }
}
@media (min-width:768px){
  .yf-search-row .yf-header-brand{
    background:transparent!important;
    box-shadow:none!important;
  }
  .yf-search-row .yf-header-brand-text{
    font-size:16px!important;
    font-weight:850!important;
    letter-spacing:.6px!important;
  }
}


/* QT-84: mobile language/currency dropdown starts exactly below the orange header.
   Keep the normal option height; this change moves the drawer instead of compressing it. */
@media (max-width:767px){
  #yfDrawer.yf-mobile-choice-drawer{
    top:42px!important;
    bottom:auto!important;
    transform:none!important;
  }
  #yfDrawer.yf-mobile-choice-drawer button{
    height:34px!important;
    min-height:34px!important;
    line-height:34px!important;
  }
}

/* QT-85: one exact close/remove-circle standard for every frontend popup.
   The icon is drawn with CSS bars so its intersection is mathematically centered,
   and old button text can never create a second ×. */
.yf-service-ui-head button[data-yf-service-close],
.yf-fc-head button[data-fc-close],
.yf-sheet .yf-sheet-close,
.yf-interest-preview-box .yf-interest-preview-close,
.yf-product-msg-head .yf-product-msg-close,
.yf-image-search-close,
.yf-detail-video-close,
.yf-detail-video-error-close,
.yf-supplier-photo-stage .yf-supplier-photo-close,
.yf-supplier-photo-view button{
  position:relative!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  flex:0 0 34px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#f2f5f8!important;
  color:transparent!important;
  box-shadow:0 1px 3px rgba(15,23,42,.10)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  text-indent:-9999px!important;
  font-size:0!important;
  line-height:0!important;
  box-sizing:border-box!important;
  cursor:pointer!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.yf-service-ui-head button[data-yf-service-close]::before,
.yf-service-ui-head button[data-yf-service-close]::after,
.yf-fc-head button[data-fc-close]::before,
.yf-fc-head button[data-fc-close]::after,
.yf-sheet .yf-sheet-close::before,
.yf-sheet .yf-sheet-close::after,
.yf-interest-preview-box .yf-interest-preview-close::before,
.yf-interest-preview-box .yf-interest-preview-close::after,
.yf-product-msg-head .yf-product-msg-close::before,
.yf-product-msg-head .yf-product-msg-close::after,
.yf-image-search-close::before,
.yf-image-search-close::after,
.yf-detail-video-close::before,
.yf-detail-video-close::after,
.yf-detail-video-error-close::before,
.yf-detail-video-error-close::after,
.yf-supplier-photo-stage .yf-supplier-photo-close::before,
.yf-supplier-photo-stage .yf-supplier-photo-close::after,
.yf-supplier-photo-view button::before,
.yf-supplier-photo-view button::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:16px!important;
  height:2px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#111827!important;
  transform-origin:center center!important;
  pointer-events:none!important;
}
.yf-service-ui-head button[data-yf-service-close]::before,
.yf-fc-head button[data-fc-close]::before,
.yf-sheet .yf-sheet-close::before,
.yf-interest-preview-box .yf-interest-preview-close::before,
.yf-product-msg-head .yf-product-msg-close::before,
.yf-image-search-close::before,
.yf-detail-video-close::before,
.yf-detail-video-error-close::before,
.yf-supplier-photo-stage .yf-supplier-photo-close::before,
.yf-supplier-photo-view button::before{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}
.yf-service-ui-head button[data-yf-service-close]::after,
.yf-fc-head button[data-fc-close]::after,
.yf-sheet .yf-sheet-close::after,
.yf-interest-preview-box .yf-interest-preview-close::after,
.yf-product-msg-head .yf-product-msg-close::after,
.yf-image-search-close::after,
.yf-detail-video-close::after,
.yf-detail-video-error-close::after,
.yf-supplier-photo-stage .yf-supplier-photo-close::after,
.yf-supplier-photo-view button::after{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}
.yf-service-ui-head button[data-yf-service-close]:active,
.yf-fc-head button[data-fc-close]:active,
.yf-sheet .yf-sheet-close:active,
.yf-interest-preview-box .yf-interest-preview-close:active,
.yf-product-msg-head .yf-product-msg-close:active,
.yf-image-search-close:active,
.yf-detail-video-close:active,
.yf-detail-video-error-close:active,
.yf-supplier-photo-stage .yf-supplier-photo-close:active,
.yf-supplier-photo-view button:active{
  background:#e7ebf0!important;
  box-shadow:inset 0 1px 3px rgba(15,23,42,.14)!important;
}

/* My Interests delete button: same circle, with one bar exactly through the center. */
.yf-sheet.sheet-interest button.yf-interest-del{
  position:relative!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  flex:0 0 34px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#f2f5f8!important;
  color:transparent!important;
  box-shadow:0 1px 3px rgba(15,23,42,.10)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  text-indent:-9999px!important;
  font-size:0!important;
  line-height:0!important;
  box-sizing:border-box!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.yf-sheet.sheet-interest button.yf-interest-del::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:16px!important;
  height:2px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:#111827!important;
  transform:translate(-50%,-50%)!important;
  pointer-events:none!important;
}
.yf-sheet.sheet-interest button.yf-interest-del::after{content:none!important;display:none!important;}
.yf-sheet.sheet-interest button.yf-interest-del:active{
  background:#e7ebf0!important;
  box-shadow:inset 0 1px 3px rgba(15,23,42,.14)!important;
}


/* QT-87: compact mobile header ends; language/currency remain inside the menu only. */
@media (max-width:767px){
  .yf-menu-state{display:none!important;}
  .yf-menu-btn{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    padding:0!important;
    gap:0!important;
  }
  .yf-menu-bars{margin:0!important;}
  .yf-header-brand{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    padding:3px 4px!important;
  }
  .yf-header-brand-text{
    font-size:15px!important;
    letter-spacing:.4px!important;
  }
  .yf-search-row{gap:4px!important;}
}


/* QT-88: make the two mobile header end caps 10px narrower each so the search field gains 20px. */
@media (max-width:767px){
  .yf-menu-btn{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
  }
  .yf-header-brand{
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    padding:3px 2px!important;
  }
  .yf-header-brand-text{
    font-size:14px!important;
    letter-spacing:.2px!important;
  }
}

/* QT-90: reduce the mobile home header and search field height by 4px.
   Keep the menu bars and logo text/icon sizes unchanged. */
@media (max-width:767px){
  .yf-search-row{
    height:38px!important;
    min-height:38px!important;
    padding:2px 4px!important;
  }
  .yf-home{padding-top:38px!important;}
  .yf-menu-btn,
  .yf-header-brand{
    height:32px!important;
    min-height:32px!important;
  }
  .yf-search-row form,
  .yf-search-wrap,
  .yf-search{
    height:32px!important;
    min-height:32px!important;
  }
  .yf-camera{
    height:30px!important;
  }
  #yfDrawer.yf-mobile-choice-drawer{
    top:38px!important;
  }
}


/* QT-93: simplified paid services, supplier preview cost samples and readable customer account. */
.yf-fc-plans{margin-top:14px}
.yf-fc-plan{cursor:default!important}
.yf-fc-plan small em{display:block;margin-top:5px;color:#9a3412;font-style:normal;font-weight:800}
.yf-fc-price-btn,.yf-customer-price-btn{flex:0 0 auto;min-width:86px;height:34px;padding:0 12px;border:1px solid rgba(255,106,0,.58);border-radius:8px;background:#fff7ed;color:#d95500;font-size:13px;font-weight:800;box-shadow:0 1px 2px rgba(15,23,42,.06);cursor:pointer}
.yf-fc-price-btn:hover,.yf-customer-price-btn:hover{background:#fff1e6;border-color:#ff6a00}
.yf-fc-price-btn:active,.yf-customer-price-btn:active{transform:translateY(1px)}
.yf-fc-decision-hint{margin-top:12px;padding:11px 13px;border:1px solid #fed7aa;border-radius:10px;background:#fffaf5;color:#7c3a13;font-size:13px;line-height:1.6}
.yf-fc-contact-row .message{background:#ff6a00!important;border-color:#ff6a00!important;color:#fff!important}
.yf-supplier-product strong{display:block;padding:0 7px 8px;color:#dc2626;font-size:11px;line-height:1.35;text-align:left}
.yf-supplier-preview-cost{display:flex;justify-content:space-between;align-items:center;margin:10px 0;padding:10px 12px;border:1px solid #f5b58e;border-radius:9px;background:#fff7ed;color:#9a3412}
.yf-supplier-preview-cost b{color:#dc2626;font-size:16px}
.yf-supplier-preview-body{padding-bottom:16px!important;overflow-x:hidden!important;overscroll-behavior-x:none!important;touch-action:pan-y pinch-zoom!important}
.yf-supplier-product-detail,.yf-supplier-product-detail-body,.yf-supplier-product-layout,.yf-supplier-product-gallery,.yf-supplier-product-info{max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
.yf-supplier-product-detail-body{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-x:none!important;touch-action:pan-y pinch-zoom!important}
.yf-supplier-product-main,.yf-supplier-product-main img{max-width:100%!important;touch-action:pinch-zoom!important}
.yf-customer-account-head{background:#ff6a00!important;border-bottom-color:#ff6a00!important;color:#fff!important}
.yf-customer-account-head b{color:#fff!important;font-size:19px!important;font-weight:800!important}
.yf-customer-account-mask .yf-customer-summary{font-size:15px!important}
.yf-customer-account-mask .yf-customer-name{font-size:20px!important;font-weight:900!important}
.yf-customer-account-mask .yf-customer-name span{font-size:14px!important;font-weight:800!important}
.yf-customer-account-mask .yf-customer-stat{font-size:15px!important;padding:15px 5px!important;align-items:center}
.yf-customer-account-mask .yf-customer-stat span,.yf-customer-account-mask .yf-customer-stat b{font-weight:800!important}
.yf-customer-account-mask .yf-customer-orders-title{font-size:16px!important;font-weight:900!important}
.yf-customer-account-mask .yf-customer-order{font-size:14px!important;padding:13px!important}
.yf-customer-account-mask .yf-customer-order span{font-size:15px!important;font-weight:900!important}
.yf-customer-account-mask .yf-customer-order small{font-size:13px!important;line-height:1.45!important;font-weight:600!important}
.yf-customer-account-mask .yf-customer-order-actions button:not(.cancel){background:#ff6a00!important;color:#fff!important;border-color:#ff6a00!important;font-size:13px!important}
.yf-customer-account-mask .yf-customer-order-actions button.cancel{font-size:13px!important}
.yf-customer-logout{background:#ff6a00!important;color:#fff!important;border-color:#ff6a00!important;font-size:15px!important}
.yf-customer-cost-active b{color:#15803d!important}
@media(max-width:640px){
 .yf-fc-plan{align-items:center!important;min-height:90px!important}
 .yf-fc-price-btn,.yf-customer-price-btn{min-width:82px;height:34px;font-size:12.5px}
 .yf-customer-account-mask .yf-customer-order-actions button{font-size:13px!important;min-height:38px!important}
}

/* QT-96: category-scoped cost service and compact supplier preview. */
.yf-service-category{color:#dc2626!important;font-weight:900!important}
.yf-fc-plan b .yf-service-category,.yf-fc-plan small .yf-service-category{display:inline!important;color:#dc2626!important}
.yf-supplier-product-section{margin-bottom:10px!important}
.yf-supplier-products{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important}
.yf-supplier-product{display:block!important;padding:0!important;border:1px solid #e3e8ee!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;text-align:left!important;min-width:0!important}
.yf-supplier-product.is-current{border-color:#ff6a00!important;box-shadow:0 0 0 1px rgba(255,106,0,.18)!important}
.yf-supplier-product img{display:block!important;width:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;background:#f8fafc!important}
.yf-supplier-product strong{display:block!important;padding:6px 6px 7px!important;color:#dc2626!important;font-size:11px!important;line-height:1.3!important;white-space:normal!important;word-break:break-word!important}
.yf-supplier-counters-bottom{margin:8px 0 0!important}
.yf-supplier-summary{margin-bottom:10px!important}
.yf-supplier-summary>div:empty{display:none!important}
.yf-cost-category-picker{padding:18px;overflow:auto}
.yf-cost-category-picker p{margin:0 0 12px;color:#475569;font-size:14px;line-height:1.6}
.yf-cost-category-picker select{display:block;width:100%;height:42px;border:1px solid #dbe2ea;border-radius:9px;background:#fff;padding:0 10px;font-size:15px;font-weight:800;color:#1f2937}
.yf-customer-inline-cost{height:34px;border:1px solid #ff6a00;border-radius:8px;background:#fff;color:#d95500;padding:0 10px;font-weight:800;cursor:pointer}
.yf-customer-cost-active{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}
.yf-customer-cost-active>b{grid-column:1/-1;text-align:left!important;margin-top:4px}
@media(max-width:640px){
  .yf-supplier-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
  .yf-supplier-product strong{font-size:11.5px!important;padding:6px!important}
  .yf-supplier-counters-bottom{grid-template-columns:1fr!important}
  .yf-customer-cost-active{grid-template-columns:1fr!important}
  .yf-customer-inline-cost{width:100%;margin-top:8px}
}
