/* YF frontend page styles. Extracted from the template in original cascade order.
   QT-127 removes stylesheet branches belonging only to retired interfaces and removes
   page-level declarations duplicated exactly by a later shared component stylesheet.
   Active layouts, compatibility fallbacks and intentional cascade overrides are preserved. */
html,body{margin:0!important;
  padding:0!important;
  width:100%!important;
  overflow-x:hidden!important;
  background:#ffffff;
  -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}
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:#ffffff;
  --yf-home-header-height:37px;
  --yf-home-content-gap:2px;
  padding:calc(var(--yf-home-header-height) + var(--yf-home-content-gap)) 0 72px!important;
  margin-top:0!important;}





.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-grid{display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;}
.yf-card{background:#fff;
  
  
  text-decoration:none;
  color:#111;
  }
.yf-card img{
  aspect-ratio:1/1;
  object-fit:cover;
  }
.yf-card h3{
  font-size:0.8125rem;
  line-height:1.3;
  font-weight:600;}
.yf-card p{
  font-size:0.6875rem;
  line-height:1.45;}


.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;}

@media (max-width:767px){.yf-wa{display:grid!important;


    width:42px!important;
    height:42px!important;
    
    
    pointer-events:none!important;
    
    will-change:bottom,top,opacity,transform;}

.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-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:calc(48px + max(0px, env(safe-area-inset-bottom, 0px)));
  padding-bottom:max(6px, env(safe-area-inset-bottom, 0px));
  background:#fff;
  border-top:1px solid rgba(0,0,0,.06);
  grid-template-columns:repeat(2,1fr);
  z-index:9999;
  box-sizing:border-box;
  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:2px;
  cursor:pointer;
  padding:3px 12px 2px;}
.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-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-radius:10px;
  background:linear-gradient(#f7f7f7,#ecebea);
  
  padding:8px 12px;
  font-size:12px;
  
  
  flex-shrink:0;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;}
