 /* Best Sellers */
.best-sellers .product:nth-of-type(1) { display: block; }
.best-sellers .product:nth-of-type(1) .image{ background-image: url('https://i.ebayimg.com/00/s/MTUwMFgxNTAw/z/CHMAAOSwKbNe1DS2/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(1) .title:before{ content: "adidas ORIGINALS WOMENS BASEBALL RETRO SWEATSHIRT PULLOVER WHITE TOP CLASSIC"; }
.best-sellers .product:nth-of-type(1) .price:before{ content: "\00A3 44.99"; }
.best-sellers .product:nth-of-type(1) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(1) .rrp{ visibility: hidden; }
 /* Best Sellers */
.best-sellers .product:nth-of-type(2) { display: block; }
.best-sellers .product:nth-of-type(2) .image{ background-image: url('https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/R~IAAOSwXfhe~gbQ/$_1.JPG?set_id=880000500F'); }
.best-sellers .product:nth-of-type(2) .title:before{ content: "adidas ORIGINALS ADIBREAK SUPERSTAR TRACK TOP JACKET GREY RETRO SPORTS WOMENS"; }
.best-sellers .product:nth-of-type(2) .price:before{ content: "\00A3 39.99"; }
.best-sellers .product:nth-of-type(2) .rrp:before{ content: "\00A3 Not Available"; }
.best-sellers .product:nth-of-type(2) .rrp{ visibility: hidden; }
.best-sellers { display: block; }

