

@charset 8220;UTF-88221;;
.efw {
position: relative; }
.efw.editable {
outline: 1px solid #ff3264; }
.efw.editable:after {
display: block;
content: 8220;Widget #8221; attr(data-widget-id);
background: #ff3264;
position: absolute;
right: 0;
top: -2em;
line-height: 2em;
padding: 0 10px;
color: #fff; }
.efw .efw_productImage {
display: block;
flex-basis: 120px;
flex-grow: 0;
flex-shrink: 0;
width: 120px;
height: 120px;
padding: 0 5px;
box-sizing: content-box;
background-color: #fff;
overflow: hidden; }
.efw img.efw_productImage_image {
position: relative;
width: 120px;
height: 120px;
object-fit: contain;
object-position: center center; }
.efw .efw_productImage-manualZoom {
width: 130px;
height: 130px;
padding: 0; }
.efw .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto;
max-width: 100%;
transform-origin: top left; }
.efw .efw_carousel {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_carousel_title {
margin: 20px 0; }
.efw .efw_carousel_cta {
margin-bottom: 4px;
width: auto; }
.efw .efw_femail_body {
display: flex; }
.efw img.efw_femail_leadImage {
flex-basis: 200px;
flex-grow: 0;
flex-shrink: 0;
width: auto;
height: auto;
margin: 0;
margin-bottom: auto;
margin-right: 15px; }
.efw .efw_femail_title {
font-size: 2em;
line-height: 1.2em;
margin: 0 0 calc(10px 8211; 0.2em);
transform: translate3d(0, -0.2em, 0); }
.efw .efw_femail_featured_product {
float: right;
margin: 10px; }
.efw .efw_femail_featured_product .efw_femail_product_cta {
border-color: #00f;
box-shadow: 5px 5px 0 0 #00f;
color: #00f; }
.efw .efw_femail_featured_product .efw_femail_product_cta:hover {
color: #55f;
border-color: #55f;
box-shadow: 5px 5px 0 0 #55f; }
.efw .efw_femail_products {
display: flex;
justify-content: space-around;
margin-top: 30px; }
.efw .efw_femail_product {
display: block;
width: 150px;
font-size: 0.8em; }
.efw img.efw_femail_product_image {
width: 150px;
height: 150px;
object-fit: cover;
object-position: 0 0;
margin: 0; }
.efw .efw_femail_product_title {
height: 2.8em;
line-height: 1.4em;
overflow: hidden;
margin: 5px 5px 0;
font-size: 1em; }
.efw .efw_femail_product_price {
font-size: 1em;
line-height: 1.4em;
margin: 0 5px; }
.efw .efw_femail_product_cta {
display: block;
padding: 10px 0;
margin: 7px 5px 5px 0;
border: 1px solid #b4c5cc;
box-shadow: 5px 5px 0 0 #b4c5cc;
text-align: center;
color: #b4c5cc; }
.efw .efw_femail_product_cta:hover {
color: #d2dce1;
border-color: #d2dce1;
box-shadow: 5px 5px 0 0 #d2dce1; }
/** variables **/
.efw .efw_editorPick {
display: block;
float: right;
margin: 0 0 15px 15px;
width: 300px;
background-color: #f9f9f9; }
.efw .efw_editorPick_heading {
display: block;
margin-top: 0;
margin-bottom: 0;
padding: 0.5em;
background: #3f3f3f;
color: #fff;
font-size: 0.8em;
text-transform: uppercase; }
.efw .efw_editorPick_product {
display: block;
padding: 10px 5px;
/* all children except the first one */ }
.efw .efw_editorPick_product + .efw_editorPick_product {
border-top: 1px dotted #bbb; }
.efw .efw_editorPick_body,
.efw .efw_editorPick_cta {
margin-top: 5px; }
.efw .efw_editorPick_content {
display: flex; }
.efw .efw_editorPick .efw_productImage {
background: transparent;
margin: auto 5px;
width: 80px;
height: 80px;
flex-basis: 80px; }
.efw .efw_editorPick .efw_productImage img.efw_productImage_image {
width: 80px;
height: 80px;
margin-bottom: 0; }
.efw .efw_editorPick_texts {
min-width: 0;
padding: 0 10px; }
.efw .efw_editorPick_title,
.efw .efw_editorPick_body {
display: block;
word-wrap: break-word; }
.efw .efw_editorPick_title {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin: 0; }
.efw .efw_editorPick_body {
font-size: 12px;
line-height: 1.4; }
.efw .efw_editorPick_body p {
margin: 0 0 0.6em; }
.efw .efw_editorPick_body p:last-child {
margin: 0; }
.efw .efw_editorPick_price {
font-size: 20px;
font-weight: 700;
margin-top: 0; }
.efw .efw_editorPick_cta {
font-size: 15px;
padding: 0.75em;
text-align: center;
text-transform: uppercase;
width: 100%; }
@media (max-width: 450px) {
.efw.efw_floating {
float: none;
margin: 5px 0; }
.efw .efw_editorPick_product {
padding: 0 3px; }
.efw .efw_editorPick_texts {
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 265px) {
.efw .efw_editorPick_content {
display: block; }
.efw .efw_editorPick .efw_productImage {
display: block;
margin: 5px auto;
padding-left: 0; } }
.efw .efw_grid {
display: block;
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_grid_product {
position: relative;
display: inline-block;
width: calc(33.333% 8211; 6px);
margin-right: 9px;
margin-bottom: 10px;
vertical-align: top; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 0; }
.efw .efw_grid_product_square {
position: relative;
display: block;
background: #fff; }
.efw .efw_grid_product_square:before {
content: 8221;;
display: block;
padding-top: 100%; }
.efw .efw_grid .efw_productImage {
position: absolute;
left: 0;
top: 0;
width: calc(100% 8211; 10px);
height: calc(100% 8211; 10px); }
.efw .efw_grid img.efw_productImage_image {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto; }
.efw .efw_grid_title {
display: block;
margin: 10px 0 30px;
line-height: 1.4em;
font-size: 16px; }
.efw .efw_grid_retailer {
display: inline; }
@media (max-width: 450px) {
.efw .efw_grid_product {
width: calc(50% 8211; 5px);
margin-right: 10px; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 10px; }
.efw .efw_grid_product:nth-child(2n + 2) {
margin-right: 0; } }
.efw .efw_hero {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_hero_product {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
padding-bottom: 30px; }
.efw .efw_hero_product:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0; }
.efw .efw_hero_productImage {
display: block;
width: 40%; }
.efw .efw_hero_productImage img {
margin: 0; }
.efw .efw_hero_content {
display: block;
width: 60%;
padding-left: 20px; }
.efw .efw_hero_title,
.efw .efw_hero_price,
.efw .efw_hero_retailer,
.efw .efw_hero_cta,
.efw .efw_hero_details {
display: block;
margin: 0 0 10px;
font-size: 1em; }
.efw .efw_hero_title {
font-size: 1.1em; }
.efw .efw_hero_cta {
text-transform: lowercase; }
.efw .efw_hero_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
.efw .efw_stacked_heading {
margin: 0;
padding: 5px 10px;
line-height: 1.7em;
background: #3f3f3f;
color: #fff; }
.efw .efw_stacked_product {
display: flex;
width: 100%;
padding: 15px 0;
align-items: center;
border-bottom: 1px solid #ddd; }
.efw .efw_stacked_product:last-child {
border-bottom: 0; }
.efw .efw_stacked_content {
flex-grow: 1;
margin-left: 10px; }
.efw .efw_stacked_title,
.efw .efw_stacked_body {
display: block;
width: 100%; }
.efw .efw_stacked_title {
margin: 0 0 0.6em;
font-size: 1em; }
.efw .efw_stacked_body {
font-size: 0.9em; }
.efw .efw_stacked_body p {
margin: 0 0 0.6em; }
.efw .efw_stacked_body p:last-child {
margin-bottom: 0; }
.efw .efw_stacked_cta {
float: right;
text-transform: uppercase; }
.efw .efw_stacked_retailer {
float: right;
margin-right: 10px;
font-size: 0.9em;
line-height: 1.2857142857em; }
.efw .efw_stacked_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
@media (max-width: 500px) {
.efw .efw_stacked_product {
display: block;
padding-bottom: 50px; }
.efw .efw_stacked .efw_productImage {
float: left; } }
@media (max-width: 300px) {
.efw .efw_stacked_product {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px; }
.efw .efw_stacked_retailer {
display: none; }
.efw .efw_stacked_cta {
display: block;
float: none;
margin-top: 10px;
text-align: center; } }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: 8220;8221;;
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir=8221;rtl8221;] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url(8220;../../../node_modules/slick-carousel/slick/ajax-loader.gif8221😉 center center no-repeat; }
/* Icons */
@font-face {
font-family: 8220;slick8221;;
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot8221;);
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix8221😉 format(8220;embedded-opentype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.woff8221😉 format(8220;woff8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.ttf8221😉 format(8220;truetype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick8221😉 format(8220;svg8221;);
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: 8220;slick8221;;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir=8221;rtl8221;] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: 8220;←8221;; }
[dir=8221;rtl8221;] .slick-prev:before {
content: 8220;→8221;; }
.slick-next {
right: -25px; }
[dir=8221;rtl8221;] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: 8220;→8221;; }
[dir=8221;rtl8221;] .slick-next:before {
content: 8220;←8221;; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: 8220;•8221;;
width: 20px;
height: 20px;
font-family: 8220;slick8221;;
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
.slick-prev:before,
.slick-next:before {
position: relative;
top: -50px;
font-size: 100px;
line-height: 1em;
font-family: inherit;
color: #000; }
.slick-prev:before {
content: 8216;‹8217;;
left: -20px; }
.slick-next:before {
content: 8216;›8217;; }
.slick-slide:nth-child(4n + 4) {
margin-left: -30px;
transition: margin-left 0.4s;
transition-timing-function: ease-out; }
.slick-slide:nth-child(4n + 4).slick-active {
margin-left: 0; }
.efw .efw_stacked_heading {
padding-left: 35px;
background-repeat: no-repeat;
background-position: 12px center;
background-image: url(8220;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAiCAYAAACA5IOiAAACLUlEQVR4AWIgBcgV75oOxI4MpAJAZ/QAs0cQBGB4a9v9bdu2bdu2bQS1bYa1FTeobfuCWtO5y12y9d43yRvuc5hFlIB9wiYpgt9gDxSBpRhgG+XCudg7EdfLxesxEAuVA70xoDKUg89T8DU2lhXWYUB1lhWqYR9/wdtY8S4aamC6lYc7WWCIWuVhUEEwpfaY0HiMNJ5O/C9GeAUhHj4JM6uPgHrlISDVR6G2aL4jwXmtqj2Uc9Ib8qe3tmNAGk6CR9QqiFCvBX+degg3avx2xcD8wRtD7XsIH3H2el+xBTTUwb4PrzsOuiV7IVytCsJnlYLXnFLIVMqHN1bawDlpAyKpFzTejQmfa5uxDSLmVECkUhU4K5VDjVa2CHVovFCC0RgIuOU0uMeshvDZZRChXA12SmUwoJ8MnDOPdSX4DJvIw5HYXRr7+y8QPpnHDvjmDSYRPKbfmia9tVeC0paDnfsgAt8chthdqQIOWXjT+CD9r88lrFZzBAjeqbtpM/jgovhP9lQug2vW1vSyzGi8CAOjykMvScOpZ6R879N0jfKviUolEKlcBWuMoullDZJfB+FIUndyNME5Hh1v+1xHC57aG8ELB30eSou6i40g/5rXytoRnL14p44/bTie/G84B91GzkE4THeAsAweXIf9ig1Y8ZlfYCcrHI49puANbCgr1sGAKoQJijiIgruYoYgrRPgd05aLl4u4kRlR+Cr2RRE4CvuA5SqCHbCVcswPVuzRH40XEPgAAAAASUVORK5CYII=8221;); }
.efw .efw_stacked_retailer {
line-height: 38px; }
window.__PRELOADED_STATE__ = window.__PRELOADED_STATE__ || [];
window.__PRELOADED_STATE__.push({8220;hasLoaded8221;:true,8221;layout8221;:{8220;type8221;:8221;editor_pick8221;,8221;isExpanded8221;:false,8221;data8221;:{8220;price-29c154a0-76c8-566a-9513-35aa734de0a18243;:8221;£1,4998243;,8221;heading8221;:8221;john lewis LG OLED55B7V deal8221;}},8221;products8221;:[{8220;uuid8221;:8221;29c154a0-76c8-566a-9513-35aa734de0a18243;,8221;title8221;:8221;558243; LG OLED55B7V OLED HDR w/ free soundbar – save £2008243;,8221;image8221;:8221;https://johnlewis.scene7.com/is/image/JohnLewis/236840540?8221;,8221;price8221;:{8220;value8221;:null,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.awin1.com/cread.php?awinaffid=277673&awinmid=1203&clickref=tr-johnlewiscampaign&p=https%3A%2F%2Fwww.johnlewis.com%2Flg-oled55b7v-oled-hdr-4k-ultra-hd-smart-tv-55-inch-with-freeview-play-dolby-atmos-picture-on-metal-design-crescent-stand-silver%2Fp31883968243;,8221;pageTitle8221;:8221;LG OLED55B7V OLED HDR 4K Ultra HD Smart TV, 558243; with Freeview Play, Dolby Atmos, Picture-On-Metal Design & Crescent Stand, Silver at John Lewis8221;,8221;retailer8221;:null,8221;body8221;:8221;You can save a whopping £200 on this superb LG OLED 558243; TV, which delivers superb image quality and includes a free LG soundbar worth £100.8221;,8221;imagePosition8221;:{8220;x8221;:0.041840277777773195,8221;y8221;:0.020920138888883506,8221;scale8221;:1.0041666666666667,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}}],8221;widgetId8221;:293,8221;version8221;:8221;0.1.18243;});
Best TV Deals: If you’re looking for a new TV, you’ve come to the right place. We have all of the best TV deals across a range of brands and retailers. No need to wait for Amazon Prime Day.
With the World Cup now upon us, now’s a great time to pick up the new TV of your dreams. Thankfully, there are some bargains to be had on cheap TVs. This is because 4K TVs have become far more widely available, so much so that you’ll probably struggle to find a TV today that doesn’t support the Ultra HD resolution.
You also might think that looking at 4K TVs for less than £500 will mean opting for unrecognisable brands and sacrificing features like HDR (High Dynamic Range), but that’s not the case. Nowadays, you can get some sensational bargains without breaking the bank.
You can even bag yourself a big-screen TV for a lot less money than you would think, with some 55-inch models coming in south of £500.
So whether you’re looking for a budget-friendly TV or one of the latest top-of-the-range flagship OLED models from Samsung, Sony, LG or Panasonic, there are always discounts to be had if you know the right place to look.
We’ve used our expert knowledge to find the best 4K TV deals that won’t leave you with a severe case of buyer’s remorse or a massive dent in your wallet.
Get a head start on Black Friday with some of the best TV deals broken down by the UK’s biggest retailers.
Jump to: How to choose a 4K TV deal
Best TV Deals of the Week
All prices were correct at time of publication.
@charset 8220;UTF-88221;;
.efw {
position: relative; }
.efw.editable {
outline: 1px solid #ff3264; }
.efw.editable:after {
display: block;
content: 8220;Widget #8221; attr(data-widget-id);
background: #ff3264;
position: absolute;
right: 0;
top: -2em;
line-height: 2em;
padding: 0 10px;
color: #fff; }
.efw .efw_productImage {
display: block;
flex-basis: 120px;
flex-grow: 0;
flex-shrink: 0;
width: 120px;
height: 120px;
padding: 0 5px;
box-sizing: content-box;
background-color: #fff;
overflow: hidden; }
.efw img.efw_productImage_image {
position: relative;
width: 120px;
height: 120px;
object-fit: contain;
object-position: center center; }
.efw .efw_productImage-manualZoom {
width: 130px;
height: 130px;
padding: 0; }
.efw .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto;
max-width: 100%;
transform-origin: top left; }
.efw .efw_carousel {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_carousel_title {
margin: 20px 0; }
.efw .efw_carousel_cta {
margin-bottom: 4px;
width: auto; }
.efw .efw_femail_body {
display: flex; }
.efw img.efw_femail_leadImage {
flex-basis: 200px;
flex-grow: 0;
flex-shrink: 0;
width: auto;
height: auto;
margin: 0;
margin-bottom: auto;
margin-right: 15px; }
.efw .efw_femail_title {
font-size: 2em;
line-height: 1.2em;
margin: 0 0 calc(10px 8211; 0.2em);
transform: translate3d(0, -0.2em, 0); }
.efw .efw_femail_featured_product {
float: right;
margin: 10px; }
.efw .efw_femail_featured_product .efw_femail_product_cta {
border-color: #00f;
box-shadow: 5px 5px 0 0 #00f;
color: #00f; }
.efw .efw_femail_featured_product .efw_femail_product_cta:hover {
color: #55f;
border-color: #55f;
box-shadow: 5px 5px 0 0 #55f; }
.efw .efw_femail_products {
display: flex;
justify-content: space-around;
margin-top: 30px; }
.efw .efw_femail_product {
display: block;
width: 150px;
font-size: 0.8em; }
.efw img.efw_femail_product_image {
width: 150px;
height: 150px;
object-fit: cover;
object-position: 0 0;
margin: 0; }
.efw .efw_femail_product_title {
height: 2.8em;
line-height: 1.4em;
overflow: hidden;
margin: 5px 5px 0;
font-size: 1em; }
.efw .efw_femail_product_price {
font-size: 1em;
line-height: 1.4em;
margin: 0 5px; }
.efw .efw_femail_product_cta {
display: block;
padding: 10px 0;
margin: 7px 5px 5px 0;
border: 1px solid #b4c5cc;
box-shadow: 5px 5px 0 0 #b4c5cc;
text-align: center;
color: #b4c5cc; }
.efw .efw_femail_product_cta:hover {
color: #d2dce1;
border-color: #d2dce1;
box-shadow: 5px 5px 0 0 #d2dce1; }
/** variables **/
.efw .efw_editorPick {
display: block;
float: right;
margin: 0 0 15px 15px;
width: 300px;
background-color: #f9f9f9; }
.efw .efw_editorPick_heading {
display: block;
margin-top: 0;
margin-bottom: 0;
padding: 0.5em;
background: #3f3f3f;
color: #fff;
font-size: 0.8em;
text-transform: uppercase; }
.efw .efw_editorPick_product {
display: block;
padding: 10px 5px;
/* all children except the first one */ }
.efw .efw_editorPick_product + .efw_editorPick_product {
border-top: 1px dotted #bbb; }
.efw .efw_editorPick_body,
.efw .efw_editorPick_cta {
margin-top: 5px; }
.efw .efw_editorPick_content {
display: flex; }
.efw .efw_editorPick .efw_productImage {
background: transparent;
margin: auto 5px;
width: 80px;
height: 80px;
flex-basis: 80px; }
.efw .efw_editorPick .efw_productImage img.efw_productImage_image {
width: 80px;
height: 80px;
margin-bottom: 0; }
.efw .efw_editorPick_texts {
min-width: 0;
padding: 0 10px; }
.efw .efw_editorPick_title,
.efw .efw_editorPick_body {
display: block;
word-wrap: break-word; }
.efw .efw_editorPick_title {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin: 0; }
.efw .efw_editorPick_body {
font-size: 12px;
line-height: 1.4; }
.efw .efw_editorPick_body p {
margin: 0 0 0.6em; }
.efw .efw_editorPick_body p:last-child {
margin: 0; }
.efw .efw_editorPick_price {
font-size: 20px;
font-weight: 700;
margin-top: 0; }
.efw .efw_editorPick_cta {
font-size: 15px;
padding: 0.75em;
text-align: center;
text-transform: uppercase;
width: 100%; }
@media (max-width: 450px) {
.efw.efw_floating {
float: none;
margin: 5px 0; }
.efw .efw_editorPick_product {
padding: 0 3px; }
.efw .efw_editorPick_texts {
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 265px) {
.efw .efw_editorPick_content {
display: block; }
.efw .efw_editorPick .efw_productImage {
display: block;
margin: 5px auto;
padding-left: 0; } }
.efw .efw_grid {
display: block;
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_grid_product {
position: relative;
display: inline-block;
width: calc(33.333% 8211; 6px);
margin-right: 9px;
margin-bottom: 10px;
vertical-align: top; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 0; }
.efw .efw_grid_product_square {
position: relative;
display: block;
background: #fff; }
.efw .efw_grid_product_square:before {
content: 8221;;
display: block;
padding-top: 100%; }
.efw .efw_grid .efw_productImage {
position: absolute;
left: 0;
top: 0;
width: calc(100% 8211; 10px);
height: calc(100% 8211; 10px); }
.efw .efw_grid img.efw_productImage_image {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto; }
.efw .efw_grid_title {
display: block;
margin: 10px 0 30px;
line-height: 1.4em;
font-size: 16px; }
.efw .efw_grid_retailer {
display: inline; }
@media (max-width: 450px) {
.efw .efw_grid_product {
width: calc(50% 8211; 5px);
margin-right: 10px; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 10px; }
.efw .efw_grid_product:nth-child(2n + 2) {
margin-right: 0; } }
.efw .efw_hero {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_hero_product {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
padding-bottom: 30px; }
.efw .efw_hero_product:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0; }
.efw .efw_hero_productImage {
display: block;
width: 40%; }
.efw .efw_hero_productImage img {
margin: 0; }
.efw .efw_hero_content {
display: block;
width: 60%;
padding-left: 20px; }
.efw .efw_hero_title,
.efw .efw_hero_price,
.efw .efw_hero_retailer,
.efw .efw_hero_cta,
.efw .efw_hero_details {
display: block;
margin: 0 0 10px;
font-size: 1em; }
.efw .efw_hero_title {
font-size: 1.1em; }
.efw .efw_hero_cta {
text-transform: lowercase; }
.efw .efw_hero_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
.efw .efw_stacked_heading {
margin: 0;
padding: 5px 10px;
line-height: 1.7em;
background: #3f3f3f;
color: #fff; }
.efw .efw_stacked_product {
display: flex;
width: 100%;
padding: 15px 0;
align-items: center;
border-bottom: 1px solid #ddd; }
.efw .efw_stacked_product:last-child {
border-bottom: 0; }
.efw .efw_stacked_content {
flex-grow: 1;
margin-left: 10px; }
.efw .efw_stacked_title,
.efw .efw_stacked_body {
display: block;
width: 100%; }
.efw .efw_stacked_title {
margin: 0 0 0.6em;
font-size: 1em; }
.efw .efw_stacked_body {
font-size: 0.9em; }
.efw .efw_stacked_body p {
margin: 0 0 0.6em; }
.efw .efw_stacked_body p:last-child {
margin-bottom: 0; }
.efw .efw_stacked_cta {
float: right;
text-transform: uppercase; }
.efw .efw_stacked_retailer {
float: right;
margin-right: 10px;
font-size: 0.9em;
line-height: 1.2857142857em; }
.efw .efw_stacked_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
@media (max-width: 500px) {
.efw .efw_stacked_product {
display: block;
padding-bottom: 50px; }
.efw .efw_stacked .efw_productImage {
float: left; } }
@media (max-width: 300px) {
.efw .efw_stacked_product {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px; }
.efw .efw_stacked_retailer {
display: none; }
.efw .efw_stacked_cta {
display: block;
float: none;
margin-top: 10px;
text-align: center; } }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: 8220;8221;;
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir=8221;rtl8221;] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url(8220;../../../node_modules/slick-carousel/slick/ajax-loader.gif8221😉 center center no-repeat; }
/* Icons */
@font-face {
font-family: 8220;slick8221;;
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot8221;);
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix8221😉 format(8220;embedded-opentype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.woff8221😉 format(8220;woff8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.ttf8221😉 format(8220;truetype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick8221😉 format(8220;svg8221;);
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: 8220;slick8221;;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir=8221;rtl8221;] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: 8220;←8221;; }
[dir=8221;rtl8221;] .slick-prev:before {
content: 8220;→8221;; }
.slick-next {
right: -25px; }
[dir=8221;rtl8221;] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: 8220;→8221;; }
[dir=8221;rtl8221;] .slick-next:before {
content: 8220;←8221;; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: 8220;•8221;;
width: 20px;
height: 20px;
font-family: 8220;slick8221;;
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
.slick-prev:before,
.slick-next:before {
position: relative;
top: -50px;
font-size: 100px;
line-height: 1em;
font-family: inherit;
color: #000; }
.slick-prev:before {
content: 8216;‹8217;;
left: -20px; }
.slick-next:before {
content: 8216;›8217;; }
.slick-slide:nth-child(4n + 4) {
margin-left: -30px;
transition: margin-left 0.4s;
transition-timing-function: ease-out; }
.slick-slide:nth-child(4n + 4).slick-active {
margin-left: 0; }
.efw .efw_stacked_heading {
padding-left: 35px;
background-repeat: no-repeat;
background-position: 12px center;
background-image: url(8220;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAiCAYAAACA5IOiAAACLUlEQVR4AWIgBcgV75oOxI4MpAJAZ/QAs0cQBGB4a9v9bdu2bdu2bQS1bYa1FTeobfuCWtO5y12y9d43yRvuc5hFlIB9wiYpgt9gDxSBpRhgG+XCudg7EdfLxesxEAuVA70xoDKUg89T8DU2lhXWYUB1lhWqYR9/wdtY8S4aamC6lYc7WWCIWuVhUEEwpfaY0HiMNJ5O/C9GeAUhHj4JM6uPgHrlISDVR6G2aL4jwXmtqj2Uc9Ib8qe3tmNAGk6CR9QqiFCvBX+degg3avx2xcD8wRtD7XsIH3H2el+xBTTUwb4PrzsOuiV7IVytCsJnlYLXnFLIVMqHN1bawDlpAyKpFzTejQmfa5uxDSLmVECkUhU4K5VDjVa2CHVovFCC0RgIuOU0uMeshvDZZRChXA12SmUwoJ8MnDOPdSX4DJvIw5HYXRr7+y8QPpnHDvjmDSYRPKbfmia9tVeC0paDnfsgAt8chthdqQIOWXjT+CD9r88lrFZzBAjeqbtpM/jgovhP9lQug2vW1vSyzGi8CAOjykMvScOpZ6R879N0jfKviUolEKlcBWuMoullDZJfB+FIUndyNME5Hh1v+1xHC57aG8ELB30eSou6i40g/5rXytoRnL14p44/bTie/G84B91GzkE4THeAsAweXIf9ig1Y8ZlfYCcrHI49puANbCgr1sGAKoQJijiIgruYoYgrRPgd05aLl4u4kRlR+Cr2RRE4CvuA5SqCHbCVcswPVuzRH40XEPgAAAAASUVORK5CYII=8221;); }
.efw .efw_stacked_retailer {
line-height: 38px; }
window.__PRELOADED_STATE__ = window.__PRELOADED_STATE__ || [];
window.__PRELOADED_STATE__.push({8220;hasLoaded8221;:true,8221;layout8221;:{8220;type8221;:8221;stacked8221;,8221;isExpanded8221;:false,8221;data8221;:{8220;title-7ed001cb-95d6-5bee-8361-5d23156803f08243;:8221;Panasonic TX50EX750B 508243; 4K Ultra HD Smart LED TV | Now £579 (use code CT50)8221;,8221;body-7ed001cb-95d6-5bee-8361-5d23156803f08243;:8221;You can bag this excellent TV for a bargain price. We reviewed the 65-inch model for considerably more money and awarded it 8/10 Recommended. Be sure to use the code CT50 to get it for this price.8221;,8221;heading8221;:8221;Best Co-op Electricals TV Deals8221;}},8221;products8221;:[{8220;uuid8221;:8221;7ed001cb-95d6-5bee-8361-5d23156803f08243;,8221;title8221;:8221;Panasonic TX50EX750B 508243; 4K Ultra HD Smart LED TV8221;,8221;image8221;:8221;https://electrical.coop.co.uk/globalassets/upload/pan-led-tx50ex750b-s.png?width=7408243;,8221;price8221;:{8220;value8221;:62900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://www.awin1.com/cread.php?awinmid=1915&awinaffid=277673&clickref=tr-4ktvs&p=https%3A%2F%2Felectrical.coop.co.uk%2Ftv-audio%2Ftvs%2Fled-tvs%2Fpanasonic-tx50ex750b-50-4k-ultra-hd-smart-led-tv-pan-led-tx50ex750b-s%2F8221;,8221;pageTitle8221;:8221;Buy Panasonic TX50EX750B 508243; 4K Ultra HD Smart LED TV | Co-op Electrical8221;,8221;retailer8221;:8221;Co-op Electricals8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0,8221;y8221;:0,8221;scale8221;:1,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}}],8221;widgetId8221;:287,8221;version8221;:8221;0.1.18243;});
@charset 8220;UTF-88221;;
.efw {
position: relative; }
.efw.editable {
outline: 1px solid #ff3264; }
.efw.editable:after {
display: block;
content: 8220;Widget #8221; attr(data-widget-id);
background: #ff3264;
position: absolute;
right: 0;
top: -2em;
line-height: 2em;
padding: 0 10px;
color: #fff; }
.efw .efw_productImage {
display: block;
flex-basis: 120px;
flex-grow: 0;
flex-shrink: 0;
width: 120px;
height: 120px;
padding: 0 5px;
box-sizing: content-box;
background-color: #fff;
overflow: hidden; }
.efw img.efw_productImage_image {
position: relative;
width: 120px;
height: 120px;
object-fit: contain;
object-position: center center; }
.efw .efw_productImage-manualZoom {
width: 130px;
height: 130px;
padding: 0; }
.efw .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto;
max-width: 100%;
transform-origin: top left; }
.efw .efw_carousel {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_carousel_title {
margin: 20px 0; }
.efw .efw_carousel_cta {
margin-bottom: 4px;
width: auto; }
.efw .efw_femail_body {
display: flex; }
.efw img.efw_femail_leadImage {
flex-basis: 200px;
flex-grow: 0;
flex-shrink: 0;
width: auto;
height: auto;
margin: 0;
margin-bottom: auto;
margin-right: 15px; }
.efw .efw_femail_title {
font-size: 2em;
line-height: 1.2em;
margin: 0 0 calc(10px 8211; 0.2em);
transform: translate3d(0, -0.2em, 0); }
.efw .efw_femail_featured_product {
float: right;
margin: 10px; }
.efw .efw_femail_featured_product .efw_femail_product_cta {
border-color: #00f;
box-shadow: 5px 5px 0 0 #00f;
color: #00f; }
.efw .efw_femail_featured_product .efw_femail_product_cta:hover {
color: #55f;
border-color: #55f;
box-shadow: 5px 5px 0 0 #55f; }
.efw .efw_femail_products {
display: flex;
justify-content: space-around;
margin-top: 30px; }
.efw .efw_femail_product {
display: block;
width: 150px;
font-size: 0.8em; }
.efw img.efw_femail_product_image {
width: 150px;
height: 150px;
object-fit: cover;
object-position: 0 0;
margin: 0; }
.efw .efw_femail_product_title {
height: 2.8em;
line-height: 1.4em;
overflow: hidden;
margin: 5px 5px 0;
font-size: 1em; }
.efw .efw_femail_product_price {
font-size: 1em;
line-height: 1.4em;
margin: 0 5px; }
.efw .efw_femail_product_cta {
display: block;
padding: 10px 0;
margin: 7px 5px 5px 0;
border: 1px solid #b4c5cc;
box-shadow: 5px 5px 0 0 #b4c5cc;
text-align: center;
color: #b4c5cc; }
.efw .efw_femail_product_cta:hover {
color: #d2dce1;
border-color: #d2dce1;
box-shadow: 5px 5px 0 0 #d2dce1; }
/** variables **/
.efw .efw_editorPick {
display: block;
float: right;
margin: 0 0 15px 15px;
width: 300px;
background-color: #f9f9f9; }
.efw .efw_editorPick_heading {
display: block;
margin-top: 0;
margin-bottom: 0;
padding: 0.5em;
background: #3f3f3f;
color: #fff;
font-size: 0.8em;
text-transform: uppercase; }
.efw .efw_editorPick_product {
display: block;
padding: 10px 5px;
/* all children except the first one */ }
.efw .efw_editorPick_product + .efw_editorPick_product {
border-top: 1px dotted #bbb; }
.efw .efw_editorPick_body,
.efw .efw_editorPick_cta {
margin-top: 5px; }
.efw .efw_editorPick_content {
display: flex; }
.efw .efw_editorPick .efw_productImage {
background: transparent;
margin: auto 5px;
width: 80px;
height: 80px;
flex-basis: 80px; }
.efw .efw_editorPick .efw_productImage img.efw_productImage_image {
width: 80px;
height: 80px;
margin-bottom: 0; }
.efw .efw_editorPick_texts {
min-width: 0;
padding: 0 10px; }
.efw .efw_editorPick_title,
.efw .efw_editorPick_body {
display: block;
word-wrap: break-word; }
.efw .efw_editorPick_title {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin: 0; }
.efw .efw_editorPick_body {
font-size: 12px;
line-height: 1.4; }
.efw .efw_editorPick_body p {
margin: 0 0 0.6em; }
.efw .efw_editorPick_body p:last-child {
margin: 0; }
.efw .efw_editorPick_price {
font-size: 20px;
font-weight: 700;
margin-top: 0; }
.efw .efw_editorPick_cta {
font-size: 15px;
padding: 0.75em;
text-align: center;
text-transform: uppercase;
width: 100%; }
@media (max-width: 450px) {
.efw.efw_floating {
float: none;
margin: 5px 0; }
.efw .efw_editorPick_product {
padding: 0 3px; }
.efw .efw_editorPick_texts {
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 265px) {
.efw .efw_editorPick_content {
display: block; }
.efw .efw_editorPick .efw_productImage {
display: block;
margin: 5px auto;
padding-left: 0; } }
.efw .efw_grid {
display: block;
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_grid_product {
position: relative;
display: inline-block;
width: calc(33.333% 8211; 6px);
margin-right: 9px;
margin-bottom: 10px;
vertical-align: top; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 0; }
.efw .efw_grid_product_square {
position: relative;
display: block;
background: #fff; }
.efw .efw_grid_product_square:before {
content: 8221;;
display: block;
padding-top: 100%; }
.efw .efw_grid .efw_productImage {
position: absolute;
left: 0;
top: 0;
width: calc(100% 8211; 10px);
height: calc(100% 8211; 10px); }
.efw .efw_grid img.efw_productImage_image {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto; }
.efw .efw_grid_title {
display: block;
margin: 10px 0 30px;
line-height: 1.4em;
font-size: 16px; }
.efw .efw_grid_retailer {
display: inline; }
@media (max-width: 450px) {
.efw .efw_grid_product {
width: calc(50% 8211; 5px);
margin-right: 10px; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 10px; }
.efw .efw_grid_product:nth-child(2n + 2) {
margin-right: 0; } }
.efw .efw_hero {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_hero_product {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
padding-bottom: 30px; }
.efw .efw_hero_product:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0; }
.efw .efw_hero_productImage {
display: block;
width: 40%; }
.efw .efw_hero_productImage img {
margin: 0; }
.efw .efw_hero_content {
display: block;
width: 60%;
padding-left: 20px; }
.efw .efw_hero_title,
.efw .efw_hero_price,
.efw .efw_hero_retailer,
.efw .efw_hero_cta,
.efw .efw_hero_details {
display: block;
margin: 0 0 10px;
font-size: 1em; }
.efw .efw_hero_title {
font-size: 1.1em; }
.efw .efw_hero_cta {
text-transform: lowercase; }
.efw .efw_hero_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
.efw .efw_stacked_heading {
margin: 0;
padding: 5px 10px;
line-height: 1.7em;
background: #3f3f3f;
color: #fff; }
.efw .efw_stacked_product {
display: flex;
width: 100%;
padding: 15px 0;
align-items: center;
border-bottom: 1px solid #ddd; }
.efw .efw_stacked_product:last-child {
border-bottom: 0; }
.efw .efw_stacked_content {
flex-grow: 1;
margin-left: 10px; }
.efw .efw_stacked_title,
.efw .efw_stacked_body {
display: block;
width: 100%; }
.efw .efw_stacked_title {
margin: 0 0 0.6em;
font-size: 1em; }
.efw .efw_stacked_body {
font-size: 0.9em; }
.efw .efw_stacked_body p {
margin: 0 0 0.6em; }
.efw .efw_stacked_body p:last-child {
margin-bottom: 0; }
.efw .efw_stacked_cta {
float: right;
text-transform: uppercase; }
.efw .efw_stacked_retailer {
float: right;
margin-right: 10px;
font-size: 0.9em;
line-height: 1.2857142857em; }
.efw .efw_stacked_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
@media (max-width: 500px) {
.efw .efw_stacked_product {
display: block;
padding-bottom: 50px; }
.efw .efw_stacked .efw_productImage {
float: left; } }
@media (max-width: 300px) {
.efw .efw_stacked_product {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px; }
.efw .efw_stacked_retailer {
display: none; }
.efw .efw_stacked_cta {
display: block;
float: none;
margin-top: 10px;
text-align: center; } }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: 8220;8221;;
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir=8221;rtl8221;] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url(8220;../../../node_modules/slick-carousel/slick/ajax-loader.gif8221😉 center center no-repeat; }
/* Icons */
@font-face {
font-family: 8220;slick8221;;
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot8221;);
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix8221😉 format(8220;embedded-opentype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.woff8221😉 format(8220;woff8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.ttf8221😉 format(8220;truetype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick8221😉 format(8220;svg8221;);
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: 8220;slick8221;;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir=8221;rtl8221;] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: 8220;←8221;; }
[dir=8221;rtl8221;] .slick-prev:before {
content: 8220;→8221;; }
.slick-next {
right: -25px; }
[dir=8221;rtl8221;] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: 8220;→8221;; }
[dir=8221;rtl8221;] .slick-next:before {
content: 8220;←8221;; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: 8220;•8221;;
width: 20px;
height: 20px;
font-family: 8220;slick8221;;
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
.slick-prev:before,
.slick-next:before {
position: relative;
top: -50px;
font-size: 100px;
line-height: 1em;
font-family: inherit;
color: #000; }
.slick-prev:before {
content: 8216;‹8217;;
left: -20px; }
.slick-next:before {
content: 8216;›8217;; }
.slick-slide:nth-child(4n + 4) {
margin-left: -30px;
transition: margin-left 0.4s;
transition-timing-function: ease-out; }
.slick-slide:nth-child(4n + 4).slick-active {
margin-left: 0; }
.efw .efw_stacked_heading {
padding-left: 35px;
background-repeat: no-repeat;
background-position: 12px center;
background-image: url(8220;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAiCAYAAACA5IOiAAACLUlEQVR4AWIgBcgV75oOxI4MpAJAZ/QAs0cQBGB4a9v9bdu2bdu2bQS1bYa1FTeobfuCWtO5y12y9d43yRvuc5hFlIB9wiYpgt9gDxSBpRhgG+XCudg7EdfLxesxEAuVA70xoDKUg89T8DU2lhXWYUB1lhWqYR9/wdtY8S4aamC6lYc7WWCIWuVhUEEwpfaY0HiMNJ5O/C9GeAUhHj4JM6uPgHrlISDVR6G2aL4jwXmtqj2Uc9Ib8qe3tmNAGk6CR9QqiFCvBX+degg3avx2xcD8wRtD7XsIH3H2el+xBTTUwb4PrzsOuiV7IVytCsJnlYLXnFLIVMqHN1bawDlpAyKpFzTejQmfa5uxDSLmVECkUhU4K5VDjVa2CHVovFCC0RgIuOU0uMeshvDZZRChXA12SmUwoJ8MnDOPdSX4DJvIw5HYXRr7+y8QPpnHDvjmDSYRPKbfmia9tVeC0paDnfsgAt8chthdqQIOWXjT+CD9r88lrFZzBAjeqbtpM/jgovhP9lQug2vW1vSyzGi8CAOjykMvScOpZ6R879N0jfKviUolEKlcBWuMoullDZJfB+FIUndyNME5Hh1v+1xHC57aG8ELB30eSou6i40g/5rXytoRnL14p44/bTie/G84B91GzkE4THeAsAweXIf9ig1Y8ZlfYCcrHI49puANbCgr1sGAKoQJijiIgruYoYgrRPgd05aLl4u4kRlR+Cr2RRE4CvuA5SqCHbCVcswPVuzRH40XEPgAAAAASUVORK5CYII=8221;); }
.efw .efw_stacked_retailer {
line-height: 38px; }
window.__PRELOADED_STATE__ = window.__PRELOADED_STATE__ || [];
window.__PRELOADED_STATE__.push({8220;hasLoaded8221;:true,8221;layout8221;:{8220;type8221;:8221;stacked8221;,8221;isExpanded8221;:true,8221;data8221;:{8220;title-baa860ab-4fdc-5572-8968-9bd4ab1d09b98243;:8221;Toshiba 65U6763DB 65-Inch Ultra HD LED Smart TV | Now £699, save £5008243;,8221;body-baa860ab-4fdc-5572-8968-9bd4ab1d09b98243;:8221;Amazon’s currently selling the behemoth Toshiba 65U6763DB for a modest £699, marking a huge £500 saving on its regular £1199.99 RRP. If you want an affordable 65-inch set you won’t do much better than this on cost.8221;,8221;title-42b9a679-de3e-5b0f-90e7-e0132971f6008243;:8221;Hisense H65N5300UK 65-Inch 4K Ultra HD Smart TV | Now £699, save £1508243;,8221;body-42b9a679-de3e-5b0f-90e7-e0132971f6008243;:8221;Hisense make some of the best value 4K sets, and this one has gotten even cheaper, making it a great choice if you8217;re in the market for a large 65-inch TV.8221;,8221;title-5ae6fb06-ea23-5818-a4f8-9f6bce91b1658243;:8221;Panasonic TX-65EX700B 65-Inch 4K Ultra HD HDR Smart LED TV | Now £999, save £9008243;,8221;body-5ae6fb06-ea23-5818-a4f8-9f6bce91b1658243;:8221;After something a little more premium? Then you should check out the 4K, HDR ready Panasonic TX-65EX700B, which has had £800 cut of its price on Amazon.8221;,8221;heading8221;:8221;Best Amazon TV Deals8221;,8221;title-b281900f-a86e-5ce0-918d-1acced2197808243;:8221;Philips 50PUS6272/05 50-Inch 4K Ultra HD with Ambilight | Now £509, save £918243;,8221;body-b281900f-a86e-5ce0-918d-1acced2197808243;:8221;If you8217;re a fan of Philips8217; Ambilight technology this deal is an absolute steal for a 50-inch TV for a bargain price.8221;,8221;title-a1b7bd17-dd70-559b-a510-1af55f3f2de48243;:8221;Hisense H65N5750UK 65-Inch 4K UHD Smart TV | Now £699, save £3008243;,8221;body-a1b7bd17-dd70-559b-a510-1af55f3f2de48243;:8221;You can take off a whopping saving off this ginormous 2017 model from Hisense. This the lowest price it8217;s ever been available for from Amazon.8221;,8221;title-8e3e1420-3f68-5773-a39f-248ea93942258243;:8221;Toshiba 32L3753DB 32-Inch Full HD with Built-in Freeview Play | Now £179, save £908243;,8221;body-8e3e1420-3f68-5773-a39f-248ea93942258243;:8221;This super budget-friendly Full HD 32-inch model is perfect for a spare room and includes integrated Freeview Play. It has all the connections you could want, including a now rarer SCART connection making it great for connecting up older devices like retro games consoles or VHS players in a spare room.8221;,8221;title-d6c9f25e-8832-5d4e-839a-df236ab28bcb8221;:8221;Sony Bravia KD49XE8077 49-Inch 4K HDR Ultra HD Smart Android TV | Now £499, save £4018243;,8221;body-d6c9f25e-8832-5d4e-839a-df236ab28bcb8221;:8221;A massive saving on this big-screen Sony Bravia that includes integrated YouView, Freeview HD and has Android TV apps and games.8221;}},8221;products8221;:[{8220;uuid8221;:8221;8e3e1420-3f68-5773-a39f-248ea93942258243;,8221;title8221;:8221;Toshiba 32L3753DB 32-Inch Smart Full HD LED TV with Built-in Freeview Play 8211; Black (2017 Model)8221;,8221;image8221;:8221;https://images-na.ssl-images-amazon.com/images/I/A1RW5jGS%2BhL._SX425_.jpg8221;,8221;price8221;:{8220;value8221;:18499,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://amzn.to/2xI4W6Q8221;,8221;pageTitle8221;:8221;Toshiba 32L3753DB 32-Inch Smart Full HD LED TV with Built-in Freeview Play 8211; Black (2017 Model): Amazon.co.uk: TV8221;,8221;retailer8221;:8221;Amazon8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:1.2556401384083082,8221;y8221;:0.13951557093426337,8221;scale8221;:1.1858823529411764,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;42b9a679-de3e-5b0f-90e7-e0132971f6008243;,8221;title8221;:8221;Hisense H65N5300UK 65-Inch 4K Ultra HD Smart TV 8211; Black [Energy Class A]8221;,8221;image8221;:8221;data:image/jpeg;base64,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8221;,8221;price8221;:{8220;value8221;:68900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://amzn.to/2q08Npl8221;,8221;pageTitle8221;:8221;Hisense H65N5300UK 65-Inch 4K Ultra HD Smart TV 8211; Black: Amazon.co.uk: TV8221;,8221;retailer8221;:8221;Amazon8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0,8221;y8221;:0,8221;scale8221;:1,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;5ae6fb06-ea23-5818-a4f8-9f6bce91b1658243;,8221;title8221;:8221;Panasonic TX-65EX700B 65-Inch 1600 Hz Widescreen 4K Ultra HD HDR Smart LED TV with Freeview Play (2017 Model) 8211; Silver [Energy Class A+]8221;,8221;image8221;:8221;https://images-na.ssl-images-amazon.com/images/I/91irjJ7n1YL._SX355_.jpg8221;,8221;price8221;:{8220;value8221;:109900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://amzn.to/2q2Guqo8221;,8221;pageTitle8221;:8221;Panasonic TX-65EX700B 65-Inch 1600 Hz Widescreen 4K Ultra HD HDR Smart LED TV with Freeview Play (2017 Model) 8211; Silver: Amazon.co.uk: TV8221;,8221;retailer8221;:8221;Amazon8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.15393771077167112,8221;y8221;:0.30787542154334224,8221;scale8221;:1.0929577464788733,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;a1b7bd17-dd70-559b-a510-1af55f3f2de48243;,8221;title8221;:8221;Hisense H65N5750UK 65-Inch 4K UHD Smart TV 8211; Silver (2017 Model) [Energy Class A]8221;,8221;image8221;:8221;https://images-na.ssl-images-amazon.com/images/I/81HJ1MH9a%2BL._SX425_.jpg8221;,8221;price8221;:{8220;value8221;:68900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://amzn.to/2H9ZU2l8221;,8221;pageTitle8221;:8221;Hisense H65N5750UK 65-Inch 4K UHD Smart TV 8211; Silver (2017 Model): Amazon.co.uk: TV8221;,8221;retailer8221;:8221;Amazon8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.1350865051903119,8221;y8221;:0.1350865051903181,8221;scale8221;:1.148235294117647,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;d6c9f25e-8832-5d4e-839a-df236ab28bcb8221;,8221;title8221;:8221;Sony Bravia KD49XE8077 49-Inch 4K HDR Ultra HD Smart Android TV with Youview and Freeview HD 8211; Silver (2017 Model)8221;,8221;image8221;:8221;https://images-na.ssl-images-amazon.com/images/I/61ip9FMFqML._SX425_.jpg8221;,8221;price8221;:{8220;value8221;:49900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://amzn.to/2sw27AJ8221;,8221;pageTitle8221;:8221;Sony Bravia KD49XE8077 49-Inch 4K HDR Ultra HD Smart Android TV with Youview and Freeview HD 8211; Silver (2017 Model): Amazon.co.uk: TV8221;,8221;retailer8221;:8221;Amazon8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.1406228373702435,8221;y8221;:1.9687197231833902,8221;scale8221;:1.1952941176470588,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}}],8221;widgetId8221;:139,8221;version8221;:8221;0.1.18243;});
@charset 8220;UTF-88221;;
.efw {
position: relative; }
.efw.editable {
outline: 1px solid #ff3264; }
.efw.editable:after {
display: block;
content: 8220;Widget #8221; attr(data-widget-id);
background: #ff3264;
position: absolute;
right: 0;
top: -2em;
line-height: 2em;
padding: 0 10px;
color: #fff; }
.efw .efw_productImage {
display: block;
flex-basis: 120px;
flex-grow: 0;
flex-shrink: 0;
width: 120px;
height: 120px;
padding: 0 5px;
box-sizing: content-box;
background-color: #fff;
overflow: hidden; }
.efw img.efw_productImage_image {
position: relative;
width: 120px;
height: 120px;
object-fit: contain;
object-position: center center; }
.efw .efw_productImage-manualZoom {
width: 130px;
height: 130px;
padding: 0; }
.efw .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto;
max-width: 100%;
transform-origin: top left; }
.efw .efw_carousel {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_carousel_title {
margin: 20px 0; }
.efw .efw_carousel_cta {
margin-bottom: 4px;
width: auto; }
.efw .efw_femail_body {
display: flex; }
.efw img.efw_femail_leadImage {
flex-basis: 200px;
flex-grow: 0;
flex-shrink: 0;
width: auto;
height: auto;
margin: 0;
margin-bottom: auto;
margin-right: 15px; }
.efw .efw_femail_title {
font-size: 2em;
line-height: 1.2em;
margin: 0 0 calc(10px 8211; 0.2em);
transform: translate3d(0, -0.2em, 0); }
.efw .efw_femail_featured_product {
float: right;
margin: 10px; }
.efw .efw_femail_featured_product .efw_femail_product_cta {
border-color: #00f;
box-shadow: 5px 5px 0 0 #00f;
color: #00f; }
.efw .efw_femail_featured_product .efw_femail_product_cta:hover {
color: #55f;
border-color: #55f;
box-shadow: 5px 5px 0 0 #55f; }
.efw .efw_femail_products {
display: flex;
justify-content: space-around;
margin-top: 30px; }
.efw .efw_femail_product {
display: block;
width: 150px;
font-size: 0.8em; }
.efw img.efw_femail_product_image {
width: 150px;
height: 150px;
object-fit: cover;
object-position: 0 0;
margin: 0; }
.efw .efw_femail_product_title {
height: 2.8em;
line-height: 1.4em;
overflow: hidden;
margin: 5px 5px 0;
font-size: 1em; }
.efw .efw_femail_product_price {
font-size: 1em;
line-height: 1.4em;
margin: 0 5px; }
.efw .efw_femail_product_cta {
display: block;
padding: 10px 0;
margin: 7px 5px 5px 0;
border: 1px solid #b4c5cc;
box-shadow: 5px 5px 0 0 #b4c5cc;
text-align: center;
color: #b4c5cc; }
.efw .efw_femail_product_cta:hover {
color: #d2dce1;
border-color: #d2dce1;
box-shadow: 5px 5px 0 0 #d2dce1; }
/** variables **/
.efw .efw_editorPick {
display: block;
float: right;
margin: 0 0 15px 15px;
width: 300px;
background-color: #f9f9f9; }
.efw .efw_editorPick_heading {
display: block;
margin-top: 0;
margin-bottom: 0;
padding: 0.5em;
background: #3f3f3f;
color: #fff;
font-size: 0.8em;
text-transform: uppercase; }
.efw .efw_editorPick_product {
display: block;
padding: 10px 5px;
/* all children except the first one */ }
.efw .efw_editorPick_product + .efw_editorPick_product {
border-top: 1px dotted #bbb; }
.efw .efw_editorPick_body,
.efw .efw_editorPick_cta {
margin-top: 5px; }
.efw .efw_editorPick_content {
display: flex; }
.efw .efw_editorPick .efw_productImage {
background: transparent;
margin: auto 5px;
width: 80px;
height: 80px;
flex-basis: 80px; }
.efw .efw_editorPick .efw_productImage img.efw_productImage_image {
width: 80px;
height: 80px;
margin-bottom: 0; }
.efw .efw_editorPick_texts {
min-width: 0;
padding: 0 10px; }
.efw .efw_editorPick_title,
.efw .efw_editorPick_body {
display: block;
word-wrap: break-word; }
.efw .efw_editorPick_title {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin: 0; }
.efw .efw_editorPick_body {
font-size: 12px;
line-height: 1.4; }
.efw .efw_editorPick_body p {
margin: 0 0 0.6em; }
.efw .efw_editorPick_body p:last-child {
margin: 0; }
.efw .efw_editorPick_price {
font-size: 20px;
font-weight: 700;
margin-top: 0; }
.efw .efw_editorPick_cta {
font-size: 15px;
padding: 0.75em;
text-align: center;
text-transform: uppercase;
width: 100%; }
@media (max-width: 450px) {
.efw.efw_floating {
float: none;
margin: 5px 0; }
.efw .efw_editorPick_product {
padding: 0 3px; }
.efw .efw_editorPick_texts {
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 265px) {
.efw .efw_editorPick_content {
display: block; }
.efw .efw_editorPick .efw_productImage {
display: block;
margin: 5px auto;
padding-left: 0; } }
.efw .efw_grid {
display: block;
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_grid_product {
position: relative;
display: inline-block;
width: calc(33.333% 8211; 6px);
margin-right: 9px;
margin-bottom: 10px;
vertical-align: top; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 0; }
.efw .efw_grid_product_square {
position: relative;
display: block;
background: #fff; }
.efw .efw_grid_product_square:before {
content: 8221;;
display: block;
padding-top: 100%; }
.efw .efw_grid .efw_productImage {
position: absolute;
left: 0;
top: 0;
width: calc(100% 8211; 10px);
height: calc(100% 8211; 10px); }
.efw .efw_grid img.efw_productImage_image {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto; }
.efw .efw_grid_title {
display: block;
margin: 10px 0 30px;
line-height: 1.4em;
font-size: 16px; }
.efw .efw_grid_retailer {
display: inline; }
@media (max-width: 450px) {
.efw .efw_grid_product {
width: calc(50% 8211; 5px);
margin-right: 10px; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 10px; }
.efw .efw_grid_product:nth-child(2n + 2) {
margin-right: 0; } }
.efw .efw_hero {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_hero_product {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
padding-bottom: 30px; }
.efw .efw_hero_product:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0; }
.efw .efw_hero_productImage {
display: block;
width: 40%; }
.efw .efw_hero_productImage img {
margin: 0; }
.efw .efw_hero_content {
display: block;
width: 60%;
padding-left: 20px; }
.efw .efw_hero_title,
.efw .efw_hero_price,
.efw .efw_hero_retailer,
.efw .efw_hero_cta,
.efw .efw_hero_details {
display: block;
margin: 0 0 10px;
font-size: 1em; }
.efw .efw_hero_title {
font-size: 1.1em; }
.efw .efw_hero_cta {
text-transform: lowercase; }
.efw .efw_hero_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
.efw .efw_stacked_heading {
margin: 0;
padding: 5px 10px;
line-height: 1.7em;
background: #3f3f3f;
color: #fff; }
.efw .efw_stacked_product {
display: flex;
width: 100%;
padding: 15px 0;
align-items: center;
border-bottom: 1px solid #ddd; }
.efw .efw_stacked_product:last-child {
border-bottom: 0; }
.efw .efw_stacked_content {
flex-grow: 1;
margin-left: 10px; }
.efw .efw_stacked_title,
.efw .efw_stacked_body {
display: block;
width: 100%; }
.efw .efw_stacked_title {
margin: 0 0 0.6em;
font-size: 1em; }
.efw .efw_stacked_body {
font-size: 0.9em; }
.efw .efw_stacked_body p {
margin: 0 0 0.6em; }
.efw .efw_stacked_body p:last-child {
margin-bottom: 0; }
.efw .efw_stacked_cta {
float: right;
text-transform: uppercase; }
.efw .efw_stacked_retailer {
float: right;
margin-right: 10px;
font-size: 0.9em;
line-height: 1.2857142857em; }
.efw .efw_stacked_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
@media (max-width: 500px) {
.efw .efw_stacked_product {
display: block;
padding-bottom: 50px; }
.efw .efw_stacked .efw_productImage {
float: left; } }
@media (max-width: 300px) {
.efw .efw_stacked_product {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px; }
.efw .efw_stacked_retailer {
display: none; }
.efw .efw_stacked_cta {
display: block;
float: none;
margin-top: 10px;
text-align: center; } }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: 8220;8221;;
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir=8221;rtl8221;] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url(8220;../../../node_modules/slick-carousel/slick/ajax-loader.gif8221😉 center center no-repeat; }
/* Icons */
@font-face {
font-family: 8220;slick8221;;
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot8221;);
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix8221😉 format(8220;embedded-opentype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.woff8221😉 format(8220;woff8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.ttf8221😉 format(8220;truetype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick8221😉 format(8220;svg8221;);
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: 8220;slick8221;;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir=8221;rtl8221;] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: 8220;←8221;; }
[dir=8221;rtl8221;] .slick-prev:before {
content: 8220;→8221;; }
.slick-next {
right: -25px; }
[dir=8221;rtl8221;] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: 8220;→8221;; }
[dir=8221;rtl8221;] .slick-next:before {
content: 8220;←8221;; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: 8220;•8221;;
width: 20px;
height: 20px;
font-family: 8220;slick8221;;
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
.slick-prev:before,
.slick-next:before {
position: relative;
top: -50px;
font-size: 100px;
line-height: 1em;
font-family: inherit;
color: #000; }
.slick-prev:before {
content: 8216;‹8217;;
left: -20px; }
.slick-next:before {
content: 8216;›8217;; }
.slick-slide:nth-child(4n + 4) {
margin-left: -30px;
transition: margin-left 0.4s;
transition-timing-function: ease-out; }
.slick-slide:nth-child(4n + 4).slick-active {
margin-left: 0; }
.efw .efw_stacked_heading {
padding-left: 35px;
background-repeat: no-repeat;
background-position: 12px center;
background-image: url(8220;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAiCAYAAACA5IOiAAACLUlEQVR4AWIgBcgV75oOxI4MpAJAZ/QAs0cQBGB4a9v9bdu2bdu2bQS1bYa1FTeobfuCWtO5y12y9d43yRvuc5hFlIB9wiYpgt9gDxSBpRhgG+XCudg7EdfLxesxEAuVA70xoDKUg89T8DU2lhXWYUB1lhWqYR9/wdtY8S4aamC6lYc7WWCIWuVhUEEwpfaY0HiMNJ5O/C9GeAUhHj4JM6uPgHrlISDVR6G2aL4jwXmtqj2Uc9Ib8qe3tmNAGk6CR9QqiFCvBX+degg3avx2xcD8wRtD7XsIH3H2el+xBTTUwb4PrzsOuiV7IVytCsJnlYLXnFLIVMqHN1bawDlpAyKpFzTejQmfa5uxDSLmVECkUhU4K5VDjVa2CHVovFCC0RgIuOU0uMeshvDZZRChXA12SmUwoJ8MnDOPdSX4DJvIw5HYXRr7+y8QPpnHDvjmDSYRPKbfmia9tVeC0paDnfsgAt8chthdqQIOWXjT+CD9r88lrFZzBAjeqbtpM/jgovhP9lQug2vW1vSyzGi8CAOjykMvScOpZ6R879N0jfKviUolEKlcBWuMoullDZJfB+FIUndyNME5Hh1v+1xHC57aG8ELB30eSou6i40g/5rXytoRnL14p44/bTie/G84B91GzkE4THeAsAweXIf9ig1Y8ZlfYCcrHI49puANbCgr1sGAKoQJijiIgruYoYgrRPgd05aLl4u4kRlR+Cr2RRE4CvuA5SqCHbCVcswPVuzRH40XEPgAAAAASUVORK5CYII=8221;); }
.efw .efw_stacked_retailer {
line-height: 38px; }
window.__PRELOADED_STATE__ = window.__PRELOADED_STATE__ || [];
window.__PRELOADED_STATE__.push({8220;hasLoaded8221;:true,8221;layout8221;:{8220;type8221;:8221;stacked8221;,8221;isExpanded8221;:false,8221;data8221;:{8220;title-36292305-a439-5d66-9cd1-fa453e981f898243;:8221;Hisense H43N5700 43 Inch 4K Ultra HD Smart TV With HDR | Now £3498243;,8221;body-36292305-a439-5d66-9cd1-fa453e981f898243;:8221;Your eyes do not deceive you. You can get a 43-inch 4K HDR TV for just £349.8221;,8221;heading8221;:8221;Best Argos TV Deals8221;,8221;title-496e8c09-4c4f-5c9d-9b0a-bab44abba1ec8221;:8221;Hisense H50N5300 50 Inch 4K Ultra HD with HDR | Now £349, save £308243;,8221;body-496e8c09-4c4f-5c9d-9b0a-bab44abba1ec8221;:8221;This is a fantastic deal if you want a bigger screen.8221;,8221;title-4da11a8d-a7ad-5de5-a25a-673a18be7d188243;:8221;Sony BRAVIA KD49XE7073SU 49 Inch 4K Ultra HD TV With HDR | Now £519, save £308243;,8221;body-4da11a8d-a7ad-5de5-a25a-673a18be7d188243;:8221;This stunning 49-inch Sony BRAVIA will look great in your living room and includes all the catch up and streaming services you could want.8221;,8221;title-762fc25e-628f-596d-84e1-74c61a8f5f6f8221;:8221;Samsung 55MU6120 55 Inch 4K UHD Smart TV with HDR | Now £499, save £508243;,8221;body-762fc25e-628f-596d-84e1-74c61a8f5f6f8221;:8221;Grab this gorgeous Samsung 558243; 4K HDR TV for the lowest price going.8221;}},8221;products8221;:[{8220;uuid8221;:8221;762fc25e-628f-596d-84e1-74c61a8f5f6f8221;,8221;title8221;:8221;Technology8221;,8221;image8221;:8221;https://media.4rgos.it/s/Argos/7099045_R_SET?$Main768$&w=620&h=6208243;,8221;price8221;:{8220;value8221;:49900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.anrdoezrs.net/links/8209862/type/dlg/sid/tr_world_cup/http://www.argos.co.uk/product/70990458243;,8221;pageTitle8221;:8221;Buy Samsung 55MU6120 55 Inch 4K UHD Smart TV with HDR | Televisions | Argos8221;,8221;retailer8221;:8221;Argos8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.16389177939646143,8221;y8221;:0.08194588969822764,8221;scale8221;:1.0161290322580645,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;36292305-a439-5d66-9cd1-fa453e981f898243;,8221;title8221;:8221;Technology8221;,8221;image8221;:8221;https://media.4rgos.it/s/Argos/7361089_R_SET?$Main768$&w=620&h=6208243;,8221;price8221;:{8220;value8221;:34900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.anrdoezrs.net/links/8209862/type/dlg/sid/tr-techdeals-4ktv/http://www.argos.co.uk/product/73610898243;,8221;pageTitle8221;:8221;Buy Hisense H43N5700 43 Inch 4K Ultra HD Smart TV with HDR at Argos.co.uk 8211; Your Online Shop for Televisions, Televisions and accessories, Technology.8221;,8221;retailer8221;:8221;Argos8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.08337669094693158,8221;y8221;:-0.08337669094693158,8221;scale8221;:1.0338709677419355,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;496e8c09-4c4f-5c9d-9b0a-bab44abba1ec8221;,8221;title8221;:8221;Technology8221;,8221;image8221;:8221;https://media.4rgos.it/s/Argos/7392292_R_SET?$Main768$&w=620&h=6208243;,8221;price8221;:{8220;value8221;:37900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.anrdoezrs.net/links/8209862/type/dlg/sid/tr-techdeals-4ktv/http://www.argos.co.uk/product/73922928243;,8221;pageTitle8221;:8221;Buy Hisense H50N5300 50 Inch 4K Ultra HD Smart TV at Argos.co.uk 8211; Your Online Shop for Televisions, Televisions and accessories, Technology.8221;,8221;retailer8221;:8221;Argos8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.08337669094693158,8221;y8221;:-0.08337669094693777,8221;scale8221;:1.0338709677419355,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;4da11a8d-a7ad-5de5-a25a-673a18be7d188243;,8221;title8221;:8221;Technology8221;,8221;image8221;:8221;https://media.4rgos.it/s/Argos/6874694_R_SET?$Main768$&w=620&h=6208243;,8221;price8221;:{8220;value8221;:54900,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.anrdoezrs.net/links/8209862/type/dlg/sid/tr-techdeals-4ktv/http://www.argos.co.uk/product/68746948243;,8221;pageTitle8221;:8221;Buy Sony KD49XE7073SU 49 Inch Smart 4K Ultra HD TV With HDR at Argos.co.uk 8211; Your Online Shop for Televisions, Televisions and accessories, Technology.8221;,8221;retailer8221;:8221;Argos8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:0.0854578563995784,8221;y8221;:0.0854578563995784,8221;scale8221;:1.0596774193548386,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}}],8221;widgetId8221;:209,8221;version8221;:8221;0.1.18243;});
@charset 8220;UTF-88221;;
.efw {
position: relative; }
.efw.editable {
outline: 1px solid #ff3264; }
.efw.editable:after {
display: block;
content: 8220;Widget #8221; attr(data-widget-id);
background: #ff3264;
position: absolute;
right: 0;
top: -2em;
line-height: 2em;
padding: 0 10px;
color: #fff; }
.efw .efw_productImage {
display: block;
flex-basis: 120px;
flex-grow: 0;
flex-shrink: 0;
width: 120px;
height: 120px;
padding: 0 5px;
box-sizing: content-box;
background-color: #fff;
overflow: hidden; }
.efw img.efw_productImage_image {
position: relative;
width: 120px;
height: 120px;
object-fit: contain;
object-position: center center; }
.efw .efw_productImage-manualZoom {
width: 130px;
height: 130px;
padding: 0; }
.efw .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto;
max-width: 100%;
transform-origin: top left; }
.efw .efw_carousel {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_carousel_title {
margin: 20px 0; }
.efw .efw_carousel_cta {
margin-bottom: 4px;
width: auto; }
.efw .efw_femail_body {
display: flex; }
.efw img.efw_femail_leadImage {
flex-basis: 200px;
flex-grow: 0;
flex-shrink: 0;
width: auto;
height: auto;
margin: 0;
margin-bottom: auto;
margin-right: 15px; }
.efw .efw_femail_title {
font-size: 2em;
line-height: 1.2em;
margin: 0 0 calc(10px 8211; 0.2em);
transform: translate3d(0, -0.2em, 0); }
.efw .efw_femail_featured_product {
float: right;
margin: 10px; }
.efw .efw_femail_featured_product .efw_femail_product_cta {
border-color: #00f;
box-shadow: 5px 5px 0 0 #00f;
color: #00f; }
.efw .efw_femail_featured_product .efw_femail_product_cta:hover {
color: #55f;
border-color: #55f;
box-shadow: 5px 5px 0 0 #55f; }
.efw .efw_femail_products {
display: flex;
justify-content: space-around;
margin-top: 30px; }
.efw .efw_femail_product {
display: block;
width: 150px;
font-size: 0.8em; }
.efw img.efw_femail_product_image {
width: 150px;
height: 150px;
object-fit: cover;
object-position: 0 0;
margin: 0; }
.efw .efw_femail_product_title {
height: 2.8em;
line-height: 1.4em;
overflow: hidden;
margin: 5px 5px 0;
font-size: 1em; }
.efw .efw_femail_product_price {
font-size: 1em;
line-height: 1.4em;
margin: 0 5px; }
.efw .efw_femail_product_cta {
display: block;
padding: 10px 0;
margin: 7px 5px 5px 0;
border: 1px solid #b4c5cc;
box-shadow: 5px 5px 0 0 #b4c5cc;
text-align: center;
color: #b4c5cc; }
.efw .efw_femail_product_cta:hover {
color: #d2dce1;
border-color: #d2dce1;
box-shadow: 5px 5px 0 0 #d2dce1; }
/** variables **/
.efw .efw_editorPick {
display: block;
float: right;
margin: 0 0 15px 15px;
width: 300px;
background-color: #f9f9f9; }
.efw .efw_editorPick_heading {
display: block;
margin-top: 0;
margin-bottom: 0;
padding: 0.5em;
background: #3f3f3f;
color: #fff;
font-size: 0.8em;
text-transform: uppercase; }
.efw .efw_editorPick_product {
display: block;
padding: 10px 5px;
/* all children except the first one */ }
.efw .efw_editorPick_product + .efw_editorPick_product {
border-top: 1px dotted #bbb; }
.efw .efw_editorPick_body,
.efw .efw_editorPick_cta {
margin-top: 5px; }
.efw .efw_editorPick_content {
display: flex; }
.efw .efw_editorPick .efw_productImage {
background: transparent;
margin: auto 5px;
width: 80px;
height: 80px;
flex-basis: 80px; }
.efw .efw_editorPick .efw_productImage img.efw_productImage_image {
width: 80px;
height: 80px;
margin-bottom: 0; }
.efw .efw_editorPick_texts {
min-width: 0;
padding: 0 10px; }
.efw .efw_editorPick_title,
.efw .efw_editorPick_body {
display: block;
word-wrap: break-word; }
.efw .efw_editorPick_title {
font-size: 14px;
line-height: 1;
font-weight: 700;
margin: 0; }
.efw .efw_editorPick_body {
font-size: 12px;
line-height: 1.4; }
.efw .efw_editorPick_body p {
margin: 0 0 0.6em; }
.efw .efw_editorPick_body p:last-child {
margin: 0; }
.efw .efw_editorPick_price {
font-size: 20px;
font-weight: 700;
margin-top: 0; }
.efw .efw_editorPick_cta {
font-size: 15px;
padding: 0.75em;
text-align: center;
text-transform: uppercase;
width: 100%; }
@media (max-width: 450px) {
.efw.efw_floating {
float: none;
margin: 5px 0; }
.efw .efw_editorPick_product {
padding: 0 3px; }
.efw .efw_editorPick_texts {
padding-left: 5px;
padding-right: 5px; } }
@media (max-width: 265px) {
.efw .efw_editorPick_content {
display: block; }
.efw .efw_editorPick .efw_productImage {
display: block;
margin: 5px auto;
padding-left: 0; } }
.efw .efw_grid {
display: block;
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_grid_product {
position: relative;
display: inline-block;
width: calc(33.333% 8211; 6px);
margin-right: 9px;
margin-bottom: 10px;
vertical-align: top; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 0; }
.efw .efw_grid_product_square {
position: relative;
display: block;
background: #fff; }
.efw .efw_grid_product_square:before {
content: 8221;;
display: block;
padding-top: 100%; }
.efw .efw_grid .efw_productImage {
position: absolute;
left: 0;
top: 0;
width: calc(100% 8211; 10px);
height: calc(100% 8211; 10px); }
.efw .efw_grid img.efw_productImage_image {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom {
width: 100%;
height: 100%; }
.efw .efw_grid .efw_productImage-manualZoom img.efw_productImage_image {
width: auto;
height: auto; }
.efw .efw_grid_title {
display: block;
margin: 10px 0 30px;
line-height: 1.4em;
font-size: 16px; }
.efw .efw_grid_retailer {
display: inline; }
@media (max-width: 450px) {
.efw .efw_grid_product {
width: calc(50% 8211; 5px);
margin-right: 10px; }
.efw .efw_grid_product:nth-child(3n + 3) {
margin-right: 10px; }
.efw .efw_grid_product:nth-child(2n + 2) {
margin-right: 0; } }
.efw .efw_hero {
margin-top: 50px;
margin-bottom: 50px; }
.efw .efw_hero_product {
display: flex;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
padding-bottom: 30px; }
.efw .efw_hero_product:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0; }
.efw .efw_hero_productImage {
display: block;
width: 40%; }
.efw .efw_hero_productImage img {
margin: 0; }
.efw .efw_hero_content {
display: block;
width: 60%;
padding-left: 20px; }
.efw .efw_hero_title,
.efw .efw_hero_price,
.efw .efw_hero_retailer,
.efw .efw_hero_cta,
.efw .efw_hero_details {
display: block;
margin: 0 0 10px;
font-size: 1em; }
.efw .efw_hero_title {
font-size: 1.1em; }
.efw .efw_hero_cta {
text-transform: lowercase; }
.efw .efw_hero_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
.efw .efw_stacked_heading {
margin: 0;
padding: 5px 10px;
line-height: 1.7em;
background: #3f3f3f;
color: #fff; }
.efw .efw_stacked_product {
display: flex;
width: 100%;
padding: 15px 0;
align-items: center;
border-bottom: 1px solid #ddd; }
.efw .efw_stacked_product:last-child {
border-bottom: 0; }
.efw .efw_stacked_content {
flex-grow: 1;
margin-left: 10px; }
.efw .efw_stacked_title,
.efw .efw_stacked_body {
display: block;
width: 100%; }
.efw .efw_stacked_title {
margin: 0 0 0.6em;
font-size: 1em; }
.efw .efw_stacked_body {
font-size: 0.9em; }
.efw .efw_stacked_body p {
margin: 0 0 0.6em; }
.efw .efw_stacked_body p:last-child {
margin-bottom: 0; }
.efw .efw_stacked_cta {
float: right;
text-transform: uppercase; }
.efw .efw_stacked_retailer {
float: right;
margin-right: 10px;
font-size: 0.9em;
line-height: 1.2857142857em; }
.efw .efw_stacked_retailer a {
margin-left: 5px;
text-decoration: none;
color: inherit; }
@media (max-width: 500px) {
.efw .efw_stacked_product {
display: block;
padding-bottom: 50px; }
.efw .efw_stacked .efw_productImage {
float: left; } }
@media (max-width: 300px) {
.efw .efw_stacked_product {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 20px; }
.efw .efw_stacked_retailer {
display: none; }
.efw .efw_stacked_cta {
display: block;
float: none;
margin-top: 10px;
text-align: center; } }
/* Slider */
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: 8220;8221;;
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir=8221;rtl8221;] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
/* Slider */
.slick-loading .slick-list {
background: #fff url(8220;../../../node_modules/slick-carousel/slick/ajax-loader.gif8221😉 center center no-repeat; }
/* Icons */
@font-face {
font-family: 8220;slick8221;;
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot8221;);
src: url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix8221😉 format(8220;embedded-opentype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.woff8221😉 format(8220;woff8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.ttf8221😉 format(8220;truetype8221;), url(8220;../../../node_modules/slick-carousel/slick/fonts/slick.svg#slick8221😉 format(8220;svg8221;);
font-weight: normal;
font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 20px;
width: 20px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
background: transparent;
color: transparent;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: transparent;
color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: 8220;slick8221;;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir=8221;rtl8221;] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: 8220;←8221;; }
[dir=8221;rtl8221;] .slick-prev:before {
content: 8220;→8221;; }
.slick-next {
right: -25px; }
[dir=8221;rtl8221;] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: 8220;→8221;; }
[dir=8221;rtl8221;] .slick-next:before {
content: 8220;←8221;; }
/* Dots */
.slick-dotted.slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -25px;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: 8220;•8221;;
width: 20px;
height: 20px;
font-family: 8220;slick8221;;
font-size: 6px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }
.slick-prev:before,
.slick-next:before {
position: relative;
top: -50px;
font-size: 100px;
line-height: 1em;
font-family: inherit;
color: #000; }
.slick-prev:before {
content: 8216;‹8217;;
left: -20px; }
.slick-next:before {
content: 8216;›8217;; }
.slick-slide:nth-child(4n + 4) {
margin-left: -30px;
transition: margin-left 0.4s;
transition-timing-function: ease-out; }
.slick-slide:nth-child(4n + 4).slick-active {
margin-left: 0; }
.efw .efw_stacked_heading {
padding-left: 35px;
background-repeat: no-repeat;
background-position: 12px center;
background-image: url(8220;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAiCAYAAACA5IOiAAACLUlEQVR4AWIgBcgV75oOxI4MpAJAZ/QAs0cQBGB4a9v9bdu2bdu2bQS1bYa1FTeobfuCWtO5y12y9d43yRvuc5hFlIB9wiYpgt9gDxSBpRhgG+XCudg7EdfLxesxEAuVA70xoDKUg89T8DU2lhXWYUB1lhWqYR9/wdtY8S4aamC6lYc7WWCIWuVhUEEwpfaY0HiMNJ5O/C9GeAUhHj4JM6uPgHrlISDVR6G2aL4jwXmtqj2Uc9Ib8qe3tmNAGk6CR9QqiFCvBX+degg3avx2xcD8wRtD7XsIH3H2el+xBTTUwb4PrzsOuiV7IVytCsJnlYLXnFLIVMqHN1bawDlpAyKpFzTejQmfa5uxDSLmVECkUhU4K5VDjVa2CHVovFCC0RgIuOU0uMeshvDZZRChXA12SmUwoJ8MnDOPdSX4DJvIw5HYXRr7+y8QPpnHDvjmDSYRPKbfmia9tVeC0paDnfsgAt8chthdqQIOWXjT+CD9r88lrFZzBAjeqbtpM/jgovhP9lQug2vW1vSyzGi8CAOjykMvScOpZ6R879N0jfKviUolEKlcBWuMoullDZJfB+FIUndyNME5Hh1v+1xHC57aG8ELB30eSou6i40g/5rXytoRnL14p44/bTie/G84B91GzkE4THeAsAweXIf9ig1Y8ZlfYCcrHI49puANbCgr1sGAKoQJijiIgruYoYgrRPgd05aLl4u4kRlR+Cr2RRE4CvuA5SqCHbCVcswPVuzRH40XEPgAAAAASUVORK5CYII=8221;); }
.efw .efw_stacked_retailer {
line-height: 38px; }
window.__PRELOADED_STATE__ = window.__PRELOADED_STATE__ || [];
window.__PRELOADED_STATE__.push({8220;hasLoaded8221;:true,8221;layout8221;:{8220;type8221;:8221;stacked8221;,8221;isExpanded8221;:false,8221;data8221;:{8220;title-d963ef2d-e1d9-507b-85dd-c285d19b54048243;:8221;LG 55SJ850V LED HDR Super UHD 4K Ultra HD Smart TV | Now £729, save £2508243;,8221;body-d963ef2d-e1d9-507b-85dd-c285d19b54048243;:8221;You can save a substantial £200 off this handsome 558243; LG TV that includes Harman/Kardon tuned speakers and a central crescent stand, perfect if you only have a small TV stand. Also includes a 5 year warranty.8221;,8221;heading8221;:8221;Best John Lewis TV Deals8221;,8221;title-737ba145-e4c4-5e4c-ae13-58fe92f85fd58243;:8221;LG 65SK9500PLA LED HDR Super UHD 4K Ultra HD Smart TV | Now £1,699, save £1,0008243;,8221;body-737ba145-e4c4-5e4c-ae13-58fe92f85fd58243;:8221;John Lewis is selling this high-end premium 658243; model for £1,000 less than anyone else. It8217;s a great choice if you want to go for a massive size. This also includes Dolby Atmos sound.8221;,8221;title-29890537-4406-5ef0-a053-e548dcec527a8221;:8221;LG OLED55B7V OLED HDR 4K Ultra HD Smart TV + FREE soundbar | Now £1,499, save £3008243;,8221;body-29890537-4406-5ef0-a053-e548dcec527a8221;:8221;Not only do you get an industry-leading 5-year warranty from John Lewis, but you also get an LG SK1 Soundbar worth £100 included absolutely free, making this a fantastic deal all round on one of the absolute best OLED models available.8221;,8221;title-ef42ec97-4c99-539e-98d2-01bed0cda85c8221;:8221;Samsung QE65Q6F QLED HDR 1000 4K Ultra HD Smart TV | Now £1,499, save £3008243;,8221;body-ef42ec97-4c99-539e-98d2-01bed0cda85c8221;:8221;There8217;s a big saving on Samsung8217;s 658243; premium QLED model at the moment, and you also get John Lewis8217; excellent 5-year warranty. 8220;}},8221;products8221;:[{8220;uuid8221;:8221;d963ef2d-e1d9-507b-85dd-c285d19b54048243;,8221;title8221;:8221;LG 55SJ850V LED HDR Super UHD 4K Ultra HD Smart TV, 558243; with Freeview Play, Ultra Slim Design, Harman / Kardon Sound & Crescent Stand, Silver8221;,8221;image8221;:8221;https://johnlewis.scene7.com/is/image/JohnLewis/236840541?8221;,8221;price8221;:{8220;value8221;:null,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;https://www.awin1.com/cread.php?awinmid=1203&awinaffid=277673&clickref=tr-4ktv&p=https%3A%2F%2Fwww.johnlewis.com%2Flg-55sj850v-led-hdr-super-uhd-4k-ultra-hd-smart-tv-55-inch-with-freeview-play-ultra-slim-design-harman-kardon-sound-crescent-stand-silver%2Fp3178199%3FsearchTerm%3DLG%2B55SJ850V8221;,8221;pageTitle8221;:8221;LG 55SJ850V LED HDR Super UHD 4K Ultra HD Smart TV, 558243; with Freeview Play, Ultra Slim Design, Harman / Kardon Sound & Crescent Stand, Silver at John Lewis8221;,8221;retailer8221;:8221;John Lewis8221;,8221;body8221;:null,8221;imagePosition8221;:{8220;x8221;:-6.178632484870436e-15,8221;y8221;:0.0426041666666653,8221;scale8221;:1.0225,8221;autoZoom8221;:true},8221;button8221;:8221;View deal8221;,8221;options8221;:{}},{8220;uuid8221;:8221;29890537-4406-5ef0-a053-e548dcec527a8221;,8221;title8221;:8221;LG OLED55B7V OLED HDR 4K Ultra HD Smart TV, 558243; with Freeview Play, Dolby Atmos, Picture-On-Metal Design & Crescent Stand, Silver8221;,8221;image8221;:8221;https://johnlewis.scene7.com/is/image/JohnLewis/236840540?8221;,8221;price8221;:{8220;value8221;:null,8221;currency8221;:8221;GBP8221;},8221;url8221;:8221;http://www.awin1.com/cread.php?awinaffid=277673&awinmid=1203&clickref=tr-johnlewiscampaign&p=https%3A%2F%2Fwww.johnlewis.com%2Flg-oled55b7v-oled-hdr-4k-ultra-hd-smart-tv-55-inch-with-freeview-play-dolby-atmos-picture-on-metal-design-crescent-stand-silver%2Fp31883968243;,8221;pageTitle8221;:8221;LG OLED55B7V OLED HDR 4K Ultra HD Smart TV, 558243; with Freeview Play, Dolby Atmos, Picture-On-Metal Design & Crescent