.cws-search{position:relative;max-width:760px;--cws-border:#e1e3e5;--cws-border-soft:#eceeef;--cws-text:#24282c;--cws-muted:#737a80;--cws-bg:#fff;--cws-hover:#f5f6f7;--cws-soft:#f8f9f9;font-family:inherit;color:var(--cws-text)}
.cws-search__input{width:100%;box-sizing:border-box;padding:14px 17px;border:1px solid #d8dbde;border-radius:10px;background:#fff;font:inherit;line-height:1.35;outline:none;transition:border-color .15s,box-shadow .15s,opacity .12s}.cws-search__input::placeholder{color:#7c8288}.cws-search__input.is-phrase-changing{opacity:.72}.cws-search__input:focus{border-color:#9ca2a7;box-shadow:0 0 0 3px rgba(0,0,0,.04)}.cws-search.is-loading .cws-search__input{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.03),transparent);background-size:180% 100%;animation:cws-loading .8s linear infinite}@keyframes cws-loading{to{background-position:-180% 0}}
.cws-search__results{position:absolute;top:calc(100% + 9px);z-index:999999;background:var(--cws-bg);border:1px solid var(--cws-border);border-radius:13px;box-shadow:0 18px 54px rgba(27,31,35,.14);overflow:hidden;max-width:calc(100vw - 24px)}
.cws-panel{display:grid;grid-template-columns:minmax(320px,43%) minmax(390px,57%);min-height:410px;max-height:var(--cws-max-height,680px)}.cws-results-list{grid-column:2;border-left:1px solid var(--cws-border);overflow:auto;background:#fff}.cws-products-head,.cws-section-title{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 9px;font-size:10.5px;font-weight:750;text-transform:uppercase;letter-spacing:.075em;color:#686f75}.cws-products-head small{font-size:10.5px;font-weight:500;text-transform:none;letter-spacing:0;color:#979ca1}
.cws-categories{border-bottom:1px solid var(--cws-border);background:#fafafa}.cws-category-list{padding:0 9px 10px}.cws-category{display:grid;grid-template-columns:1fr auto 16px;gap:10px;align-items:center;padding:9px 10px;border:1px solid transparent;border-radius:8px;color:inherit!important;text-decoration:none!important;transition:background .1s,border-color .1s}.cws-category:hover{background:#f3f4f5;border-color:#e8eaec}.cws-category span{font-size:13px;font-weight:650}.cws-category small{font-size:10.5px;color:var(--cws-muted)}.cws-category b{display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:13px;color:#9ba0a5;font-weight:500}
.cws-products{padding-bottom:8px}.cws-result{display:grid;grid-template-columns:64px 1fr 18px;gap:13px;align-items:center;margin:0 8px;padding:10px 9px;text-decoration:none!important;color:inherit!important;border:1px solid transparent;border-radius:9px;min-height:70px;transition:background .1s,border-color .1s}.cws-result+.cws-result{margin-top:1px}.cws-result:hover,.cws-result.is-active{background:var(--cws-hover);border-color:#e8eaec}.cws-result__image-wrap{width:64px;height:64px;padding:4px;box-sizing:border-box;border:1px solid #e7e9eb;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.cws-result__image{display:block;width:100%;height:100%;object-fit:contain;border-radius:5px;background:#fff}.cws-result__main{display:flex;flex-direction:column;gap:7px;min-width:0}.cws-result__name{font-size:14px;line-height:1.3;font-weight:650;padding-right:3px}.cws-result__meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 9px;font-size:13px}.cws-result__price{font-weight:650}.cws-result__codes,.cws-preview__codes{display:flex;flex-wrap:wrap;gap:5px}.cws-code{display:inline-flex;gap:5px;align-items:center;padding:3px 7px;border:1px solid #dfe2e4;background:#fff;border-radius:6px;color:#61686e;font-size:10px;line-height:1.3}.cws-code b{font-size:8.5px;letter-spacing:.055em;color:#93999e}.cws-code span{padding-top:.2px}.cws-result__chevron{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#a0a5aa;font-size:18px;line-height:1;font-weight:400}
.cws-preview{grid-column:1;display:flex!important;flex-direction:column;text-decoration:none!important;color:inherit!important;padding:22px;background:linear-gradient(180deg,#fff,#fafafa);overflow:auto}.cws-preview__image-wrap{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7e9;border-radius:11px;overflow:hidden;aspect-ratio:1.18/1;margin-bottom:18px;min-height:205px;padding:10px;box-sizing:border-box}.cws-preview__image{display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s ease}.cws-preview:hover .cws-preview__image{transform:scale(1.018)}.cws-preview__body{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-height:0}.cws-preview__eyebrow{text-transform:uppercase;letter-spacing:.075em;font-size:9px;font-weight:750;color:#979ca1}.cws-preview__name{font-weight:720;font-size:18px;line-height:1.3;padding-right:5px}.cws-preview__price{font-size:16px;font-weight:650}.cws-preview__text{color:var(--cws-muted);font-size:12.5px;line-height:1.52;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-top:1px}.cws-preview__footer{margin-top:auto;width:100%;padding-top:9px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #eceeef}.cws-preview__stock{font-size:11px;font-weight:650}.cws-preview__stock--instock{color:#287a3b}.cws-preview__stock--outofstock{color:#9a3131}.cws-preview__cta{font-size:12px;font-weight:700}.cws-preview__cta span{margin-left:4px;color:#8f969b}.cws-preview--empty{align-items:center;justify-content:center;color:var(--cws-muted);font-size:13px}
.cws-view-all-wrap{padding:10px 12px 5px;margin-top:5px;border-top:1px solid var(--cws-border-soft)}.cws-view-all{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #d9dcdf;border-radius:8px;background:#f5f6f7;color:#30353a!important;text-decoration:none!important;font-size:13px;font-weight:650;transition:background .12s,border-color .12s,transform .12s}.cws-view-all:hover{background:#eceeef;border-color:#ced2d5}.cws-view-all b{font-weight:550;color:#777e84}.cws-view-all__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #d4d7da;border-radius:50%;background:#fff;color:#7d8489;font-size:13px;line-height:1}
.cws-search__empty{display:flex;flex-direction:column;gap:6px;padding:22px;color:var(--cws-muted);font-size:13px}.cws-search__empty strong{color:#333}
@media(min-width:1100px){.cws-panel{grid-template-columns:minmax(380px,44%) minmax(450px,56%)}.cws-preview{padding:25px}.cws-preview__name{font-size:19px}.cws-preview__image-wrap{min-height:240px}.cws-result__name{font-size:14.5px}}
@media(max-width:720px){.cws-panel{display:block;min-height:0;max-height:var(--cws-max-height,72vh)}.cws-preview{display:none!important}.cws-results-list{border-left:0;max-height:inherit}.cws-result{grid-template-columns:56px 1fr 16px;margin:0 6px;padding:9px 7px}.cws-result__image-wrap{width:56px;height:56px}.cws-category{grid-template-columns:1fr auto}.cws-category b{display:none}.cws-result__codes{gap:4px}.cws-code{font-size:9px;padding:3px 6px}.cws-view-all-wrap{padding:9px 9px 4px}}

/* v0.4.1: isolate autocomplete colours from dark/header theme inheritance. */
.cws-search .cws-search__results,
.cws-search .cws-panel,
.cws-search .cws-results-list,
.cws-search .cws-preview,
.cws-search .cws-result,
.cws-search .cws-category {
  color:#24282c !important;
}
.cws-search .cws-result__name,
.cws-search .cws-preview__name,
.cws-search .cws-result__price,
.cws-search .cws-preview__price,
.cws-search .cws-preview__cta,
.cws-search .cws-category span,
.cws-search .cws-products-head,
.cws-search .cws-section-title {
  color:#24282c !important;
}
.cws-search .cws-result__price *,
.cws-search .cws-preview__price * {
  color:#24282c !important;
}
.cws-search .cws-preview__text,
.cws-search .cws-category small,
.cws-search .cws-products-head small,
.cws-search .cws-search__empty,
.cws-search .cws-preview--empty {
  color:#737a80 !important;
}
.cws-search .cws-preview__eyebrow {
  color:#8b9298 !important;
}
.cws-search .cws-code {
  color:#61686e !important;
}
.cws-search .cws-code b {
  color:#8d949a !important;
}
.cws-search .cws-code span {
  color:#555c62 !important;
}
.cws-search .cws-result__chevron,
.cws-search .cws-category b,
.cws-search .cws-preview__cta span,
.cws-search .cws-view-all__icon {
  color:#858c92 !important;
}
.cws-search .cws-view-all,
.cws-search .cws-view-all span {
  color:#30353a !important;
}
.cws-search .cws-view-all b {
  color:#6f767c !important;
}
.cws-search .cws-preview__stock--instock { color:#287a3b !important; }
.cws-search .cws-preview__stock--outofstock { color:#9a3131 !important; }
.cws-search .cws-search__input {
  color:#24282c !important;
  background-color:#fff !important;
}
.cws-search .cws-search__input::placeholder {
  color:#7c8288 !important;
  opacity:1;
}

/* v0.4.2: letterbox category imagery + cleaner open product rows. */
.cws-search .cws-category-list{
  display:grid;
  gap:7px;
  padding:0 9px 11px;
}
.cws-search .cws-category{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:1fr 20px;
  align-items:center;
  min-height:68px;
  padding:11px 12px 11px 14px;
  overflow:hidden;
  border:0 !important;
  border-radius:9px;
  background:#eef0f1;
}
.cws-search .cws-category.has-image{
  background-image:var(--cws-category-image);
  background-size:cover;
  background-position:center 46%;
}
.cws-search .cws-category.has-image::before{
  content:"";
  position:absolute;
  inset:-7%;
  z-index:-2;
  background-image:var(--cws-category-image);
  background-size:cover;
  background-position:center 46%;
  transform:scale(1.09);
  transition:transform .2s ease;
}
.cws-search .cws-category.has-image:hover::before{transform:scale(1.14)}
.cws-search .cws-category__shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(17,20,23,.72) 0%,rgba(17,20,23,.48) 57%,rgba(17,20,23,.17) 100%);
}
.cws-search .cws-category:not(.has-image) .cws-category__shade{
  background:linear-gradient(90deg,rgba(255,255,255,.78),rgba(255,255,255,.28));
}
.cws-search .cws-category__content{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.cws-search .cws-category__name{
  font-size:13.5px !important;
  font-weight:720 !important;
  line-height:1.2;
}
.cws-search .cws-category.has-image .cws-category__name,
.cws-search .cws-category.has-image small,
.cws-search .cws-category.has-image b{
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.28);
}
.cws-search .cws-category.has-image small{color:rgba(255,255,255,.82) !important}
.cws-search .cws-category b{justify-self:end}

.cws-search .cws-result{
  grid-template-columns:78px 1fr 18px;
  gap:14px;
  margin:0 8px;
  padding:10px 9px;
  border:0 !important;
  border-radius:9px;
  min-height:84px;
}
.cws-search .cws-result:hover,
.cws-search .cws-result.is-active{
  border:0 !important;
  background:#f4f5f6;
}
.cws-search .cws-result__image-wrap{
  width:78px;
  height:78px;
  padding:0;
  border:0 !important;
  border-radius:8px;
  background:transparent;
}
.cws-search .cws-result__image{
  border-radius:7px;
  background:transparent;
  object-fit:contain;
}

@media(min-width:1100px){
  .cws-search .cws-result{grid-template-columns:84px 1fr 18px;min-height:90px}
  .cws-search .cws-result__image-wrap{width:84px;height:84px}
  .cws-search .cws-category{min-height:74px}
}
@media(max-width:720px){
  .cws-search .cws-result{grid-template-columns:66px 1fr 16px;min-height:72px}
  .cws-search .cws-result__image-wrap{width:66px;height:66px}
  .cws-search .cws-category{min-height:62px;grid-template-columns:1fr 18px}
}

/* v0.7.0: functional desktop search CTA. */
.cws-search__bar{position:relative;display:flex;align-items:stretch;width:100%}
.cws-search__bar .cws-search__input{width:100%;padding-right:48px}
.cws-search__submit{position:absolute;right:3px;top:3px;bottom:3px;width:42px;border:0;background:transparent;color:#3f454b;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:7px;padding:0;z-index:2}
.cws-search__submit:hover{background:#f0f2f4;color:#17191c}
.cws-search__submit:focus-visible{outline:2px solid currentColor;outline-offset:1px}
.cws-search__submit span{display:block;width:16px;height:16px;border:2px solid currentColor;border-radius:50%;position:relative;box-sizing:border-box}
.cws-search__submit span::after{content:"";position:absolute;width:7px;height:2px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(45deg);transform-origin:left center;border-radius:2px}
@media(max-width:720px){.cws-search__submit{width:40px}.cws-search__bar .cws-search__input{padding-right:45px}}
/* v0.8 article suggestion: deliberately lower visual priority than categories/products. */
.cws-articles{padding:0 9px 8px;border-bottom:1px solid var(--cws-border);background:#fff}.cws-article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 10px;border-radius:8px;text-decoration:none!important;color:#2f3439!important;background:#fafafa}.cws-article:hover{background:#f4f5f6}.cws-article__main{display:flex;flex-direction:column;min-width:0;gap:2px}.cws-article__main strong{font-size:12.5px;line-height:1.3;color:#2f3439!important}.cws-article__main small{font-size:10.5px;line-height:1.35;color:#7a8188!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:430px}.cws-article__cta{font-size:10.5px;color:#7a8188!important;white-space:nowrap}@media(max-width:720px){.cws-article{align-items:flex-start}.cws-article__main small{max-width:220px}.cws-article__cta{display:none}}


/* v0.9.0: persistent results CTA + stronger category image treatment. */
.cws-search .cws-category.has-image{
  background-color:#31363a !important;
  background-image:none !important;
}
.cws-search .cws-category.has-image::before{
  filter:saturate(.9) contrast(1.04);
  opacity:1;
}
.cws-search .cws-category.has-image .cws-category__shade{
  background:linear-gradient(90deg,rgba(18,21,24,.78) 0%,rgba(18,21,24,.48) 58%,rgba(18,21,24,.15) 100%);
}
.cws-search .cws-view-all-wrap{
  position:sticky;
  bottom:0;
  z-index:6;
  margin:8px 0 0;
  padding:10px 12px 11px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),#fff 30%);
  border-top:1px solid #e4e7e9;
}
.cws-search .cws-view-all{
  min-height:44px;
  padding:11px 14px;
  background:#eef0f2;
  border:0 !important;
  border-radius:8px;
  color:#24292d !important;
  box-shadow:none !important;
}
.cws-search .cws-view-all:hover{background:#e4e7e9;border:0 !important;transform:none}
.cws-search .cws-view-all b{color:#626970 !important}

/* v0.10.0: viewport-fit results, borderless preview, robust category letterboxes. */
.cws-search .cws-panel{
  max-height:none !important;
  min-height:0;
}
.cws-search .cws-results-list{
  overflow:visible !important;
  border-left:0 !important;
}
.cws-search .cws-preview{
  border:0 !important;
  overflow:hidden;
}
.cws-search .cws-preview__image-wrap{
  border:0 !important;
  background:#fff;
  overflow:hidden;
}
.cws-search .cws-preview__image{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center;
}
.cws-search .cws-category{
  min-height:64px;
  aspect-ratio:auto;
  background:#31363a !important;
}
.cws-search .cws-category__image{
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.04);
  transition:transform .2s ease;
}
.cws-search .cws-category:hover .cws-category__image{transform:scale(1.08)}
.cws-search .cws-category.has-image::before{display:none !important}
.cws-search .cws-category.has-image .cws-category__shade{
  background:linear-gradient(90deg,rgba(18,21,24,.78) 0%,rgba(18,21,24,.48) 58%,rgba(18,21,24,.15) 100%);
}
.cws-search .cws-view-all-wrap{
  position:relative !important;
  bottom:auto !important;
}
@media(min-width:1440px) and (min-height:900px){
  .cws-search .cws-result{min-height:86px;padding-top:8px;padding-bottom:8px}
}


/* v0.11.0: restrained six-result desktop layout + external high-pass article suggestion. */
@media (min-width:721px){
  .cws-search__results{max-width:940px!important;}
  .cws-panel{grid-template-columns:minmax(300px,40%) minmax(390px,60%);min-height:0;max-height:none!important;}
  .cws-results-list{overflow:visible!important;}
  .cws-products{padding-bottom:6px;}
  .cws-result{min-height:68px;padding-top:8px;padding-bottom:8px;}
  .cws-preview{overflow:hidden!important;padding:20px;}
  .cws-preview__image-wrap{min-height:190px;max-height:260px;}
}
.cws-article-suggestion{margin-top:8px;max-width:100%;}
.cws-article-suggestion .cws-articles{border:1px solid #eceeef;border-radius:9px;background:#fff;overflow:hidden;}
.cws-article-suggestion .cws-section-title{padding:9px 13px 5px;font-size:9.5px;color:#8a9095;}
.cws-article-suggestion .cws-article{padding:9px 13px 11px;}
.cws-article-suggestion .cws-article__main strong{font-size:12.5px;}
.cws-article-suggestion .cws-article__main small{display:none;}
/* Keep SKU and OE identity chips explicit in both columns. */
.cws-search .cws-result__codes,.cws-search .cws-preview__codes{display:flex!important;visibility:visible!important;opacity:1!important;}
.cws-search .cws-code{color:#555d63!important;background:#f7f8f8!important;border-color:#e5e7e8!important;}
.cws-search .cws-code b{color:#747b81!important;}


/* v0.12.0: low-result specialist rescue actions. */
.cws-search .cws-specialist{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  margin-top:8px;
  padding:11px 12px;
  border:1px solid #e4e7e9;
  border-radius:9px;
  background:#f8f9f9;
  color:#24282c!important;
}
.cws-search .cws-specialist__chat{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e5e7;color:#535a60;
}
.cws-search .cws-specialist__chat svg{width:18px;height:18px;fill:currentColor}
.cws-search .cws-specialist__copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.cws-search .cws-specialist__copy strong{font-size:12.5px;line-height:1.3;color:#252a2e!important}
.cws-search .cws-specialist__copy small{font-size:10.5px;line-height:1.35;color:#747b81!important}
.cws-search .cws-specialist__actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.cws-search .cws-specialist__action{min-height:34px;padding:7px 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid #dde1e3;border-radius:7px;background:#fff;color:#343a3f!important;text-decoration:none!important;font-size:10.5px;font-weight:650;box-shadow:none!important}
.cws-search .cws-specialist__action:hover{background:#f0f2f3;border-color:#d4d9dc}
.cws-search .cws-specialist__action svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.cws-search .cws-specialist__action--wa{color:#277a45!important}
@media(max-width:720px){
  .cws-search .cws-specialist{grid-template-columns:34px minmax(0,1fr);padding:10px;}
  .cws-search .cws-specialist__chat{width:32px;height:32px}
  .cws-search .cws-specialist__actions{grid-column:1/-1;justify-content:stretch}
  .cws-search .cws-specialist__action{flex:1;justify-content:center;min-height:40px}
}

/* v0.13.0: restore a more generous preview/product split and maximise preview imagery. */
@media (min-width:721px){
  .cws-search__results{max-width:960px!important;}
  .cws-panel{grid-template-columns:minmax(360px,44%) minmax(440px,56%)!important;}
  .cws-preview{padding:22px 24px!important;}
  .cws-preview__image-wrap{
    width:100%;
    min-height:280px!important;
    max-height:340px!important;
    aspect-ratio:auto!important;
    margin-bottom:16px;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .cws-preview__image{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:340px!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}
@media (min-width:1200px){
  .cws-panel{grid-template-columns:minmax(390px,45%) minmax(450px,55%)!important;}
  .cws-preview__image-wrap{min-height:310px!important;max-height:370px!important;}
  .cws-preview__image{max-height:370px!important;}
}


/* v0.13.1: keep SKU + OE together and unmistakably visible in live product rows. */
.cws-search .cws-result__codes{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:5px!important;
  min-width:0;
  max-width:100%;
}
.cws-search .cws-result__codes .cws-code{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  white-space:nowrap;
  color:#555d63!important;
}
.cws-search .cws-result__codes .cws-code b{font-size:9px;color:#777f85!important;}
.cws-search .cws-result__codes .cws-code span{font-size:10.5px;color:#4b5258!important;}
.cws-search .cws-code-separator{font-size:11px;color:#a3a8ac!important;line-height:1;}
.cws-search .cws-preview__codes .cws-code-separator{display:none;}
@media(max-width:720px){
  .cws-search .cws-result__codes{gap:4px!important;}
  .cws-search .cws-result__codes .cws-code span{font-size:9.5px;}
}

/* v0.14.0: 50/50 preview balance + stable seven-row search frame. */
@media (min-width:721px){
  .cws-search__results{max-width:960px!important;}
  .cws-search .cws-panel{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    height:var(--cws-frame-height,620px)!important;
    max-height:var(--cws-frame-height,620px)!important;
    min-height:520px!important;
    overflow:hidden!important;
  }
  .cws-search .cws-results-list{
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    display:flex;
    flex-direction:column;
  }
  .cws-search .cws-products{
    min-height:0;
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
    padding-bottom:0!important;
  }
  .cws-search .cws-result{
    flex:1 1 0;
    min-height:68px!important;
    max-height:88px;
  }
  .cws-search .cws-view-all-wrap{
    margin-top:auto!important;
    flex:0 0 auto;
  }
  .cws-search .cws-preview{
    height:100%!important;
    min-height:0!important;
    box-sizing:border-box;
    padding:22px 24px!important;
  }
  .cws-search .cws-preview__image-wrap{
    flex:1 1 330px;
    width:100%!important;
    min-height:280px!important;
    max-height:390px!important;
    margin-bottom:15px!important;
  }
  .cws-search .cws-preview__image{
    width:100%!important;
    height:100%!important;
    max-height:390px!important;
    object-fit:contain!important;
  }
}
@media (max-height:760px) and (min-width:721px){
  .cws-search .cws-panel{min-height:480px!important;}
  .cws-search .cws-preview__image-wrap{min-height:230px!important;max-height:310px!important;}
  .cws-search .cws-preview__image{max-height:310px!important;}
  .cws-search .cws-result{min-height:62px!important;max-height:76px!important;}
}
\n\n/* v0.15.0: simplified early-style white UI, eight-row frame, no stacked/sticky visual effects. */\n.cws-search{--cws-bg:#fff;--cws-hover:#f6f7f7;--cws-soft:#fafafa;--cws-border:#e5e7e8;--cws-border-soft:#eceeef}\n.cws-search .cws-search__results{\n  background:#fff!important;\n  border:1px solid #e4e6e8!important;\n  border-radius:10px!important;\n  box-shadow:0 8px 24px rgba(25,29,33,.08)!important;\n  overflow:visible!important;\n}\n@media(min-width:721px){\n  .cws-search .cws-panel{\n    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;\n    height:var(--cws-frame-height,590px)!important;\n    min-height:500px!important;\n    max-height:590px!important;\n    overflow:hidden!important;\n    background:#fff!important;\n    border-radius:10px!important;\n  }\n  .cws-search .cws-preview{\n    background:#fff!important;\n    padding:20px 22px!important;\n    overflow:hidden!important;\n    border:0!important;\n  }\n  .cws-search .cws-preview__image-wrap{\n    flex:1 1 300px!important;\n    min-height:250px!important;\n    max-height:340px!important;\n    margin:0 0 14px!important;\n    padding:0!important;\n    border:0!important;\n    border-radius:0!important;\n    background:#fff!important;\n  }\n  .cws-search .cws-preview__image{\n    width:100%!important;\n    height:100%!important;\n    max-height:340px!important;\n    object-fit:contain!important;\n    object-position:center!important;\n    background:#fff!important;\n  }\n  .cws-search .cws-preview:hover .cws-preview__image{transform:none!important}\n  .cws-search .cws-results-list{\n    height:100%!important;\n    overflow:hidden!important;\n    border-left:1px solid #eceeef!important;\n    background:#fff!important;\n  }\n  .cws-search .cws-products{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;padding:0!important}\n  .cws-search .cws-result{\n    flex:1 1 0!important;\n    min-height:62px!important;\n    max-height:72px!important;\n    grid-template-columns:64px minmax(0,1fr) 14px!important;\n    gap:11px!important;\n    margin:0 10px!important;\n    padding:6px 4px!important;\n    border:0!important;\n    border-radius:5px!important;\n    background:#fff!important;\n    box-shadow:none!important;\n  }\n  .cws-search .cws-result:hover,.cws-search .cws-result.is-active{background:#f6f7f7!important}\n  .cws-search .cws-result__image-wrap{width:60px!important;height:60px!important;border:0!important;border-radius:4px!important;background:#fff!important}\n  .cws-search .cws-result__image{border-radius:4px!important;background:#fff!important}\n}\n.cws-search .cws-products-head,.cws-search .cws-section-title{padding:9px 14px 7px!important;background:#fff!important}\n.cws-search .cws-categories{background:#fff!important;border-bottom:1px solid #eceeef!important}\n.cws-search .cws-category-list{gap:5px!important;padding:0 10px 8px!important}\n.cws-search .cws-category{min-height:54px!important;border-radius:6px!important;box-shadow:none!important}\n.cws-search .cws-category.has-image::before{inset:0!important;transform:none!important;filter:none!important;transition:none!important}\n.cws-search .cws-category.has-image:hover::before{transform:none!important}\n.cws-search .cws-category.has-image .cws-category__shade{background:linear-gradient(90deg,rgba(18,21,24,.64),rgba(18,21,24,.18))!important}\n.cws-search .cws-view-all-wrap{\n  position:static!important;\n  margin:0!important;\n  padding:8px 10px 10px!important;\n  border-top:1px solid #eceeef!important;\n  background:#fff!important;\n  box-shadow:none!important;\n  flex:0 0 auto!important;\n}\n.cws-search .cws-view-all{\n  min-height:42px!important;\n  padding:9px 11px!important;\n  border:0!important;\n  border-radius:6px!important;\n  background:#f1f2f3!important;\n  box-shadow:none!important;\n}\n.cws-search .cws-view-all:hover{background:#e9ebec!important}\n.cws-search .cws-view-all__icon{border:0!important;background:transparent!important}\n.cws-search .cws-preview__footer{border-top:1px solid #eef0f1!important}\n.cws-search .cws-code{box-shadow:none!important}\n.cws-search .cws-specialist,.cws-search .cws-article-suggestion{box-shadow:none!important;background:#fff!important}\n.cws-search .cws-specialist{margin-top:6px!important;border:1px solid #e5e7e8!important;border-radius:8px!important}\n.cws-search .cws-article-suggestion{margin-top:6px!important;border:1px solid #e5e7e8!important;border-radius:8px!important}\n@media(max-height:760px) and (min-width:721px){\n  .cws-search .cws-panel{min-height:500px!important}\n  .cws-search .cws-preview__image-wrap{min-height:220px!important;max-height:285px!important}\n  .cws-search .cws-preview__image{max-height:285px!important}\n  .cws-search .cws-result{min-height:58px!important;max-height:66px!important}\n}\n@media(max-width:720px){\n  .cws-search .cws-search__results{overflow:hidden!important;box-shadow:0 6px 18px rgba(25,29,33,.08)!important}\n  .cws-search .cws-view-all-wrap{position:static!important}\n}\n\n\n/* v0.18.2: visual-only title containment + explicit SKU/OE visibility. */
.cws-search .cws-result__main{
  min-width:0!important;
  overflow:hidden!important;
}
.cws-search .cws-result__name{
  display:block!important;
  max-width:100%!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  line-height:1.28!important;
}
.cws-search .cws-result__meta{
  min-width:0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:7px!important;
  overflow:hidden!important;
}
.cws-search .cws-result__price{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.cws-search .cws-result__codes{
  display:flex!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
.cws-search .cws-result__codes .cws-code{
  display:inline-flex!important;
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:48%!important;
  overflow:hidden!important;
}
.cws-search .cws-result__codes .cws-code span{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.cws-search .cws-result__codes .cws-code-separator{
  display:inline-block!important;
  flex:0 0 auto!important;
}
.cws-search .cws-preview__codes{
  display:flex!important;
  width:100%!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:6px 10px!important;
  visibility:visible!important;
  opacity:1!important;
}
.cws-search .cws-preview__codes .cws-code{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  background:#f6f7f7!important;
  border:0!important;
  border-radius:4px!important;
  padding:4px 7px!important;
  white-space:nowrap!important;
}
.cws-search .cws-preview__codes .cws-code-separator{
  display:inline-block!important;
  color:#a3a8ac!important;
}
@media(max-width:720px){
  .cws-search .cws-result__name{font-size:13px!important;}
  .cws-search .cws-result__meta{gap:5px!important;}
  .cws-search .cws-result__codes .cws-code{max-width:46%!important;}
}

/* v0.18.3: visual-only right-column spacing consolidation. No search/ranking logic changes. */
@media (min-width:721px){
  .cws-search .cws-results-list{
    box-sizing:border-box!important;
    padding:0!important;
  }
  .cws-search .cws-products-head,
  .cws-search .cws-section-title{
    padding:10px 16px 8px!important;
  }
  .cws-search .cws-products{
    box-sizing:border-box!important;
    padding:2px 0!important;
  }
  .cws-search .cws-result{
    box-sizing:border-box!important;
    grid-template-columns:64px minmax(0,1fr) 14px!important;
    column-gap:13px!important;
    margin:0 10px!important;
    padding:8px 10px!important;
    min-height:66px!important;
    max-height:76px!important;
    align-items:center!important;
  }
  .cws-search .cws-result__main{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:6px!important;
    padding:1px 0!important;
  }
  .cws-search .cws-result__name{
    margin:0!important;
    padding:0!important;
    line-height:1.25!important;
  }
  .cws-search .cws-result__meta{
    min-height:20px!important;
    margin:0!important;
    padding:0!important;
    gap:8px!important;
    line-height:1.2!important;
  }
  .cws-search .cws-result__codes{
    gap:6px!important;
  }
  .cws-search .cws-result__codes .cws-code{
    padding:3px 6px!important;
  }
  .cws-search .cws-result__chevron{
    margin-left:1px!important;
  }
  .cws-search .cws-view-all-wrap{
    padding:9px 10px 10px!important;
  }
}

@media (max-height:760px) and (min-width:721px){
  .cws-search .cws-result{
    padding:7px 9px!important;
    min-height:62px!important;
    max-height:70px!important;
  }
  .cws-search .cws-result__main{gap:5px!important;}
}

/* v0.18.5: right-column row grid cleanup only. Search/ranking logic unchanged. */
@media (min-width:721px){
  .cws-search .cws-result{
    display:grid!important;
    grid-template-columns:64px minmax(0,1fr) 18px!important;
    grid-template-rows:1fr!important;
    align-items:center!important;
    column-gap:12px!important;
    min-height:70px!important;
    max-height:78px!important;
    padding:6px 10px!important;
    margin:0 10px!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__image-wrap{
    grid-column:1!important;
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    min-height:62px!important;
    margin:0!important;
    padding:2px!important;
    align-self:center!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__image{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .cws-search .cws-result__main{
    grid-column:2!important;
    min-width:0!important;
    width:100%!important;
    display:grid!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    row-gap:5px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__name{
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    font-size:13.5px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .cws-search .cws-result__meta{
    min-width:0!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:max-content minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:9px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    line-height:1.15!important;
  }
  .cws-search .cws-result__price{
    min-width:0!important;
    font-size:12.5px!important;
    white-space:nowrap!important;
  }
  .cws-search .cws-result__codes{
    min-width:0!important;
    width:100%!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__codes .cws-code{
    min-width:0!important;
    max-width:none!important;
    padding:2px 4px!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__codes .cws-code b{
    flex:0 0 auto!important;
    font-size:8px!important;
  }
  .cws-search .cws-result__codes .cws-code span{
    min-width:0!important;
    max-width:92px!important;
    font-size:9.5px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .cws-search .cws-result__codes .cws-code-separator{
    flex:0 0 auto!important;
    margin:0 1px!important;
  }
  .cws-search .cws-result__chevron{
    grid-column:3!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
  }
}


/* v0.18.6 — dedicated mobile off-canvas search experience.
   Desktop search remains unchanged. */
.cws-mobile-panel__header{display:none}

@media (max-width:768px){
  html.cws-mobile-search-open,
  body.cws-mobile-search-open{overflow:hidden !important}

  .cws-search .cws-search__results{
    position:fixed !important;
    z-index:2147483000 !important;
    top:0 !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:min(94vw,440px) !important;
    max-width:none !important;
    height:100dvh !important;
    max-height:100dvh !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:-18px 0 42px rgba(18,23,28,.16) !important;
    overflow:hidden !important;
    color:#24282c !important;
  }

  .cws-search .cws-search__results::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    background:rgba(20,24,28,.34);
    pointer-events:none;
  }

  .cws-mobile-panel__header{
    display:flex;
    height:66px;
    box-sizing:border-box;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px 14px 11px 17px;
    border-bottom:1px solid #e8eaec;
    background:#fff;
  }
  .cws-mobile-panel__header>div{display:flex;flex-direction:column;gap:2px;min-width:0}
  .cws-mobile-panel__header strong{
    color:#25292d !important;
    font-size:14px;
    line-height:1.2;
    font-weight:750;
    letter-spacing:.01em;
  }
  .cws-mobile-panel__header small{
    color:#747b81 !important;
    font-size:11px;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:280px;
  }
  .cws-mobile-panel__close{
    flex:0 0 42px;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#f3f4f5;
    color:#34393d;
    font:400 28px/1 Arial,sans-serif;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 0 3px;
  }
  .cws-mobile-panel__close:active{background:#e7e9eb}

  .cws-mobile-panel__scroll{
    height:calc(100dvh - 66px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#fff;
  }

  .cws-search .cws-panel{
    display:block !important;
    min-height:0 !important;
    max-height:none !important;
    height:auto !important;
    background:#fff !important;
  }
  .cws-search .cws-preview{display:none !important}
  .cws-search .cws-results-list{
    display:block !important;
    max-height:none !important;
    overflow:visible !important;
    border:0 !important;
    background:#fff !important;
  }

  .cws-search .cws-products-head,
  .cws-search .cws-section-title{
    padding:12px 14px 8px !important;
    font-size:10px !important;
  }
  .cws-search .cws-products-head small{font-size:10px !important}

  .cws-search .cws-categories{
    background:#fff !important;
    border-bottom:1px solid #eceeef !important;
  }
  .cws-search .cws-category-list{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:7px !important;
    padding:0 10px 11px !important;
  }
  .cws-search .cws-category{
    min-height:58px !important;
    padding:9px 10px !important;
    border-radius:8px !important;
  }
  .cws-search .cws-category__name{font-size:12px !important}
  .cws-search .cws-category small{font-size:9.5px !important}

  .cws-search .cws-products{padding:0 0 8px !important}
  .cws-search .cws-result{
    display:grid !important;
    grid-template-columns:64px minmax(0,1fr) 18px !important;
    gap:10px !important;
    min-height:76px !important;
    margin:0 !important;
    padding:8px 12px !important;
    border:0 !important;
    border-radius:0 !important;
    background:#fff !important;
    box-sizing:border-box !important;
  }
  .cws-search .cws-result+.cws-result{border-top:1px solid #f0f1f2 !important}
  .cws-search .cws-result:active,
  .cws-search .cws-result.is-active{background:#f6f7f8 !important}
  .cws-search .cws-result__image-wrap{
    width:64px !important;
    height:64px !important;
    padding:2px !important;
    border:0 !important;
    border-radius:7px !important;
    background:#fff !important;
  }
  .cws-search .cws-result__image{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    background:#fff !important;
  }
  .cws-search .cws-result__main{
    gap:5px !important;
    min-width:0 !important;
    justify-content:center !important;
  }
  .cws-search .cws-result__name{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    font-size:13px !important;
    line-height:1.25 !important;
    max-height:32.5px !important;
    padding:0 !important;
  }
  .cws-search .cws-result__meta{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:3px !important;
    min-width:0 !important;
    font-size:11px !important;
  }
  .cws-search .cws-result__price{font-size:12px !important;line-height:1.2 !important}
  .cws-search .cws-result__codes{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:4px !important;
    max-width:100% !important;
    min-width:0 !important;
  }
  .cws-search .cws-code{
    min-width:0 !important;
    max-width:150px !important;
    padding:2px 5px !important;
    border:0 !important;
    background:#f4f5f6 !important;
    border-radius:4px !important;
    font-size:8.5px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }
  .cws-search .cws-code span{
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .cws-search .cws-code-separator{display:none !important}
  .cws-search .cws-result__chevron{width:18px !important;font-size:17px !important}

  .cws-search .cws-view-all-wrap{
    position:sticky !important;
    z-index:8 !important;
    bottom:0 !important;
    margin:0 !important;
    padding:9px 10px max(10px,env(safe-area-inset-bottom)) !important;
    border-top:1px solid #e5e7e9 !important;
    background:#fff !important;
  }
  .cws-search .cws-view-all{
    min-height:46px !important;
    padding:10px 13px !important;
    border:0 !important;
    border-radius:8px !important;
    background:#eef0f2 !important;
    box-shadow:none !important;
    font-size:12.5px !important;
  }

  .cws-search .cws-specialist,
  .cws-search .cws-article-suggestion{
    margin:8px 10px 10px !important;
    border-radius:8px !important;
    box-shadow:none !important;
  }
}

@media (max-width:420px){
  .cws-search .cws-search__results{width:100vw !important}
  .cws-search .cws-search__results::before{display:none}
  .cws-mobile-panel__header small{max-width:220px}
  .cws-search .cws-category-list{grid-template-columns:1fr !important}
  .cws-search .cws-result{grid-template-columns:58px minmax(0,1fr) 16px !important;padding-left:10px !important;padding-right:10px !important}
  .cws-search .cws-result__image-wrap{width:58px !important;height:58px !important}
}


/* v0.18.7 — visual-only image scale/alignment refinement.
   Search, ranking, indexing and learning behaviour are unchanged. */

/* LEFT PREVIEW
   Use the full panel width for imagery and anchor the image area to the top.
   Keep object-fit:contain so the source image is never cropped. */
.cws-search .cws-preview{
  padding:0 22px 22px !important;
  background:#fff !important;
  align-items:stretch !important;
}
.cws-search .cws-preview__image-wrap{
  width:calc(100% + 44px) !important;
  max-width:none !important;
  margin:0 -22px 18px !important;
  padding:0 !important;
  min-height:300px !important;
  height:clamp(300px,36vw,410px) !important;
  aspect-ratio:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  align-items:flex-start !important;
  justify-content:center !important;
}
.cws-search .cws-preview__image{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  object-fit:contain !important;
  object-position:center top !important;
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
}
.cws-search .cws-preview__body{
  width:100% !important;
  box-sizing:border-box !important;
  text-align:left !important;
  align-items:flex-start !important;
}

/* RIGHT RESULT ROWS
   Give thumbnails almost all available row height and make the text column
   deterministically left-aligned regardless of theme/header inheritance. */
.cws-search .cws-result{
  grid-template-columns:92px minmax(0,1fr) 18px !important;
  gap:12px !important;
  min-height:94px !important;
  padding:3px 10px 3px 6px !important;
  align-items:center !important;
  text-align:left !important;
}
.cws-search .cws-result__image-wrap{
  width:90px !important;
  height:90px !important;
  max-width:90px !important;
  max-height:90px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:#fff !important;
  align-self:center !important;
}
.cws-search .cws-result__image{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
}
.cws-search .cws-result__main{
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:left !important;
}
.cws-search .cws-result__name{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  justify-self:start !important;
}
.cws-search .cws-result__meta{
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  justify-content:flex-start !important;
  align-items:center !important;
  text-align:left !important;
}
.cws-search .cws-result__price,
.cws-search .cws-result__codes,
.cws-search .cws-code,
.cws-search .cws-code span,
.cws-search .cws-code b{
  text-align:left !important;
  justify-content:flex-start !important;
}
.cws-search .cws-result__chevron{
  justify-self:end !important;
  align-self:center !important;
  margin:0 !important;
}

/* Category/article/right-column text should also never inherit centred text. */
.cws-search .cws-results-list,
.cws-search .cws-products,
.cws-search .cws-products-head,
.cws-search .cws-categories,
.cws-search .cws-category,
.cws-search .cws-category__content,
.cws-search .cws-category__name,
.cws-search .cws-articles,
.cws-search .cws-article,
.cws-search .cws-article__main,
.cws-search .cws-view-all{
  text-align:left !important;
}
.cws-search .cws-category__content,
.cws-search .cws-article__main{
  align-items:flex-start !important;
}

/* Larger desktop screens can use a little more image area without altering
   the overall two-column search geometry. */
@media (min-width:1100px){
  .cws-search .cws-preview{padding-left:24px !important;padding-right:24px !important;padding-bottom:24px !important}
  .cws-search .cws-preview__image-wrap{
    width:calc(100% + 48px) !important;
    margin-left:-24px !important;
    margin-right:-24px !important;
    min-height:330px !important;
    height:clamp(330px,35vw,430px) !important;
  }
  .cws-search .cws-result{
    grid-template-columns:96px minmax(0,1fr) 18px !important;
    min-height:98px !important;
  }
  .cws-search .cws-result__image-wrap{
    width:94px !important;
    height:94px !important;
    max-width:94px !important;
    max-height:94px !important;
  }
}

/* Preserve the dedicated mobile off-canvas density from v0.18.6 while still
   making imagery as large as the condensed card safely permits. */
@media (max-width:768px){
  .cws-search .cws-result{
    grid-template-columns:72px minmax(0,1fr) 16px !important;
    min-height:82px !important;
    padding:5px 10px 5px 6px !important;
    gap:9px !important;
  }
  .cws-search .cws-result__image-wrap{
    width:72px !important;
    height:72px !important;
    max-width:72px !important;
    max-height:72px !important;
  }
  .cws-search .cws-result__main,
  .cws-search .cws-result__name,
  .cws-search .cws-result__meta,
  .cws-search .cws-result__codes{
    text-align:left !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
  }
}

@media (max-width:420px){
  .cws-search .cws-result{
    grid-template-columns:66px minmax(0,1fr) 15px !important;
    min-height:76px !important;
  }
  .cws-search .cws-result__image-wrap{
    width:66px !important;
    height:66px !important;
    max-width:66px !important;
    max-height:66px !important;
  }
}

/* v0.21.3 - frontend restoration after Precision Core/index work.
   Search qualification/ranking logic is unchanged. */
@media (min-width:769px){
  .cws-search .cws-search__results{
    overflow:visible!important;
  }
  .cws-search .cws-panel{
    height:var(--cws-frame-height,640px)!important;
    min-height:560px!important;
    max-height:var(--cws-frame-height,640px)!important;
    overflow:hidden!important;
  }
  .cws-search .cws-results-list{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .cws-search .cws-categories{
    flex:0 0 auto!important;
  }
  .cws-search .cws-products{
    display:flex!important;
    flex-direction:column!important;
    flex:1 1 auto!important;
    min-height:0!important;
    overflow:hidden!important;
    padding:0!important;
  }
  .cws-search .cws-products-head{
    flex:0 0 auto!important;
    min-height:30px!important;
    box-sizing:border-box!important;
  }
  .cws-search .cws-result{
    flex:1 1 0!important;
    min-height:72px!important;
    max-height:82px!important;
    grid-template-columns:78px minmax(0,1fr) 18px!important;
    gap:11px!important;
    padding:3px 9px 3px 5px!important;
    margin:0 8px!important;
    overflow:hidden!important;
  }
  .cws-search .cws-result__image-wrap{
    width:76px!important;
    height:76px!important;
    max-width:76px!important;
    max-height:76px!important;
  }
  .cws-search .cws-result__name{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    max-height:36px!important;
    line-height:1.25!important;
  }
  .cws-search .cws-result__meta{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    min-width:0!important;
  }
  .cws-search .cws-result__codes{
    display:flex!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
    overflow:hidden!important;
    gap:4px!important;
  }
  .cws-search .cws-code{
    display:inline-flex!important;
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:165px!important;
    border:0!important;
    background:#f5f6f7!important;
    padding:2px 5px!important;
  }
  .cws-search .cws-code span{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .cws-search .cws-view-all-wrap{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 auto!important;
    position:relative!important;
    z-index:4!important;
    margin:0!important;
    padding:8px 10px 10px!important;
    border-top:1px solid #eceeef!important;
    background:#fff!important;
  }
  .cws-search .cws-view-all{
    display:flex!important;
    min-height:42px!important;
  }
  .cws-search .cws-preview{
    min-height:0!important;
    overflow:hidden!important;
  }
  .cws-search .cws-preview__image-wrap{
    flex:1 1 auto!important;
    min-height:260px!important;
    max-height:390px!important;
  }
}

@media (min-width:769px) and (max-height:760px){
  .cws-search .cws-panel{
    min-height:540px!important;
  }
  .cws-search .cws-result{
    min-height:66px!important;
    max-height:74px!important;
    grid-template-columns:70px minmax(0,1fr) 18px!important;
  }
  .cws-search .cws-result__image-wrap{
    width:68px!important;
    height:68px!important;
    max-width:68px!important;
    max-height:68px!important;
  }
}


/* v0.21.4 — category context + uncropped product imagery.
   Search qualification/index/ranking behaviour is unchanged. */
.cws-search .cws-category__breadcrumb{
  display:block!important;
  max-width:100%!important;
  margin:0 0 1px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:9.5px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:.02em!important;
  opacity:.78!important;
}
.cws-search .cws-category.has-image .cws-category__breadcrumb{
  color:rgba(255,255,255,.88)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.28)!important;
}
.cws-search .cws-category:not(.has-image) .cws-category__breadcrumb{
  color:#737a80!important;
}
.cws-search .cws-result__image-wrap{
  overflow:visible!important;
  padding:2px!important;
}
.cws-search .cws-result__image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:0!important;
  clip-path:none!important;
}
@media (min-width:769px){
  .cws-search .cws-result__image-wrap{
    align-self:stretch!important;
    height:auto!important;
    min-height:68px!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
    overflow:visible!important;
  }
  .cws-search .cws-result__image{
    object-fit:contain!important;
    object-position:center center!important;
  }
}
@media (max-width:768px){
  .cws-search .cws-result__image-wrap{overflow:visible!important;padding:1px!important}
  .cws-search .cws-result__image{object-fit:contain!important;object-position:center center!important}
  .cws-search .cws-category__breadcrumb{font-size:9px!important}
}
