			.searchform .live-search-results,
			.searchform-wrapper .live-search-results { width:100% !important; }
			.searchform .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box),
			.searchform-wrapper .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box),
			.header-search .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box),
			.header-search-form .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box),
			#search-lightbox .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box),
			.mfp-content .live-search-results .autocomplete-suggestions:not(.wm-search-tips-box) {
				width:100% !important; max-width:100% !important; box-sizing:border-box !important;
			}
			.autocomplete-suggestion { box-sizing:border-box !important; }
			.searchform .autocomplete-suggestions.fsp-instant-open,
			.searchform-wrapper .autocomplete-suggestions.fsp-instant-open,
			.header-search .autocomplete-suggestions.fsp-instant-open,
			.searchform .autocomplete-suggestions.fsp-instant-refresh,
			.searchform-wrapper .autocomplete-suggestions.fsp-instant-refresh,
			.header-search .autocomplete-suggestions.fsp-instant-refresh { display:block!important; min-height:0!important; opacity:1!important; visibility:visible!important; }
			.fsp-instant-shell-row{display:flex;align-items:center;gap:14px;height:68px;padding:8px 14px;border-bottom:1px solid rgba(0,0,0,.08);box-sizing:border-box;background:#fff;}
			.fsp-instant-shell-img{width:52px;height:52px;flex:0 0 52px;border-radius:4px;background:linear-gradient(90deg,#f2f4f7,#e7ebf0,#f2f4f7);background-size:220% 100%;animation:fspInstantPulse 1s ease-in-out infinite;}
			.fsp-instant-shell-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#f2f4f7,#e7ebf0,#f2f4f7);background-size:220% 100%;animation:fspInstantPulse 1s ease-in-out infinite;}
			.fsp-instant-shell-line.main{width:45%;}.fsp-instant-shell-line.price{width:62px;margin-left:auto;}
			.fsp-instant-mirror-row{display:flex!important;align-items:center!important;gap:0!important;height:42px!important;min-height:42px!important;padding:0 14px!important;border-bottom:1px solid rgba(0,0,0,.08)!important;background:#fff!important;color:#111!important;text-decoration:none!important;font-size:15px!important;font-weight:600!important;line-height:42px!important;box-sizing:border-box!important;cursor:pointer!important;}
			.fsp-instant-mirror-row:hover,.fsp-instant-mirror-row.autocomplete-selected{background:#f3f3f3!important;color:#111!important;}
			.fsp-instant-mirror-icon{display:none!important;width:0!important;height:0!important;flex:0 0 0!important;overflow:hidden!important;}
			.fsp-instant-mirror-text{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding-left:0!important;margin-left:0!important;}
			.fsp-instant-title-row{display:flex!important;align-items:center!important;min-height:42px!important;padding:0 14px!important;border-bottom:1px solid rgba(0,0,0,.08)!important;background:#fff!important;color:#111!important;text-decoration:none!important;font-size:15px!important;font-weight:600!important;line-height:42px!important;box-sizing:border-box!important;cursor:pointer!important;}
			.fsp-instant-title-row:hover,.fsp-instant-title-row.autocomplete-selected{background:#f3f3f3!important;color:#111!important;}
			.fsp-instant-title-text{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
			@keyframes fspInstantPulse{0%{background-position:0 0;}100%{background-position:-220% 0;}}

/* v652: Quick Add keeps one stable footer owner in desktop and mobile search. */
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"],
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] {
    display:block !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    box-sizing:border-box !important;
    margin:0 !important;
    padding:12px 14px 14px !important;
    background:#fff !important;
    border:0 !important;
    border-top:1px solid rgba(0,0,0,.10) !important;
    visibility:visible !important;
    opacity:1 !important;
    overflow:visible !important;
}
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:100% !important;
    min-height:48px !important;
    box-sizing:border-box !important;
    margin:0 !important;
}


/* v653: Quick Add interaction lock.
 * The canonical Instant Result layer and Checkout footer stay visible while
 * optimistic and confirmed cart updates mutate only quantities and footer data.
 */
.live-search-results.fsp-quickadd-owner-v653,
.live-search-results.fsp-quickadd-owner-v653 > .fsp-direct-instant-ac.fsp-quickadd-owner-v653 {
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}
.live-search-results.fsp-quickadd-owner-v653 {
    display:flex !important;
}
.live-search-results.fsp-quickadd-owner-v653 > .fsp-direct-instant-ac.fsp-quickadd-owner-v653 {
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    max-height:none !important;
    overflow-y:auto !important;
}
.fsp-direct-instant-ac.fsp-quickadd-owner-v653 > .fsp-direct-instant-row,
.fsp-direct-instant-ac.fsp-quickadd-owner-v653 > .fsp-search-qa-row,
.fsp-direct-instant-ac.fsp-quickadd-owner-v653 > .fsp-inline-view-more {
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"],
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] {
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    transform:none !important;
    height:auto !important;
    min-height:74px !important;
    flex:0 0 auto !important;
    padding:12px 14px 14px !important;
}
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button {
    height:48px !important;
    min-height:48px !important;
    padding:0 18px !important;
    line-height:1.2 !important;
    border-radius:999px !important;
    flex:0 0 48px !important;
}

/* v654: atomic content handoff and repeat-session Quick Add layout parity. */
.live-search-results.fsp-canonical-content-handoff-v654,
.live-search-results.fsp-canonical-content-owner-v653 {
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}
.live-search-results.fsp-canonical-content-handoff-v654 > .fsp-direct-instant-ac,
.live-search-results.fsp-canonical-content-owner-v653 > .fsp-direct-instant-ac {
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}
.live-search-results.fsp-quickadd-owner-v654,
.live-search-results.fsp-quickadd-owner-v653 {
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    min-height:0 !important;
    overflow:hidden !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}
.live-search-results.fsp-quickadd-owner-v654 > .fsp-direct-instant-ac.fsp-quickadd-owner-v654,
.live-search-results.fsp-quickadd-owner-v653 > .fsp-direct-instant-ac.fsp-quickadd-owner-v653 {
    display:flex !important;
    flex:1 1 auto !important;
    flex-direction:column !important;
    width:100% !important;
    min-height:0 !important;
    max-height:none !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    box-sizing:border-box !important;
}
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"],
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:72px !important;
    min-height:72px !important;
    max-height:72px !important;
    flex:0 0 72px !important;
    margin:0 !important;
    padding:12px 14px !important;
    box-sizing:border-box !important;
    background:#fff !important;
    border:0 !important;
    border-top:1px solid rgba(0,0,0,.10) !important;
    overflow:visible !important;
    visibility:visible !important;
    opacity:1 !important;
}
.live-search-results > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.live-search-results > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky.fsp-direct-checkout-owner-v652 .fsp-search-checkout-button,
.fsp-direct-instant-ac > .fsp-search-checkout-sticky[data-fsp-direct-checkout-owner="1"] .fsp-search-checkout-button {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    max-width:100% !important;
    height:48px !important;
    min-height:48px !important;
    max-height:48px !important;
    flex:0 0 48px !important;
    margin:0 !important;
    padding:0 18px !important;
    box-sizing:border-box !important;
    line-height:1.2 !important;
    border-radius:999px !important;
}

/* v676: a pending pasted query must not reserve the fixed Instant Result height.
 * The shell remains collapsed until the canonical product/content payload commits. */
.live-search-results.fsp-paste-pending-v675:not(.fsp-direct-instant-open):not(.fsp-canonical-content-open-v609){
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
}
