George Foreman Grills & Sandwich Presses
lazyLoadInstance.update();
There has never been a better time to discover your passion for healthy, flavoursome food with George Foreman appliances.
.ggds .timed-bs { display: none; } .single-item-bs .slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 15px; height: 15px; line-height: 25px; background: #000; border: 1px solid #797979; border-radius: 999px; opacity: .2; } .single-item-bs .slick-dots { position: absolute; bottom: -39px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; margin-left: 0px; } .single-item-bs .slick-dots li.slick-active button:before { background: #41AAF2; border: 1px solid #41AAF2; opacity: 1 !important; } @media(max-width: 767px) { .george-foreman-bsb .bg-white { position: absolute; background-color: rgba(255, 255, 255, 0.7); top: 0; left: 13%; width: 233px; height: 172px; } .george-foreman-bsb .bg-white .desc { text-align: center; padding-top: 40px; color: #000 !important; padding-left: 20px; padding-right: 20px; } } @media(min-width: 768px) { .george-foreman-bsb .bg-white { position: absolute; background-color: rgba(255, 255, 255, 0.7); top: 0; left: 5%; width: 671px; height: 86px; } .george-foreman-bsb .bg-white .desc { text-align: center; padding-top: 10px; color: #000 !important; padding-left: 20px; padding-right: 20px; } .george-foreman-bsb .bg-white .desc h2 { line-height: 1.1em; font-size: 1.7em; font-weight: 400; } } @media(min-width: 992px) { .george-foreman-bsb .bg-white .desc { padding-top: 20px; } .george-foreman-bsb .bg-white { left: 26%; width: 620px; height: 136px; } .george-foreman-bsb .bg-white .desc h2 { line-height: 1.1em; font-size: 2em; font-weight: 400; } } $(document).ready(function() { // scheduling script var current = new Date(); var timedBs = $(".timed-bs"); for (var i = 0; i < timedBs.length; i++) { var start_date_bs = new Date(timedBs[i].getAttribute("start")); var end_date_bs = new Date(timedBs[i].getAttribute("end")); if ((current < end_date_bs) && (current > start_date_bs)) { $(timedBs[i]).toggle(); } else { $(timedBs[i]).remove(); } } // ends $(".single-item-bs").slick({ lazyLoad: 'ondemand', infinite: true, slidesToShow: 1, slidesToScroll: 1, arrows: false, autoplay: true, autoplaySpeed: 4000, dots: true }); });