
.rt-product-search.rtss-ready{position:relative}
.rtss-results{
  position:absolute;
  z-index:10050;
  inset-inline:0;
  top:calc(100% + 7px);
  background:#fff;
  border:1px solid rgba(74,46,36,.13);
  border-radius:16px;
  box-shadow:0 18px 42px rgba(30,18,14,.18);
  overflow:hidden;
  color:#4A2E24;
}
.rtss-head{
  display:flex;justify-content:space-between;gap:10px;align-items:center;
  padding:10px 12px 7px;background:#F5EEE4;
}
.rtss-head span{font-size:11px;font-weight:900}
.rtss-head small{font-size:9px;opacity:.65}
.rtss-list{display:grid;max-height:min(58vh,410px);overflow:auto}
.rtss-item{
  display:grid;
  grid-template-columns:50px minmax(0,1fr) auto;
  gap:10px;align-items:center;
  padding:9px 10px;
  border-bottom:1px solid rgba(74,46,36,.08);
  text-decoration:none;color:inherit;
}
.rtss-item:last-child{border-bottom:0}
.rtss-item:hover,.rtss-item.is-active{background:#fbf7f2}
.rtss-item__image{
  width:50px;height:50px;border-radius:10px;overflow:hidden;
  background:#faf8f5;display:grid;place-items:center
}
.rtss-item__image img{width:100%;height:100%;object-fit:contain}
.rtss-item__copy{display:grid;min-width:0}
.rtss-item__copy strong{
  font-size:12px;line-height:1.45;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.rtss-item__copy small{margin-top:3px;font-size:9px;opacity:.62}
.rtss-item__price{font-size:11px;font-weight:900;white-space:nowrap}
.rtss-all{
  width:100%;border:0;border-top:1px solid rgba(74,46,36,.08);
  background:#fff;padding:11px;color:#4A2E24;font-weight:900;cursor:pointer
}
.rtss-all:hover{background:#F5EEE4}
.rtss-empty{display:grid;gap:3px;padding:16px;text-align:center}
.rtss-empty strong{font-size:12px}.rtss-empty span{font-size:10px;opacity:.65}
@media(max-width:767px){
  .rtss-results{
    position:fixed;
    top:132px;
    left:10px;right:10px;
    max-height:calc(100dvh - 215px);
    border-radius:15px;
  }
  .rtss-list{max-height:calc(100dvh - 310px)}
  .rtss-item{grid-template-columns:46px minmax(0,1fr) auto;padding:9px}
  .rtss-item__image{width:46px;height:46px}
}
