Paw Patrol

Търсене по кученце

Chase
Chase
Skye
Skye
Marshal
Marshal
Rubble
Rubble
Rocky
Rocky
Zuma
Zuma
Everest
Everest
Филтри
на страница

3 продукта

if (document.location.href.includes("heroes=1597")) { const chase = document.querySelector('#chase img'); chase.style.boxShadow = '0px 0px 10px royalblue'; const caption = document.querySelector('#chase + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1598")) { const skye = document.querySelector('#skye img'); skye.style.boxShadow = '0px 0px 10px purple'; const caption = document.querySelector('#skye + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1599")) { const marshal = document.querySelector('#marshal img'); marshal.style.boxShadow = '0px 0px 10px red'; const caption = document.querySelector('#marshal + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1600")) { const rubble = document.querySelector('#rubble img'); rubble.style.boxShadow = '0px 0px 10px orange'; const caption = document.querySelector('#rubble + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1601")) { const rocky = document.querySelector('#rocky img'); rocky.style.boxShadow = '0px 0px 10px forestgreen'; const caption = document.querySelector('#rocky + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1602")) { const zuma = document.querySelector('#zuma img'); zuma.style.boxShadow = '0px 0px 10px orangered'; const caption = document.querySelector('#zuma + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } } if (document.location.href.includes("heroes=1603")) { const everest = document.querySelector('#everest img'); everest.style.boxShadow = '0px 0px 10px -2px mediumblue'; const caption = document.querySelector('#everest + figcaption'); if (caption) { caption.style.color = 'orange'; caption.style.fontWeight = 'bold'; } }