{"product_id":"high-top-plush-sneaker-slippers-multiple-styles","title":"High Top Plush Sneaker Slippers (Multiple Styles)","description":"\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"container\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row row-flex white-box\"\u003e\n\u003cdiv class=\"col-md-6 col-xs-12\" style=\"padding: 2%;\" data-mce-style=\"padding: 2%;\"\u003e\n\u003ch3\u003e \u003cbr\u003eYour Perfect At-Home Comfort Solution\u003c\/h3\u003e\n\u003cp\u003eSlip into the coziest pair of plush sneaker slippers and experience a perfect blend of style and comfort. These super soft slippers come in multiple trendy styles, making them perfect for both men and women. With their eye-catching designs and cushioned insoles, you'll be lounging in luxury while keeping your feet warm and comfortable.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eExperience Unmatched Comfort:\u003c\/strong\u003e\u003c\/span\u003e  Our plush sneaker slippers are designed with ultra-soft materials and cushioned insoles that provide all-day comfort and warmth for your feet.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eChoose Your Unique Style:\u003c\/strong\u003e\u003c\/span\u003e  Available in a variety of trendy designs, these slippers are the perfect addition to your at-home wardrobe, making you feel stylish even when you're relaxing.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eIdeal for Gifting:\u003c\/strong\u003e\u003c\/span\u003e  These sneaker slippers are the perfect gift for friends and family members who appreciate both comfort and style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-6 col-xs-12 vhcenter\"\u003e\u003cimg alt=\"\" src=\"https:\/\/magazineracksdirect.com\/s\/files\/1\/0543\/4293\/files\/sneaker_0003_Layer10.jpg?v=1709927195\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row row-flex white-box\"\u003e\n\u003cdiv class=\"col-md-6 col-xs-12 vhcenter\"\u003e\u003cimg alt=\"\" src=\"https:\/\/magazineracksdirect.com\/s\/files\/1\/0543\/4293\/files\/sneaker_0008_Layer5.jpg?v=1709927195\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-6 col-xs-12\"\u003e\n\u003ch3\u003e \u003cbr\u003eProduct Details:\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003eKeep your feet warm, clean \u0026amp; stylish!\u003c\/li\u003e\n\u003cli\u003eFor indoor and outdoor wear\u003c\/li\u003e\n\u003cli\u003eDurable non-skid soles\u003c\/li\u003e\n\u003cli\u003eOne size fits most: Men's US 5-11 \/ EU 36-46\u003c\/li\u003e\n\u003cli\u003eUnisex design makes these the perfect slippers for men, women, boys and girls\u003c\/li\u003e\n\u003cli\u003eAvailable in 4 different styles:\u003cbr\u003e\u003cem\u003eBlack \u0026amp; Red Basketball High Tops\u003c\/em\u003e\u003cbr\u003e\u003cem\u003eBlack\/White\/Red Basketball High Tops\u003c\/em\u003e\u003cbr\u003e\u003cem\u003eWhite Basketball High Tops\u003c\/em\u003e\u003cbr\u003e\u003cem\u003eBlack Chuck High Tops\u003c\/em\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e1.5cm thick rubber sole\u003c\/li\u003e\n\u003cli\u003eVacuum compression packing\u003c\/li\u003e\n\u003cli\u003eMachine washable or wipe with alcohol spray\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eIncludes (1) pair of Sneaker Slippers in your choice of style\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n.vcenter {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.vhcenter {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.color:hover\n{\n background:#eee;\n transition: all .3s ease-in-out; \n}\n\n.opac1 {\n opacity: 0.45;\n}\n\n.opac1:hover\n{\n opacity: 1;\n transition: all .3s ease-in-out;\n}\n\n.grow { \n transition: all .2s ease-in-out; \n}\n\n.grow:hover { \n transform: scale(1.1); \n}\n\n.row-flex {\n display: flex !important;\n flex-wrap: wrap;\n\n @for $i from 1 through 12 {\n [class*=\"col-xs-#{$i}\"] {\n flex: $i 0 (100% \/ 12 * $i);\n }\n\n [class*=\"col-xs-#{$i}\"]:last-child {\n flex: 0 0 (100% \/ 12 * $i);\n }\n }\n\n @media (min-width: 768px) {\n @for $i from 1 through 12 {\n [class*=\"col-sm-#{$i}\"] {\n flex: $i 0 (100% \/ 12 * $i);\n }\n\n [class*=\"col-sm-#{$i}\"]:last-child {\n flex: 0 0 (100% \/ 12 * $i);\n }\n }\n }\n\n @media (min-width: 992px) {\n @for $i from 1 through 12 {\n [class*=\"col-md-#{$i}\"] {\n flex: $i 0 (100% \/ 12 * $i);\n }\n\n [class*=\"col-md-#{$i}\"]:last-child {\n flex: 0 0 (100% \/ 12 * $i);\n }\n }\n }\n\n @media (min-width: 1200px) {\n @for $i from 1 through 12 {\n [class*=\"col-lg-#{$i}\"] {\n flex: $i 0 (100% \/ 12 * $i);\n }\n\n [class*=\"col-lg-#{$i}\"]:last-child {\n flex: 0 0 (100% \/ 12 * $i);\n }\n }\n }\n}\n\n.top-box {\n float: left;\n background-color: #fff;\n width:100%;\n height:auto;\n padding:3%;\n padding-bottom:1%;\n}\n\n.white-box {\n float: left;\n background-color: #fff;\n width:100%;\n height:auto;\n padding:1%;\n}\n\n.grey-box {\n float: left;\n background-color: #eee;\n width:100%;\n height:auto;\n padding:3%;\n}\n\nh2, h3, h4 {\n margin-bottom: 10px;\n}\n--\u003e\u003c\/style\u003e","brand":"Exclusive","offers":[{"title":"Black \u0026 Red Basketball High Tops","offer_id":42925760512197,"sku":"38909","price":29.99,"currency_code":"CAD","in_stock":true},{"title":"Black\/White\/Red Basketball High Tops","offer_id":42925760544965,"sku":"38910","price":29.99,"currency_code":"CAD","in_stock":true},{"title":"White Basketball High Tops","offer_id":42925760577733,"sku":"38911","price":29.99,"currency_code":"CAD","in_stock":true},{"title":"Black Chuck High Tops","offer_id":42925760610501,"sku":"38912","price":14.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/magazineracksdirect.com\/s\/files\/1\/0543\/4293\/files\/sneaker_0000_Layer13.jpg?v=1709929773","url":"https:\/\/ca.shopatshowcase.com\/products\/high-top-plush-sneaker-slippers-multiple-styles","provider":"magazineracksdirect","version":"1.0","type":"link"}