.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{


  border-bottom:1px solid #f0f0f0;}
.yf-interest-check{
  
  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-del{


  background:#f0f0f0;
  
  
  flex-shrink:0;
  cursor:pointer;


  }
.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-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{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;}



@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-card{border-radius:0!important;}
.yf-card img{border-radius:0!important;}
.yf-card{border-color:#d7dce2!important;}
.yf-card h3,.yf-card p{background:#eceff3!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;}
.yf-card .yf-card-stock{flex:0 0 auto!important;white-space:nowrap!important;}
.yf-card .yf-card-moq{flex:0 0 auto!important;white-space:nowrap!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;}
@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-item{


  background:#fff!important;
  border:1px solid #e2e5e9!important;
  border-radius:8px!important;
  }
.yf-interest-check{flex:0 0 auto!important;
  width:18px!important;
  height:18px!important;
  }
.yf-interest-img{
  
  object-fit:cover!important;
  border-radius:6px!important;
  cursor:pointer!important;
  flex:0 0 auto!important;
  border:1px solid #eee!important;
  }
.yf-interest-item h3,.yf-interest-item .title{display:none!important;}
.yf-interest-spacer{
  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;
  
  }


.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;}

@media (max-width:480px){
.yf-interest-img{width:54px!important;
    height:54px!important;}
.yf-interest-del{margin-right:2px!important;}}
.yf-grid,.yf-products{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;
  
  }
.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;}

@media (max-width:767px){.yf-card .yf-card-stock-state{display:none!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{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;}

@media (max-width:480px){.yf-interest-item{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;}
@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;
  
  
  margin:0!important;
  background:#f7f7f7!important;
  border:0!important;
  line-height:1.15!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;
  
  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;}
.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{
  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;
    
    }
.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-drawer.yf-main-nav-drawer{
  
  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{
  
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  
  border:0!important;
  border-bottom:1px solid #f0f0f0!important;


  font-weight:600!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;


  -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-backdrop.yf-cat-top-backdrop{background:transparent!important;}
@media (max-width:767px){.yf-home{padding-bottom:18px!important;}

.yf-drawer.yf-main-nav-drawer{min-width:134px!important;width:134px!important;}
}
@media (min-width:768px){.yf-bottom{display:none!important;}}
@media (max-width:767px){
  /* RELEASE-056: align the mobile Contact Us sheet bottom edge with About Us. */
  .yf-sheet.sheet-contact{bottom:48px!important;}
  .yf-sheet.sheet-interest{bottom:0!important;}
  .yf-sheet.sheet-contact,.yf-sheet.sheet-interest{border-radius:14px 14px 0 0!important;}
}
@media (min-width:768px){.yf-drawer.yf-main-nav-drawer{
    transform:none!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{


  cursor:pointer!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;
  }
.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;
  
  font-size:10px!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{
    border-radius:0 10px 10px 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{
    
    
    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;
    }}
.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-scroll{flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  
  }

.yf-sheet.sheet-interest .yf-interest-item{width:100%!important;
  max-width:260px!important;


  background:#f7f7f7!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{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{
  
  margin:0!important;
  
  
  background:#e9e9e9!important;
  
  
  font-weight:800!important;


  cursor:pointer!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{
    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;}
@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:372px!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:0 1 auto!important;
  flex-direction:column!important;
  overflow:hidden!important;
  min-height:0!important;
  box-sizing:border-box!important;}
.yf-msg-form-scroll{flex:0 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  padding:0!important;
  box-sizing:border-box!important;}
.yf-msg-form-actions{flex:0 0 auto!important;
  padding-top:0!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{
  max-height:40vh!important;
  overflow-x:auto!important;
  overflow-y:auto!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  }
.yf-sheet.yf-cat-top-panel::-webkit-scrollbar,
.yf-sheet.yf-cat-top-panel .yf-sheet-body::-webkit-scrollbar,
.yf-sheet.yf-cat-top-panel .yf-cat-wrap::-webkit-scrollbar,
.yf-sheet.yf-cat-top-panel .yf-cat-col::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
.yf-sheet.yf-cat-top-panel .yf-sheet-body,
.yf-sheet.yf-cat-top-panel .yf-cat-wrap,
.yf-sheet.yf-cat-top-panel .yf-cat-col{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.yf-sheet.yf-cat-top-panel .yf-cat-col{
  
  
  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-item-l1.has-child span,.yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child span{
  flex:0 0 auto!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{


  color:currentColor!important;
  
  margin-right:0!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:0 0 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 #ff6a00!important;
  margin-left:6px!important;
  flex:0 0 auto!important;
  opacity:1!important;
  background:transparent!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: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:0 0 auto!important;
  width:var(--yf-cat-label-width,auto)!important;
  min-width:var(--yf-cat-label-width,0px)!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 #ff6a00!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-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{
  
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  }
.yf-sheet.sheet-contact .yf-contact-actions{
  
  margin-left:auto!important;
  margin-right:auto!important;


  padding-top:8px!important;
  padding-bottom:0!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{


  margin-left:auto!important;
  margin-right:auto!important;


  border-radius:10px!important;
  font-size:13px!important;
  font-weight:800!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;}


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;}}


@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{


  background:#fafafa!important;
  border:1px solid #f1f1f1!important;
  border-radius:10px!important;
  box-shadow:none!important;}
.yf-sheet.sheet-interest .yf-interest-item{
  margin-bottom:8px!important;


  }
.yf-sheet.sheet-contact .yf-contact-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{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{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.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;
    
    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{
  
  bottom:auto!important;
  top:calc(56vh - 21px)!important;
  z-index:100002!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;}

@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-item{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{
  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{
  
  cursor:grab!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(312px,calc(100vw - 72px))!important;
  max-width:min(312px,calc(100vw - 72px))!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{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{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-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:#ffffff;}
.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-75: account application and customer account dialogs */.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-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-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}}
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 password flow. */


.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}

/* QT-76: keep the simplified two-column account form visually aligned. */


/* QT-77: brighter brand orange + balanced mobile home header. */






.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{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;}
  
  
  
  
  
  
  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-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{
  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-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{
  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-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{
  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. */







/* QT-82: use the backend-controlled logo on desktop home as the right-side balance block. */



/* QT-83: smaller logo text, seamless orange header blocks, compact mobile locale drawer. */
@media (max-width:767px){
  
  
  
  #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{
    
    
    padding:0 12px!important;
    font-size:13px!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{
    
    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-detail-video-close,.yf-detail-video-error-close,.yf-supplier-photo-stage .yf-supplier-photo-close{
  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-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{
  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-detail-video-close::before,.yf-detail-video-error-close::before,.yf-supplier-photo-stage .yf-supplier-photo-close::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-detail-video-close::after,.yf-detail-video-error-close::after,.yf-supplier-photo-stage .yf-supplier-photo-close::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-detail-video-close:active,.yf-detail-video-error-close:active,.yf-supplier-photo-stage .yf-supplier-photo-close: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. */



/* QT-88: make the two mobile header end caps 10px narrower each so the search field gains 20px. */


/* 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{
    height:32px!important;
    min-height:32px!important;
  }
  
  #yfDrawer.yf-mobile-choice-drawer{
    top:38px!important;
  }
}


/* QT-93: simplified paid services, supplier preview cost samples and readable customer account. */

/* QT-96: single-product cost label and compact supplier preview. */
.yf-service-category{color:#dc2626!important;font-weight:900!important}

/* Arabic home-card layout is centralized in yf-unified-ui.css from QT-140 onward. */

/* QT-117: homepage About Us / China sourcing-service card with all-device collapse and optional gallery. */
.yf-home-about{position:relative;width:calc(100% - 16px);max-width:1248px;margin:10px auto 12px;padding:17px 18px 14px;border:1px solid rgba(244,125,53,.42);border-left:3px solid #f47d35;border-radius:10px;background:linear-gradient(135deg,#fff 0%,#fffaf5 100%);box-shadow:0 2px 10px rgba(43,36,28,.05);color:#242424;overflow:hidden}
.yf-home-about[hidden]{display:none!important}
.yf-home-about .yf-about-close{position:absolute;top:8px;right:9px;width:30px;height:30px;border:0;border-radius:50%;background:transparent;cursor:pointer;z-index:2}
.yf-home-about .yf-about-close::before,.yf-home-about .yf-about-close::after{content:"";position:absolute;left:8px;top:14px;width:14px;height:1.6px;border-radius:2px;background:#333;transform:rotate(45deg)}
.yf-home-about .yf-about-close::after{transform:rotate(-45deg)}
.yf-about-summary{display:flex;align-items:flex-start;gap:14px;padding-right:34px}
.yf-about-summary>svg{width:44px;height:44px;flex:0 0 44px;fill:none;stroke:#f47d35;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.yf-about-summary h2{margin:0 0 7px;font-size:22px;line-height:1.2;font-weight:800;color:#161616}
.yf-about-summary p{margin:0;font-size:14px;line-height:1.55;color:#333}
.yf-about-details{display:block}
.yf-home-about.is-collapsed .yf-about-details{display:none}
.yf-about-body{margin:11px 0 14px 58px;font-size:13px;line-height:1.65;color:#444;white-space:normal}
.yf-about-services{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-left:58px}
.yf-about-service{display:flex;align-items:flex-start;gap:8px;min-width:0;padding:8px 6px;border-radius:8px}
.yf-about-service>svg{width:25px;height:25px;flex:0 0 25px;fill:none;stroke:#f47d35;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.yf-about-service div{min-width:0}
.yf-about-service b{display:block;color:#e86d25;font-size:12px;line-height:1.3;font-weight:800}
.yf-about-service span{display:block;margin-top:4px;color:#555;font-size:11px;line-height:1.35}
.yf-about-gallery{display:flex;gap:9px;margin:0 0 13px 58px;padding:1px 1px 7px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin}
.yf-about-photo{flex:0 0 clamp(150px,18vw,220px);aspect-ratio:4/3;margin:0;border:1px solid #eadfd5;border-radius:8px;overflow:hidden;background:#f3f4f6;scroll-snap-align:start}
.yf-about-photo img{display:block;width:100%;height:100%;object-fit:cover}
.yf-about-toggle{display:block;margin:10px auto 0;padding:5px 14px;border:0;background:transparent;color:#e86d25;font-size:12px;font-weight:800;cursor:pointer}
.yf-about-toggle i{display:inline-block;width:7px;height:7px;margin-left:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.yf-home-about.is-expanded .yf-about-toggle i{transform:translateY(2px) rotate(225deg)}
html.yf-lang-ar .yf-home-about,body.yf-lang-ar .yf-home-about{border-left:1px solid rgba(244,125,53,.42);border-right:3px solid #f47d35;text-align:right}
html.yf-lang-ar .yf-home-about .yf-about-close,body.yf-lang-ar .yf-home-about .yf-about-close{right:auto;left:9px}
html.yf-lang-ar .yf-home-about .yf-about-summary,body.yf-lang-ar .yf-home-about .yf-about-summary{padding-right:0;padding-left:34px}
html.yf-lang-ar .yf-home-about .yf-about-body,html.yf-lang-ar .yf-home-about .yf-about-services,html.yf-lang-ar .yf-home-about .yf-about-gallery,body.yf-lang-ar .yf-home-about .yf-about-body,body.yf-lang-ar .yf-home-about .yf-about-services,body.yf-lang-ar .yf-home-about .yf-about-gallery{margin-left:0;margin-right:58px}
html.yf-lang-ar .yf-about-toggle i,body.yf-lang-ar .yf-about-toggle i{margin-left:0;margin-right:7px}
@media (max-width:767px){
  .yf-home-about{width:calc(100% - 12px);margin:7px auto 8px;padding:13px 13px 11px;border-radius:8px}
  .yf-about-summary{gap:10px;padding-right:28px}
  .yf-about-summary>svg{width:34px;height:34px;flex-basis:34px}
  .yf-about-summary h2{font-size:17px;line-height:1.28;margin-bottom:5px}
  .yf-about-summary p{font-size:12px;line-height:1.48}
  .yf-about-body{margin:10px 0 10px;font-size:12px;line-height:1.55}
  .yf-about-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:0}
  .yf-about-gallery{gap:7px;margin:0 0 10px;padding-bottom:5px}
  .yf-about-photo{flex-basis:min(72vw,240px)}
  .yf-about-service{padding:6px 3px;gap:6px}
  .yf-about-service>svg{width:21px;height:21px;flex-basis:21px}
  .yf-about-service b{font-size:11px}.yf-about-service span{font-size:10px}
  .yf-about-toggle{
    display:block;
    width:auto;
    height:auto;
    margin:7px auto 0;
    padding:5px 14px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  html.yf-lang-ar .yf-home-about .yf-about-summary,body.yf-lang-ar .yf-home-about .yf-about-summary{padding-left:28px}
  html.yf-lang-ar .yf-home-about .yf-about-body,html.yf-lang-ar .yf-home-about .yf-about-services,html.yf-lang-ar .yf-home-about .yf-about-gallery,body.yf-lang-ar .yf-home-about .yf-about-body,body.yf-lang-ar .yf-home-about .yf-about-services,body.yf-lang-ar .yf-home-about .yf-about-gallery{margin-right:0}
}

/* QT-118: strengthen About Us service hierarchy with an orange bullet, darker title and softer description. */
.yf-home-about .yf-about-service b{
  display:flex;
  align-items:flex-start;
  gap:6px;
  color:#2f2f2f;
  font-size:13px;
  line-height:1.38;
  font-weight:700;
  letter-spacing:0;
}
.yf-home-about .yf-about-service b::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  margin-top:.43em;
  border-radius:50%;
  background:#f47d35;
}
.yf-home-about .yf-about-service span{
  display:block;
  margin-top:4px;
  color:#666;
  font-size:11.5px;
  line-height:1.5;
  font-weight:400;
}
@media (max-width:767px){
  .yf-home-about .yf-about-service b{gap:5px;font-size:12px;line-height:1.4;font-weight:700}
  .yf-home-about .yf-about-service b::before{width:5px;height:5px;flex-basis:5px;margin-top:.46em}
  .yf-home-about .yf-about-service span{margin-top:3px;font-size:10.5px;line-height:1.48}
}


/* QT-129: the sourcing-team panel is a full-width, square-edged continuation of the header and product area. */
html body .yf-home > #yfHomeAbout.yf-home-about{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about + .yf-category-seo-head{margin-top:0!important}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-service{border-radius:0!important}

/* Closing the homepage panel requires an explicit permanent-dismiss confirmation. */
.yf-about-dismiss-mask{
  position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;
  padding:16px;box-sizing:border-box;background:rgba(15,23,42,.42);
}
.yf-about-dismiss-dialog{
  width:min(430px,calc(100vw - 32px));overflow:hidden;background:#fff;border:1px solid #e5e7eb;
  border-radius:10px;box-shadow:0 20px 60px rgba(15,23,42,.28);color:#1f2937;
}
.yf-about-dismiss-head{
  height:42px;padding:0 8px 0 14px;display:flex;align-items:center;justify-content:space-between;
  box-sizing:border-box;background:#ff6a00;color:#fff;font-size:15px;font-weight:800;
}
.yf-about-dismiss-head>button{
  position:relative;flex:0 0 34px;width:34px;height:34px;margin:0;padding:0;border:0;border-radius:50%;
  background:rgba(255,255,255,.96);font-size:0;cursor:pointer;transform:scale(.9);
}
.yf-about-dismiss-head>button::before,.yf-about-dismiss-head>button::after{
  content:"";position:absolute;left:50%;top:50%;width:16px;height:2px;border-radius:2px;background:#111827;
}
.yf-about-dismiss-head>button::before{transform:translate(-50%,-50%) rotate(45deg)}
.yf-about-dismiss-head>button::after{transform:translate(-50%,-50%) rotate(-45deg)}
.yf-about-dismiss-dialog>p{margin:0;padding:22px 20px;font-size:14px;line-height:1.65;background:#fff}
.yf-about-dismiss-actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 16px 16px;background:#fff}
.yf-about-dismiss-actions>button{height:36px;padding:0 20px;border-radius:7px;font-size:14px;font-weight:800;cursor:pointer}
.yf-about-dismiss-actions .is-cancel{border:1px solid #d7dde5;background:#fff;color:#374151}
.yf-about-dismiss-actions .is-confirm{border:1px solid #ff6a00;background:#ff6a00;color:#fff}
@media (max-width:767px){
  html body .yf-home > #yfHomeAbout.yf-home-about{padding:13px 13px 11px!important}
  .yf-about-dismiss-head{height:40px;font-size:14px}
  .yf-about-dismiss-dialog>p{padding:19px 16px;font-size:13px}
  .yf-about-dismiss-actions{padding:10px 12px 14px}
  .yf-about-dismiss-actions>button{flex:1 1 0;padding:0 10px}
}

/* QT-132 group 4: quieter, borderless About Us panel with clean text-led services. */
html body .yf-home > #yfHomeAbout.yf-home-about{
  border:0!important;
  background:#f7f7f7!important;
  box-shadow:none!important;
}
html body .yf-home > #yfHomeAbout .yf-about-summary{
  gap:0!important;
}
html body .yf-home > #yfHomeAbout .yf-about-summary>svg,html body .yf-home > #yfHomeAbout .yf-about-service>svg{
  display:none!important;
}
html body .yf-home > #yfHomeAbout .yf-about-body,html body .yf-home > #yfHomeAbout .yf-about-services,html body .yf-home > #yfHomeAbout .yf-about-gallery,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-body,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-services,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-gallery{
  margin-left:0!important;
  margin-right:0!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service{
  gap:0!important;
  padding-inline:6px!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service b::before{
  content:none!important;
  display:none!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service b{
  gap:0!important;
}

/* QT-133: make the requested About Us lead, body and service descriptions one weight stronger. */
html body .yf-home-about .yf-about-summary p,html body .yf-home-about .yf-about-body,html body .yf-home-about .yf-about-service span{font-weight:600!important}


/* QT-136: centered sourcing-team presentation with five warm service cards. */
html body .yf-home > #yfHomeAbout.yf-home-about{
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:22px 24px 20px!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#fffaf6 0%,#fff4eb 100%)!important;
  box-shadow:inset 0 1px 0 rgba(244,125,53,.16),inset 0 -1px 0 rgba(244,125,53,.12)!important;
  color:#273142!important;
}
html body .yf-home > #yfHomeAbout .yf-about-summary{
  display:block!important;
  max-width:920px!important;
  margin:0 auto!important;
  padding:0 38px!important;
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout .yf-about-summary h2{
  margin:0 0 7px!important;
  color:#202936!important;
  font-size:22px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
html body .yf-home > #yfHomeAbout .yf-about-summary p{
  margin:0 auto!important;
  max-width:760px!important;
  color:#596474!important;
  font-size:13px!important;
  line-height:1.6!important;
  font-weight:600!important;
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout .yf-about-body,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-body,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-body{
  max-width:940px!important;
  margin:15px auto 17px!important;
  padding:12px 18px!important;
  border:1px solid rgba(244,125,53,.18)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.72)!important;
  color:#465264!important;
  font-size:13px!important;
  line-height:1.72!important;
  font-weight:500!important;
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout .yf-about-services,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-services,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-services{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:11px!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service{
  display:block!important;
  min-width:0!important;
  min-height:88px!important;
  padding:13px 14px!important;
  border:1px solid rgba(244,125,53,.25)!important;
  border-radius:8px!important;
  background:#fff3ea!important;
  box-shadow:0 1px 2px rgba(93,55,24,.04)!important;
  text-align:left!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service b{
  display:flex!important;
  align-items:flex-start!important;
  gap:7px!important;
  color:#303a49!important;
  font-size:13px!important;
  line-height:1.42!important;
  font-weight:800!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service b::before{
  content:""!important;
  display:block!important;
  width:6px!important;
  height:6px!important;
  flex:0 0 6px!important;
  margin-top:.48em!important;
  border-radius:50%!important;
  background:#f47d35!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service span{
  display:block!important;
  margin:6px 0 0 13px!important;
  color:#687383!important;
  font-size:11.5px!important;
  line-height:1.5!important;
  font-weight:500!important;
}
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-summary,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-summary,html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-body,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-body{
  text-align:center!important;
}
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-service,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-service{
  text-align:right!important;
}
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-service span,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-service span{
  margin-left:0!important;
  margin-right:13px!important;
}
@media (max-width:980px) and (min-width:768px){
  html body .yf-home > #yfHomeAbout .yf-about-services{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service:nth-child(4){grid-column:1 / span 1!important;}
}
@media (max-width:767px){
  html body .yf-home > #yfHomeAbout.yf-home-about{padding:16px 12px 14px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-summary{padding:0 28px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-summary h2{font-size:17px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-summary p{font-size:12px!important;line-height:1.55!important;}
  html body .yf-home > #yfHomeAbout .yf-about-body{margin:12px auto 13px!important;padding:10px 11px!important;font-size:12px!important;line-height:1.62!important;}
  html body .yf-home > #yfHomeAbout .yf-about-services{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service{min-height:82px!important;padding:10px 9px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service b{gap:5px!important;font-size:11.5px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service b::before{width:5px!important;height:5px!important;flex-basis:5px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service span{margin:4px 0 0 10px!important;font-size:10.5px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-service:nth-child(5){grid-column:1 / -1!important;width:calc(50% - 3.5px)!important;justify-self:center!important;}
  html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-service span,body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-service span{margin-left:0!important;margin-right:10px!important;}
}


/* QT-137: bottom prices are detail-only; never render a cost row inside home product cards. */
html body .yf-home .yf-card .yf-card-cost{display:none!important}


/* QT-141: final homepage sourcing-panel geometry.
   The introduction is plain text, and every service card keeps equal top/bottom padding. */
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-summary,html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-summary > div{
  width:100%!important;
  max-width:100%!important;
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-summary h2,html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-summary p{
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-body,html.yf-lang-ar body .yf-home > #yfHomeAbout.yf-home-about .yf-about-body,body.yf-lang-ar .yf-home > #yfHomeAbout.yf-home-about .yf-about-body{
  max-width:940px!important;
  margin:14px auto 15px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-body-break{
  display:block!important;
  content:""!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-services{
  align-items:start!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-service{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  padding:9px 12px!important;
  border-radius:8px!important;
  box-sizing:border-box!important;
}
html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-service span{
  margin-top:4px!important;
}
@media (max-width:767px){
  html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-body{
    margin:11px auto 12px!important;
    padding:0 8px!important;
  }
  html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-service{
    min-height:0!important;
    padding:8px 8px!important;
    border-radius:8px!important;
  }
  html body .yf-home > #yfHomeAbout.yf-home-about .yf-about-service span{
    margin-top:3px!important;
  }
}

/* QT-149: keep an exact 8px gap between the five service cards and the photo gallery. */
html body .yf-home > #yfHomeAbout .yf-about-services + .yf-about-gallery{
  margin-top:8px!important;
}

/* QT-150: the homepage sourcing introduction uses a very light blue surface. */
html body .yf-home > #yfHomeAbout.yf-home-about{
  background:linear-gradient(180deg,#f8fbff 0%,#f2f7fc 100%)!important;
  box-shadow:inset 0 1px 0 rgba(82,126,170,.14),inset 0 -1px 0 rgba(82,126,170,.10)!important;
}

/* QT-168: Modification 5 — equal service cards and compact Contact Us actions. */
html body .yf-home > #yfHomeAbout .yf-about-services{
  align-items:stretch!important;
  grid-auto-rows:1fr!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service{
  align-self:stretch!important;
  height:100%!important;
}
html body .yf-sheet.sheet-contact .yf-contact-tip{display:none!important;}
html body .yf-sheet.sheet-contact .yf-contact-actions{
  margin-top:4px!important;
  padding-top:0!important;
}
html body .yf-sheet.sheet-contact .yf-contact-actions>a,
html body .yf-sheet.sheet-contact .yf-contact-actions>button{
  min-height:40px!important;
  height:40px!important;
  max-height:40px!important;
  padding:4px 8px!important;
  line-height:1.12!important;
  white-space:normal!important;
  overflow:hidden!important;
  text-wrap:balance!important;
}
html body .yf-sheet.sheet-contact .yf-contact-actions .yf-msg-btn,
html body .yf-sheet.sheet-contact .yf-contact-actions .yf-interest-download{
  font-size:12.5px!important;
}
@media(max-width:767px){
  html body .yf-home > #yfHomeAbout .yf-about-services{
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
  }
  html body .yf-home > #yfHomeAbout .yf-about-service,
  html body .yf-home > #yfHomeAbout .yf-about-service:nth-child(5){
    grid-column:auto!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    justify-self:stretch!important;
    padding:10px 12px!important;
  }
}

/* QT-170: language-switch-safe equal service-card layout on the homepage.
   Include the Arabic state explicitly so its higher-specificity RTL rule cannot keep
   five narrow columns at tablet widths. JavaScript then equalizes all visible cards
   after the collapsed panel is expanded. */
html body .yf-home > #yfHomeAbout .yf-about-services,
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-services,
body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-services{
  align-items:stretch!important;
}
html body .yf-home > #yfHomeAbout .yf-about-service,
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-service,
body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-service{
  align-self:stretch!important;
  box-sizing:border-box!important;
}
@media (max-width:980px) and (min-width:768px){
  html body .yf-home > #yfHomeAbout .yf-about-services,
  html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-services,
  body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-services{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width:767px){
  html body .yf-home > #yfHomeAbout .yf-about-services,
  html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-services,
  body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-services{
    grid-template-columns:1fr!important;
  }
}

/* QT-188: homepage cards use the dedicated 720×720 derivative. Keep the
   complete product visible inside the square card; never crop a fallback image. */
html body .yf-grid .yf-card > img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
html body #yfLoadMoreWrap[hidden],
html body #yfLoadMoreBtn[hidden]{display:none!important;}


/* QT-205: align the five company photos exactly with the five service cards and add a movable brand overlay. */
html body .yf-home > #yfHomeAbout .yf-about-gallery,
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-gallery,
body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-gallery{
  width:100%!important;
  max-width:1180px!important;
  margin:8px auto 13px!important;
  padding:0!important;
  box-sizing:border-box!important;
}
html body .yf-home > #yfHomeAbout .yf-about-photo{position:relative!important;box-sizing:border-box!important;}
html body .yf-home > #yfHomeAbout .yf-about-photo-main{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
html body .yf-home > #yfHomeAbout .yf-about-photo-logo{
  position:absolute!important;
  left:var(--yf-about-logo-x,14%)!important;
  top:var(--yf-about-logo-y,18%)!important;
  transform:translate(-50%,-50%)!important;
  z-index:2!important;
  display:block!important;
  width:22%!important;
  max-width:120px!important;
  height:auto!important;
  max-height:24%!important;
  object-fit:contain!important;
  pointer-events:none!important;
  user-select:none!important;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.28))!important;
}
@media (min-width:981px){
  html body .yf-home > #yfHomeAbout .yf-about-gallery{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:11px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  html body .yf-home > #yfHomeAbout .yf-about-photo{width:100%!important;min-width:0!important;flex:none!important;aspect-ratio:4/3!important;}
}
@media (min-width:768px) and (max-width:980px){
  html body .yf-home > #yfHomeAbout .yf-about-gallery{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:11px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  html body .yf-home > #yfHomeAbout .yf-about-photo{width:100%!important;min-width:0!important;flex:none!important;aspect-ratio:4/3!important;}
}
html.yf-lang-ar body .yf-home > #yfHomeAbout .yf-about-gallery,
body.yf-lang-ar .yf-home > #yfHomeAbout .yf-about-gallery{direction:rtl!important;}
@media (max-width:767px){
  html body .yf-home > #yfHomeAbout .yf-about-gallery{max-width:none!important;margin:8px 0 10px!important;}
  html body .yf-home > #yfHomeAbout .yf-about-photo-logo{width:24%!important;max-width:100px!important;}
}


/* QT-209: compact category arrows and independently positioned company logo. */
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{position:static!important;flex:0 0 auto!important;margin:0!important;align-self:center!important;transform:none!important;}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{flex-direction:row-reverse!important;justify-content:flex-end!important;}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{border-left:0!important;border-right:6px solid #ff6a00!important;margin:0!important;}
.yf-home-about{position:relative!important;}
.yf-about-brand-logo{position:absolute!important;left:var(--yf-about-logo-x,14%)!important;top:var(--yf-about-logo-y,18%)!important;transform:translate(-50%,-50%)!important;z-index:4!important;display:block!important;width:auto!important;max-width:22%!important;max-height:58px!important;object-fit:contain!important;pointer-events:none!important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.16))!important;}
@media(max-width:767px){.yf-about-brand-logo{max-width:26%!important;max-height:42px!important;}}

/* QT-2: second pass modal chrome alignment and black header brand text. */
html body .yf-sheet .yf-sheet-head > .yf-sheet-back,
html body .yf-product-msg-head > .yf-product-msg-back{
  top:50%!important;
  transform:translateY(-50%)!important;
  margin-top:0!important;
  align-self:auto!important;
}
html body .yf-service-ui-head button[data-yf-service-close],
html body .yf-sheet .yf-sheet-head > .yf-sheet-close,
html body .yf-product-msg-head > .yf-product-msg-close,
html body .yf-verification-notice-close{
  top:50%!important;
  transform:translateY(-50%) scale(.9)!important;
  margin-top:0!important;
}
html body .yf-product-msg-head,
html body .yf-service-ui-head,
html body .yf-sheet .yf-sheet-head{
  align-items:center!important;
}
html body .yf-header-brand .yf-header-brand-text{color:#111827!important;}


/* QT-3: third pass - exact modal chrome and gallery edge alignment. */
@media(min-width:768px){
  html body .yf-detail-page .yf-detail-gallery{
    --yf-gallery-edge-adjust:1px;
  }
  html body .yf-detail-page .yf-detail-gallery > .yf-thumb-arrow-wrap,
  html body .yf-detail-page .yf-detail-gallery > .yf-detail-thumbs,
  html body .yf-detail-page .yf-detail-gallery > .yf-detail-thumbs-wrap{
    box-sizing:border-box!important;
    width:calc(100% - var(--yf-gallery-edge-adjust))!important;
    max-width:calc(100% - var(--yf-gallery-edge-adjust))!important;
    margin-right:var(--yf-gallery-edge-adjust)!important;
    border-right:0!important;
    box-shadow:0 -2px 0 var(--yf-detail-separator,#e5e5e5),var(--yf-gallery-edge-adjust) 0 0 var(--yf-detail-separator,#e5e5e5)!important;
  }
  html body .yf-detail-page .yf-thumb-arrow.right,
  html body .yf-detail-page .yf-detail-next{
    right:var(--yf-gallery-edge-adjust)!important;
  }
}
html body .yf-product-msg-head,
html body .yf-sheet .yf-sheet-head,
html body .yf-service-ui-head{
  position:relative!important;
  min-height:42px!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding-left:54px!important;
  padding-right:54px!important;
  box-sizing:border-box!important;
}
html body .yf-product-msg-head > span,
html body .yf-sheet .yf-sheet-head > span,
html body .yf-service-ui-head > h3,
html body .yf-service-ui-head > span{
  position:static!important;
  margin:0 auto!important;
  text-align:center!important;
  line-height:42px!important;
}
html body .yf-product-msg-head > .yf-product-msg-back,
html body .yf-sheet .yf-sheet-head > .yf-sheet-back,
html body .yf-service-ui-head .yf-service-back{
  position:absolute!important;
  left:12px!important;
  right:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  margin:0!important;
  width:28px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body .yf-product-msg-head > .yf-product-msg-close,
html body .yf-sheet .yf-sheet-head > .yf-sheet-close,
html body .yf-service-ui-head button[data-yf-service-close],
html body .yf-verification-notice-close{
  position:absolute!important;
  right:8px!important;
  left:auto!important;
  top:50%!important;
  transform:translateY(-50%) scale(.9)!important;
  margin:0!important;
}
html body .yf-shared-mobile-header .yf-header-brand-text,
html body .yf-header-brand .yf-header-brand-text{color:#111827!important;}

/* QT-4: suppress repeated first-paint layout flicker while language/logo/tool positioning settles. */
html.yf-home-stabilizing body .yf-home,
html.yf-home-stabilizing body .yf-storefront-shell{transition:none!important;animation:none!important;}

/* QT-5: follow-up fixes from 香港.docx and screenshots. */
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head,
html body .yf-product-msg-head{display:grid!important;grid-template-columns:44px minmax(0,1fr)44px!important;align-items:center!important;padding:0 10px!important;}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head > span,
html body .yf-product-msg-head > span{grid-column:2!important;text-align:center!important;justify-self:center!important;}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head > .yf-sheet-back,
html body .yf-product-msg-head > .yf-product-msg-back{grid-column:1!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;align-self:center!important;justify-self:start!important;transform:none!important;width:34px!important;height:34px!important;margin:0!important;}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head > .yf-sheet-close,
html body .yf-product-msg-head > .yf-product-msg-close{grid-column:3!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;align-self:center!important;justify-self:end!important;transform:scale(.9)!important;margin:0!important;}
html body .yf-sheet.sheet-about .yf-about-sheet-body,
html body .yf-sheet.sheet-about .yf-about-sheet-scroll{background:#f3f9ff!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{flex-direction:row!important;direction:ltr!important;text-align:left!important;}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{border-right:0!important;border-left:6px solid #ff6a00!important;margin-left:0!important;margin-right:0!important;}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{flex-direction:row-reverse!important;direction:rtl!important;text-align:right!important;gap:6px!important;}
html body .yf-account-verification-form .yf-select-chevron{right:7px!important;width:13px!important;height:18px!important;}
html body .yf-account-verification-form .yf-select-chevron svg{width:13px!important;height:18px!important;}
html body .yf-account-verification-form .yf-select-chevron path{stroke-width:1.55!important;}
html body .yf-account-verification-form .yf-contact-method-wrap{width:128px!important;min-width:128px!important;}
html body .yf-account-verification-form .yf-contact-method-wrap select{padding-right:22px!important;padding-left:8px!important;font-size:15px!important;}
html body .yf-account-verification-form .yf-contact-dial{padding-left:6px!important;padding-right:6px!important;min-width:32px!important;justify-content:center!important;}
@media(max-width:640px){html body .yf-account-verification-form .yf-account-contact .yf-contact-combined>.yf-contact-method-wrap{width:128px!important;min-width:128px!important;}.yf-account-verification-form .yf-contact-phone{min-width:0!important;}}


/* QT-6: keep home category arrows close to text after live language switches; do not retain Arabic arrow side in ZH/EN. */
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  width:auto!important;
  min-width:0!important;
}
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child > span,
html body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child > span{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{
  flex-direction:row!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{
  content:""!important;
  display:block!important;
  position:static!important;
  margin:0!important;
  border-left:6px solid #ff6a00!important;
  border-right:0!important;
  border-top:4px solid transparent!important;
  border-bottom:4px solid transparent!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child{
  flex-direction:row-reverse!important;
  justify-content:flex-end!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l1.has-child::after,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-item-l2.has-child::after{
  content:""!important;
  display:block!important;
  position:static!important;
  margin:0 0 0 6px!important;
  border-left:0!important;
  border-right:6px solid #ff6a00!important;
  border-top:4px solid transparent!important;
  border-bottom:4px solid transparent!important;
}
/* Registration sheet: make native select chevrons visually lighter and give WhatsApp room. */
html body .yf-account-verification-form select,
html body .yf-account-verification-form .yf-contact-method select{
  -webkit-appearance:none!important;
  appearance:none!important;
  background-image:linear-gradient(45deg,transparent 50%,#1f2937 50%),linear-gradient(135deg,#1f2937 50%,transparent 50%)!important;
  background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%!important;
  background-size:6px 6px,6px 6px!important;
  background-repeat:no-repeat!important;
  padding-right:32px!important;
}
html body .yf-account-verification-form .yf-contact-method,
html body .yf-account-verification-form .yf-contact-type{
  min-width:118px!important;
  flex:0 0 118px!important;
}
html body .yf-account-verification-form .yf-phone-prefix,
html body .yf-account-verification-form .yf-country-code,
html body .yf-account-verification-form .yf-contact-prefix{
  flex:0 0 58px!important;
  max-width:58px!important;
  padding-left:8px!important;
  padding-right:8px!important;
}
/* Message modal: keep back/title/close in independent columns, never push close button inward. */
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head,
html body .yf-product-msg-head{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)42px!important;
  column-gap:0!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 10px!important;
}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head > .yf-sheet-back,
html body .yf-product-msg-head > .yf-product-msg-back{
  grid-column:1!important;justify-self:start!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;margin:0!important;
}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head > .yf-sheet-close,
html body .yf-product-msg-head > .yf-product-msg-close{
  grid-column:3!important;justify-self:end!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;transform:scale(.9)!important;margin:0!important;
}

/* QT-7 / 香港：主页分类箭头距离按每个文字自身宽度计算；切换阿文后再切回中英立即恢复方向。 */
html body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child{
  flex-direction:row!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child > span,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child > span{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child{
  flex-direction:row-reverse!important;
  justify-content:flex-end!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child > span,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child > span{
  width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;
}

/* QT-8: home category and request-account select polish. */
html body .yf-sheet.yf-cat-top-panel button.has-child{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  justify-content:flex-start!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel button.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel button.has-child{
  flex-direction:row!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel button.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel button.has-child{
  flex-direction:row-reverse!important;
  justify-content:flex-end!important;
}
html body .yf-account-verification-form select,
html body .yf-service-request-form select{
  -webkit-appearance:none!important;
  appearance:none!important;
  background-image:linear-gradient(45deg,transparent 50%,#1f2937 50%),linear-gradient(135deg,#1f2937 50%,transparent 50%)!important;
  background-position:calc(100% - 17px) 49%,calc(100% - 11px) 49%!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
  padding-right:30px!important;
}
html body .yf-account-verification-form .yf-contact-method,
html body .yf-account-verification-form .yf-contact-type,
html body .yf-service-request-form .yf-contact-method,
html body .yf-service-request-form .yf-contact-type{
  min-width:128px!important;
  flex-basis:128px!important;
}
html body .yf-account-verification-form .yf-phone-prefix,
html body .yf-service-request-form .yf-phone-prefix{
  max-width:52px!important;
  flex-basis:52px!important;
}


/* QT-9: final home picker/category stability pass. */
html body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child{max-width:max-content!important;}
html body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child > span{white-space:nowrap!important;}
html body .yf-account-verification-form select,
html body .yf-service-request-form select{background-size:4px 4px,4px 4px!important;background-position:calc(100% - 16px) 50%,calc(100% - 10px) 50%!important;}

/* QT-10: final category/dropdown polish after Hong Kong screenshots.
   - home category rows keep arrows close to the active-language label
   - non-Arabic language immediately restores arrow to the right side after switching back from Arabic
   - request account method selector keeps WhatsApp fully visible */
html body .yf-sheet.yf-cat-top-panel .yf-cat-col.yf-cat-dynamic-arrow-gap button.has-child,
html body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child{
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  white-space:nowrap!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child{
  flex-direction:row!important;
  direction:ltr!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child{
  flex-direction:row-reverse!important;
  direction:rtl!important;
}
html body .yf-account-verification-form .yf-contact-method,
html body .yf-account-verification-form .yf-contact-type,
html body .yf-service-request-form .yf-contact-method,
html body .yf-service-request-form .yf-contact-type{
  min-width:136px!important;
  flex:0 0 136px!important;
}
html body .yf-account-verification-form select,
html body .yf-service-request-form select{
  background-size:3.5px 3.5px,3.5px 3.5px!important;
  background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%!important;
  padding-right:28px!important;
}
html body .yf-account-verification-form .yf-phone-prefix,
html body .yf-service-request-form .yf-phone-prefix,
html body .yf-account-verification-form .yf-country-code,
html body .yf-service-request-form .yf-country-code{
  flex:0 0 48px!important;
  max-width:48px!important;
}


/* QT-11: Hong Kong final pass.
   1) home category arrows must reflow immediately after language changes;
   2) request-account selects keep WhatsApp readable;
   3) message modal back/close are fixed columns. */
html body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child{
  inline-size:max-content!important;
  max-inline-size:max-content!important;
  gap:4px!important;
}
html:not(.yf-lang-ar) body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child::after,
body:not(.yf-lang-ar) .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child::after{
  margin-left:4px!important;
  margin-right:0!important;
}
html.yf-lang-ar body .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child::after,
body.yf-lang-ar .yf-sheet.yf-cat-top-panel .yf-cat-col button.has-child::after{
  margin-left:0!important;
  margin-right:4px!important;
}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-head,
html body .yf-product-msg-head{
  grid-template-columns:40px minmax(0,1fr)40px!important;
}
html body .yf-sheet.sheet-contact.yf-msg-form-open .yf-sheet-title,
html body .yf-product-msg-head h3,
html body .yf-product-msg-title{
  grid-column:2!important;
  text-align:center!important;
  justify-self:center!important;
}
html body .yf-account-verification-form .yf-contact-method,
html body .yf-account-verification-form .yf-contact-type,
html body .yf-service-request-form .yf-contact-method,
html body .yf-service-request-form .yf-contact-type{
  min-width:140px!important;
  flex-basis:140px!important;
}
html body .yf-account-verification-form select,
html body .yf-service-request-form select{
  background-size:3px 3px,3px 3px!important;
  background-position:calc(100% - 13px) 50%,calc(100% - 8px) 50%!important;
  padding-right:26px!important;
}


/* RELEASE-025: one canonical homepage/header baseline.
   The homepage no longer has separate hard-coded desktop/mobile padding locks.
   Both breakpoints use the same 2px content gap and only the real fixed-header
   height changes: 37px on desktop and 38px on mobile. Detail pages are untouched. */
html body .yf-home{
  --yf-home-header-height:37px;
  --yf-home-content-gap:2px;
  padding-top:calc(max(0px, env(safe-area-inset-top, 0px)) + var(--yf-home-header-height) + var(--yf-home-content-gap))!important;
}
@media (max-width:767px){
  html body .yf-home{
    --yf-home-header-height:38px;
  }
  html body #yfDrawer.yf-mobile-choice-drawer,
  html body #yfDrawer.yf-main-nav-drawer{
    top:calc(max(0px, env(safe-area-inset-top, 0px)) + var(--yf-home-header-height,38px))!important;
    left:0!important;
    right:auto!important;
  }
}

/* RELEASE-025: mobile WhatsApp is pinned flush to the right edge and moves vertically only. */
@media (max-width:767px){
  html body #yfWA.yf-wa,
  html body .yf-wa#yfWA{
    right:0!important;
    left:auto!important;
    touch-action:none!important;
  }
}

/* QT-EN-MOBILE-ABOUT: keep the English sourcing intro clear of the brand logo. */
@media (max-width:767px){
  html.yf-lang-en body .yf-home > #yfHomeAbout .yf-about-brand-logo,
  body.yf-lang-en .yf-home > #yfHomeAbout .yf-about-brand-logo{
    transform:translate(-50%,calc(-50% - 1px))!important;
  }
  html.yf-lang-en body .yf-home > #yfHomeAbout .yf-about-summary,
  body.yf-lang-en .yf-home > #yfHomeAbout .yf-about-summary{
    transform:translateY(2px)!important;
  }
}


/* 2026-07-16 desktop homepage content edge.
   The existing right edge is produced by the last product card's 2px divider.
   Add only the matching left edge to the real product grid, so the line begins
   and ends with the product content rather than extending into page whitespace. */
@media (min-width:768px){
  html body .yf-home > .yf-grid{
    border-left:2px solid #dedede!important;
    box-sizing:border-box!important;
  }
}


/* YF collection-only contact mode */
.yf-contact-body.yf-collection-only .yf-contact-scroll{margin-bottom:0!important;}
.yf-contact-actions.yf-collection-actions{display:block!important;width:100%!important;}
.yf-contact-actions.yf-collection-actions .yf-interest-download{display:block!important;width:100%!important;margin:0!important;}

/* 2026-07-16 desktop homepage: remove the artificial white tail below the
   final product card. Desktop only; detail pages and mobile are untouched. */
@media (min-width:768px){
  html body .yf-home{
    min-height:0!important;
    padding-bottom:0!important;
  }
}
