"
if(isText2){
if(search.cardList[q].text1) {
html += "
"+search.cardList[q].text1.t_id+"
"
}
html += "
"+(search.cardList[q].text2.t_id||'')+"
"
}
else{
if(search.cardList[q].text1) {
html += "
"+search.cardList[q].text1.t_id+"
"
}
}
html += "
"
html += ""
if(search.cardList[q].hoverEffect) {
html += "
" + decodeURIComponent(search.cardList[q].rolloverText.t_id) + "
"
}
html += ""
}
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchByType")).each((index,item)=> {
if(index == typeNum) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).attr('order','1'+'_'+index);
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('ul').html(html);
if(search.cardList.length == 0) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('h2').hide();
}
}
})
// $('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchByType ul")).html(html);
typeNum++;
});
} else if (search[k].cardType == 2) {
getWeight(search[k],function(search){
var html = '';
for (var q = 0; q < search.cardList.length; q++) {
if(search.cardList.length > 5) {
if((search.cardList.length % 2) == 0) {
html += "
"
} else if((search.cardList.length % 2) == 1) {
html += ""
}
} else {
html += ""
}
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id && subCards.subCardsUrl.t_id.replace(/\s*/g,"")) {
// subCards.subCardsUrl.t_id = subCards.subCardsUrl.t_id.replace(/\s*/g,"");
if(search.cardList[q].facetKey && transFacetVal) {
html += ""
} else {
html += ""
}
} else {
html += ""
}
}else {
if(search.cardList[q].NewPage) {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
} else {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
}
}
html += ""
html+='
'
if(search.cardList[q].image && search.cardList[q].image != ''){
html+="
";
if(search.cardList[q].imageAlt.t_id) {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html+="
"
}else{
html+="
"
}
} else {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html+="
"
}else{
html+="
"
}
}
}
html+='
'
if(search.cardList[q].text1) {
if(search.cardList[q].image && search.cardList[q].image != '') {
html+='
' + decodeURIComponent(search.cardList[q].text1.t_id) + '
'
} else {
html+='
' + decodeURIComponent(search.cardList[q].text1.t_id) + '
'
}
} else {
html+='
'
}
html+='
'
html +='';
if(search.cardList[q].hoverEffect) {
html+=''
html+='
' + decodeURIComponent(search.cardList[q].rolloverText.t_id) + '
'
html+='
'
}
html += '';
}
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchByUSE")).each((index,item)=> {
if(index == count) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).attr('order','2'+'_'+index);
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('ul').html(html);
if(search.cardList.length == 0) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('h2').hide();
}
}
})
count++;
});
} else if(search[k].cardType == 3) {
getWeight(search[k],function(search){
var html = '';
for (var q = 0; q < search.cardList.length; q++) {
if(search.cardList.length > 5) {
if((search.cardList.length % 2) == 0) {
html += "
"
} else if((search.cardList.length % 2) == 1) {
html += ""
}
} else {
html += ""
}
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id && subCards.subCardsUrl.t_id.replace(/\s*/g,"")) {
// subCards.subCardsUrl.t_id = subCards.subCardsUrl.t_id.replace(/\s*/g,"");
if(search.cardList[q].facetKey && transFacetVal) {
html += ""
} else {
html += ""
}
} else {
html += ""
}
}else {
if(search.cardList[q].NewPage) {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
} else {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
}
}
html += ""
html += '
'
if(search.cardList[q].imageAlt.t_id) {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html += '
'
}else{
html += '
'
}
} else {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html += '
'
}else{
html += '
'
}
}
html += '
'
html += '
'
html += ''
if(search.cardList[q].hoverEffect) {
html += ''
html += '
'+decodeURIComponent(search.cardList[q].rolloverText.t_id) +'
';
html += '
'
}
html += ''
}
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchByBRAND")).each((index,item)=> {
if(index == brandNum) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).attr('order','3'+'_'+index);
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('ul').html(html);
if(search.cardList.length == 0) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('h4').hide();
}
}
})
// $('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchByBRAND ul")).html(html);
brandNum++;
});
} else if(search[k].cardType == 4) {
getWeight(search[k],function(search){
var html = '';
for (var q = 0; q < search.cardList.length; q++) {
if(search.cardList.length > 5) {
if((search.cardList.length % 2) == 0) {
html += "
"
} else if((search.cardList.length % 2) == 1) {
html += ""
}
} else {
html += ""
}
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")) {
// subCards.subCardsUrl.t_id = subCards.subCardsUrl.t_id.replace(/\s*/g,"");
if(search.cardList[q].facetKey && transFacetVal) {
html += ""
} else {
html += ""
}
} else {
html += ""
}
}else {
if(search.cardList[q].NewPage) {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
} else {
if(search.cardList[q].url && search.cardList[q].url.t_id) {
html += ""
} else {
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id) {
html += ""
} else {
html += ""
}
}
}
}
html += ""
html+='
'
if(search.cardList[q].imageAlt.t_id) {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html+='
'
}else{
html+='
'
}
} else {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html+='
'
}else{
html+='
'
}
}
html+='
';
html+='
'
if(search.cardList[q].text1) {
html+=''+decodeURIComponent(search.cardList[q].text1.t_id) +'
'
} else {
html+=''
}
html+=''
if(search.cardList[q].hoverEffect){
html+=''
html+='
' + decodeURIComponent(search.cardList[q].rolloverText.t_id) + '
'
html+='
'
}
html+=''
}
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchSceen")).each((index,item)=> {
if(index == screenNum) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).attr('order','4'+'_'+index);
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('ul').html(html);
if(search.cardList.length == 0) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('h4').hide();
}
}
})
// $('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchSceen ul")).html(html);
screenNum++;
});
} else if(search[k].cardType == 6){
getWeight(search[k],function(search){
var html = '';
for (var q = 0; q < search.cardList.length; q++) {
html += "
"
html += ""
html += "
"
if(search.cardList[q].logoAlt.t_id) {
if(Object.prototype.toString.call(search.cardList[q].logo) === '[object Object]'){
html += "
"
}else{
html += "
"
}
} else {
if(Object.prototype.toString.call(search.cardList[q].logo) === '[object Object]'){
html += "
"
}else{
html += "
"
}
}
html += "
"
html += "
"
html += ""
html += "
"
if(search.cardList[q].imageAlt.t_id) {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html += "
"
}else{
html += "
"
}
} else {
if(Object.prototype.toString.call(search.cardList[q].image) === '[object Object]'){
html += "
"
}else{
html += "
"
}
}
html += "
"
html += "
"
html += ""
if(search.cardList[q].text1) {
html += "
"+search.cardList[q].text1.t_id+"
"
}
html += "
"
html += ""
if(search.cardList[q].text1) {
if(search.cardList[q].NewPage1) {
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta1.t_id){
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+ search.cardList[q].Cta1.t_id +""
} else {
html += "
" + search.cardList[q].Cta1.t_id +""
}
}else{
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL1 && search.cardList[q].CtaURL1.t_id) {
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
}
}
} else {
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta1.t_id){
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+ search.cardList[q].Cta1.t_id +""
} else {
html += "
" + search.cardList[q].Cta1.t_id +""
}
}else{
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+""
} else {
html += "
" + ""
}
}
}else{
html += "
" +""
}
}else{
if(search.cardList[q].CtaURL1 && search.cardList[q].CtaURL1.t_id) {
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
}
}
}
if(search.cardList[q].Cta1.t_id && search.cardList[q].Cta2.t_id){
html += "
| "
}
if(search.cardList[q].NewPage2) {
if(search.cardList[q].cardLinks == 'key'){
let transFacetVals=typeof(search.cardList[q].facetVals)=='string' ? search.cardList[q].facetVals : search.cardList[q].facetVals?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta2.t_id){
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+ search.cardList[q].Cta2.t_id +""
} else {
html += "
" + search.cardList[q].Cta2.t_id +""
}
}else{
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL2 && search.cardList[q].CtaURL2.t_id) {
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
}
}
} else {
if(search.cardList[q].cardLinks == 'key'){
let transFacetVals=typeof(search.cardList[q].facetVals)=='string' ? search.cardList[q].facetVals : search.cardList[q].facetVals?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta2.t_id){
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+ search.cardList[q].Cta2.t_id +""
} else {
html += "
"+ search.cardList[q].Cta2.t_id +""
}
}else{
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL2 && search.cardList[q].CtaURL2.t_id) {
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
}
}
}
}else{
if(search.cardList[q].NewPage1) {
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta1.t_id){
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+ search.cardList[q].Cta1.t_id +""
} else {
html += "
" + search.cardList[q].Cta1.t_id +""
}
}else{
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL1 && search.cardList[q].CtaURL1.t_id) {
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
}
}
} else {
if(search.cardList[q].cardLink == 'key'){
let transFacetVal=typeof(search.cardList[q].facetVal)=='string' ? search.cardList[q].facetVal : search.cardList[q].facetVal?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta1.t_id){
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+ search.cardList[q].Cta1.t_id +""
} else {
html += "
" + search.cardList[q].Cta1.t_id +""
}
}else{
if(search.cardList[q].facetKey && transFacetVal) {
html += "
"+""
} else {
html += "
" + ""
}
}
}else{
html += "
" +""
}
}else{
if(search.cardList[q].CtaURL1 && search.cardList[q].CtaURL1.t_id) {
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta1.t_id){
html += "
"+ search.cardList[q].Cta1.t_id +""
}else{
html += "
"+""
}
}
}
}
if(search.cardList[q].Cta1.t_id && search.cardList[q].Cta2.t_id){
html += "
| "
}
if(search.cardList[q].NewPage2) {
if(search.cardList[q].cardLinks == 'key'){
let transFacetVals=typeof(search.cardList[q].facetVals)=='string' ? search.cardList[q].facetVals : search.cardList[q].facetVals?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta2.t_id){
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+ search.cardList[q].Cta2.t_id +""
} else {
html += "
" + search.cardList[q].Cta2.t_id +""
}
}else{
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL2 && search.cardList[q].CtaURL2.t_id) {
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
}
}
} else {
if(search.cardList[q].cardLinks == 'key'){
let transFacetVals=typeof(search.cardList[q].facetVals)=='string' ? search.cardList[q].facetVals : search.cardList[q].facetVals?.t_id
if(subCards.subCardsUrl && subCards.subCardsUrl.t_id.replace(/\s*/g,"")){
if(search.cardList[q].Cta2.t_id){
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+ search.cardList[q].Cta2.t_id +""
} else {
html += "
"+ search.cardList[q].Cta2.t_id +""
}
}else{
if(search.cardList[q].facetKeys && transFacetVals) {
html += "
"+""
} else {
html += "
"+""
}
}
}else{
html += "
"+""
}
}else{
if(search.cardList[q].CtaURL2 && search.cardList[q].CtaURL2.t_id) {
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
} else{
if(search.cardList[q].Cta2.t_id){
html += "
"+ search.cardList[q].Cta2.t_id +""
}else{
html += "
"+""
}
}
}
}
}
html += "
"
html += '';
}
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(".searchLogoBrand")).each((index,item)=> {
if(index == screenLogo) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).attr('order','6'+'_'+index);
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('ul').html(html);
if(search.cardList.length == 0) {
$('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36').find($(item)).children().children('h4').hide();
}
}
})
screenLogo++;
})
}
}
leSplitter($('#eb1e5b2bb709f-41f2-9678-bfd9376a4f36'),{"pageComponentDataId":"eb1e5b2bb709f-41f2-9678-bfd9376a4f36","metaDataList":[],"contactUsFlyaoutAllowedOnce":"0","keywords":{"t_id":"Desktops, All In Ones","language":{"en_us":"Desktops, All In Ones","en":""},"id":"Page5ce90840-df48-43f6-8b39-632027d5efd1"},"preloadDataList":[],"preloadList":{"css":[],"img":[],"font":[]},"platformType":"Flash","taxonomyTypeValue":"6","taxonomyType":"splitterpage","lazyloadDeviation":"","pageComponentId":"eb1e5b2bb709f-41f2-9678-bfd9376a4f36","backgroundImg":"","splitterData":{"features":[],"eSpots":[{"image":{"t_id":"//p4-ofp.static.pub/ShareResource/na/laptops-splitter/espots/lenovo-thinkcentre-neo-50a-g5.jpg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/laptops-splitter/espots/lenovo-thinkcentre-neo-50a-g5.jpg","en":"//p4-ofp.static.pub/ShareResource/na/laptops-splitter/espots/lenovo-thinkcentre-neo-50a-g5.jpg"},"id":"Page4ecb5521-b871-4d79-8e5f-a3dd2fa5e99f"},"showLogo":false,"logoAlt":"","logo":{"t_id":"","language":{},"id":""},"text":{"t_id":"Choose from our top desktops for work, play, study, and more! ","language":{"en_us":"Choose from our top desktops for work, play, study, and more! ","en":"Choose from our top desktops for work, play, study, and more! "},"id":"Pagecc436d95-6058-4daf-9793-ceb20dac9ef5"},"imageAlt":{"t_id":"a Lenovo ThinkCentre Neo PC placed on a desk with a keyboard and mouse. ","language":{"en_us":"a Lenovo ThinkCentre Neo PC placed on a desk with a keyboard and mouse. ","en":"a Lenovo ThinkCentre Neo PC placed on a desk with a keyboard and mouse. "},"id":"Page8cbc3ec1-490a-43df-85ac-e03f15ceb7cc"},"headline":{"t_id":"Unbeatable Desktops Discounts!","language":{"en_us":"Unbeatable Desktops Discounts!","en":"Unbeatable Desktops Discounts!"},"id":"Pageca5ac811-155b-4362-8242-9876682ce6ff"},"url":{"t_id":"/d/deals/desktops/?IPromoID=LEN519359","language":{"en_us":"/d/deals/desktops/?IPromoID=LEN519359","en":"/d/deals/desktops/?IPromoID=LEN519359"},"id":"Page5dbd27a9-8a6c-4831-ab60-73c8de20187c"}},{"image":{"t_id":"https://p4-ofp.static.pub/ShareResource/na/desktops-splitter/espots/lenovo-workstation-weekend-sale.jpg","language":{"en_us":"https://p4-ofp.static.pub/ShareResource/na/desktops-splitter/espots/lenovo-workstation-weekend-sale.jpg","en":"https://p4-ofp.static.pub/ShareResource/na/desktops-splitter/espots/lenovo-workstation-weekend-sale.jpg"},"id":"Page5a26b4d1-5079-4aae-9400-a6d774510a8f"},"showLogo":false,"logoAlt":{"t_id":"","language":{},"id":""},"logo":"","text":{"t_id":"Explore Lenovo workstations, powerful PCs engineered to handle demanding tasks with ease.","language":{"en_us":"Explore Lenovo workstations, powerful PCs engineered to handle demanding tasks with ease.","en":"Explore Lenovo workstations, powerful PCs engineered to handle demanding tasks with ease."},"id":"Page83d01899-efda-4e50-a72c-969fd4ccea3f"},"imageAlt":{"t_id":"A Lenovo Thinkstation Tiny PC, Thinkstation PX Tower PC and Thinkstation Laptop are placed side by side on a purple background. ","language":{"en_us":"A Lenovo Thinkstation Tiny PC, Thinkstation PX Tower PC and Thinkstation Laptop are placed side by side on a purple background. ","en":"A Lenovo Thinkstation Tiny PC, Thinkstation PX Tower PC and Thinkstation Laptop are placed side by side on a purple background. "},"id":"Pagee5768ab9-3f94-41e9-adbf-a2130f0823a0"},"headline":{"t_id":"Discover our Workstation Advantage","language":{"en_us":"Discover our Workstation Advantage","en":"Discover our Workstation Advantage"},"id":"Pageb4f368d1-4821-49cb-be49-f3a22e50b504"},"url":{"t_id":"/workstations/?IPromoID=LEN521104","language":{"en_us":"/workstations/?IPromoID=LEN521104","en":"/workstations/?IPromoID=LEN521104"},"id":"Page1c4232c8-8b1b-44f6-9044-58461dfc9364"}},{"image":{"t_id":"https://p2-ofp.static.pub/ShareResource/na/homepage/sales-cards/lenovo-thinkcentre-family.jpg","language":{"en_us":"https://p2-ofp.static.pub/ShareResource/na/homepage/sales-cards/lenovo-thinkcentre-family.jpg","en":"https://p2-ofp.static.pub/ShareResource/na/homepage/sales-cards/lenovo-thinkcentre-family.jpg"},"id":"Page59026939-3494-429e-a991-2cda9cf358f7"},"showLogo":false,"logoAlt":{"t_id":"","language":{},"id":""},"logo":{"t_id":"","language":{},"id":""},"text":{"t_id":"Discover how the Lenovo ThinkCentre family can power your changing workplace.","language":{"en_us":"Discover how the Lenovo ThinkCentre family can power your changing workplace.","en":"Discover how the Lenovo ThinkCentre family can power your changing workplace."},"id":"Pageef8adee3-a5ad-46ed-88df-17941d01b42b"},"imageAlt":{"t_id":"Lenovo ThinkCentre PC on a working environment.","language":{"en_us":"Lenovo ThinkCentre PC on a working environment.","en":"Lenovo ThinkCentre PC on a working environment."},"id":"Page312b9849-5487-4f16-b4e6-2530033fc670"},"headline":{"t_id":"Attract & Retain Talent with ThinkCentre","language":{"en_us":"Attract & Retain Talent with ThinkCentre","en":"Attract & Retain Talent with ThinkCentre"},"id":"Paged0345fb4-af5a-45ac-bd5b-e8d31c0ea0c0"},"url":{"t_id":"/c/desktops/thinkcentre/?IPromoID=LEN354234","language":{"en_us":"/c/desktops/thinkcentre/?IPromoID=LEN354234","en":"/c/desktops/thinkcentre/?IPromoID=LEN354234"},"id":"Page715bd1b8-c52d-4559-aa7c-1267816f74bc"}}],"productFilter":{"facetGroupName":"","facetGroupId":""},"modelFilter":{"filterUrl":{"t_id":"/desktops/results","language":{"en_us":"/desktops/results","en":"/desktops/results"},"id":"Page5ac86358-6de5-4ed1-a5fd-f616b5d9a96b"},"facettitle":{"t_id":"Filter by specs","language":{"en_us":"Filter by specs","en":"Filter by specs"},"id":"Page3d309dd7-e580-4286-a99e-54cbf703ae03"},"cardGroupId":"685fa71a-ea34-44ad-b890-c38ba2c81696","facetGroupId":"1415809c-92fa-4b2a-bcca-31a567e76a93","isFilterShow":true,"pageFilterId":""},"resources":[{"cta":{"t_id":"SHOP ACCESSORIES","language":{"en_us":"SHOP ACCESSORIES","en":"SHOP ACCESSORIES"},"id":"Page15862e0d-05fb-4fd0-8fea-48e89ee4d479"},"icon":{"t_id":"//p2-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-accessories-keyboard-and-mice-m.svg","language":{"en_us":"//p2-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-accessories-keyboard-and-mice-m.svg","en":"//p2-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-accessories-keyboard-and-mice-m.svg"},"id":"Pageb4d86419-fc04-499a-9f81-f44e733fe9ee"},"text":{"t_id":"Complete your PC with essential accessories and software.","language":{"en_us":"Complete your PC with essential accessories and software.","en":"Complete your PC with essential accessories and software."},"id":"Paged081bded-0561-44c1-afdf-0268e6c079be"},"iconAlt":{"t_id":"Keyboard Mouse","language":{"en_us":"Keyboard Mouse","en":"Keyboard Mouse"},"id":"Page5bb1cc3b-317f-4a7b-ad97-9e0714546625"},"headline":{"t_id":"Accessories","language":{"en_us":"Accessories","en":"Accessories"},"id":"Page795db699-8c47-43e2-84f8-c9bec389c9ca"},"url":{"t_id":"/accessories-and-software/?IPromoID=LEN362165","language":{"en_us":"/accessories-and-software/?IPromoID=LEN362165","en":"/accessories-and-software/?IPromoID=LEN362165"},"id":"Pagea265a388-08f8-4446-b1a1-fd0870c711da"}},{"cta":{"t_id":"GO TO SUPPORT","language":{"en_us":"GO TO SUPPORT","en":"GO TO SUPPORT"},"id":"Page8d044be6-ffa4-45eb-99a5-9c17d9f9b4a9"},"icon":{"t_id":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-premier-support-m.svg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-premier-support-m.svg","en":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-premier-support-m.svg"},"id":"Page8f75033e-84f2-4b33-b2d1-a62fa1d6e414"},"text":{"t_id":"Learn about your PC, troubleshoot, get or update drivers & software or contact us.","language":{"en_us":"Learn about your PC, troubleshoot, get or update drivers & software or contact us.","en":"Learn about your PC, troubleshoot, get or update drivers & software or contact us."},"id":"Page06855dbb-7ead-46c0-9b4b-4f31d302d351"},"iconAlt":{"t_id":"Wrench and cogwheel icon","language":{"en_us":"Wrench and cogwheel icon","en":"Wrench and cogwheel icon"},"id":"Page03df7a1d-acab-428e-b194-5a2842be5b2e"},"headline":{"t_id":"Software & Support","language":{"en_us":"Software & Support","en":"Software & Support"},"id":"Page09b22bcd-8da3-4cc2-8f81-26598f293439"},"url":{"t_id":"https://support.lenovo.com/us/en?IPromoID=LEN199501","language":{"en_us":"https://support.lenovo.com/us/en?IPromoID=LEN199501","en":"https://support.lenovo.com/us/en?IPromoID=LEN199501"},"id":"Page57c74c93-b553-41af-bd45-66cae44cb8a8"}},{"cta":{"t_id":"TRADE-IN NOW ","language":{"en_us":"TRADE-IN NOW ","en":"TRADE-IN NOW "},"id":"Page6c359228-7837-43a8-91bc-c1fc95851668"},"icon":{"t_id":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/lenovo-splitter-page-trade-in-devices-m.svg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/lenovo-splitter-page-trade-in-devices-m.svg","en":""},"id":"Pageeefb1266-4889-41e2-b5ac-49a0ae8e454c"},"text":{"t_id":"Earn money while helping the planet by trading in your electronics.","language":{"en_us":"Earn money while helping the planet by trading in your electronics.","en":"Earn money while helping the planet by trading in your electronics."},"id":"Page4bd8f771-1e58-45d3-abb5-88d8dadc04df"},"iconAlt":{"t_id":"Trade in devices","language":{"en_us":"Trade in devices","en":"Trade in devices"},"id":"Page4ba0dfd0-200d-423f-ba55-c5baab973b34"},"headline":{"t_id":"Trade-in Devices","language":{"en_us":"Trade-in Devices","en":"Trade-in Devices"},"id":"Pagea5a0655b-5e26-470a-87db-86a8c2350953"},"url":{"t_id":"/trade-in-program/?IPromoID=LEN325807","language":{"en_us":"/trade-in-program/?IPromoID=LEN325807","en":"/trade-in-program/?IPromoID=LEN325807"},"id":"Pagec246b876-79b0-4271-997f-3153e3e9c10c"}},{"cta":{"t_id":"LEARN MORE","language":{"en_us":"LEARN MORE","en":"LEARN MORE"},"id":"Page6fca57bf-cf17-4918-a05e-9c65e200245c"},"icon":{"t_id":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-warranty-m.svg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-warranty-m.svg","en":"//p4-ofp.static.pub/ShareResource/na/icons/48x48/icon-pictogram-services-and-certifications-warranty-m.svg"},"id":"Pagef271b430-ef9d-4178-bfa4-e7cd1c2dbcf4"},"text":{"t_id":"Protect your investment with warranty upgrades or extensions.","language":{"en_us":"Protect your investment with warranty upgrades or extensions.","en":"Protect your investment with warranty upgrades or extensions."},"id":"Pagef1e6461b-6c5c-46ba-89f2-50c0d4f83906"},"iconAlt":{"t_id":"Shield icon","language":{"en_us":"Shield icon","en":"Shield icon"},"id":"Pagef983305a-2515-4b5a-8104-2baad5177a9c"},"headline":{"t_id":"Warranty Options","language":{"en_us":"Warranty Options","en":"Warranty Options"},"id":"Page390e32da-b9a1-4b18-b1a8-5ee30783e99e"},"url":{"t_id":"https://pcsupport.lenovo.com/us/en/warrantylookup?IPromoID=LEN672571","language":{"en_us":"https://pcsupport.lenovo.com/us/en/warrantylookup?IPromoID=LEN672571","en":""},"id":"Pagebe17a876-cba8-4ccb-b5a9-9d933c0da8ea"}}],"subCards":{"cardGroupId":"685fa71a-ea34-44ad-b890-c38ba2c81696","subCardsUrl":{"t_id":"/desktops/subseries-results","language":{"en_us":"/desktops/subseries-results","en":"/desktops/subseries-results"},"id":"Page8e33679a-b67f-43b4-8a25-da5369479da6"},"facetGroupId":"1415809c-92fa-4b2a-bcca-31a567e76a93"},"recommendations":[],"sections":[{"sectionName":{"t_id":"Search Our Brands","language":{"en_us":"Search Our Brands","en":""},"id":"Page98d5ef2a-1a22-4178-a6a1-200cae7945c3"},"cardList":[{"CtaURL1":{"t_id":"/desktops/subseries-results?visibleDatas=698%3AThinkCentre&IPromoID=LEN181308","language":{"en_us":"/desktops/subseries-results?visibleDatas=698%3AThinkCentre&IPromoID=LEN181308","en":""},"id":"Page89dac25f-5537-4c63-a838-dccdf4a53c05"},"image":{"t_id":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkcentre-m90s-gen3-intel.jpg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkcentre-m90s-gen3-intel.jpg","en":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkcentre-m90s-gen3-intel.jpg"},"id":"Pagede117229-83c1-465f-b19e-7d433e84f4a5"},"Cta1":{"t_id":"View All","language":{"en_us":"View All","en":""},"id":"Page026b25ae-4c2b-4f92-a2e5-c832685bd384"},"CtaURL2":{"t_id":"/c/desktops/thinkcentre/?IPromoID=LEN181308","language":{"en_us":"/c/desktops/thinkcentre/?IPromoID=LEN181308","en":""},"id":"Pagee72ad9da-c974-4a0c-bd6f-e81fe6e1fa2b"},"Cta2":{"t_id":"Learn More","language":{"en_us":"Learn More","en":""},"id":"Pagec178a1dc-2c8c-4958-bbec-1a6f76e45321"},"weight":"","cardLinkVal":[],"imageAlt":{"t_id":"ThinkCentre logo","language":{"en_us":"ThinkCentre logo","en":""},"id":"Page770601c9-d9de-445f-be22-e138e5201306"},"cardLinkVals":[],"cardLink":"url","NewPage1":false,"NewPage2":false,"text1":{"t_id":"Your Talent Magnet. Enhance your evolving workplace and save with versatile ThinkCentre Desktops.","language":{"en_us":"Your Talent Magnet. Enhance your evolving workplace and save with versatile ThinkCentre Desktops.","en":""},"id":"Page29d83922-1b0a-4146-9708-ae1aec0042f8"},"rolloverText":"","cardid":1662052170536,"logoAlt":{"t_id":"ThinkCentre logo","language":{"en_us":"ThinkCentre logo","en":""},"id":"Pagef7f18070-5aed-4cd9-85e1-a5f2b38feaf8"},"hoverEffect":false,"logo":{"t_id":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkcentre-logo.svg","language":{"en_us":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkcentre-logo.svg","en":"//p4-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkcentre-logo.svg"},"id":"Page2d003170-71c8-4a25-a898-11999db8f9c0"},"cardLinks":"url"},{"CtaURL1":{"t_id":"/desktops/subseries-results?visibleDatas=698%3ALegion&IPromoID=LEN863694","language":{"en_us":"/desktops/subseries-results?visibleDatas=698%3ALegion&IPromoID=LEN863694","en":""},"id":"Page6c550020-1ea8-40b0-84f1-75b3ac2af76f"},"image":{"t_id":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-legion-tower-5i-gen-8.png","language":{"en_us":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-legion-tower-5i-gen-8.png","en":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-legion-tower-5i-gen-8.png"},"id":"Pagec43fb7d9-e4c8-4546-a968-c2184093f256"},"Cta1":{"t_id":"View All","language":{"en_us":"View All","en":""},"id":"Pagedf8e10b6-17a2-413f-9578-d1c29afccdc7"},"CtaURL2":{"t_id":"/c/desktops/legion-desktops/?IPromoID=LEN863694","language":{"en_us":"/c/desktops/legion-desktops/?IPromoID=LEN863694","en":""},"id":"Paged55e6e17-1372-4a93-85d9-98c34b6926ce"},"Cta2":{"t_id":"Learn More","language":{"en_us":"Learn More","en":""},"id":"Pageea6f7097-25dc-46a3-ac1f-6beaeae52494"},"weight":"","cardLinkVal":[],"imageAlt":{"t_id":"Lenovo Legion Tower 7i Gen 7","language":{"en_us":"Lenovo Legion Tower 7i Gen 7","en":""},"id":"Page1b861d70-e692-4325-9690-b335c60a7086"},"cardLinkVals":[],"cardLink":"url","NewPage1":false,"NewPage2":false,"text1":{"t_id":"Top-of-the-line power, design, and expandability to support the ever-growing PC gaming scene.","language":{"en_us":"Top-of-the-line power, design, and expandability to support the ever-growing PC gaming scene.","en":""},"id":"Page67396deb-1acc-4788-88ea-59727bd877ae"},"rolloverText":"","cardid":1662052171266,"logoAlt":{"t_id":"Legion logo","language":{"en_us":"Legion logo","en":""},"id":"Page1d64998e-31cf-49ab-b431-f87137b8a131"},"hoverEffect":false,"logo":{"t_id":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-legion-logo.svg","language":{"en_us":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-legion-logo.svg","en":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-legion-logo.svg"},"id":"Page0b8ff890-bc6c-49e4-9ddd-7ce1dadbd573"},"cardLinks":"url"},{"CtaURL1":{"t_id":"/desktops/subseries-results?visibleDatas=698:ThinkStation&IPromoID=LEN856203","language":{"en_us":"/desktops/subseries-results?visibleDatas=698:ThinkStation&IPromoID=LEN856203","en":""},"id":"Page442a5f05-a883-4abd-9472-174a28689c84"},"image":{"t_id":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkstation-p360-tower.jpg","language":{"en_us":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkstation-p360-tower.jpg","en":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-thinkstation-p360-tower.jpg"},"id":"Page1e184c37-e935-424a-9d83-857a82951ff9"},"Cta1":{"t_id":"View All","language":{"en_us":"View All","en":""},"id":"Page4410928e-cb82-41fb-a338-9f9ad52c0528"},"CtaURL2":{"t_id":"/c/workstations/thinkstation-p-series?IPromoID=LEN856203","language":{"en_us":"/c/workstations/thinkstation-p-series?IPromoID=LEN856203","en":""},"id":"Pageb501c647-85e8-4bdc-84a5-a2db62087755"},"Cta2":{"t_id":"Learn More","language":{"en_us":"Learn More","en":""},"id":"Page585b9c18-039a-4d0d-9508-8dcac320f0d7"},"weight":"","cardLinkVal":[],"imageAlt":{"t_id":"Lenovo Thinkstation P360 Tower","language":{"en_us":"Lenovo Thinkstation P360 Tower","en":""},"id":"Pagee377041b-f109-49ce-8d39-dce77372c3f8"},"cardLinkVals":[],"cardLink":"url","NewPage1":false,"NewPage2":false,"text1":{"t_id":"Superior reliability and powerful performance to handle whatever jobs you need to accomplish.","language":{"en_us":"Superior reliability and powerful performance to handle whatever jobs you need to accomplish.","en":""},"id":"Page28bd13d2-567d-44a4-ad1a-faba4b27c565"},"rolloverText":"","cardid":1662052171952,"logoAlt":{"t_id":"ThinkStation logo","language":{"en_us":"ThinkStation logo","en":""},"id":"Page3b26a8d5-c7d8-4e4d-9fcc-769c74415dcf"},"hoverEffect":false,"logo":{"t_id":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkstation-logo.svg","language":{"en_us":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkstation-logo.svg","en":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-thinkstation-logo.svg"},"id":"Page8da82d36-fab5-486b-abc3-6c2ab73074e3"},"cardLinks":"url"},{"CtaURL1":{"t_id":"/desktops/subseries-results/?visibleDatas=698%3AYoga%2CIdeaCentre&IPromoID=LEN954817","language":{"en_us":"/desktops/subseries-results/?visibleDatas=698%3AYoga%2CIdeaCentre&IPromoID=LEN954817","en":""},"id":"Page402002ee-9be5-4402-9a4c-dc54a4132be2"},"image":{"t_id":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-ideacentre-aio-5i-27inch.jpg","language":{"en_us":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-ideacentre-aio-5i-27inch.jpg","en":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-ideacentre-aio-5i-27inch.jpg"},"id":"Page69dafbf7-64ac-45d0-acb0-b0a319bd2b59"},"Cta1":{"t_id":"View All","language":{"en_us":"View All","en":""},"id":"Page69b61a60-9c77-4b8c-9901-dbd73096bf1b"},"CtaURL2":{"t_id":"/c/desktops/ideacentre?IPromoID=LEN954817","language":{"en_us":"/c/desktops/ideacentre?IPromoID=LEN954817","en":""},"id":"Page77663d17-237f-4a50-9e64-e750c44417dd"},"Cta2":{"t_id":"Learn More","language":{"en_us":"Learn More","en":""},"id":"Page3c756413-daca-4b44-a01b-e02ff9b63b4d"},"weight":"","cardLinkVal":[],"imageAlt":{"t_id":"Lenovo Ideacentre AIO 5i 27inch","language":{"en_us":"Lenovo Ideacentre AIO 5i 27inch","en":""},"id":"Pagec8992773-06a1-4c4c-b942-01e1cb649134"},"cardLinkVals":[],"cardLink":"url","NewPage1":false,"NewPage2":false,"text1":{"t_id":"Wide range of responsive, stylish devices with reliable performance and impressive style.","language":{"en_us":"Wide range of responsive, stylish devices with reliable performance and impressive style.","en":""},"id":"Page83cd03e4-267c-477f-b98b-4822675239d6"},"rolloverText":"","cardid":1662052171575,"logoAlt":{"t_id":"Lenovo Yoga and Lenovo Ideacentre logo.","language":{"en_us":"Lenovo Yoga and Lenovo Ideacentre logo.","en":"Lenovo Yoga and Lenovo Ideacentre logo."},"id":"Pageca1ffa1d-544d-4697-99f7-36e6325fb9f4"},"hoverEffect":false,"logo":{"t_id":"//p3-ofp.static.pub/ShareResource/na/laptops-splitter/brands/lenovo-yoga-ideacentre-logo.png","language":{"en_us":"//p3-ofp.static.pub/ShareResource/na/laptops-splitter/brands/lenovo-yoga-ideacentre-logo.png","en":"//p3-ofp.static.pub/ShareResource/na/laptops-splitter/brands/lenovo-yoga-ideacentre-logo.png"},"id":"Page406a3423-753b-48f2-a8cc-277cc5390031"},"cardLinks":"url"},{"CtaURL1":{"t_id":"/desktops/subseries-results/?visibleDatas=698%3ALOQ&IPromoID=LEN540247","language":{"en_us":"/desktops/subseries-results/?visibleDatas=698%3ALOQ&IPromoID=LEN540247","en":"/desktops/subseries-results/?visibleDatas=698%3ALOQ&IPromoID=LEN540247"},"id":"Page51f20ff6-33a6-4dae-b7d9-399b576bd1a4"},"image":{"t_id":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-loq-tower-17irr9-desktop.png","language":{"en_us":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-loq-tower-17irr9-desktop.png","en":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/brands/lenovo-loq-tower-17irr9-desktop.png"},"id":"Page48ef46db-d439-4346-a397-376abe8a58d9"},"Cta1":{"t_id":"View All","language":{"en_us":"View All","en":"View All"},"id":"Page2af63e18-462c-4ec3-a91b-47339cb362e2"},"CtaURL2":{"t_id":"/c/lenovo-loq/?visibleDatas=1014%3ADesktops&IPromoID=LEN540247","language":{"en_us":"/c/lenovo-loq/?visibleDatas=1014%3ADesktops&IPromoID=LEN540247","en":"/c/lenovo-loq/?visibleDatas=1014%3ADesktops&IPromoID=LEN540247"},"id":"Page805ce490-1ca8-4882-8c5a-85e785464f59"},"Cta2":{"t_id":"Learn More","language":{"en_us":"Learn More","en":"Learn More"},"id":"Pagee30af67c-d2aa-4ff5-bed2-934f91dfbafc"},"weight":"","cardLinkVal":[],"imageAlt":{"t_id":"Lenovo LOQ","language":{"en_us":"Lenovo LOQ","en":""},"id":"Pageac2f5195-7b5b-4c8c-810f-857644f8efa4"},"cardLinkVals":[],"cardLink":"url","NewPage1":false,"NewPage2":false,"text1":{"t_id":"Expectation-shattering gaming desktops coming in at a budget price point.","language":{"en_us":"Expectation-shattering gaming desktops coming in at a budget price point.","en":"Expectation-shattering gaming desktops coming in at a budget price point."},"id":"Paged5f0f0aa-3f30-4677-902e-1343c4ee981c"},"rolloverText":"","cardid":1722955729994,"logoAlt":{"t_id":"Lenovo LOQ","language":{"en_us":"Lenovo LOQ","en":""},"id":"Pageddb67a36-4d5b-4516-a3e9-a3552a6b7951"},"hoverEffect":false,"logo":{"t_id":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-loq-logo.svg","language":{"en_us":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-loq-logo.svg","en":"//p1-ofp.static.pub/ShareResource/na/desktops-splitter/logos/lenovo-loq-logo.svg"},"id":"Page5aa2312c-ff66-498e-b10d-4195cd8271c3"},"cardLinks":"url"}],"cardType":"6"},{"sectionName":{"t_id":"Search by Use","language":{"en_us":"Search by Use","en":"Search by Use"},"id":"Page08b82fac-202f-44a2-b7f6-1b7f05ffb1f8"},"cardList":[{"image":{"t_id":"//p1-ofp.static.pub/fes/cms/2021/06/24/x4tv1ypclxf8d2t7udj60aoxzpzng8011757.jpg","language":{"en_us":"//p1-ofp.static.pub/fes/cms/2021/06/24/x4tv1ypclxf8d2t7udj60aoxzpzng8011757.jpg","en":""},"id":"Pagee3495a98-f36f-4631-9068-3a5b1d538c62"},"facetKey":"993","facetVal":"Work","weight":"","cardLinkVal":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"imageAlt":{"t_id":"Woman working on computer","language":{"en_us":"Woman working on computer","en":"Woman working on computer"},"id":"Page80e6d893-c532-402d-a0d2-b6ffef5aa3a7"},"url":{"t_id":"/desktops/subseries-results/?visibleDatas=993:Work&IPromoID=LEN508697","language":{"en_us":"/desktops/subseries-results/?visibleDatas=993:Work&IPromoID=LEN508697","en":""},"id":"Page967efdd8-89f3-45ac-8494-07e90836dbff"},"cardLinkVals":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EWork%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EWork%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EWork%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Page6880cafc-ce65-4f23-847a-3e30389abfc8"},"rolloverText":{"t_id":"%3Cp%3ESolutions%20for%20every%20industry%20and%20every%20type%20of%20business%20Designed%20for%20a%20new%20era%20of%20flexible%20work.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ESolutions%20for%20every%20industry%20and%20every%20type%20of%20business%20Designed%20for%20a%20new%20era%20of%20flexible%20work.%3C%2Fp%3E","en":"%3Cp%3ESolutions%20for%20every%20industry%20and%20every%20type%20of%20business%20Designed%20for%20a%20new%20era%20of%20flexible%20work.%3C%2Fp%3E"},"id":"Pagede13f873-4540-46c5-a7e6-dd2d1776cc40"},"hoverEffect":true,"NewPage":false},{"image":{"t_id":"//p1-ofp.static.pub/fes/cms/2021/06/24/lhhcsd9u9gzqjjge6f5q67dbdcskyw373676.png","language":{"en_us":"//p1-ofp.static.pub/fes/cms/2021/06/24/lhhcsd9u9gzqjjge6f5q67dbdcskyw373676.png","en":""},"id":"Page513faad0-a24a-4282-875c-5eab42c91e7a"},"facetKey":"993","facetVal":"Everyday Use","weight":"","cardLinkVal":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"imageAlt":{"t_id":"Monitor, desktop computer and globe on desk","language":{"en_us":"Monitor, desktop computer and globe on desk","en":"Monitor, desktop computer and globe on desk"},"id":"Page4be2420b-2768-4dd7-aa53-121456c4d6d7"},"url":{"t_id":"/desktops/subseries-results/?visibleDatas=993:Everyday%20Use&IPromoID=LEN438537","language":{"en_us":"/desktops/subseries-results/?visibleDatas=993:Everyday%20Use&IPromoID=LEN438537","en":""},"id":"Pagede3b33c3-30cf-453d-8f34-527e77617926"},"cardLinkVals":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EEvery%20Day%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EEvery%20Day%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EEvery%20Day%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Pagebed553e3-068a-404c-b11b-c92c49ba4fc3"},"rolloverText":{"t_id":"%3Cp%3EKeep%20up%20with%20friends%20%26amp%3B%20family.%20Pay%20bills%20%26amp%3B%20manage%20finances.%20Watch%20videos%20online%3C%2Fp%3E","language":{"en_us":"%3Cp%3EKeep%20up%20with%20friends%20%26amp%3B%20family.%20Pay%20bills%20%26amp%3B%20manage%20finances.%20Watch%20videos%20online%3C%2Fp%3E","en":"%3Cp%3EKeep%20up%20with%20friends%20%26amp%3B%20family.%20Pay%20bills%20%26amp%3B%20manage%20finances.%20Watch%20videos%20online%3C%2Fp%3E"},"id":"Pagec99d7eab-0d1d-4006-a0f0-d82ef29ffadb"},"hoverEffect":true,"NewPage":false},{"image":{"t_id":"//p1-ofp.static.pub/fes/cms/2021/06/24/f97dj33hfnfcjrjqvp9hzwlfizdfbn015844.png","language":{"en_us":"//p1-ofp.static.pub/fes/cms/2021/06/24/f97dj33hfnfcjrjqvp9hzwlfizdfbn015844.png","en":"//p1-ofp.static.pub/fes/cms/2021/06/24/f97dj33hfnfcjrjqvp9hzwlfizdfbn015844.png"},"id":"Page1f75846c-9012-427e-a354-404e78cc687b"},"facetKey":"993","facetVal":"Gaming","weight":"","cardLinkVal":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"imageAlt":{"t_id":"Gaming setup","language":{"en_us":"Gaming setup","en":"Gaming setup"},"id":"Pagef36e85a1-ec9c-4fde-a463-e2855837a3dc"},"url":{"t_id":"/desktops/subseries-results/?visibleDatas=993:Gaming&IPromoID=LEN325487","language":{"en_us":"/desktops/subseries-results/?visibleDatas=993:Gaming&IPromoID=LEN325487","en":""},"id":"Pageb59b4b16-bce9-4458-98f8-09f5946d8e01"},"cardLinkVals":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EGaming%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EGaming%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3EGaming%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Page72bf7bf1-959f-4dd9-9345-110a54c8b25b"},"rolloverText":{"t_id":"%3Cp%3ERun%20the%20latest%20games%20to%20the%20max%20with%20these%20powerful%20%26amp%3B%20upgradeable%20rigs%20built%20for%20true%20gamers.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ERun%20the%20latest%20games%20to%20the%20max%20with%20these%20powerful%20%26amp%3B%20upgradeable%20rigs%20built%20for%20true%20gamers.%3C%2Fp%3E","en":"%3Cp%3ERun%20the%20latest%20games%20to%20the%20max%20with%20these%20powerful%20%26amp%3B%20upgradeable%20rigs%20built%20for%20true%20gamers.%3C%2Fp%3E"},"id":"Page6c5b30b8-cac1-4405-b39e-83f468b63b97"},"hoverEffect":true,"NewPage":false},{"image":{"t_id":"//p2-ofp.static.pub/fes/cms/2021/06/24/zgfcuz4u33fef19f33b5u26a0pl09f959564.jpg","language":{"en_us":"//p2-ofp.static.pub/fes/cms/2021/06/24/zgfcuz4u33fef19f33b5u26a0pl09f959564.jpg","en":""},"id":"Pagebadd2bbf-7f18-45e3-897e-edaa74ca9b5b"},"facetKey":"993","facetVal":"Creativity & Entertainment","weight":"","cardLinkVal":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"imageAlt":{"t_id":"Tablet on table","language":{"en_us":"Tablet on table","en":"Tablet on table"},"id":"Page4795a8c2-8575-4f04-bac9-9943991ee2a8"},"url":{"t_id":"/desktops/subseries-results/?visibleDatas=993%3ACreator&ipromoID=LEN782166","language":{"en_us":"/desktops/subseries-results/?visibleDatas=993%3ACreator&ipromoID=LEN782166","en":"/desktops/subseries-results/?visibleDatas=993%3ACreator&ipromoID=LEN782166"},"id":"Page1b97b2e9-87fe-4e48-819e-7b1a70eef543"},"cardLinkVals":[{"name":"Creativity & Entertainment","active":"","value":"Creativity & Entertainment"},{"name":"Everyday Use","active":"","value":"Everyday Use"},{"name":"Gaming","active":"","value":"Gaming"},{"name":"High","active":"","value":"High"},{"name":"Medium","active":"","value":"Medium"},{"name":"Work","active":"","value":"Work"},{"name":"Student","active":"","value":"Student"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3ECreators%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3ECreators%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3ECreators%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Paged180feed-9f38-4895-ba92-b9f8c396ad13"},"rolloverText":{"t_id":"%3Cp%3ECreator%20devices%20for%20graphic%20design%2C%20video%20%26amp%3B%20photo%20editing%20and%20more.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ECreator%20devices%20for%20graphic%20design%2C%20video%20%26amp%3B%20photo%20editing%20and%20more.%3C%2Fp%3E","en":"%3Cp%3ECreator%20devices%20for%20graphic%20design%2C%20video%20%26amp%3B%20photo%20editing%20and%20more.%3C%2Fp%3E"},"id":"Page312b2489-6d94-47b7-ac82-109c9ba85e91"},"hoverEffect":true,"cardLinks":"key","NewPage":false}],"cardType":"2"},{"sectionName":{"t_id":"Search by Type","language":{"en_us":"Search by Type","en":"Search by Type"},"id":"Page33c018f5-9503-43bc-868b-fb4ef6bbf4c6"},"cardList":[{"image":"//p2-ofp.static.pub/fes/cms/2021/06/24/yafh37qp1h2kgcnalkw884t644rqon505584.png","facetKey":"992","facetVal":"Tower","weight":{"t_id":"100","language":{"en_us":"100","en":"100"},"id":"Page7c6e8239-45ff-4477-afed-34aaffcb780e"},"cardLinkVal":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"imageAlt":{"t_id":"Traditional Tower","language":{"en_us":"Traditional Tower","en":"Traditional Tower"},"id":"Pagea9656452-f073-4b5b-9852-d0c86c84f9b8"},"url":{"t_id":"/desktops/subseries-results?visibleDatas=992%3ATower%2CTower%25C2%25A0&sortBy=bestSelling&IPromoID=LEN661112","language":{"en_us":"/desktops/subseries-results?visibleDatas=992%3ATower%2CTower%25C2%25A0&sortBy=bestSelling&IPromoID=LEN661112","en":""},"id":"Page8b6adb76-6699-494b-87bf-fa886740302c"},"cardLinkVals":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"cardLink":"url","text1":{"t_id":"Traditional Tower","language":{"en_us":"Traditional Tower","en":"Traditional Tower"},"id":"Page35ba4c8e-babf-496c-bef5-c0331138cb83"},"rolloverText":{"t_id":"%3Cp%3EFind%20the%20desktop%20computer%20to%20fit%20your%20lifestyle%3C%2Fp%3E","language":{"en_us":"%3Cp%3EFind%20the%20desktop%20computer%20to%20fit%20your%20lifestyle%3C%2Fp%3E","en":"%3Cp%3EFind%20the%20desktop%20computer%20to%20fit%20your%20lifestyle%3C%2Fp%3E"},"id":"Page421db822-047d-4700-9c31-090ab09f61b9"},"text2":"","hoverEffect":true,"NewPage":false},{"image":"//p4-ofp.static.pub/fes/cms/2021/06/24/nfkomoou9k9968e5l4aa544ojur8nt880436.png","facetKey":"992","facetVal":"Thin Client","weight":{"t_id":"20","language":{"en_us":"20","en":"20"},"id":"Page21352c74-17f6-450f-b100-615dd6506cd9"},"cardLinkVal":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"imageAlt":{"t_id":"Thin Client","language":{"en_us":"Thin Client","en":"Thin Client"},"id":"Page4d245aed-3be2-4033-8ad9-28a4199da7af"},"url":{"t_id":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=992%3AThin%2520Client&IPromoID=LEN417190","language":{"en_us":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=992%3AThin%2520Client&IPromoID=LEN417190","en":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=992%3AThin%2520Client&IPromoID=LEN417190"},"id":"Pagebae9a518-d2a9-46a0-aff1-e00434d312f6"},"cardLinkVals":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"cardLink":"url","text1":{"t_id":"Thin Client","language":{"en_us":"Thin Client","en":"Thin Client"},"id":"Page06615812-bcab-4d64-896e-090bd1b59967"},"rolloverText":{"t_id":"%3Cp%3ENetwork%20computer%20for%20use%20with%20server.%20Compact%20design.%20Requires%20monitor.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ENetwork%20computer%20for%20use%20with%20server.%20Compact%20design.%20Requires%20monitor.%3C%2Fp%3E","en":"%3Cp%3ENetwork%20computer%20for%20use%20with%20server.%20Compact%20design.%20Requires%20monitor.%3C%2Fp%3E"},"id":"Pageb1fb20ed-b68b-4b54-952e-31656082fbdd"},"text2":"","hoverEffect":true,"NewPage":false},{"image":"//p3-ofp.static.pub/fes/cms/2021/06/24/yehtothepgfculw0yy4bz9znonx5o1948394.png","facetKey":"992","facetVal":"Tiny","weight":{"t_id":"40","language":{"en_us":"40","en":"40"},"id":"Pagec1be8880-fa07-4165-9e3b-e99158faf1d6"},"cardLinkVal":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"imageAlt":{"t_id":"Tiny desktops","language":{"en_us":"Tiny desktops","en":"Tiny desktops"},"id":"Page801cdfe5-e223-49bc-9a52-d2b966a67880"},"url":{"t_id":"/desktops/subseries-results?visibleDatas=992%3ATiny%2CTiny%25C2%25A0&sortBy=bestSelling&IPromoID=LEN201433","language":{"en_us":"/desktops/subseries-results?visibleDatas=992%3ATiny%2CTiny%25C2%25A0&sortBy=bestSelling&IPromoID=LEN201433","en":"/desktops/subseries-results?visibleDatas=992%3ATiny%2CTiny%25C2%25A0&sortBy=bestSelling&IPromoID=LEN201433"},"id":"Page50c0a6cc-8d75-436f-8b26-a1514e293855"},"cardLinkVals":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"cardLink":"url","text1":{"t_id":"Tiny Desktops","language":{"en_us":"Tiny Desktops","en":"Tiny Desktops"},"id":"Pagef237dd9a-4afe-429f-bb48-7d43c17deb0b"},"rolloverText":{"t_id":"%3Cp%3EUltra-compact%20%26amp%3B%20lightweight.%20Easy%20to%20take%20anywhere.%20Requires%20monitor.%3C%2Fp%3E","language":{"en_us":"%3Cp%3EUltra-compact%20%26amp%3B%20lightweight.%20Easy%20to%20take%20anywhere.%20Requires%20monitor.%3C%2Fp%3E","en":"%3Cp%3EUltra-compact%20%26amp%3B%20lightweight.%20Easy%20to%20take%20anywhere.%20Requires%20monitor.%3C%2Fp%3E"},"id":"Pagea042282a-a46f-4177-bfe8-d5c9c062ce3a"},"text2":"","hoverEffect":true,"NewPage":false},{"image":"//p2-ofp.static.pub/fes/cms/2021/06/24/gvz02r4lo637m3feb5rk5ozd6u8s52532236.png","facetKey":"992","facetVal":"Small Form Factor","weight":{"t_id":"80","language":{"en_us":"80","en":"80"},"id":"Page1cc14488-e23c-4e9e-b187-ddf30a044f37"},"cardLinkVal":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"imageAlt":{"t_id":"Small Form Factor","language":{"en_us":"Small Form Factor","en":"Small Form Factor"},"id":"Paged69e0bfe-6bc7-48e4-b168-dacdd70ac2d8"},"url":{"t_id":"/desktops/subseries-results?visibleDatas=992%3ASmall%2520Form%2520Factor%2CSmall%2520Form%2520Factor%25C2%25A0&sortBy=bestSelling&IPromoID=LEN647190","language":{"en_us":"/desktops/subseries-results?visibleDatas=992%3ASmall%2520Form%2520Factor%2CSmall%2520Form%2520Factor%25C2%25A0&sortBy=bestSelling&IPromoID=LEN647190","en":"/desktops/subseries-results?visibleDatas=992%3ASmall%2520Form%2520Factor%2CSmall%2520Form%2520Factor%25C2%25A0&sortBy=bestSelling&IPromoID=LEN647190"},"id":"Page3b5b505a-6ca5-494d-89ec-7ab7e2dd8f5b"},"cardLinkVals":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"cardLink":"url","text1":{"t_id":"Small Form Factor","language":{"en_us":"Small Form Factor","en":"Small Form Factor"},"id":"Pagef04cdcb7-56f1-4dd2-b114-bf87c1c65a9a"},"rolloverText":{"t_id":"%3Cp%3ECompact%20space-saver.%20Easy%20to%20relocate.%20Less%20noticeable.%20Requires%20monitor.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ECompact%20space-saver.%20Easy%20to%20relocate.%20Less%20noticeable.%20Requires%20monitor.%3C%2Fp%3E","en":"%3Cp%3ECompact%20space-saver.%20Easy%20to%20relocate.%20Less%20noticeable.%20Requires%20monitor.%3C%2Fp%3E"},"id":"Page47795d52-2bfb-4453-a089-daa5e48fa48c"},"text2":"","hoverEffect":true,"NewPage":false},{"image":"//p4-ofp.static.pub/fes/cms/2021/07/07/8jjmmzibf16cjhusg6bjdgm13tf0ti097563.png","facetKey":"992","facetVal":"All-in-One","weight":{"t_id":"60","language":{"en_us":"60","en":"60"},"id":"Pageada2fd52-df99-421b-b5ea-76ee406e707c"},"cardLinkVal":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"imageAlt":{"t_id":"All-in-Ones","language":{"en_us":"All-in-Ones","en":"All-in-Ones"},"id":"Page8eb887c5-7ed6-490b-a54b-823442b8b99e"},"url":{"t_id":"/desktops/subseries-results?visibleDatas=992%3A%2520All-in-One&sortBy=bestSelling&IPromoID=LEN322327","language":{"en_us":"/desktops/subseries-results?visibleDatas=992%3A%2520All-in-One&sortBy=bestSelling&IPromoID=LEN322327","en":"/desktops/subseries-results?visibleDatas=992%3A%2520All-in-One&sortBy=bestSelling&IPromoID=LEN322327"},"id":"Page5899a3fb-6f78-4bcf-89d2-bf79fa8bf871"},"cardLinkVals":[{"name":" All-in-One","active":"","value":" All-in-One"},{"name":"High","active":"","value":"High"},{"name":"Small Form Factor","active":"","value":"Small Form Factor"},{"name":"Thin & Light","active":"","value":"Thin & Light"},{"name":"Thin Client","active":"","value":"Thin Client"},{"name":"Tiny","active":"","value":"Tiny"},{"name":"Tower","active":"","value":"Tower"},{"name":"Traditional tower","active":"","value":"Traditional tower"},{"name":"Workstation","active":"","value":"Workstation"}],"cardLink":"url","text1":{"t_id":"All-in-One","language":{"en_us":"All-in-One","en":"All-in-One"},"id":"Page87102081-b847-40b1-ad0d-f1863a1d0209"},"rolloverText":{"t_id":"%3Cp%3ESlim%2C%20stylish%20%26amp%3B%20efficient%20space-savers%20featuring%20contemporary%20designs.%3C%2Fp%3E","language":{"en_us":"%3Cp%3ESlim%2C%20stylish%20%26amp%3B%20efficient%20space-savers%20featuring%20contemporary%20designs.%3C%2Fp%3E","en":"%3Cp%3ESlim%20and%20stylish%20space-saver.%20Efficient%20and%20contemporary.%20Processor%20and%20monitor%20in%20same%20unit.%3C%2Fp%3E"},"id":"Pageaf9c228c-cd61-4df3-bc0b-86a040f22527"},"text2":"","hoverEffect":true,"NewPage":false}],"cardType":"1"},{"sectionName":{"t_id":"Featured Desktops","language":{"en_us":"Featured Desktops","en":""},"id":"Pagedd58b9cf-6f33-4d45-995d-27e6a081bd82"},"cardList":[{"image":{"t_id":"//p2-ofp.static.pub/ShareResource/na/laptops-splitter/featured-card/lenovo-legion-tower-7.png","language":{"en_us":"//p2-ofp.static.pub/ShareResource/na/laptops-splitter/featured-card/lenovo-legion-tower-7.png","en":"//p2-ofp.static.pub/ShareResource/na/laptops-splitter/featured-card/lenovo-legion-tower-7.png"},"id":"Pagee0ffefdc-9c28-4828-ae99-a3075643bcda"},"weight":"","productNumber":{"t_id":"len102g0007","language":{"en_us":"len102g0007","en":""},"id":"Page581d48b3-8380-430c-b542-c89d6f1b4b3f"},"cardLinkVal":[],"imageAlt":{"t_id":"Legion Tower 7i Gen 8","language":{"en_us":"Legion Tower 7i Gen 8","en":"Legion Tower 7i Gen 8"},"id":"Page1514cec6-b41a-43bc-bf05-ec3f9070aaa5"},"productName":"","cardLinkVals":[],"cardLink":"key","rolloverText":"","cardid":1676367066828,"hoverEffect":false,"productctaURL":{"t_id":"/p/desktops/legion-desktops/legion-t-series-towers/legion-tower-7i-gen-8-(intel)/len102g0007??IPromoID=LEN387236","language":{"en_us":"/p/desktops/legion-desktops/legion-t-series-towers/legion-tower-7i-gen-8-(intel)/len102g0007??IPromoID=LEN387236","en":""},"id":"Page20e30468-3c8d-4dcf-8875-82c983ff541a"},"cardLinks":"key","productcta":"","productDescription":""},{"image":{"t_id":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-ideacentre-mini-1l-intel.png","language":{"en_us":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-ideacentre-mini-1l-intel.png","en":"//p2-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-ideacentre-mini-1l-intel.png"},"id":"Page5dc148dc-1442-4b5b-bce6-584ac554021e"},"weight":"","productNumber":{"t_id":"len102d0032","language":{"en_us":"len102d0032","en":"len102d0032"},"id":"Page127f0555-b6ce-44f1-88eb-6048e9a0d26e"},"cardLinkVal":[],"imageAlt":{"t_id":"IdeaCentre Mini (1L Intel) Desktop","language":{"en_us":"IdeaCentre Mini (1L Intel) Desktop","en":"IdeaCentre Mini (1L Intel) Desktop"},"id":"Page3b8b6872-9dd7-4054-827c-157b132a396c"},"productName":{"t_id":"IdeaCentre Mini (1L Intel) Desktop","language":{"en_us":"IdeaCentre Mini (1L Intel) Desktop","en":"IdeaCentre Mini (1L Intel) Desktop"},"id":"Pagecd0198d4-eb83-4ef6-9287-a29d0cc5db74"},"cardLinkVals":[],"cardLink":"key","rolloverText":"","cardid":1676367138269,"hoverEffect":false,"productctaURL":{"t_id":"/p/desktops/ideacentre/500-series/ideacentre-mini-gen-8-(1l-intel)/len102d0032","language":{"en_us":"/p/desktops/ideacentre/500-series/ideacentre-mini-gen-8-(1l-intel)/len102d0032","en":"/p/desktops/ideacentre/500-series/ideacentre-mini-gen-8-(1l-intel)/len102d0032"},"id":"Page1ef0d1b8-12a9-4b40-854a-9a03f36cb683"},"cardLinks":"key","productcta":"","productDescription":""},{"image":{"t_id":"https://p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png","language":{"en_us":"https://p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png","en":"https://p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png"},"id":"Pagec2b15b17-bef4-445a-9867-facce9007af6"},"weight":"","productNumber":{"t_id":"len102c0054","language":{"en_us":"len102c0054","en":"len102c0054"},"id":"Page75e3076e-390d-458f-986d-2f5c04f91728"},"cardLinkVal":[],"imageAlt":{"t_id":"A Lenovo ThinkCentre Tiny Dekstops placed on white background","language":{"en_us":"A Lenovo ThinkCentre Tiny Dekstops placed on white background","en":"A Lenovo ThinkCentre Tiny Dekstops placed on white background"},"id":"Paged0422905-b2ce-40e9-8de3-bbd33871519f"},"productName":{"t_id":"ThinkCentre M90q Gen 5","language":{"en_us":"ThinkCentre M90q Gen 5","en":"ThinkCentre M90q Gen 5"},"id":"Pagee109097a-4729-4872-ba04-f5df2ce87f45"},"cardLinkVals":[],"cardLink":"key","rolloverText":"","cardid":1676367238060,"hoverEffect":false,"productctaURL":{"t_id":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m90q-gen-5-(intel)-tiny-pc/len102c0054","language":{"en_us":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m90q-gen-5-(intel)-tiny-pc/len102c0054","en":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m90q-gen-5-(intel)-tiny-pc/len102c0054"},"id":"Page76b025ee-1150-4ceb-a149-e4b598772fc6"},"cardLinks":"key","productcta":"","productDescription":""},{"image":{"t_id":"https://p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkstation-p360-tiny.png","language":{"en_us":"https://p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkstation-p360-tiny.png","en":""},"id":"Page3e5c9bde-6610-4ea6-83aa-56d0d7b6d4cd"},"weight":"","productNumber":{"t_id":"len102s0015","language":{"en_us":"len102s0015","en":""},"id":"Pagea1c38c75-e464-4bac-b1ed-a0fd07094f9a"},"cardLinkVal":[],"imageAlt":{"t_id":"Lenovo ThinkStation P3 Tiny","language":{"en_us":"Lenovo ThinkStation P3 Tiny","en":""},"id":"Page2c6e783a-0f76-48ff-9f35-1559f03d4cea"},"productName":{"t_id":"","language":{},"id":""},"cardLinkVals":[],"cardLink":"key","rolloverText":"","cardid":1676367369755,"hoverEffect":false,"productctaURL":{"t_id":"/p/workstations/thinkstation-p-series/thinkstation-p3-tiny-workstation/len102s0015?IPromoID=LEN785547","language":{"en_us":"/p/workstations/thinkstation-p-series/thinkstation-p3-tiny-workstation/len102s0015?IPromoID=LEN785547","en":""},"id":"Page51036b00-d718-47fc-82c5-babe9ecc7490"},"cardLinks":"key","productcta":"","productDescription":""},{"image":{"t_id":"//p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png","language":{"en_us":"//p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png","en":"//p3-ofp.static.pub/ShareResource/na/desktops-splitter/featured-products/lenovo-thinkcentre-m70q-gen-4-tiny.png"},"id":"Pagea6f5e1bc-e282-42c7-8ccd-c651dc9ae5c1"},"weight":"","productNumber":{"t_id":"len102c0052","language":{"en_us":"len102c0052","en":"len102c0052"},"id":"Page36987e10-98fd-4e17-aff8-881523d0e1d9"},"cardLinkVal":[],"imageAlt":{"t_id":"A Lenovo ThinkCentre M70q gen4 tiny on white background","language":{"en_us":"A Lenovo ThinkCentre M70q gen4 tiny on white background","en":"A Lenovo ThinkCentre M70q gen4 tiny on white background"},"id":"Pagecdb1d17b-5bf3-427d-b569-f3312a16a4f9"},"productName":"","cardLinkVals":[],"cardLink":"key","rolloverText":"","cardid":1676367528133,"hoverEffect":false,"productctaURL":{"t_id":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m70q-gen-5-tiny-intel/len102c0052?IPromoID=LEN851008","language":{"en_us":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m70q-gen-5-tiny-intel/len102c0052?IPromoID=LEN851008","en":"/p/desktops/thinkcentre/m-series-tiny/lenovo-thinkcentre-m70q-gen-5-tiny-intel/len102c0052?IPromoID=LEN851008"},"id":"Page57376d17-a42d-4461-8a47-55bf62b10dbe"},"cardLinks":"key","productcta":"","productDescription":""}],"cardType":"5"},{"sectionName":{"t_id":"Search by Price","language":{"en_us":"Search by Price","en":"Search by Price"},"id":"Paged2aa528b-c781-4a98-b372-acc47024b654"},"cardList":[{"image":"","facetKey":"727","facetVal":"300.0-499.991","weight":"","cardLinkVal":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"imageAlt":"","url":{"t_id":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=727%3A100.0-299.991%2C300.0-499.991&IPromoID=LEN137896","language":{"en_us":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=727%3A100.0-299.991%2C300.0-499.991&IPromoID=LEN137896","en":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=727%3A100.0-299.991%2C300.0-499.991&IPromoID=LEN137896"},"id":"Paged5a0830d-a291-4735-b232-6a5d6286842a"},"cardLinkVals":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EUnder%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24499.99%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EUnder%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24499.99%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EUnder%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24499.99%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Pagec761519c-49bc-47ba-8517-63170288fbf8"},"rolloverText":"","hoverEffect":false,"NewPage":false},{"image":"","facetKey":"727","facetVal":"800.0-999.991","weight":"","cardLinkVal":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"imageAlt":"","url":{"t_id":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=727%3A500.0-799.991%2C800.0-999.991&IPromoID=LEN430812","language":{"en_us":"/desktops/subseries-results?sortBy=bestSelling&visibleDatas=727%3A500.0-799.991%2C800.0-999.991&IPromoID=LEN430812","en":""},"id":"Paged5e4720c-2ab6-4c95-8633-b5fbf82251d3"},"cardLinkVals":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24500%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24999.99%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24500%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24999.99%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24500%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%24999.99%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Pageaab1ba76-0224-41b1-ae57-e4e0c5b93fe5"},"rolloverText":"","hoverEffect":false,"NewPage":false},{"image":"","facetKey":"727","facetVal":"1000.0-1499.991","weight":"","cardLinkVal":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"imageAlt":"","url":{"t_id":"/desktops/subseries-results?visibleDatas=727%3A1000.0-1499.991&IPromoID=LEN561365","language":{"en_us":"/desktops/subseries-results?visibleDatas=727%3A1000.0-1499.991&IPromoID=LEN561365","en":"/desktops/subseries-results?visibleDatas=727%3A1000.0-1499.991&IPromoID=LEN561365"},"id":"Page8a77278d-c5b3-4744-9c86-8df7149b1f85"},"cardLinkVals":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C000%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C499.99%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C000%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C499.99%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C000%20-%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C499.99%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Page758b9f32-ef71-43bd-98d8-7c17e137cd38"},"rolloverText":"","hoverEffect":false,"NewPage":false},{"image":"","facetKey":"727","facetVal":"1500.0-1999.991","weight":"","cardLinkVal":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"imageAlt":"","url":{"t_id":"/desktops/subseries-results?visibleDatas=727%3A1500.0-1999.991%2C2000.0-4999.991%2C5000.0-9999.991&sortBy=bestSelling&IPromoID=LEN866072","language":{"en_us":"/desktops/subseries-results?visibleDatas=727%3A1500.0-1999.991%2C2000.0-4999.991%2C5000.0-9999.991&sortBy=bestSelling&IPromoID=LEN866072","en":"/desktops/subseries-results?visibleDatas=727%3A1500.0-1999.991%2C2000.0-4999.991%2C5000.0-9999.991&sortBy=bestSelling&IPromoID=LEN866072"},"id":"Page3e7f8d1e-4560-4b86-a156-045b43dcaef7"},"cardLinkVals":[{"name":"$1,000-$1,499.99","active":"","value":"1000.0-1499.991"},{"name":"$1,500-$1,999.99","active":"","value":"1500.0-1999.991"},{"name":"$100-$299.99","active":"","value":"100.0-299.991"},{"name":"$2,000-$4,999.99","active":"","value":"2000.0-4999.991"},{"name":"$300-$499.99","active":"","value":"300.0-499.991"},{"name":"$5,000+","active":"","value":"5000.0-9999.991"},{"name":"$500-$799.99","active":"","value":"500.0-799.991"},{"name":"$800-$999.99","active":"","value":"800.0-999.991"}],"cardLink":"url","text1":{"t_id":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EOver%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C500%3C%2Fspan%3E%3C%2Fp%3E","language":{"en_us":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EOver%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C500%3C%2Fspan%3E%3C%2Fp%3E","en":"%3Cp%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3EOver%26nbsp%3B%3C%2Fspan%3E%3Cspan%20style%3D%22color%3A%20rgb(79%2C%20129%2C%20189)%3B%22%3E%241%2C500%3C%2Fspan%3E%3C%2Fp%3E"},"id":"Page5bbdb297-0cb7-40d8-9e95-dca7bd2369b0"},"rolloverText":"","hoverEffect":false,"NewPage":false}],"cardType":"2"}]},"robots":"","adobeCategory":"","expandToggle":"0","type2":"","pageComponentDataLangCode":"en_us","navposkey":"pc_nav","subtaxonmy":"desktops","productNumber":"","canonical":"","dlpDynamicField":[{"value":"","key":"saleNameVariable"},{"value":"","key":"endDateVariable"},{"value":"","key":"subjectVariablePlural"},{"value":"","key":"heroCopyVariable"}],"pageId":"8a9cb532-77f5-477e-a0f3-e1dd031cc9e0","type1":"","jsFile":"","targetUserExclude":"NULL","contactUsContent":"","highlightToggle":"0","currencySwitchToggle":"1","contactUsValidTime":"","tplId":"0537b832-d7f1-4cdc-a152-7b89a51a4777","pageComponentUuid":"eb1e5b2bb709f-41f2-9678-bfd9376a4f36","asyncLoadComponent":"0","tabletAsyncCompPosition":"99","fpsToggle":"0","urlPrefix":"AAAAAAAFAAAA","adobetoggle":"0","description":{"t_id":"Shop for desktop computers at Lenovo. Build and customize your desktop PC, computer with our easy-to-use configurator. âï¸ FREE Shipping.","language":{"en_us":"Shop for desktop computers at Lenovo. Build and customize your desktop PC, computer with our easy-to-use configurator. âï¸ FREE Shipping.","en":"Shop for desktop computers at Lenovo. Build and customize your desktop PC, computer with our easy-to-use configurator. âï¸ FREE Shipping."},"id":"Page4b5a011f-840a-4d18-80f1-f3b26b67abd8"},"h1":{"t_id":"Desktop Computers","language":{"en_us":"Desktop Computers","en":""},"id":"Page4a114a0a-793c-42e0-befd-43a009d2e2fa"},"h2":{"t_id":"Desktop PCs","language":{"en_us":"Desktop PCs","en":"Desktop PCs"},"id":"Pageb06e99b1-44f2-4f3c-9e20-aa12f7d1a5e5"},"h3":{"t_id":"Shop Computers","language":{"en_us":"Shop Computers","en":"Shop Computers"},"id":"Page15148361-9f24-4bd7-99d2-18a6c17f4348"},"title":{"t_id":"Desktop Computers | Desktop PCs","language":{"en_us":"Desktop Computers | Desktop PCs","en":"Desktop Computers | Desktop PCs"},"id":"Pagea7030112-7be0-4218-a227-33fbb4c86b12"},"urlEdit":0,"userSegment":"","pagetype2":"","contactUsTime":"","contactUsToggle2":"2","pagetype1":"Desktops","metaData":[],"tooltipStyle":"icon","pcAsyncCompPosition":"99","theme":"","seriesPageCategoryCode":"","pageTypeName":"Splitter Page","contactUsHeadline":"","contactUsToggle":"1","mobileAsyncCompPosition":"2","platformField":{"value":"Flash","key":"platform"},"thirdPartyThumbnailImg":"","uri":"/desktops/index.html","productSegment":"idg","subjectVariable":"","backgroundImgHeight":"100%","robotsSelectName":"","contactUsFlyOut":"0","backgroundColors":"#ffffff","targetUser":"0"});
}
})
function getWeight(search,callback){
var max = search.cardList.length - 1;
for (var j = 0; j < max; j++) {
for (var i = 0; i < max - j; i++) {
if(search.cardList[i].weight == '' || !Number(search.cardList[i].weight.t_id)) {
search.cardList[i].weight = {t_id:''};
search.cardList[i].weight.t_id = 1;
}
if (Number(search.cardList[i].weight.t_id) < Number(search.cardList[i + 1].weight.t_id)) {
var temp = search.cardList[i];
search.cardList[i] = search.cardList[i + 1];
search.cardList[i + 1] = temp;
}
}
}
callback(search);
}
function getEncode(value) {
return encodeURIComponent(value);
}