.t4s-search-header__form{padding:2px;border:1px solid var(--h-text-color,#ddd);border-radius:var(--btn-radius,4px);max-width:var(--search-max-width,400px);margin:0 auto;background-color:var(--search-bg,#fff)}
.t4s-search-header__submit-icon svg{width:18px;height:18px;transition:.35s cubic-bezier(.25,.1,.25,1);color:var(--h-text-color,#222)}
.t4s-search-header__input{background-color:transparent;padding:0 15px;height:40px;border:0;width:100%;line-height:18px;color:var(--h-text-color,#222);border-radius:var(--btn-radius,4px);font-size:13px}
.t4s-search-header__input:focus::placeholder{color:transparent}
.t4s-search-header__animated-words{display:none;position:absolute;left:0;right:52px;top:0;bottom:0;align-items:center;padding:0 15px;gap:6px;pointer-events:none;white-space:nowrap;overflow:hidden;font-size:13px;color:var(--h-text-color,#222)}
.t4s-has-animated-search .t4s-search-header__animated-words{display:flex}
.t4s-has-animated-search .t4s-search-header__input::placeholder{color:transparent}
.t4s-search-header__form-wrap.t4s-hide-animated-word .t4s-search-header__animated-words{opacity:0;visibility:hidden;transition:opacity .15s ease}
.t4s-search-header__animated-prefix{opacity:.6;flex:0 0 auto}
.t4s-search-header__animated-word-viewport{position:relative;height:18px;line-height:18px;overflow:hidden;flex:1 1 auto;min-width:0}
.t4s-search-header__animated-word{position:absolute;left:0;top:0;opacity:0;transform:translateY(100%);transition:opacity .35s ease,transform .35s ease;font-weight:600}
.t4s-search-header__animated-word.is-active{opacity:1;transform:translateY(0)}
.t4s-search-header__animated-word.is-leaving{opacity:0;transform:translateY(-100%)}
.t4s-search-header__submit{margin:0;min-width:130px;font-weight:600;border-radius:var(--btn-radius,4px);background-color:var(--search-submit-bg,#222);color:var(--search-submit-text,#fff);font-size:14px;transition:filter .25s ease}
.t4s-site-nav__icons .t4s-search-header__submit svg.t4s-icon{color:rgba(var(--h-text-color-rgb,34,34,34),.15);width:15px;height:15px}
.t4s-frm-search__results{position:absolute;top:100%;right:0;left:0;z-index:1000;width:auto;height:auto;background-color:var(--t4s-body-background,#fff);margin:5px auto 0;opacity:0;visibility:hidden;pointer-events:none;transition:all .1s ease-in-out;max-width:600px;box-shadow:0 1px 5px 2px rgba(var(--border-color-rgb,0,0,0),.3)}
.t4s-frm-search__content{height:auto;overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:20px}
.t4s-frm-search__content .t4s-widget_img_pr{min-width:95px;max-width:95px;max-height:120px}
.t4s-frm-search__content .t4s-widget_img_pr>a{height:100%}
.t4s-frm-search__content .t4s-widget_img_pr img{object-fit:contain;max-height:120px}
.t4s-frm-search__content .t4s-row.t4s-widget__pr{--ts-gutter-x:20px;flex-wrap:nowrap}
.t4s-frm-search__content .t4s-widget__pr .t4s-widget__pr-title{font-weight:500;line-height:1.25;font-size:14px;color:var(--secondary-color)}
.t4s-frm-search__content .t4s-widget__pr-price{font-size:14px;color:var(--secondary-price-color)}
.t4s-frm-search__content .t4s-widget__pr-price ins{color:var(--sale-price-color);margin-left:5px}
.rtl_true .t4s-frm-search__content .t4s-widget__pr-price ins{margin-right:5px;margin-left:0;display:inline-block}
.t4s-frm-search__content .t4s-widget__pr .t4s-widget__pr-price .t4s-badge-price{color:var(--sale-badge-color);background-color:var(--sale-badge-background);display:inline-block;padding:2px 4px;border-radius:2px;font-size:10px;margin:5px;line-height:17.5px}
.t4s-frm-search__content .t4s-widget__pr .t4s-widget__pr-price{margin-top:1.5px}
.t4s-search-header__form-wrap .t4s-mini-search__viewAll{padding:12px 20px;border-top:1px solid rgba(var(--border-color-rgb,0,0,0),.35);box-shadow:0 0 10px 0 rgba(var(--border-color-rgb,0,0,0),.35)}
@media(-moz-touch-enabled:0),(hover:hover) and (min-width:1025px){
  .t4s-frm-search__content .t4s-widget__pr .t4s-widget__pr-title:hover,
  .t4s-search-header__form-wrap .t4s-mini-search__viewAll:hover{color:var(--accent-color)}
  .calc-pos-submenu .t4s-search-header__form-wrap:hover .t4s-frm-search__results{opacity:1;visibility:visible;pointer-events:auto}
  .t4s-search-header__submit:hover{filter:brightness(0.85)}
}
